.fbToolbarTSS {
    display: none;
}

@font-face {
    font-family: 'Gin Regular';
    src: url("https://3stepsolutions.s3.amazonaws.com/assets/custom/010200/fonts/Gin-Regular.otf");
}
@font-face {
    font-family: 'Gotham Bold';
    src: url("https://3stepsolutions.s3.amazonaws.com/assets/custom/010200/fonts/Gotham-Bold.otf");
}

.slick-prev:before, .slick-next:before {
    font-size: 36px;
}

/* Primary Button - Selected */

button.btn.btn-primary.selected, 
.btn:not(.close):not(.mfp-close).btn-primary.selected, 
a.btn:not([href]):not([tabindex]).btn-primary.selected {
    color: var(--primarybuttoncolorhover);
    background-color: var(--primarybuttonbackgroundhover) !important;
    border: var(--primarybuttonborderhover);
}

/* Tertiary Button */

button.btn.btn-tertiary, .btn:not(.close):not(.mfp-close).btn-tertiary, a.btn:not([href]):not([tabindex]).btn-tertiary {
    font-family: var(--primarybuttonfont);
    color: #000;
    text-transform: var(--primarybuttoncaps);
    text-decoration: var(--primarybuttonunderline);
    font-weight: var(--primarybuttonbold);
    font-style: var(--primarybuttonitalic);
    background-color: #fff;
    border: #ffc000 2px solid;
    border-radius: var(--primarybuttonradius);
    box-shadow: var(--primarybuttonshadow);
}

button.btn.btn-tertiary:hover, .btn:not(.close):not(.mfp-close).btn-tertiary:hover, a.btn:not([href]):not([tabindex]).btn-tertiary:hover {
    background-color: #ffc000;
}
/* Shared */

.colorWhite {
    color: #fff !important;
}

.colorBlack {
    color: #000 !important;
}

.colorYellow {
    color: #ffc000 !important;
}

body#bBody .container-fluid {
    padding: 0 !important;
}

/* Top/Bottom Dark Gradient */

.ooFadeTopBottom::before {
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 0;
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
}

/* Work at OO */

.ooWorkAtOO {
    overflow: visible;
}

.ooWorkAtOO::before {
    width: 100%;
    max-width: 800px;
    content: '';
    position: absolute;
    pointer-events: none;
    background-image: url(https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010200/images/web/oo-collage.png);
    top: -80px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 992px) {
    .ooWorkAtOO::before {
        width: 800px;
        top: -160px;
        left: calc(50% - 400px);
    }
}

/* Header & Navigation */

@media (max-width: 767px) {
    #topbar {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .mainMenu-open #header #mainMenu {
        background-color: #000;
        width: calc(115%);
        margin-left: -20px;
    }
}

#header .header-inner, #header #header-wrap {
    height: 95px;
}

#header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider, #header[data-transparent="true"] + .fullscreen, #header[data-transparent="true"] + .halfscreen, #header[data-transparent="true"] + #google-map, #header[data-transparent="true"] + section {
    top: -130px !important;
    margin-bottom: -140px !important;
}

#header.home, #header.home #header-wrap, #header.header-transparent.header-dark:not(.header-navigation-light), #header.header-dark-transparent.header-dark:not(.header-navigation-light) {
    background-color: transparent !important;
}

#header .header-inner #logo, #header #header-wrap #logo {
    top: 6px;
}

@media (max-width: 767px) {
    #header .header-inner #logo, #header #header-wrap #logo {
        max-width: none !important;
        margin-top: 7px !important;
    }
}

#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span {
    color: #fff !important;
}

.lines, .lines:before, .lines:after {
    background-color: #fff !important;
}

@media (max-width: 1024px) {
    .mainMenu-open #header[data-transparent="true"] .header-inner,
    .mainMenu-open #header[data-transparent="true"] #header-wrap {
        background-color: #000 !important;
    }

    .ooNavLeft {
        padding-top: 30px !important;
    }

    #mainMenu:not(.menu-overlay) nav > ul > li > a {
        padding: 17px 0;
        text-align: center;
    }
}

@media (min-width: 1025px) {
    #header {
        line-height: 120px;
    }

    #mainMenu nav > ul > li > a {
        padding: 0px 27px;
    }
}

#mainMenu nav > ul.ooNavRight > li:last-child {
    padding: 10px 0 0 30px;
}

#mainMenu nav > ul.ooNavRight > li:last-child > a, .mobilePlaceOrder {
    padding: 8px 11px !important;
    font-family: var(--navigationfont), sans-serif !important;
    text-transform: var(--navigationcaps) !important;
    font-size: 14px !important;
    font-weight: var(--navigationbold) !important;
    letter-spacing: 0.025em !important;
    color: var(--navigationcolor) !important;
    font-style: var(--navigationitalic) !important;
    border: 2px solid var(--navigationcolor) !important;
    position: absolute !important;
    line-height: 1.3 !important;
    text-align: center;
    animation-name: takeOutColor;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.mobilePlaceOrder {
    position: relative !important;
    padding: 6px 10px !important;
    font-size: 16px !important;
    margin-left: 7px !important;
    margin-bottom: 6px !important;
}

@keyframes takeOutColor {
    0% {
        background-color: rgba(0,0,0,.2);
        transform:scaleX(1)
    }
    50% {
        background-color: rgba(0,0,0,.5);
        transform:scale3d(1.05,1.05,1.05)
    }
    to {
        background-color: rgba(0,0,0,.8);
        transform:scaleX(1)
    }
}

@media (max-width: 1024px) {
    #mainMenu nav > ul.ooNavRight > li:last-child {
        padding: 15px 137px !important;
    }

    #mainMenu nav > ul.ooNavRight > li:last-child > a {
        position: relative !important;
    }
}

#mainMenu nav > ul.ooNavRight > li:last-child:hover > a {
    background-color: var(--navigationcolor) !important;
    color: #000 !important;
}


/* Home Banner */

.ooBannerSmall {
    color: #fff;
    font-style: var(--navigationitalics);
    font-family: var(--navigationfont);
    font-size: var(--navigationsize);
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.ooBannerLarge {
    color: #fff;
    text-align: center;
    line-height:1;
}

a.btn:not([href]):not([tabindex]).btn-primary.ooBannerButton {
    background-color: rgba(0,0,0,.5);
}

a.btn:not([href]):not([tabindex]).btn-primary.ooBannerButton:hover {
    background-color: var(--primarybuttonbackgroundhover);
}

@media (max-width: 991px) {
    .ooBannerButton {
        min-height: 72px !important;
    }
}

/* Home Beer */

.ooHomeBeer {
    margin-bottom: 30px;
}

.ooHomeBeer img {
    display: inline-block;
    margin-bottom: 10px;
}

.ooHomeBeer h2 {
    padding: 0px 7px 4px 7px;
    background-color: #000;
    color: #ffc000;
    font-family: 'Gin Regular';
    font-size: 28px;
    font-weight: 500;
    width: 80%;
    margin: auto;
}

@media (max-width: 1024px) {
    .ooHomeBeer h2 {
        width: 100%;
    }
}

/* Home Food */

.ooHomeFood {
    margin-bottom: 30px;
}

.ooHomeFood img {
    display: inline-block;
    margin-bottom: 10px;
}

.ooHomeFood h2 {
    padding: 0px 7px 4px 7px;
    background-color: #000;
    color: #ffc000;
    font-family: 'Gin Regular';
    font-size: 28px;
    font-weight: 500;
    width: 90%;
    margin: auto;
}


/* Home Card (Old Food view) */

.ooHomeCard {
    background-color: #000;
    text-align: center;
    padding: 9px;
    margin-bottom: 30px;
}

.ooHomeCard img {
    width: 100%;
}

.ooHomeCard .title {
    margin: 10px 0;
    font-family: 'Gotham Bold';
    text-transform: uppercase;
    font-size: 17px;
    color: #ffc000;
}

/* Footer */

#footer {
    display: none;
}

.ooFooter a:hover {
    color: #fff !important;
}

.ooFooterLogo {
    margin-top: 80px;
}

.ooFooterLogo img {
    position: absolute;
    bottom: -30px;
    left: 41%;
}

@media (max-width: 575px) {
    .ooFooterLogo img {
        left: 25%;
    } 
}

.ooFooter {
    background-color: #000;
    color: #8e8e8e;
    font-size: 15px;
    text-transform: uppercase;
}

.ooFooter a {
    color: #8e8e8e;
}

.ooFooterSubtitle {
    color: #ffc000;
}

.ooFooter .social-icons.social-icons-border li a {
    color: #000;
    background-color: #b3b3b3;
    border: none;
    height: 42px;
    width: 42px;
    line-height: 42px;
}

.ooFooter .social-icons.social-icons-colored a {
    color: #000 !important;
}

.ooFooter {
    overflow: visible;
}

.ooFooter::before {
    width: 300px;
    height: 118px;
    content: '';
    position: absolute;
    pointer-events: none;
    background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010200/images/logos/logo-header.png');
    top: -82px;
    left: calc(50% - 150px);
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}

@media (max-width: 480px) {
    .ooFooter::before {
        width: 200px;
        height: calc(118px * 0.6667);
        top: -54px;
        left: calc(50% - 100px);
    }
}

/* Our Beers */

.flip-card {
    background-color: transparent;
    width: 100%;
    perspective: 1000px;
    height: 430px;
    margin-bottom: 50px;
}
@media (min-width: 992px) {
    .flip-card {
        height: 400px;
    }
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}
.flip-card-front img {
    margin-bottom: 10px;
    width: 80% !important;
}
.flip-card-front h2 {
    padding: 0px 7px 4px 7px;
    background-color: #000;
    color: #ffc000;
    font-family: 'Gin Regular';
    font-size: 28px;
    font-weight: 500;
    width: 80%;
    margin: auto;
}
.flip-card-back {
    transform: rotateY(180deg);
    padding: 90px 20px 20px 20px;
    background: #000;
    line-height: 1.2;
}
.flip-card-back h2 {
    font-size: 30px;
    color: #fff;
}
.flip-card-back h3 {
    font-family: 'Gotham Bold';
    font-size: 15px;
    color: #ffc000;
}
.flip-card-back p {
    font-size: 13px;
    color: #ffc000;
}
@media (max-width: 991px) {
    .flip-card-back {
        font-size: 21px;
    }
}

.ooBeerImage {
    width: 60%;
}

.ooBeerName {
    font-size: 50px;
}

.ooBeerStyle {
    color: #ffc000 !important;
    font-family: var(--bodyfont) !important;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.ooBeerHr {
    border-top: 1px solid rgba(0,0,0,1);
}

.ooBeerDesc, .ooBeerABV, .ooBeerSizes {
    font-family: 'Gotham Bold';
}

.ooBeerABV, .ooBeerPipe, .ooBeerSizes {
    display: inline-block;
}

.ooBeerPipe {
    font-size: 24px;
    font-weight: 100;
    margin: 0 10px;
}

@media (max-width: 420px) {
    .ooBackToBeer, .ooBeerUntappd {
        padding: 8px 15px !important;
    }
}

/* Menu */

.ooMenuCategoryIntro {
    font-family: 'Bebas Neue';
    font-size: 25px;
    font-weight: normal;
    color: #bdbdbd !important;
    line-height: normal;
}

.ooMenuTitle {
    display: inline-block;
    font-family: 'Bebas Neue';
    font-size: 25px;
    font-weight: normal;
    color: #ffc000 !important;
    line-height: normal;
}

.ooMenuPrice {
    display: inline-block;
    font-family: 'Bebas Neue';
    font-size: 25px;
    font-weight: normal;
    color: #bdbdbd !important;
    margin-left: 15px;
    line-height: normal;
}

.ooMenuDescription {
    font-family: 'Pathway Gothic One';
    font-weight: normal;
    font-size: 17px;
    color: #bdbdbd !important;
    line-height: normal;
}

/* Visit Us */

.social-icons.social-icons-border.ooVisitUs li a {
    background: #c7c7c7;
}

/* Store */

.ooStoreCard {
    background-color: #fff;
    margin-bottom: 30px;
}

.ooStoreCard img {
    width: 100%;
}

.ooStoreCard .content {
    padding: 10px;
}

.ooStoreCard .title {
    color: #000;
    font-size: 16px;
    margin: 10px 0;
    font-family: 'Gotham Bold';
}

@media (max-width: 1024px) {
    .header-transparent #mainMenu nav > ul > li a {
        color: var(--navigationcolor) !important;
    }
}

@media (min-width: 992px) {
    #mainMenu nav > ul > li .dropdown-menu {
        margin-top: -36px;
        background-color: #000;
        border: none;
    }
}

.ooBeerCategory {
    color: #fff;
}

.ooBeerName {
    font-size: 26px;
    margin-bottom: 5px !important;
}

.ooBeerSizePrice {
    font-size: 18px;
    color: #edecec;
}

.ooBeerDescription {
    font-family: 'Pathway Gothic One';
    font-weight: normal;
    font-size: 17px;
    color: #bdbdbd !important;
    line-height: normal;
    margin-bottom: 30px;
}

.ooCannedOfferings {
    text-align: center;
}

@media (max-width: 1024px) {
    #mainMenu:not(.menu-overlay) nav > ul li.hover-active > .dropdown-menu {
        text-align: center;
    }
}
