body {
    color: white;
}

select, input {
    color: black;
}

.Relative {
    position: relative;
}

.noPadding {
    padding: 0 !important;
}

.noMargin {
    margin: 0 !important;
}

.navHeight {
}

.addPaddingTop {
    padding-top: 30px !important;
}

.addMarginTop {
    margin-top: 30px !important;
}

.addPaddingLeft {
    padding-left: 30px !important;
}

.addPaddingRight {
    padding-right: 30px !important;
}

.addPaddingHorz {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.addPaddingBottom {
    padding-bottom: 30px;
}

.paddingHeader {
    padding-top: 130px;
}

.indexPaddingTop {
}

.indexMarginTop {
}

.buttonMargin {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.divBreak {
    margin-top: 30px;
    margin-bottom: 30px;
}

.navbar {
    margin-bottom: 0 !important;
}

/* NAVIGATION */
.navbar {
    position: absolute;
    min-height: 5px !important;
    border: 0 solid transparent;
}

.navbar-brand {
    height: auto;
}

.navbar-inverse {
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
}

.navbar-inverse .navbar-nav > LI > A {
}

.navbar-inverse .navbar-nav > LI > A:hover {
}

.navbar-toggle {
    background-color: transparent;
    color: #FFF !important;
    border: 2px solid #F48727;
}

.navbar-collapse {
    border-width: 0;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
}

.icon-bar {
    background-color: #F48727;
}

.centered {
    float: none !important;
    margin: 0 auto !important;
}

.small-caps {
    font-variant: small-caps;
}

.transblackBackground {
    background-color: rgba(0, 0, 0, 0.33);
}

.transblackBackgroundDark {
    background-color: rgba(0, 0, 0, 0.8);
}

.a-nektar {
    color: rgba(247, 143, 49, 1);
}

.a-nektar:hover {
    color: #FFF;
    text-decoration: none;
}

.nav-previous {
    border: 1px solid #F78F31;
    padding: 8px 20px 10px;
}

.nav-next {
    border: 1px solid #F78F31;
    padding: 8px 20px 10px;
}

/*   FULL SITE  */
HTML {
    background-image: url("/wp-content/themes/bnektar/img/bg-03.jpg");
    background-repeat: repeat;
    background-color: #000;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    min-width: 320px !important;
}

BODY {
    background-color: transparent;
    border: 0 !important;
    border-image-width: 0 !important;
    min-height: 900px;
}

ARTICLE {
    font-family: DroidSerif;
    color: #FFFFFF;
}

.container {
    background-color: transparent !important;
}

/*BUTTONS*/
.btn-nektar:hover > A {
    color: #191919 !important;
}

.btn-nektar:hover {
    background-color: #F78F31;
}

.btn-nektar {
    border-radius: 0;
    color: rgba(247, 143, 49, 1);
    background-color: transparent;
    font-family: DroidSerifBold;
    font-weight: normal !important;
    letter-spacing: 0.15em;
    border: 2px solid rgba(247, 143, 49, 0.75);
    text-transform: uppercase;
}

.btn-nektar A {
    text-decoration: none;
}

.btn A:hover {
    text-decoration: none;
}

/* MAIN STYLES */
H1 {
    font-family: 'fell', serif !important;
    font-size: 2.4em;
    font-weight: 400;
    color: #EEEEEE;
    -webkit-font-smoothing: antialiased;
}

H2 {
    font-family: 'fell', serif !important;
    font-weight: 400;
    color: #EEEEEE;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-align: center;
}

H2:before, H2:after {
    background-image: url("/wp-content/themes/bnektar/img/break.png");
    content: "";
    display: inline-block;
    height: 12px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

H2:before {
    right: 0.5em;
    margin-left: -50%;
}

H2:after {
    left: 0.5em;
    margin-right: -50%;
}

H3 {
    font-family: 'fell', serif !important;
    font-weight: 400;
    color: #EEEEEE;
}

H4 {
    font-family: 'fell', serif !important;
    font-size: 1.6em;
    font-weight: 400;
    color: #EEEEEE;
}

H5 {
    font-family: 'Crimson Text', serif !important;
    font-size: 2.2em;
    font-weight: 400;
    color: #EEEEEE;
}

H6 {
    font-family: 'Crimson Text', serif !important;
    font-size: 1.8em;
    font-weight: 400;
    color: #EEEEEE;
}

P {
    font-family: DroidSerif !important;
    font-weight: normal !important;
    color: #EEEEEE;
}

A {
    color: #F78F31;
    font-family: 'DroidSerif';
    font-variant: normal !important;
}

A:hover {
    text-decoration: underline;
    color: #F78F31;
}

A:focus {
    color: #EB750A;
}

A:active {
    color: #EB750A;
}

.small {
    font-size: 0.9em;
    line-height: 1.6em;
}

.extra-small {
    font-size: 0.7em;
}

.lineBreak {
    background-image: url("/wp-content/themes/bnektar/img/break.png");
    background-repeat: repeat-x;
    content: "";
    display: inline-block;
    height: 12px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.lineBreakPost {
    background-image: url("/wp-content/themes/bnektar/img/break.png");
    background-repeat: repeat-x;
    content: "";
    display: inline-block;
    height: 12px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    margin-top: 0;
    margin-bottom: 31px;
}

OL LI {
    font-family: DroidSerif, serif;
    color: #FFFFFF;
}

/*   NAVIGATION   */
.navbar {
    background: transparent !important;
    z-index: 499;
}

.navbar-fixed-top {
    background: transparent !important;
}

.nav {
    background: transparent !important;
}

.navHeight {
    position: relative;
    display: block;
}

.logoHeight {
}

#menu-main-nav {
}

#menu-main-nav LI A {
    color: #F78F31;
    font-family: 'fell', serif !important;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    z-index: 500;
}

#menu-main-nav LI A:hover, #menu-main-nav LI A:active {
    background-color: #F78F31;
    color: #161616;
}

#menu-main-sub-nav LI A {
    color: #EEEEEE;
    font-family: 'Crimson Text', serif;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.1em !important;
    -webkit-font-smoothing: antialiased;
}

#menu-main-sub-nav LI A:hover, #menu-main-sub-nav LI A:active {
    background-color: #F78F31;
    color: #FFFFFF;
}

#menu-shop-nav {
    list-style: none;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}

#menu-shop-nav LI {
    float: left;
    padding-left: 15px;
}

#menu-shop-nav LI A {
    color: #FFF;
}

#menu-shop-temp-nav {
    list-style: none;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}

#menu-shop-temp-nav LI {
    float: left;
    padding-left: 15px;
}

#menu-shop-temp-nav LI A {
    color: #FFF;
}

.post-navigation {
    padding-bottom: 1px;
    margin-bottom: 60px;
}

/*TAPROOM TEASER*/
.TaproomTeaserItalicInfo {
    font-family: DroidSerif;
    font-weight: 400;
    color: #737373;
    margin-top: 32px;
    background-color: rgba(0, 0, 0, 0.784);
    padding: 10px 15px;
}

#TaproomTeaser {
    margin-bottom: 0;
    margin-top: 45px;
    background-image: url("/wp-content/themes/bnektar/img/taproom-bg.jpg");
    background-size: cover;
    min-height: 300px;
    min-width: 100%;
    position: relative;
    bottom: 0;
    padding: 0 !important;
    border-top: 0 !important;
}

/*STORY TEASER*/
#StoryTeaser {
    margin-top: 30px;
    margin-bottom: 30px;
}

.StoryTeaserIMG IMG {
    margin-bottom: 4px;
}

.StoryTeaserContent H2 {
    font-size: 3em;
}

.StoryTeaserContent P {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.9em;
}

/*SHOP TEASER*/
.ShopTeaserCenter {
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.ShopTeaserLeftBG {
    background-image: url("/wp-content/themes/bnektar/img/shop-teaser-left.jpg");
    background-size: cover;
    background-position: top center;
    min-height: 300px;
    position: relative;
    display: inline-block;
}

.ShopTeaserRightBG {
    background-image: url("/wp-content/themes/bnektar/img/shop-teaser-right.jpg");
    background-size: cover;
    background-position: top center;
    min-height: 300px;
    position: relative;
    display: inline-block;
    padding-bottom: 180px;
}

/*INSTAGRAM*/
.instagram-pics {
    list-style: none;
    padding: 0;
    height: 100px;
}

.instagram-pics LI {
    float: left;
    padding: 0;
    background-color: #FF810F;
}

.instagram-pics LI A {
    opacity: 1;
    transition: 0.25s opacity;
}

.instagram-pics LI A:hover {
    opacity: 0.25;
    transition: 0.25s opacity;
}

H3.instagramTag {
    font-size: 1.8em;
}

/*FOOTER NEWSLETTER*/
.addressFooter {
    font-size: 1em;
    padding: 0;
}

.NewsletterFooter {
    padding-right: 60px;
}

.NewsletterFooter H2 {
    display: none !important;
    height: 0;
}

.NewsletterFooterCTA {
    font-size: 1em;
}

.MapsLinkFooter {
    font-size: 0.8em;
}

.yikes-mailchimp-container FORM INPUT {
    background-color: transparent !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    color: rgba(247, 143, 49, 1) !important;
    font-family: DroidSerif, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
    text-transform: uppercase !important;
    padding: 6px 20px !important;
    margin-top: 10px !important;
    width: 100% !important;
    max-height: 31px !important;
}

.yikes-mailchimp-container FORM INPUT:focus {
    border: 1px solid #F78F31 !important;
    border-radius: 0 !important;
    outline: 0 none transparent !important;
    color: #F78F31 !important;
}

.yikes-mailchimp-container FORM INPUT.button {
    background-color: transparent !important;
    border-radius: 0 !important;
    color: rgba(247, 143, 49, 1) !important;
    font-family: DroidSerif, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    border: 2px solid rgba(247, 143, 49, 0.75) !important;
    text-transform: uppercase !important;
    padding: 6px 20px !important;
    margin-top: 22px !important;
}

.yikes-mailchimp-container FORM INPUT.button:hover {
    background-color: #F78F31 !important;
    color: #0B0B0B !important;
}

A.cc_safesubscribe.safesubscribe_light {
    display: none;
}

/*   START  BLOG STYLES   */
/*   BLOG ARCHIVE  */
.categoriesBlogHeader LI.categories {
    color: transparent;
    margin: 0;
    padding: 0;
    font-family: 'fell', serif;
    font-size: 1.1em !important;
    text-transform: uppercase;
}

.categoriesBlogHeader .categories UL {
    width: 100%;
    height: 30px;
    background-color: transparent;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.categoriesBlogHeader .categories UL:before {
    content: "JUMP TO: ";
    color: #FFFFFF;
    font-family: fell, serif;
}

.categoriesBlogHeader .categories UL LI {
    display: inline-block;
    float: none;
    margin: 0 auto !important;
    text-align: center !important;
}

.categoriesBlogHeader .categories UL LI A {
    float: none;
    padding: 7px;
}

#postArchive {
    display: inline-block;
}

/*////   THUMB OVERLAY   /////*/
A IMG.thumbHover {
    width: auto;
    height: 100%;
}

.blogTextOverlay, .thumbnailArchiveLink:hover > DIV {
    display: none;
}

.postArchiveWrapper .excerpt {
    height: 100px;
    over-flow: hidden;
}

.thumbnailArchiveLink:hover > .blogTextOverlay {
    display: block;
    background: transparent;
}

A IMG.thumbHover, .thumbnailArchiveLink:hover > DIV {
    opacity: 1;
}

.thumbnailArchiveLink:hover > A IMG.thumbHover {
    opacity: 0.25 !important;
}

.thumbnailArchiveLink {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: black;
}

.thumbnailArchiveLink:hover {
}

DIV.thumbnailArchiveLink {
    width: 100%;
}

DIV.thumbnailArchiveLink:hover {
    background-color: #F78F31;
    cursor: pointer;
}

#thumbnailArchiveLink {
    display: block;
    position: relative;
}

.blogTextOverlay {
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    height: inherit;
    top: 90px;
    font-family: 'fell', serif;
    font-size: 2em;
    background: transparent !important;
    padding: 0 !important;
    z-index: 501;
}

.postArchiveH2 {
    text-align: left;
    font-size: 20px;
    line-height: 0.9em !important;
    margin-top: 10px;
    height: 60px;
}

.postArchiveH2:before, .postArchiveH2:after {
    background-image: none;
    content: "";
    display: none;
    height: auto;
    position: relative;
    vertical-align: middle;
    width: auto;
}

.postArchiveWrapper {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px !important;
    display: block;
    position: relative;
    padding-bottom: 10px !important;
}

.postArchiveWrapper P {
    font-size: 14px;
    line-height: 1.8em;
}

.postArchiveDate {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.postArchiveDate IMG {
    width: 12px;
    height: auto;
    margin-right: 5px;
}

.postArchiveCommentNumber {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.postArchiveCommentNumber IMG {
    width: 12px;
    height: auto;
    margin-right: 5px;
    margin-left: 10px;
}

.postArchiveInfo {
    padding: 10px 0 20px 0 !important;
    position: relative;
    display: block;
}

.btn-postArchive {
    margin: 10px 0 !important;
}

*, *:before, *:after {
    box-sizing: border-box !important;
}

.stack {
    -moz-column-width: 20em;
    -webkit-column-width: 20em;
    -moz-column-gap: .25em;
    -webkit-column-gap: .25em;
    z-index: 999999;
    position: relative;
}

.stack > .col-sm-4 {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 5px;
}

.well {
    position: relative;
    display: block;
    min-height: 20px;
    padding: 0;
    margin-bottom: 10px;
    background-color: transparent;
    border: 0 solid #E3E3E3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.postIcon {
    position: absolute;
    z-index: 999;
    top: 4px;
    right: 4px;
    height: 20px;
    width: 20px;
}

.postIconIMG {
    width: 100%;
    height: auto;
}

.singlePostDate {
    color: #515151;
    font-size: 0.9em;
    font-family: 'DroidSerifBold', serif !important;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin: 12px 0 -5px;
}

.blogContentSingle P {
    margin-bottom: 40px;
    font-size: 19px;
    color: #BEBEBE;
    line-height: 1.5em;
}

.blogContentSingle P BR {
    margin-bottom: 26px;
}

.essb_message_above_share {
    font-family: 'fell', serif;
    font-size: 1.8em;
    color: #FFFFFF;
}

/*BLOG SIDEBAR*/
#blogSidebar {
    padding: 20px 0 10px !important;
}

#blogSidebar #searchform .searchform LABEL {
    display: none;
}

#blogSidebar #searchform .searchform INPUT BUTTON {
}

#blogSidebar #searchform.searchform INPUT {
    background-color: transparent;
    border-radius: 0;
    color: rgba(247, 143, 49, 1);
    background-color: transparent;
    font-family: DroidSerif;
    font-size: 0.8em !important;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid rgba(59, 59, 59, 0.75);
    text-transform: uppercase;
    width: 65%;
    height: 30px;
    padding-left: 11px;
}

#blogSidebar #searchform.searchform INPUT:focus {
    border: 1px solid #F78F31;
    outline: none;
}

#blogSidebar #searchform.searchform INPUT#searchsubmit {
    background-color: transparent;
    border-radius: 0;
    color: rgba(247, 143, 49, 1);
    background-color: transparent;
    font-family: DroidSerif;
    font-size: 0.8em !important;
    font-weight: 700;
    letter-spacing: 2px;
    border: 2px solid rgba(247, 143, 49, 0.75);
    text-transform: uppercase;
    width: 30%;
    height: 30px;
    padding: 0;
}

#blogSidebar #searchform.searchform INPUT#searchsubmit:hover {
    background-color: transparent;
    border-radius: 0;
    color: #181818;
    background-color: #F78F31;
    border: 2px solid rgba(247, 143, 49, 0.75);
}

/*SIDEBAR*/
#blogSidebar DIV UL {
    list-style: none;
    padding: 0 0 0 15px !important;
    font-size: 1.1em;
}

/*BREW LISTS*/
.brewSingleWrapper {
}

.allBrewTeaser {
    font-family: 'fell', serif !important;
    line-height: 0.9em;
    font-weight: 400;
    color: #EEEEEE;
    padding-top: 60px;
}

/*JOBS*/
P.descJob {
    font-family: DroidSerif !important;
    color: #FFFFFF;
}

/*   FOOTER  */
FOOTER {
    min-height: 400px;
}

.footerBG {
    background-image: url("/wp-content/themes/bnektar/img/footer-bg.jpg");
    background-size: cover;
    min-height: 300px;
    min-width: 100%;
    position: relative;
    bottom: 0;
    margin: 0 !important;
    padding: 0 15px !important;
    border-top: 0 !important;
}

.footerBottom P {
    color: rgba(255, 255, 255, 0.6);
}

.footerBottom A {
    color: rgba(255, 255, 255, 0.75);
}

.footerBottom {
    font-size: 0.7em !important;
    background-color: rgba(0, 0, 0, 0.588);
    padding: 10px 15px 4px;
}

.post-navigation {
    margin-top: 40px;
    margin-bottom: 116px;
}

DIV.nav-previous {
    float: left;
}

DIV.nav-next {
    float: right;
}

.post-navigation H2.screen-reader-text {
    display: none;
}

.singleProduct {
    display: block;
    position: relative;
    margin-bottom: 100px !important;
}

DIV.page-description {
    background-color: transparent;
}

DIV.quantity INPUT {
    background-color: transparent;
    border: 1px solid #F78F31;
    margin-bottom: 10px;
}

DIV.quantity INPUT.input-text.qty.text {
    color: #F78F31;
    padding-left: 8px;
}

BUTTON.single_add_to_cart_button.button.alt {
    border: 1px solid #F78F31;
    background-color: transparent;
    padding: 10px 15px 7px;
    font-family: 'DroidSerif', serif;
    text-transform: uppercase !important;
    color: #F78F31;
}

DIV.product {
    margin-bottom: 50px;
}

DIV.images {
    float: left;
    width: 30%;
    height: auto !important;
    display: block;
    position: relative;
}

DIV.summary {
    display: block;
    position: relative;
    width: 70%;
    height: auto !important;
}

UL.tabs LI.description_tab {
    clear: both;
}

LI.description_tab {
    /* display: none; */
}

DIV#tab-description.panel.entry-content {
    display: none;
}

.form-control {
    display: block;
    width: 240px;
    margin-bottom: 20px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #F78F31;
    background-color: #191919;
    background-image: none;
    border: 1px solid #F78F31;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: DroidSerifBold;
    text-transform: uppercase;
}

.form-control:focus {
    border-color: #F78F31;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px #1A1A1A, 0 0 8px #1A1A1A;
}

.form-control OPTION {
    background-color: #1B1B1B;
}

.form-control SELECT {
    background-color: #0C23A5 !important;
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control[disabled], .form-control[readonly], FIELDSET[disabled] .form-control {
    cursor: not-allowed;
    background-color: #EEE;
    opacity: 1;
}

.locationsList {
    list-style: none;
}

.locationsLis LI {
    font-size: 1.4em;
}

UL.products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product H3 {
    font-size: 0.8em;
    font-family: 'DroidSerif', serif !important;
}

.product .button.add_to_cart_button {
    /*float: right;*/
    padding: 4px;
    margin-left: 20px;
    text-align: center;
    border: 1px solid #F78F31;
    clear: both;
    margin-top: 19px;
}

.product .amount {
    float: left;
    clear: both;
    font-size: 1.2em;
}

.shopSidebar #searchform LABEL.screen-reader-text {
    display: none;
}

.shopSidebar #searchform INPUT {
}

.woocommerce-checkout #payment {
    background: transparent !important;
}

.woocommerce-checkout #payment div.payment_box {
    background: transparent !important;
}

.woocommerce .woocommerce-info {
    border: none !important;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    color: white !important;
    background: transparent !important;
}

.product IMG {
    width: 100%;
    height: auto;
}

.pressLogo {
    max-height: 50px;
    margin-top: 46px;
}

.pressWrapper .btn {
    margin-top: 40px;
}

.pressDate {
    font-size: 0.7em;
    padding: 0;
    margin: 66px 0 0;
    float: right;
    opacity: 0.5;
}

.pressBody {
    background-color: rgba(0, 0, 0, 0.400);
    padding: 30px 30px 15px 30px;
    margin-top: 22px;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.pressQuote {
    content: "";
    background-image: url("/wp-content/themes/bnektar/img/quote-bottom.png");
    background-color: transparent;
    height: 34px;
    width: 56px;
    background-size: cover;
    display: block;
    position: relative;
    float: right;
    margin-right: 37px;
    opacity: 0.4;
}

.pressBody P {
    font-family: 'DroidSerifItalic', serif !important;
    font-size: 1.4em;
}

.woocommerce-tabs .panel {
    background: none;
}

.product .images {
    margin-right: 15px;
    margin-bottom: 15px;
}

.bnektar-shop .products > div {
    padding-bottom: 15px;
    padding-top: 15px;
}

#menu_widget table.beermenu th {
    background: none !important;
    border: none !important;
}

#menu_widget table {
    color: white !important;
}

.yikes-easy-mc-form label, .yikes-easy-mc-form span {
    color: white;
}


.related.products li {
    box-sizing: border-box;
    padding: 10px;
    max-width: 25%;
    float: left;
}

@media (min-width: 769px) {
    #bothNav {
        display: none !important;
    }
}



@media (max-width: 768px) {
    .categoriesBlogHeader .categories UL {
        height: 60px;
    .related.products li {
        max-width: 100%;
        float: none;
        }
    }

    #mainNav {
        width: 70%;
        left: 0;
    }

    #subNav {
        width: 30%;
        right: 0;
    }

    DIV.images{
      width: 100%;
    }

    DIV.summary {
        display: block;
        position: relative;
        width: 100%;
        height: auto !important;
    }
    .related.products li{
      max-width: 50%;
    }
}

@media (max-width: 600px) {

    DIV.summary {
        display: block;
        position: relative;
        width: 100%;
        height: auto !important;
    }
    .related.products li{
      max-width: 100%;
    }
}

.wc-tabs{
	padding-top: 1rem;
}

.variations_form{
	padding-bottom: 1rem;
}

.description_tab{

}

.additional_information_tab{
    list-style: none;
    float: left;
    padding: 0 1rem;
    background-color: #F78F31;
    color: white;
}

.description_tab{
  list-style: none;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
}


#tab-description{
  clear: both;
}

#tab-additional_information{
  clear: both;
}

ul > li.active{
  background-color: #F78F31;
}

.wc-tabs > li {
  background-color: transparent;
}

.wc-tabs{
  box-sizing: border-box;
  list-style-type: none;
  width: 100%;
  margin-bottom: 1rem;
}


ul > li.active > *{
  color: black;
}



/*Custom CSS from FuseTG*/
#newsletter-2 label input[type="checkbox"]{
  max-width:14px !important;
}
/*End Custom CSS from FuseTG*/