/*
Theme Name: Home Maintenance Services
Theme URI:  https://www.ovationthemes.com/products/free-wordpress-maintenance-services-theme
Author: pewilliams
Author URI: https://www.ovationthemes.com/
Description: Home Maintenance Services is designed for businesses and individuals who provide home maintenance, home repair, handyman, renovation, plumbing, electrical, carpentry, painting, cleaning, landscaping, pest control, roofing, HVAC, flooring, appliance repair and window cleaning under the home maintenance services framework. This theme is fully responsive and customizable, making it easy to create a professional and user-friendly website. It features a clean and modern design with sections for displaying services, pricing, testimonials, and a contact form. The theme also includes a built-in appointment booking system, allowing customers to easily schedule services online. It is compatible with popular tools such as WooCommerce for service-based selling and Contact Form 7 for inquiries and bookings, making it flexible for business needs. Additionally, it is SEO optimized and includes a blog section, allowing you to share tips, guides, and information with your customers. Overall, this theme is a complete solution for creating a strong and professional online presence for home maintenance and repair businesses.
Version: 5.5.1
Requires PHP: 5.6
Tested up to: 6.9
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: home-maintenance-services
Template: electrician-services
Tags: blog, portfolio, e-commerce, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-background, custom-header, custom-menu, custom-logo, editor-style, sticky-post, featured-images, flexible-header, featured-image-header, footer-widgets, full-width-template, threaded-comments, theme-options, wide-blocks, block-styles, post-formats, translation-ready, rtl-language-support

Home Maintenance Services WordPress Theme, Copyright 2023 pewilliams
Home Maintenance Services is distributed under the terms of the GNU GPL

Home Maintenance Services WordPress Theme is child theme of Electrician Services WordPress Theme, Copyright 2023 pewilliams
Electrician Services WordPress Theme is distributed under the terms of the GNU GPL
*/

/*color change*/

:root {
    --theme-primary-color:#f47629;
    --theme-heading-color:#303442;
    --service-box-bg:#eee;
    --theme-primary-fade:#f5e5db;
    --theme-footer-color:#303442;
}

.page-template-page-template .menu-header-inner {
    border-radius: 0;
    padding: 0;
    margin-top: 0 !important;
}
.comment-author .avatar,.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar{
    padding: 2px;
}
.menu-header,.page-template-page-template .menu-header {
    background-color: var(--theme-primary-color);
    padding: 5px 0;
}
.site-footer input[type="search"]{
    color: #666c6e;
}
/*loader*/
#loader ,#loader:after{
    border-top-color: var(--theme-primary-color);
}
#loader:before{
   border-top-color: #303442; 
}
.spinner > div{
    background-color: #303442;
}
/*slider*/
#slider {
    margin-top: 0;
}
.slide-box,.slide-box img,.slider-overlay {
    border-radius: 0;
}
/*service*/
h4.serv-inn {
    font-size: 21px;
    font-weight: 800;
    color: var(--theme-heading-color);
}
p.serv-txt {
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-heading-color);
}
a.serv-btn {
    font-weight: 600;
}
.serv-box {
    background: var(--service-box-bg);
    border-radius: 20px;
    box-shadow: -7px 3px 5px 0px #a6a6a6;
}
.home-btn a{
    padding: 8px 20px;
}
/*service*/
.icon-box i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 25px;
}
.icon-box{
    font-size: 30px;
    border-radius: 50%;
    position: relative;
    width: 60px;
    height: 60px;
    background: var(--theme-primary-color);
    color: #fff;
    margin-bottom: 10px;
}
.icon-box:after {
    content: '\e0b7';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    left: 48px;
    font-size: 25px;
    top: 34px;
    font-weight: 600;
    color: var(--theme-heading-color);
}
@media screen and (max-width:991px){
    .gb_nav_menu ul ul{
        background: transparent;
    }
    .gb_nav_menu ul li a:active, .gb_nav_menu ul li a:hover{
        color: var(--theme-primary-color) !important;
    }
}
