/* AUTHOR */
.author-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 0 5px;
}

.author-main.col-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.slide_expert_advisors {
	width: 100%;
	margin-top: 15px;
}

.slide_expert_advisors .expert_advisors .flex-row.align-top {
	align-items: center !important;
}

.entry-author.author-box .expert_advisors .flex-row.align-top.full {
	width: 100%;
	padding-right: 18px;
}

/* .archive.author .title-content {
	display: none;
} */
.archive.author .page-title-inner.container.align-center.flex-row.medium-flex-wrap {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.author-name {
	padding-top: 0;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
}

.author-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #313131;
}

.author-link strong {
	font-size: 12px;
	color: var(--cl-main);
	padding-bottom: 3px;
}

.author-desc {
	color: #313131;
	margin-bottom: 0px;
	font-size: 14px;
}

.social-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	margin-bottom: 0;
}

.social-author li {
	margin-right: 15px;
	margin-bottom: 0;
	width: 45px;
	height: 45px;
}

.social-author li a {}

.social-author li:last-child {
	margin-right: 0;
}

.social-author li i {
	font-size: 24px;
}

.social-author li img,
.social-author li svg,
.social-author li i {
	width: 45px;
	height: 45px;
	color: #fe7c3a;
	fill: #fe7c3a;
	border-radius: 4px;
	border: 1px solid #FE7C3A;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.entry-author.author-box .flex-col.circle {
	margin-right: 20px;
}

/*== Slider author ==*/
.entry-author.author-box {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ececec;
}

.author-box .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	cursor: pointer;
	border: none;
	outline: none;
}

.author-box .slick-arrow i {
	font-size: 24px;
}

.author-box .slick-prev {
	left: -10px;
}

.author-box .slick-next {
	right: -10px;
}

.fade {
	-webkit-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.col-author.active {
	display: block;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/*== End slide author ==*/
/* END AUTHOR */

/* PAGE AUTHOR */
.archive.author .no-results.not-found {
	display: none;
}

.archive.author h2.title {
	font-size: 1.6em;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}

.archive.author h2.title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: var(--cl-main);
}

.author_advise .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.author_wrapper {

	padding: 20px 20px;
	border: 1px solid #dedede;
	margin-bottom: 20px;
}

.author_wrapper .row-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.author_wrapper .row-author .col-left {
	width: calc(35% - 15px);
}

.author_wrapper .row-author .col-right {
	width: calc(65% - 15px);
}

.author_wrapper .row-author .col-right .desc {
	margin-bottom: 20px;
}

.author_wrapper .blog-author-image {
	/* padding-right: 20px; */
	/* width: 15%; */
	text-align: center;
}

.author_wrapper .blog-author-image img {
	border-radius: 50%;
	/* width: 80px; */
	/* height: 80px; */
}

.author_wrapper .author_inf ul {
	margin-left: 15px;
}

.author_wrapper .row-author .name {
	font-weight: 700;
	font-size: 18px;
	color: #313131;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.author_wrapper .about_author {
	font-size: 15px;
	margin-bottom: 10px;
}

.author_wrapper .about_author p {
	margin-bottom: 0;
}

/* END PAGE AUTHOR */
/* ARCHIVE AUTHOR */
.page-expert .box-image {
	border-radius: 8px;
}

.page-expert .box-text {
	padding-top: 10px;
	padding-bottom: 0;
}

.box-posts .post-item {
	margin-bottom: 10px;
}

.box-posts .post-item .col-inner,
.page-expert .post-item .col-inner,
.related_posts .col-inner {
	-webkit-box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
}



.box-posts .post-item .col-inner .post-title {
	padding: 0 10px;
}

.page-expert .post-item .col-inner .post-title {
	padding: 0 10px 20px;
	text-align: center;
}

/* END ARCHIVE AUTHOR */
@media (max-width: 768px) {

}

@media (max-width: 640px) {


}