/* ---- Blog ---- */

#blog-posts,
#blog-entries div.blog-post-preview {
	-webkit-transition-duration: .8s;
	        -o-transition-duration: .8s;
	   transition-duration: .8s;
}

#blog-posts {
	-webkit-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

#blog-entries div.blog-post-preview {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

#blog-posts.no-transition,
#blog-entries div.blog-post-preview.no-transition {
	-webkit-transition-duration: 0;
	        -o-transition-duration: 0;
	   transition-duration: 0;
}

#blog-entries div.blog-post-preview{
	z-index: 2;
}

#blog-entries div.blog-post-preview.isotope-hidden {
	pointer-events: none;
	z-index: 1;
}


.blog-date {
	text-align: center;
	width: 100%;
	height: 113px;
	margin: 0 auto;;
}
.blog-date p {
	color: #FFF;
}
#blog-posts {
	margin: 0 0 0 -2%;
}
#blog-entries div.blog-post-preview {
	border: 1px solid #dedede;
	padding: 25px 25px 15px;
	width: 31%;
	margin: 0 0 20px 2%;
	float: left;
	min-height: 530px;
	background-color: #FFF;
}
#blog-entries .view-more-link-wrapper {
	margin-bottom: 18px;
}
#blog-entries div.blog-post-preview img.blog-post-featured-img-small {
	width: 100%;
}
#blog-entries div.blog-post-preview:hover {
	background: #f8f8f8;
}
#blog-entries div.blog-post-preview:hover .view-more-link {
	opacity: 0.9;
}
#blog-entries div.blog-post-preview .view-more-link {
	padding: 20px;
	border: 1px solid #dedede;
}
#blog-entries div.blog-post-preview div.side {
	float: left;
	width: 19.7%;
	border-right: 1px solid #dedede;
	text-align: center;
	margin-top: 30px;
}
#blog-entries div.blog-post-preview .blog-date {
	border-bottom: 1px solid #dedede;
	float: right;
	padding: 0 11% 0 0;
	margin-bottom: 20px;
}
#blog-entries div.blog-post-preview div.share {
	padding-right: 14%;
	margin-top: 10px;
}
.hub-share__title {
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 0;
	margin: 0 0 5px;
}
#blog-entries div.blog-post-preview div.hub-share a img {
	margin: 0 0 0 15px;
	display: inline;
}
div.share a:hover {
	text-decoration: none;
}
div.share a:hover img {
	opacity: 0.5;
	-webkit-transition: opacity 300ms ease-in;
	-o-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
}
#blog-entries div.blog-post-preview a {
	text-decoration: none;
}
#blog-entries div.blog-post-preview div.excerpt {
	margin-bottom: 15px;
}
#blog-entries div.blog-post-preview div.excerpt h3 a {
	color: #686868;
}
#blog-entries div.blog-post-preview div.excerpt h3 {
	font-size: 2.3rem;
	padding-bottom: 0;
	margin-top: 0;
}
#blog-entries div.blog-post-preview div.excerpt h3:before,
#blog-entries div.blog-post-preview div.excerpt h3:after {
	display: none;
}
#blog-entries div.blog-post-preview div.excerpt p.author {
	font-size: 1.4rem;
	text-transform: uppercase;
}
#blog-entries div.blog-post-preview div.excerpt p {
	line-height: 140%;
	font-size: 1.7rem;
	margin: 10px 0 0;
}
.blog-post-details p {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #0c0707;
	font-size: 1.5rem;
}
/* Refine bar */
.blog-refine-bar {
	margin: 0 0 35px;
}
.blog-refine-bar p {
	font-weight: 500;
	font-size: 1.9rem !important;
	display: inline;
	margin-right: 16px;
}

.blog-refine-bar a {
	text-transform: uppercase;
	font-weight: 100;
	padding: 5px 10px;
	text-decoration: none;
	margin: 1px 3px;
	line-height: 150%;
}
.blog-refine-bar a:hover {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

/* BP 5 */
@media screen and (max-width: 500px) {
	#blog-entries div.blog-post-preview div.excerpt h3 {
		font-size: 1.9rem;
	}
}


/* --------------------------------------------------------
** Blog post
-------------------------------------------------------- */
img.blog-post-featured-img {
	margin: 10px 0 40px;
	width: 100%;
}
img.blog-author-img {
	float:left;
	max-width: 200px;
	max-height: 300px;
	margin: 0 20px 20px 0;
}

#blog-post-section div.blog-post {
	width: 92%;
	margin: 0 auto;
}

#blog-post-section div.blog-post div.side {
	float: left;
	width: 9%;
	border-right: 1px solid #dedede;
	text-align: center;
	margin-top:  30px;
}
#blog-post-section div.blog-post .blog-date,
#blog-post-section div.blog-post .blog-subscribe,
#blog-post-section .blog-author-pic {
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
}
.side-col {
	padding: 0 14% 0 0;
}
.blog-author-pic img {
	margin: 32% 0;
}

.blog-item {
	border-bottom: 1px solid #f3f1f1;
	margin: 5px 0 20px;
}

.blog-item .details,
.blog-post .details {
	margin: 0 0 20px;
}
.blog-item .details p.date,
.blog-item .details p.author,
.blog-post .details p.date,
.blog-post .details p.author {
	display: inline;
}

p.blog-rss-link {
	float: right
}
p.blog-rss-link img {
	width: 16px;
	margin-left: 10px;
}

#blog-post-section div.blog-post .blog-date p {
	color: #ffc400;
}
div.blog-post .side div.share {
	padding-right: 16%;
}
div.blog-post .side a img {
	display: block;
	margin: 15px auto;
}
#blog-post-section div.blog-post div.share a:hover img {
	opacity: .5;
	-webkit-transition: opacity 300ms ease-in;
	-o-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
}
#blog-post-section div.blog-post div.excerpt {
	float: left;
	padding: 0 0 0 3%;
	width: 91%;
	margin-top: 30px;
}

#blog-post-section div.blog-post div.excerpt h3:before,
#blog-post-section div.blog-post div.excerpt h3:after {
	display: none;
}
#blog-post-section div.blog-post div.excerpt p.author {
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 10px 0 20px;
}
div.excerpt h1,
div.excerpt .h1 {
	text-align: left;
	font-weight: 300;
	font-size: 3.8rem;
	margin: 15px 0 20px 0;
}
div.excerpt h2,
div.excerpt .h2 {
	color: #ee522e;
	font-weight: 300;
	font-size: 3.2rem;
	text-align: left;
	margin: 50px 0 18px 0;
	border-bottom: 1px solid #dedede;
	padding-bottom: 7px;
}
div.excerpt h3,
div.excerpt .h3 {
	font-weight: 500;
	font-size: 2.7rem;
	text-align: left;
	margin: 32px 0 14px 0;
	-webkit-transition: color 100ms ease;
	-o-transition: color 100ms ease;
	transition: color 100ms ease;
}
div.excerpt h3:hover,
div.excerpt .h3:hover {
	color: #3e3e3e;
}
div.excerpt h4,
div.excerpt .h4 {
	color: #364250;
	font-weight: 300;
	font-size: 2.1rem;
	text-align: left;
	margin: 27px 0 20px 0;
}
div.excerpt h5,
div.excerpt .h5 {
	color: #364250;
	font-weight: 300;
	font-size: 1.6rem;
	text-align: left;
	margin: 25px 0 20px 0;
}
div.excerpt h6,
div.excerpt .h6 {
	color: #364250;
	font-weight: 300;
	font-size: 1.3rem;
	text-align: left;
	margin: 25px 0 20px 0;
}
div.excerpt p {
	line-height: 1.5em;
	font-size: 2.1rem;
	margin: 0 0 20px;
}

.blog-comments,
.fb-comments,
.fb-comments span,
.fb-comments iframe,
.pluginSkinLight > div  {
	width: 100% !important;
}

div.share {
	float: left;
	width: 50%;
	margin: 25px 0;
}

div.share:not(:first-child) {
	text-align: right;
}

div.share:not(:first-child) img {
	margin-left: 7px;
}

div.share p {
	color: #909396;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.share .share-item {
	display:inline-block;
	margin: 1px;
	vertical-align: top;
}
.blog-article__footer .share {
	width: 50%;
	float: left;
	color: #B3B7BB;
}
.blog-article__footer .share:not(:first-child) {
	text-align: right;
}

@media screen and (max-width: 1100px) {
	#blog-posts {
		margin: 0 0 0 -2%;
	}
	#blog-entries div.blog-post-preview {
		width: 48%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 767px) {
	#blog-posts {
		margin: 0;
	}
	#blog-entries div.blog-post-preview {
		border: 1px solid #dedede;
		padding: 20px;
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	.blog-archive-rss a {
		width: 100%;
	}
	p.blog-rss-link {
		float: none;
	}
}

/* ---- Blog Posts ---- */

.blog-posts {
	margin: 30px 0;
}

.blog-post {
	border-bottom: 2px solid #e4e5e5;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.blog-post__details {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #222;
	line-height: 1.6;
}

.blog-post__img {
	margin-bottom: 15px;
}

.blog-posts__footer-link {
	margin: -10px 0 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #e4e5e5;
}

.widget-BlogIntro.orientation-tall .blog-post__img {
	display: none;
}

@media screen and (min-width: 601px) and (max-width: 767px) {
	.blog-post__img {
		width: 28%;
		float: left;
	}
	.blog-post__content {
		float: right;
		width: 68%;
	}

	.widget-BlogIntro.orientation-tall .blog-post__content {
		width: 66%;
		float: left;
		margin-left: 20px;
		margin-top: 20px;
	}

	.widget-BlogIntro.orientation-tall .blog-post__img {
		display: block;
		max-width: 100px;
	}
}

@media screen and (min-width: 768px) {
	.blog-post__img {
		width: 28%;
		float: left;
	}
	.blog-post__content {
		float: right;
		width: 68%;
	}

	.widget-BlogIntro.orientation-tall .blog-post__content {
		width: 100%;
	}
}
@media screen and (min-width: 1101px) {
	.widget-BlogIntro.orientation-tall .blog-post__content {
		float: right;
		width: 66%;
	}
	.widget-BlogIntro.orientation-tall .blog-post__img {
		display: block;
		max-width: 100px;
	}
}


/* Blog post in narrow area */
.blog-posts--narrow .blog-post__img {
	width: 100%;
}

.blog-posts--narrow .blog-post__content {
	width: 100%;
}
