/*
GREAT GALE BRAND GREEN #45BF55;

meta description = less than 160 characters, and use keywords

html validation is neccessary

increase backlinks they verify your website

use google analytics

offer a free gift, like a free ebook. In exchange you get their emails

strong call to action, repeat it many times, like invision.com

add a signup form, with a popupblock. that way you get the customers emal

tell them what they get by signing up

s
just ask for what they need

social proof, use clients and reviews

customers trust other customers

limited time remaining to get people buy, put it in red
short supply makes people want to buy now!!!
*/






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




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

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

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


.supportbox{
	width: 50%;
}

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

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


.supportbtn{
	width:50%;
	display: none;
}




.blogimgbtn{
	display: inherit;
	text-decoration-color: none;
}

.blogimgbtn:hover{
	opacity: 0.7;
	transition: ease-in 0.3s;
}

.blogReadMorebtn{
	background-color: #23652c;
	padding: 3px 16px;
	border-radius: 20px;
	color: #fff;
	
}

.blogReadMorebtn:hover{
	background-color: #45BF55;
	padding: 3px 16px;
	border-radius: 20px;
	color: #fff;
}

.blogReadMorebtn ion-icon{
	display: inline-block;
	padding: 1px 0 0 0;
	
}

.brick p{
	background: rgba(0, 0, 0, 0.82);
	position: relative;
	padding: 10px 0;
	text-align: center;
	margin:-50px 0 0 0;
	color: #bcbcbc;
	
}

.aboutpic{
	display: block;
    margin: 0 auto;
	text-align: center;
	background: #f00;
	
}

.brick:hover p{
	color: #fff;
/*	border-bottom: 2px solid #45BF55;*/
}



section {
    padding: 80px 0;
}

.box {
    padding: 1%;
}
/*------------HEADINGS----------------------------*/
h1,
h2,
h3{
   
    font-weight: 300;
    text-transform: uppercase;
}
   

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

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

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


h2:after{ /*puts stuff after the h2, YOU HAVE TO SPECIFY IT'S CONTENT, content is " " to specify no text involved*/
    display: block;
    height: 2px;
    background-color: #45BF55;
    content: " ";
    width:100px;
    margin: 0 auto;
    margin-top:30px;
}

.box p{
    font-size: 90%;
    line-height: 145%;
}
/*------------PARAGRAPHS----------------------------*/
.long-copy{
    line-height: 145%;
    width: 70%;
    margin-left: 15%; /*margin is 15% so it's 15% percent on the left and 15% on the right and 70% width = 100%*/
}

/*------------ICONS----------------------------*/
.icon-big{
    font-size: 350%;
    display: block;
    color: #45BF55;
    margin: 0 0 10px 0;
    
}

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

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

a:link, 
a:visited {
	text-decoration: none;
	padding-bottom: 1px;
/*
	border-bottom: 1px solid #45BF55;
	-webkit-transition: border-bottom 0.2s, color 0.2s;
	-o-transition: border-bottom 0.2s, color 0.2s;
	-moz-transition: border-bottom 0.2s, color 0.2s;
	transition: border-bottom 0.2s, color 0.2s;
*/

}

a:hover,
a:active {
	color:#45BF55;
	
/*	border-bottom: 1px solid transparent;*/
}

/*------------BUTTONS----------------------------*/
.btn:link, 
.btn:visited,
input[type=submit]{ /*I allow the submit form button to look like the other buttons*/
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    -webkit-border-radius: 200px;
       -moz-border-radius: 200px;
            border-radius: 200px;
    -webkit-transition:border 0.2s, color 0.2s, background-color 0.2s;
    -o-transition:border 0.2s, color 0.2s, background-color 0.2s;
    -moz-transition:border 0.2s, color 0.2s, background-color 0.2s;
    transition:border 0.2s, color 0.2s, background-color 0.2s;
   
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #45BF55;
    border: 1px solid #45BF55;
    color: #fff;
	
    
}

.btn-full-cta:link,
.btn-full-cta:visited{
	background-color: #45BF55;
	 display: inline-block;
    padding: 10px 0px;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 200px;
       -moz-border-radius: 200px;
            border-radius: 200px;
    -webkit-transition:border 0.2s, color 0.2s, background-color 0.2s;
    -o-transition:border 0.2s, color 0.2s, background-color 0.2s;
    -moz-transition:border 0.2s, color 0.2s, background-color 0.2s;
    transition:border 0.2s, color 0.2s, background-color 0.2s;
}

.btn-full-cta:hover,
.btn-full-cta:active{
	background-color: #349040;
	
	
}


.btn-ghost:link,
.btn-ghost:visited{
    border: 1px solid #45BF55;
    color: #45BF55;
    margin:0 15px 0 0;
}


.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color:#45BF55; 
/*	this is the dark orange, d05e17*/
}


/*These are the btn full & ghost hover and active states*/

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


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


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


.header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(img/hero-min.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/hero-min.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/hero.jpg);
    background-image: -moz-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);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    height: 100vh;
	background-attachment: fixed;
	background-color: #000;
}

.header-portfolio{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(img/jasmine2b.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/jasmine2b.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/jasmine2b.jpg);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/jasmine2b.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/jasmine2b.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    height: 100vh;
	background-attachment: fixed;
	background-color: #000;
	
}

.header-blog{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(img/krystof-shirt-ps14ex-2000x1376.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/krystof-shirt-ps14ex-2000x1376.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/krystof-shirt-ps14ex-2000x1376.jpg);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/krystof-shirt-ps14ex-2000x1376.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/krystof-shirt-ps14ex-2000x1376.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    height: 100vh;
	background-attachment: fixed;
	background-color: #000;
	
}


.header-amandla{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(img/amandla-bg.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/amandla-bg.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/amandla-bg.jpg);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/amandla-bg.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/amandla-bg.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    height: 100vh;
	background-attachment: fixed;
	background-color: #000;
	
}




.header-shift{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(img/krystof-shirt-ps14ex-2000x1376.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/krystof-shirt-ps14ex-2000x1376.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/krystof-shirt-ps14ex-2000x1376.jpg);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/krystof-shirt-ps14ex-2000x1376.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/krystof-shirt-ps14ex-2000x1376.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    height: 200vh;
	background-attachment: fixed;
	background-color: #000;
	
}

.bosa-blog{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(img/bosa.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/bosa.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(t0, 0, 0, 0.7)), url(img/bosa.jpg);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/bosa.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/bosa.jpg);
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-position: center;
    height: 100vh;
	background-attachment: fixed;
	background-color: #000;
	
}



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

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


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

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

.mailbtn{
	font-size: 130%;
	margin: 0px 5px 0 0;
	float: left;
	
}


.main-nav li{
    display: inline-block; /*so they can be side by side*/
    margin:0 0 0 40px;
}

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


.main-nav li a:hover, 
.main-nav li a:active {
    border-bottom: 2px solid #45BF55; /*I am the bottom hover for the nav buttons*/
	
    
}


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

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

/* Sticky Navi*/
.sticky{ /*This is the mobile nav background*/
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 2px 2px #efefef;
	padding: 0 0 0px 0;
	z-index: 99; /*9999 is highest value, it's for stacking order*/
/*	background-color: #000;*/
}

/*
.row.topnav{
	background: #000;
	width: 100%;
}
*/

.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; }

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


/*------------------------------------------------------------*/
/*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: #000;
}

.meal-photo img{
    opacity: 0.7;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            -moz-transform: scale(1.15);
              -o-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;
    -o-transition: transform 0.5s, opacity 0.5s;
    -o-transition: opacity 0.5s, -o-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.meal-photo img:hover{
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            -moz-transform: scale(1.03);
              -o-transform: scale(1.03);
         transform: scale(1.03);
    opacity: 1;
}


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

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

.steps-box:first-child{
    text-align: right; /*works on all inline elements*/
    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: #45BF55;
    border: 2px solid #45BF55;
    display: inline-block;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            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;
}



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


.box img{
    width: 100%;
    height: auto;
    margin-bottom: 50px; 
}

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


/*------------------------------------------------------------*/
/*TESTAMONIALS*/ /*How to do parallax scroll with code below*/
/*------------------------------------------------------------*/

.section-testimonials{
	background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.8)),to(rgba(0, 0, 0, 0.8))), url(img/back-customers-min.jpg);
	background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(img/back-customers-min.jpg);
	background-image:-o-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(img/back-customers-min.jpg);
	background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(img/back-customers-min.jpg);
	background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(img/back-customers-min.jpg);
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #fff;
	background-attachment:fixed; /*How to do parallax scroll*/
	
	
}

.section-reviews{
	background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.8)),to(rgba(0, 0, 0, 0.8))), url(img/boldsaga-reviews-bg.jpg);
	background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(img/boldsaga-reviews-bg.jpg);
	background-image:-o-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(img/boldsaga-reviews-bg.jpg);
	background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(img/boldsaga-reviews-bg.jpg);
	background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(img/boldsaga-reviews-bg.jpg);
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #fff;
	background-attachment:fixed; /*How to do parallax scroll*/
	
	
}

.section-testimonials2{
	background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.8)),to(rgba(0, 0, 0, 0.8))), url(../img/mission.jpg);
	background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/mission.jpg);
	background-image:-o-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/mission.jpg);
	background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/mission.jpg);
	background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/mission.jpg);
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #fff;
	background-attachment:fixed; /*How to do parallax scroll*/
	
	
}

.section-websites{
	background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.8)),to(rgba(0, 0, 0, 0.8))), url(../img/mission.jpg);
	background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/mission.jpg);
	background-image:-o-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/mission.jpg);
	background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/mission.jpg);
	background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/mission.jpg);
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #fff;
	background-attachment:fixed; /*How to do parallax scroll*/
	text-align: center;
}

.section-websites a {
	color:#fff;
}

.section-websites a:hover {
	color:#45BF55;
}




.section-contact-form{
	background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.8)),to(rgba(0, 0, 0, 0.8))), url(../img/enviropainting-4-2000x1429.jpg);
	background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/enviropainting-4-2000x1429.jpg);
	background-image:-o-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/enviropainting-4-2000x1429.jpg);
	background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/enviropainting-4-2000x1429.jpg);
	background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../img/enviropainting-4-2000x1429.jpg);
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #fff;
	background-attachment:fixed; /*How to do parallax scroll*/
	
	
}





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

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

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

cite img {
	height: 45px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	margin: 0 10px 0 0;
	vertical-align: middle;
}


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

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

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

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

.plan-box div:first-child{
	background-color: #fcfcfc; /*Subtle is beautiful*/
	-webkit-border-top-left-radius: 5px;
	   -moz-border-radius-topleft: 5px;
	        border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	   -moz-border-radius-topright: 5px;
	        border-top-right-radius: 5px;
	
}

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

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

.plan-price span {
	font-size: 30%; /*this 30% is based off parent of 300% above not 20px, but with heavier font weight$*/
	font-weight: 300;
}

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

.plan-box ul{
	list-style: none;
}

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


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

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

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

textarea {
	height: 100px;
}

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

*:focus {outline: none;}/*I get rid of the focus highlights when selecting elements*/

.map{
	width: 100%;
	height: 500px;
}

.form-messages {
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	border-radius: 3px;
	margin-bottom:  30px;
	color: #333;
	
}

.success{
	 background-color: rgba(38, 180, 68, 0.8);
}

.error
{
	 background-color: rgba(209, 46, 46, 0.8);
}

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

footer{
	background-color: #000;
	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-right: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: #888;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	-moz-transition: color 0.2s;
	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: 160%;
}


ion-icon[name=logo-facebook]:hover { /*God showed me this, that the name=logo-facebook works for css parameters and it worked! Hallelujah*/
	color: #3b5998;	
	-webkit-transition: color 0.2;	
	-o-transition: color 0.2;	
	-moz-transition: color 0.2;	
	transition: color 0.2;
}

ion-icon[name=logo-twitter]:hover {
	color: #55acee;	
	-webkit-transition: color 0.2;	
	-o-transition: color 0.2;	
	-moz-transition: color 0.2;	
	transition: color 0.2;
}

ion-icon[name=logo-googleplus]:hover {
	color: #dd4b39;	
	-webkit-transition: color 0.2;	
	-o-transition: color 0.2;	
	-moz-transition: color 0.2;	
	transition: color 0.2;
}

ion-icon[name=logo-instagram]:hover {
	color: #bc2a8d;	
	-webkit-transition: color 0.2;	
	-o-transition: color 0.2;	
	-moz-transition: color 0.2;	
	transition: color 0.2;
}

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


/*------------------------------------------------------------*/
/*Animation*/ 
/*------------------------------------------------------------*/

.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;
}