body {
	background: #243643;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	color: #49545a;
}

#content {
	background: #edf0f2;
}

.entry-hero {
	min-height: 0;
	background: #68BDCA;
	background-image: none !important;
	padding: 0;
}

.page-template-default .header-image {
	display: none;
}

.header-image {
	border-top: 3px solid #ffeb00;
	border-bottom: 3px solid #ffeb00;
}

.entry-hero-wrapper {
	padding: 2em 0;
}

.site-content-wrapper {
	background: #fff;
	padding: 30px;
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
}

.hentry {
	padding-top: 1.5em;
}

.entry-hero-wrapper, .hentry-wrapper, .site-content-wrapper .has-post-thumbnail .entry-header-wrapper, .site-footer-wrapper, .site-header-wrapper, .widget-area-wrapper {
	width: 100%;
	max-width: 1200px;
}

.widget-footer-top-area {
	background: #00575E;
	color: #fff;
	padding: 0 30px;
}

.widget-footer-bottom-area #custom_html-6 {
	float: right;
}

.archive .content-area .hentry, .blog .content-area .hentry, .search .content-area .hentry {
	padding-top: 0 !important;
}

.widget-footer-top-area .widget-area-wrapper {
	border-bottom: 1px solid #2d4354;
}

.site-footer {
	border-top: 0;
	padding: 1.5em 0;
	background: #243643;
	color: #fff;
}

.widget-footer .widget {
	color: #fff;
}

.widget-footer .widget ul {
	margin: 0;
}

.widget-footer .widget li {
	list-style-type: none;
}

.widget-footer-top-area+.widget-footer-bottom-area {
	border-top: 0;
	background: #243643;
}

body:not(.no-sidebar) .site-content-wrapper, .no-sidebar .comments-area {
	width: calc(100% - 7em);
}

body a {
	color: #14454D !important;
}

a:hover {
	color: #68BDCA !important;
}

blockquote {
	border: 0 solid #68BDCA;
	border-left-width: 2px;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	line-height: 1.5;
	margin: 0 0 1.5rem;
	padding-left: 1.5rem;
}

.comment-metadata a:focus, .comment-metadata a:hover, .entry-footer a:focus, .entry-footer a:hover, .entry-header a:focus, .entry-header a:hover {
	color: #68BDCA !important;
}

.main-navigation a {
	color: #2c313f;
	display: block;
	font-weight: 700;
	padding: .75em 0;
}

.main-navigation .primary-menu .current_page_item>a, .main-navigation .primary-menu .current-menu-item>a, .main-navigation .primary-menu .current_page_ancestor>a {
	border-color: #68BDCA;
}

#page {
	border-top: 3px solid #e6007c;
}

.wf-active .site-title, .wf-active h1, .wf-active h2:not(.author-title), .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-style: normal;
}

footer a {
	color: #fff !important;
}

.site-content-wrapper .widget-area {
	padding-bottom: 3.75em;
	padding-top: 2em;
}

#colophon {
	display: none;
}

button, input[type=button], input[type=reset], input[type=submit] {
	background: #68BDCA;
}

.widget-footer-bottom-area {
	background: #fff !important;
}

.widget-footer-bottom-area .widget {
	color: #999;
}

.widget-footer-bottom-area .widget a {
	color: #e6007c;
}

.footer-col {
	float: left;
	width: 25%;
	padding: 15px;
}

@media only screen and (max-width: 600px) {
	.footer-col {
		float: none;
		width: 100%;
	}
	
	.social-icons {
		border-top: 2px solid #fff;
		border-left: none;
		border-right: none;
	}
}

.footer-col h4 {
	color: #ffeb00;
	margin-bottom: 0;
	font-size: 16px;
}

.widget-footer {
	font-size: .8em;
}

.widget-footer a {
	color: #fff !important;
}

.social-icons {
	background: #e6007c;
	text-align: left;
	padding: 15px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	min-height: 250px;
	height: 100%;
}

.header-image a {
	width: 100%;
}

.header-image a img {
	width: 100%;
	height: auto;
}

header.page-header {
	margin-bottom: 1em !important;
	padding-top: 0 !important;
}

header.page-header h1 {
	color: #e6007c;
}

h2.entry-title {
	font-size: 1.8em;
}