/*
	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.
*/

.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_articles_posts{

}

.contentRender_name_plugins_blog_leisure_blog_posts .contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_blog_newsroom_posts .contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_blog_articles_posts .contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_blog_temp_leisure_blog_posts .contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_blog_temp_articles_posts .contentRender_name_plugins_core_textbox{
	padding: 0;
	max-width: none;
	width: 100%;
}

/* Blog index items */
.blog-container .blog-post .flex-wrapper .post-content h2 a{
	color: #000;
}
.blog-container .blog-post .flex-wrapper .post-content h2 a:hover{
	text-decoration: none;
}

.blog-container .blog-post .flex-wrapper .author-by-line,
.blog-container .blog-post .flex-wrapper .author-by-line a {
	font-size: 14px;
	font-family: "montserrat", sans-serif;
}

.blog-container .blog-post .flex-wrapper .author-by-line span {
	font-style: italic;
	font-weight: 400;
	color: #58595b;
}

.blog-container .blog-post .flex-wrapper .author-by-line a:hover {
	text-decoration: underline;
}

.blog-container .blog-post .flex-wrapper .post-content .custom-button a{
	font-size: 14px;
	padding: 8px 16px;
}

.blog-container .blog-post .flex-wrapper .post-content .custom-button a:hover{
	text-decoration: none;
	color: #FFF;
}

/* End blog index items */

/* Pager */
.blog-container .paging-buttons span {
	font-weight: 700;
}
.blog-container .paging-buttons .rss-link {
    font-size: 18px;
    font-family: "montserrat", sans-serif;
    font-weight: 600;
}
.blog-container .paging-buttons .rss-link:hover {
	text-decoration: underline;
}
/* 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 img{
	display: inline-block;
    width: 57px;
    transform: rotate(180deg);
    margin-bottom: -3px;
}

.blog-container .blog-single h1.title {
	margin: 15px 0 20px 0;
}

.blog-container .blog-single .shared-back-button{
    font-family: "montserrat", sans-serif;
    font-weight: 600;
}

.blog-container .wp-block-gallery {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	flex-wrap: wrap;
}

.blog-container .wp-block-gallery .blocks-gallery-image, 
.blog-container .wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 32px)/2);
	margin: 0 16px 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.blog-container .wp-block-gallery figure {
	margin: 0;
	height: 100%;
}

.blog-container .wp-block-gallery figure img {
	width: 100%;
	height: 100%;
}

.blog-container .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 40px 10px 5px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 60%,transparent);
}

.blog-container .blog-single .shared-back-button:hover{
	text-decoration: none;
}
@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: #434b52;
	font-size: 14px;
	font-family: "montserrat", sans-serif;
}
.author h5 {
	font-size: 25px;
	font-weight: bold;
	margin-top: 0;
	line-height: 26px;
	margin-bottom: 0px;
}
.author p {
	font-size: 16px;
	color: #434b52;
}
/* End author box */


/* Cats/tags at bottom of detail */
.footer .tag-content a {
	font-size: 16px;
}
/* End cats/tags at bottom of detail */


/* 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 */

@media (min-width: 600px) {
	.blog-container .wp-block-gallery.columns-3 .blocks-gallery-image, 
	.blog-container .wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 48px)/3);
		margin-right: 16px;
	}
}