/* Desktop - nieko nedarom */
.rd-mobile-menu-overlay {
    display: none;
}

@media (max-width: 921px) {

    /* Paslepiam Astra default mobile menu panelę,
       bet paliekam hamburger mygtuką */
    .ast-mobile-header-content {
        display: none !important;
    }

    .rd-mobile-menu-overlay {
        position: fixed;
        inset: 0;
        z-index: 999999;
        background: #f5f5f3;
        display: none;
    }

    .rd-mobile-menu-overlay.is-open {
        display: block;
    }

    .rd-mobile-menu-panel {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 28px 24px 40px;
    }

    .rd-mobile-menu-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 28px;
    }

    .rd-mobile-menu-logo {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
    }

    .rd-mobile-menu-logo-image {
        max-width: 140px;
        height: auto;
        display: block;
    }

    .rd-mobile-menu-site-title {
        font-size: 22px;
        font-weight: 700;
        color: #0f223d;
    }

    .rd-mobile-menu-close {
        width: 52px;
        height: 52px;
        border: 0;
        border-radius: 999px;
        background: #e8e8e4;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #1d1d1b;
        padding: 0;
    }

    .rd-mobile-menu-close span {
        font-size: 32px;
        line-height: 1;
    }

    .rd-mobile-menu-intro {
        max-width: 280px;
        font-size: 16px;
        line-height: 1.8;
        color: #44505f;
        margin-bottom: 34px;
    }

    .rd-mobile-menu-meta {
        margin-bottom: 30px;
    }

    .rd-mobile-menu-label {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #0f223d;
        margin-bottom: 12px;
    }

    .rd-mobile-menu-line {
        width: 34px;
        height: 2px;
        background: var(--ast-global-color-0);
    }

    .rd-mobile-menu-list,
    .rd-mobile-menu-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .rd-mobile-menu-list > li {
        margin: 0 0 14px;
    }

    .rd-mobile-menu-list > li > a {
        display: inline-block;
        text-decoration: none;
        font-size: 28px;
        line-height: 1.25;
        font-weight: 700;
        color: #0f223d;
    }

    .rd-mobile-menu-list .sub-menu {
        margin-top: 10px;
        padding-left: 16px;
    }

    .rd-mobile-menu-list .sub-menu li {
        margin-bottom: 8px;
    }

    .rd-mobile-menu-list .sub-menu a {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 400;
        color: #44505f;
        text-decoration: none;
    }

    body.rd-mobile-menu-open {
        overflow: hidden;
    }
}

html {
    scroll-behavior: auto;
}

.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img {
	filter: url(#ast-img-color-filter);
}

.rd-mobile-menu-logo img {
    filter: url(#ast-img-color-filter);
}

#hidden-button-1 {
	visibility:hidden !important;
}

.main-header-menu > li > a {
  position: relative;
}

.main-header-menu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--e-global-color-astglobalcolor1);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.main-header-menu > li:hover > a::before,
.main-header-menu > li.current-menu-item > a::before,
.main-header-menu > li.current-menu-parent > a::before,
.main-header-menu > li.current-menu-ancestor > a::before {
  transform: scaleX(1);
}

.main-header-menu .menu-link, .main-header-menu > a {
	padding: 10px 0em;
	margin: 0 1em;
}

.site-below-footer-wrap {
	padding-top: 15px;
  padding-bottom: 15px;
}

.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
	max-height: 80px;
}

@media(max-width: 576px){
	.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
	max-width: 180px;
}
}

@media (max-width: 767px) {
  .elementor-1463 .elementor-element.elementor-element-d3a8bf9:not(.elementor-motion-effects-element-type-background), .elementor-1463 .elementor-element.elementor-element-d3a8bf9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: right -60px center;
    background-size: 419px;
  }

.elementor-1463 .elementor-element.elementor-element-42ecd4a:not(.elementor-motion-effects-element-type-background), .elementor-1463 .elementor-element.elementor-element-42ecd4a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: right -60px center;
    background-size: 380px
  }

.elementor-1463 .elementor-element.elementor-element-86326b0:not(.elementor-motion-effects-element-type-background), .elementor-1463 .elementor-element.elementor-element-86326b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: right -60px center;
    background-size: 281px auto;
  }
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    margin-bottom: 10px;
}
