@import url(../normalize.css);
@import url(../grid.css);
/*---------------------------
BASIC SETUP
 ----------------------------*/
@import url(../ionicons.min.css);
@import url(../animate.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  background-color: white;
  color: #3c3c3c;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden; }

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

/*-----------------------------
 BUTTONS
 ----------------------------*/
.btn:link, .btn:visited {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  transition: background-color 0.2s, color 0.2s, border 0.2s; }

input[type=submit] {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  transition: background-color 0.2s, color 0.2s, border 0.2s; }

.btn-full:link, .btn-full:visited {
  background-color: #e67e22;
  border: 1px solid #e67e22;
  color: white;
  margin-right: 15px; }

input[type=submit] {
  background-color: #e67e22;
  border: 1px solid #e67e22;
  color: white;
  margin-right: 15px; }

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

.btn:hover, .btn:active {
  background-color: #cf6d17; }

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

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

input[type=submit]:hover, input[type=submit]:active {
  border: 1px solid #cf6d17; }

.btn-ghost:hover, .btn-ghost:active {
  border: 1px solid #cf6d17;
  color: #ffffff; }

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

/*-----------Sticky navi ------------*/
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 9999; }
  .sticky .main-nav {
    margin-top: 15px; }
    .sticky .main-nav li a:link, .sticky .main-nav li a:visited {
      padding: 18px 0px 18px 0px;
      color: #555555;
      box-shadow: 0 2px 2px #fefefe; }
  .sticky .logo-black {
    display: block; }
  .sticky .logo {
    display: none; }

/*-----------------------------
REUSABLE COMPONENTS
 ----------------------------*/
.row {
  max-width: 1140px;
  margin: 0 auto 0 auto; }

section {
  padding: 80px 0px 80px 0px; }

.box {
  padding: 1%; }

/*-----------------------------
HEADINGS
 ----------------------------*/
h1, h2, h3 {
  font-weight: 300;
  text-transform: uppercase; }

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: white;
  font-size: 240%;
  word-spacing: 4px;
  letter-spacing: 1px; }

h2 {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px; }
  h2:after {
    display: block;
    height: 2px;
    background-color: #e67e22;
    content: "";
    width: 100px;
    margin: 30px auto 0px auto; }

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

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

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

/*---------icons----------*/
.icon-big {
  font-size: 350%;
  display: block;
  color: #e67e22;
  margin-bottom: 10px; }

.icon-small {
  color: #e67e22;
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 120%;
  margin-right: 10px;
  line-height: 120%;
  vertical-align: middle;
  margin-top: -5px; }

/*-----------------------------
 HEADER
 ----------------------------*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../../res/hero.jpg") center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh; }

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

.logo {
  height: 100px;
  width: auto;
  float: left;
  margin-top: 20px; }

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

.main-nav {
  float: right;
  list-style: none;
  margin-top: 55px; }
  .main-nav li {
    display: inline-block;
    margin-left: 40px; }
    .main-nav li a:link, .main-nav li a:visited {
      padding: 8px 0px 8px 0px;
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 90%;
      border-bottom: 2px solid transparent;
      transition: border-bottom 0.2s; }
    .main-nav li a:hover, .main-nav li a:active {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 90%;
      border-bottom: 2px solid #e67e22; }

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

/*----------------FOOD-----------*/
.showcase {
  list-style: none;
  width: 100%; }
  .showcase li {
    display: block;
    float: left;
    width: 25%; }

.meal-photo {
  width: 100%;
  margin: 0px;
  overflow: hidden;
  background-color: black; }
  .meal-photo img {
    opacity: 0.7;
    width: 100%;
    height: auto;
    transform: scale(1.15);
    transition: transform 0.5s, opacity 0.8s; }
    .meal-photo img:hover {
      transform: scale(1.05);
      opacity: 1; }

.section-meals {
  padding: 0; }

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

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

.button-app:link, .button-app:visited {
  border: 0px; }
.button-app img {
  height: 50px;
  width: auto;
  margin-right: 10px; }

/*----------------CITIES-----------*/
.box img {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }

.city-feature {
  margin-bottom: 5px; }

a:link, a:visited {
  color: #e67e22;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #e67e22;
  transition: border-bottom 0.2s, color 0.2s; }
a:hover, a:active {
  color: #555555;
  border-bottom: 1px transparent; }

/*----------------TELL US-----------*/
.section-testimo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../../res/back-customers.jpg");
  background-size: cover;
  color: white;
  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 {
  display: block;
  content: "\201C";
  font-size: 500%;
  position: absolute;
  top: -5px;
  left: -5px; }

cite img {
  height: 45px;
  border: 2px solid #e67e22;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle; }

/*-------------PRICING----------*/
.section-pricing {
  background-color: #F4f4f4; }

.price-box {
  background: white;
  border-radius: 5px;
  width: 90%;
  margin-left: 5%; }
  .price-box div {
    padding: 15px;
    border-bottom: 1px solid #ececec; }
    .price-box div:last-child {
      text-align: center;
      border: 0; }
    .price-box div:first-child {
      background-color: #fBfbfb;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px; }
  .price-box ul {
    list-style: none; }
    .price-box ul li {
      padding: 5px 0; }

.plan-price {
  font-size: 300%;
  margin-bottom: 10px;
  font-weight: 100;
  color: #e67e22;
  box-shadow: 0 2px 2px silver; }
  .plan-price span {
    font-size: 30%;
    font-weight: 300; }

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

/*-------------COLLECT DATA----------*/
.contact-form {
  width: 90%;
  margin: 0 auto 0 auto; }

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

select {
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid silver; }

textarea {
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid silver;
  height: 100px;
  margin-bottom: 30px; }

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

*:focus {
  outline: none; }

.map-box, .map {
  width: 100%;
  height: 650px;
  position: relative; }

.map {
  z-index: 0; }

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

/*-------------footer----------*/
footer {
  background-color: #3d3d3d;
  color: white;
  padding: 60px;
  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 a:link, .footer-nav li a:visited, .social-links li a:link, .social-links li a:visited {
    color: #888888;
    text-decoration: none;
    border: 0px;
    transition: color 0.3s; }

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

.social-links li a:link, .social-links li a:visited {
  color: #888888;
  text-decoration: none;
  border: 0px;
  transition: color 0.3s; }

.footer-nav li a:hover, .footer-nav li a:active {
  color: #dddddd; }

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

.ion-social-facebook, .ion-social-twitter, .ion-social-googleplus, .ion-social-instagram {
  transition: color 0.5s; }

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

.ion-social-twitter:hover {
  color: #1da1f2; }

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

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

footer p {
  color: #888888;
  text-align: center;
  font-size: 90%;
  margin-top: 30px; }

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

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

/*big tablet to 1200*/
@media only screen and (max-width: 1200px) {
  .hero-text-box {
    width: 100%;
    padding: 0 2%;
    transform: translate(-50%, -50%); }

  .row {
    padding: 0 2%; } }
/*Small tablet to big tablet*/
@media only screen and (max-width: 1023px) {
  body {
    font-size: 20px; }

  section {
    padding: 60px 0; }

  .long-copy {
    width: 80%;
    margin-left: 10%; }

  .steps-box {
    margin-top: 10px; }
    .steps-box:last-child {
      margin-top: 10px; }

  .works-step {
    margin-bottom: 40px;
    width: 75%;
    margin-left: 10%; }
    .works-step:last-of-type {
      margin-bottom: 60px; }

  .app-screen {
    width: 45%; }

  .icon-small {
    width: 17px;
    margin-right: 5px; }

  .city-feature {
    font-size: 90%; }

  .price-box {
    width: 100%;
    margin-left: 0; }

  .plan-price {
    font-size: 250%; }

  .contact-form {
    width: 90%; } }
/*Small Phones to small tablets*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px; }

  section {
    padding: 30px 0; }

  .row,
  .hero-text-box {
    padding: 0 4% 0 4%; }

  .col {
    width: 100%;
    margin: 0 0 1% 0; }

  .main-nav {
    display: none;
    float: left;
    margin-top: 15px;
    margin-left: 20px; }
    .main-nav li {
      display: block; }
      .main-nav li a:link, .main-nav li a:visited {
        padding: 10px 0;
        display: block;
        border: 0;
        font-size: 100%; }

  .mobile-nav-icon {
    display: inline-block; }

  .sticky .main-nav {
    margin-top: 10px; }
    .sticky .main-nav li a:link,
    .sticky .main-nav li a:visited {
      padding: 10px 0; }
  .sticky .mobile-nav-icon {
    margin-top: 10px; }
    .sticky .mobile-nav-icon i {
      color: #555555; }

  h1 {
    font-size: 180%; }

  h2 {
    font-size: 150%; }

  .long-copy {
    width: 100%;
    margin-left: 0%; }

  .steps-box {
    margin-top: 10px; }
    .steps-box:last-child {
      margin-top: 10px; }
    .steps-box:first-child {
      text-align: center; }

  .app-screen {
    width: 30%; }

  .works-step {
    margin-bottom: 20px; }
    .works-step:last-of-type {
      margin-bottom: 20px; }
    .works-step div {
      height: 40px;
      width: 40px;
      margin-right: 15px;
      padding: 4px;
      font-size: 120%; }

  .map-box, .map {
    width: 100%;
    height: auto;
    position: relative; }

  .map {
    width: 100%;
    height: 300px;
    z-index: 0;
    position: relative; }

  .form-box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0; } }
/*Small Phones 0 to 480*/
@media only screen and (max-width: 480px) {
  section {
    padding: 25px 0; }

  .contact-form {
    width: 100%; } }

/*# sourceMappingURL=style-s.css.map */
