/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.header-blog-author {
	position: relative;
}
.bt-blog-post-banner {
	display: flex;
	min-height: 50vh;
	align-items: center;
	justify-content: center;
}
.bt-blog-post-banner h1{
	text-align: center;
	font-family: Mont;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	color: var(--secondary-color);
}
}
.blog_author_sec {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 500px;
}
.blog_author_sec:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
}
.blog_author_bio {
	bottom: -25%;
	position: absolute;
	z-index: 1;
	width: 100%;
}
.blog_author_bio>.wg-cell {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 0 60px 0 rgb(0 0 0 / 10%);
}
.blog-header__author-title {
	margin-bottom: 18px;
}
.author_and_date_flex {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.author_sec_box.intro_text>* {
	font-size: 14px;
	font-weight: 500;
	background: #909A9E !important;
	border-radius: 4px;
	padding: 9px 15px !important;
	text-transform: uppercase;
	width: max-content;
	color: #fff;
	border-radius: 20px !important;
}

.blog-listing {
	margin-top: 190px!important;
}