@font-face{
    font-family: 'Lemon Tuesday';
    src: url("/assets/fonts/lemon-tuesday.otf");
}

*{
    font-family: 'Jost', sans-serif;
}
img{
    max-width: 100%;
}
q::before,
q::after{
    content: "";
}
.container{
    width: 90%;
    max-width: 1145px;
    margin: 0 auto;
}
.hero{
    padding: 20px 0;
    background-size: cover;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
h1{
    font-family: 'cabrito-didone-normal', serif;
    font-weight: bold;
    font-size: 44px;
    line-height: 110%;
}
h3{
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 120%;
}
p,li,q{
    font-size: 17px;
    line-height: 140%;
}

ul.checkboxes{
    list-style: url('https://s3.eu-west-2.amazonaws.com/www.easyveggieideas.com-assets-prod/assets/images/veggie_tick.png');
    padding-left: 25px;
}
ul.checkboxes li{
    padding-bottom: 2px;
    margin-bottom: 20px;
}
ul.green-checkboxes{
    list-style: url('https://s3.eu-west-2.amazonaws.com/www.easyveggieideas.com-assets-prod/assets/images/green-tick.png');
    padding-left: 25px;
}
ul.green-checkboxes li{
    padding-bottom: 2px;
    margin-bottom: 20px;
}

/* NEWSLETTER */

.signup{
    background-color: #125843;
    padding: 50px 0 40px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.signup .benefits{
    max-width: 480px;
}

.signup img{
    position: absolute;
    top: 30px;
    right: 30px;
}

.signup .email-input{
    display: flex;
    margin-bottom: 10px;
}

.signup input,
button{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #010101;
}
.checkbox-container{
    display: flex;
    align-items: center;
}
input[type='submit'].full-width,
button.full-width{
    width: 100%;
}
input[type='submit'],
button{
    background: #1bac81;
    border-radius: 0;
    border: none;
    width: 150px;
    padding: 13px;
    color: #ffffff;
    transition: 0.2s;
    cursor: pointer;
}
input[type='submit']:hover,
button:hover{
    background-color: #9ca56e;
    cursor: pointer;
}

.signup input[type=email]{
    margin: 0 20px 0 0;
    text-transform: none;
    width: calc(100% - 170px)
}
.signup input[type=email]::placeholder{
    text-transform: uppercase;
}
.signup label{
    font-size: 17px;
    line-height: 140%;
}
.signup label a{
    color: #ffffff;
}

.promotions{
    padding: 85px 30px 0;
    text-align: center;
}

span.script{
    font-family: 'Lemon Tuesday', cursive;
    color: #1bac81;
    font-weight: normal;
}
.promotions h2{
    font-family: 'cabrito-didone-normal', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 110%;
}
.promotions h2 .script{
    display: block;
    font-size: 65px;
}
.promotions p a{
    color: #1bac81;
    font-weight: bold;
}

.promos{
    display: flex;
    padding-top: 30px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.promo{
    margin-bottom: 45px;
}
.promo a{
    text-decoration: none;
    color: #000000;
}
.promo .image-container{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 10px;
}
.promo .image-container::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #D4E1D0;
    bottom: 20px;
    right: 20px;
    z-index: -1;
}
.promo h4{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    text-decoration: underline;
    text-transform: none;
    margin: 30px 0 10px;
}
.promo p{
    max-width: 360px;
    margin: 0;
}

.promotions h3{
    font-family: 'cabrito-didone-normal', serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
}
.promotions h3 .small{
    font-weight: bold;
    font-size: 19px;
    line-height: 120%;
    display: block;
    margin-bottom: 15px;
}
.promotions h3 .script{
    font-size: 60px;
}
.promotions button{
    width: 100%;
    max-width: 300px;
    margin-top: 35px;
}

.terms{
    padding: 50px 20px;
}
.terms p{
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    color: #000000;
}

/* NEWSLETTER END */

/* DOWNLOADS */
.downloads{
    background: #E5E5E5;
}
.downloads .archive li{
    font-size: 15px;
}
.downloads .hero{
    background: linear-gradient(
        rgba(0, 0, 0, 0.50), 
        rgba(0, 0, 0, 0.50)
    ),
    url("https://s3.eu-west-2.amazonaws.com/www.easyveggieideas.com-assets-prod/assets/images/downloads-bg.jpg") center;
    min-height: 250px;
}
.downloads .hero .container{
    max-width: 490px;
}
.downloads .archive .container{
    background: #ffffff;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.downloads .item{
    margin: 0 auto 30px;
    padding: 0 7px;
    max-width: 238px;
    min-height: 690px;
    position: relative;
}
.downloads .item button{
    position: absolute;
    bottom: 0;
}
.downloads h4{
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
}
.downloads h3{
    margin: 15px 0 10px;
}
.downloads h4{
    margin: 10px 0;
}
.quote-block{
    border-bottom: 3px solid #e4e4e4;
    margin: 30px 0 60px;
    width: 100%;
}
.quote-block .inner{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 40px 0;
}
.quote-block h2 span{
    padding: 0 35px;
    background: #fff;
}
.quote-block h2{
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}
.quote-block h2::after{
    content: "";
    height: 3px;
    width: 100%;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    z-index: -1;
}
.quote{
    margin: 0 20px;
}
.quote-block q{
    position: relative;
    display: block;
    max-width: 620px;
}
.quote-block q::before{
    content:url("https://s3.eu-west-2.amazonaws.com/www.easyveggieideas.com-assets-prod/assets/images/mauve-quotemark.png");
    position: absolute;
    left: -60px;
}
.quote-block p{
    margin: 0;
}
.quote-block .script{
    color: #D3B7C6;
    font-size: 37px;
    font-weight: normal;
    margin-top: 10px;
}
.downloads-popup{
    width: 70%;
    max-width: 700px;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    background: #fff;
    z-index: 20;
    padding: 35px 0;
    display: none;
}
.downloads-popup .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.downloads-popup button.close{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 46px;
}
.downloads-popup form{
    max-width: 345px;
}
#modal-title{
    margin-bottom: 15px;
}
.downloads-popup .checkbox-container{
    align-items: flex-start;
    margin-bottom: 15px;
}
.downloads-popup .checkbox-container input{
    margin-top: 5px;
}
.downloads-popup a{
    color: #000000;
}
.mask{
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 19;
    display: none;
}
.visible{
    display: block;
}
/* DOWNLOADS END */

@media only screen and (max-width: 600px){
    .downloads{
        background: #ffffff;
    }
    .downloads-popup img{
        display: none;
    }
    .downloads-popup{
        width: 100%;
        height: 100%;
        padding-top: 160px;
    }
    .downloads-popup button.close{
        top: 120px;
    }
    .downloads .archive .container{
        padding: 50px 0;
    }
    .quote-block q::before{
        content: "";
    }
}
@media only screen and (max-width: 945px){
    .downloads-popup img{
        margin: 0 auto 20px;
    }
    .downloads-popup form{
        max-width: 100%;
    }
    .quote-block .inner{
        flex-direction: column;
    }
    .quote{
        margin-top: 25px;
    }
}
@media only screen and (max-width: 1120px){
    .email-input{
        flex-direction: column;
    }
    .signup .email-input input{
        width: 100%;
        margin-top: 10px;
    }
    .promotions{
        padding-top: 50px;
    }
    .signup{
        padding: 50px 30px;
        justify-content: center;
    }
    .signup img{
        position: static;
    }
    .signup .benefits{
        max-width: 480px;
    }
    .signup .benefits{
        margin-bottom: 30px;
    }
}