/*
Theme Name:     Divi Child
Theme URI:      https://example.com/divi-child
Description:    Minimal, production-ready child theme for Divi. Built for performance and future custom development.
Author:         Your Name
Author URI:     https://example.com
Template:       Divi
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    divi-child
Domain Path:    /languages
Requires PHP:  7.4
Requires at least: 5.8

This child theme follows WordPress coding standards and is optimized for
Divi Builder 5.4.1+ compatibility. Keep all custom CSS below this header.
*/

/* ============================================
   Base Child Theme Styles
   Add your custom CSS below.
   ============================================ */

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
input.wpcf7-url,
select,
textarea {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
    color: #4e4e4e;
    background-color: #fff;
    border: 1px solid #bbb;
}

.contact-form-btn {
    padding: 0.6em 1em;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    text-transform: uppercase;
    color: var(--gcid-d8dbbdde-295a-4683-aad5-917b593105a4);
    background-color: var(--gcid-secondary-color);
    border: 0;
    cursor: pointer;
}

.preloader {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.preloader .status {
    width: 60px;
    height: 60px;
    border: 6px solid #f0f0f0;
    border-top-color: var(--gcid-secondary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.service-widget .et_pb_icon_list > li:hover .et-pb-icon {
    color: #fff;
}
@media (min-width:981px) {
	#menu-primary-menu .header-escrow-btn > a {
	padding: 0.4em 1em !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.7;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #d31245;
    border: 0;
    cursor: pointer;
	align-self: center;
	color: #fff !important;
	}
}

@media only screen and (max-width: 1120px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none !important;
    }
    .et_pb_menu .et_mobile_nav_menu {
        display: flex !important;
        align-items: center;
    }
    .et_pb_menu_0_tb_header .et_pb_menu_inner_container {
        --vertical-gap: 0px;
        justify-content: space-between;
        align-items: center;
    }
    header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
        width: 100vw;
        left: -30px;
        top: calc(100% + 8px) !important;
        border-top: 3px solid var(--gcid-secondary-color) !important;
		list-style: none;
        padding: 0;
        text-align: left;
    }
    header .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
        color: var(--gcid-secondary-color);
    }
}

