@font-face {
    font-family: Peinture;
    src: url(../webfonts/peinture.woff2) format("woff2"), url(../webfonts/peinture.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    line-height: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #9F9835;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

b,
strong {
    font-weight: 700
}

input,
textarea {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

#page {
    overflow-x: hidden;
}
.scroll-top {
    position: fixed;
    right: 10px;
    bottom: 40px;
    display: inline-block;
    visibility: hidden;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    white-space: nowrap;
    text-indent: 100%;
    opacity: 0;
    background: #115299 url(../imgs/top-arrow.png) no-repeat center;
    background-size: 24px auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    z-index: 99
}

.no-touch .scroll-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .4s;
    -o-transition: opacity .3s 0s, visibility 0s 0s, background-color .4s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .4s
}

.scroll-top.is-fade-out {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .4s;
    -o-transition: opacity .3s 0s, visibility 0s 0s, background-color .4s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .4s
}

.scroll-top.is-visible {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .4s;
    -o-transition: opacity .3s 0s, visibility 0s 0s, background-color .4s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .4s;
    visibility: visible;
    opacity: .75
}

.scroll-top.is-fade-out {
    opacity: .5
}

.no-touch .scroll-top:hover,
.scroll-top:hover {
    opacity: 1
}

body {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background-color: #115299
}

.montserrat {
    font-family: Montserrat, sans-serif
}

.raleway {
    font-family: 'Raleway', sans-serif
}

.acumin {
    font-family: acumin-pro-extra-condensed;
    font-weight: 700
}

.peinture {
    font-family: Peinture;
    font-weight: 400
}

.sedgwick {
    font-family: 'Sedgwick Ave', cursive;
    font-weight: 400
}

a {
    color: inherit;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

a:focus {
    outline: 0
}

a:hover {
    color: #fdbb5c;
    text-decoration: none
}

button {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

button:focus {
    outline: 0
}

.social-accounts li a {
    font-size: 35px;
    color: inherit;
    display: block;
    text-align: center;
    line-height: 35px;
    padding: 5px
}

.social-accounts li:not(:last-child) {
    margin-right: 0
}

.btn {
    line-height: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Raleway', sans-serif;
    border-radius: 0;
    font-size: 18px
}
.btn-orange, .btn-orange:visited {
    display: inline-block;
    padding: 17px 25px;
    background: #fdbb5c;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.submit-event-btn-ctr .btn-orange,
.submit-event-btn-ctr .btn-orange:visited {
    padding: 17px 25px;
    color: #fff !important;
    background: #fdbb5c;
}
.btn-orange:hover {
    background: #115299;
    color: #fff;
}
.btn-border, .btn-border:visited {
    display: inline-block;
    padding: 10px 20px 11px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    background: none;
    line-height: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Raleway', sans-serif;
    border-radius: 0;
}
.btn-border:hover {
    color: #fff;
    background: #9f9835;
}
.btn-border::after {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 29px;
    background: url(../imgs/chev-right.png) top left no-repeat;
    margin-left: 10px;
}

.site-main {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #fff
}

.tax-post-content {
    margin-bottom: 50px
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.navmenu {
    line-height: 1.1
}

.navmenu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.navmenu ul li {
    display: inline-block;
    vertical-align: middle
}

.navmenu ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    display: block;
    padding: 10px
}

.navmenu ul li a:hover {
    opacity: 0.7;
}

.navmenu ul li.current-menu-ancestor>a,
.navmenu ul li.current-menu-item>a {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(253, 187, 92, .9)
}

.navmenu ul li.menu-item-has-children {
    position: relative
}

.navmenu ul li .sub-menu {
    display: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 220px;
    opacity: 1;
    background-color: #115299;
}

.navmenu ul li .sub-menu li {
    display: block;
    text-align: left;
}

.navmenu ul li .sub-menu li .sub-menu {
    left: 100%;
    top: -3px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-left: 3px solid #FEDDAE;
}
.navmenu ul li .sub-menu li a {
    color: #FEDDAE;
}

.navmenu ul li .sub-menu li.menu-item-has-children:hover>.sub-menu {
    display: block;
    opacity: 1;
    -webkit-animation: opacity .7s ease-in-out normal;
    animation: opacity .7s ease-in-out normal;
}

.navmenu>ul>li>.sub-menu {
    border-top: 3px solid #FEDDAE
}

.navmenu>ul>li>.sub-menu .sub-menu .menu-item-has-children:hover>.submenu {
    display: block
}

.navmenu>ul>li.menu-item-has-children:hover>.sub-menu {
    display: block;
    opacity: 1;
    -webkit-animation: opacity .7s ease-in-out normal;
    animation: opacity .7s ease-in-out normal;
    z-index: 1;
}

.navmenu .menu-item a img {
    height: 40px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

#site-navigation {
    font-size: 16px;
    position: fixed;
    padding: 15px 2%;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 10;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: #115299;
    -webkit-box-shadow: 0 0 2px 1px transparent;
    box-shadow: 0 0 2px 1px transparent;
    font-weight: 500
}

#site-navigation.shrink {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .3)
}

#site-navigation.shrink #site-logo a img {
    max-width: 240px
}

#site-navigation.shrink .navmenu .menu-item a img {
    height: 30px
}
#site-navigation .container {
    position: relative;
}
.navmenu.utility-navmenu {
    padding-bottom: 5px;
    border-bottom: 1px solid #115299;
    display: inline-block;
}
#site-navigation .navmenu.utility-navmenu ul li {
    font-size: 14px;
}
.navmenu.primary-navmenu >ul {
    display: inline-block;
    padding-top: 8px;
}
.navmenu.primary-navmenu >ul >li >a {
    margin-right: 7px;
}

/* MOBILE NAV */
.mobile-nav-trg {
    display: none;
    color: #fff;
    font-size: 32px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
@media(max-width:991px) {
    .mobile-nav-trg {
        display: inline-block;
    }
}

body.mini .mobile-nav-ctr {
    transform: translateX(0);
}
.mobile-nav-ctr {
    transition: all 0.4s ease-in-out;
    position: fixed;
    transform: translateX(-100%);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: rgba(17, 82, 153, 0.9);
}
.mobile-nav-ctr .inner {
    height: 100%;
    padding: 0;
}
.mobile-nav-ctr .inner .menu-container {
    height: 100%;
}
.mobile-nav-ctr .inner .menu-container >div {
    height: 100%;
}
.mobile-nav-ctr .inner .menu-container >div >ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    height: 100%;
}
.mobile-nav-ctr .inner .menu-container >div >ul li {
    text-align: center;
}
.mobile-nav-ctr .inner .menu-container >div >ul li img {
    display: none;
}
.mobile-nav-ctr .inner .menu-container >div >ul li span {
    padding: 0;
}
.mobile-nav-ctr .inner .menu-container >div >ul li.desktop-only {
    display: none;
}
.mobile-nav-ctr .inner .menu-container >div >ul li a,
.mobile-nav-ctr .inner .menu-container >div >ul li a:visited {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 0;
    display: inline-block;
}
.mobile-nav-ctr .inner .menu-container >div >ul li a:hover,
.mobile-nav-ctr .inner .menu-container >div >ul li a:visited:hover {
    color: #fff;
    opacity: 0.8;
}
.mobile-nav-ctr .inner .menu-container >div >ul li a i,
.mobile-nav-ctr .inner .menu-container >div >ul li a:visited i {
    display: none;
}
.mobile-nav-ctr .inner .menu-container >div >ul li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav-ctr .inner .menu-container >div >ul li ul li a,
.mobile-nav-ctr .inner .menu-container >div >ul li ul li a:visited {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    padding: 5px 0;
}
.mobile-nav-ctr .inner .menu-container >div >ul li ul li a:hover,
.mobile-nav-ctr .inner .menu-container >div >ul li ul li a:visited:hover {
    color: #fff;
    opacity: 0.8;
}
#mobile-menu li .sub-menu {
    transition: all 0.4s ease-in-out;
    position: fixed;
    transform: translateX(-100%);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: #fdbb5c;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}
#mobile-menu li .sub-menu.triggered {
    transform: translateX(0);
}
#mobile-menu .goback,
#mobile-menu .close-mobile {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
    display: block;
    cursor: pointer;
}
/* END -- MOBILE NAV */


#site-logo a {
    display: block;
}
@media (max-width:767px) {
    #site-logo a {
        max-width:335px;
    }    
}

#site-logo a img {
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.acf-page-fields {
    background-color: #fff
}

.container.container-lg, .archive .container,
.feature-section .container,
.home .container,
.site-footer .container {
    max-width: 1430px
}
.row.gutter-sm {
    margin: 0 -.5rem;
}

.slick-arrow {
    color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 20px;
    height: 60px;
    background-color: transparent;
    background-size: auto 100%;
    background-position: center;
    background-image: url(../imgs/arrow-white.png);
    padding: 0
}

.slick-next {
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.slick-prev {
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slick-arrow.slick-arrow-d3 {
    width: 42px;
    height: 66px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.slick-arrow.slick-arrow-d3:hover {
    opacity: 0.6;
}
.slick-arrow.slick-arrow-d3.slick-prev-d3 {
    background: url(../imgs/double-arrow-left.png) top center no-repeat;
    left: -60px;
}
.slick-arrow.slick-arrow-d3.slick-next-d3 {
    background: url(../imgs/double-arrow-right.png) top center no-repeat;
    right: -60px;
}
@media(max-width:1199px) {
    .slick-arrow.slick-arrow-d3.slick-prev-d3 {
        left: -50px;
    }
    .slick-arrow.slick-arrow-d3.slick-next-d3 {
        right: -50px;
    }
}
@media(max-width:500px) {
    .slick-arrow.slick-arrow-d3.slick-prev-d3 {
        left: -20px;
    }
    .slick-arrow.slick-arrow-d3.slick-next-d3 {
        right: -20px;
    }
    .slick-arrow.slick-arrow-d3 {
        width: 20px;
        height: 31px;
        background-size: contain!important;
    }
}

.slick-dots {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 6px 10px;
    height: 15px
}

.slick-dots li button {
    color: transparent;
    width: 15px;
    height: 15px;
    border: 1px solid #90c9b8;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer
}

.slick-dots li button:hover {
    background-color: #90c9b8
}

.slick-dots li.slick-active button {
    background-color: #90c9b8
}

#home-hero-space {
    background-size: cover;
    background-position: center
}

#home-hero-space:after,
#home-hero-space:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../imgs/pyramid.png);
    background-size: auto 100%;
    background-position: right;
    height: 50px;
    z-index: 1
}

#home-hero-space:before {
    content: ''
}

#home-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-hero-space-content {
    background-color: rgba(0, 0, 0, .2);
    height: 100%;
    position: relative;
    width: 100%;
}

.home-hero-space-content-inner {
    padding-top: 3em;
    padding-bottom: 4em;
    z-index: 1;
    font-weight: 500
}

.home-hero-space-content-inner h2,
.home-hero-space-content-inner h3,
.home-hero-space-content-inner h4,
.home-hero-space-content-inner h5,
.home-hero-space-content-inner h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 65px;
    color: inherit;
    line-height: 1
}

.home-hero-space-content-inner h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 6px;
    margin-bottom: 0;
    border-bottom: 3px solid;
    display: inline-block
}

.home-hero-space-content-inner h3 {
    font-size: 51px
}

.home-hero-space-content-inner h4 {
    color: #9F9835;
    font-size: 64px;
    line-height: 30px;
}

.home-hero-space-content-inner h5 {
    font-size: 50px
}

.home-hero-space-content-inner .wp-block-image {
    margin-top: 30px
}

.home-hero-space-content-inner .wp-block-image figure {
    margin-bottom: 0
}

.home-hero-space-content-inner .wp-block-image figure a,
.home-hero-space-content-inner .wp-block-image figure figcaption {
    display: inline-block;
    vertical-align: middle
}

.home-hero-space-content-inner .wp-block-image figure figcaption {
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 16px
}

.subscribe-form-ctr {
    background: #9f9835;
    position: relative;
    z-index: 8;
    padding: 15px 0;
}
.subscribe-form-ctr::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    background-image: url(../imgs/pyramid-alt.png);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    height: 80px;
    z-index: 1;
}
@media(min-width:1200px) {
    .subscribe-form-ctr .container {
        padding: 0 75px;
    }
}

.subscribe-form-ctr .form-title, .subscribe-form-ctr .form-text {
    font-family: 'Raleway', sans-serif;
    color: #fff;
}
.subscribe-form-ctr .form-title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 5px;
}
.subscribe-form-ctr .form-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.subscribe-form-ctr .gform_wrapper {
    font-size: 18px;
    position: relative;
    padding-right: 110px;
}
.subscribe-form-ctr .gform_anchor {
    display: none;
}
.subscribe-form-ctr .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.subscribe-form-ctr .gform_body input.medium {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    border: 0!important;
    height: 45px;
}
.subscribe-form-ctr .gform_wrapper .gform_footer {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    padding: 0;
    margin: 0;
}
.subscribe-form-ctr .gform_wrapper .gform_footer .gform_button {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    background: #fdbb5c;
    padding: 14px 15px 13px;
    border: 0;
}
.subscribe-form-ctr .gform_wrapper .gform_footer .gform_button:hover {
    background: #115299;
}

.acf-field.feature-section {
    padding-top: 30px;
    padding-bottom: 50px;
    background-image: url(../imgs/pattern-wood.jpg);
    background-position: top center;
    background-size: auto auto
}
.acf-field.feature-section.no-bg {
    background: none;
}
.acf-field.feature-section.biz-cats.parallax {
    padding: 120px 0;
}
@media(max-width:1575px) {
    .acf-field.feature-section.biz-cats.parallax {
        padding: 120px 70px;
    }
}
@media(max-width:500px) {
    .acf-field.feature-section.biz-cats.parallax {
        padding: 120px 30px;
    }
}
.feature-section figure {
    position: relative;
    padding: 0;
    width: 100%;
    background: #000;
    margin-bottom: 30px;
}

.feature-section figure .caption {
    color: #fff;
    font-family: 'Raleway', serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 0.9em;
    padding: 0 40px;
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.feature-section figure a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}
.feature-section figure a::before {
    content: " ";
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: 3px solid #fff;
    transition: all 0.3s ease;
}


.parallax {
    background-position: center;
    background-attachment: fixed
}

.parallax .marker {
    display: none
}

.frame {
    background-color: #fff;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .48);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .48)
}

.frame-slant-1 {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg)
}

.frame-slant-2 {
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg)
}

.frame-slant-4 {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.picture-placeholder {
    height: 500px;
    background-size: cover;
    background-color: #828284;
    background-position: center;
    opacity: 0.75;
    transition: opacity 0.3s ease;
}
.feature-section figure:hover .picture-placeholder {
    opacity: 0.95;
}
.feature-section figure:hover a::before {
    opacity: 0;
}

/* Homepage Events */
.acf-events .acf-events-title, .acf-blog .acf-blog-title, .biz-cats .biz-cats-title {
    font-family: 'Raleway', serif;
    font-size: 60px;
    font-weight: 800;
    color: #404040;
}
@media(max-width:1199px) {
    .acf-events .acf-events-title, .acf-blog .acf-blog-title, .biz-cats .biz-cats-title {
        text-align: center;
    }
}
.acf-events .event-featured {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
/* set dynamic width depending on # of items */
@media(min-width:992px) {
    .acf-events .event-featured:nth-last-child(1), .acf-events .event-featured:nth-last-child(2),
    .acf-events .event-featured:nth-last-child(2) ~ .event-featured {
        max-width: 50%;
    }
    .acf-events .event-featured:nth-last-child(3),
    .acf-events .event-featured:nth-last-child(3) ~ .event-featured {
        max-width: 33.33333333%;
    }
    .acf-events .event-featured:nth-last-child(4),
    .acf-events .event-featured:nth-last-child(4) ~ .event-featured {
        max-width: 25%;
    }
}
.acf-events .event-featured .event-inner {
    background: #000;
    width: 100%;
    color: #fff;
    position: relative;
}
.acf-events .event-featured .event-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.85;
}
.acf-events .event-featured .event-deets {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.acf-events .event-featured .event-date {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 30px;
    margin-bottom: 170px;
}
.acf-events .event-featured .event-title {
    padding: 10px 30px 30px;
    margin-top: auto;
    background: #115299;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
}
.acf-events .event-featured .event-title::before {
    content: " ";
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    width: 0; 
    height: 0; 
    border-top: 50px solid transparent;
    border-right: 1000px solid #115299;
}
.acf-events .event-featured:nth-child(2) .event-title {
    background: #9f9835;
}
.acf-events .event-featured:nth-child(2) .event-title::before {
    border-right-color: #9f9835;
}
.acf-events .event-featured:nth-child(3) .event-title {
    background: #fdbb5c;
}
.acf-events .event-featured:nth-child(3) .event-title::before {
    border-right-color: #fdbb5c;
}
.acf-events .event-featured .event-title h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
@media(max-width:1199px) {
    .acf-events .event-featured .event-title h2 {
        font-size: 24px;
        line-height: 28px;
    }
}
.acf-events .event-standard {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.acf-events .event-standard .event-inner {
    background: #404040;
    padding: 15px 20px 20px;
    color: #fff;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.acf-events .event-standard .event-inner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 42px;
    text-transform: uppercase;
    margin: 0;
}
.acf-events .event-standard .event-inner .event-date {
    align-self: flex-end;
    width: 100%;
    margin-top: auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
@media(max-width:1199px) {
    .acf-events .event-standard .event-inner h2 {
        font-size: 36px;
        line-height: 38px;
    }
    .acf-events .event-standard .event-inner .event-date {
        font-size: 30px;
        line-height: 32px;
    }
}
.acf-events .event-featured a:hover, .acf-events .event-standard a:hover {
    opacity: 0.8;
}
#eventures {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 18px;
    -webkit-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .43);
    box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .43)
}

#eventures .section-title {
    margin-bottom: 0
}

#eventures .event-title {
    color: inherit;
    font-size: 38px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 70%
}

#eventures .event-title span {
    display: block
}

#eventures .btn-sign-up {
    display: inline-block;
    vertical-align: middle
}

/* homepage blog section */
.acf-blog .blog-card {
    margin-bottom: 30px;
}
.acf-blog .blog-card .blog-card-inner {
    display: block;
    background: #9f9835;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    height: 100%;
    transition: all .4s ease;
}
.acf-blog .blog-card .blog-card-inner:hover {
    background: #404040;
}
.acf-blog .blog-card .blog-card-inner:hover .blog-image-ctr::after {
    opacity: 0;
}
.acf-blog .blog-card .blog-card-inner:hover .blog-image-ctr::before {
    opacity: 1;
}
.acf-blog .blog-card .blog-card-inner:hover .blog-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}
.acf-blog .blog-card .blog-image-ctr {
    background: #000;
    position: relative;
    min-height: 296px;
    overflow: hidden;
}
.acf-blog .blog-card .blog-image-ctr::after, .acf-blog .blog-card .blog-image-ctr::before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: rgb(159, 152, 53);
    background: linear-gradient(0deg, rgba(159, 152, 53,1) 0%, rgba(159, 152, 53,0) 100%);
    transition: all .4s ease;
}
.acf-blog .blog-card .blog-image-ctr::before {
    opacity: 0;
    background: rgb(64,64,64);
    background: linear-gradient(0deg, rgba(64,64,64,1) 0%, rgba(245,115,32,0) 100%);
}
.acf-blog .blog-card .blog-image { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.65;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}
.acf-blog .blog-card .blog-title { 
    position: relative;
    z-index: 3;
    padding: 25px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
@media(max-width:1199px) {
    .acf-blog .blog-card .blog-title { 
        font-size: 40px;
        line-height: 38px;
    }
}
.acf-blog .blog-card .blog-text {
    padding: 25px;
}
.more-arrow-btn {
    padding: 0 0 30px;
    margin: 20px 0 30px;
    background: 0 0;
    font-size: 24px;
    color: #404040;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    bottom: 0;
}
.more-arrow-btn::after {
    content: " ";
    display: block;
    height: 26px;
    background-image: url(../imgs/arrow-black.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 0 auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.more-arrow-btn:hover {
    bottom: -10px;
    color: #404040;
}
.more-arrow-btn:hover::after {
    opacity: 0.7;
}



.featured-banner-section {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    background-size: cover;
    background-position: right center;
    -webkit-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .43);
    box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .43)
}

.featured-banner-section .section-title {
    margin-bottom: 20px
}

.featured-banner-section h3 {
    color: inherit;
    font-size: 38px;
    margin-bottom: 30px
}

.featured-banner-section .view-all span {
    border-color: #fdbb5c
}

.featured-banner-section .view-all:hover span {
    border-color: #9f9835
}

/*
.featured-banner-section:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #fff 0, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #fff 0, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #fff 0, #fff 20%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70%;
    top: 0
}
*/

.event-wrap {
    font-weight: 500
}

.event-start-date {
    margin-top: 15px
}

.view-all {
    position: relative;
    text-transform: uppercase;
    font-weight: 500
}

.view-all span {
    border-bottom: 1px solid #9f9835;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.view-all:hover {
    color: #fff
}

.view-all:hover span {
    border-color: #fdbb5c
}

.posts-navigation a,
.read-more {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px
}

.posts-navigation a span,
.read-more span {
    border-bottom: 1px solid #9f9835;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.posts-navigation a:hover span,
.read-more:hover span {
    border-color: #fdbb5c
}

.posts-navigation {
    clear: both
}

.posts-navigation .nav-next,
.posts-navigation .nav-previous {
    width: 50%;
    float: left
}

.posts-navigation .nav-next {
    text-align: right
}

.disabled a {
    color: gray;
    pointer-events: none;
    cursor: default
}

.disabled a span {
    border-color: gray
}

.event-bg,
.eventures-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.eventures-bg .slick-list,
.eventures-bg .slick-track {
    height: 100%
}

.eventures-bg .slick-slide>div {
    height: 100%
}

.event-bg {
    background-color: #115299;
    background-size: cover;
    background-position: center;
    background-image: url(../imgs/chesapeake-recipes-banner.jpg)
}

.event-bg:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #fff 0, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #fff 0, #fff 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #fff 0, #fff 20%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60%;
    top: 0
}

.btn-sign-up {
    width: 80px;
    height: 80px;
    border: 1px solid #9f9835;
    background-color: #9f9835;
    display: inline-block;
    border-radius: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px
}

.btn-sign-up span {
    padding-left: 12px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.btn-sign-up:hover {
    color: #9f9835;
    background-color: #fff
}

.error-404,
.not-found {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

.wp-block-button {
    margin-top: 5%
}

.wp-block-button__link {
    color: #000;
    border: 1px solid #f3d4cd;
    background-color: #f3d4cd;
    font-size: 14px;
    letter-spacing: 2px;
    border-color: #f3d4cd;
    font-weight: 400;
    padding-top: 18px;
    padding-bottom: 18px;
    text-transform: uppercase
}

.wp-block-button__link:active,
.wp-block-button__link:hover {
    color: #000;
    background-color: #90c9b8
}

.wp-block-button__link:focus {
    color: #000;
    -webkit-box-shadow: 0 0 0 .2rem rgba(145, 202, 185, .5);
    box-shadow: 0 0 0 .2rem rgba(145, 202, 185, .5)
}

.is-style-outline .wp-block-button__link {
    border: 2px solid #f3d4cd
}

#instagram-feeds {
    padding: 10px 60px 0;
    background-color: #fff
}

#instagram-feeds #sb_instagram .sb_instagram_header {
    text-align: center;
    margin-bottom: 5px
}

#instagram-feeds #sb_instagram .sb_instagram_header a {
    width: 220px;
    margin: auto;
    display: inline-block;
    float: none
}

#instagram-feeds #sb_instagram .sb_instagram_header h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #404040
}

#instagram-feeds #sb_instagram #sbi_load .sbi_load_btn {
    padding: 0 0 26px;
    margin: 20px 0 30px;
    background: 0 0;
    font-size: 24px;
    color: #404040;
    text-transform: uppercase;
    font-weight: 500;
    background-image: url(../imgs/arrow-black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    bottom: 0
}

#instagram-feeds #sb_instagram #sbi_load .sbi_load_btn:hover {
    bottom: -5px
}

.colbg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.col-title,
.section-title {
    color: inherit;
    line-height: 54px;
    font-size: 60px;
    font-weight: 800;
}

.col-text {
    line-height: 1;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
}

.col-inner a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.cta-two-columns, .cta-three-columns {
    color: #fff;
    margin-top: 10px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff
}

.cta-two-columns .row, .cta-three-columns .row {
    margin-right: -5px;
    margin-left: -5px
}

.cta-two-columns .col, .cta-three-columns .col {
    margin-bottom: 10px;
    overflow: hidden;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff
}

.cta-two-columns .col:before, .cta-three-columns .col:before {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 0;
    bottom: 0;
    background-color: #000
}

.cta-two-columns .col .col-inner, .cta-three-columns .col .col-inner {
    position: relative;
    padding: 40px 30px
}

.cta-two-columns .col.addHover:hover .colbg, .cta-three-columns .col.addHover:hover .colbg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.acf-text-cta {
    margin-bottom: 60px;
}
.acf-text-cta .cta-inner {
    background: #fdbb5c;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
}

.acf-text-cta .cta-title {
    font-family: 'Raleway', serif;
    font-size: 55px;
    line-height: 0.75;
    padding: 20px 0;
    font-weight: 700;
}
.acf-text-cta .cta-title::after {
    content: "|";
    font-weight: 400;
    position: relative;
    left: 0;
    margin-right: 20px;
}
.acf-text-cta .cta-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.acf-text-cta .cta-link-ctr {
    text-align: right;
    margin-left: auto;
}
.acf-text-cta .cta-link-ctr .btn-border {
    white-space: nowrap;
}
@media(max-width:1199px) {
    .acf-text-cta .cta-title {
        min-width: 35%;
    }
    .acf-text-cta .cta-link-ctr .btn-border::after {
        height: 22px;
        width: 10px;
        background-size: contain;
    }
}
@media(max-width:1050px) {
    .acf-text-cta .cta-title {
        min-width: 265px;
    }
    .acf-text-cta .cta-title::after {
        display: none;
    }
}
@media(max-width:767px) {
    .acf-text-cta .cta-title, .acf-text-cta .cta-subtitle {
        width: 100%;
        display: block;
    }
    .acf-text-cta .cta-subtitle {
        padding-bottom: 10px;
    }
}
@media(max-width:600px) {
    .acf-text-cta .row, .acf-text-cta .d-inline-flex, .acf-text-cta .d-md-inline-flex {
        display: block !important;
        text-align: center;
    }
    .acf-text-cta .cta-link-ctr {
        padding: 10px 15px;
    }
}
.btn-download {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px
}

.btn-download:hover {
    color: #000;
    background-color: #fff
}

.banner {
    height: 300px;
    background-color: #bfbfbf;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: 500
}

.banner .container {
    max-width: 1200px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner-title {
    margin-bottom: 0
}

.banner-subtitle {
    margin-top: 1.5rem;
    margin-bottom: 0;
    color: inherit
}

.site-footer {
    font-size: 14px
}

.gform_ajax_spinner {
    position: absolute;
    right: -20px;
    top: 15px
}

#responsive-menu-container .menu-item a {
    text-transform: uppercase;
    font-weight: 500
}

#responsive-menu-container .menu-item a img {
    width: auto;
    max-width: 32px;
    height: auto;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px
}

.archive .site-main article:not(:last-child) {
    margin-bottom: 4rem
}

.post-type-archive-recipe .site-main {
    padding-bottom: 0
}

.entry-title {
    margin-bottom: 2rem
}

:root {
    --tec-font-family-sans-serif: 'Raleway', sans-serif;
    --tec-color-accent-primary: #fdbb5c;
}

#tribe-events .entry-title.summary {
    font-size: 30px;
    margin-bottom: 5px
}

.tribe-events-before-html {
    text-align: center;
}

.tribe-events-before-html p {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: .5em;
    color: #9F9835;
    line-height: 1;
}

.tribe-events-c-top-bar__datepicker-time,
.tribe-events-c-top-bar__datepicker-separator,
.tribe-events-single-event-title {
    color: #9F9835;
    font-weight: 700
}

.tribe-common a:not(.tribe-common-anchor--unstyle),
.tribe-common a:not(.tribe-common-anchor--unstyle):active,
.tribe-common a:not(.tribe-common-anchor--unstyle):focus,
.tribe-common a:not(.tribe-common-anchor--unstyle):hover,
.tribe-common a:not(.tribe-common-anchor--unstyle):visited {
    color: #9F9835;
    font-weight: 700
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: #fdbb5c;
}

.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover {
    background-color: #204f99;
}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
    font-weight: 700;
    color: #9f9835;
    font-size: 28.8px !important;
}

#banner-recipe .banner-title span {
    display: block;
    text-transform: none;
    font-size: 60px;
    line-height: 15px
}

.col-recipe {
    padding-bottom: 75px
}

.col-recipe:nth-child(2n) .recipe figcaption {
    margin-top: -60px;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    margin-right: 15px
}

.col-recipe:nth-child(odd) .recipe figcaption {
    margin-top: -50px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    margin-left: 10px
}

.col-recipe:nth-child(3n) .recipe figcaption {
    margin-top: -30px
}

.col-recipe .recipe {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.recipe-img {
    width: 100%;
    height: 290px;
    background-size: cover;
    background-position: center
}

.recipe figcaption {
    position: relative;
    font-size: 1em
}

.recipe figcaption img {
    width: 100%;
    -webkit-box-shadow: -3px 3px 6px 1px rgba(0, 0, 0, .2);
    box-shadow: -3px 3px 6px 1px rgba(0, 0, 0, .2)
}

.recipe figcaption a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.recipe-content {
    color: #393939;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 8%
}

.recipe-content .title {
    font-size: 1.1em;
    color: inherit;
    padding-left: 14%;
    margin-bottom: 0
}

.recipe-content .serves {
    display: block;
    text-align: right;
    padding-right: 3%;
    margin-top: -8px
}

.recipe-content p {
    text-align: center;
    padding: 8% 5% 0
}

.banner .taxonomy-description {
    margin-top: 30px
}

.tax-business_cat .site-main .taxonomy-description {
    margin-bottom: 75px
}

a.sub-taxonomy-title {
    color: #fff;
    font-family: 'Raleway', serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 0.85;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
a.sub-taxonomy-title:hover {
    color: #fdbb5c;
}

.sub-taxonomy-title {
    margin-bottom: 50px
}
.sub-taxonomy-title span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.business-category-listing .row, .business-cards-ctr .row {
    margin-bottom: 40px;
    justify-content: center;
}

.business-card {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    background: #000;
    min-height: 280px;
    position: relative;
}

.business-card .entry-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-image: url(../imgs/recipe-img.jpg);
    height: 100%;
    opacity: 0.8;
}
.business-listing {
    background: none;
    position: static;
    min-height: 0;
    margin-bottom: 16px;
    max-width: 460px;
}
.business-listing .entry-img {
    background-size: cover;
    background-position: center;
    background-image: url(../imgs/recipe-img.jpg);
    height: 245px;
    position: relative;
}
.business-listing .entry-img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.business-listing .entry-content {
    color: #000;
    padding: 15px
}

.business-listing h3 {
    font-size: 25px;
    color: inherit;
    margin-bottom: 20px
}
.business-listing .post-content {
    background-color: #65A1E7 ;
    height: 100%;
}
.business-listing .post-content a,
.business-listing .post-content p {
    color: #ffffff;
}

.spde-cards {
    padding-top: 60px;
}
.spde-cards .row {
    margin: 0 -.5rem;
}
.spde-card {
    margin-bottom: 16px;
}
.spde-card-inner {
    background: #000;
    position: relative;
}
.spde-card-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
}
.spde-card a, .spde-card a:visited {
    height: 280px;
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: 'Raleway', serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 0.9;
    text-transform: capitalize;
}
.spde-card a:hover {
    color: #fdbb5c;
}

@media screen and (min-width:480px) {
    #eventures .event-title {
        max-width: 200px
    }

    #eventures .btn-sign-up {
        margin-left: 10px
    }
}

@media screen and (min-width:600px) {

    #home-hero-space:after,
    #home-hero-space:before {
        height: 80px
    }
}

@media screen and (min-width:768px) {
    body {
        font-size: 18px
    }

    .site-main {
        padding-top: 5%;
        padding-bottom: 5%
    }

    .col-recipe {
        padding-bottom: 5%
    }

    #home-hero-space {
        height: 650px
    }

    #home-hero-space:before {
        right: 50%
    }

    #home-hero-space:after {
        content: '';
        left: 50%;
        bottom: -80px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .banner {
        height: 500px
    }

    .taxonomy-banner {
        height: 500px
    }

    .home-hero-space-content-inner {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .home-hero-space-content-inner h2 {
        font-size: 41px;
        margin-bottom: -5px;
    }

    .home-hero-space-content-inner h3 {
        font-size: 75px;
    }

    .home-hero-space-content-inner h4 {
        font-size: 94px;
        line-height: 40px;
    }

    .home-hero-space-content-inner h5 {
        font-size: 73px;
    }

    .home-hero-space-content-inner .wp-block-image {
        margin-top: 50px;
    }

    .acf-field.feature-section {
        padding-top: 4%
    }

    .acf-field.feature-section.parallax {
        padding: 90px 0;
    }

    #eventures {
        padding-top: 100px
    }

    #eventures .event-title {
        font-size: 48px;
        width: auto;
        max-width: none
    }

    #eventures .btn-sign-up {
        margin-left: 20px
    }

    #eventures .view-all {
        margin-top: 50px
    }

    .featured-banner-section h3 {
        font-size: 48px
    }

    .btn-download {
        font-size: 40px
    }

    .banner-title {
        font-size: 80px
    }

    .banner-subtitle {
        font-size: 50px
    }

    .entry-title {
        font-size: 40px
    }

    #banner-recipe .banner-title span {
        font-size: 100px;
        line-height: 20px
    }
}

@media screen and (min-width:992px) {
    .feature-section .marker {
        margin-left: -30%
    }

    #eventures {
        padding-top: 200px;
        padding-bottom: 100px
    }

    .event-bg:before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(30%, #fff), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(top, #fff 0, #fff 30%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(top, #fff 0, #fff 30%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(180deg, #fff 0, #fff 30%, rgba(255, 255, 255, 0) 100%)
    }

    .featured-banner-section {
        height: 800px
    }

    .featured-banner-section .container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cta-two-columns .col, .cta-three-columns .col {
        height: 400px
    }

    .cta-two-columns .col .col-inner, .cta-three-columns .col .col-inner {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .banner-title {
        font-size: 100px
    }

    .banner-subtitle {
        font-size: 80px
    }

    .section-title {
        font-size: 80px
    }

    .entry-title,
    .h2,
    h2 {
        font-size: 50px
    }

    .h2,
    h2 {
        margin-bottom: 2rem
    }

    .h3,
    h3 {
        font-size: 50px;
        margin-bottom: 1rem
    }

    .h4,
    h4 {
        font-size: 40px;
        margin-bottom: 1rem
    }

    .h5,
    h5 {
        font-size: 30px;
        margin-bottom: 1rem
    }

    .h6,
    h6 {
        font-size: 25px;
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1199px) {
    
    #site-navigation {
        font-size: 18px
    }

    #home-hero-space {
        height: 768px
    }

    .banner {
        height: 545px
    }

    .taxonomy-banner {
        height: 545px
    }

    #banner-recipe .banner-title span {
        font-size: 140px;
        line-height: 30px
    }

    .business-listing .entry-content {
        padding: 30px;
        font-size: 20px;
    }
}

@media screen and (min-width:1200px) {
    .slick-prev {
        left: 20px
    }

    .slick-next {
        right: 20px
    }

    .frame-slant-1 {
        margin-top: 50px
    }

    .frame-slant-3 {
        margin-top: 100px
    }

    .frame-slant-4 {
        margin-top: 30px
    }

}

@media (min-width:414px) and (max-width:767px) {

    #eventures .container,
    .featured-banner-section .container {
        padding-left: 15%;
        padding-right: 15%
    }
}

@media screen and (max-width:1024px) {
    .admin-bar button#responsive-menu-button {
        top: 45px
    }
}

@media screen and (max-width:782px) {
    .admin-bar button#responsive-menu-button {
        top: 60px
    }
}

@media screen and (max-width:767px) {
    #instagram-feeds {
        padding: 10px 0 0;
    }
    
    .scroll-top {
        bottom: 15px;
        right: 15px
    }

    #site-logo a img {
        padding-right: 50px
    }

    #site-navigation.shrink {
        padding-top: 15px;
        padding-bottom: 15px
    }

    #site-navigation.shrink #site-logo a img {
        max-width: 240px
    }
}

@media screen and (max-width:575px) {
    #instagram-feeds #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
        width: 50%;
        height: auto
    }
}

