body { margin:0; padding: 0; }
*, ::after, ::before { box-sizing: border-box; }
a:hover { text-decoration:none; }
:root {
	--title_font: Poppins;
	--text_font: Poppins;
	--georgia: Poppins;
	--wpr-bg-64d5c44c-10b2-4ffe-b39e-21d44330cc95:'../img/Sort-Down_author.svg';
}

/* breadcrumbs css start */
.author-breadcrumbs-menu { position: relative; padding: 42px 0 30px; }
.author-breadcrumbs-menu-ul {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	padding: 0;
	margin: 0;
	gap: 5px;
}
.author-breadcrumbs-menu-ul li {
	list-style-type: none;
	font-family: "Poppins";
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0;
	text-align: left;
	color: #1E1D1D;
}
.author-breadcrumbs-menu-ul li a { color: #1E1D1D; }
/* breadcrumbs css end */

/* author section css start */
.light-background .bio-author-cu-box
{
	background-color: #FBF6F1;
}
.bio-author-cu-box {
	
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 50px;
	padding: 42px 20px;
	border-radius: 10px;
}
.bio-author-cu-left { max-width: 138px; width: 100%;  position: relative; }
.bio-author-cu-img-card {
	width: 114px;
	height: 126px;
	border-radius: 100%;
	margin: auto;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	overflow: hidden;
}
.bio-author-cu-img-card img { width: 100%; object-fit: contain; position: relative; z-index: 100; border-radius: 100%; }
.bio-author-cu-img-card:before {
	content: '';
	position: absolute;
	width: 114px;
	height: 114px;
	bottom: 0;
	border-radius: 50%;
	z-index: 0;
}

/*.color-D2425E .bio-author-cu-img-card:before { background-color: #D2425E; }
.color-5AB83C .bio-author-cu-img-card:before { background-color: #5AB83C; }
.color-D85726 .bio-author-cu-img-card:before { background-color: #D85726; }
.color-122947 .bio-author-cu-img-card:before { background-color: #122947; }
.color-122947 .bio-author-cu-img-card:before { top:0; }*/
.bio-author-cu-text { padding-top:20px; }
.bio-author-cu-text h2{ display:none; }
.bio-author-cu-text ul { 
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
}
.bio-author-cu-text ul li { list-style-type:none; display:inline-block; }
.bio-author-cu-text ul li img { width: 33px; height: 33px; max-width: unset; }
.bio-author-cu-right h2 {
	font-family: "Poppins";
	font-size: 40px;
	font-weight: 700;
	line-height: 38.4px;
	letter-spacing: 0.005em;
	text-align: left;
	margin: 0;
	color: #f6571e;
	padding-bottom: 20px;
	text-transform: capitalize;
}

.bio-author-cu-right p {
	font-family: "Poppins";
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.005em;
	text-align: left;
	margin: 0 0 15px 0;
    color: #fff;
}
.light-background .bio-author-cu-right p{
color: #000;
}

.bio-author-post-wapper { padding:37px 0 41px; position:relative; }
.bio-post-main-title { padding-bottom:26px; }
.bio-post-main-title h2 {
	font-family: Avenir Next LT Pro;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
	color: #6D6D6D;
	text-transform: uppercase;
	margin: 0;
}
.bio-post-main-title h2 a { color:#DE6837; margin-left:10px; display:inline-block; }
.bio-sort-by-inner { display: flex; align-items: center; justify-content: flex-end; padding: 9px 0 0; gap: 20px; }
.bio-sort-by-inner h3 {
	font-family: var(--text_font);
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: .005em;
	color: #333;
	margin: 0;
	padding: 0;
}
/*.bio-sort-by-inner select {
	padding: 10px 15px;
	border: 2px solid #de6837;
	border-radius: 25px;
	background: #fff;
	font-family: Avenir Next LT Pro;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.6px;
	letter-spacing: 0.005em;
	text-align: left;
	color: #333333;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:  !important;
	background: transparent;
	background-repeat: no-repeat;
	background-position-x: 90%;
	background-position-y: 8px;
}*/
.bio-author-post-card-wapper { position:relative; margin-bottom:35px; }
.bio-author-post-card-main { display: flex; flex-direction: row; gap: 16px; position: relative; }
.bio-author-post-img {
	max-width: 422px;
	width: 100%;
	height: 238px;
	position: relative;
	border-radius: 4px;
}
.bio-author-post-img img {
	border-radius: 4px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: unset;
}
.bio-author-post-img span { display:block; }
.bio-author-post-img span img {
	position: absolute;
	top: 10px;
	right: 50px;
	width: 16px;
	height: 16px;
	max-width: unset;
}
.bio-author-post-text { max-width: 70%; width: 100%; }
.bio-author-post-text span a {
	font-family: "Poppins";
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	color: #4DB2EE;
	display: inline-block;
	text-transform: uppercase;
}
.bio-author-post-text h3 { margin:0; line-height:normal; }
.bio-author-post-text h3 a {
	font-family: 'Poppins';
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	text-align: left;
	color: #1E1D1D;
	display: inline-block;
	padding: 15px 0;
}
.bio-author-post-text p {
	font-family:var(--georgia);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #6D6D6D;
}
.bio-author-post-card-wapper{ display:none; }
.load-more-btn { text-align:center; }
#load-more-btn {
	margin: auto;
	max-width: 208px;
	width: 100%;
	height: 45px;
	border-radius: 20px;
	background-color: #DE6837;
	border: 1px solid #DE6837;
	font-family:'Poppins';
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	letter-spacing: 0.005em;
	text-align: center;
	color: #fff;
}
/* author section css end */

/* newsletter section css start */
.bio-author-newsletter-card {
	background-color: #122947;
	position: relative;
	height: 472px;
	display: flex;
	align-items: center;
	margin-bottom: 58px;
}
.bio-author-newsletter-card:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 470px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	mix-blend-mode:Luminosity;
}
.bio-author-newsletter-text {
	max-width: 693px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    text-align: center;
}
.bio-author-newsletter-text h3 {
	font-family: 'Poppins';
	font-size: 40px;
	font-weight: 700;
	line-height: 54px;
	text-align: center;
	color: #fff;
	margin: 0;
}
.bio-author-newsletter-text p {
	margin: 0;
	font-family: var(--georgia);
	font-size: 20px;
	font-weight: 400;
	line-height: 54px;
	text-align: center;
	padding: 48px 0;
	color: #fff;
}
.bio-author-newsletter-text a {
	display: block;
	max-width: 315px;
	height: 65px;
	width: 100%;
	margin: auto;
	background-color: #D85726;
	border-radius: 100px;
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 700;
	line-height: 65px;
	text-align: center;
	color: #122947;
}
.bio-form-check { position:relative; margin-top:34px; display:none; }
/* newsletter section css end */

@media(max-width:1400px){
	.bio-author-newsletter-text { margin-right:40px; }
	.bio-author-newsletter-text h3 { font-size:40px; line-height:34px; }
	.bio-author-newsletter-text p { padding:30px 0; }
}

@media(max-width:767px){
	

	.author-breadcrumbs-menu { padding:10px 0; }
	.bio-author-cu-box { background-color:unset; flex-direction:column; padding:19px 0; gap:24px; }
    
    .light-background .bio-author-cu-left {
    background-color: #FBF6F1;
    }
    .light-background .bio-author-cu-box {
  background-color: transparent;
}
	.bio-author-cu-left { margin:auto; max-width:100%;  padding:25px 0; text-align:center; border-radius:10px; }
	.bio-author-cu-img-card { margin:auto; }
	.bio-author-cu-right h2 { display:none; }
	.bio-author-cu-text h2 {
		display: block;
		margin: 0;
		font-family: 'Poppins';
		font-size: 24px;
		font-weight: 700;
		line-height: 28.8px;
		letter-spacing: 0.005em;
		text-align: center;
		color: #f6571e;
		padding-bottom: 20px;
	}
	.bio-author-cu-text ul { justify-content:center; }
	.bio-author-cu-right p { line-height:31px; }
	.bio-author-post-wapper { padding:24px 0 32px; }
	.bio-post-main-title { display:flex; flex-direction:column-reverse; gap:20px; }
	.bio-sort-by-inner { justify-content:center; }
	.bio-post-main-title h2 {
		font-size: 18px;
		line-height: 22px;
		text-align: center;
	}
	.bio-post-main-title h2 a { margin:0 }
	.bio-author-post-card-main { flex-direction:column; }
	.bio-author-post-text { max-width:100%; }
	.bio-author-post-img span img { right:8px; top:8px; }
	.bio-author-post-text h3 a { padding:8px 0; font-size:20px; line-height:26px; }
	.bio-author-newsletter-card:before { display:none; }
	.bio-author-newsletter-text { margin-right:auto; max-width:282px; }
	.bio-author-newsletter-text h3 { font-size:24px;line-height:54px; }
	.bio-author-newsletter-text p { font-size:18px; line-height:20px; text-align:left; padding:47px 0; }
	.bio-author-newsletter-text a { height:47px; font-size:16px; line-height:47px; }

	.bio-form-check { display:block; }
	.bio-form-check .bio-form-check-input { position: absolute; z-index: -1; opacity: 0; }
	.bio-form-check .bio-form-check-label ,.bio-forminator-checkbox__wrapper p{
		color: #FFF !important;
		font-family: Avenir Next LT Pro !important;
		font-size: 14px !important;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
		padding-left: 45px;
		text-align: left;
	}
	.bio-form-check .bio-form-check-label a, .bio-forminator-checkbox__wrapper a {
		color: #D85726 !important; 
		height: auto;
		width: auto;
		display: inline-block;
		background-color: unset;
		font-family: Avenir Next LT Pro;
		font-size: 14px;
		font-weight: 700;
		line-height: 16.8px;
		text-align: left;
	}
	.bio-form-check .bio-form-check-label:before, .bio-form-check .bio-form-check-label:after {
		content: "";
		position: absolute;
		top:45%;
		left: 0;
		width: 28px;
		height: 24px;
		margin-top: -10px;
	}
	.bio-form-check .bio-form-check-label:before {
		left: 0;
		pointer-events: none;
		user-select: none;
		border-radius: 5px;
		border: 1px solid #FFF;
	}
	.bio-form-check .bio-form-check-label:after {
		left: 5px;
		width: 20px;
		height: 16px;
		border-radius: 0;
		opacity: 0;
		transition: opacity 0.3s;
		margin-top: -6px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.bio-form-check .bio-form-check-input:checked + .bio-form-check-label:after { opacity: 1; }

}

@media (min-width: 1200px) {
	.container-a-1078 { max-width: 1078px; }
}
@media (min-width: 1240px) {
	.container-a-1426 { max-width: 1170px; }
}
@media (min-width: 1300px) {
	.container-a-1078 { max-width: 1078px; }
}
@media (min-width: 1340px) {
	.container-a-1426 { max-width: 1270px; }
}
@media (min-width: 1440px) {
	.container-a-1426 { max-width: 1426px; }
	.container-a-1078 { max-width: 1078px; }
}
@media (min-width: 1640px) {
	.container-a-1078 { max-width: 1078px; }
}