/* -------------------------------------------------------------------------
	AUTHOR PROFILE PAGE
------------------------------------------------------------------------- */

@font-face {
	font-family: 'authorprofilefonts';
	src: url('../fonts/authorprofile/authorprofile.eot?k98m2n');
	src: url('../fonts/authorprofile/authorprofile.eot?k98m2n#iefix') format('embedded-opentype'),
		url('../fonts/authorprofile/authorprofile.ttf?k98m2n') format('truetype'),
		url('../fonts/authorprofile/authorprofile.woff?k98m2n') format('woff'),
		url('../fonts/authorprofile/authorprofile.svg?k98m2n#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="authorprofileicon-"],
[class*=" authorprofileicon-"] {
	font-family: 'authorprofilefonts' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.authorprofileicon-youtube:before      { content: "\e900"; }
.authorprofileicon-x:before            { content: "\e901"; }
.authorprofileicon-tiktok:before       { content: "\e902"; }
.authorprofileicon-plus:before         { content: "\e903"; }
.authorprofileicon-pinterest:before    { content: "\e904"; }
.authorprofileicon-notification:before { content: "\e905"; }
.authorprofileicon-linkedin:before     { content: "\e906"; }
.authorprofileicon-instagram:before    { content: "\e907"; }
.authorprofileicon-facebook:before     { content: "\e908"; }
.authorprofileicon-close:before        { content: "\e909"; }

.author-profile-content .author-profile-top {
	display: flex;
	margin: 0 0 24px 0;
}

.author-profile-content .author-profile-top .author-photo {
	margin: 0 20px 0 0;
	position: relative;
	width: 114px;
}

.author-profile-content .author-profile-top .author-photo.subscribed::before {
	content: "\e905";
	font-family: "authorprofilefonts";
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;	
	line-height: 30px;
	text-align: center;
	background-color: #1F809D;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
}

.author-profile-content .author-profile-top .author-photo img {
	width: 114px;
	height: 114px;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center center;
}

.author-profile-content .author-profile-top .author-info {
	width: calc(100% - 134px);
}

.author-profile-content .author-profile-top .author-info .author-name {
	margin: 0 0 3px 0;
}

.author-profile-content .author-profile-top .author-info .author-name h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
}

.author-profile-content .author-profile-top .author-info .author-name h1 strong {
	font-weight: bold;
}

.author-profile-content .author-profile-top .author-info .author-info {
	font-size: 16px;
	line-height: 18px;
	color: #777777;
	margin: 0 0 15px 0;
}

.author-profile-content .author-profile-top .author-info .author-contact a {
	color: #1F809D;
}

.author-profile-content .author-profile {
	display: flex;	
	flex-wrap: wrap;
	margin: 0 -12px;
}

.author-profile-content .author-profile .author-profile-left {
	width: calc(50% - 24px);
	margin: 0 12px;
}

.author-profile-content .author-profile .author-profile-right {
	width: calc(50% - 24px);
	margin: 0 12px;
}

.author-profile-content .author-profile .author-profile-left .author-links {
	display: flex;
	flex-wrap: wrap;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-subscribe-btn {
	height: 34px;
	line-height: 32px;
	color: #fff;
	border-radius: 17px;
	border: 1px solid #1F809D;
	background-color: #1F809D;
	padding: 0 11px;
	font-weight: bold;
	font-size: 16px;
	margin: 0 8px 20px 0;
	cursor: pointer;
	transition: all 200ms ease-in-out;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-subscribe-btn:hover {
	background: #1F809D;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-subscribe-btn i {
	font-size: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-unsubscribe-btn {
	height: 34px;
	line-height: 32px;
	color: #000;
	border-radius: 17px;
	border: 1px solid #DBDBDB;
	background-color: #F2F2F2;
	padding: 0 11px;
	font-weight: normal;
	font-size: 16px;
	margin: 0 8px 20px 0;
	cursor: pointer;
	transition: all 200ms ease-in-out;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-unsubscribe-btn:hover {
	background: #1F809D;
	border-color: #1F809D;
	color: #fff;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-unsubscribe-btn i {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-social-links {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-social-links li {
	margin: 0 8px 0 0;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-social-links li:last-child {
	margin: 0;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-social-links li a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #DBDBDB;
	transition: all 200ms ease-in-out;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-social-links li a:hover {
	border-color: #1F809D;
	background-color: #1F809D;
	color: #fff;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-social-links li a i {
	display: inline-block;
	font-size: 14px;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-social-links li a .icon-twitter {
	font-size: 11px;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-social-links li a .icon-linkedin {
	font-size: 11px;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-social-links li a .icon-youtube {
	font-size: 11px;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-social-links li a .icon-tiktok {
	font-size: 11px;
}

.author-profile-content .author-profile .author-profile-left .author-links .author-social-links li a .icon-pinterest {
	font-size: 11px;
}

.author-profile-content .author-profile .author-profile-left .author-bio {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px 0;
	color: #000;
}

.author-profile-content .author-profile .author-profile-left .author-bio p {
	margin: 0 0 10px 0;
}

.author-profile-content .author-profile .author-profile-left .author-bio p:last-child {
	margin-bottom: 0;
}

.author-profile-content .author-profile .author-profile-left .author-themes-content .author-themes-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.author-profile-content .author-profile .author-profile-left .author-themes-content .author-themes {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.author-profile-content .author-profile .author-profile-left .author-themes-content .author-themes li {
	margin: 0 8px 8px 0;
}

.author-profile-content .author-profile .author-profile-left .author-themes-content.author-themes li:last-child {
	margin: 0 0 8px 0;
}

.author-profile-content .author-profile .author-profile-left .author-themes-content .author-themes li a {
	display: block;
	font-size: 16px;
	padding: 2px 11px 3px 11px;
	border: 1px solid #DBDBDB;
	border-radius: 17px;
	text-decoration: none;
	transition: all 200ms ease-in-out;
}

.author-profile-content .author-profile .author-profile-left .author-themes-content .author-themes li a:hover {
	background-color: #1F809D;
	color: #fff;
	border-color: #1F809D;
}

.author-profile-content .author-profile .author-profile-right .author-article-title {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 30px;
	margin: 0 0 15px 0;
}

.author-profile-content .author-profile .author-profile-right .author-articles {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.author-profile-content .author-profile .author-profile-right .author-articles .author-article {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 11px 0;
}

.author-profile-content .author-profile .author-profile-right .author-articles .author-article:last-child {
	margin: 0;
}

.author-profile-content .author-profile .author-profile-right .author-articles .author-article .author-article-image {
	display: block;
	width: 84px;
	height: 62px;
	margin: 0 10px 0 0;
}

.author-profile-content .author-profile .author-profile-right .author-articles .author-article .author-article-image img {
	width: 84px;
	height: 62px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center center;
}

.author-profile-content .author-profile .author-profile-right .author-articles .author-article .author-article-content {
	width: calc(100% - 94px);
	line-height: 20px;
}

.author-profile-content .author-profile .author-profile-right .author-articles .author-article .author-article-content .author-article-title {
	font-size: 17px;
	line-height: 21px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: 42px;
	overflow: hidden;
	text-transform: none;
	font-weight: bold;
	margin: 0 0 4px 0;
}

.author-profile-content .author-profile .author-profile-right .author-articles .author-article .author-article-content .author-article-category {
	font-size: 12px;
	color: #777777;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
}
.section-header.with-article-count {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.section-header.with-article-count .article-count {
	font-size: 16px;
	line-height: 18px;
}

@media (max-width: 639px) {
	.author-profile-content .author-profile {
		display: block;
		margin: 0;
	}

	.author-profile-content .author-profile .author-profile-left {
		width: auto;
		margin: 0 0 20px 0;
	}

	.author-profile-content .author-profile .author-profile-right {
		width: auto;
		margin: 0 0 20px 0;
	}

	.section-header.with-article-count .article-count {
		display: none;
	}

	.author-profile-content .author-profile-top .author-photo {
		width: 80px;
	}

	.author-profile-content .author-profile-top .author-photo img {
		width: 80px;
		height: 80px;
	}

	.author-profile-content .author-profile-top .author-info {
		width: calc(100% - 100px);
	}
}