/* Styles for EqualsTrue cliet slider */

/* --- Desktop and mobile control --- */
.for-mobile{
	display: none;
}

@media(max-width: 767px){
	.for-desktop{
		display: none;
	}
	.for-mobile{
		display: block;
	}
}

/* --- If Elementor builder is active at admin/dashboard --- */
.elementor-editor-active .equalstrue-client-slider-box .equalstrue-slider-image,
.elementor-editor-active .equalstrue-client-slider-box .equalstrue-slider-image img{
	height: 200px;
	width: auto;
	display: block;
	overflow: hidden;
}

.elementor-editor-active .for-mobile{
	display: none !important;
}

.elementor-editor-active .equalstrue-slider-title-box img{
	width: 50px;
}

.elementor-editor-active .equalstrue-client-slider-box .equalstrue-slider-description {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
}

/* --- Slider general distribution --- */
.equalstrue-client-slider-box{
	display: flex !important;
	flex-wrap: wrap;
	width: 100%;
}
.equalstrue-client-slider-box .equalstrue-client-slider-left,
.equalstrue-client-slider-box .equalstrue-client-slider-right{
	flex-basis: 50%;
}
@media(max-width: 767px){
	.equalstrue-client-slider-box .equalstrue-client-slider-left,
	.equalstrue-client-slider-box .equalstrue-client-slider-right{
		flex-basis: 100%;
	}
}

/* --- Slider title --- */
.equalstrue-slider-title-box span,
.equalstrue-slider-title-box img{
	display: block;
}
.equalstrue-slider-title-box span{
	color: #000;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px;
}
.equalstrue-slider-title-box img{
	width: 200px;
	height: auto;
	padding-top: 48px;
	padding-bottom: 0;
}
@media(max-width: 767px){
	.equalstrue-slider-title-box{
		padding-bottom: 48px;
	}
	.equalstrue-slider-title-box span{
		color: #000;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.equalstrue-slider-title-box img{
		width: 100px;
		height: auto;
		padding-top: 0;
		padding-bottom: 48px;
	}
}

/* --- Slider description --- */
.equalstrue-client-slider-box .equalstrue-slider-description{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
}
.equalstrue-client-slider-box .equalstrue-slider-description p{
	color: #000;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 33px;
}
.equalstrue-client-slider-box .equalstrue-slider-description .equalstrue-slider-title-type{
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 135% */
	margin-bottom: 0;
}
@media(max-width: 767px){
	.equalstrue-client-slider-box .equalstrue-slider-description{
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		padding-top: 48px;
	}
	.equalstrue-client-slider-box .equalstrue-slider-description p{
		color: #000;
		font-family: Inter;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
	}
	.equalstrue-client-slider-box .equalstrue-slider-description .equalstrue-slider-title-type{
		color: #000;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 27px;
	}
}

/* --- Slider image --- */
.equalstrue-client-slider-box .equalstrue-slider-image{
	text-align: center;
}
.equalstrue-client-slider-box .equalstrue-slider-image img{
	width: 390px;
	height: auto;
}
@media(max-width: 767px){
	.equalstrue-client-slider-box .equalstrue-slider-image img{
		width: 100%;
	}
}

/* --- Slider pager for mobile --- */
.equalstrue-client-slider.cycle-slideshow .cycle-pager{
	text-align: center;
	padding-top: 48px;
}
.equalstrue-client-slider.cycle-slideshow .cycle-pager span{
	font-size: 24px;
	color: #D9D9D9;
	margin-left: 5px;
	margin-right: 5px;	
}
.equalstrue-client-slider.cycle-slideshow .cycle-pager span.cycle-pager-active{
	color: #000000;
}

/* --- Slider pager for desktop --- */
.equalstrue-client-slider.cycle-slideshow .cycle-prev,
.equalstrue-client-slider.cycle-slideshow .cycle-next{
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background-color: #000000;
	cursor: pointer;
	z-index: 100;
}
.equalstrue-client-slider.cycle-slideshow .cycle-prev{
	background-color: #ECECEC;
	position: absolute;
	bottom: 80px;
	right: 0;
}
.equalstrue-client-slider.cycle-slideshow .cycle-next{
	background-color: #000000;
	position: absolute;
	bottom: 7px;
	right: 0;
}
@media(max-width: 767px){
	.equalstrue-client-slider.cycle-slideshow .cycle-prev,
	.equalstrue-client-slider.cycle-slideshow .cycle-next{
		display: none;
	}
}