.mwt-elementor-author-bio-carousel{
	text-align: center;
}

.mwt-elementor-author-bio-carousel .author_bio_shortcode_wrap{
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.mwt-elementor-author-bio-carousel .author_bio_shortcode_wrap .owl-carousel.owl-loaded{
	margin-bottom: 0;
}

.mwt-elementor-author-bio-carousel .author_bio_shortcode_wrap .custom-nav{
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 4;
}

.mwt-elementor-author-bio-carousel .author_bio_shortcode_wrap .custom-nav > button{
	font-size: 0;
	color: #000;
	position: absolute;
	width: 40px;
	cursor: pointer;
	transition: .25s ease-in-out;
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.mwt-elementor-author-bio-carousel .author_bio_shortcode_wrap .custom-nav > button.disabled {
	opacity: .3;
}

.mwt-elementor-author-bio-carousel .author_bio_shortcode_wrap .custom-nav > button:before{
	content: "";
	font-size: 30px;
	font-weight: 300;
	font-family: FontAwesome;
}

.mwt-elementor-author-bio-carousel .author_bio_shortcode_wrap .custom-nav > button.owl-prev{
	left: -50px;
}

.mwt-elementor-author-bio-carousel .author_bio_shortcode_wrap .custom-nav > button.owl-prev:before{
	content: "\f104";
}

.mwt-elementor-author-bio-carousel .author_bio_shortcode_wrap .custom-nav > button.owl-next{
	left: auto;
	right: -50px;
}

.mwt-elementor-author-bio-carousel .author_bio_shortcode_wrap .custom-nav > button.owl-next:before{
	content: "\f105";
}

.mwt-elementor-author-bio-carousel .mwt-elementor-author-bio-carousel-text{
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 200;
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.mwt-elementor-author-bio-carousel .mwt-elementor-author-bio-carousel-word{
	position: absolute;
	top: -50%;
	font-size: 240px;
	text-transform: uppercase;
	font-weight: 900;
	color: #000;
	text-align: left;
	white-space: nowrap;
	opacity: .05;
}

@media (max-width: 1199px) {
	.mwt-elementor-author-bio-carousel .mwt-elementor-author-bio-carousel-word{
		font-size: 180px;
	}
}

@media (max-width: 767px) {
	.mwt-elementor-author-bio-carousel .mwt-elementor-author-bio-carousel-word{
		font-size: 60px;
	}
}

@media (max-width: 575px) {
	.mwt-elementor-author-bio-carousel .mwt-elementor-author-bio-carousel-word{
		display: none;
	}
}

.mwt-elementor-author-bio-carousel .owl-carousel-slider{
	transition: left .5s ease;
	position: relative;
	margin-top: 60px;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
	height: 4px;
	background-color: rgba(244, 244, 245, .1);
}

.mwt-elementor-author-bio-carousel .ui-slider-handle{
	outline: none;
	background: rgba(0, 0, 0, 0) !important;
}

.mwt-elementor-author-bio-carousel .ui-slider-range{
	height: 4px;
	transition: width .5s ease;
	background-color: #f4f4f5;
	position: absolute;
	top: 0;
}

.mwt-elementor-author-bio-carousel .author-bio-flex{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}

.mwt-elementor-author-bio-carousel .author-bio-flex:first-child{
	margin-left: -15px;
	margin-right: -15px;
}

.mwt-elementor-author-bio-carousel .author-bio-flex:first-child span{
	transition: background-color .5s ease;
	margin-top: -8px;
	position: relative;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(244, 244, 245, .1);
	z-index: 2;
}

.mwt-elementor-author-bio-carousel .author-bio-flex:first-child span:after{
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	border: 0;
	border-radius: 50%;
	background: #000;
}

.mwt-elementor-author-bio-carousel .author-bio-flex:first-child + div{
	margin-left: -1em;
	margin-right: -1em;
	position: relative;
	top: -60px;
}

.mwt-elementor-author-bio-carousel .author-bio-flex .mwt-elementor-author-bio-carousel-year-label{
	transition: color .5s ease;
	color: #000;
}