/*

FRONTEND CSS

*/

.wp-block-zidithemes-img-block {
    
}


.wp-block-zidithemes-img-block .zidithemes-front-mg{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px auto;
    width: 95%;
    padding: 50px 0px;
}

.wp-block-zidithemes-img-block .zidithemes-front-mg .zidithemes-testimonials-image {
	box-shadow: 0px 0px 17px 1px rgba(20,23,28,0.3), 0 3px 1px 0 rgba(20,23,28,.3) !important;
    margin: 0px 0px 20px 0px !important;
    background: #fff;
    position: relative;
    width: 450px;
    padding: 20px 0px 40px 0px;
}

.wp-block-zidithemes-img-block .zidithemes-front-mg .zidithemes-testimonials-image img{
	width: 135px !important;
    height: 160px !important;
    display: block !important;
    margin: 30px auto 30px !important;
    border-radius: 50% !important;
    box-shadow: 0px 5px 5px rgba(0,0,0,.4) !important;
}

.wp-block-zidithemes-img-block .zidithemes-front-mg .zidithemes-testimonials-image 
.zidithemes-testimonials-details{}

.wp-block-zidithemes-img-block .zidithemes-front-mg .zidithemes-testimonials-image 
.zidithemes-testimonials-details .zidithemes-testimonials-details-inner{}


.wp-block-zidithemes-img-block .zidithemes-front-mg .zidithemes-testimonials-image 
.zidithemes-testimonials-details .zidithemes-testimonials-details-inner .desc{ 
	text-align: center !important;
	line-height: 26px !important;
    font-size: 17px !important;
    letter-spacing: 0.6px !important;
    color: #353535;
    padding: 0px 34px !important;
	margin-bottom: 15px !important;
}

.wp-block-zidithemes-img-block .zidithemes-front-mg .zidithemes-testimonials-image 
.zidithemes-testimonials-details .zidithemes-testimonials-details-inner .name{ 
	text-align: center !important;
	font-size: 21px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important; 
}


/* BEGIN MOBILE SCREEN STYLE */
        
@media screen and (max-width: 767px)
{
    
    .mb-wid-100 {
        width: 100% !important;
    }

}