#header-inner.sticky-navigation img.site-logo {
	display: none !important;
}

.site-branding a.site-logo-link img {
	width: 280px;
}

.site-header .site-header-inner {
	padding-bottom: 10px;
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#hero {
	background: #f8f9fa;
	padding: 50px 0;
	position: relative;
}

div#hero p {
	margin-bottom: 15px;
}

.pull-right.main-header-links {
	float: none !important;
	width: 60%;
	justify-content: flex-end;
}

.site-header .site-branding {
	margin-right: 0;
	width: 40%;
}

.homepage-widgets .widget {
	padding: 40px 0;
}

.homepage-widgets .widget .widget-title {
	margin-bottom: 25px;
}

.single-testimonial {
	position: relative;
	margin: 0 auto !important;
}

.testimonials-desc .entry-content {
	padding: 30px 15px 30px 45px;
	font-size: 16px;
	background: #0da4d3;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fff;
	font-size: 18px;
	font-style: italic;
	line-height: 1.45;
	position: relative;
}

.testimonials-desc .entry-content:before {
	content: "\201C";
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 65px !important;
	font-weight: 900;
	height: 0;
	left: 10px !important;
	opacity: .3;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
	top: -5px !important;
	width: 0;
}

.testimonials-desc p {
	color: #929394;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4;
	padding-top: 10px;
}

.testimonials-desc .entry-content h4 {
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.testimonials-post-img {
	border-bottom: solid 1px #ddd;
	padding-bottom: 20px;
}

.testimonials-area .row {
	padding-bottom: 20px;
}

body.blog .site-main .hentry {
	width: 46%;
	display: inline-block;
	margin: 0 10px 25px;
	vertical-align: top;
	flex-wrap: wrap;
	background: #f9f9f9;
	padding: 15px !important;
	border-radius: 5px;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	min-height: 560px;
}

body.blog .hentry .entry-secondary-meta {
	display: flex;
	left: 0;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	position: relative !important;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}

body.blog .hentry .entry-secondary-meta .comments-link {
	background: #e6e6e6;
	font-size: 13px;
	line-height: inherit;
	margin-top: 0;
	padding: 14px 10px;
	border-radius: 0;
}

body.blog .hentry .entry-secondary-meta .post-date {
	background: #0da4d3;
	padding: 10px !important;
	border-radius: 0;
}

body.blog .hentry .entry-secondary-meta .post-date, .hentry .entry-secondary-meta .post-date a {
	color: #fff;
}

body.blog .hentry .entry-secondary-meta .comments-link a {
	color: #000000;
}

div.footer-bottom {
	display: none;
}

div.footer-widget-area.container {
	border-top: 1px solid rgba(0,0,0,.1);
	background: rgba(0,0,0,.2);
	background-size: cover;
	font-size: 14px;
	padding: 18px 0;
	margin: auto;
	text-align: center;
	max-width: 100%;
}

#colophon {
	background: rgba(0,0,0);
}

#colophon .footer-widget-area {
	padding-top: 22px;
	padding-bottom: 12px;
}

.widget {
	margin: 0;
}

.widget:not(.front-page-block)ul {
	margin-bottom: 1em;
}

#contact-form-206 {
	width: 70%;
}

.attachment-full.size-full.wp-post-image {
	display: none;
}

#post-206 div.entry-content {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	padding: 30px;
	padding-top: 0;
}

div #contact {
	background-color: #0DA4D3;
	color: white;
	margin: -30px;
	margin-top: -48px;
	padding-top: 60px;
	padding-left: 60px;
	top: 60px;
	width: 40%;
	height: 560px;
}

div.socialcontact {
	display: inline;
}

.subfont {
	border-bottom: none;
	color: white;
}

.hentry .entry-content a:not(.primary-button) {
	border-bottom: none;
}

@media only screen and (max-width:1199px) {
	body.page-id-166 div#testimonial-grid .jetpack-testimonial.hentry {
		border: none;
		margin: 0 0 0 auto !important;
		padding: 0 0 36px !important;
		max-width: 860px;
		border-bottom: 1px solid #ccc !important;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	body.page-id-166 div#testimonial-grid .jetpack-testimonial header.entry-header {
		padding: 0 !important;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	body.page-id-166 div#testimonial-grid .single-testimonial .entry-thumb {
		position: relative !important;
	}
}

@media only screen and (max-width:767px) {
	body.blog .site-main .hentry {
		width: 100%;
		min-height: auto;
	}
}

@media only screen and (max-width:655px) {
	form.contact-form {
		display: none;
	}
	
	div #contact {
		background-color: #0DA4D3;
		color: white;
		margin: -30px;
		margin-top: -48px;
		padding: 20px;
		padding-top: 35px;
		top: 60px;
		width: 100%;
		height: 560px;
	}
}