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

*/

@media screen and (min-width: 1025px) {
    /***
    * class: .sticky-header
    */
    header.sticky-header {
        --transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        transition: background-color var(--transition),
            backdrop-filter var(--transition), box-shadow var(--transition);
    }

    /***
    * Sticky header activated
    */
    header.sticky-header.elementor-sticky--effects {
        background-color: #001d3d !important;
        box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, 0.07);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
    }
    header.sticky-header > .elementor-element {
        height: 125px;
        transition: min-height var(--transition);
    }
    header.sticky-header.elementor-sticky--effects > .elementor-element {
        height: 60px;
    }

    /***
    * class: .logo
    */

    header.sticky-header .logo img {
        transition: transform var(--transition);
    }
    header.sticky-header.elementor-sticky--effects .logo img {
        transform: scale(0.6);
    }
}



body #cookie-consent-edit-btn {
    right: unset;
    left: 5px;
    z-index: 15000;
}

body #cookie-consent-edit-btn a {
    display: inline-block;
    font-size: 0;
    width: 40px;
    height: 40px;
}

body #cookie-consent-edit-btn a::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 5px;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/themes/hello-theme-child/cookie-delta.svg");
    background-size: cover;
}

body #cookie-consent {
    max-width: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ddd;
    
    background: rgba(6, 57, 80, 0.9);
    z-index: 15199;
}

body #cookie-consent > h3 {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 18px;
    padding:0;
    margin:0;
    color:white;
    text-align: left;
    align-self: flex-start;
    margin-left: 20px;
    margin-top: 15px;
    padding-right: 40px;
}

body #cookie-consent > p {
    font-size: 14px;
    padding: 15px;
    padding-top: 0;
    margin-top:0;
}
body #cookie-consent .center-buttons button{
    background-color: #dc6504;
}



body #cookie-consent > p a,
body #cookie-consent > p a:visited
{
    font-size: 14px;
    text-decoration: underline;
    color:white;
}

body #cookie-consent .center-buttons button {
    font-size: 14px;
    border-radius: 0;
}

body #bclose-popup-policy{
    width: 50px;
    top:0;
    right: 10px;
}
body #bclose-popup-policy svg{
    position: absolute;
    top: 5px;
}

@media only screen and (max-width: 767px) {
    body #cookie-consent {
        height: 410px;
        max-width: 100%;
        border-right: 0;
    }

    body #cookie-consent > h3 {
    }

    body #cookie-consent > p {
        margin: 0;
    }

    body #cookie-consent .center-buttons {
        flex-direction: row;
    }

    body #cookie-consent .center-buttons button {
    }
}