/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/



.headerclasss.elementor-sticky--effects {
    background: rgb(255 255 255 / 85%);
}
.headerclasss.elementor-sticky--effects .menu-item a {
    /*color: #333 !important;*/
    padding: 10px 20px !important;
}
.headerclasss:not(.elementor-sticky--effects) .bluelogo {
        display: none!important;
}
.headerclasss.elementor-sticky--effects .bluelogo {
        display: block!important;
}
.headerclasss.elementor-sticky--effects {
    padding-bottom: 20px !important;
}
.headerclasss.elementor-sticky--effects .siteslogo {
    display: none !important;
}
.headerclasss.elementor-sticky--effects > .elementor-container {
    height: 40px;
}
a.wpml-ls-link {
    padding-top: 0 !important;
    padding-bottom: 10px;
}
.headerclasss.elementor-sticky--effects .headsocials  .elementor-icon > i {
    color: #fff !important;
}

@media (max-width: 767px) {
    .headsocials {
        display: none;
    }
    .elementor-widget.elementor-widget-wpml-language-switcher,
    .siteslogo {
        margin-bottom: 0 ! important;
    }
    .siteslogo,
    .bluelogo {
        text-align: left !important;
    }
    header.headerclasss {
        padding: 15px 35px !important;
    }
    .elementor-widget.elementor-widget-wpml-language-switcher ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .elementor-menu-toggle {
        margin-left: auto;
        margin-right: 0 !important;
    }
    a.wpml-ls-link {
        padding: 0 0 0 10px;
    }
    .elementor-sticky--effects .mob-logocolumn {
        width: 30% !important;
    }
    .elementor-sticky--effects .mob-notlogocolumn {
        width: 69% !important;
    }
    .elementor-sticky--effects .mob-notlogocolumn > .elementor-widget-wrap {
        display: flex !important;
        flex-direction: row;
        justify-content: flex-end;
    }
    .elementor-sticky--effects .mob-notlogocolumn > .elementor-widget-wrap > div {
        width: 50% !important;
    }
    header.elementor-sticky--effects.headerclasss {
        padding: 10px 35px !important;
    }
    .headerclasss.elementor-sticky--effects > .elementor-container {
        margin-bottom: 20px;
    }
    .headerclasss.elementor-sticky--effects ul.elementor-nav-menu li.menu-item > a {
        color: #213A73 !important;
    }
    .headerclasss.elementor-sticky--effects ul.elementor-nav-menu li.menu-item > a.elementor-item-active {
        color: #fff !important;
    }
}




/*
.headerclasss.elementor-sticky--effects {
    background: rgb(255 255 255 / 85%);
}
.headerclasss.elementor-sticky--effects .menu-item a {
    color: #333 !important;
    padding: 10px 20px !important;
}
.headerclasss:not(.elementor-sticky--effects) .bluelogo {
        display: none!important;
}
.headerclasss.elementor-sticky--effects {
    padding-bottom: 20px !important;
}
.headerclasss.elementor-sticky--effects .siteslogo {
    display: none !important;
}
.headerclasss.elementor-sticky--effects > .elementor-container {
    height: 40px;
}
*/


button#seopress-user-consent-accept {
    border: none !important;
}
@media (min-width: 768px) {
    .seopress-user-consent.seopress-user-message p:nth-child(1) {
        max-width: 1000px;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .seopress-user-consent.seopress-user-message {
        width: 100%;
    }
    .seopress-user-consent.seopress-user-message p:nth-child(1) {
        text-align: center;
    }
    .seopress-user-consent.seopress-user-message p:nth-child(2) {
        margin-top: 15px;
    }
}