/*
Theme Name: Hello Elementor Child Mizkan
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 */
.site-notice-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.site-notice {
    display: none;
    font-family: sans-serif;
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 25px;
    background-color: #009933;
    color: #fff;
    text-align: center;
    z-index: 3;
}
.site-notice p {
    font-size: 14px;
}
.site-notice a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
}
.site-notice .content {
    position: relative;
    padding: 10px 20px;
}
.site-notice-dismiss {
    background: none;
    border: 0;
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    padding: 0;
}
.site-notice-dismiss:hover{
    background: none;
}
