/*
	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 .title-bar {
	margin-bottom: 0px;
}

.blog-detail .title-bar {
	display: none;
}

/* Blog index items */
.blog-container .blog-post .flex-wrapper h3 {
	font-weight: 600;
	font-size: 35px;
	color: #1d1d1d;
	line-height: 40px;
}
.blog-container .blog-post .flex-wrapper .author-by-line {
	margin-bottom: 15px;
}
.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: #1d1d1d;
}
.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 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blog-container .paging-buttons a {
	display: flex;
	align-items: center;
}
.blog-container .paging-buttons .next-link {
	justify-content: flex-end;
}
.blog-container .paging-buttons a:not(.rss-link):hover {
	text-decoration: none;
}
.blog-container .paging-buttons span {
    color: #1d1d1d;
    display: flex;
    align-items: baseline;
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    background: transparent;
    cursor: pointer;
}
.blog-container .paging-buttons .next-link > i {
    color: #1d1d1d;
    font-size: 20px;
    margin-left: 6px;
}
.blog-container .paging-buttons .rss-link {
	display: inline-block;
    margin-bottom: 16px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FDB924;
    transition: background-color 400ms cubic-bezier(0,0,0.3,1);
    cursor: pointer
}
.blog-container .paging-buttons .rss-link:hover {
    text-decoration: none;
    background-color: #F7AA02;
}
/* End pager */

/* Category index heading */
.blog-container .section-label {
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	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 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: 75px;
	font-weight: bold;
	color: #1d1d1d;
	line-height: 75px;
	margin-bottom: 30px;
}
@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;
	color: #818181;
	font-size: 14px;
}
.author h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	line-height: 26px;
}
.author p {
	font-family: inherit !important;
	font-size: 18px !important;
	line-height: 1.4;
}
/* End author box */

/* Social links */
/* .addthis_toolbox ul li.facebook,
.addthis_toolbox ul li.twitter,
.addthis_toolbox ul li.pinterest {
	background-color: #0498d9;
} */
/* End social links */

/* Cats/tags at bottom of detail */
/* .footer .tag-content a {
	font-size: 16px;
	color: #1d1d1d;
} */
/* End cats/tags at bottom of detail */

/* Related posts */
.related-posts h2 {
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 25px;
}
.related-posts .related-item h3 a {
	color: #1d1d1d;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}
.related-posts .related-item h3 a:hover {
    color: #00a4ef;
    text-decoration: none;
}
.related-posts .related-item a.read-more-link {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FDB924;
    transition: background-color 400ms cubic-bezier(0,0,0.3,1);
    cursor: pointer;
}
.related-posts .related-item a.read-more-link:hover {
    text-decoration: none;
    background-color: #F7AA02;
}
@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 */