/* Enter Your Custom CSS Here */
/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
ol {
	font-family: 'open-sans' !important;
	font-size: .9em !important;
	line-height: 1.5em !important;
}

.comment-form-comment #comment {
	width: 50%;
}

embed {
	width: 50% !important;
}

#footer #searchform {
	padding-top: 20px;
}

#form-allowed-tags.form-allowed-tags {
	display: none;
}

.body-content .main-header {
	background-position: center top !important;
}

#contact-form-242 blockquote:before {
	content: none;
}

#ISW_container_729 {
	margin-bottom: 0 !important;
}

.site-logo-link {
	display: block;
}

.site-logo-link img {
	margin-bottom: 50px;
}

.site-title a {
	text-transform: uppercase;
	font-size: 38px !important;
	float: none;
}

.widget {
	padding: 40px 30px 10px;
}

.navbar-brand {
	float: none;
}

.post-title {
	text-transform: uppercase;
	font-weight: normal;
}

.site-description {
	font-size: 18px !important;
	float: none;
}

.search-header.post-content, .archive-header.post-content, .post-meta.block, .post-nav.block a, .post-content.search_result_content {
	padding: 12px 30px;
}

.shortmargin .post-content {
	padding: 0 30px !important;
}

.post-content h2 {
	font-weight: normal;
}

.post .search_result_content .search-title {
	margin-bottom: 0 !important;
}

#main-wrapper {
	padding-top: 30px;
	padding-bottom: 40px;
}

figure img {
	padding-bottom: 15px;
}

figure a {
	margin-bottom: 15px;
	display: inline-block;
}

.main-header {
	height: 75vh;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center top;
}

.main-header > .container.verticalize {
	text-align: center;
	margin-top: 140px;
}

.header-left .site-description, li.menu-item small, li.page_item small {
	white-space: normal;
	display: block;
	color: #fff;
	font-size: 15px;
}

.verticalize .header-right {
	margin-top: 20px;
	position: static;
	height: 30px;
	padding-top: 40px;
}

.header-right form {
	top: auto;
	bottom: -50px;
	right: 50%;
	margin-right: -130px;
}

.body-content .post p, .body-content .page p, .body-content .comment-content p {
	font-size: .9em;
	line-height: 1.5em;
}

.post-content .content-wrapper img {
	margin: 0;
}

.post-title {
	margin-bottom: 15px !important;
}

#contact-form-242 blockquote {
	font-size: 14px !important;
}

#footer-wrapper .site-info * {
	display: none;
	color: black;
}

#footer-wrapper .site-info {
	color: black;
}

.comment-respond input {
	display: inline-block;
}

.action-like img {
	height: 17px;
}

.wti-clear {
	margin-bottom: 20px;
}

#footer-wrapper {
	padding-top: 0;
}

#footer-wrapper .social {
	padding-bottom: 10px;
}

#footer-wrapper .widget h3 {
	margin: 0 0 5px;
}

@media screen and (max-width: 990px) {
	.main-header > .container.verticalize {
		text-align: center;
		margin-top: 100px;
	}
}

@media screen and (max-width: 550px) {
	.site-title a {
		text-transform: uppercase;
		font-size: 24px !important;
	}
	
	embed {
		width: 100% !important;
	}
	
	.navbar-brand {
		text-transform: uppercase;
		font-size: 24px !important;
	}
	
	.post-title {
		text-transform: uppercase;
	}
	
	.site-description {
		font-size: 12px !important;
	}
	
	.main-header {
		height: 50vh;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center top;
	}
	
	.main-header > .container.verticalize {
		text-align: center;
		margin-top: 60px;
	}
	
	.verticalize .header-right {
		padding-top: 5px;
		margin-top: 5px;
	}
	
	.comment-form-comment #comment {
		width: 100%;
	}
}