/*
	This CSS is for customizing blog styles to your site(font color, size, family,line-height etc.)
	If you need to change blog framework css, edit blog theme css.
*/

/* Blog index items */




.blog-container .blog-post .flex-wrapper .author-by-line,
.blog-container .blog-post .flex-wrapper .author-by-line a {
	font-size: 14px;
	font-weight: 600;
	color: #cf1575;
}
.blog-container .blog-post .flex-wrapper .author-by-line span {
	font-style: italic;
	font-weight: 400;
	color: #818181;
}
.blog-container .blog-post .flex-wrapper .post-link {
	font-weight: 600;
}
/* End blog index items */

/* Pager */
.blog-container .paging-buttons span {
	font-weight: 600;
}
.blog-container .paging-buttons .rss-link {
	color: #1d1d1d;
	font-size: 18px;
}
/* End pager */

/* Category index heading */
.blog-container .section-label {
	text-align: left;
    font-size: 21px;
    line-height: 27px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #044890;
    text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.blog-container .section-label span {
	font-weight: bold;
}
/* End category index heading*/

/* Blog detail page */
.blog-container .shared-back-button span {
	color: #1d1d1d;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}
.blog-container .blog-single {
	color: #1d1d1d;
}
.blog-container .blog-single h1.title {
	font-size: calc(32px + (52 - 32) * ((100vw - 320px) / (1700 - 320)));
    line-height: 1.1;
    font-weight: 800;
    margin: 15px 0;
}
@media only screen and (min-width: 40.063em) {
	.blog-container .blog-single h1.title {
		font-size: 35px;
		line-height: 35px;
	}
}
@media only screen and (min-width: 64.063em) {
	.blog-container .blog-single h1.title {
		font-size: 63px;
		line-height: 62px;
	}

	.blog-container .section-label {
		font-size: 34px;
	    line-height: 34px;
	    margin-bottom: 20px;
	}
}
/* End blog detail page */

/* Author box */
.author .author-title {
	font-style: italic;
	color: #818181;
	font-size: 14px;
}
.author h5 {
	font-size: 25px;
	font-weight: bold;
	margin-top: 0;
	line-height: 26px;
	margin-bottom: 0px;
}
.author p {
	font-size: 16px;
	color: #757575;
}
/* End author box */

/* Social links */
.addthis_toolbox ul li.facebook,
.addthis_toolbox ul li.twitter,
.addthis_toolbox ul li.pinterest {
	background-color: #0661c2;
}
/* End social links */

/* Cats/tags at bottom of detail */
.footer .tag-content a {
	font-size: 14px;
	color: #cf1575;
}
/* End cats/tags at bottom of detail */

/* Related posts */
.related-posts h2 {
	position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding-bottom: 20px;
    color: #6fb43f;
    font-weight: 800;
}
.related-posts .related-item h3 {
	font-size: 19px;
    line-height: 1;
    text-transform: none;
    font-weight: 800;
    margin-bottom: 10px;
    color: #044890;
}
.related-posts .related-item h3 a {
	font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
.related-posts .related-item a.read-more-link {
	text-transform: uppercase;
    color: #cf1575;
}
@media only screen and (max-width: 40.063em) {
	.related-posts h2 {
		font-size: 30px;
	}
}

@media (min-width: 64.063em) {
	.related-posts h2 {
	    font-size: 48px;
	    line-height: 40px;
	    padding-bottom: 30px;
	}
}
/* End related posts */

/* Cat, tag, archive, author widget */
.blog-widget  ul li a {
	font-size: 16px;
	line-height: 16px;
}
.blog-widget h2 {
	font-size: 24px;
	font-weight: bold;
}
/* End cat, tag, archive, author widget */