/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */


@media (max-width: 767px) {
    .custom-menu .elementor-nav-menu--dropdown .elementor-nav-menu__container ul {
        position: absolute !important;
        top: 20px;

    }

}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form textarea {
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #6F6F6F !important;
    padding: 0px 0 !important;
    background-color: inherit !important;
    outline: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease !important;
    font-size: 24px;
}

.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus,
.custom-form textarea:focus {
    border-bottom: 1px solid #000 !important;
}

.custom-form textarea {

    min-height: 130px !important;
    max-height: 0 !important;
    resize: none !important;
}

.custom-form input[type="submit"] {
    border: none !important;
    background: inherit !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    color: #6F6F6F !important;
    transition: color 0.3s ease !important;
    align-items: center !important;
    font-size: 30px;
    font-family: 'Bebas Neue', sans-serif;
}


.custom-form .wpcf7-spinner {
    display: none;
}

.custom-form .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 19px;
    color: #dc3232;
}

.custom-form input.wpcf7-submit {
    float: right;
}

.custom-form .submit-button-wrapper {
    position: relative;
    text-align: right;
    position: relative;
    margin-right: 7px;
    margin-top: 15px;

}

.custom-form .submit-button-wrapper .wpcf7-submit {
    float: unset !important;
    padding-right: 30px;
}

.custom-form .submit-button-wrapper::after {
    content: "\279C";
    position: absolute;
    left: 98%;
    top: 50%;
    transform: translate(-15px, -50%);
    font-size: 28px;
    color: #6F6F6F;
    pointer-events: none;
}

.custom-menu .elementor-menu-toggle {
    background: transparent;
}

.custom-menu .elementor-menu-toggle::before {
    content: "MENU";
    font-size: 11px;
    color: #6F6F6F;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
}

.custom-menu .elementor-nav-menu a {
    justify-content: end;
}

.clock-watches .clock-switcher {
    display: flex;
    flex-direction: column;
}

.clock-watches .clock-switcher button {
    border: none;
    color: #6f6f6f;
    text-transform: uppercase;
}


.clock-watches .clock-switcher button:hover {
    background-color: unset;
    color: #6f6f6f;
}

.clock-watches .clock-switcher button:focus {
    background-color: unset;
    color: #6f6f6f;
    text-decoration: none;
}

.clock-watches #clock7 {
    background-repeat: no-repeat;
}

.clock-watches .dot {
    color: #dc3232;
}

#ignite-section {
    scroll-margin-top: 40px;
}

#artist-section {
    scroll-margin-top: 80px;
}

#cultivating-section {
    scroll-margin-top: 80px;
}

#catalysts-section {
    scroll-margin-top: 80px;
}

#get-in-touch {
    scroll-margin-top: 80px;
}

#my-section {
    scroll-margin-top: 80px;
}

#manifest-section {
    scroll-margin-top: 80px;
}

.wpcf7 form .wpcf7-response-output {
    margin: unset !important;
    padding: unset !important;
    border: unset !important;
}

.custom-form .wpcf7-not-valid-tip {
    font-size: 14px;
}

@media (max-width: 1366px) {

    .custom-form .wpcf7 form.invalid .wpcf7-response-output {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {

    .custom-form input[type="text"],
    .custom-form input[type="email"],
    .custom-form textarea {
        font-size: 17px;
        line-height: 34px;
    }

    .custom-form input[type="submit"] {
        padding-right: 0px;
        margin-right: 3px;

    }

    .custom-form .submit-button-wrapper {
        margin-right: 3px;
    }

    .custom-form .submit-button-wrapper .wpcf7-submit {
        padding-right: 24px;
    }

    .custom-form .wpcf7 form.invalid .wpcf7-response-output {
        font-size: 13px;
    }

    .custom-form .submit-button-wrapper::after {
        font-size: 25px;
        transform: translate(-20px, -50%);
    }

    #artist-section {
        scroll-margin-top: 60px;
    }

    #catalysts-section {
        scroll-margin-top: 60px;
    }

    #my-section {
        scroll-margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .custom-menu .elementor-nav-menu--dropdown {
        position: fixed;
        right: 0;
        height: auto;
        background-color: white;
        z-index: 9999;
        overflow-y: auto;
        width: 50%;
    }

    .custom-form input[type="text"],
    .custom-form input[type="email"],
    .custom-form textarea {

        width: 85% !important;
    }

    .custom-form input[type="submit"] {
        padding-right: 0px;
        margin-right: 60px;

    }

    .custom-form .submit-button-wrapper::after {
        left: 85%;
        top: 48%;

    }

    .custom-form .submit-button-wrapper::after {
        transform: translate(-28px, -50%);
    }

    body {
        p {
            line-height: 27px;
        }
    }

    #ignite-section {
        scroll-margin-top: 60px;
    }

    #cultivating-section {
        scroll-margin-top: 100px;
    }

    #manifest-section {
        scroll-margin-top: 100px;
    }

    .custom-menu .elementor-nav-menu a:hover {
        line-height: 27px;
    }


}

@media (max-width: 420px) {
    
    #ignite-section {
        scroll-margin-top: 40px;
    }

    #cultivating-section {
        scroll-margin-top: 60px;
    }

    #catalysts-section {
        scroll-margin-top: 40px;
    }
    #manifest-section {
        scroll-margin-top: 60px;
    }

    .custom-form .submit-button-wrapper::after {
        left: 88%;
        top: 48%;

    }

    .custom-form input[type="submit"] {
        margin-right: 40px;

    }

}

@media (max-width: 350px) {
    .custom-form .submit-button-wrapper .wpcf7-submit {
        padding-right: 26px;
    }
     .custom-form .submit-button-wrapper::after {
        left: 86%;
    }
}
