/* -----------------------------*/
/* BASIC SETUP */
/* -----------------------------*/

* {

    padding:0;
    box-sizing:border-box;
}
html,
body{
    color:#555;
    font-family:'Lato', 'Arial', 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;
}
.mobileonly {
    display:none;
}
/* --------------------------------*/
/* REYSABLE STUFF */
/* --------------------------------*/
.row {
    max-width:1140px;
    margin: 0 auto;
    display:flex;
    justify-content: space-evenly;
}

section {
    padding:0px 0;
}
/* ---------HEADINGS ---------*/
h1,
h2,
h3{;
    font-weight:300;
    text-transform:uppercase;
   /* letter-spacing:1px;
    margin-top:30px;*/
}
h1 {
    margin-top:0;
    margin-bottom:20px;
    font-size:240%;
    color:#fff;
}

h2 {
    font-size:180%;
    word-spacing: 2px;
    text-align:center;
    margin-bottom:30px;
}
h3 {
  font-size:120%;
  word-spacing: 2px;
  text-align:center;
  margin-bottom:30px;
}

h2:after {
    display:block;
    height:2px;
    /* background-color:#06277b; */
     background-color:#b2b6f2;
    content:" ";
    width:100px;
    margin: 0 auto;
    margin-top:30px;
}

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

.long-copy {
    line-height:145%;
    width:70%;
    margin-left:15%;
}

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

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

.icon-big {
    font-size:350%;
    display:block;
    color:#06277b;
    margin-bottom:10px;
}
.icon-small {
    display:inline-block;
    width: 30px;
    text-align:center;
    color:#06277b;
    font-size:120%;
    /* secrets to align ttext and icons */
    line-height:120%;
    vertical-align:middle;
    margin-top:-5px;
    margin-right:10px;
}

/* ---------- LINKS -------------- */
.sticky
a:link,
a:visited {
    /* color:#06277b; */
    color:#b2b6f2;
    text-decoration:none;
    padding-bottom:1px;
    /* border-bottom:1px solid #06277b; */
    border-bottom:1px solid #b2b6f2;
    transition: border-bottom 0.2s, color 0.2s;
}

.top-nav
a:link,
a:visited {
    /* color:#06277b; */
    color:#b2b6f2;
    text-decoration:none;
    padding-bottom:1px;
    /* border-bottom:1px solid #06277b; */
    border-bottom:1px solid #b2b6f2;
    transition: border-bottom 0.2s, color 0.2s;
}
/*
a:hover,
a:active {
    color:#555;
    border-bottom: 1px solid transparent;
}
/*

/* ---------- 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.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

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

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #06277b;
    color: #06277b;
}

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

.btn-full:hover,
.btn-full:active {
    border: 1px solid #2e67f7;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #2e67f7;
    color: #fff;
}


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


header {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/hero.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/hero.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}
.hero-text-box {
    position:absolute;
    width:1140px;
    top:17%;
    left:50%;
    transform:translate(-50%, 050%);
    color:#fff;
}
.heronav {
    position:absolute;
    top:70%;
    left:30%;
    width:100%;
}
.heronavlist {
    list-style:none;
    display:inline-flex;
}
.heropills {
    padding:1em;
    margin-right:1em;
    background:#06277b;
    border-radius:10px;
    text-align:center;
    text-transform: uppercase;
    font-size:.7em;
    box-sizing:border-box;
}
.heropills a {
    text-decoration:none;
    color:#fff;
    display:block;
    padding:0 1em;
}
.heropills a:hover {
    color:#06277b;
    
}
.logo {
    height:100px;
    width:auto;
    float:left;
    margin-top:20px;
}

.logo-black {
    display:none;
    height:50px;
    float:left;
    margin:5px 0;
}

/* Main Nav */
.main-nav {
    float:right;
    list-style:none;
    margin-top:60px;
}

.main-nav li {
    display:inline;
    margin-left:40px;
}

.main-nav li a:link,
.main-nav li.a:visited {
    padding: 8px 0;
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    font-size:90%;
    border-bottom: 2px solid transparent;
}

.main-nav li a:hover,
.main-nav li a:active {
    /* border-bottom:2px solid #06277b; */
    border-bottom:1px solid #b2b6f2;
    transition: border-bottom 0.2s;
}

/* Sticky Nav */

.sticky {
    position:fixed;
    top:0;
    left:0;
    width:100%;
/*     background-color:rgba(255, 255, 255, 0.98); */
    background:url('img/stickybg.jpg');
    box-shadow: 0 2px 2px #efefef;
    z-index:9999;
}

.sticky .main-nav { margin-top:18px;}
.sticky li a:link,
.sticky li.a:visited {
        padding: 16px 0;
        color:#cbe5e8;
}
.sticky .logo { display:none; }
.sticky .logo-black { display:block; }

.main-nav {
    float:right;
    list-style:none;
    margin-top:15px;
}

/* Mobile Nav */
.mobile-nav-icon {
    float:right;
    margin-top:30px;
    cursor:pointer;
    display:none;
}
.mobile-nav-icon i {
    font-size:200%;
    color:#fff;
}




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


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


/* --------------------------------*/
/* MEALS */
/* --------------------------------*/

.section-photobank {
    padding:0;
}


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

.meals-showcase li {
    display:block;
    float:left;
    width:25%;
}
.random-photo {
    width:100%;
    max-height:200px;
    margin: 0;
    overflow:hidden;
    background-color:#000;
    transition: transform 0.5, opacity 0.5;
}

.random-photo img {
    width:100%;
    height:auto;
    transform:scale(1.15);
    opacity: 0.7;
}

.random-photo img:hover {
     transform:scale(1.03);
    transition: transform 0.5;
    opacity:1;
}

/* --------------------------------*/
/* HOW IT WORKS */
/* --------------------------------*/
.section-steps {
    background-color:#f7f5f5;
}

.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:#06277b;
    border: 2px solid #06277b;
    display:inline-block;
    border-radius:50%;
    height:55px;
    width:55px;
    text-align:center;
    padding:5px;
    float:left;
    font-size:150%;
    margin-right:25px;
}

.btn-app:link,
.btn-app:visited {
    border:0;
}

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


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

.section-ptp {
    background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(img/back-customers.jpg);
    color:#fff;
    background-size:cover;
    background-attachment:fixed;
}

blockquote {
    padding:2%;
    font-style:italic;
    line-height:145%;
    position:relative;
    margin-top:40px;
}
cite {
    font-size:90%;
    margin-top:25px;
    display:block;
}
blockquote:before {
    content: "\201C";
    font-size:500%;
    display:block;
    position:absolute;
    top:0px;
    left:-5px;
}
cite img {
    height:45px;
    border-radius:50%;
    margin-right:10px;
    vertical-align:middle;
}

/* --------------------------------*/
/* SIGN UP */
/* --------------------------------*/
.fun-stuff {
    background-color:#f7f5f5;
    padding:1em;
    font-size:.8em;
}
.funboxes {
  min-height:450px;
  margin-bottom:3em;
}

.fun-box {
    background:#fff;
    border-radius:5px;
    width:90%;
    margin-left:5%;
    box-shadow:0 2px 2px #efefef;

}
.fun-box div {
    padding:15px;
    border-bottom: 1px solid #efe5e5;
}
.fun-box div:first-child {
    background-color:#fcfcfc;
    border-top-left-radius: 5px;
    border-top-right-radius:5px;
  /*  min-height:500px; */
}
.fun-box div:last-child {
    border:0;
}
/*
.plan-price {
    font-size:300%;
    margin-bottom:10px;
    font-weight:100;
    color:#06277b;
}
.plan-price span {
    font-size:30%;
    font-weight:300;
}
.plan-price-meal {
    font-size:80%;
}
*/
.fun-box ul {
    list-style:none;
}
.fun-box ul li {
    padding:5px 0;
}

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

.contact-form {
    width:90%;
    margin:0 auto;
}
/*
input[type=text],
input[type=email],
select,
textarea {
 /*   width:100%;*/
    padding:7px;
    border-radius:3px;
    border: 1px solid #000000;
}

textarea {
    height:100px;
}

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

*:focus {
    outline:none;
}
.map-box {
    width:100%;
    position:relative;
}
.map {
    width:100%;
    position:relative;
    z-index: 0;
    display:none;
}

.form-box {
    position:absolute;
    width:50%;
    top:0;
    right:0;
    background-color:rgba(255, 255, 255, 0.8);
    z-index:10;
    height:600px;
    padding-top:40px;
}

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

footer {
    /* background-color:#525252; */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/back-customers.jpg);
	color: #fff;
	background-size: cover;
	background-attachment: fixed;
  clear:both;
/*
    background:url('resources/css/img/back-customers.jpg');
*/
    padding:50px;
    font-size:80%;
}

.footer-nav {
    list-style:none;
    float:left;
}
.social-links {
    list-style:none;
    float:right;
}

.footer-nav li,
.social-links li {
    display:inline-block;
    margin-right:20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin:0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration:none;
    color:#cbe5e8;
    border:0;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color:#cbe5e8;
    transition: color 0.0s;
}

.social-links li  a:link,
.social-links li a:visited {
    font-size: 180%;
    border:0;
}

.icon-social-facebook,
.icon-social-facebook,
.icon-social-facebook,
.icon-social-facebook {
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color:#3b5998;
}
.ion-social-twitter:hover {
    color:#00aced;
}

.ion-social-googleplus:hover {
    color:#db4437;
}

.ion-social-instagram:hover {
    color:#c32aa3;
}

footer p {
    color:#888;
    text-align:center;
    margin-top:30px;
}

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

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

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

/* --------------------------------*/
/* PAGE SPECIFICS                  */
/* --------------------------------*/

.recipe-img {
    float:right;
}