/**
* Theme Name: Xclean Child
* Description: This is a child theme of xclean
* Author: themesion
* Template: xclean
* Version: 1.0
*/
/*header*/
.site-title a {
    width: 85px;
}
.pbmit-header-style-3 .pbmit-logo-area {
    padding-right: 45px!important;
}

.pbmit-search-cart-box {
    display: none!important;
}
@media (max-width: 1284px) {
.pbmit-right-box .pbmit-button-icon-wrapper {
    display: none!important;
}
}
@media (max-width: 1560px) {
.pbmit-header-button2 .pbmit-button-icon-wrapper {
    display: none!important;
}
}




/*main menu*/

.general_cleaning,
.carpet_cleaning,
.handyman,
.after_builders_cleaning,
.window_cleaning,
.office,
.deep_cleaning,
.airbnb,
.freezer,
.end_of_tenancy {
    margin-left: 20px!important;
}
.general_cleaning:before,
.carpet_cleaning:before,
.handyman:before,
.end_of_tenancy:before,
.window_cleaning:before,
.office:before,
.deep_cleaning:before,
.airbnb:before,
.freezer:before,
.after_builders_cleaning:before {
    content: '';
    background-image: url(/wp-content/themes/xclean-child/img/general_cleaning.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 22px;
    width: 22px;
    display: block;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);

}
.general_cleaning:before {
    background-image: url(/wp-content/themes/xclean-child/img/general_cleaning.png);
}
.carpet_cleaning:before {
    background-image: url(/wp-content/themes/xclean-child/img/carpet_cleaning.png);
}
.handyman:before {
    background-image: url(/wp-content/themes/xclean-child/img/handyman.png);
}
.after_builders_cleaning:before {
    background-image: url(/wp-content/themes/xclean-child/img/after_builders_cleaning.png);
}
.end_of_tenancy:before {
    background-image: url(/wp-content/themes/xclean-child/img/end_of_tenancy.png);
}
.window_cleaning:before {
    background-image: url(/wp-content/themes/xclean-child/img/window_cleaning.png);
}
.office:before {
    background-image: url(/wp-content/themes/xclean-child/img/office.png);
}
.deep_cleaning:before {
    background-image: url(/wp-content/themes/xclean-child/img/deep_cleaning.png);
}
.deep_cleaning:before {
    background-image: url(/wp-content/themes/xclean-child/img/deep_cleaning.png);
}
.airbnb:before {
    background-image: url(/wp-content/themes/xclean-child/img/airbnb.png);
}
.freezer:before {
    background-image: url(/wp-content/themes/xclean-child/img/freezer.png);
}

/*services*/

#page .pbmit-tbar-title {
    color: #fba311;
}
#page .pbmit-tbar-subtitle {
    color: #fff;
}
#page .pbmit-breadcrumb .pbmit-breadcrumb-inner {
    color: #fff;
}
#page .pbmit-breadcrumb span {
color: #fff;
}

/*footer*/
.pbmit-two-column-menu {
    display: none;
}
.pbmit-contact-widget-line {
    padding-left: 0!important;
}

footer {
    position: relative!important;
}


