/*
Theme Name:     Cleaning Services Child
Theme URI:      https://smartdata.tonytemplates.com/cleaning-service/intro/
Description:    Child theme for Cleaning Services
Author:         Smartdatasoft Team
Author URI:     https://themeforest.net/user/smartdatasoft
Template:       cleaning-services
Version:        1.0
*/


/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

 .hidden_block{
     display:none !important;
 }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px!important;
	min-height:90px!important;
}
.service-card {
	max-height:570px;
}
.service-card .btn:not(:first-child){
	position:absolute;
	left:130px;
	bottom:10%;
}
.services-grid.style-2 .service-box{
	min-height:580px;
}
.services-grid.style-2 .service-box .service-box-more.btn{
	position:absolute;
	bottom:0;
	left:130px;
}
.testimonial-item-img{
	width:150px!important;
	margin:1em 0!important;
}
.testimonial-item-inside{
	text-align: -webkit-center!important;
}
.testimonial-item-name{
	margin:1em 0 !important;
}
@media (max-width: 767px){
	.service-card {
		min-height:450px
	}
	.services-grid.style-2 .service-box{
		min-height:500px;
	}
}
