/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.the-main-header {
    margin-bottom: -102px !important;
}

@media (max-width: 1024.98px) {
    .the-main-header nav.elementor-nav-menu__container {
        position: absolute;
        width: 100%;
        top: 40px;
        background-color: black;
        border: 1px solid #D2660C;
    }
    
    .the-main-header nav.elementor-nav-menu--dropdown a {
        background-color: black;
        color: #D2660C;
    }
    
    .the-main-header nav.elementor-nav-menu--dropdown a:hover,
    .the-main-header nav.elementor-nav-menu--dropdown a.elementor-item-active {
        background-color: #D2660C;
        color: white;
    }
    
    .ticker-content span {
      font-size: 14px !important;
    }
}

@media (max-width: 767.98px) {
    .the-main-header nav.elementor-nav-menu__container {
        width: 95vw;
        right: 0px;
    }
    
    .home-hero-background-video .elementor-background-video-hosted {
        display: none !important;
    }
    
    .home-hero-background-video:before {
        background-image: radial-gradient(at center center, #30241638 0%, #1f1b168a 100%) !important;
    }
}