/*
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!
 * ------------------------------------------------------------------------- */
 
.services-circle-item.pos-1 .services-circle-item-title {
	display: none;
}

.services-circle-item-title {
	color: #303030;
}

h4.h-decor, h3.h-decor  {
    padding-bottom: 34px;
    background: url(/wp-content/themes/cleaning-services/images/h-decor.png) no-repeat bottom center;
}

.prices-box, .price-carousel-2 {
	border-top: none !important;
	border-bottom: none !important;
	border-right: none !important;
	border-left: none !important;
}

.prices-box:first-child::before, .prices-box:last-child::before {
	display: none;
}

.icon-clock::before {
    content: "\e933" !important;
}

.page-footer-col-2 .page-footer-info:nth-child(2) {
	display: none;
}

.question-box {
	background: #6fbf52;
	background-image: linear-gradient(90deg, #46c6cf, #62c699);
}

.home-testimonials-text {
    background-image: url(/wp-content/uploads/2021/04/testimonials-hero.jpg);
}

@media (max-width: 767px) {
     .home-testimonials-text {
         background-image: url(/wp-content/uploads/2021/04/testimonials-hero-mobile.jpg) !important;
     }
}

.page-header-top .logo .shine {
	display: none !important;
}

@media (min-width: 1200px) {
	.clean-with-conscience {
		background-image: url("/wp-content/uploads/2021/04/o-nama-home-01.jpg");
	}
}

.page-footer .backToTop.visible i.icon {
	margin-top: 5px;
	margin-left: 0;
}

.col-sm-6, .select-wrapper select.input-custom {
	margin-bottom: 15px;
}

.order-form-box .divider-line {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.textarea-wrapper .wpcf7-form-control-wrap textarea {
	height: auto !important;
}

#isotopeGalleryFilters {
	display: none;
}

.gallery-item {
    width: 16.666666%;
}

.page-header-phone i.icon {
	display: none;
}

.page-header-phone a {
    color: #425d74;
}

.page-header-phone a:hover {
    text-decoration: underline;
}

.page-header-phone span.phone-number {
    display: block;
    font-size: 22px;
    line-height: 22px;
}
 
 @media (max-width: 767px) {
    .page-header-phone span.phone-number {
        font-size: 18px;
        color: #fff;
    }
 }
 
.page-header-top .logo {
	min-width: 185px;
	margin-bottom: 10px;
 }
 
.quote-button-wrap .btn {
	font-size: 14px;
 }
 
@media (max-width: 990px) {
	.page-header-top > .container {
		flex-wrap: wrap;
	}
}