/*
Theme Name: ets
Template: dt-the7
Theme URI: http://the7.io/
Author: Ohiowebtech
Author URI: http://ohiowebtech.com/
Description: The7 child theme for ets website.
Version: 12.2.0
License URI: License.txt
*/

.ets_testimonial span {
    font-size: 30px;
    color: #FAAD13;
}

.ets_testimonial .dt-owl-item-image {
    padding: 0px 20px 20px 0px;
}

.ets_emp-testimonial .owl-prev, .owl-next {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ets_shadows:before {
    height: 75%;
    width: 40%;
    background: #D9D9D987;
    content: " ";
    z-index: -1;
    position: absolute;
    top: 60px;
    border-radius: 20px;
    left: 40px;
}

.ets_shadows:after {
    height: 350px;
    width: 30%;
    background: #D9D9D987;
    content: " ";
    z-index: -1;
    left: -17px;
    position: absolute;
    top: -14%;
    border-radius: 20px;
}

.ets_shadows.ets_right:after {
    left: 25%;
    width: 80%;
}

@media only screen and (max-width: 767px) {
    .ets_shadows:after,
    .ets_shadows:before{
        display: none;
    }
}


@media (min-width:600px) and (max-width:1450px) {
	.ets-shadows .ets-right {
    		--width: 38% !important;
	}	
}