/*
orange color #e67e22


*/

/*---------------------------------------------------------------*/

/**BASIC SETUP**/

/*---------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #555;
    font-family: 'Spline Sans', 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;
}

/*------------- **REUSEABLE COMPONANTS** -------------*/

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


section {
    padding: 80px 0;
}

.box {
    padding: 1% 0;
}

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

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



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

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


/*------------- **HEADINGS -------------*/

h1,
h2,
h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #79c;
    text-align: center;
    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;
}

h3 {
    font-size: 125%;
    margin-bottom: 10px;
}


h2:after {
    display: block;
    height: 2px;
    background-color: #1c7fbc;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

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




/*------------- ** LINKS ** -------------*/

a:link,
a:visited {
    color: #21b9dd;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #21b9dd;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #2a9eff;
    border-bottom: 1px solid transparent;
    text-decoration: underline;
}




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

.btn,
.btn:link,
.btn:visited 
{
	display: inline-block;
	padding: 10px 30px;
	font-family: 'Spline Sans', sans-serif;
	font-weight: 300;
	text-decoration: none;
	border-radius: 7px;
	transition: background 0.3s, border 0.2s, color 0.2s;
}

.btn-full,
.btn-full:link,
.btn-full:visited,
.btn-full {
	font-weight: 600;
	color: #005197;
	border: 0;
} 

.btn-ghost,
.btn-ghost:link,
.btn-ghost:visited {
    background: linear-gradient(rgba(42, 174, 255, 0.5), rgba(28, 127, 188, 0.50));
    /*border: 1px solid rgba(255, 255, 255, 0.5);*/
    /*color: rgba(255, 255, 255, 0.5);*/
}

.btn-ghost:hover,
.btn-ghost:active {
    /*border: 0px solid rgb(255, 255, 255);*/
	color: #fff;
	background: linear-gradient(rgb(42, 174, 255), rgb(21, 98, 146));
}

input[name="gad"] {
	display: none !important;
}

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

.section-features {
    padding: 0px;
}


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

.mars-showcase li {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    width: 25%;        
}

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

.mars-photo img {
    opacity: .7;
    width: 100%;
    height:185px;;
    transform: scale(1.3);
    transition: transform 0.5s, opacity 0.5s;
}

.mars-photo img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.sponsor-showcase li {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    height: 200px;       
}

.sponsor-showcase {
    list-style: none;
    width: 100%; 
    float: right;
}

.sponsor-photo {
	padding: 10%;
    width: 85%;
    height: 120%;
    margin: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
}

@media all and (max-width: 1200px) {
	.sponsor-photo {
		height: 20vw;
	}
}

.sponsor-photo-text {
    width: 100%;
    height: 40px;
    margin: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    padding: 7px;
    margin: 7px;
	padding-right: 17%;
}

.sponsor-photo img {
    opacity: .7;
    width: 100%;
    height: 100%;
    transform: scale(1.3);
    transition: transform 0.5s, opacity 0.5s;
    background-color: rgb(255, 255, 255);
    padding: 10px;
}

.sponsor-photo img:hover {
    opacity: 1;
    transform: scale(1.12);
}



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

.icon-big {
    font-size: 350%;
    display: block;
    color: #1c7fbc;
    color: linear-gradient(#2aaeff, #1c7fbc);
    margin-bottom: 5px;
    
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #1c7fbc;
    font-size: 120%;
    
    /* Secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}


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

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.39)), url(img/ai-hero.jpeg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

.hero-text-box {
   position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -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;
}


/*  MAIN-NAV  */

.main-nav {
    float: right;
    list-style: none;
    margin-top: 25px;
}
.main-nav img {
    resize: 20px;
}

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

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Spline Sans', sans-serif;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
    
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #1b6c9f;
}


/*------------- ** Mobile Navi ** -------------*/

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

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



/*  STICKY-NAV  */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.99);
    box-shadow: 0 2px 2px rgba(199, 199, 199, 0.94);
    z-index: 9999;
}

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


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

.sticky .logo { display: none;}
.sticky .logo-black { display: block;}




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



.section-steps{
    background: linear-gradient(#fcffff, #d9f0fd);
    
}.section-features{
    background-color: #fff;
}

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

.steps-box:first-child {
    text-align: right;
    padding-right: 3%;

}

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

.app-screen {
    width: 33%;
    float: left;
    padding: 15px;
    
}

.works-steps {
    margin-bottom: 50px;
}

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

.works-steps div {
    color: #055ba5;
    border: 2px solid #1c7fbc;
    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: 0px
}


.btn-app img {
    height: 50px;
    width: auto;
    margin-right: 10px;
    box-shadow: 0 2px 5px #d1d1d0;
}


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

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

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
}

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

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


}

cite img {
    height: 150px;
    border-radius: 5%;
    margin-right: 10px;
    vertical-align: middle;
}


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

.box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px #d1d1d0;
    
}

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


/*------------- **  PLANS  ** -------------*/

.section-plans {
    background: linear-gradient(#fcffff, #d9f0fd);
   
}

.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 0 2px 5px #a8a8a8;
    
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #c6dbed;
}

.plan-box div:first-child {
    /*background-color: #e4f5ff;*/
    background: linear-gradient(#eef8fd, #c8e8fc);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-box div:last-child {
    text-align: center;
    padding: 15px;
    border: none;;
}

.hr: {
    color: aqua;
    height: 100;
}

.plan-price {
    font-size: 300%;
    font-weight: 100;
    margin-bottom: 10px;
    color: #1d78ba;
}

.plan-price span {
    font-size: 30%;
    font-weight: 300;
}

.plan-price-meal {
    font-size: 80%;
    margin-bottom: 10px;
    
    
}

.plan-box ul {
    
    font-size: 100%;
    list-style: none;
}

.plan-box ul li {
    padding: 10px 10px;
}


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

.section-form {
    background: linear-gradient(rgba(137, 213, 248, 0.452), rgba(104, 109, 148, 0.5));
}

.contact-form {
    width: 90%;
    margin: 10 auto;
    
    
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    /*margin-left: 15px; */
    border: 2px solid #ccc;
}

input[type=text],
input[type=email],
input[type=tel]
{
    width: 70%;
}

textarea {
    height: 155px;
    /* width: 73%; */
    align-content: center;
    align-items: center;
}

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

*:focus {outline: none;}

/*.map-box {
    width: 100%;
    height: 300px;
    position: relative;
    padding: 0px 20px;
    padding: 20px;
}*/

/* .map {
    width: 0%;
    height: 560px;
    position: relative;
    z-index: 0;
    
}*/

.form-box {
    position: relative;
    margin: auto;
    width: 50%;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 20;
    /* height: 415px; */
    padding-top: 0px;
}

/* Contact Form - CSEO styles */

#ContactForm .bg {
	padding: 0;
	margin-left: 3px;
	display: inline-block;
	float: left;
	position: relative;
}

#ContactForm .success { 
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	float: left;
	color: #393;
	width: 100%;
	font-weight: 700;
	padding: 10px 0px 10px 15px;
}
#ContactForm label { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 4px;
}
#ContactForm span { 
	display: block;
}
#ContactForm span.bg { 
	padding-top: 5px;
}
#ContactForm .error,
#ContactForm .empty {
	font-size: 9px;
	color: #fff;
	line-height: 9px;
	display: none;
	width: 25%;
	top: 0px;
	position: relative;
	text-transform: uppercase;
	float: left;
	background: #f53;
	border-radius: 5px;
	padding: 15px 7px;
	margin: 5px;
}
#ContactForm a { 
	position: relative;
	z-index: 1;
}
#ContactForm .input { 
	width: 500px;
	max-width: calc(80vw);
	outline: none;
	border-radius: 7px; 
 }
#ContactForm textarea { 
	overflow: auto;
	margin: 0;
	width: 100%;
	resize: none;
	outline: none; 
	border-radius: 7px; 
 }
#ContactForm .block { 
	display: inline-block; 
	position: relative; 
	width: 100%; 
	float: left; 
 }
#ContactForm fieldset {
	border: none;
}

/*------------- **  CONTACT US FORM  ** -------------*/

footer {
    background-color: #333;
    padding: 40px;
    font-size: 80%;
    height: 100px;
}

/*.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;
    border: 0;
    color: #888888;
    transition: color 0.2s;
    
}*/

/*.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}*/

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

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

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

/*.ion-social-twitter:hover {
    color: #55acee;
}*/

/*.ion-social-googleplus:hover {
    color: #39a4dd;
}*/

/*.ion-social-instagram:hover {
    color: #3191e3;
}*/



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


/*------------- ** 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,
.js--wp-2.animated,
.js--wp-3.animated {
    opacity: 1;
}



/*------------- ** Mobile Navigation ** -------------*/

$('.js--nav-icon').click(function)














