/*
Theme Name: Custom Theme
Author: ZH
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/

/* WooCommerce */


.menu li:hover a, .menu li.current_page_item  a {
    color: #ff5703;
}

.menu li:last-child {
    padding-left: 35px;
}


.a3 img {
    display:none;
}

span.wpcf7-form-control-wrap {
    display: block;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 30px;
    border: solid 2px #ff5703;
    background:#ff5703;
    width:30%;
}

.thank h2 strong {
    line-height:1.6;
}

.thank p {
    font-size:20px;
    font-weight:500;
}

section.app-sec1 {
    padding-top: 80px;
}
.app1 {
    color: #fff !important;
}

.app-sec1 h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    color: #282d32;
    text-transform: capitalize;
    text-align:center;
    margin-bottom:40px;
}

a.app1:hover {
    color:#ff5703 !important;
}

.map {
    border: 13px solid;
    border-top-color: #ff691e;
    border-left-color: #ff691e;
    border-bottom-color: #00294C;
    border-right-color: #00294C;
}


.srv-box img {
    height: 455px;
    width: 100%;
    object-fit: cover;
}

.srv-list li {
    width: 20%;   
}

.bookly-box p {
    text-align: center;
    font-size: 26px;
    padding: 30px 0px;
    font-weight: 500;
    color:#ff5703;
    line-height:1.5;
}

.qw img {
    height:103px;
    width:100%;
    object-fit:cover;
}

.qw .col-md-4{
    padding:3px 6px;
}


.single-team .innerBanner {
    background-image: url(https://thehomeoverhaul.com/wp-content/uploads/2023/11/bg-inner.jpg) !important;
}



.bookly-details-step div [data-id="54637"] {
    visibility: hidden;
    height: 0;
    margin: 0;
}


.srv-box:hover p {
    display: none !important;
}

