/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

body {
	font-size: 16px;
	
}

.bg-dark {
	background-color: #2A465A;
}

.main-navigation li>a {
	color: rgba(255,255,255,0.7);
}

body a, .post-title a, .post-header .post-title a {
	color: #0074A6;
}



body a:hover, body a:focus, .post-header .post-title a:hover, .post-header .post-title a:focus {
	color: #0085BF;
}

/* HEADER */
.header {
	padding: 30px 0px;
}
.custom-logo {
	width: 160px !important;
}
.header .custom-logo-link {
	margin-bottom: 10px;
}
.wf-active .site-title {
	font-size: 1.4em;
	font-family: sans-serif;
	font-weight: normal;
}
.site-title a:hover, .site-title a:focus {
	color: white;
}
.site-description {
	margin: 8px 0 0 0 !important;
	font-size: 0.9em !important;
	color: rgba(255,255,255,0.5	) !important;
	text-shadow: none;
}
.header-search-block.bg-graphite {
	background-color: #DEE3E8;
}
.header-search-block .search-field, .header-search-block .search-field:focus {
	margin: -10px 0 0;
	font-size: 1.5em;
	border-color: #DEE3E8;
}
.header-search-block .search-field {
	color: #888;
}
.search-icon:before {
	font-size: 20px;
}
.main-navigation li > a {
	padding: 27px 15px;
}
.wf-active .main-navigation li > a, .wf-active .main-navigation li > a {
	font-family: sans-serif;
}
@media (max-width: 1000px)
	.nav-toggle {
		font-family: sans-serif;
}

/* HOME - PREVIEW POST */
.posts .post-content .more-link {
	font-size: 14px;
}
.posts .post-content P {
	color: rgb(68,68,68);
	font-size: 16px;
}
.medium-padding {
	padding: 40px 0 !important;
}

/* POST */
.post-header {
	border-bottom: none;
}
.post-header .post-title {
	font-size: 1.3em;
}
.posts .post-content {
	padding: 25px 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	color: #2a465a;
	margin: 30px 0px 15px;
	line-height: 1.2;
}
.single .post-title {
	font-size: 1.9em;
} 

.post-content h2 {
    font-size: 1.6em;
}
.post-content h3 {
    font-size: 1.3em;
}
.post-content p, .post-content blockquote, .post-content ul, .post-content ol, .post-content address, .post-content dl, .post-content .wp-caption, .post-content pre {
	line-height: 1.6;
}
.post-content p, .post-content li {
	font-size: 16px !important;
}
.posts .post-meta a {
	font-size: 0.7em;
	font-weight: 500;
}
.single .post-content, .single .post-header {
    padding-left: 8%;
	padding-right: 8%;
}
.single .post-content {
	padding-top: 4%;
}
.single .post-header {
	padding-top: 6%;
		padding-bottom: 6%;
}
.single .post-meta {
	background: white;
	padding: 0% 6% 10%;
}
.single .post-meta time {
	font-weight: 500;
}
.post-content pre {
	background-color: #fff;
	color: #888;
	font-size: 16px;
	line-height: 1;
	padding: 30px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
	margin-top: 20px;
	margin-bottom: 30px;	
}
.wp-block-image figcaption {
	font-size: 14px;
	color: #777;
}
.wp-block-image {
	text-align:left;
}

.wp-block-quote {
    border-left: .25em solid;
    padding-left: 1em;
}
.post-content blockquote:before, .post-content blockquote:after {
	background: transparent;
}
.post-content blockquote p {
	text-align: left;
	font-size: 20px;
	color: #777;
}




.nocomments {
	display: none;
}
.site-info {
	display: none;
}

#jp-relatedposts {
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
		padding-top: 3em;
	padding-bottom: 1em;
margin-top: 3em;
	margin-bottom: 0;
}

/* IMAGES */

img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img {
    border: none;
}