/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.header {
	padding: 30px 0 0;
}

.header-search-block .search-field {
	color: black;
}

.search-icon:before {
	color: #000;
}

.main-navigation li > a {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.site-description {
	margin: 0;
}

.site-title a {
	color: #2f2f2f;
}

body {
	background-color: #f2f2f2;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, tr, th, td {
	border: 0 none;
	font-family: inherit;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}

.wf-active .main-navigation ul ul a {
	font-size: 15px;
	padding: 15px;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.wp-caption-text {
/*display: none;*/
	border: 0 none;
	font-family: inherit;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}

.posts .post-content p, .posts .post-content li, .posts .post-content dt, .posts .post-content dd, .posts .post-content address, .posts .post-content th, .posts .post-content td {
	color: #333;
	line-height: 120%;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.posts .post-content {
	font-size: 17px;
}

.header .cover {
	background: none;
	background-color: white;
}

.bg-dark {
	background-color: #f2f2f2;
	border-bottom: 10px solid #fff;
}

.wf-active .main-navigation {
	font-family: font-family:"Source Sans Pro", Helvetica, Arial, sans-serif;
}

.main-navigation li > a {
	color: #2f2f2f;
}

.main-navigation li > a:hover {
	color: black;
}

.main-navigation ul ul a {
	line-height: 100%;
}

.header-search-block .search-field {
	background: white;
}

.post-header .post-title a {
	color: #2f2f2f;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.post-header .post-title a:hover {
	color: #004f81;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.wf-active .post-content .gallery-caption, {
	font-size: 17px;
}

.post-content a {
	color: #004f81;
}

.post-content a:hover {
	color: #004f81;
	border-bottom: 1px solid #d2d2d2;
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
	color: #727272;
	font-size: .8em;
	font-weight: 400;
	padding-top: .5em;
	text-align: left;
}

.post-content a:hover, .post-content a:focus {
	text-decoration: none;
}

.bg-graphite {
	background-color: #d2d2d2;
}

.widget-content a {
	color: #2f2f2f;
}

.widget-content a:hover {
	color: #2f2f2f;
	text-decoration: none;
	border-bottom: 1px solid white;
}

.widget-content ul li::before {
	color: #2f2f2f;
}

.main-navigation ul ul li {
	background: #727272;
}

.main-navigation ul ul a {
	color: #fff;
	border-bottom: 1px solid #727272;
	text-align: left;
}

.main-navigation ul ul a:hover {
	color: #fff;
	background: #2f2f2f;
}

.main-navigation li:hover > a,
.main-navigation li:focus > a {
	color: #000;
}

.main-navigation .has-children:hover > a::after,
.main-navigation .has-children:focus > a::after,
.main-navigation .menu-item-has-children:hover > a::after,
.main-navigation .menu-item-has-children:focus > a::after,
.main-navigation .page_item_has_children:hover > a::after,
.main-navigation .page_item_has_children:focus > a::after {
	border-top-color: #999;
}

.main-navigation ul li > ul:before {
	border-bottom-color: #727272;
}

.nav-toggle:before {
	color: #000;
}

.wf-active body {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.widget {
	border-top: 4px solid #cd0064;
	margin-top: 40px;
	padding-top: 40px;
	word-wrap: break-word;
}

.widget_text, .widget_categories, .widget_archive, .credits {
	display: none;
}

input[type="submit"], input[type="reset"], input[type="button"],
input[type="submit"], input[type="reset"], input[type="button"], .posts-navigation a {
	background: #cd0064;
	border-radius: 0;
}

.posts-navigation a:hover {
	background: #cd0064;
	border-radius: 0;
}

.wf-active .post-content input[type="button"], .wf-active .post-content input[type="reset"], .wf-active .post-content input[type="submit"], .wf-active .widget-content input[type="button"], .wf-active .widget-content input[type="reset"], .wf-active .widget-content input[type="submit"] {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.footer .widget-title {
	color: #000;
	font-size: .79em;
	letter-spacing: 1px;
}

.footer .widget-content {
	color: #525252;
	font-size: .95em;
}

.footer #wp-calendar caption {
	color: #2f2f2f;
}

#wp-calendar th,
#wp-calendar td {
	color: #2f2f2f;
}

@media (max-width: 800px) {
	.section.header {
		padding: 20px 0 0;
	}
	
	.header .site-logo,
		.header .site-logo-link {
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) {
	.wrapper.section {
		padding: 20px 0 0;
	}
	
	.page-title {
		margin-bottom: 5px;
	}
}