/*
Theme Name:     Monar-Sokolniki
Theme URI:      n/a
Template:       kadence
Author:         it
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.item-hidden-above):not(.site-main-header-wrap)::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: -1;
}
@media (min-width: 1024px) {
.dropdown-mega .kt-row-column-wrap {
	  -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.dropdown-mega {
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 4%,rgba(0,25,46,0.9) 4%) !important;
}

.item-is-stuck .main-navigation .primary-menu-container > ul > li.menu-item > a {
    color: var(--global-palette3);
}
}

/* popups */
@media (min-width: 768px) {
.kadence-conversion-wrap.popup-dropdown {
    align-items: flex-start;
    padding-top: 90px;
}
}

