/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.0.2.1773093778
Updated: 2026-03-09 22:02:58

*/

html {
    box-sizing: border-box;
    overflow-x: hidden;
}

.est-header-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    flex-shrink: 0;
}

.est-nav-toggle {
    border: none !important;
    background: transparent !important;
    color: #fff;
}

.est-nav-toggle.dark {
    color: #fff;
}

.est-offcanvas__close {
    border: none !important;
    background: transparent !important;
    color: #fff;
}

.est-offcanvas__close {
    z-index: 10001;
    position: fixed;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

body:not(.est-menu-open) .est-offcanvas__close {
    display: none;
}

body:is(.est-menu-open) .est-nav-toggle {
    display: none;
}

.est-offcanvas,
.est-offcanvas__backdrop,
.est-offcanvas__panel {
    position: fixed !important;
    inset: 0 !important;
}

.est-offcanvas {
    z-index: 10000;
    pointer-events: none;
}

.est-offcanvas__backdrop {
    height: calc(var(--vvh, 1vh) * 100) !important;
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
}

.est-offcanvas__panel {
    top: 0;
    right: 0;
    width: 100vw;
    transform: translateX(100%);
    transition: transform .28s ease;
    background: #fff;
    background-size: contain !important;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    background-image: linear-gradient(180deg, hsl(from #38413a calc(h + 0) calc(s + 0) calc(l + 0) / 0.8) 0%, #38413a 60% 100%), url(http://estavia.pl/wp-content/uploads/2026/03/estavia_szczecin_glowna_o_nas_background.webp) !important;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    height: calc(var(--vvh, 1vh) * 100) !important;
    max-height: calc(var(--vvh, 1vh) * 100) !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.est-offcanvas__panel .est-background_pattern {
    background-image: url("data:image/svg+xml;utf8,%3Csvg fill='hsl(from %23000000 calc(h + 0) calc(s + 0) calc(l + 0) / 0.2)' preserveAspectRatio='none' viewBox='0 0 112 194' height='194px' width='112px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56,129.33,0,97,56,64.67,112,97ZM56,0H0V32.33Zm56,32.33V0H56ZM56,194h56V161.67ZM0,161.67V194H56Z'/%3E%3Cpath fill-opacity='.5' d='M56,0V64.67L0,97V32.33Zm0,129.33V194l56-32.33V97Z'/%3E%3C/svg%3E") !important;
    transform: scale(1, 1) !important;
    background-size: 4px 4px !important;
    background-repeat: repeat !important;
    mix-blend-mode: normal !important;
    background-position: 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

body.est-menu-open .est-offcanvas {
    pointer-events: auto;
}

body.est-menu-open .est-offcanvas__backdrop {
    opacity: 1;
    pointer-events: auto;
}

body.est-menu-open .est-offcanvas__panel {
    transform: translateX(0);
}

body.est-menu-open {
    overflow: hidden;
}

.est-offcanvas__logo {
    display: inline-block;
    text-align: right;
    margin-bottom: 20px;
}

.est-offcanvas__logo img {
    width: 80px;
    height: 80px;
}

.est-nav__list {
    list-style: none !important;
    font-family: "Work Sans";
    font-weight: 600;
    margin: 0;
    padding: 8px 0 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 768px) {
    .est-nav__list {
        margin-top: 20px;
    }
}

.est-nav__item>a,
.est-subtoggle {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: stretch;
    padding: 12px 12px;
    color: #fff;
    text-decoration: none;
    font-family: "Work Sans";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: transform .15s ease, box-shadow .15s ease;
}

.est-nav__item>a:hover,
.est-subtoggle:hover {
    transform: translateX(-2px);
}

.est-subtoggle {
    border: none !important;
    background: transparent !important;
}

.est-subtoggle .est-header-icon {
    width: 25px;
    height: 25px;
    margin-top: 3px;
    margin-left: 5px;
    transition: transform .2s ease;
}

.est-has-children {
    position: relative;
    text-align: left !important;
}

.est-submenu {
    display: none;
    list-style: none !important;
    margin: 6px 0 0 8px;
    padding-left: 10px;
    /* border-left: 1px dashed rgba(0, 0, 0, .2); */
}

@media (max-width: 980px) {
    .est-submenu {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .est-submenu {
        width: 100%;
    }
}

.est-has-children.is-open .est-submenu {
    display: block;
    padding-bottom: 0;
}

.est-submenu a {
    display: block;
    padding: 10px 10px;
    margin: 6px 0;
    /* border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .2); */
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

.est-cta {
    display: flex;
    justify-content: center;
}

.est-cta .est-btn {
    font-family: "Work Sans";
    width: 60%;
    color: #fff !important;
    font-size: 16px !important;
    /* border-radius: 6px; */
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    display: inline-block;
    text-align: center;
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 50px;
    /* box-shadow: 10px 10px 0px 0px #000000; */
    flex-direction: row;
}

@media (max-width: 600px) {
    .est-cta .est-btn {
        width: 100%;
    }
}

.est-subtoggle .est-header-icon {
    transition: transform .2s ease;
}

.est-has-children.is-open .est-subtoggle .est-header-icon {
    transform: rotate(180deg);
}


