.home-section {
	margin: 40px auto;
}
.home-section .widget {
	margin: 0;
}
.about-me-homepage .photo1 {
	width: 55%;
	float: left;
}
.about-me-homepage .photo2 {
	width: 55%;
	float: left;
	margin-left: -10%;
}
.about-me-homepage .photo2,
.about-me-homepage .profileinner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.coloredbg .photo1 img,
.coloredbg .photo2 img {
	border: solid 5px #FFFFFF;
	box-sizing: border-box;
	display: block;
}
.about-me-homepage .small-text {
	margin-bottom: 20px;
	display: block;
}
.about-me-homepage .read-more {
	position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

@media screen and (max-width: 860px) {
	.about-me-homepage .one-half {
		clear: left;
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.about-me-homepage .one-half.first {
		margin-bottom: 20px;
	}
	.about-me-homepage .profileinner,
	.about-me-homepage .photo2 {
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.about-me-homepage .photo2 {
		margin-top: 50px;
	}
	.this-row .match-height {
		height: auto!important;
	}
}
@media screen and (max-width: 640px) {
	.about-me-homepage .photo1,
	.about-me-homepage .photo2 {
		width: 100%;
		max-width: 100%;
		margin: 20px auto;
		float: none;
	}
	.about-me-homepage img {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
}

.services-homepage .item {
	margin: 10px 3%;
	width: 29.3333%;
	text-align: center;
	font-size: 96%;
	line-height: 180%;
	box-sizing: border-box;
}
.services-homepage .item h4 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.services-homepage .item img {
	display: block;
	margin: 0 auto;
}
.services-homepage .item.first {
	margin-left: 0;
}
.services-homepage .item.last {
	margin-right: 0;
}
.services-homepage .item .desc {
	margin-bottom: 25px;
}
@media screen and (max-width: 860px) {
	.services-homepage .item,
	.services-homepage .item.first,
	.services-homepage .item.last {
		float: none;
		margin: 40px auto;
		width: 100%;
	}
}

.portfolio-homepage img {
	display: block;
}
.portfolio-homepage .item {
	text-align: center;
	position: relative;
	margin-top: 14px;
	margin-bottom: 14px;
}
.portfolio-homepage .one-half.one-row {
	float: none;
	margin: 20px auto;
}
.portfolio-homepage h2 {
	text-transform: uppercase;
	font-size: 1.75em;
}
.portfolio-homepage h2 .small-text {
	margin-top: 5px;
}
.portfolio-homepage .read-more-alt {
	text-align: right;
	font-size: 1.1em;
}
.read-more-alt span {
	margin-left: 3px;
	font-size: 12px;
}

@media screen and (min-width: 1024px) {
	.home-section .widget_mc4wp_form_widget h2.widgettitle {
		width: 30%;
		float: left;
		line-height: 85px;
		margin: 0;
	}
	.home-section .mc4wp-form {
		width: 70%;
		float: left;
	}
	.home-section .widget_mc4wp_form_widget {
		padding: 5px 0!important;
	}
}