/* 
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 */


::selection {
    background: #ce2933;
    color: #fff;
}

::-moz-selection {
    background: #ce2933;
    color: #fff;
}

.elementor-116 .elementor-element.elementor-element-531656ff .jeg-elementor-kit.jkit-nav-menu .jkit-hamburger-menu i {
    color: #fff;
}

.highlight {
    background: #ce2933;
    color: #fff;
}

span.red {
    color: #CE2933 !important;
}

.contact-flag-small .gallery img {
    height: 32px;
    width: auto;
}

.contact-flag .gallery img {
    height: 32px;
    width: auto;
}

.only-mobile{
    display: none !important;
}

@media (max-width: 600px) {
    #subhero {
        background-color: transparent !important;
        background-image: linear-gradient(90deg, #13293a 100%, #13293a 0%) !important;
    }

    .contact-flag .gallery, .contact-flag-small .gallery {
        display: flex;
        flex-flow: row;
    }

    .contact-flag .gallery img {
        height: 40px;
        width: auto;
    }

    .only-mobile{
        display: block !important;
        margin-top: 30px !important;
        padding-top: 15px !important;
        border-top: 1px solid #ffffff2e;
    }

}


