@font-face {
    font-family: 'Arbour';
    src: url('../fonts/Arbour-Regular/Arbour-Regular.eot');
    src: url('../fonts/Arbour-Regular/Arbour-Regular.woff') format('woff'), url('../fonts/Arbour-Regular/Arbour-Regular.ttf') format('truetype'), url('../fonts/Arbour-Regular/Arbour-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OatmealStout-Regular';
    src: url('../fonts/OatmealStout-Regular/OatmealStout-Regular.eot');
    src: url('../fonts/OatmealStout-Regular/OatmealStout-Regular.woff') format('woff'), url('../fonts/OatmealStout-Regular/OatmealStout-Regular.ttf') format('truetype'), url('../fonts/OatmealStout-Regular/OatmealStout-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HaboroSoft';
    src: url('../fonts/HaboroSoft-NorMed.ttf');
    font-weight: normal;
    font-style: normal;
}
.navbar {
    position: relative
}
.brand {
    position: absolute;
    display: block;
    padding: 32px 0 22px;
    left: 50%;
    margin-left: -105px!important
}
@media (max-width: 767px) {
    .brand {
        padding-left: 40px
    }
}
.brand img {
    background: url(../images/logo.png) no-repeat 0 0;
    background: url(../images/logo.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/logo.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/logo.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/logo.svg) no-repeat, linear-gradient(transparent, transparent);
    height: 41px;
    width: 223px
}
.navi {
    position: fixed;
    z-index: 1000;
    z-index: 9999;
    top: 28px;
    left: 15px;
    width: 80px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    padding-bottom: 60px
}
@media (max-width: 767px) {
    .navi {
        top: 0;
        left: 0
    }
}
@media (min-width: 992px) {
    .navi {
        top: 28px;
        left: 15px
    }
}
@media (min-width: 1400px) {
    .navi {
        top: 30px;
        left: 30px;
    }
}
.navi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    list-style-type: none;
    padding: 0;
    margin: 0
}
.navi__list--active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.navi__item {
    position: relative;
    height: 112px
}
@media (max-width: 767px) {
    .navi__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}
.navi__item a:before {
    z-index: 10;
    content: " ";
    position: absolute;
    top: 36px;
    left: 50%
}
@media (max-width: 767px) {
    .navi__item a:before {
        top: 4vh
    }
}
.navi__item.eat a:before {
    background: url(../images/icons/eat.png) no-repeat 0 0;
    background: url(../images/icons/eat.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/icons/eat.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/icons/eat.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/icons/eat.svg) no-repeat, linear-gradient(transparent, transparent);
    width: 18px;
    height: 18px;
    margin-left: -9px;
    background-size: contain;
}
.navi__item.shop a:before {
    background: url(../images/icons/shop.png) no-repeat 0 0;
    background: url(../images/icons/shop.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/icons/shop.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/icons/shop.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/icons/shop.svg) no-repeat, linear-gradient(transparent, transparent);
    width: 19px;
    height: 16px;
    margin-left: -9px
}
.navi__item.go a:before {
    background: url(../images/icons/go.png) no-repeat 0 0;
    background: url(../images/icons/go.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/icons/go.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/icons/go.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/icons/go.svg) no-repeat, linear-gradient(transparent, transparent);
    width: 10px;
    height: 16px;
    margin-left: -5px
}
.navi__item.own a:before {
    background: url(../images/icons/own.png) no-repeat 0 0;
    background: url(../images/icons/own.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/icons/own.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/icons/own.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/icons/own.svg) no-repeat, linear-gradient(transparent, transparent);
    width: 17px;
    height: 17px;
    margin-left: -8px
}
.navi__item.cater a:before {
    background: url(../images/icons/cater.png) no-repeat 0 0;
    background: url(../images/icons/cater.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/icons/cater.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/icons/cater.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/icons/cater.svg) no-repeat, linear-gradient(transparent, transparent);
    width: 23px;
    height: 13px;
    margin-left: -11px
}
.navi__item.about a:before {
    background: url(../images/icons/about.png) no-repeat 0 0;
    background: url(../images/icons/about.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/icons/about.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/icons/about.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/icons/about.svg) no-repeat, linear-gradient(transparent, transparent);
    width: 16px;
    height: 14px;
    margin-left: -8px;
}
.navi__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    background: #322529;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    color: #fff;
    padding-top: 25px;
    font-family: 'Norwester';
    letter-spacing: .04em;
}
.navi__link:hover {
    background: #141617;
    color: #fff;
    text-decoration: none
}
@media (max-width: 991px) {
    .navi {
        width: 70px
    }
}
@media (max-width: 991px) and (max-width:767px) {
    .navi__list {
        height: 85vh
    }
}
.burger {
    height: 112px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    background: #EC585A;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    width: 100%;
}
.burger:hover {
    background: #ff615e;
}
.burger__patty {
    position: relative;
    height: 2px;
    width: 30px;
    background: #fff;
}
.burger__patty:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
}
.burger__patty:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
}
.burger__patty, .burger__patty:after, .burger__patty:before {
    will-change: transform;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275)
}
.burger--active .burger__patty {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 1px;
    width: 20px
}
.burger--active .burger__patty:before {
    -webkit-transform: rotate(-45deg) translate(-6px, -2px) scaleX(.7);
    -ms-transform: rotate(-45deg) translate(-6px, -2px) scaleX(.7);
    -o-transform: rotate(-45deg) translate(-6px, -2px) scaleX(.7);
    transform: rotate(-45deg) translate(-6px, -2px) scaleX(.7);
    height: 1px;
    top: -8px
}
.burger--active .burger__patty:after {
    -webkit-transform: rotate(45deg) translate(-6px, 2px) scaleX(.7);
    -ms-transform: rotate(45deg) translate(-6px, 2px) scaleX(.7);
    -o-transform: rotate(45deg) translate(-6px, 2px) scaleX(.7);
    transform: rotate(45deg) translate(-6px, 2px) scaleX(.7);
    height: 1px;
    top: 8px
}
@media (max-width: 991px) {
    .burger {
        height: 95px
    }
    .burger__patty {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
    .burger--active .burger__patty {
        -webkit-transform: scale(.8) rotate(90deg);
        -ms-transform: scale(.8) rotate(90deg);
        -o-transform: scale(.8) rotate(90deg);
        transform: scale(.8) rotate(90deg)
    }
}
.footer {
    background: #322529;
    min-height: 163px;
    padding: 54px 0 36px;
}
@media (max-width: 767px) {
    .footer .footer-logo {
        display: block;
        text-align: center
    }
}
.footer .footer-logo img {
    background: url(../images/footer-logo.png) no-repeat 0 0;
    background: url(../images/footer-logo.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/footer-logo.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/footer-logo.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/footer-logo.svg) no-repeat, linear-gradient(transparent, transparent);
    height: 25px;
    width: 136px
}
@media (max-width: 767px) {
    .footer #menu-social-menu {
        text-align: center;
        margin-top: 25px
    }
}
@media (min-width: 768px) {
    .footer #menu-social-menu {
        position: absolute;
    /* text-align: center; */
    /* top: 0; */
    /* width: 100%; */
    /* margin: 0; */
    margin-bottom: 0;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    }
}
.footer #menu-social-menu li {
    text-indent: -9999px;
    padding-right: 5px;
    padding-left: 8px;
}
.footer #menu-social-menu li a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 38px;
}
.footer #menu-social-menu li.facebook a:before {
    background: url(../images/facebook.png) no-repeat 0 0;
    background: url(../images/facebook.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/facebook.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/facebook.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/facebook.svg) no-repeat, linear-gradient(transparent, transparent)
}
.footer #menu-social-menu li.instagram a:before {
    background: url(../images/instagram.png) no-repeat 0 0;
    background: url(../images/instagram.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/instagram.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/instagram.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/instagram.svg) no-repeat, linear-gradient(transparent, transparent)
}
.footer #menu-social-menu li.twitter a:before {
    background: url(../images/twitter.png) no-repeat 0 0;
    background: url(../images/twitter.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/twitter.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/twitter.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/twitter.svg) no-repeat, linear-gradient(transparent, transparent)
}
.footer #menu-social-menu li a {
    display: block;
    height: 38px;
    width: 38px;
    position: relative;
}
@media (min-width: 768px) {
    .footer #menu-footer-menu {
        /* float: right; */ margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .footer #menu-footer-menu {
        margin-top: 30px;
        text-align: center;
        width: 100%
    }
}
.footer #menu-footer-menu li {
    padding-right: 40px;
    position: relative
}
@media (max-width: 767px) {
    .footer #menu-footer-menu li {
        display: block;
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 5px
    }
}
@media (min-width: 768px) {
    .footer #menu-footer-menu li {
        padding-right: 0;
        padding-left: 35px;
    }
}
.footer #menu-footer-menu li:nth-child(1) {
    margin-right: 20px;
}
@media (min-width: 768px) {
    .footer #menu-footer-menu li:nth-child(1):after {
        content: "|";
        position: absolute;
        color: #fff;
        top: 50%;
        right: -30px;
        transform: translateY(-50%);
    }
}
.footer #menu-footer-menu li>a {
    color: #fff;
    font-family: 'Arbour';
    font-size: 22px;
    text-transform: lowercase;
    line-height: 1;
}
.footer #menu-footer-menu li>a:hover {
    text-decoration: none;
    color: #f0d9c3;
}
.wrap {
    overflow: hidden
}
.container-fluid {
    max-width: 1800px;
}
.page-header {
    margin: 0;
    position: relative;
    padding: 0
}
.page-header__wrap,body.single-locations .page-header__wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .45);
    background: rgba(50, 37, 41, 0.7);
}
.page-header__wrap h1 {
    margin-top: 0
}
.single .page-header__wrap {
    background: 0 0;
}
.headline {
    letter-spacing: 5px;
    margin-bottom: 60px;
    position: relative;
    z-index: 10
}
.headline:before {
    /* height: 97px;
    width: 97px;
    content: " ";
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -48px;
    z-index: -1;
    background: url(../images/donut-home-bg.png) no-repeat 0 0;
    background: url(../images/donut-home-bg.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/donut-home-bg.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/donut-home-bg.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/donut-home-bg.svg) no-repeat, linear-gradient(transparent, transparent)*/
}
.blog .intro, .page-template-default .intro, .page-template-page-thankyou .intro, .post-type-archive-product .intro, .woocommerce-page .intro {
    background: #fff;
    padding: 50px 10px 40px;
    position: relative;
    font-family: 'Conduit ITC Light';
    font-size: 19px
}
@media (min-width: 768px) {
    .blog .intro, .page-template-default .intro, .page-template-page-thankyou .intro, .post-type-archive-product .intro, .woocommerce-page .intro {
        margin-top: -60px
    }
}
@media (min-width: 1400px) {
    .blog .intro, .page-template-default .intro, .page-template-page-thankyou .intro, .post-type-archive-product .intro, .woocommerce-page .intro {
        padding: 50px 100px 40px
    }
}
.blog .intro .headline, .page-template-default .intro .headline, .page-template-page-thankyou .intro .headline, .post-type-archive-product .intro .headline, .woocommerce-page .intro .headline {
    margin-bottom: 36px
}
.blog .page-content, .page-template-default .page-content, .page-template-page-thankyou .page-content, .post-type-archive-product .page-content, .woocommerce-page .page-content {
    font-family: 'HaboroSoft',sans-serif;
    padding: 55px 10px;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 1px
}
@media (max-width: 991px) {
    .blog .page-content, .page-template-default .page-content, .page-template-page-thankyou .page-content, .post-type-archive-product .page-content, .woocommerce-page .page-content {
        font-size: 16px
    }
}
@media (max-width: 991px) {
    .blog .page-content h3, .page-template-default .page-content h3, .page-template-page-thankyou .page-content h3, .post-type-archive-product .page-content h3, .woocommerce-page .page-content h3 {
        font-size: 22px
    }
}
.blog .page-content h1, .blog .page-content h2, .blog .page-content h3, .blog .page-content h4, .blog .page-content h5, .blog .page-content h6, .page-template-default .page-content h1, .page-template-default .page-content h2, .page-template-default .page-content h3, .page-template-default .page-content h4, .page-template-default .page-content h5, .page-template-default .page-content h6, .page-template-page-thankyou .page-content h1, .page-template-page-thankyou .page-content h2, .page-template-page-thankyou .page-content h3, .page-template-page-thankyou .page-content h4, .page-template-page-thankyou .page-content h5, .page-template-page-thankyou .page-content h6, .post-type-archive-product .page-content h1, .post-type-archive-product .page-content h2, .post-type-archive-product .page-content h3, .post-type-archive-product .page-content h4, .post-type-archive-product .page-content h5, .post-type-archive-product .page-content h6, .woocommerce-page .page-content h1, .woocommerce-page .page-content h2, .woocommerce-page .page-content h3, .woocommerce-page .page-content h4, .woocommerce-page .page-content h5, .woocommerce-page .page-content h6 {
    letter-spacing: 2px
}
.blog .page-form, .page-template-default .page-form, .page-template-page-thankyou .page-form, .post-type-archive-product .page-form, .woocommerce-page .page-form {
    background: #fff;
    margin-bottom: 35px;
    padding: 20px 10px
}
@media (min-width: 992px) {
    .blog .page-form, .page-template-default .page-form, .page-template-page-thankyou .page-form, .post-type-archive-product .page-form, .woocommerce-page .page-form {
        padding: 40px 20px
    }
}
.blog .page-form .gform_title, .page-template-default .page-form .gform_title, .page-template-page-thankyou .page-form .gform_title, .post-type-archive-product .page-form .gform_title, .woocommerce-page .page-form .gform_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 5px;
    margin-bottom: 50px
}
@media (min-width: 992px) {
    .blog .page-form .gform_title, .page-template-default .page-form .gform_title, .page-template-page-thankyou .page-form .gform_title, .post-type-archive-product .page-form .gform_title, .woocommerce-page .page-form .gform_title {
        font-size: 32px
    }
}
@media (min-width: 1400px) {
    .blog .page-form .gform_title, .page-template-default .page-form .gform_title, .page-template-page-thankyou .page-form .gform_title, .post-type-archive-product .page-form .gform_title, .woocommerce-page .page-form .gform_title {
        font-size: 38px
    }
}
.blog .page-form .gfield, .page-template-default .page-form .gfield, .page-template-page-thankyou .page-form .gfield, .post-type-archive-product .page-form .gfield, .woocommerce-page .page-form .gfield {
    /* margin-bottom: 30px */
}
.blog .page-form .gfield_required, .page-template-default .page-form .gfield_required, .page-template-page-thankyou .page-form .gfield_required, .post-type-archive-product .page-form .gfield_required, .woocommerce-page .page-form .gfield_required {
    color: #EC585A
}
.blog .page-form .gfield_label, .page-template-default .page-form .gfield_label, .page-template-page-thankyou .page-form .gfield_label, .post-type-archive-product .page-form .gfield_label, .woocommerce-page .page-form .gfield_label {
    /* font-family: alternate-gothic-no-3-d; */
    /* font-weight: 400; */
    font-size: 20px;
    letter-spacing: .1em;
}
.blog .page-form button, .blog .page-form input[type=text], .blog .page-form select, .blog .page-form textarea, .page-template-default .page-form button, .page-template-default .page-form input[type=text], .page-template-default .page-form select, .page-template-default .page-form textarea, .page-template-page-thankyou .page-form button, .page-template-page-thankyou .page-form input[type=text], .page-template-page-thankyou .page-form select, .page-template-page-thankyou .page-form textarea, .post-type-archive-product .page-form button, .post-type-archive-product .page-form input[type=text], .post-type-archive-product .page-form select, .post-type-archive-product .page-form textarea, .woocommerce-page .page-form button, .woocommerce-page .page-form input[type=text], .woocommerce-page .page-form select, .woocommerce-page .page-form textarea {
    border: 0;
    border: none;
    background: #F7F7F7;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-family: 'Conduit ITC Light'
}
.blog .page-form input[type=text], .page-template-default .page-form input[type=text], .page-template-page-thankyou .page-form input[type=text], .post-type-archive-product .page-form input[type=text], .woocommerce-page .page-form input[type=text] {
    height: 49px;
    line-height: 49px
}
.blog .page-form select, .page-template-default .page-form select, .page-template-page-thankyou .page-form select, .post-type-archive-product .page-form select, .woocommerce-page .page-form select {
    height: 49px;
    line-height: 30px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-appearance: none
}
.blog .page-form .ginput_container_select, .page-template-default .page-form .ginput_container_select, .page-template-page-thankyou .page-form .ginput_container_select, .post-type-archive-product .page-form .ginput_container_select, .woocommerce-page .page-form .ginput_container_select {
    position: relative
}
.blog .page-form .ginput_container_select::after, .page-template-default .page-form .ginput_container_select::after, .page-template-page-thankyou .page-form .ginput_container_select::after, .post-type-archive-product .page-form .ginput_container_select::after, .woocommerce-page .page-form .ginput_container_select::after {
    background-image: url(../images/spritesheet.png);
    background-position: -42px -41px;
    width: 17px;
    height: 8px;
    position: absolute;
    content: " ";
    right: 15px;
    top: 22px
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio:2/1), (min-resolution:192dpi) {
    .blog .page-form .ginput_container_select::after, .page-template-default .page-form .ginput_container_select::after, .page-template-page-thankyou .page-form .ginput_container_select::after, .post-type-archive-product .page-form .ginput_container_select::after, .woocommerce-page .page-form .ginput_container_select::after {
        background-image: url(../images/spritesheet@2x.png);
        -webkit-background-size: 223px 102px;
        background-size: 223px 102px
    }
}
.blog .page-form textarea, .page-template-default .page-form textarea, .page-template-page-thankyou .page-form textarea, .post-type-archive-product .page-form textarea, .woocommerce-page .page-form textarea {
    height: 100px;
    /* background: #F7F7F7; */
}
.blog .page-form .gfield_radio, .page-template-default .page-form .gfield_radio, .page-template-page-thankyou .page-form .gfield_radio, .post-type-archive-product .page-form .gfield_radio, .woocommerce-page .page-form .gfield_radio {
    margin-top: 15px
}
.blog .page-form .gfield_radio li, .page-template-default .page-form .gfield_radio li, .page-template-page-thankyou .page-form .gfield_radio li, .post-type-archive-product .page-form .gfield_radio li, .woocommerce-page .page-form .gfield_radio li {
    position: relative;
    text-indent: 15px;
    display: inline-block;
    margin-right: 20px
}
.blog .page-form .break, .page-template-default .page-form .break, .page-template-page-thankyou .page-form .break, .post-type-archive-product .page-form .break, .woocommerce-page .page-form .break {
    border-top: 1px solid #ebebeb;
    margin: 20px 15px
}
.blog .page-form input[type=radio], .page-template-default .page-form input[type=radio], .page-template-page-thankyou .page-form input[type=radio], .post-type-archive-product .page-form input[type=radio], .woocommerce-page .page-form input[type=radio] {
    display: none
}
.blog .page-form input[type=radio]+label::before, .page-template-default .page-form input[type=radio]+label::before, .page-template-page-thankyou .page-form input[type=radio]+label::before, .post-type-archive-product .page-form input[type=radio]+label::before, .woocommerce-page .page-form input[type=radio]+label::before {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 17px;
    height: 17px;
    background: #ebebeb;
    border: 3px solid #ebebeb;
    top: 2px;
    left: 0;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%
}
.blog .page-form input[type=radio]:checked+label::before, .page-template-default .page-form input[type=radio]:checked+label::before, .page-template-page-thankyou .page-form input[type=radio]:checked+label::before, .post-type-archive-product .page-form input[type=radio]:checked+label::before, .woocommerce-page .page-form input[type=radio]:checked+label::before {
    background: #EC585A;
    border-color: #EC585A
}
.blog .page-form .gform_body, .page-template-default .page-form .gform_body, .page-template-page-thankyou .page-form .gform_body, .post-type-archive-product .page-form .gform_body, .woocommerce-page .page-form .gform_body {
    float: left
}
.blog .page-form .gform_footer, .page-template-default .page-form .gform_footer, .page-template-page-thankyou .page-form .gform_footer, .post-type-archive-product .page-form .gform_footer, .woocommerce-page .page-form .gform_footer {
    text-align: center
}
.landing-page-inner .validation_error,
.blog .page-form .validation_error,
.page-template-default .page-form .validation_error,
.page-template-page-thankyou .page-form .validation_error,
.post-type-archive-product .page-form .validation_error,
.woocommerce-page .page-form .validation_error {
    padding: 15px;
    text-align: center;
    background: #f0dac3;
    /* color: #fff!important; */
    margin-bottom: 25px;
    font-family: 'Conduit ITC Light';
}
.landing-page-inner .gfield_description.validation_message,
.blog .page-form .gfield_description.validation_message,
.page-template-default .page-form .gfield_description.validation_message,
.page-template-page-thankyou .page-form .gfield_description.validation_message,
.post-type-archive-product .page-form .gfield_description.validation_message,
.woocommerce-page .page-form .gfield_description.validation_message {
    font-family: 'Conduit ITC Bold';
    margin-top: 10px;
    color: #de5458;
    background: #fff;
    padding-top: 5px;
}
.landing-page-inner .gform_confirmation_message,
.blog .page-form .gform_confirmation_message,
.page-template-default .page-form .gform_confirmation_message,
.page-template-page-thankyou .page-form .gform_confirmation_message,
.post-type-archive-product .page-form .gform_confirmation_message,
.woocommerce-page .page-form .gform_confirmation_message {
    font-family: 'Conduit ITC Bold';
    text-align: center;
    font-size: 20px
}
.blog .page-form .gform_button, .page-template-default .page-form .gform_button, .page-template-page-thankyou .page-form .gform_button, .post-type-archive-product .page-form .gform_button, .woocommerce-page .page-form .gform_button {
    background: #EC585A;
    padding: 8px 65px 6px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: 'norwester',alternate-gothic-no-3-d;
    font-weight: 400;
    color: #fff;
    border: 0;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 25px;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275)
}
.blog .page-form .gform_button:hover, .page-template-default .page-form .gform_button:hover, .page-template-page-thankyou .page-form .gform_button:hover, .post-type-archive-product .page-form .gform_button:hover, .woocommerce-page .page-form .gform_button:hover {
    /* background: #db7009 */
}
.blog .page-form ul, .page-template-default .page-form ul, .page-template-page-thankyou .page-form ul, .post-type-archive-product .page-form ul, .woocommerce-page .page-form ul {
    padding-left: 0
}
.blog .page-form ul li, .page-template-default .page-form ul li, .page-template-page-thankyou .page-form ul li, .post-type-archive-product .page-form ul li, .woocommerce-page .page-form ul li {
    list-style-type: none
}
.page-template-page-thankyou .page-content {
    padding: 80px 10px 100px
}
.archive .page-header, body.single-locations .page-header, .blog .page-header, .error404 .page-header, .page-template-template-own .page-header,.page-template-template-jobs .page-header, .page-template-default .page-header, .page-template-page-thankyou .page-header, .search .page-header, .single-post .page-header, .woocommerce-page .page-header {
    height: 225px
}
@media (min-width: 992px) {
    .archive .page-header, body.single-locations .page-header, .blog .page-header, .error404 .page-header, .page-template-template-own .page-header,.page-template-template-jobs .page-header, .page-template-default .page-header, .page-template-page-thankyou .page-header, .search .page-header, .single-post .page-header, .woocommerce-page .page-header {
        height: 400px
    }
}
@media (min-width: 1400px) {
    .archive .page-header, body.single-locations .page-header, .blog .page-header, .error404 .page-header, .page-template-template-own .page-header,.page-template-template-jobs .page-header, .page-template-default .page-header, .page-template-page-thankyou .page-header, .search .page-header, .single-post .page-header, .woocommerce-page .page-header {
        height: 485px;
        height: 579px;
    }
}
.archive .page-header h1,
body.single-locations .page-header h1,
.blog .page-header h1,
.error404 .page-header h1,
.page-template-default .page-header h1, .page-template-template-own .page-header h1,.page-template-template-jobs .page-header h1, .page-template-page-thankyou .page-header h1, .search .page-header h1, .single-post .page-header h1, .woocommerce-page .page-header h1 {
    padding-top: 90px;
    letter-spacing: 5px;
    position: absolute;
    left: 50%;
    bottom: 105px;
    transform: translateX(-50%);
    font-family: 'trincha';
    font-size: 119px;
}
@media (min-width: 992px) {
    .archive .page-header h1, body.single-locations .page-header h1, .blog .page-header h1, .error404 .page-header h1, .page-template-default .page-header h1, .page-template-template-own .page-header h1,.page-template-template-jobs .page-header h1, .page-template-page-thankyou .page-header h1, .search .page-header h1, .single-post .page-header h1, .woocommerce-page .page-header h1 {
        font-size: 80px;
        padding-top: 130px;
    }
}
@media (min-width: 1400px) {
    .archive .page-header h1, body.single-locations .page-header h1, .blog .page-header h1, .error404 .page-header h1, .page-template-default .page-header h1, .page-template-template-own .page-header h1, .page-template-template-jobs .page-header h1, .page-template-page-thankyou .page-header h1, .search .page-header h1, .single-post .page-header h1, .woocommerce-page .page-header h1 {
        padding-top: 0;
        font-size: 119px;
    }
    h1.text-uppercase.text-white:after {
        top: 20px!important;
    }
}
.page-template-template-about .page-header, .page-template-template-home .page-header {
    height: 400px
}
@media (min-width: 992px) {
    .page-template-template-about .page-header, .page-template-template-home .page-header {
        height: 550px
    }
}
@media (min-width: 1400px) {
    .page-template-template-about .page-header, .page-template-template-home .page-header {
        height: 696px;
        height: 579px;
    }
}
.page-template-template-home h1 span {
    display: block;
    letter-spacing: 6px;
    font-size: 36px
}
@media (min-width: 992px) {
    .page-template-template-home h1 span {
        font-size: 48px
    }
}
@media (min-width: 1400px) {
    .page-template-template-home h1 span {
        font-size: 56px
    }
}
.page-template-template-home h1 span.first {
    padding-top: 115px
}
@media (min-width: 992px) {
    .page-template-template-home h1 span.first {
        padding-top: 165px
    }
}
@media (min-width: 1400px) {
    .page-template-template-home h1 span.first {
        padding-top: 210px
    }
}
.page-template-template-home h1 span.second {
    margin-top: 70px;
    position: relative
}
@media (min-width: 992px) {
    .page-template-template-home h1 span.second {
        margin-top: 100px
    }
}
@media (min-width: 1400px) {
    .page-template-template-home h1 span.second {
        margin-top: 120px
    }
}
.page-template-template-home h1 span.second::before {
    content: " ";
    position: absolute;
    top: -56px;
    left: 50%;
    margin-left: -15px;
    height: 30px;
    width: 30px;
    background: url(../images/icons/x.png) no-repeat 0 0;
    background: url(../images/icons/x.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/icons/x.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/icons/x.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/icons/x.svg) no-repeat, linear-gradient(transparent, transparent);
    -webkit-background-size: contain;
    background-size: contain
}
@media (min-width: 992px) {
    .page-template-template-home h1 span.second::before {
        height: 40px;
        width: 40px;
        top: -78px;
        margin-left: -20px
    }
}
@media (min-width: 1400px) {
    .page-template-template-home h1 span.second::before {
        height: 46px;
        width: 46px;
        top: -90px;
        margin-left: -23px
    }
}
body#tinymce {
    margin: 12px!important
}
body.single-locations {
}
.acf-map {
    width: 100%;
    height: 300px;
    border: #ccc solid 1px;
    margin: 0;
    border: 0;
    border: none
}
@media (min-width: 992px) {
    .acf-map {
        height: 473px;
    }
}
@media (min-width: 1400px) {
    .acf-map {
        height: 525px
    }
}
.acf-map img {
    max-width: inherit!important
}
.gm-style .gm-style-iw {
    background-color: #eed9c6!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    min-width: 200px!important;
    height: 100%!important;
    min-height: 100px!important;
    padding: 10px;
    display: block!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.gm-style .gm-style-iw p {
    padding: 10px 15px;
    font-family: 'Conduit ITC Bold';
    color: #fff!important;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 0;
    display: block!important;
    letter-spacing: 1px
}
.gm-style .gm-style-iw p a {
    display: block;
    color: #fff;
    font-size: 14px;
    float: left
}
.gm-style .gm-style-iw p a:hover {
    color: #2b3033;
    text-decoration: none
}
.gmap_popup {
    min-height: 100px!important
}
.gm-style div div div div div div div div {
    background-color: #eed9c6!important;
    padding: 0;
    margin: 0;
    padding: 0;
    top: 0;
}
.gm-style div div div div div div div div a {
    color: #f1f1f1;
    font-weight: 700
}
.view-all-stores {
}
.view-all-stores:hover {
    text-decoration: none;
    color: #fff;
    background: #373d41
}
.page-template-template-home #locations {
    margin-top: 50px
}
@media (min-width: 992px) {
    .page-template-template-home #locations {
        margin-top: 60px
    }
}
@media (min-width: 1400px) {
    .page-template-template-home #locations {
        padding: 0 35px
    }
}
.page-template-template-home #locations .col-1, .page-template-template-home #locations .col-2 {
    padding-left: 0;
    padding-right: 0
}
@media (min-width: 768px) {
    .page-template-template-home #locations .col-1, .page-template-template-home #locations .col-2 {
        padding-left: 5px;
        padding-right: 5px
    }
}
.page-template-template-home #locations .locations {
    margin-bottom: 10px
}
.page-template-template-home #locations .coming-soon {
    background: #f2f5f2;
    padding: 35px 25px
}
.page-template-template-home #locations .coming-soon h3.cs-title {
    margin-bottom: 45px
}
.page-template-template-home #locations .coming-soon .locations {
    margin-bottom: 10px
}
.page-template-template-home #locations .coming-soon .locations h3 {
    font-family: 'BarleyAged Regular';
    letter-spacing: 4px;
    position: relative
}
.page-template-template-home #locations .coming-soon .locations h3:before {
    background: url(../images/donut-small.png) no-repeat 0 0;
    background: url(../images/donut-small.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/donut-small.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/donut-small.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/donut-small.svg) no-repeat, linear-gradient(transparent, transparent);
    width: 18px;
    height: 18px;
    z-index: 10;
    content: " ";
    position: absolute;
    top: 8px;
    left: -32px
}
.page-template-template-home #locations .coming-soon .locations h5 {
    font-family: 'Conduit ITC Bold';
    letter-spacing: 1px
}
.post-type-archive-locations h2 {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 35px;
    letter-spacing: 4px
}
@media (min-width: 992px) {
    .post-type-archive-locations h2 {
        font-size: 48px;
        margin-top: 60px;
        margin-bottom: 45px;
        letter-spacing: 5px
    }
}
@media (min-width: 1400px) {
    .post-type-archive-locations h2 {
        font-size: 60px;
        letter-spacing: 6px
    }
}
.post-type-archive-locations .coming-soon {
    padding: 50px 0
}
.post-type-archive-locations .coming-soon h3.cs-title {
    margin-bottom: 77px;
}
.post-type-archive-locations .coming-soon .locations {
    background: #EC585A;
    padding: 18px 15px;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    margin-bottom: 22px
}
.post-type-archive-locations .coming-soon .locations h3 {
    font-family: 'BarleyAged Regular';
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 4px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 4px;
    margin: 0;
    font-family: 'norwester';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
    letter-spacing: .1em;
    color: #322529;
}
.post-type-archive-locations .coming-soon .locations h6 {
    font-family: 'Conduit ITC Bold';
    margin-top: 8px;
    margin-bottom: 0;
    letter-spacing: 1px;
    margin-top: 8px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #F15A5C;
    margin: 0;
    font-family: 'norwester';
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .1em;
    padding-top: 10px;
    color: #F15A5C;
}
.single-locations .location__header {
    font-family: 'Conduit ITC Bold';
    padding: 25px 0 50px
}
@media (min-width: 768px) {
    .single-locations .location__header {
        padding: 55px 0 0
    }
}
@media (min-width: 992px) {
    .single-locations .location__header {
        padding: 85px 0 0
    }
}
@media (min-width: 1400px) {
    .single-locations .location__header {
        padding: 60px 0 50px 0;
        clear: both;
        text-align: center;
    }
}
.single-locations .location__header .entry-title {
    font-family: 'BarleyAged Regular';
    color: #EC585A;
    font-size: 36px;
    letter-spacing: 6px
}
@media (min-width: 992px) {
    .single-locations .location__header .entry-title {
        font-size: 48px
    }
}
@media (min-width: 1400px) {
    .single-locations .location__header .entry-title {
        font-size: 55px
    }
}
.single-locations .location__header h5 {
    color: #fff;
    background: #322529;
    margin: 0;
    line-height: 2;
    font-size: 18px;
    letter-spacing: .12em;
    text-align: center;
}
.single-locations .location__header__address, .single-locations .location__header__email, .single-locations .location__header__phone {
    font-size: 18px;
    letter-spacing: .2em;
}
@media (min-width: 992px) {
    .single-locations .location__header__address, .single-locations .location__header__email, .single-locations .location__header__phone {
        font-size: 22px
    }
}
@media (min-width: 1400px) {
    .single-locations .location__header__address, .single-locations .location__header__email, .single-locations .location__header__phone {
        font-size: 25px
    }
}
.single-locations .location__header__email a {
    color: #322529;
}
.single-locations .location__header__email a:hover {
    color: #ed595b
}
.single-locations .location__header__hours {
    font-size: 18px;
    margin-top: 30px;
    padding-top: 25px;
    position: relative
}
.single-locations .location__header__hours:before {
    background: #2b3033;
    height: 1px;
    width: 50%;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.single-locations .location__header__hours h5 {
    font-size: 18px;
    letter-spacing: 2px
}
.single-locations .flexslider {
    margin: 0;
    border: 0;
    border: none;
    max-height: 430px;
}
.single-locations .flex-control-nav {
    bottom: -40px;
}
.single-locations .flex-control-nav li {
    margin: 0 10px;
}
.single-locations .flex-control-paging li a.flex-active {
    background: #EC585A
}
.single-locations .flex-control-paging li a {
    background: #c1c2c4;
    width: 8px;
    height: 8px;
    -webkit-box-shadow: none;
    box-shadow: none
}
@media (min-width: 992px) {
    #locations .col-2 {
        margin-top: -90px
    }
}
#locations .locations a {
    display: block;
    padding: 120px 50px;
    margin: 0 auto;
}
#locations .locations a:hover {
    text-decoration: none;
    cursor: pointer
}
#locations .locations a:hover .post_inner {
    background: #383839;
}
#locations .locations a:hover .post_inner h3 {
    color: #fff;
}
#locations .locations a .post_inner {
    background: #fff;
    padding: 18px 15px;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    position: relative;
    z-index: 5;
}
#locations .locations a .post_inner h3 {
    font-family: 'BarleyAged Regular';
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 4px;
    margin: 0;
    font-family: 'norwester';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
    letter-spacing: .1em;
    color: #322529;
}
#locations .locations a .post_inner h6 {
    font-family: 'Conduit ITC Bold';
    margin-top: 8px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #F15A5C;
    margin: 0;
    font-family: 'norwester';
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .1em;
    padding-top: 5px;
    color: #F15A5C;
}
#locations .coming-soon h3.cs-title {
    font-family: alternate-gothic-no-3-d;
    letter-spacing: 4px;
    font-size: 30px;
    font-family: 'Trincha';
    letter-spacing: 0;
    font-size: 55px;
}
.page-template-template-home .content {
    padding: 54px 0 30px;
    position: relative
}
@media (max-width: 767px) {
    .page-template-template-home .content {
        padding: 54px 10px 30px
    }
}
@media (min-width: 992px) {
    .page-template-template-home .content {
        padding: 94px 0 90px
    }
}
.page-template-template-home .content:before {
}
.page-template-template-home h2 {
    font-size: 40px;
    letter-spacing: 4px;
    position: relative
}
.page-template-template-home h2:before {
    content: " ";
    position: absolute;
    top: -18px;
    left: -45px;
    z-index: -1;
    height: 70px;
    width: 70px;
    background: url(../images/donut-home-bg.png) no-repeat 0 0;
    background: url(../images/donut-home-bg.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/donut-home-bg.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/donut-home-bg.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/donut-home-bg.svg) no-repeat, linear-gradient(transparent, transparent)
}
@media (max-width: 767px) {
    .page-template-template-home h2:before {
        left: -50px
    }
}
@media (min-width: 992px) {
    .page-template-template-home h2:before {
        height: 90px;
        width: 90px;
        top: -22px;
        left: -60px;
    }
}
@media (min-width: 1400px) {
    .page-template-template-home h2:before {
        height: 118px;
        width: 118px;
        top: -42px;
        left: -75px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .page-template-template-home h2 {
        margin-left: 50px
    }
}
@media (min-width: 992px) {
    .page-template-template-home h2 {
        font-size: 55px;
        letter-spacing: 6px
    }
}
@media (min-width: 1400px) {
    .page-template-template-home h2 {
        font-size: 75px;
        letter-spacing: 8px
    }
}
.page-template-template-about .page-header h1 {
    padding-top: 155px;
    letter-spacing: 5px;
    padding-top: 90px;
    letter-spacing: 5px;
    position: absolute;
    left: 50%;
    bottom: 105px;
    transform: translateX(-50%);
    font-family: 'trincha';
    font-size: 119px;
}
@media (min-width: 992px) {
    .page-template-template-about .page-header h1 {
        font-size: 48px;
        padding-top: 230px
    }
}
@media (min-width: 1400px) {
    .page-template-template-about .page-header h1 {
        padding-top: 290px;
        font-size: 55px;
        padding-top: 0;
        font-size: 119px;
    }
}
#about__intro {
    background: #fff;
    padding: 115px 0 100px;
    position: relative;
    font-family: 'Conduit ITC Light';
    font-size: 19px;
}
@media (min-width: 992px) {
    #about__intro {
        padding: 115px 0 100px
    }
}
#about__intro h3 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 20px
}
@media (min-width: 1400px) {
    #about__intro .about__intro__wrap__head {
        padding-right: 50px
    }
}
@media (min-width: 1400px) {
    /*   #about__intro .about__intro__wrap__content {
        padding-left: 50px
    }*/#about__intro .about__intro__wrap__content {
    }
}
#about__img {
    /* height: 494px; */
    position: relative;
    z-index: 1;
}
#about__content {
    /* background: url(../images/about-bg.jpg) center center no-repeat; */
    -webkit-background-size: cover;
    background-size: cover;
    padding: 75px 0;
}
@media (min-width: 992px) {
    #about__content {
        padding: 85px 0
    }
}
#about__content h3 {
    font-size: 25px;
    letter-spacing: .05em;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}
#about__locations__content {
    padding: 70px 0 40px;
    font-family: 'HaboroSoft';
    font-size: 16px;
    line-height: 1.65;
}
#about__locations {
    /* background: #fff */
}
#locations_slider {
    /* background: #fff; */
    padding: 90px 0 25px;
}
#locations_slider .location-img-slider {
    position: relative
}
#locations_slider .location-img-slider .slick-list {
    position: relative;
    z-index: 1000
}
#locations_slider .location-img-slider .slide {
    height: 335px
}
#locations_slider .location-img-slider .slick-slide {
    margin: 0 4px;
}
#locations_slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-indent: -9999px
}
@media (max-width: 991px) {
    #locations_slider .slick-arrow {
        display: none
    }
}
#locations_slider .slick-prev {
    left: 0
}
#locations_slider .slick-prev:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -45px;
    height: 20px;
    width: 12px;
    background: url(../images/arrow-left.png) no-repeat 0 0;
    background: url(../images/arrow-left.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/arrow-left.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/arrow-left.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/arrow-left.svg) no-repeat, linear-gradient(transparent, transparent)
}
#locations_slider .slick-next {
    right: 0
}
#locations_slider .slick-next:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -45px;
    height: 20px;
    width: 12px;
    background: url(../images/arrow-right.png) no-repeat 0 0;
    background: url(../images/arrow-right.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/arrow-right.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/arrow-right.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/arrow-right.svg) no-repeat, linear-gradient(transparent, transparent)
}
#menu__content {
    font-family: 'Conduit ITC Light';
    padding: 50px 0 0px;
    font-size: 19px;
    position: relative;
}
#menu__content h1, #menu__content h2, #menu__content h3, #menu__content h4, #menu__content h5 {
    text-transform: uppercase;
    letter-spacing: 2px
}
#menu__content h4 {
    margin-bottom: 50px;
    color: #EC585A;
    margin-top: 10px;
}
#menu__content h4 em {
    font-style: normal;
}
#menu__content a h3 {
    color: #EC585A;
    margin-top: 40px
}
#menu__content a:hover {
    text-decoration: none;
    color: #EC585A
}
#about__cta {
    background: #fff;
    position: relative
}
#about__cta .about-overlay {
    background: rgba(25, 25, 25, 0.62);
    position: absolute;
    height: 100%;
    width: 100%;
}
#about__cta .container {
    padding: 165px 0 145px
}
#about__cta h3 {
    font-size: 25px;
    letter-spacing: .05em;
    line-height: 1.4;
}
.page-template-template-investors .pw-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(24, 22, 22, .9);
    z-index: 10
}
.page-template-template-investors .pw-overlay .custom-password-message {
    background: #EC585A;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-family: 'norwester', alternate-gothic-no-3-d;
    font-size: 22px;
    text-transform: uppercase;
}
.page-template-template-investors .pw-overlay form {
    width: 205px;
    display: table;
    margin: 280px auto 0
}
.page-template-template-investors .pw-overlay form p:nth-child(1) {
    display: none;
    color: transparent
}
.page-template-template-investors .pw-overlay form label {
    color: transparent
}
.page-template-template-investors .pw-overlay form input[type=password] {
    width: 100%;
    height: 45px;
    border: none;
    color: #716969;
    padding: 0 15px;
    font-family: 'Conduit ITC Light';
    font-size: 22px;
    text-align: center
}
.page-template-template-investors .pw-overlay form input[type=submit] {
    background: #EC585A;
    padding: 8px 65px 6px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: 'norwester', alternate-gothic-no-3-d;
    font-weight: 400;
    color: #fff;
    border: 0;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 25px;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    width: 100%
}
.page-template-template-investors .pw-overlay form input[type=submit]:hover {
    background: #db7009
}
.page-template-template-investors .intro {
    background: #999d9f;
    padding: 0;
    position: relative;
    font-family: 'Conduit ITC Light';
    font-size: 19px;
    margin-top: -110px
}
@media (min-width: 992px) {
    .page-template-template-investors .intro {
        margin-top: -175px
    }
}
@media (min-width: 1400px) {
    .page-template-template-investors .intro {
        margin-top: -300px
    }
}
.page-template-template-investors .intro .headline {
    margin-bottom: 36px
}
.page-template-template-investors .intro .vid_login_error {
    font-family: 'norwester', alternate-gothic-no-3-d;
    text-transform: uppercase;
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -10px;
    font-size: 24px
}
@media (min-width: 992px) {
    .page-template-template-investors .intro .vid_login_error {
        font-size: 28px
    }
}
.page-template-template-investors .page-header {
    height: 225px;
    border-bottom: none
}
@media (min-width: 992px) {
    .page-template-template-investors .page-header {
        height: 320px
    }
}
@media (min-width: 1400px) {
    .page-template-template-investors .page-header {
        height: 485px
    }
}
.page-template-template-investors .page-header h1 {
    padding-top: 40px;
    letter-spacing: 10px;
    z-index: 100;
    position: relative
}
@media (min-width: 992px) {
    .page-template-template-investors .page-header h1 {
        font-size: 48px;
        padding-top: 60px
    }
}
@media (min-width: 1400px) {
    .page-template-template-investors .page-header h1 {
        padding-top: 65px;
        font-size: 65px
    }
}
.page-template-template-investors .wrap {
    background: #1f2223
}
.page-template-template-investors .wrap .page-content {
    color: #fff;
    padding: 50px 0 80px;
    line-height: 1.8
}
.comment-form .page-template-template-investors .wrap .page-content input[type=submit], .page-template-template-investors .wrap .page-content .btn, .page-template-template-investors .wrap .page-content .comment-form input[type=submit], .page-template-template-investors .wrap .page-content .search-form .search-submit, .search-form .page-template-template-investors .wrap .page-content .search-submit {
    background: #EC585A;
    padding: 8px 65px 6px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: 'norwester', alternate-gothic-no-3-d;
    font-weight: 400;
    color: #fff;
    border: 0;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 45px;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275)
}
.comment-form .page-template-template-investors .wrap .page-content input[type=submit]:hover, .page-template-template-investors .wrap .page-content .btn:hover, .page-template-template-investors .wrap .page-content .comment-form input[type=submit]:hover, .page-template-template-investors .wrap .page-content .search-form .search-submit:hover, .search-form .page-template-template-investors .wrap .page-content .search-submit:hover {
    background: #db7009
}
.post-type-archive-menu .content, .tax-menu_type .content {
    background: #fff;
    margin-bottom: 78px;
    padding: 42px 30px 85px;
    position: relative
}
@media (min-width: 768px) {
    .post-type-archive-menu .content, .tax-menu_type .content {
        margin-top: -60px
    }
}
.post-type-archive-menu .menu-filters, .tax-menu_type .menu-filters {
    font-family: 'Conduit ITC Bold';
    font-size: 18px;
    margin: 20px 0 40px
}
@media (min-width: 768px) {
    .post-type-archive-menu .menu-filters, .tax-menu_type .menu-filters {
        margin: 20px 0 60px
    }
}
.post-type-archive-menu .menu-filters a, .tax-menu_type .menu-filters a {
    padding: 0 20px;
    margin: 10px 0;
    position: relative;
    letter-spacing: 1px;
    display: inline-block
}
@media (min-width: 992px) {
    .post-type-archive-menu .menu-filters a, .tax-menu_type .menu-filters a {
        padding: 0 30px;
    }
}
.post-type-archive-menu .menu-filters a.active:before, .tax-menu_type .menu-filters a.active:before {
    background: url(../images/donut-small.png) no-repeat 0 0;
    background: url(../images/donut-small.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/donut-small.svg) no-repeat, -webkit-linear-gradient(transparent, transparent);
    background: url(../images/donut-small.svg) no-repeat, -o-linear-gradient(transparent, transparent);
    background: url(../images/donut-small.svg) no-repeat, linear-gradient(transparent, transparent);
    width: 18px;
    height: 18px;
    z-index: 10;
    content: " ";
    position: absolute;
    top: 1px;
    left: -4px
}
@media (min-width: 992px) {
    .post-type-archive-menu .menu-filters a.active:before, .tax-menu_type .menu-filters a.active:before {
        left: 4px
    }
}
.post-type-archive-menu .menu-filters a:hover, .tax-menu_type .menu-filters a:hover {
    text-decoration: none
}
.post-type-archive-menu .type-menu, .tax-menu_type .type-menu {
    margin-bottom: 15px
}
.post-type-archive-menu .menu__inner h5, .tax-menu_type .menu__inner h5 {
    font-family: 'BarleyAged Regular';
    font-family: 'norwester';
    font-size: 20px;
    margin-bottom: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #EC585A;
    opacity: 1;
    font-size: 25px;
}
.post-type-archive-menu .menu__inner span, .tax-menu_type .menu__inner span {
    font-family: 'Conduit ITC Bold';
    font-size: 14px;
    line-height: 1!important;
}
.woocommerce #payment #place_order, .woocommerce a.button, .woocommerce table.shop_table, .woocommerce-page #payment #place_order {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-family: 'HaboroSoft',sans-serif;
    text-transform: uppercase
}
.woocommerce-page .col2-set .col-2, .woocommerce-page.woocommerce-checkout .col2-set .col-1 {
    float: none!important;
    width: 100%!important;
    text-align: left
}
.woocommerce ul.products {
    margin-top: 45px
}
@media (max-width: 991px) {
    .woocommerce ul.products {
        text-align: center
    }
}
.woocommerce ul.products li.product {
    width: 100%!important
}
@media (min-width: 992px) {
    .woocommerce ul.products li.product {
        min-height: 350px;
        padding-left: 385px
    }
}
@media (min-width: 992px) {
    .woocommerce ul.products li.product img {
        position: absolute;
        left: 0
    }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 28px;
    font-family: 'BarleyAged Regular';
    color: #f78922;
    letter-spacing: 3px;
    margin-bottom: 10px
}
.woocommerce ul.products li.product .product_excerpt {
    color: #a1a1a1;
    font-family: 'Conduit ITC Bold';
    font-size: 15px;
    text-transform: none;
    max-width: 300px
}
@media (max-width: 991px) {
    .woocommerce ul.products li.product .product_excerpt {
        margin: 0 auto
    }
}
.woocommerce ul.products li.product .price {
    margin-bottom: 0
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount {
    font-family: 'Conduit ITC Bold';
    color: #f78922;
    font-size: 26px
}
.woocommerce ul.products li.product .product_description {
    border-top: 1px solid #a1a1a1;
    margin-top: 25px
}
@media (max-width: 991px) {
    .woocommerce ul.products li.product .product_description {
        margin: 25px auto 0
    }
}
.woocommerce ul.products li.product .variations {
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    margin-bottom: 20px
}
@media (max-width: 991px) {
    .woocommerce ul.products li.product .variations {
        margin: 0 auto 20px
    }
}
@media (max-width: 991px) {
    .woocommerce ul.products li.product .product_description, .woocommerce ul.products li.product .variations {
        width: 80%
    }
}
@media (min-width: 992px) {
    .woocommerce ul.products li.product .product_description, .woocommerce ul.products li.product .variations {
        width: 325px
    }
}
@media (min-width: 1400px) {
    .woocommerce ul.products li.product .product_description, .woocommerce ul.products li.product .variations {
        width: 355px
    }
}
.woocommerce ul.products li.product .product_description .expand-desc, .woocommerce ul.products li.product .variations .expand-desc {
    font-family: 'Conduit ITC Bold';
    color: #a1a1a1;
    font-size: 45px;
    line-height: 0;
    float: right;
    margin-right: 12px;
    margin-top: 20px
}
.woocommerce ul.products li.product .product_description .product_desc, .woocommerce ul.products li.product .variations .product_desc {
    display: none;
    padding: 10px 0 25px;
    float: left
}
.woocommerce ul.products li.product .product_description .product_desc p, .woocommerce ul.products li.product .variations .product_desc p {
    margin-bottom: 0
}
.woocommerce ul.products li.product .product_description .reset_variations, .woocommerce ul.products li.product .variations .reset_variations {
    font-size: 12px!important;
    font-family: 'Conduit ITC Bold';
    color: #f78922;
    display: none!important
}
.woocommerce ul.products li.product .product_description .label, .woocommerce ul.products li.product .product_description .value, .woocommerce ul.products li.product .variations .label, .woocommerce ul.products li.product .variations .value {
    padding: 10px 0;
    display: table-cell;
    line-height: 2
}
.woocommerce ul.products li.product .product_description .label, .woocommerce ul.products li.product .variations .label {
    text-align: left
}
.woocommerce ul.products li.product .product_description .label label, .woocommerce ul.products li.product .variations .label label {
    color: #3f4346;
    font-size: 20px;
    font-family: 'Conduit ITC Bold';
    padding: 0;
    margin: 0
}
.woocommerce ul.products li.product .product_description .value>div, .woocommerce ul.products li.product .variations .value>div {
    float: right;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 85px;
    height: 40px;
    position: relative
}
.woocommerce ul.products li.product .product_description .value>div input, .woocommerce ul.products li.product .product_description .value>div label, .woocommerce ul.products li.product .variations .value>div input, .woocommerce ul.products li.product .variations .value>div label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}
.woocommerce ul.products li.product .product_description .value>div input[type=radio], .woocommerce ul.products li.product .variations .value>div input[type=radio] {
    opacity: .01;
    z-index: 100
}
.woocommerce ul.products li.product .product_description .value>div input[type=radio]:checked+label, .woocommerce ul.products li.product .variations .value>div input[type=radio]:checked+label {
    color: #f78922
}
.woocommerce ul.products li.product .product_description .value>div label, .woocommerce ul.products li.product .variations .value>div label {
    color: #a1a1a1;
    cursor: pointer;
    z-index: 90;
    font-size: 20px;
    text-align: right;
    font-family: 'Conduit ITC Bold';
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275)
}
.woocommerce ul.products li.product .product_description .value>div label:hover, .woocommerce ul.products li.product .variations .value>div label:hover {
    color: #f78922
}
.woocommerce ul.products li.product .button {
    background-color: #fff!important;
    border: 1px solid #999b9c;
    font-family: 'Conduit ITC Light';
    text-transform: uppercase;
    color: #2b3033;
    font-size: 18px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 12px 45px;
    margin-top: 15px
}
.woocommerce ul.products li.product .button:hover {
    background-color: #f78922!important;
    border-color: #f78922;
    color: #fff
}
.single-product .product {
    margin-top: 45px
}
.single-product .product .product_title {
    font-size: 31px;
    font-family: 'trincha';
    color: #322529;
    letter-spacing: 3px;
    padding: 0em 0 .5em!important;
    margin-bottom: 10px;
    padding: 0;
    letter-spacing: 0;
}
.single-product .product .woocommerce-product-details__short-description {
    color: #322529;
    font-family: 'HaboroSoft',sans-serif;
    /*font-family: 'Conduit ITC Bold';*/
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    padding-bottom: 15px;
}
.single-product .product .woocommerce-variation-price .woocommerce-Price-amount {
    /*font-family: 'Conduit ITC Bold';*/
    font-family: 'norwester',sans-serif;
    color: #EC585A;
    text-transform: uppercase;
    font-size: 25px
}
.single-product .product .variations {
    border-top: 1px solid #a1a1a1!important;
    border-bottom: 1px solid #a1a1a1!important;
    margin-top: 25px;
    margin-bottom: 20px
}
.single-product .product .variations .reset_variations {
    font-size: 12px!important;
    font-family: 'Conduit ITC Bold';
    color: #f78922;
    display: none!important
}
.single-product .product .variations .label, .single-product .product .variations .value {
    padding: 10px 0;
    display: table-cell;
    line-height: 2
}
.single-product .product .variations .label label {
    color: rgba(63, 67, 70, 0.52);
    font-size: 20px;
    font-family: 'Arbour',sans-serif;
    text-transform: lowercase;
    padding: 0;
    margin: 0;
    color: rgba(63, 67, 70, 0.52);
}
.single-product .product .variations .value>div {
    float: right;
    display: inline-block;
    margin: 0;
    width: 85px;
    height: 40px;
    position: relative
}
.single-product .product .variations .value>div input, .single-product .product .variations .value>div label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}
.single-product .product .variations .value>div input[type=radio] {
    opacity: .01;
    z-index: 100
}
.single-product .product .variations .value>div input[type=radio]:checked+label {
    color: #f78922
}
.single-product .product .variations .value>div label {
    color: #a1a1a1;
    cursor: pointer;
    z-index: 90;
    font-size: 20px;
    text-align: right;
    font-family: 'Conduit ITC Bold';
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275)
}
.single-product .product .variations .value>div label:hover {
    color: #f78922
}
.single-product .product .button.alt {
    background-color: #ff615e!important;
    text-transform: uppercase;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 15px;
    float: none;
    display: inline-block;
    color: #fff !important;
    font-family: 'norwester',sans-serif;
    font-size: 22px;
    font-weight: normal;
    padding-top: 14px;
    border-radius: 5px;
    letter-spacing: 0.1em;
    padding: 14px 35px 12px;
    line-height: 1;
	border: none;
}
.single-product .product .button.alt:hover {
    background-color: #fc5e60!important;
    color: #fff!important;
	border: 0;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 2
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-top: 0
}
.woocommerce div.product form.cart div.quantity {
    float: none!important;
    display: block
}
.woocommerce form .form-row .select2-container--default .select2-selection--single, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background: #fff!important;
    padding: 5px 10px!important;
    border: 1px solid rgba(50, 37, 41, 0.5);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.woocommerce form .form-row .select2-container--default .select2-selection--single, .woocommerce form .form-row input.input-text {
    height: 49px!important;
    line-height: 49px
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px!important;
    right: 10px
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #EC585A!important;
    -webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    border: 2px solid!important;
    border-color: #EC585A;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #fff!important;
    color: #EC585A;
}
.woocommerce table.shop_table {
    background: #fff
}
#order_review {
    overflow-x: auto
}
@media (max-width: 991px) {
    .woocommerce ul.order_details li {
        border-right: 0;
        border-bottom: 1px dashed #d3ced2;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding: 20px 0
    }
}
@media (min-width: 992px) {
    .woocommerce ul.order_details li {
        margin-bottom: 35px;
        margin-right: 2%;
        width: 30%;
        padding-right: 2%;
        float: none;
        display: inline-block
    }
}
@media (min-width: 992px) {
    .woocommerce ul.order_details li:nth-child(3) {
        border-right: 0
    }
}
.woocommerce-thankyou-order-received {
    font-family: 'Conduit ITC Bold';
    color: #EC585A;
    margin: 30px 0;
    font-size: 24px
}
@media (min-width: 768px) {
    .woocommerce-thankyou-order-received {
        font-size: 28px
    }
}
@media (min-width: 992px) {
    .woocommerce-thankyou-order-received {
        font-size: 34px;
        margin: 30px 0 50px
    }
}
.blog .content {
    padding: 0 0 60px
}
.blog .intro {
    margin-bottom: 40px
}
.blog .post {
    margin-bottom: 37px;
}
.blog .post-thumb {
    height: 232px
}
.blog .entry-summary {
    background: #fff;
    padding: 25px 40px 40px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #322529;
    font-family: 'HaboroSoft';
    font-size: 18px;
    line-height: 1.2;
}
.blog .entry-summary p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.blog .entry-title {
    margin: 50px 0 45px;
    line-height: 1;
    margin: 8px 0 6px;
}
.blog .entry-title a {
    font-family: 'Norwester';
    font-size: 20px;
    text-transform: uppercase;
    color: #322529;
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: block;
    min-height: 80px;
}
.blog .entry-title a:hover {
    text-decoration: none;
    color: #EC585A
}
.blog .author {
    color: #939598;
    font-family: 'Arbour',sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: lowercase;
}
.blog .time {
    color: #EC585A;
    font-family: 'Norwester';
    font-size: 14px;
    text-transform: uppercase;
}
.single-post .content {
    padding: 80px 70px 95px;
    max-width: 1185px;
    max-width: 1014px;
    margin: 0 auto;
    background: #fff;
    margin-top: -65px;
    position: relative;
    z-index: 1;
    margin-bottom: 78px;
}
.single-post .entry-title {
    font-size: 34px;
    color: #2b3033;
    letter-spacing: 1px;
}
@media (min-width: 992px) {
    .single-post .entry-title {
        font-size: 51px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.single-post .entry-meta {
    max-width: 510px
}
.single-post .author {
    color: #939598;
    font-size: 16px;
    font-family: 'norwester';
    font-family: 'Arbour';
    /*text-transform: uppercase;*/
    width: 100%;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .single-post .author {
        font-size: 20px
    }
}
.single-post .time {
    color: #EC585A;
    font-family: 'norwester';
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
}
@media (min-width: 992px) {
    .single-post .time {
        font-size: 20px
    }
}
.single-post .entry-content {
    color: #2E2E2E;
    font-family: 'HaboroSoft';
    line-height: 1.25;
    padding-top: 60px;
    font-size: 18px;
    font-size: 16px;
    line-height: 1.5;
}
@media (min-width: 992px) {
    .single-post .entry-content {
        padding-top: 95px;
    }
}
.single-post .entry-content a {
    color: #EC585A;
}
/*Updates*/
/*Hompeage*/
body.home div#home-hero-headings {
    padding: 190px 0 0;
}
body.home .page-header.text-center {
    height: 768px;
}
div#home-hero-headings .home-titles span {
    color: #ff595a;
    font-size: 16px;
    letter-spacing: .5em;
    display: inline-block;
}
.home-titles {
    text-align: center;
}
div#home-hero-headings .home-titles span:first-child:after {
    content: '•';
    color: #ff595a;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.menu-image-link img {
    width: 100%;
    max-width: 100%;
    margin-top: -175px;
    padding-bottom: 70px;
}
.menu-image-link {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}
a.btn-donut,.nav-links a,.blog .page-form .gform_button, .page-template-default .page-form .gform_button, .page-template-page-thankyou .page-form .gform_button, .post-type-archive-product .page-form .gform_button, .woocommerce-page .page-form .gform_button {
    text-transform: uppercase;
    background: #322529;
    padding: 17px 54px;
    line-height: 1;
    font-size: 22px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .1em;
    font-family: 'norwester';
}
a.btn-donut.pink,.nav-links a , .blog .page-form .gform_button, .page-template-default .page-form .gform_button, .page-template-page-thankyou .page-form .gform_button, .post-type-archive-product .page-form .gform_button, .woocommerce-page .page-form .gform_button {
    background: #ec585a;
    border-color: #ec585a;
}
a.btn-donut.large {
    padding: 22px 31px;
    font-weight: 400;
    border-radius: 5px;
}
.page-template-template-home .content {
    padding-top: 0;
}
.menu-image-link a.btn {
    display: inline-block;
}
.bg-main {
    background-image: url('../images/main-bg-img.jpg');
    background-size: cover;
    background-position: top center;
}
.on-tap {
    padding: 180px 0;
}
.on-tap .container {
    width: 1190px;
}
.tap-wrapper {
    display: flex;
    align-items: center;
}
.tap-image {
    width: 48%;
    width: calc(50% - 45px);
    max-height: 685px;
}
.tap-content {
    width: 58%;
    background: #322529;
    padding: 140px 135px 160px 0;
    color: #fff;
}
.tap-img-bg {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.tap-img-bg img {
    opacity: 0;
    visibility: hidden;
}
.taps-options {
    position: relative;
    z-index: 10;
}
.tap-content h3 {
    font-size: 42px;
    color: #fff;
    letter-spacing: .2em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}
.taps-options {
    border: 2px solid #fff;
    border-left: 0;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0;
    position: relative;
}
.tab-option {
    width: 50%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    min-height: 70px;
    letter-spacing: .1em;
}
.tap-content .inner {
    position: relative;
    left: -20px;
}
.menu-image-link .container {
    max-width: 1024px;
}
.home-shop h3 {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: .2em;
    line-height: 1.15;
    display: inline-block;
    margin-bottom: 114px;
    font-family: 'Arbour';
    text-transform: lowercase;
}
.home-shop h3:after {
    content: '';
    width: 100%;
    border-bottom: 3px solid #322529;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.home-shop {
    text-align: center;
}
.home-shop-wraper {
    display: flex;
    justify-content: space-between;
}
.home-shop-cta {
    position: relative;
    width: 48%;
}
.home-shop-cta .cta_text {
    padding: 160px 0 100px;
    position: relative;
}
.cta_text h2 {
    font-size: 131px;
    margin: 0;
    padding-bottom: 70px;
    position: relative;
    z-index: 5;
    letter-spacing: .11em;
    font-family: 'OatmealStout-Regular';
    width: 106%;
    text-align: center;
}
.cta_text:after {
    content: '';
    height: 100%;
    width: 100%;
    border: 8px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 75%;
    left: 50%;
    transform: translateX(-50%);
}
.cta_text h2:before {
    display: none;
}
body.home .shop .container {
    width: 1350px;
    max-width: 90%;
    padding-bottom: 106px;
}
.bg_cta_image {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* opacity: .5; */
    width: 100%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg_cta_image img {
    width: 100%;
}
.home-shop-cta .cta_text a, .home-shop-cta .cta_text h2 {
    position: relative;
    z-index: 3;
}
.home-shop-cta.cater .bg_cta_image img {
    position: relative;
    height: 100%;
    right: -10%;
}
.home-shop-cta.truck img {
    max-width: 90%;
}
/*Footer*/
footer.footer.col-xs-24 > div >div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo {
    width: 25%;
    display: flex;
    align-items: center;
}
.footer-logo h3 {
    color: #523b42;
}
.footer-logo h3 {
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Arbour';
    font-weight: normal;
    text-transform: lowercase;
    letter-spacing: .04em;
    line-height: .95;
    height: 48px;
    color: #523B42;
}
.footer-logo .icon {
    width: 50px;
    height: 50px;
    background-image: url('../images/icons/footer-logo.svg');
    background-repeat: no-repeat;
    background-size: 37px 37px;
    background-position: left center;
    margin-right: 10px;
}
/*home loctions*/
.locations-wrapper {
    display: flex;
}
.location-heading {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-heading h2:before {
    display: none;
}
.location-heading h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'norwester';
    color: #F15A5C;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-top: -115px;
}
.location-heading h2:before {
    display: block;
    position: static;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
    background-image: url('../images/heading-svg.svg');
    background-position: center center;
    background-size: 75% 75%;
}
.locations-slider {
    display: flex;
    flex-wrap: wrap;
}
.locations-slider .location-item {
    padding: 150px 60px;
    /*width: 40%!important;*/
    position: relative;
}
.locations-slider-wrapper {
    width: 75%;
}
.swiper-nav {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.locations-slider .location-item:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #e7e7e7;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .75;
}
.location-details {
    position: relative;
    z-index: 2;
    background: #fff;
    text-align: center;
    max-width: 334px;
    margin: 0 auto;
}
.location-details h3 {
    margin: 0;
    font-family: 'norwester';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
    letter-spacing: .1em;
}
.location-details h6 {
    margin: 0;
    font-family: 'norwester';
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .1em;
    padding-top: 10px;
    padding-top: 5px;
    color: #F15A5C;
}
.location-details h6 a {
    color: #F15A5C;
}
.location-details a {
    display: block;
    transition: .3s all;
    padding: 20px
}
.location-details a:hover {
    background: #383839;
}
.location-details a:hover h3 {
    color: #fff;
}
.swiper-nav > div {
    width: 14px;
    height: 28px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
}
.swiper-nav > div.swiper-prev {
    background-image: url('../images/ls-next.svg');
}
.swiper-nav > div.swiper-next {
    background-image: url('../images/ls-prev.svg');
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
    background: #F0D9C3!important;
}
/*Menu Page*/
.brand img {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    max-width: 210px;
    background: none;
}
.post-type-archive-menu .content, .tax-menu_type .content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
h1.text-uppercase.text-white:after {
    content: '';
    display: block;
    background: transparent;
    height: 15px;
    position: relative;
    top: 15px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/page-title-sep.png');
    background-size: cover;
    background-position: center center;
    max-width: 100px;
}
.post-type-archive-menu .content,.tax-menu_type .content {
    padding: 0;
    margin-bottom: 130px;
}
.col-md-24.menu-filters.text-center {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
    margin: 0;
    padding: 0;
    font-family: 'OatmealStout-Regular';
    color: rgba(50, 37, 41, 0.4);
    justify-content: space-between;
}
.col-md-24.menu-filters.text-center a {
    color: rgba(50, 37, 41, 0.44);
    letter-spacing: .04em;
    font-size: 22px;
    padding: 32px 16px;
    display: block;
    margin: 0;
    border-top: 3px solid transparent;
    transition: .3s all;
    width: 25%;
    box-sizing: border-box;
}
.col-md-24.menu-filters.text-center a.active,.col-md-24.menu-filters.text-center a:hover {
    background: #fff;
    color: #322529;
    border-top-color: #EC585A;
}
.post-type-archive-menu .menu__inner span, .tax-menu_type .menu__inner span {
    text-transform: none;
    font-family: 'HaboroSoft';
    color: #322529;
    /* max-width: 270px; */
    display: block;
    line-height: 1.2!important;
    color: #322529;
}
.post-type-archive-menu .menu__inner span:first-letter, .tax-menu_type .menu__inner span:first-letter {
    text-transform: uppercase;
}
.post-type-archive-menu .menu-filters a.active:before,
.tax-menu_type .menu-filters a.active:before {
    display: none;
}
.menu-col-wrap {
    padding: 75px 95px 90px;
    clear: both;
}
.post-type-archive-menu .type-menu, .tax-menu_type .type-menu {
    margin-bottom: 30px;
    max-width: 332px;
}
.menus-cols-custom .col-md-12 {
    width: 45%;
    max-width: 45%;
}
.menu-col-wrap:before,.menu-col-wrap:after {
    content: '';
    display: block;
    clear: both;
}
/*Page Own*/
.bg-own {
    background: #F0D9C3;
    clear: both;
}
.bg-own:before, .bg-own:after {
    content: '';
    clear: both;
    display: block;
}
.page-template-default.template-own h3.gform_title {
    font-size: 25px;
}
.page-template-default.template-own h3.gform_title {
    font-size: 25px;
    margin: 0;
    padding-bottom: 57px;
    letter-spacing: .05em;
}
.page-template-default.template-own .page-form {
    padding: 57px 33px;
    max-width: 653px;
    float: none;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 200px;
    margin-top: -60px;
    margin-top: 0;
}
.page-template-default .page-form .gfield_label {
    text-transform: uppercase;
}
.page-template-default .page-form .gfield {
    margin-bottom: 14px;
    overflow: hidden;
    /* background: #F7F7F7; */
}
.page-template-default.template-own li#field_1_5 {
    margin-bottom: 0;
}
.page-template-default.template-own input#gform_submit_button_1 {
    margin: 53px 0;
}
.bg-own .own-content {
    font-family: 'HaboroSoft';
    text-transform: none;
    font-size: 18px;
    padding-bottom: 60px;
    line-height: 1.3;
}
.bg-own .page-content {
    max-width: 800px;
    margin: 0 auto;
    float: none;
}
.bg-own h3 {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.05em!important;
}
textarea#input_7_5 {
    background: #F7F7F7;
    width: 100%;
    height: 203px;
}
ul#gform_fields_7 li#field_7_5 {
    width: 100%;
}
ul#gform_fields_7 > li {
    width: calc(50% - 10px);
}
input#gform_submit_button_7 {
    margin: 60px 0 50px;
    margin: 36px 0 50px;
}
div#gform_confirmation_message_7 {
    padding-bottom: 50px;
}
li#field_7_5 {
    background-color: #fff;
}
.own-content p {
    margin: 0;
}
.own-content h3 {
    padding-bottom: 15px;
    margin-top: 0;
}
.bg-own h2 {
    margin: 0;
    padding: 45px 0 100px;
}
/* About PAge */
.about__intro__image.col-md-8 {
    position: absolute;
    right: 0;
    top: -5%;
    height: 110%;
    z-index: 99;
    width: 100%;
    max-width: 460px;
}
section#about__intro {
    padding: 0;
}
section#about__intro .container {
    position: relative;
}
.about__intro__image.col-md-8 {
}
.about-intro-wrap {
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
#about__intro .about__intro__wrap__head {
    padding: 100px 0px 186px 0px;
    max-width: 520px;
    box-sizing: content-box;
}
#about__intro h3 {
    padding-bottom: 50px;
    color: #EC585A;
    letter-spacing: .05em;
    line-height: 1.4;
    margin: 0;
}
#about__intro .about__intro__wrap__content {
    font-size: 16px;
    font-family: 'HaboroSoft';
    line-height: 1.625;
}
.about-intro-wrap img {
    opacity: 0;
    visibility: hidden;
}
section#about__content {
    max-width: 1310px;
    margin: 0 auto;
    width: 90%;
    background-color: #EC585A;
    padding: 128px 0 128px;
    margin-top: -86px;
    position: relative;
    z-index: 5;
}
section#about__img img {
    width: 100%;
}
section#locations_slider .container {
    max-width: 1220px;
    width: 90%;
}
.menu__content {
    text-align: left;
    font-size: 19px;
    font-family: 'HaboroSoft';
    line-height: 1.35;
    max-width: 434px;
    width: 100%;
}
.menu__content a.btn-donut {
    margin-top: 50px;
    display: inline-block;
}
section#about__intro {
    position: relative;
    z-index: 99;
    overflow: visible;
}
section#about__intro:after {
    content: '';
    position: absolute;
    left: -10vw;
    bottom: -10vw;
    background: url(../images/about-intro-bg.svg);
    width: 25vw;
    height: 25vw;
    background-size: cover;
    z-index: 9;
}
section#menu__content .container:after {
    content: '';
    height: 100%;
    width: 60%;
    background-image: url(../images/about-footer.svg);
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-size: cover;
    background-position: top right;
    opacity: .18;
}
#menu__content .container {
    max-width: 1250px;
    width: 90%;
    position: relative;
    padding: 80px 0 170px;
}
div#locations-wrap {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 37px;
    justify-content: space-between;
    margin-bottom: 29px;
    max-width: 1100px;
    margin: 0 auto;
    float: none;
}
div#locations-wrap > div {
    width: calc( 50% - 46px);
    margin: 23px;
    background-position: center;
}
#locations .locations a:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #e7e7e7;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .75;
}
.coming-soon.col-md-24.nopadding-right.nopadding-left {
    max-width: 488px;
    margin: 0 auto;
    float: none;
    background: #fff;
    clear: both;
    margin-top: 29px;
    margin-bottom: 117px;
    padding: 70px 30px 100px;
    clear: both;
    float: none;
    width: 90%;
}
.post-type-archive-locations .coming-soon .locations {
    background: #fff;
    clear: both;
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
}
.post-type-archive-locations div#locations {
    margin-top: -62px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
article.single-loction-container {
    background: #fff;
    max-width: 1100px;
    padding: 37px 34px 45px;
    margin-top: -37px;
    position: relative;
    z-index: 5;
}
/*Single Locations*/
.location__header__address span.icon-x {
    width: 13px;
    height: 13px;
    background-image: url(../images/icon-x.svg);
    display: block;
    margin: 12px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.location__header__address {
    text-align: center;
}
.location__header__phone {
    margin-bottom: 12px;
}
.location__header__phone span.icon-phone {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/icon-phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.hours-table,.location__header__hours {
    max-width: 321px;
    margin: 0 auto;
    border: 2px solid #322529;
    margin-top: 44px;
    margin-bottom: 38px;
    border-bottom: 0;
    padding-top: 0!important;
}
.hours-table {
    max-width: 500px;
}
.days-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.days-row > div {
    width: 50%;
    padding: 10px;
    border-bottom: 2px solid #322529;
    border-right: 2px solid #322529;
    font-size: 18px;
    /*font-family: 'Arbour',sans-serif;*/
    /*text-transform: lowercase;*/
    color: #322529;
}
.days-row > div.time-col {
    border-right: 0;
}
div#location-slider .flex-viewport {
    max-height: 430px;
}
a.btn-donut.brown:hover {
    background: #cac6ca;
}
a.btn-donut.pink:hover {
    background: #ff615e;
    border-color: #ff615e;
}
body.home h1.text-uppercase.text-white:after {
    display: none;
}
.locations__button__wrap {
    text-align: center;
}
.locations__button__wrap a {
    margin: 0 10px;
    min-width: 234px;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 0.1em;
    font-family: 'Norwester';
    text-transform: uppercase;
    padding: 15px 23px;
    text-align: center;
    font-weight: normal;
}
section#locations__map {
    margin-top: -72px;
}
a.btn-donut.pink.bg-white {
    background: transparent;
    color: #ec585a;
    transition: .3s all;
}
a.btn-donut.pink.bg-white:hover {
    background: #ec585a;
    color: #fff;
}
header.location__header.text-uppercase {
    clear: both;
    text-align: center;
    color: #322529;
}
/*Press Page*/
.blog .content > main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 37px;
    width: 90%;
}
.post-wrap {
    background: #fff;
    border-radius: 0 0 15px 15px;
    height: 100%;
}
nav.navigation.posts-navigation {
    width: 100%;
    margin: 37px 0 15px;
    text-align: center;
}
.cater-page-headings>span {
    font-size: 51px;
    display: block;
    padding-bottom: 20px;
}
.cater-page-headings p {
    font-size: 16px;
    font-family: 'HaboroSoft';
    text-transform: none;
    line-height: 1.5;
}
.page-id-403 h1.text-uppercase.text-white:after {
    display: none;
}
.page-id-403 h1.text-uppercase.text-white {
    bottom: 180px;
}
.page-id-403 .intro.text-center.text-uppercase {
    display: none;
}
.page-id-403 .intro.text-center.text-uppercase+div {
    display: none;
}
/* Shop Overrides */
.single-product-wrapper:after {
    content: '';
    display: table;
    clear: both;
}
.single-product-wrapper div.product {
    margin: 0;
}
.woocommerce div.product form.cart .variations tr {
    border-top: 1px solid rgba(50, 37, 41, 0.52);
}
.woocommerce .variations tr:last-child td.value div label {
    color: #322529;
    font-family: 'Arbour',sans-serif;
    font-weight: normal;
    text-transform: lowercase;
    font-size: 20px;
    opacity: 0.52;
    margin-bottom: 10px;
    line-height: 1.7;
}
.single-product .product .variations .value>div input[type=radio]:checked+label, .variations tr:first-child td.value div input[type="radio"]:checked + label {
    opacity: 1;
    color: #322529;
}
div#product-564 .variations tr:first-child td.value div {
    display: block;
    float: none;
    text-align: right;
}
div#product-564 .variations tr:first-child td.value div {
    text-align: right;
    width: 100%;
    letter-spacing: 0.1em;
}
div#product-564 .variations tr:first-child td.value div label {
    color: #322529;
    font-family: 'Arbour',sans-serif;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 20px;
    opacity: 0.52;
    margin-bottom: 10px;
    position: relative;
    padding-right: 38px;
    line-height: 1.75;
}
div#product-564 .variations tr:first-child td.value div label:before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    border: 3px solid #F7F7F7;
    position: absolute;
    right: 0;
    top: 12px;
    border-radius: 50%;
}
div#product-564 .variations tr:first-child td.value div label:after {
    content: '';
    display: block;
    width: 23px;
    border-radius: 50%;
    height: 23px;
    top: 10px;
    position: absolute;
    right: 0;
    border: 3px solid #F7F7F7;
    background: url('../images/tick.png') #EC585A no-repeat center center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
    opacity: 0;
    transition: opacity 0.2s;
}
div#product-564 .variations tr:first-child td.value div input[type="radio"]:checked + label:after {
    opacity: 1;
}
div#product-564 .variations tr:first-child td.value div input[type="radio"]:checked + label {
    opacity: 1;
}
.single-product .product .variations .value>div {
    width: 55px;
}
.single-product div.product form.cart div.quantity input {
    display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) {
    margin-top: 15px;
    margin-right: 15px;
}
.woocommerce-variation-add-to-cart.variations_button {
    text-align: right;
}
.single-product .summary .woocommerce-variation-add-to-cart.variations_button .button {
    float: none;
    display: inline-block;
    color: #EC585A !important;
    border: 1px solid #EC585A !important;
    font-family: 'norwester',sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 14px;
    border-radius: 5px;
    letter-spacing: 0.1em;
        padding: 14px 24px 12px;
    line-height: 1;
}
.single-product .summary .woocommerce-variation-add-to-cart.variations_button .button:hover {
    background: #EC585A !important;
    color: #fff !important;
}
.single-product.woocommerce .shop-grid {
    margin-top: -60px;
}
.woocommerce .shop-grid {
    margin-bottom: 100px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #EC585A;
    font-size: 25px;
    letter-spacing: 0.05em;
    font-family: 'norwester', sans-serif;
    font-weight: normal !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-top: 5px;
}
.page-content > .woocommerce, .woo-page-wrap {
    width: 90%;
    max-width: 1100px;
    background: #fff;
    margin: -60px auto 0;
}
.page-content > .woocommerce {
    margin-top: -115px;
    padding: 37px;
}
.page-template-default.template-own .gfield_label {
    text-transform: lowercase;
}
.woocommerce div.product div.summary {
    max-width: 460px;
    float: left;
    padding: 30px 0px 0px 52px;
}
.menus-cols-custom {
    display: none;
}
.menus-cols-custom.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-post .entry-content p {
    margin-bottom: 20px;
}
.single-post .content > main {
    max-width: 706px;
}

div#location-slider ul.slides > li {
    background-size: cover!important;
    background-position: center center!important;
    max-height: 430px;
}

div#location-slider ul.slides > li img {
    opacity: 0;
    visibility: hidden;
}

div#location-slider ul.slides {
    max-height: 430px;
}

.blog .content > main > article {
    width: 33%;
}

@media(max-width: 992px){
    .blog .content > main > article {
        width: 50%;
    }
}

@media(max-width: 767px){
    .blog .content > main > article {
        width: 100%;
    }
}

.locations-slider .location-item {
    background-size: cover!important;
    background-position: center!important;
}

.gform_body{
    float: none!important;
}

.cat-nav a.active, .cat-nav a:hover{
    color: #fff;
}

@media all and (min-width: 768px) and (max-width: 992px){
    .page-template-template-about .page-header h1{
        font-size: 75px;
    }
}
@media all and (min-width: 768px) and (max-width: 992px){
    .footer #menu-footer-menu li {
        padding-left: 15px;
    }

    .footer #menu-footer-menu li:nth-child(1) {
        margin-right: 10px;
    }

    .footer #menu-footer-menu li:nth-child(1):after {
        right: -20px;
    }
    #locations .locations a .post_inner h3{
        font-size: 20px;
    }
    #locations .coming-soon h3.cs-title {
        margin: 0;
    }
}
@media (max-width: 767px){
    body .burger.burger{
        height: 70px;
    }
    .order_forms ul.gform_fields > .cater-dashed-hd h4{
        padding-top: 5px;
    }
    .page-cater-form .gform_page_footer .button.gform_next_button, .catering .gform_button[type="submit"], .truck .gform_button[type="submit"]{
        background-position: 80% 45%;
    }
    .page-cater-form .gform_page_footer .button.gform_previous_button{
         background-position: 20% 45%;
    }
}


.order_forms .gform_wrapper .gform_body .gform_page_fields .gf_sqquare_container input:not([type="checkbox"]) {
    background: none;
}
.order_forms ul.gform_fields .gf_sqquare_container input[type="text"] {
    /*     background: none; */
    /*     padding: 0; */
    padding-left: 30px;
    font-size: 20px !important;
    box-shadow: 0 0 1px #000 !important;
    margin-bottom: 10px;
}
.order_forms ul.gform_fields .gfield_error .gf_sqquare_container input[type="text"] {    
    box-shadow: 0 0 0 1px #cb0009 !important;
}
.gform_wrapper .single-element-configuration {
    border: none;
    display: block;
    max-height: 125px;
    padding: 0;
}
.gf_sqquare_container .element-toLeft {
    width: 100%;
    position: relative;
}
.gf_sqquare_container .element-toRight {
    width: 100%;
}
.gf_sqquare_container .element-toLeft .gfsq-ccard-container + div {
    width: 100%;
}
.gf_sqquare_container .element-toLeft .gfsq-ccard-container {
    display: none;
}
.gform_wrapper .cardholder_name {
    border: none;
    padding: 0 !important;
    margin-top: 23px;
}
.gform_wrapper .gform_body .cardholder_name input {
    background: #F7F7F7 !important;
    border: 0 !important;
    padding: 15px 13px !important;
    color: #2B3033 !important;
    width: 100% !important;
    font-family: 'Arbour',sans-serif !important;
    letter-spacing: .1em !important;
}
@media all and (max-width: 767px) {
    .gf_sqquare_container .element-toRight > div {
        width: 100%;
    }
    .gf_sqquare_container .element-toRight {
        display: block;
    }
    .gform_wrapper .single-element-configuration {
        max-height: inherit;
    } 
}