/* --------------------------------- */
/*-----------BASIC SET-UP-------------*/
/*-----------------------------------*/


* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}



html,
body{
    background-color: #fff;
    color: #e39d2d;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;

}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*h1 {
    font-family: 'Dancing Script', cursive;
}
*/

/* --------------------------------- */
/*-----------REUSABLE COMPONENTS------*/
/*-----------------------------------*/

.row {
    max-width: 1140px;
    margin: 0 auto;

}

.box {
    padding: 1%;

}

section {
    padding: 80px 0px;

}

/* --------------------------------- */
/*-----------HEADING-----------------*/
/*-----------------------------------*/




h1,
h2,
h3 {
    color: #e39d2d;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;


}

h1 {
    font-size: 240%;
    font-weight: 300;
    margin: 20px 1px;
    word-spacing: 4px;
    letter-spacing: 1px;

}

h2 {
    word-spacing: 2px;
    text-align: center;
    font-size: 180%;
    margin-bottom: 30px;
    letter-spacing: 1px;

}

h3 {
    font-size: 110%;
    margin-bottom: 20px;

}


h2:after {
    display: block;
    height: 2px;
    background-color: #cf2b25;
    width: 150px;
    margin: 0 auto;
    margin-top: 30px;
    content: " ";
}

/* --------------------------------- */
/*-----------FEATURES  --------------*/
/*-----------------------------------*/


.section-features .long-copy {
    margin-bottom: 30px;
}


/* --------------------------------- */
/*-----------PARAGRAPHS--------------*/
/*-----------------------------------*/



.long-copy {

    line-height: 145%;
    width: 70%;
    margin-left: 15%;

}

.box p {
    line-height: 145%;
    font-size: 90%;
}


/* --------------------------------- */
/*-----------ICONS-------------------*/
/*-----------------------------------*/

.icon-big {
    font-size: 200%;
    display: block;
    margin-bottom: 10px;
    color: #cf2b25;


}

/* --------------------------------- */
/*-----------BUTTONS-----------------*/
/*-----------------------------------*/


.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
    transition: background-color 0.3s, color 0.3s, border 0.3s;

}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #cf2b25;
    color: #e39d2d;
    border: 1px solid #cf2b25;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited,
input[type=submit] {

    border: 1px solid #cf2b25;
    color: #e39d2d;

}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #a4221d;
}

/* --------------------------------- */
/*-----------HEADER------------------*/
/*-----------------------------------*/



header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/hero.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hero.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;

}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo {
    height: 120px;
    width: auto;
    float: left;

}

/* main-navi */
.main-nav {
    float: right;
    list-style: none;
    margin-top: 40px;


}

.main-nav li {
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 4px;
    display: inline-block;
    margin-left: 40px;

}

.main-nav li a:link,
.main-nav li a:visited {
    color: #e39d2d;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 110%;
    border-bottom: 2px solid transparent;
    padding: 8px 0;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;


}


.main-nav li a:hover,
.main-nav li a:active {
    padding-bottom: 5px;
    border-bottom: 2px solid #cf2b25;

}

/* Mobile Navi */

.mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #e39d2d;
}

/* sticky navi */


.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 2px #efefef;
    font-size: 90%;
    z-index: 9999;
} 

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    color: #e39d2d;
    padding: 16px 0;
}

.sticky .logo {
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
}

.sticky .main-nav {
    margin-top: 18px;
}
/* --------------------------------- */
/*-----------MEALS-------------------*/
/*-----------------------------------*/

.section-meals {
    padding: 0;

}




.meals-showcase {
    list-style: none;
    width: 100%;

}

.meals-showcase li {
    display: block;
    float: left;
    width: 25%;

}

.meal-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.meal-photo img {
    opacity: 0.7;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;


}

.meal-photo img:hover {
    opacity: 1;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);


}

/* --------------------------------- */
/*----HOW IT WORKS-------------------*/
/*-----------------------------------*/


.section-steps {
    background-color: #f4f4f4;
}

.steps-box {
    margin-top: 30%;
}

.steps-box:first-child {
    text-align: right;
    padding-right: 3%;
    margin-top: 30px;
}

.steps-box:last-child {
    padding-left: 3%;
    margin-top: 70px;
}

.app-screen {
    width: 40%;
}

.works-step {
    margin-bottom: 50px;

}

.works-step:last-of-type {
    margin-bottom: 80px;
}

.works-step div {
    color: #cf2b25;
    display: inline-block;
    padding: 5px;
    border: 1.8px solid #cf2b25;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 150%;
    border-radius: 50%;
    float: left;
    margin-right: 25px;
}



.btn-app img {
    height: 50px;
    width: auto;
    margin-right: 10px;
}


/* --------------------------------- */
/*--------CITIES---------------------*/
/*-----------------------------------*/

.cities-images {
    display: inline-block;
    width: 100%;
    height: 180px;
    padding-right: 20px;
    margin-bottom: 10px;

}

.cities-icon {
    color: #cf2b25;
    display: inline-block;
    margin-right: 15px;
    font-size: 90%;
}

.city-feature {
    padding-bottom: 15px;

}

.cities-icon-red {
    color: #cf2b25;
}

.city-feature a:link,
.city-feature a:visited {
    color: #cf2b25;
    text-decoration: none;
    border-bottom: 1px solid #a4221d;
    padding-bottom: 2px;
    -webkit-transition: border-bottom 0.5s, color 0.5s;
    transition: border-bottom 0.5s, color 0.5s;


}

.city-feature a:hover,
.city-feature a:active {
    color: #a4221d;
    border-bottom: 1px solid transparent;


}

/* --------------------------------- */
/*--------TESTIMONIALS---------------*/
/*-----------------------------------*/

.section-testimonials {

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url(../img/back-customers.jpg);

    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../img/back-customers.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 70px;


}

blockquote {
    color: #fff;
    font-style: italic;
    padding: 2%;
    line-height: 150%;
    margin-top: 40px;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}

cite {
    color: #e39d2d;
    margin-top: 25px;
    font-size: 90%;
    display: block;

}

cite img {
    border-radius: 100%;
    width: 16%;
    height: auto;
    margin-right: 20px;
    vertical-align: middle;

}

/* --------------------------------- */
/*--------SIGN-UP--------------------*/
/*-----------------------------------*/

.section-sign-up {
    background-color: #f4f4f4;
}

.plan-box {
    background-color: #fff;
    width: 90%;
    border-radius: 8px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
}

.plan-box div {
    padding: 20px;
    border-bottom: 1px solid #d6d6d6;

}


.plan-box div:first-child {
    border-top: 1px solid #d6d6d6;
    /*border-radius: 8px;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.plan-price {
    font-size: 250%;
    color: #cf2b25;
    margin-bottom: 15px;
    font-weight: 100;

}

.plan-price span {
    margin-left: 15px;
    font-size: 45%;

}

.plan-price-meal {
    font-size: 85%;
}

.plan-level {
    text-transform: uppercase;
    font-size: 120%;

}

.plan-box div:last-child {
    text-align: center;
    border-bottom: hidden;
}

.plan-box ul li {
    list-style: none;
    margin-bottom: 8px;
}

.ion-ios7-checkmark-empty,
.ion-ios7-close-empty {
    font-size: 125%;
    padding-right: 20px;
    color: #cf2b25;
}

.plan-box div:first-child {
    background-color: rgb(255, 255, 255);
}


/* --------------------------------- */
/*--------FORM-----------------------*/
/*-----------------------------------*/


.contact-form {
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
}

input[type=text],
input[type=email],
textarea,
select {
    padding: 7px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #b7b7b7;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {
    outline: none;
}

.yes-please {
    color: #000;
}


/* --------------------------------- */
/*--------FOOTER---------------------*/
/*-----------------------------------*/

footer {
    background-color: #2a2929;
    
}


.footer-nav li {
    float: left;
    list-style: none;
    display: inline-block;
    padding: 20px;
    font-size: 80%;
    padding-top: 40px;
    margin-right: 1px;
}
.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited{
    text-decoration: none;
    color: #e39d2d;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.social-links {
    float: right;
}

.social-links li {
    
    list-style: none;
    display: inline-block;
    padding: 20px;
    padding-top: 40px;
}


.footer-nav li a:hover,
.footer-nav li a:active,
.social-links li a:hover,
.social-links li a:active {
    color: #ffbd52;
    text-decoration: none;
}

.footer-para {
    margin: 0 auto;
    text-align: center;
    font-size: 90%;
    margin-bottom: 70px;
    padding-top: 50px;
    word-spacing: 8px;
}
.ion-ios7-heart {
    color: #ce1616;
}

.ion-social-facebook:hover {
    color: #3b5998;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.ion-social-twitter:hover {
    color: #00aced;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.ion-social-googleplus:hover {
    color: #dd4b39;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.ion-social-instagram:hover {
    color: #517fa4;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}



/* --------------------------------- */
/*--------ANIMATIONS-----------------*/
/*-----------------------------------*/

.js--wp-1,
.js--wp-2,
.js--wp-3{
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-4 {-webkit-animation-duration: 1s;animation-duration: 1s;}

.js--wp-1.animated,
js--wp-2.animated,
js--wp-3.animated{
    opacity: 1;
}