@import url("site-common.css?v=20160115");

#life-coach {
	padding: 60px 0;
	margin: 0 auto;
}

#life-coach h1 {
	font-size: 60px;
	margin-bottom: 60px;
}

#life-coach h2 {
	margin-bottom: 60px;
}

#life-coach .two-columns {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
}

#life-coach .book {
	margin-top: 50px;
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#recent-posts {
	background-color: #bee4e1;
	padding: 50px 0;
}

#recent-posts > div {
	max-width: 975px;
}

#recent-posts ul {
	list-style: none;
	padding: 70px 0;
	margin-left: -10px;
}

#recent-posts li {
	width: 305px;
	margin-left: 20px;
	float: left;
	background: #fff;
	border-radius: 2px;
	margin-bottom: 20px;
	height: 400px;
	overflow: hidden;
}

#recent-posts li:last-child {
	margin-bottom: 0;
}

#recent-posts .title {
	padding: 20px 40px;
	line-height: 24px;
}

#recent-posts hr {
	width: 60px;
	border-width: 2px;
	border-color: #bee4e1;
	margin: 10px auto;
}

#recent-posts img {
	display: block;
	border-radius: 0 0 2px 2px;
}

#subscribe {
	background: #fff;
	max-width: 955px;
	margin: 0 auto;
}

#subscribe fieldset {
	padding: 17px 40px 17px 110px;
	background: url("../img/subscribe-icon.png") no-repeat 30px center;
}

#subscribe .legend {
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-device-width: 640px) {
#subscribe .legend {
	display: block;
}
}

#subscribe legend {
	margin-bottom: 5px;
	font-size: 37px;
}

#subscribe label {
	font-size: 14px;
}

#subscribe .inputs {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

#subscribe input {
	border: 1px solid #e6e1e4;
	padding: 0 10px;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
	width: 120px;
	height: 36px;
}

#subscribe button {
	padding: 7px 24px;
	height: 38px;
	color: #fff;
	background-color: #f7ded9;
	border: none;
	vertical-align: middle;
	font-size: 17px;
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

@media screen and (max-device-width: 640px) {
#subscribe .inputs {
	display: block;
}

#subscribe input {
	margin: 10px 0 0;
}

#subscribe button {
	margin-top: 10px;
}
}

#bonjour {
	padding: 60px 0;
}

#bonjour .about {
	float: left;
	width: 540px;
}

@media screen and (max-device-width: 960px) {
#bonjour .about {
	float: none;
	width: auto;
	padding: 0 20px;
}
}

#bonjour figure {
	float: left;
	padding-right: 20px;
}

#bonjour .about .text {
	clear: both;
	padding: 36px 10px 10px 0px;
}

#bonjour .primary-title {
	margin-bottom: 17px;
}

.testimonies {
	position: relative;
	width: 537px;
	float: right;
	height: 400px;
	list-style: none;
}

.testimonies li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	visibility: hidden;
}

.testimonies .inner {
	background: #b2ddc9;
	padding: 40px 15px 40px 30px;
	color: #fafbfc;
}

@media screen and (max-device-width: 960px) {
.testimonies {
	width: 100%;
}
}

.testimonies li:first-child {
	visibility: visible;
}

.testimonies li:target ~ .testimonies {
	visibility: hidden;
}

.testimonies li:target {
	visibility: visible;
}

.testimonies .arrows {
	position: absolute;
	top: 30px;
	right: 30px;
}

.testimonies li:first-child .prev {
	display: none;
}

.testimonies li:last-of-type .next {
	display: none;
}

.testimonies .arrows a {
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	margin-left: 15px;
}

.testimonies .name {
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	font-size: 37px;
	margin-bottom: 10px;
}

.secondary-title {
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.testimonies .title {
	margin-bottom: 40px;
	font-size: 14px;
}

article.with-sidebar {
	float: left;
	width: 800px;
}

aside {
	float: right;
	width: 300px;
	padding: 80px 0;
}

#blog-entries {
	list-style: none;
	padding: 80px 0;
}

#blog-entries h1 {
	font-size: 37px;
	text-align: center;
	margin-bottom: 15px;
}

.blog-meta {
	margin-bottom: 30px;
}

.blog-meta p {
	margin-bottom: 5px;
}

.blog-text h2 {
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #bee4e1;
	margin-top: 30px;
}

.blog-text p {
	margin-top: 20px;
	line-height: 24px;
}

.text-page {
	padding: 80px 0;
}

.text-page h1 {
	margin-bottom: 20px;
}

.text-page .secondary-title {
	margin-bottom: 20px;
}

aside figure {
	margin-bottom: 30px;
}

aside figure img {
	margin-bottom: 15px;
}

aside figure figcaption {
	line-height: 24px;
	font-size: 18px;
}
