/*
	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 h3 {
	color: #021d44;
	font-size: 38px;
	line-height: 54px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.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: #021d44;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}
.blog-container .blog-post .flex-wrapper .author-by-line span {
	font-style: italic;
	font-weight: 400;
	color: #818181;
}
.blog-container .blog-post .flex-wrapper p {
	color: #021d44;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px;
	text-rendering: optimizeLegibility;
}
.blog-container .blog-post .flex-wrapper .post-link {
	font-weight: 600;
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
}
/* End blog index items */

/* Pager */
.blog-container .paging-buttons span {
	font-weight: 600;
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}	 
.blog-container .paging-buttons .subscribe,
.blog-container .paging-buttons .rss-link a {
	font-size: 18px;
	margin-right: 30px;
	font-weight: 600;
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
}
.blog-container .rss-link i.fa.fa-rss {
	margin-left: 8px;
}
.blog-container .subscribe-container {
	display: flex;
}
.blog-container a.next-link,
.blog-container a.prev-link {
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
}
/* End pager */

/* Category index heading */
.blog-container .section-label {
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	padding-bottom: 18px;
	margin-bottom: 30px;
}
.blog-container .section-label span {
	font-weight: bold;
}
/* End category index heading*/

/* Blog detail page */
.blog-container .shared-back-button i {
	color: #021d44;
}
.blog-container .shared-back-button span {
	font-size: 16px;
	margin-left: 5px;
	margin-right: 30px;
	font-weight: 600;
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
}
.blog-container .blog-single {
	color: #1d1d1d;
}
.blog-container .blog-single h1.title {
	color: #021d44;
	font-size: 58px;
	font-family: 'Montserrat', sans-serif;
	line-height: 68px;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
@media only screen and (max-width: 64.063em) {
	.blog-container .blog-single h1.title {
		font-size: 63px;
		line-height: 62px;
	}
}
@media only screen and (max-width: 40.063em) {
	.blog-container .blog-single h1.title {
		font-size: 35px;
		line-height: 35px;
	}
}
/* End blog detail page */

/* Author box */
.author .author-title {
	font-style: italic;
	font-size: 14px;
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
}
.author h5 {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 0px;
	color: #021d44;
	line-height: 30px;
	font-family: 'rift-soft', sans-serif;
	font-weight: 700;
	font-style: normal;
}
.author p {
	color: #021d44;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px;
	text-rendering: optimizeLegibility;
}
/* End author box */

/* Social links */
.addthis_toolbox ul li.facebook,
.addthis_toolbox ul li.twitter,
.addthis_toolbox ul li.pinterest {
	background-color: #021d44;
}
/* End social links */

/* Cats/tags at bottom of detail */
.footer .tag-content a {
	font-size: 14px;
	color: #1d1d1d;
}
/* End cats/tags at bottom of detail */

/* Related posts */
.related-posts h2 {
	color: #021d44;
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	line-height: 40px;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 15px;
	margin-top: 15px;
}
.related-posts .related-item h3 a {
	color: #021d44;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
}
.related-posts .related-item a.read-more-link {
	font-weight: bold;
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 40.063em) {
	.related-posts h2 {
		font-size: 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 */