/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

body {
    /* margin-top: 30px !important; */
    font-size:18px;
    overflow-x: hidden !important;
}

/* HACK - START */
/* @media (min-width: 768px) {
    body {
        margin-top: 0;
    }
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    #header {
        padding-top: 23px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #header {
        padding-top: 55px !important;
    }
}

@media (min-width: 768px) {
    #header {
        padding-top: 23px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px)  {
    #header { padding-top: 55px !important;
    }
}

#header-tabs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
} */

#header,
.c-header-section-switcher {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#header {
    margin-top: 45px !important;
}

.background-image:before {
    top: 25px !important;
}

@media (min-width: 768px) {
    .background-image:before {
        top: 0 !important;
    }
}
/* HACK - END */

h1, h2, h3{
    font-family: 'Bree Serif', serif !important;
}
h2 {
    font-size:45px;
}

p {
    font-size:18px; 
}

.background-image {
    position: relative !important;
    /*height: calc(100vh - 50px) !important;*/
    height: 570px !important;
    /* top: 100px !important; */
    margin-bottom: 45px;
    background-size: 1920px 800px !important;
}

@media (max-width: 767px) {
    .background-image {
        background-position: center !important;
        background-size: cover !important;
        /* top: 75px !important; */
    }
}

@media (min-width: 768px) {
    .background-image {
        height: 800px !important;
    }
}

.background-image:after {
    display: none !important;
}

#masthead-recipes {
    position: absolute;
    top: 175px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

@media (min-width: 321px) {
    #masthead-recipes {
        top: calc(240px + 0px);
    }
}

@media (min-width: 768px) {
    #masthead-recipes {
        top: calc(300px + 100px);
    }
}

#masthead-recipes a.btn {
    width: 100%;
    margin-top: 10px;
    padding: 15px 5px;
    font-size: 24px;
    color: #fff;
    background-color: #4aaac2 !important;
}

@media (min-width: 768px) {
    #masthead-recipes a.btn {
        width: auto;
        margin-top: 25px;
        padding: 15px 75px;
    }
}

.centered-text {
    text-align: center;
}

.section .section-title {
    font-size:45px;
}


.recipes-grid-wrapper {
    margin-top: 40px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .recipes-grid-wrapper {
        margin-top: 80px;
    }
}

.recipes-grid-wrapper h2 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'proxima_nova_regular' !important;
    color: #333333;
}

.recipes-grid-wrapper p {
    font-size: 15px;
    text-align: left;
}

.recipes-grid {
    position: relative;
    left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-top: 40px;
    margin-bottom: 80px;
}

.recipes-grid__item {
    position: relative;
    width: 100%;
    max-width: calc(100% / 2);
    padding: 0 15px;
}

@media screen and (min-width: 768px) {
    .recipes-grid__item {
        max-width: calc(100% / 3);
    }
}

.recipes-grid__item + .recipes-grid__item {
    margin-top: 30px;
}

.recipes-grid__item:nth-of-type(-n+2) {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .recipes-grid__item:nth-of-type(-n+3) {
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .recipes-grid__item + .recipes-grid__item {
        margin-top: 60px;
    }

    .recipes-grid__item:nth-of-type(-n+3) {
        margin-top: 0;
    }
}

.recipes-grid__image-wrapper {
    position: relative;
}

.recipes-grid__image-wrapper::before {
    content: '';
    padding-top: 100%;
}

.recipes-grid__image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

.recipes-grid__item:hover .recipes-grid__image-wrapper::after {
    background-color: rgba(0,0,0,0.25);
}

.recipes-grid__text-wrapper {
    margin-top: 10px;
    text-align: left;
}

.recipes-grid__text-wrapper span {
    display: block;
    font-size: 15px;
    color: #707070;
}

.recipes-grid__text-wrapper span:first-child {
    margin-bottom: 2px;
    font-size: 18px;
    font-family: 'proxima_nova_bold';
    color: #462170;
}

@media screen and (min-width: 576px) {
    .recipes-grid__text-wrapper span:first-child {
        font-size: 20px;
    }
}

.recipes-grid__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recipes-grid__more-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FAA21B;
}

.recipes-grid__more-wrapper::before {
    content: '';
    padding-top: 100%;
}

.recipes-grid__more-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FC9D1F), to(rgba(255,255,255,0)));
    background-image: -o-linear-gradient(bottom, #FC9D1F, rgba(255,255,255,0));
    background-image: linear-gradient(to top, #FC9D1F, rgba(255,255,255,0));
    mix-blend-mode: multiply;
    z-index: 0;
}

.recipes-grid__more {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px;
    z-index: 1;
}

.recipes-grid__more-text {
    display: block;
    font-size: 18px;
    color: #fff;
}

@media screen and (min-width: 576px) {
    .recipes-grid__more-text {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) {
    .recipes-grid__more-text {
        font-size: 24px;    
    }
}

.recipes-grid__more-text + .recipes-grid__more-text {
    margin-top: 15px;
}

.recipes-grid__more-text--large {
    font-size: 24px;
    line-height: 24px;   
    text-transform: uppercase;
}

@media screen and (min-width: 576px) {
    .recipes-grid__more-text--large {
        font-size: 34px;
        line-height: 34px;        
    }
}

@media screen and (min-width: 992px) {
    .recipes-grid__more-text--large {
        font-size: 42px;
        line-height: 42px;
    }
}

.screenreader-only {
    position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
}
    
.recipes-cta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 40px 0;
    background-color: #FAA21B;
}

@media screen and (min-width: 768px) {
    .recipes-cta {
        padding: 60px 0;
    }
}

.recipes-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: 150vw;
    height: 100%;
    background-color: #FAA21B;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .recipes-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.recipes-cta__inner {
    width: 100%;
}

.recipes-cta__inner + .recipes-cta__inner {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .recipes-cta__inner {
        width: 50%;
    }

    .recipes-cta__inner + .recipes-cta__inner {
        margin-top: 0;
    }
}

.recipes-cta__inner h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: 'proxima_nova_bold' !important;
    color: #333333;
}

.recipes-cta__inner p + p {
    margin-top: 30px;
}

.recipes-cta__image-wrapper {
    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;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .recipes-cta__image-wrapper {
        padding-left: 30px;
    }
}

.recipes-cta__inner .btn {
    width: auto;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #462170 !important;
}

@media screen and (min-width: 768px) {
    .recipes-cta__inner .btn {
        width: auto;
        padding: 10px 50px;
    }
}

/* todo - autoprefixer */