body.page.page-template-about h1.entry-title {
	margin-bottom: 10px;
}
.about-me-wrapper {
	width: 100%;
	margin: 40px auto 20px;
}
.about-me-wrapper.with-photo-two {
	padding-top: 120px;
}
.about-me-wrapper .photo-one {
	float: left;
	width: 51.5%;
}
.about-me-wrapper .photo-one h1.entry-title {
	text-align: left;
}
.about-me-wrapper .photo-one .caption {
	margin: 40px auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	max-width: 60%;
}
.about-me-wrapper .photo-one .caption:before {
	content: '';
	width: 1px;
	height: 80px;
  	position: absolute;
  	border-left: 1px solid #8F8F8F;
	box-sizing: border-box;
  	left: 50%;
  	top: -90px;
    -webkit-backface-visibility: hidden;
}
.about-me-wrapper .aboutme-description {
	background: #FFFFFF;
	box-sizing: border-box;
	float: left;
	width: 48.5%;
	padding: 20px 5%;
	position: relative;
	left: -40px;
	margin-top: 150px;
}
.about-me-wrapper.with-photo-two .aboutme-description {
	margin-top: 230px;
}
.about-me-wrapper .photo-two {
	width: 100%;
    position: absolute;
    top: 0;
    left: 60px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.about-me-wrapper .photo-two img {
	width: 50%;
	max-width: 300px;
	float: left;
	margin-bottom: 15px;
}

@media screen and (max-width: 860px) {
	.about-me-wrapper .photo-one,
	.about-me-wrapper .aboutme-description {
		float: none;
		width: 100%;
	}
	.about-me-wrapper,
	.about-me-wrapper .photo-one h2.pagetitle {
		margin: 20px auto;
	}
	.about-me-wrapper .photo-one img {
		display: block;
		margin: 0 auto;
	}
	.about-me-wrapper .photo-one .caption {
		max-width: 100%;
	}
	.about-me-wrapper .aboutme-description,
	.about-me-wrapper.with-photo-two .aboutme-description {
		padding: 0;
		left: 0;
		margin-top: 30px;
	}
	.about-me-wrapper.with-photo-two {
		padding-top: 0;
	}
	.about-me-wrapper .photo-two {
		width: 100%;
    	position: relative;
    	top: 0;
    	left: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	.about-me-wrapper .photo-two img {
		float: none;
		width: 100%;
		max-width: none;
		margin-bottom: 15px;
	}
}

.more-about-you-wrapper {
	margin: 30px auto;
}
.more-about-you-wrapper h2.heading {
	margin: 20px 0;
	text-align: center;
}
.more-about-you {
	max-width: 700px;
	margin: 0 auto;
}
.more-about-you .item {
	clear: both;
	padding: 20px 0;
}
.more-about-you .item .item-photo {
	width: 50%;
	float: left;
	display: block;
	max-width: 400px;
	text-align: right;
	position: relative;
}
.more-about-you .item.even .item-photo {
	float: right;
	text-align: left;
}
.more-about-you .item .caption {
	text-align: left;
	position: absolute;
	top: 50%;
	right: -20%;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	padding-right: 40%;
}
.more-about-you .item .caption:before {
	content: '';
	width: 80px;
	height: 1px;
  	position: absolute;
  	border-top: 1px solid #8F8F8F;
	box-sizing:border-box;
  	top: 50%;
  	left: -25px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}
.more-about-you .item.even .caption {
	text-align: right;
	right: initial;
	left: -20%;
	padding-right: 0;
	padding-left: 40%;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}
.more-about-you .item.even .caption:before {
	left: initial;
  	right: -25px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}
.more-about-you .item .item-photo img {
	display: inline-block;
	position: relative;
}
.more-about-you .item.odd .item-photo img {
	right: -5%;
}
.more-about-you .item.even .item-photo img {
	left: -5%;
}
.more-about-you .item .caption .item-title {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.2em;
	margin: 15px 0 5px;
}
.more-about-you .num h2 {
	margin: 0;
	font-size: 40px;
}

@media screen and (max-width: 700px) {
	.more-about-you .item .item-photo,
	.more-about-you .item.even .item-photo {
		width: 100%;
		float: none;
		text-align: center;
		position: relative;
		margin: 10px auto;
	}
	.more-about-you .item .caption,
	.more-about-you .item.even .caption {
		text-align: center;
		position: relative;
		top: initial;
		right: initial;
		left: initial;
		padding-right: 0;
		padding-left: 0;
		margin-top: 80px;
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.more-about-you .item .caption:before,
	.more-about-you .item.even .caption:before {
		width: 1px;
		height: 80px;
  		border-top: 0;
  		border-left: 1px solid #8F8F8F;
		box-sizing: border-box;
  		left: 50%;
  		right: initial;
  		top: -100px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	.more-about-you .item.odd .item-photo img,
	.more-about-you .item.even .item-photo img {
		right: initial;
		left: initial;
	}
}