.default-header {
	/*margin-top: -238px !important;*/
	background-position: center !important;
	background-image: url(/wp-content/uploads/2019/05/Default-Header-Blog-1.jpg);
}

.default-header h1 {
	text-align: center;
}

body.blog #content.below-header {
	position: relative;
    padding-top: 0;
    top: -140px;
}
.top-cta-blog {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	bottom: 76px;
	width: 100%;
	height: 76px;
	background-color: rgba(203,247,237,0.75);
}

.top-cta-blog h5 {
	margin-right: 15px;
	margin-bottom: 0;
	font-family: henderson-slab-basic, serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
	color: #000;
}
.blog .wrap {
	padding-left: 0;
	padding-right: 0;
}
.has-sidebar:not(.error404) #primary {
	float: none;
	width: 100%;
}
.blog #primary {
	padding: 40px 0;
}
.blog #main {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    width: 87%;
}
.blog #main article {
	margin-bottom: 35px;
	min-height: unset;
	float: unset;
	padding: 0;
	width: 48%;
}
.blog #main article:nth-child(odd) {
	margin-right: 2%;
}
.blog #main article:nth-child(even) {
	margin-left: 2%;
}
.blog #main article .post-thumbnail {
	width: 100% !important;
	margin-bottom: 12px;
}
.blog #main article .post-thumbnail a {
    display: flex;
}
.blog #main article .post-thumbnail a img {
    min-height: unset;
    height: auto;
    width: 100%;
}
.blog #main article header.entry-header {
    padding: 0 !important;
}
.blog #main article h2.entry-title {
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 30px;
}
.blog #main article h2.entry-title a {
	transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin-left: 0;
    color: #000;
}
.blog #main article h2.entry-title:hover a,
.blog #main article h2.entry-title a:hover {
    text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	box-shadow: none;
    color: #D5641A;
}
.blog #main article .entry-meta {
	padding: 0 !important;
	pointer-events: none;
	margin-bottom: 10px;
}
.blog #main article .entry-meta span.edit-link {
    display: none;
}
p.link-more a.more-link {
	transition: all 0.3s ease-in-out;
    font-family: 'Oswald', sans-serif;
    box-shadow: 4px 4px 0 0 #000;
    background-color: #236538;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 0;
    font-size: 18px;
    color: #FFF;
}
p.link-more a.more-link:hover {
	transition: all 0.3s ease-in-out;
    background-color: #000;
}
	

.post-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 75px;
}

.post-content h2 {
	font-family: henderson-slab-basic, serif;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.post-content a,
.post-content h2 a {
	color: #58878d;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.post-content header.entry-header {
	z-index: 0;
}
	
.post-content a:hover,
.post-content a:focus
.post-content h2 a:hover,
.post-content h2 a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.post-content p {
	font-family: bookmania, serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
}

.entry-content .more-link::before {
	 margin-top: 0;
}
	
.entry-content .more-link {
	font-family: open-sans, sans-serif;
	text-transform: uppercase;
	display: inline-block;
    letter-spacing: 0px;
	border-radius: 50px;
    background: #cbf7ed;
	text-align: center;
	padding: 14px 40px;
	font-weight: 600;
	box-shadow: none;
    font-size: 11px;
	color: #000;
}

@media (max-width: 979px) {
	body.blog #content.below-header {
	    padding: 0;
	    top: 0;
	}
	body.blog .row.default-header {
    	height: 150px;
	}
	body.blog .row.default-header .page-title h1 {
		margin: 0;
	}
	body.blog .row.page-title,
	body.blog .row.default-header .wrapper {
		height: unset;
	}
	body.blog #main article {
	    margin: 0 0 35px 0 !important;
	    width: 100%;
	}
	body.blog #main article .entry-content p {
	    line-height: 1.5;
	    font-size: 16px;
	}
}

@media (max-width: 480px) {
	.blog #main article h2.entry-title {
	    font-size: 21px;
	}
}

.blog .site-main > article:nth-of-type(even) .post-thumbnail,
.archive .site-main > article:nth-of-type(even) .post-thumbnail {
    /*order: 1;*/
}

.blog .site-main > article:nth-of-type(even) .post-content,
.archive .site-main > article:nth-of-type(even) .post-content {
    /*order: 2;*/
	background-color: #58878d;
}

.blog .site-main > article:nth-of-type(even) .post-content h2 a,
.archive .site-main > article:nth-of-type(even) .post-content h2 a,
.blog .site-main > article:nth-of-type(even) .post-content p,
.archive .site-main > article:nth-of-type(even) .post-content p {
	/*color: #fff;*/
}

.blog .site-main > article:nth-of-type(even) .post-content h2 a:hover,
.archive .site-main > article:nth-of-type(even) .post-content h2 a:focus {
	color: #000;
}

.blog .site-main > article:nth-of-type(odd) .post-thumbnail,
.archive .site-main > article:nth-of-type(odd) .post-thumbnail {
    /*order: 2;*/
}

.blog .site-main > article:nth-of-type(odd) .post-content,
.archive .site-main > article:nth-of-type(odd) .post-content {
    /*order: 1;*/
}

@media screen and (max-width: 1300px) {
	.post-content {
		padding: 0 50px;
	}
	
	.post-content h2 {
		font-size: 18px;
	}
	
	.post-content p {
		line-height: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 979px) {
	/*.row.default-header {
		margin-top: -166px !important;
	}*/
	
	.row.default-header,
	.row.page-title,
	.row.default-header .wrapper {
		height: 315px;
	}
	
	.row.default-header .page-title h1 {
		margin: 13px 0 0 0;
	}
	
	body.home .row.default-header .page-title h1 {
		font-size: 30px;
		max-width: 275px;
	}
	
	/*.top-cta-blog {
		flex-direction: column;
		bottom: 115px;
		height: 115px;
		text-align: center;
	}*/
	
	/*.top-cta-blog h5 {
		margin-right: 0;
		margin-bottom: 5px;
	}*/
	
	.blog .site-main > article,
	.archive .site-main > article {
		flex-direction: column;
		height: auto;
	}
	
	.post-thumbnail,
	.post-content {
		width: 100%;
		height: auto;
	}
	
	.blog .site-main > article:nth-of-type(odd) .post-thumbnail,
	.archive .site-main > article:nth-of-type(odd) .post-thumbnail {
		order: 1;
	}
	
	.blog .site-main > article:nth-of-type(odd) .post-content,
	.archive .site-main > article:nth-of-type(odd) .post-content {
		order: 2;
	}
	
	.post-content {
		padding: 40px 6.5%;
		margin-top: -7px;
	}
	
	.post-content p {
		margin-bottom: 20px;
	}
}
	
@media screen and (max-width: 460px) {
	.top-cta-blog  h5 {
		font-size: 14px;
	}
}


/* Single Post */
	/*Post Structure*/
body.single .row.default-header {
	background: #000000;
}

body.single .wrap {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 1536px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 30px;
}

body.single #primary {
	float: none !important;
	width: 98% !important;
	margin: 0 auto !important;
}

body.single .site-content {
    padding-top: 0;
}

h1.entry-title {
	font-family: henderson-slab-basic, serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
	color: #000;
}

body.single  article p {
	font-family: bookmania, serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
}

body.single .entry-meta,
body.single .entry-meta a {
	font-family: bookmania, serif;
	font-weight: 400;
	color: #000;
	padding-bottom: 1.25em;
	pointer-events: none;
}

.nav-links {font-family: bookmania, serif;
	font-weight: 400;}

.site-footer {
	margin-top: 0;
}

footer .vc_col-sm-4 {
	float: left;
}

@media screen and (max-width: 979px) {
	footer .vc_col-sm-4 {
		float: none;
		width: 100%;
	}

	.vc_col-sm-4.footer-left,
	.vc_col-sm-4.footer-mid,
	.vc_col-sm-4.footer-right {
		width: 100%;
	}

	body.single .row.default-header {
		height: auto;
	}
	
	body.single .row.default-header .page-title h1 {
		line-height: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

body.single .entry-content hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

#comments {
	 padding-top: 0;
}

	/*Featured Images*/
body.single img.featImg {
	display: block;
	float: left;
	width: 33.3333%;
	margin-right: 20px;
}

body.single-project img.featImg {
	display: none;
}

@media screen and (max-width: 979px) {
	body.single img.featImg {
		float: none;
		width: 60%;
		margin: 10px auto 10px auto;
	}
	
	body.single p {
		line-height: 20px;
	}
	
	.top-widget .span6.left p {
		line-height: 40px;
	}
}

@media screen and (max-width: 767px) {
	body.single img.featImg {
		width: 90%;
	}
}