/* CUSTOM STYLES
----------------------------------------------------------------------------- */


/* FONTS
----------------------------------------------------------------------------- */
@font-face {
    font-family: 'AvenirNextLTPro-Cn';
    src: url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Cn.eot');
    src: url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Cn.eot#iefix') format('embedded-opentype'),
    url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Cn.svg#AvenirNextLTPro-Cn') format('svg'),
    url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Cn.ttf') format('truetype'),
    url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Cn.woff') format('woff'),
    url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Cn.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Bold.eot');
    src: url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Bold.eot#iefix') format('embedded-opentype'),
    url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg'),
    url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Bold.ttf') format('truetype'),
    url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Bold.woff') format('woff'),
    url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-BoldCn';
    src: url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-BoldCn.eot');
    src: url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-BoldCn.eot#iefix') format('embedded-opentype'),
    url('fonts/AvenirNextLTPro-BoldCn.svg') format('svg'),
    url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-BoldCn.ttf') format('truetype'),
    url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-BoldCn.woff') format('woff'),
    url('https://www.exquisitegrill.com/wp-content/themes/exquisitegrill/fonts/AvenirNextLTPro-BoldCn.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/* BUTTONS / MISC
----------------------------------- */
.site-container .wp-block-button.is-style-outline .wp-block-button__link {
    box-shadow: none !important;
    border: 2px solid #000;
    text-transform: uppercase;
}

.site-container .wp-block-button.is-style-outline .wp-block-button__link:hover {
    box-shadow: none !important;
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.site-container .has-white-text-color {
    color: #fff !important;
}

.site-container hr.wp-block-separator {
    border-top: 2px solid #000;
}

.home .wp-block-button__link {
    color: #41424B;
    text-decoration: none;
    border: solid 3px #41424B !important;
    border-radius: 0 !important;
    padding: 6px 26px !important;
    outline: 0;
    background-color: transparent;
}


/* TOP BAR
----------------------------------- */
.site-container .eg-topbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 40px;
    padding: 0 30px;
    background-color: #000;
    z-index: 9999;
}

.site-container .eg-topbar > .widget {
    margin: 0 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    flex: 0 1 auto;
}

.site-container .eg-topbar > .widget .textwidget p > i {
    margin-right: 10px;
    margin-left: 10px;
}

.site-container .eg-topbar > .widget a {
    color: #fff;
    text-decoration: none;
}

.site-container .eg-topbar > .widget a:hover {
    color: #bf2639;
}

.site-container .eg-topbar > .widget .social-icon {
    margin-right: 14px;
    font-size: 14px;
}

.site-container .eg-topbar > .widget .social-icon:last-child {
    margin-right: 0;
}

.eg-topbar + .site-header {
    margin-top: 40px;
}

/* NAVIGATION
----------------------------------- */
.nav-primary {
    padding-top: 21px;
    padding-bottom: 22px;
}

.nav-primary .genesis-nav-menu a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-primary .genesis-nav-menu li:nth-child(2) {
    background-color: #bf2639;
}

.nav-primary .genesis-nav-menu li:nth-child(2) a {
    color: white;
}


/* ALL PAGES
----------------------------------- */
main.content > .entry {
    margin-bottom: 0;
}

/* HOMEPAGE
----------------------------------- */
.home .eg-hero-slider {
    margin-left: calc(-100vw / 2 + 100% / 2 + 25px) !important;
    margin-right: calc(-100vw / 2 + 100% / 2 + 25px) !important;
    max-width: calc(100vw - 50px) !important;
    margin-bottom: 30px;
}

.home .eg-hero-slider .ab-container-inside,
.home .eg-hero-slider .ab-container-image-wrap .hero-img-slide {
    height: 60vh;
    min-height: 180px;
}

.home .eg-hero-slider .ab-container-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.home .eg-hero-slider .ab-container-image-wrap {
    background-color: #000;
}

.home .eg-hero-slider .ab-container-image-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.home .eg-hero-slider .ab-container-image-wrap .slick-list {
    /*opacity: 0.4;*/
}

.home .eg-hero-slider .ab-container-image-wrap .hero-img-slide {
    background-size: cover;
    background-position: center center;
    float: left;
}

.home .eg-hero-slider .wp-block-image > figure {
    margin-bottom: 0;
}

.home .eg-hero-slider h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 64px;
    text-transform: uppercase;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.home .eg-hero-slider p.has-large-font-size {
    font-size: 32px;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'AvenirNextLTPro-Cn';
    letter-spacing: 0px;
    width: 350px;
}

.home .eg-hero-slider a.home_cta {
    color: white;
    text-decoration: none;
    border: solid 3px white;
    padding: 6px 26px;
    outline: 0;
}

.home .features .wp-block-column {
    padding: 30px 3.125%;
}

.home .features .wp-block-column .wp-block-button {
    margin-bottom: 0;
}

.home .features .wp-block-column:hover {
    background-color: #fafafa;
}

.home .features .wp-block-column:hover p.heading {
    color: #bf2639;
}

.home .video-section .wp-block-columns {
    background-color: #fff;
    margin-bottom: 0;
    padding: 30px;
}

.home .video-section .wp-block-columns .wp-block-columns {
    padding-top: 60px;
    padding-bottom: 0;
    font-family: 'AvenirNextLTPro-Cn';
    line-height: 1.2;
}

.home .video-section .wp-block-columns .wp-block-columns img {
    width: 70px;
}

.home .video-section .wp-block-columns .wp-block-columns strong {
    font-family: 'AvenirNextLTPro-BoldCn';
    font-weight: bold;
}

.home .reviews h2 {
    font-size: 50px;
}

.home .reviews .reviews-box {
    background-color: rgba(34, 34, 34, 0.9);
}

.home .reviews .reviews-box .wp-block-columns {
    margin: 40px auto 0 auto;
}

.home .reviews .reviews-box .wp-block-columns .wp-block-column,
.home .reviews .reviews-box .wp-block-columns .wp-block-column .wp-block-image,
.home .reviews .reviews-box .wp-block-columns .wp-block-column .wp-block-image figure {
    margin-bottom: 0;
}

.home .reviews .reviews-box .review-logo {
    max-width: 150px;
    margin: 0 auto;
}

.home .reviews .reviews-box figcaption {
    color: #aaa;
    text-align: center;
}

.home .news h2 {
    font-size: 50px;
}

.home .ig-feed h2 {
    font-size: 50px;
}

.home .book h2 {
    font-size: 50px;
}


.home .exc_2col h3, .home .exc_2col_2 h3 {
    font-family: 'AvenirNextLTPro-Bold';
    font-size: 32px;
}

.home .exc_2col p, .home .exc_2col_2 p {
    line-height: 1.2;
}

.home .exc_2col, .home .exc_2col_2 , .page-order-now .order-now-header-top{
    margin: 50px 0;
    display: flex;
    width: 100%;
    align-items: stretch;
}

.home .exc_2col .wp-block-column, .home .exc_2col_2 .wp-block-column {
    width: 50%;
}
.home .exc_2col .wp-block-column:first-child a div{
    z-index: 1001;
    float: right;
    top: 60px;
    margin-right: 5%;
}

.home .exc_2col .wp-block-column:first-child, .home .exc_2col_2 .wp-block-column:last-child {
    display: table-cell;
}

.home .exc_2col .wp-block-column:first-child figure:first-child{
    margin-bottom: 0px;
}

.home .exc_2col .wp-block-column:first-child figure:first-child img,
.home .exc_2col_2 .wp-block-column:last-child figure:first-child img {
    width: 100% !important;
}

.home .exc_2col .wp-block-column:first-child figure:last-child,
.home .exc_2col_2 .wp-block-column:last-child figure:last-child {
    top: -80px;
    position: relative;
}

/*.home .exc_2col .wp-block-column:first-child figure:last-child::before {*/
/*    position: absolute;*/
/*    content: 'Order online with';*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

.home .exc_2col .wp-block-column:first-child figure:last-child img,
.home .exc_2col_2 .wp-block-column:last-child figure:last-child img {
    /*min-width: 100px !important;*/
    /*padding: 0 0 0 45%;*/
    max-width: 240px;
    -webkit-box-shadow: 3px 3px 10px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 10px 5px rgb(0 0 0 / 20%);
}

.home .exc_2col .wp-block-column:first-child figure:last-child img {
    margin: 0 5% 0 0;
    float: right;
}

.home .exc_2col_2 .wp-block-column:last-child figure:last-child img {
    margin: 0 0 0 10%;
    /*float: right;*/
}

.home .exc_2col .wp-block-column:last-child {
    padding-left: 20px;
}

.home .exc_2col_2 .wp-block-column:first-child {
    padding-right: 20px;
}

.home .exc_discover {
    margin-left: calc(-100vw / 2 + 100% / 2 + 25px) !important;
    margin-right: calc(-100vw / 2 + 100% / 2 + 25px) !important;
    max-width: calc(100vw - 50px) !important;
    margin-bottom: 30px;
}

.home .exc_discover .ab-container-inside {
    padding: 50px 0;
}

.home .exc_discover h2 {
    font-size: 56px;
    font-weight: bold;
}

.home .exc_discover p {
    font-family: 'AvenirNextLTPro-Cn';
    font-size: 32px;
    line-height: 1.2;
}

.page-order-now .site-container #genesis-content .entry-title{
    display: none;
}
.page-order-now  h1{
    text-align: center;
    margin-bottom: 30px;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 1px;
}
.page-order-now .order-now-delivery{
    margin-bottom: 80px !important;
}


/* FOOTER
----------------------------------- */
.site-footer {
    background-color: #000;
    background-image: url('images/bg-grill-flames.jpg');
    background-position: center center;
    background-size: cover;
    padding: 0 0 16px 0;
    color: #fff;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #bf2639;
}

.site-footer .footer-widgets {
    background-color: transparent;
    color: #fff;
    border-top: 0;
}

.site-footer .footer-widgets .wrap {
    max-width: 100%;
}

.site-footer .footer-widgets .widget-title {
    margin-bottom: 40px;
    font-size: 16px;
    text-transform: uppercase;
}

.site-footer .footer-widgets p {
    font-size: 16px;
}

.site-footer .footer-widgets a {
    text-decoration: none;
}

.site-footer .footer-widgets a.social-icon {
    font-size: 36px;
    margin-right: 30px;
}

.site-footer .footer-widgets a.social-icon:last-child {
    margin-right: 0;
}

.site-footer > p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.site-footer svg,
.site-footer .svg.am-logo {
    width: 24px;
    height: 16px;
    fill: currentColor;
    vertical-align: sub;
}

/* RESPONSIVE
----------------------------------------------------------------------------- */
@media screen and (max-width: 1319px) {
    .home .exc_discover .ab-container-inside {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1099px) {

    .home .eg-hero-slider .ab-container-inside,
    .home .eg-hero-slider .ab-container-image-wrap .hero-img-slide {
        height: 42vh;
    }

    .home .eg-hero-slider .ab-container-content .wp-block-image img {
        max-width: 42px;
    }

    .home .eg-hero-slider h1 {
        font-size: 48px;
    }

    .home .eg-hero-slider p.has-large-font-size {
        font-size: 18px;
    }

    .site-footer .footer-widgets a.social-icon {
        font-size: 24px;
    }

}

@media screen and (max-width: 959px) {

    .site-container .eg-topbar {
        padding: 0 10px;
        position: relative;
    }

    .site-container .eg-topbar > .widget {
        margin: 0 10px;
        text-align: center;
    }

    .site-container .eg-topbar > .widget.social-icons {
        display: none;
    }

    .eg-topbar + .site-header {
        margin-top: 0;
    }

    .home .eg-hero-slider .ab-container-inside,
    .home .eg-hero-slider .ab-container-image-wrap .hero-img-slide {
        height: 33vh;
    }

    .home .eg-hero-slider h1 {
        font-size: 36px;
    }

    .home .eg-hero-slider p.has-large-font-size {
        font-size: 14px;
        font-weight: 700;
    }

    .site-footer .footer-widgets .wrap {
        display: flex;
        flex-direction: column;
    }

    .site-footer .footer-widgets .widget-title {
        margin-bottom: 20px;
    }

    .site-footer .footer-widgets .footer-widgets-2 {
        order: 1;
    }

    .site-footer .footer-widgets .footer-widgets-1 {
        order: 2;
    }

    .site-footer .footer-widgets .footer-widgets-3 {
        order: 3;
    }

}

@media screen and (max-width: 599px) {
    .home .exc_2col_2 .wp-block-column:first-child {
        order: 1;
    }

    .home .eg-hero-slider{
        margin-left: 0px !important;
        margin-right: 0px !important;
        max-width: 100vw !important;
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    .home .video-section .wp-block-column .wp-block-column:not(:only-child) {
        flex-basis: auto !important;
        flex-grow: 1 !important;
    }
}


@media screen and (max-width: 499px) {

    .site-container .eg-topbar {
        display: none;
    }

    .home .eg-hero-slider h1 {
        font-size: 24px;
    }

    .home .eg-hero-slider p.has-large-font-size {
        font-size: 11px;
    }

}