.wrap-pop {
    z-index: 99999;
}
.wrapper {
    position: relative;
}
.container.container--large {
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
}
.hero-header .hero-image {
    max-height: unset !important;
}
.hero-header .hero-image .banner-text-over-wrap a.button {
    width: 168px;
    height: 168px;
    background: #405c9e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #fff;
    font-family: "GothamHTF-Book", sans-serif;
    text-transform: none;
    margin-top: 41px;
    font-size: 25px;
    padding-top: 40px;
}
.hero-header .hero-image .banner-text-over-wrap a.button strong {
    font-weight: normal;
    font-family: "GothamHTF-Bold", sans-serif;
}
.hero-header .hero-image .banner-text-over-wrap a.button:after {
    content: "";
    background: url("../images/arrow_downward.svg") no-repeat;
    display: inline-block;
    width: 19px;
    height: 20px;
    background-size: 100% auto;
    position: absolute;
    bottom: 26px;
}
.hero-header .hero-image img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.home {
    overflow-x: hidden;
}
.home .share {
    display: none !important;
}
.home main {
    overflow: hidden;
}
.home .section-title {
    font-family: "Caveat", cursive;
    background: transparent url(../images/bg-title.svg) no-repeat top center;
    font-weight: 500;
    font-size: 60px;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-top: 70px;
    margin-bottom: 56px;
}
.home .news-title a {
    letter-spacing: 0;
}
.home .hero-image .slider-wrap {
    background-size: cover !important;
}
.home .hero-image .slide-item {
    overflow: hidden;
}
.home .recipes-news .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.home .recipes-news .container .news-desktop {
    background: url("../images/background-recipes.png") no-repeat;
}
.home .recipes-news .container .news {
    padding: 0 6px;
    margin-bottom: 12px;
}
.home .recipes-news .container .news .news-description,
.home .recipes-news .container .news .news-title {
    display: none;
}
.home .recipes-news .container .news .news-thumb a {
    position: relative;
    padding: 31.65% 0;
    display: block;
    overflow: hidden;
}
.home .recipes-news .container .news .news-thumb a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home .recipes-news .view-all-wrapper {
    display: block;
}
.home .fresh-news .news {
    padding: 0 6px;
}
.home .fresh-news .news .news-thumb a {
    position: relative;
    padding: 45.4% 0;
    display: block;
    overflow: hidden;
}
.home .fresh-news .news .news-thumb a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home .fresh-news .section-title {
    margin-bottom: 56px;
}
.home .fresh-news .date {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 0;
}
.home .sign-up .container {
    max-width: 1170px;
}
.home .latest-news .view-all-wrapper {
    display: block;
}
.home .home-instagram {
    display: none;
}
.sign-up-form input[type="email"] {
    max-width: 100%;
}
#subscribe-header .row {
    margin: 0;
}
#subscribe-header .container {
    -webkit-box-shadow: 4px 6px 20px #000000b1;
    box-shadow: 4px 6px 20px #000000b1;
    background: #f6f6f6 !important;
    width: 100%;
    padding: 0;
}
#subscribe-header .popup-wrap {
    background: url("../images/Image-63.png") no-repeat;
    color: #010101;
    z-index: 1049;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 176px;
    width: 81.6%;
    padding: 142px 156px 74px 147px;
    background-size: cover;
    min-height: 1000px;
}
#subscribe-header:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    z-index: 1048;
}
#subscribe-header .body-text,
#subscribe-header .body-text-mobile {
    float: none;
    width: 100%;
    letter-spacing: 0;
}
#subscribe-header .heading {
    font-size: 60px;
    margin-bottom: 4px;
    line-height: normal;
}
#subscribe-header .sub-heading {
    text-align: center;
    font-family: "GothamHTF-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 42px;
    line-height: normal;
}
#subscribe-header .body-text {
    font-size: 30px;
    margin-top: 31px;
    line-height: normal;
}
#subscribe-header .body-text small {
    font-size: 18px;
    display: block;
    margin-top: 23px;
}
#subscribe-header .subscribe-form {
    float: none;
    width: 100%;
    margin-top: 75px;
}
#subscribe-header .subscribe-form #__email {
    font-size: 20px;
    height: 76px;
    padding: 10px 38px 7px;
    border-color: #707070;
}
#subscribe-header .subscribe-form .input-text {
    margin-bottom: 12px;
}
#subscribe-header .subscribe-form .button #subscribe-btn {
    font-size: 23px;
    height: 74px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    letter-spacing: 0;
}
#subscribe-header .subscribe-form .button #subscribe-btn:hover {
    background: #000;
    color: #fff;
}
#subscribe-header .text-bottom {
    text-align: center;
    font-size: 20px;
    margin-top: 29px;
    letter-spacing: 0;
}
#subscribe-header .col-md-6 {
    max-width: 818px;
    padding: 53px 0 81px 0px;
}
#subscribe-header a#close-subscribe-header {
    background: url("../images/icon-close.png") no-repeat;
    width: 21px;
    height: 21px;
    background-size: 100% auto;
    top: -8px;
    right: -8px;
    cursor: pointer;
}
@media screen and (min-width: 1600px) {
    .home .hero-image .slider-wrap {
        background-position: 8px 92px;
    }
}
@media screen and (min-width: 768px) {
    header .container {
        width: 100%;
        max-width: 1492px;
    }
    header .nav-left {
        margin-top: 82px;
        margin-left: 0px;
    }
    header .navbar .navbar-detail {
        top: 159px;
    }
    header .nav-right {
        margin-top: 82px;
        margin-right: -21px;
    }
    header .navbar-top {
        top: 48px;
        padding-right: 127px;
        padding-top: 0;
    }
    header .navbar-top a.getting-here {
        font-size: 23px !important;
        font-family: "GothamHTF-BoldCondensed", sans-serif !important;
    }
    header .navbar .navbar-main ul.nav-left > li,
    header .navbar .navbar-main ul.nav-right > li {
        padding: 0 20px 75px;
    }
    header .navbar .navbar-main ul.nav-left > li > a,
    header .navbar .navbar-main ul.nav-right > li > a {
        font-family: "GothamHTF-BoldCondensed", sans-serif;
        font-size: 24px;
        letter-spacing: 1.5px;
    }
    header .navbar .navbar-main li.has-mega-menu .bgforh2 {
        bottom: -69px;
    }
    header .navbar .search-content {
        background: #ffffff;
    }
    header .navbar .navbar-detail {
        margin-top: 18px;
    }
    .navbar-main {
        margin-top: 25px;
    }
    .navbar-main .top-logo {
        width: 13.87%;
    }
    .home main .container {
        width: 100%;
        max-width: 1724px;
    }
    .home .seo-h1 {
        margin-top: 34px;
        margin-bottom: 68px;
    }
    .home .seo-h1 .container {
        max-width: 1074px;
    }
    .home .seo-h1 h1 {
        font-size: 73px;
        width: 67%;
        margin: 0 auto 33px;
        float: none;
    }
    .home .seo-h1 h2 {
        font-size: 28px;
        position: static;
        width: 100%;
        line-height: 43px;
    }
    .home .home-new .news-title a {
        font-size: 19px;
    }
    .home .home-new .news-description {
        font-size: 19px;
        padding: 0 45px;
    }
    .home .home-new .view-all-wrapper a {
        font-size: 19px;
        padding: 21px 69px;
        margin-top: 39px;
    }
    .home .featured-traders .row {
        margin-left: -12px;
        margin-right: -12px;
    }
    .home .featured-traders .news {
        padding: 0 12px;
    }
    .home .featured-traders .news .news-title {
        margin: 34px 0 7px;
    }
    .home .fresh-news {
        margin-top: 58px !important;
    }
    .home .fresh-news .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .home .recipes-news {
        background: url("../images/bg-recipes-new-img.jpg") no-repeat;
        padding-top: 15.3%;
        margin-top: 48px !important;
        background-size: 100% auto;
        margin-right: -6px;
        image-rendering: -webkit-optimize-contrast;
    }
    .home .recipes-news .section-title {
        margin-bottom: 46px;
    }
    .home .recipes-news .view-all-wrapper {
        background: #fff;
        margin-top: -12px;
    }
    .home .recipes-news .view-all-wrapper a {
        margin-top: 62px;
        margin-bottom: 39px;
    }
    .home .visit-us {
        padding-top: 20px;
    }
    .home .visit-us .section-title {
        margin-bottom: 46px;
    }
    .home .visit-us .address {
        font-size: 25px;
        font-family: "GothamHTF-Bold";
    }
    .home .visit-us .visit-us-wrapper {
        margin-top: 44px;
    }
    .home .fresh-news .news .news-title {
        margin-bottom: 19px;
    }
    .home .fresh-news .news .news-title a {
        font-size: 25px;
    }
    .home .fresh-news .view-all-wrapper a {
        margin-top: 4px;
        padding: 21px 86px;
    }
}
@media screen and (min-width: 992px) {
    .global-message {
        padding: 8px 15px;
    }
    .home .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        background: rgba(255, 255, 255, 0.9);
    }
    .hero-image .only-desktop {
        position: relative;
    }
    .hero-image .banner-text-over-wrap .banner-text {
        width: 40%;
        padding-left: 50px;
        position: absolute;
        left: calc(100% - 59.75% + 192px);
        z-index: 9 !important;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .hero-image .banner-text-over-wrap .banner-text .text-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero-image .banner-text-over-wrap .banner-text .title {
        font-size: 63px;
        text-align: left;
        font-family: "GothamHTF-Book";
        margin-bottom: -10px;
    }
    .hero-image .banner-text-over-wrap .banner-text .sub-title {
        font-size: 73px;
        margin-top: 0;
    }
    .hero-image .banner-text-over-wrap .banner-text .page-desc {
        font-family: "Caveat", cursive;
        font-weight: 400;
        font-size: 52px;
        line-height: normal;
    }
    .hero-image .slick-arrow {
        background: transparent;
        border: none;
        position: absolute;
        top: 57%;
        font-size: 0;
        z-index: 9;
    }
    .hero-image .slick-arrow:after {
        content: "";
        width: 35px;
        height: 35px;
        display: inline-block;
    }
    .hero-image .slick-arrow.slick-next {
        right: 5px;
    }
    .hero-image .slick-arrow.slick-next:after {
        background: url("../images/angle-right.svg") no-repeat;
        background-size: 100% auto;
    }
    .hero-image .slick-arrow.slick-prev {
        left: 5px;
    }
    .hero-image .slick-arrow.slick-prev:after {
        background: url("../images/angle-left.svg") no-repeat;
        background-size: 100% auto;
    }
    .navbar-detail .right-menu .news {
        margin-right: 38px;
        width: calc((100% - 38px) / 2);
    }
    .navbar-detail .right-menu .news:last-child {
        margin-right: 0;
        margin-left: 0;
    }
    #subscribe-header a#close-subscribe-header {
        width: 25px;
        height: 25px;
        top: -12px;
        right: -12px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
    .home .home-new .news-description {
        padding: 0 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1700px) {
    .hero-image .banner-text-over-wrap .banner-text {
        width: auto;
        left: inherit;
        right: 0;
        padding-right: 60px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1340px) {
    .hero-header .hero-image .banner-text-over-wrap a.button {
        width: 143px;
        height: 143px;
        padding-top: 24px;
    }
    .hero-image .banner-text-over-wrap .banner-text .page-desc {
        font-size: 40px;
    }
    .hero-image .banner-text-over-wrap .banner-text .sub-title {
        font-size: 60px;
    }
    .hero-image .banner-text-over-wrap .banner-text .title {
        font-size: 52px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1229px) {
    .navbar-main .top-logo {
        width: 113px;
    }
    header .navbar .navbar-main ul.nav-left > li,
    header .navbar .navbar-main ul.nav-right > li {
        padding: 0 10px 33px;
    }
    header .nav-left,
    header .nav-right {
        margin-top: 62px;
    }
    header .navbar-top {
        top: 24px;
    }
    header .navbar .navbar-detail {
        top: 97px;
    }
    header .navbar .navbar-main li.has-mega-menu .bgforh2 {
        bottom: -27px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1212px) {
    .hero-image .banner-text-over-wrap .banner-text {
        bottom: 4%;
        padding-right: 46px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .home .seo-h1 {
        margin-bottom: 28px;
        margin-top: 50px;
    }
    .home .seo-h1 h1 {
        font-size: 30px;
        width: 53%;
    }
    .home .seo-h1 h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .home .home-new .news-title a {
        font-size: 16px;
    }
    .home .home-new .news-description {
        padding: 0;
        font-size: 17px;
    }
    .home .section-title {
        font-size: 40px;
        background-size: 110px auto;
        padding-top: 60px;
        margin-bottom: 40px;
    }
    .home .fresh-news {
        margin-top: 30px !important;
    }
    .home .recipes-news .view-all-wrapper a {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .home .visit-us {
        margin-top: 24px !important;
    }
    .home .featured-traders .news .news-title,
    .home .home-new .view-all-wrapper a {
        margin-top: 20px;
    }
    .home .fresh-news .date {
        font-size: 15px;
    }
    .home .fresh-news .news .news-title {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .home .fresh-news .news .news-title a {
        font-size: 16px;
        line-height: normal;
    }
}
@media screen and (max-width: 991px) {
    .hero-header .hero-image {
        position: static;
        height: auto;
    }
    .hero-header .hero-image img {
        width: 100%;
        height: auto;
    }
    .hero-header .hero-image .slick-arrow {
        display: none !important;
    }
    .hero-header .hero-image .banner-text-over-wrap .top-title {
        text-align: center;
        margin-top: 23px;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0 15px;
    }
    .hero-header .hero-image .banner-text-over-wrap .top-title .title {
        font-size: 22px;
        font-family: "GothamHTF-Book";
        line-height: normal;
        color: #000;
        margin-bottom: 8px;
        margin-top: 0;
        padding: 0;
    }
    .hero-header .hero-image .banner-text-over-wrap .top-title .sub-title {
        font-size: 30px;
        margin-top: 0;
        color: #000;
        margin-bottom: 8px;
    }
    .hero-header .hero-image .banner-text-over-wrap .top-title .page-desc {
        font-family: "Caveat", cursive;
        font-weight: 400;
        font-size: 20px;
        line-height: normal;
    }
    .hero-header .hero-image .banner-text-over-wrap a.button {
        position: absolute;
        bottom: 43px;
        width: 93px;
        height: 93px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 17px;
        padding-top: 29px;
        font-family: "GothamHTF-Light", sans-serif;
    }
    .hero-header .hero-image .banner-text-over-wrap a.button:after {
        display: none;
    }
    .home .hero-image .slider-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        position: relative;
    }
    header {
        height: auto;
    }
    header img {
        width: 100%;
    }
    header .navbar {
        margin-bottom: 10px;
    }
    header .navbar #logo {
        margin-top: 15px;
        width: 70px !important;
    }
    header .navbar ul.left {
        margin-top: calc((110px - 8px) / 4);
    }
    header .navbar #logo-float {
        width: 135px;
    }
    header #search-content {
        top: 27px;
    }
    #subscribe-header .popup-wrap {
        top: 120px;
        width: calc(100% - 26px);
        min-height: auto;
        padding: 88px 40px 104px 33px;
        left: 13px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    #subscribe-header .col-md-6 {
        max-width: 100%;
        padding: 40px 20px;
    }
    #subscribe-header .body-text {
        display: block;
        font-size: 0;
    }
    #subscribe-header .body-text small {
        margin-top: -10px;
        font-size: 16px;
    }
    #subscribe-header .text-bottom {
        display: none;
    }
    #subscribe-header .heading {
        font-size: 30px;
        margin-bottom: 16px;
    }
    #subscribe-header .sub-heading {
        font-size: 22px;
    }
    #subscribe-header .subscribe-form {
        margin-top: 40px;
    }
    #subscribe-header .subscribe-form #__email {
        font-size: 15px;
        height: 50px;
        padding: 7px 30px 7px;
    }
    #subscribe-header .subscribe-form .button #subscribe-btn {
        font-size: 17px;
        height: 51px;
    }
    #subscribe-header a#close-subscribe-header {
        top: -10px;
        right: -10px;
    }
}
@media screen and (max-width: 800px) {
    #subscribe-header .popup-wrap {
        padding-right: 22px;
    }
}
@media screen and (max-width: 767px) {
    .global-message {
        padding-bottom: 1px;
    }
    .homepage-quick-links {
        display: block !important;
    }
    .homepage-quick-links .row {
        margin: 0 -20px;
    }
    .home .section-title {
        font-size: 30px;
        background-size: 65px auto;
        padding-top: 37px;
    }
    .home .recipes-news {
        background: url("../images/bg-recipes-mb2.jpg") no-repeat;
        padding-top: 75px;
        margin-top: 3px !important;
        background-size: 100% auto;
    }
    .home .recipes-news .section-title {
        margin-bottom: 26px;
    }
    .home .recipes-news .view-all-wrapper a {
        margin-top: 50px;
        margin-bottom: 39px;
    }
    .home .recipes-news .container .news {
        margin-bottom: 5px;
    }
    .home .recipes-news .container .news .news-thumb a {
        padding: 30.46% 0;
    }
    .home .recipes-news .container .news .news-thumb a img {
        max-width: 100%;
        width: 100%;
    }
    .home .recipes-news .view-all-wrapper {
        margin-bottom: 0;
        padding: 0 20px;
    }
    .home .recipes-news .view-all-wrapper a {
        font-size: 18px;
        margin-top: 2px;
        margin-bottom: 0;
        padding: 18px 11px 18px;
    }
    .home .featured-traders .bx-wrapper {
        margin-right: 0;
        margin-bottom: 41px;
    }
    .home .featured-traders .bx-wrapper .bx-pager {
        bottom: -22px;
    }
    .home .featured-traders .section-title {
        margin-bottom: 42px;
    }
    .home .featured-traders .view-all-wrapper {
        margin-top: 22px;
    }
    .home .featured-traders .view-all-wrapper a {
        font-size: 18px;
        padding: 21px 11px 20px;
    }
    .home .featured-traders .home-traders-mobile {
        margin: 0 -10px;
    }
    .home .featured-traders .home-traders-mobile .news {
        padding: 0 10px;
    }
    .home .featured-traders .home-traders-mobile .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .home .featured-traders .home-traders-mobile .slick-dots li {
        margin: 0 5px;
    }
    .home .featured-traders .home-traders-mobile .slick-dots li button {
        background: transparent;
        border: 1px solid #000;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        font-size: 0;
        padding: 0;
    }
    .home
        .featured-traders
        .home-traders-mobile
        .slick-dots
        li.slick-active
        button {
        background: #000;
    }
    .home .fresh-news {
        margin-top: 21px !important;
    }
    .home .fresh-news .news {
        padding: 0;
        width: 100vw !important;
    }
    .home .fresh-news .news .news-description {
        display: block !important;
        padding: 0 15px;
        font-size: 17px;
        letter-spacing: 0;
    }
    .home .fresh-news .news .news-title {
        margin-top: 7px;
        margin-bottom: 8px;
    }
    .home .fresh-news .news .news-title a {
        font-size: 22px;
        letter-spacing: 0;
        line-height: normal;
    }
    .home .fresh-news .container {
        padding: 0 20px;
    }
    .home .fresh-news .bx-wrapper {
        margin-right: 0;
        margin-bottom: 43px;
    }
    .home .fresh-news .bx-wrapper .bx-pager {
        bottom: -32px;
    }
    .home .fresh-news .section-title {
        margin-bottom: 29px;
    }
    .home .fresh-news .date {
        font-size: 16px;
        margin-top: 10px;
    }
    .home .fresh-news .view-all-wrapper {
        margin-top: 12px;
    }
    .home .fresh-news .view-all-wrapper a {
        padding: 20px 11px;
    }
    .home .fresh-news .fresh-slider {
        margin: 0;
    }
    .home .fresh-news .fresh-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home .fresh-news .fresh-slider .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
    .home .fresh-news .fresh-slider .slick-dots li {
        margin: 0 5px;
    }
    .home .fresh-news .fresh-slider .slick-dots li button {
        background: transparent;
        border: 1px solid #000;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        font-size: 0;
        padding: 0;
    }
    .home .fresh-news .fresh-slider .slick-dots li.slick-active button {
        background: #000;
    }
    .home .visit-us {
        margin-top: 0 !important;
    }
    .home .visit-us .section-title,
    .home .visit-us > .row {
        display: none;
    }
    .home .visit-us .visit-us-wrapper {
        margin-top: 20px;
    }
    .home .visit-us .visit-us-wrapper .btn-mb {
        margin: 24px 0;
    }
    .home .visit-us .visit-us-wrapper .btn-mb a {
        padding: 10px 28px 10px;
        font-size: 12px;
    }
    .home .visit-us .visit-map #home-map {
        height: 292px !important;
    }
    .homepage-quick-links {
        margin-top: 0;
    }
    .homepage-quick-links .quick-link a {
        padding-top: 45px;
    }
    .seo-h1 {
        margin-bottom: 18px;
    }
    .seo-h1 h1 {
        font-size: 30px;
        margin-top: 11px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .seo-h1 h2 {
        font-size: 18px;
        padding: 0 44px;
        line-height: 28px;
    }
    section.sign-up {
        display: block !important;
        margin-top: 40px !important;
    }
    section.sign-up .sign-up-form {
        padding: 0;
    }
}
@media screen and (max-width: 400px) {
    .home .recipes-news .section-title {
        margin-bottom: 18px;
    }
}
footer .subscribe {
    display: none !important;
}
@media screen and (max-width: 991px) {
    #footer-menu > h3:last-of-type {
        border-bottom: 1px solid #636363;
    }
    footer .follow-us {
        margin-top: 20px;
    }
    .home .sign-up .container {
        max-width: 100%;
    }
    .home .sign-up .row {
        margin: 0 -20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1060px) {
    .sign-up .col-right {
        padding-top: 32px;
    }
}
#map-main {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: visible;
}
#map-main img {
    height: auto !important;
    width: 126px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    #map-main img {
        width: 90px !important;
    }
}
#map-main b.top10,
#map-main h4,
#map-main p {
    font-size: 14px;
}
@media screen and (max-width: 991px) {
    #map-main b.top10,
    #map-main h4,
    #map-main p {
        font-size: 12px;
    }
}
#map-main b.top10 {
    margin-top: 0 !important;
}
@media screen and (max-width: 991px) {
    #map-main #info .inner a > span {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    #map-main b.top10 {
        font-size: 11px;
    }
    #map-main #info {
        width: 200px;
        margin-left: 15px;
    }
    #map-main #info .close {
        z-index: 9;
    }
    #map-main #info .arrow {
        left: -37px;
    }
    #map-main #info .inner {
        padding: 10px;
        max-height: 365px;
        overflow-y: auto;
    }
    .maps-finder {
        max-width: 100%;
        overflow: auto;
    }
    .finder-tool select {
        width: 100%;
    }
}
.top-trader-tile .heading {
    font-size: 36px;
    margin-bottom: 19px;
}
@media screen and (max-width: 991px) {
    .top-trader-tile .heading {
        font-size: 30px;
    }
}
.top-trader-tile .col-xs-9 {
    margin: 0 auto;
    float: none;
}
@media screen and (max-width: 991px) {
    .top-trader-tile .col-xs-9 {
        width: 100%;
        padding: 0;
    }
}
.top-trader-tile .col-xs-9 img {
    margin-top: 29px;
}
.trader-seo-content .intro-text img {
    margin-top: 29px;
}
.trader-seo-content .col-xs-10 {
    margin: 0 auto;
    float: none;
}
@media screen and (max-width: 991px) {
    .trader-seo-content .col-xs-10 {
        width: 100%;
    }
}

.event__tile {
    position: relative;
    margin-bottom: 15px;
}
.event__image picture {
    display: block;
}
.event__image picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
.event__content {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 0 24px;
}
.event__date {
    font-family: "GothamHTF-Book", courier;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}
.event__title {
    font-family: "GothamHTF-Bold", courier;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
}
.event__hover {
    position: absolute;
    inset: 0;
    width: 100%;
    max-height: 100%;
    background-color: #d9d9d9;
    color: #000;
    opacity: 0;
    padding: 60px 37px;
    overflow-y: auto;
}
.event__hover strong {
    font-family: "GothamHTF-Bold", courier;
}
.event__tile:hover .event__hover {
    opacity: 1;
}
.event__title-hover {
    margin-bottom: 22px;
    font-family: "GothamHTF-Bold", courier;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1;
}
.event__description {
    margin-bottom: 34px;
}
.event__date-hover {
    margin-bottom: 1lh;
}
.event__link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
@media screen and (max-width: 991px) {
    .event__content {
        top: 25%;
    }
    .event__title,
    .event__title-hover {
        font-size: 24px;
    }
    .event__hover {
        padding: 30px 30px;
    }
}
@media screen and (max-width: 768px) {
    .event__title,
    .event__title-hover {
        font-size: 24px;
    }
    .event__hover {
        padding: 15px 15px;
    }
}

.sign-up-form__footer .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
}

.sign-up-form__footer input[type="email"] {
    margin: 0;
    flex: 1;
}

.sign-up-form__footer input[type="submit"] {
    max-width: 120px;
    flex: 1;
}

@media screen and (max-width: 991px) {
    .sign-up-form__footer .mc4wp-form-fields {
        row-gap: 4px;
    }
    .sign-up-form__footer input[type="email"] {
        width: 100%;
        flex: initial;
    }

    .sign-up-form__footer input[type="submit"] {
        max-width: none;
        width: 100%;
    }
}

.leasing__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    gap: 30px;
}

.leasing__item {
    position: relative;
    height: 100%;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    display: grid;
    justify-items: center;
    align-items: start;
    text-transform: uppercase;
    text-align: center;
    overflow: visible;
}

.leasing__item:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}

.leasing__item > * {
    grid-column-start: 1;
    grid-row-start: 1;
}

.leasing__square {
    width: 100%;
    padding-top: 100%;
}

.leasing__content {
    font-size: 36px;
    line-height: 40px;
    font-family: GothamHTF-Bold, san-serif;
    padding: 13px;
    align-self: center;
}

.leasing__content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .leasing__container {
        grid-template-columns: 1fr 1fr;
    }

    .leasing__item {
        font-size: 24px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .leasing__container {
        grid-template-columns: 1fr;
    }
}
