* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

/***** Header *****/
header {
	background-image: url("http://healthcoach.stylemixthemes.com/wp-content/uploads/2015/09/slider_1_bg_01-min.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	height: 100vh;
}
.nav-img {
	padding: 5px;
	border: 1px solid white;
	border-radius: 100%;
}
.nav-wrap {
	width: 85%;
	margin: auto;
	padding-top: 30px;
}
#logo-white {
	width: 20%;
	float: left;
}
#logo-black {
	display: none;
}
nav ul {
	float: right;
	margin-top: 20px;
}
nav ul li {
	display: inline-block;
	margin-left: 20px;
}
nav ul li a {
	color: white;
	font-family: "Open+Sans", sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#burger {
	display: none;
}
#headerimg {
	width: 90%;
	position: absolute;
	left: -15%;
	top: 20%;
}
h1 {
	font-family: "Oregano";
	font-size: 65px;
	font-weight: 400;
	color: white;
}
p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: white;
}
#introduction {
	position: relative;
	width: 50%;
	left: 55%;
	top: 150px;
	color: white;
}
#introduction a {
	display: inline-block;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 30px;
	border: 2px solid white;
	border-radius: 30px;
	margin-top: 20px;
}
#introduction a:hover {
	background-color: white;
	color: #2acd35;
}
/***** End of header *****/
/***** S1 - why-health-coach *****/
#why-health-coach {
	position: relative;
	margin-top: 20px;
}
#why-health-coach h2 {
	text-align: center;
	font-family: "Oregano";
	font-weight: 400;
	font-size: 40px;
	position: relative;
	z-index: 100;
}
#why-health-coach h2:before {
	content: " ";
	width: 140px;
	height: 140px;
	display: block;
	border-radius: 50%;
	background-color: white;
	border: 1px solid white;
	border-bottom: 2px solid #2acd35;
	position: absolute;
	top: -110%;
	left: calc(50% - 70px);
	z-index: -100;
}
#lista {
	text-align: center;
	width: 90%;
	margin: 60px auto 30px;
	padding: 25px 0px;
}
#lista li {
	display: inline-block;
	width: 20%;
	height: 220px;
	position: relative;
	border: 1px solid #999;
	margin: 0px 20px;
}
#lista li article {
	position: absolute;
	width: 100%;
	height: 220px;
	left: 0;
	top: 0;
	text-align: center;
	padding: 10px 20px;
}
#why-health-coach h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 20px;
	color: #444444;
}
.hidden {
	display: none;
}
.fa-ellipsis-h {
	color: #444444;
	font-family: "Open Sans", sans-serif;
}
#lista li:hover .hidden {
	display: block;
	color: #444444;
	font-size: 12px;
}
#lista li:hover .fa-ellipsis-h {
	display: none;
}
#lista li:hover {
	box-shadow: 0 0 10px #999;
}
.whc-icon {
	color: #2acd35;
	font-size: 4em;
	padding: 20px 0px 40px 0px;
}
#section1-ending {
	display: block;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	color: gray;
	padding-bottom: 40px;
}
#section1-ending a {
	color: #2acd35;
}
/***** End S1 why-health-coach *****/
/***** S2 - not tomorrow *****/
#not-tomorrow {
	margin-top: 20px;
	background-color: #f5f4f3;
	padding-bottom: 60px;
	position: relative;
}
#not-tomorrow h2 {
	text-align: center;
	font-family: "Oregano";
	font-weight: 400;
	font-size: 40px;
	padding-top: 20px;
	z-index: 100;
	position: relative;
}
#not-tomorrow h2 a {
	color: #444444;
}
#not-tomorrow h2:before {
	content: " ";
	width: 140px;
	height: 140px;
	display: block;
	border-radius: 50%;
	background-color: #f5f4f3;
	border: 1px solid #f5f4f3;
	border-bottom: 2px solid #2acd35;
	position: absolute;
	top: -40%;
	left: calc(50% - 70px);
	z-index: -100;
}
.not-tomorrow-img {
	width: 100%;
	margin: 0px;
}
.not-tomorrow-icon {
	padding-bottom: 10px;
	color: #2acd35;
}
#not-tomorrow ul {
	text-align: center;
	width: 80%;
	width: 90%;
	margin: 60px auto 30px;
}
#not-tomorrow ul li {
	display: inline-block;
	width: 30%;
	border-bottom: 2px solid lightgrey;
	text-align: center;
	margin: 0px 10px;
}
.text-over-image {
	background-color: white;
	position: relative;
	margin-top: -90px;
	padding: 20px;
}
#not-tomorrow h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 20px;
}
#not-tomorrow h4 a {
	color: #444444;
}
.more-info {
	display: none;
}
/***** End S2 - not tomorrow *****/
/***** S3 - 3 months *****/
#months {
	background-image: url("http://healthcoach.stylemixthemes.com/wp-content/uploads/2015/08/info-block-bg-1-min.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 120px;
}
h3 {
	font-family: "Oregano";
	font-size: 45px;
	font-weight: 400;
	color: white;
}
#months p {
	color: lightgrey;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
}
#months a {
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 30px;
	border: 2px solid white;
	border-radius: 30px;
}
#months a:hover {
	background-color: #ffffff;
	color: #2acd35;
}
/***** End S3 - 3 months *****/
/***** S4 - news & articles *****/
#news h2 {
	text-align: center;
	font-family: "Oregano";
	font-weight: 400;
	font-size: 40px;
	position: relative;
	z-index: 100;
	padding-top: 10px;
}
#news h2 a {
	color: #444444;
}
#news h2:before {
	content: "  ";
	width: 140px;
	height: 140px;
	display: block;
	border: 1px solid white;
	border-radius: 50%;
	background-color: white;
	position: absolute;
	top: -60%;
	left: calc(50% - 70px);
	z-index: -100;
	border-bottom: 2px solid #2acd35;
}
#news p {
	display: none;
}
#news ul {
	width: 80%;
	margin: 60px auto;
	text-align: center;
}
#news ul li {
	display: inline-block;
	width: 30%;
	text-align: center;
	margin: 10px 10px 30px;
	border-bottom: 1px solid lightgrey;
}
#news ul li article {
	position: relative;
}
#news img {
	width: 100%;
	height: 200px;
}
#news i {
	color: #2acd35;
	font-size: 20px;
	padding-bottom: 10px;
}
#news h4 a {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: grey;
	font-weight: bold;
	padding-top: 20px;
}
#news article:hover {
	box-shadow: 0 0 10px gray;
}
#news article:hover p {
	display: block;
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}
.info-over-image {
	background-color: white;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20px 10px;
}
/***** End S4 - news & articles *****/
/***** S5 - coffees & teas *****/
#coffees-and-teas {
	background-image: url("http://healthcoach.stylemixthemes.com/wp-content/uploads/2015/08/block-info-bg-2_02-min.jpg?id=1836");
	background-repeat: no-repeat;
	padding: 100px 100px;
	margin-top: 60px;
	text-align: center;
}
#coffees-and-teas p {
	padding-top: 20px;
}
.tea-leaf {
	color: white;
	font-size: 15px;
	padding: 10px;
	margin-bottom: 60px;
	border: 2px solid white;
}
/***** End S5 - coffees & teas *****/
/***** S6 - success stories *****/
#success-stories h2 {
	text-align: center;
	font-family: "Oregano";
	font-weight: 400;
	font-size: 40px;
	position: relative;
	padding-top: 10px;
	z-index: 100;
}
#success-stories h2:before {
	content: "  ";
	width: 140px;
	height: 140px;
	display: block;
	border: 1px solid white;
	border-radius: 50%;
	background-color: white;
	position: absolute;
	top: -60%;
	left: calc(50% - 70px);
	z-index: -100;
	border-bottom: 2px solid #2acd35;
}
#success-stories h2 a {
	text-decoration: none;
	color: #444444;
}
#success-stories-imgs {
	width: 40%;
	float: left;
	position: relative;
	left: 5%;
	margin-top: 50px;
}
#before {
	position: absolute;
	top: 0;
	left: 0;
	padding:10px;
	text-align: center;
	border: 1px solid lightgrey;
	background-color: #ffffff;
}
#after {
	position: absolute;
	left: 30%;
	top: 60px;
	padding: 10px;
	text-align: center;
	border: 1px solid lightgrey;
	background-color: #ffffff;
}
.spantext {
	font-family: "Oregano";
	color: #2acd35;
}
#success-stories-text {
	display: inline-block;
	float: right;
	width: 50%;
	margin: 100px 30px 100px 0px;
}
#success-stories p {
	color: #444444;
	font-family: "Open Sans", sans-serif;
	padding-top: 10px;
}
#success-stories h4 a {
	text-decoration: none;
	color: #2acd35;
	font-family: "Open Sans", sans-serif;
}
/***** End S6 - success stories *****/
/***** S7 - form *****/
#form {
	text-align: center;
}
#form-bg {
	margin-top: 40px;
	background-image: url("http://healthcoach.stylemixthemes.com/wp-content/uploads/2015/08/Untitled-2_02-min.jpg?id=1838");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 100px;
}
#form p {
	padding-top: 20px;
	margin-bottom: 60px;
}
form {
	border: 1px solid white;
	border-radius: 8px;
	background-color: white;
	width: 90%;
	margin: -80px auto 0px;
	padding: 30px;
}
input[type='text'] {
	width: 30%;
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid lightgrey;
	outline: none;
}
input[type='text']:nth-child(1){
	float: left;
}
input[type='text']:nth-child(3){
	float: right;
}
input[type='text']:focus, textarea:focus {
	outline: 2px solid #2acd35;
}
textarea {
	padding: 15px;
}
.contact-text {
	width: 100%;
	border: 2px solid lightgrey;
	margin-bottom: 20px;
}
.submit-button {
	padding: 15px 30px;
	border: 1px solid #2acd35;
	border-radius: 30px;
	background-color: #2acd35;
	text-decoration: none;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin: auto;
}
.submit-button:hover {
	background-color: #333;
	border: 1px solid #333;
	cursor: pointer;
}
/***** End S7 - form *****/
/***** footer *****/
footer {
	background-color: #222426;
	margin-top: 60px;
}
#shop {
	width: 90%;
	margin: auto;
	background-color: #333;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#shop img {
	float: left;
	padding: 10px 30px 0px 20px;
}
#shop i {
	float: left;
	margin-top: 50px;
	margin-left: 30px;
	color: #2acd35;
}
#shop h3 {
	margin-top: 50px;
	color: #2acd35;
	display: inline-block;
	margin-left: 20px;
}
#shop p {
	display: inline-block;
	margin-left: 25px;
	margin-top: 15px;
	color: lightgrey;
	font-weight: bold;
}
.fa-long-arrow-right {
	color: grey !important;
	font-size: 50px !important;
}
footer h4 {
	color: #2acd35;
	font-family: "Oregano";
}
footer a {
	color: grey;
	font-family: "Open Sans", sans-serif;
}
footer p {
	color: lightgrey;
}
#about-us, #find-us, #pages, #instagram {
	display: inline-block;
	width: 24%;
	margin-top: 40px;
	padding-right: 30px;
	vertical-align: text-top;
}
#about-us h4, #find-us h4, #pages h4, #instagram h4 {
	padding-bottom: 20px;
}
#about-us p, #find-us p, #pages p, #instagram p {
	font-size: 13px;
}	
.shop-wrapper {
	width: 90%;
	margin: auto;
	padding-bottom: 30px;
}
.fa-twitter, .fa-facebook-square, .fa-instagram {
	float: left;
	padding-right: 20px;
}
#pages ul {
	column-count: 2;
}
#pages ul li {
	font-size: 13px;
}
#pages ul li i{
	font-size: 8px;
}
#instagram {
	padding-right: 0px;
	margin-right: 0px;
}
#instagram img {
	width: 32%;
	float: left;
	padding: 0px 10px 10px 0px;
}
.info {
	background-color: #333;
}
.info-wrap {
	width: 90%;
	margin: auto;
}
.info p {
	display: inline-block;
	padding: 30px 0px 30px 0px;
}
.info p:nth-child(2){
	float: right;
}
/***** End footer *****/


/***** @media *****/
@media screen and (max-width: 1036px) {
	header {
		height: 80vh;
	}
	nav {
		display: none;
	}
	#burger {
		display: block;
		float: right;
		text-decoration: none;
		color: #2acd35;
		margin-right: 45px;
		margin-top: -50px;
	}
	#introduction h1 {
		font-size: 45px;
		left: 50%;
	}
	#headerimg {
		width: 90%;
		position: absolute;
		left: -15%;
		top: 25%;
	}
	.nav-wrap {
		width: 100%;
		background-color: #ffffff;
		height: 80px;
		padding-top: 15px;
	}
	#logo-white{
		display: none;
	}
	#logo-black {
		display: block;
		width: 20%;
		float: left;
		margin-left: 15px;
	}
}

@media screen and (max-width: 986px) {
	#introduction a {
		font-size: 12px;
		font-weight: 100;
		padding: 7px 25px;
		border: 1px solid white;
	}
	#lista li {
		width: 40%;
		margin: 15px 20px;
	}
	#not-tomorrow ul li {
		width: 100%;
		margin: 10px;
	}
	#not-tomorrow h4 {
		font-size: 16px;
	}
	#news ul li {
		width: 45%;
	}
	#news img {
		height: 220px;
	}
	#after {
		left: 20%;
	}
	#success-stories-text {
		width: 40%;
	}
	input[type='text'] {
		width: 100%;
		padding: 10px;
		margin-bottom: 20px;
		border: 2px solid lightgrey;
		outline: none;
	}
	input[type='text']:nth-child(1), 
	input[type='text']:nth-child(3) {
		float: none;
	}
	#about-us, #find-us, #pages, #instagram {
		width: 45%;
	}
	#shop, .shop-wrapper, .info-wrap {
		width: 80%;
	}
	#shop img {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#lista li {
		width: 100%;
		margin: 10px 0px;
	}
	#not-tomorrow ul li {
		margin: 10px 0px;
	}
	#news ul {
		width: 90%;
	}
	#news ul li {
		width: 100%;
		margin: 10px 0px;
	}
	#news ul li img {
		height: auto;
	}
	#success-stories-imgs {
		width: 90%;
		margin: 60px auto 0;
		float: none;
		left: 0;
	}
	#success-stories-imgs img {
		width: 100%;
	}
	#before {
		position: static;
		width: 45%;
		display: inline-block;
	}
	#after {
		position: static;
		left: 0;
		top: 0;
		width: 45%;
		display: inline-block;
		float: right;
	}
	#success-stories-text {
		display: block;
		float: none;
		width: 90%;
		margin: 30px auto;
		text-align: center;
	}
	#about-us, #find-us, #pages, #instagram {
		width: 90%;
	}
	#shop, .shop-wrapper, .info-wrap {
		width: 90%;
	}
	.info {
		padding: 30px 0px;
	}
	.info p {
		display: block;
		padding: 5px 0px;
	}
	.info p:nth-child(2){
		float: none;
	}
}

@media screen and (max-width: 640px) {
	header {
		height: 60vh;
	}
	#introduction {
		margin-top: -25px;
	}
	#introduction h1 {
		font-size: 35px;
	}
	#introduction p {
		font-size: 12px;
	}
	#introduction a {
		font-size: 10px;
	}
	#headerimg {
		left: -15%;
		top: 40%;
	}
}

@media screen and (max-width: 550px) {
	#introduction {
		margin-top: -45px;
		margin-left: -20px;
	}
	#headerimg {
		left: -20%;
	}
}

@media screen and (max-width: 460px) {
	#introduction h1 {
		font-size: 25px;
	}
	#introduction p {
		font-size: 10px;
	}
	#introduction a {
		padding: 5px 8px;
	}
	#why-health-coach h2:before {
		top: -40%;
	}
}