/*
Theme Name: FinPath Child
Theme URI: https://finpath.keydesign.xyz/
Description: Finance & Consulting Elementor WordPress theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: finpath
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: finpath-child
*/

/** Home-Page **/
body header.site-header.sticky-header {
    background: white;
    box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}

body .contact-information-block .funfact-content .number-percentage {
    display: none;
}

body .elementskit-navbar-nav-default .elementskit-navbar-nav>li:last-child>a {
    color: var(--e-global-color-text);
}

body .elementskit-navbar-nav-default .elementskit-navbar-nav>li:last-child>a:hover,
body .elementskit-navbar-nav-default .elementskit-navbar-nav>li:last-child>a:focus {
    color: var(--e-global-color-primary) !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
    body .contact-information-block .elementskit-funfact {
        min-height: 247px;
        height: 100%;
    }
}

/** About-us Page **/

@media (max-width: 1024px) and (min-width: 768px) {
    body .center-member .elementskit-infobox {
        min-height: 278px;
        height: 100%;
    }
}

/** Demande-location-form **/

body .location-form .ekit-form form label span {
    color: #000000 !important;
}

body .location-form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    margin-bottom: 0 !important;
}

body .location-form .ekit-form form input[type="submit"] {
    background-color: var(--e-global-color-text) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-text) !important;
    margin-top: 40px;
}

body .location-form .ekit-form form input[type="submit"]:hover {
    background-color: var(--e-global-color-light) !important;
    color: var(--e-global-color-text) !important;
    border-color: var(--e-global-color-text) !important;
}

body .location-form .border-grey {
    border: 1px solid var(--color-border);
    margin-bottom: 30px;
    padding: 20px;
}

body .location-form .cf7-repeater {
    padding: 15px 15px;
}

body .location-form .ekit-wid-con button {
    background: var(--e-global-color-text);
    color: white;
    margin: 0 5px 20px;
    padding: 10px 20px;
}