.top-area-contacts .ct-contacts-website:before {
	content: '\e608';
	font-family: 'ct-icons';
	margin-right: 0.55em;
	vertical-align: top;
	display: inline-block;
	width: 16px;
	font-size: 16px;
	text-align: center;
}
.primary-navigation.responsive .minisearch .sf-input,
.minisearch .sf-input{
	font-family: 'Open Sans';
	font-size: 15px;
}
.blog article .post-featured-content > a:before{
	background-color: rgba(255, 255, 255, 0.8);
}
.widget .ct-pp-posts-image a{
	position: relative;
	display:block;
	margin-top:3px;
}
.widget .ct-pp-posts-image a:before{
	content: '';
	position: absolute;
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.8) !important;
	z-index: 999;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.widget .ct-pp-posts-image a:hover:before{
	opacity:1;
}
@media (max-width: 768px) {
	#colophon {
		padding: 50px 0 0px 0 !important;
	}
	#footer-menu {
		width: 100%;
		display: inline-block;
		margin: 0;
		text-align: center;
	}
	.page-title-title .fullwidth-block{
		padding-top: 60px !important;
		padding-bottom: 80px !important;
	}
	.page-title-block{
		padding:80px 0 !important;
	}
	.divider_responsive{
	margin-top: 50px !important;
	}
	.divider_responsive_zero{
		margin-top: 0 !important;
	}
}