/**
 * Theme Name:     sherryblackfoundation
 * Author:         sherryblackfoundation Team
 * Template:       hello-elementor
 * Text Domain:	   sherryblackfoundation
 * Description:    sherryblackfoundation
 */


.et_pb_button .elementor-button-icon {
    opacity: 0;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.et_pb_button .elementor-button-icon svg{
	width: 0.55em;
}

.et_pb_button .elementor-button:hover .elementor-button-icon {
    opacity: 1;
    margin-left: 8px;
}

.testimonial-slider{
	
}

.elementor-swiper-button{
	opacity:0;
}

.testimonial-slider:hover .elementor-swiper-button-prev {
    left: 80px !important;
	opacity:1;
}

.testimonial-slider:hover .elementor-swiper-button-next {
    right: 80px !important;
	opacity:1;
}