/* menu */

:root {
    --nutino: 'Nunito', serif;
    --orange-light: #ffb71b;
    --orange: #ff6f00;
    --blue: #66cfeb;
    --teal: #33d4ae;
    --pink: #d7006e;
    --pink-dark: #9e1a97;
    --gray: #535559;
}

body {
    font-family: "Nunito", serif !important;
}


.main-inner.group .media {
    margin-top: 0 !important;
}

.nav > li > a {
    font-weight: 700;
}

.home_but {
    background-color: #d7006e !important;
    box-shadow: 0 8px 0px #ff6f00 !important;
    font-family: var(--nutino);
    font-weight: 900;
    border-color: #9e1a97;
}

.section.home .content_text {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.025em;
}


    .section.home .content_text {
        text-shadow:     3px  3px 0 #535559,
        -1px -1px 0 #535559,  
         1px -1px 0 #535559,
        -1px  1px 0 #535559,
         1px  1px 0 #535559;
    }



::selection {
    background-color: #d7006e;
    color: #fff;
}

.logo-history {
    max-width: 280px !important;
    height: auto !important;
}

@media only screen and (max-width: 719px) {
    .header-mobile-sticky #header {
        min-height: 110px !important;
    }

    body.is-scrolled  #nav-mobile {
        transform: translate(0, -200px) !important;
    }

    .site-title a img:first-child { 
        margin-top: 10px !important;
    }
}
.page-template-page-obsada .page_tit {
    font-weight: 900;
    text-shadow:     3px  3px 0 #fff,
    -1px -1px 0 #fff, 
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}

.page-template-page-obsada .obsd_txt{
    line-height: 1.35;
    font-weight: 900;
    text-shadow:     3px  3px 0 #535559,
    -1px -1px 0 #535559,  
     1px -1px 0 #535559,
    -1px  1px 0 #535559,
     1px  1px 0 #535559;
}
.miasto_col,
.bilet_but,
#wpsm_accordion_183 .wpsm_panel .wpsm_panel-body,
#wpsm_accordion_183 .wpsm_panel .wpsm_panel-heading .wpsm_panel-title > a,
.wpsm_panel-group,
.wpsm_panel-group .wpsm_panel-title a,
#wpsm_accordion_183 {
    font-family: var(--nutino) !important;
}

#wpsm_accordion_183 .wpsm_panel .wpsm_panel-body,
#wpsm_accordion_183 .wpsm_panel .wpsm_panel-heading .wpsm_panel-title > a {
    font-weight: 700 !important;
}

#wpsm_accordion_183 .wpsm_panel-title .ac_open_cl_icon,
#wpsm_accordion_183 .wpsm_panel .wpsm_panel-heading .wpsm_panel-title > a {
   color: #7a2582 !important;
  
}

.wpsm_panel-group .wpsm_panel-default > .wpsm_panel-heading {
    background-color: transparent !important;
}

.wpsm_panel-group .wpsm_panel {
    background-color: transparent !important;
}

.media_cont {
    min-height: 570px;
    background-color: #33d4ae  !important;
}

.media_cont .page_tit {
    text-shadow:     3px  3px 0 #fff,
    -1px -1px 0 #fff, 
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
    margin-bottom: 40px;
}

.bilet_but {
    font-size: 22px !important;
    font-weight: 700 !important;
    box-shadow: 0 6px 0px #33d4ae !important;
}

.miasto_col {
    font-weight: 700;
}

.page_tit {
    line-height: 1.2;
}
/* .miasta .row .miasto_col:first-child {
   text-shadow:     3px  3px 0 #535559,
    -1px -1px 0 #535559,  
     1px -1px 0 #535559,
    -1px  1px 0 #535559,
     1px  1px 0 #535559;
} */

.bilety_cont {
    background-color: #33d4ae  !important;
}

.bilety_cont .page_tit {
    text-shadow:     3px  3px 0 #535559,
    -1px -1px 0 #535559,  
     1px -1px 0 #535559,
    -1px  1px 0 #535559,
     1px  1px 0 #535559;
}

.page-template-page-obsada .obbsdd {
    position: relative;
}

/* .page-template-page-obsada .obbsdd:before {
    content: '';
    display: block;
    position: absolute;
    top: -63%;
    left: -13%;
    width: 145%;
    height: 121%;
    background-image: url(../img/characters.png);
    background-size: cover;
    background-position: center;
} */

.rodzinka {
    background-image: url('../img/masza_bear.png') !important;
    background-position: bottom center !important;
}

.page-template-page-obsada .obbsdd:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #66cfeb !important;
    z-index: 1000;
}
.page-template-page-obsada .section.home .wrapp {
    background-color: #66cfeb !important;
    position: relative;
    z-index: 1001;
}

.page-template-page-obsada .section.home .wrapper {
    padding-top: 500px;
}

@media screen and (min-width: 720px) {
    .page-template-page-obsada .section.home .wrapper .rodzinka{
        margin-top: -200px;
    }
}

/* @media screen and (min-width: 855px) and (max-width: 940px) {
    .page-template-page-obsada .obbsdd:before {
        width: 130%;
        height: 105%;
        top: -53%;
        left: 0;
    }
} */

@media screen and (max-width: 855px) {
    .page-template-page-obsada .section.home .wrapper .rodzinka {
        display: none;
    }

    .page-template-page-obsada-php .main-inner.group .obbsdd {
        width: 85% !important;
        right: auto !important;
        left: auto;
        margin: 0 auto;
        float: none !important;
    }
}

@media screen and (min-width: 744px) and (max-width: 855px) {
    .page-template-page-obsada .obbsdd::after {
        border-left: 150px solid #66cfeb;
        border-right: 150px solid #66cfeb;
    }
}

/* @media screen and (max-width: 638px) { 
    .page-template-page-obsada .obbsdd::before { 
        width: 120% !important;
        height: 100% !important;
        top: -50% !important;
        left: 0;
    }
} */

@media screen and (max-width: 500px) {

    .page-template-page-obsada .obbsdd {
        width: 90% !important;
    }

    /* .page-template-page-obsada .obbsdd::before { 
        width: 81% !important;
        height: 203px !important;
        top: -200px !important;
        left: 9%;
        background-image: url(../img/characters-mobile.png) !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
    } */

    .page-template-page-obsada .obbsdd::after {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }
}

@media screen and (max-width: 767px) {
    .page-template-page-rodzinka .rodzinka {
        width: 100% !important;
        height: 350px;
    }
}

#footer .foot_logos:not(.mgr) {
    margin-right: 10px;
}

#footer .foot_logos.mgr {
    height: 24px;
    margin-top: 3px;
}

.lead_blue.page_tit {
    font-weight: 900;
    text-shadow:     3px  3px 0 #fff,
    -1px -1px 0 #fff, 
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}

.sublead a {
    text-shadow:     3px  3px 0 #535559,
    -1px -1px 0 #535559,  
     1px -1px 0 #535559,
    -1px  1px 0 #535559,
     1px  1px 0 #535559;
    font-weight: 900;
}

body {
    background-color: #ffb71b !important;
    background-image: url('../img/bg2.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100dvh;
}

.main-inner {
    background-color: unset !important;
}

.section.media {
    background-color: unset !important;
    background-image: none !important;
}

.section.home, .section.postaci {
    background-image: none !important;
    background-color: transparent !important;
}

#footer {
    padding-top: 80px !important;
    background-color: transparent !important;
    background-image: none !important;
}

#footer::before {
    content: '';
    display: block;
    width: 100%;
    height: 172px;
    background-image: url(../img/footer_bg.png) !important;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    top: -15px;
    background-repeat: no-repeat;
}

#footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    height: 49%;
    background-color: #fff;
    z-index: -1;
}

.section.home, .section.postaci {
    background-size: 100% !important;
}

.main {
    background-color: transparent !important;
}


@media only screen and (max-width: 719px) {
    #header .mobile-title-logo-in-header {
        height: 132px !important;
    }
}


.section.media .wrapper {
    margin-top: 200px !important
}


.page-template-page-obsada-php .rodzinka {
    display: none !important; 
}

.page-template-page-obsada-php .main-inner.group .col-lg-6:not(.obbsdd) {
    display: none !important;
}

@media screen and (min-width: 856px) {
    .page-template-page-obsada-php .main-inner.group .obbsdd {
        width: 66.6666666% !important
    }
}

 
#footer {
    font-family: var(--nutino) !important;
    font-weight: 700;
}

#footer a,
#footer p {
    font-family: var(--nutino) !important;
    font-weight: 700;
}

.characters {
    position: absolute;
    left: 50%;
    /* right: 0; */
    /* top: -69%; */
    transform: translate(-50%, -106%);
    width: 95%;
}

@media screen and (max-width: 550px) {
    .characters {
        transform: translate(-50%, -115%);
    }
}

@media screen and (max-width: 992px) {
    header .container-inner {
        display: flex;
    }
}

.section.home .obbsdd,
.section.home .obbsdd::after,
.section.home .obbsdd .wrapp {
    background: var(--teal) !important;
}

@media screen and (max-width: 600px) {
    .home_but {
        font-size: 40px !important;
    } 
}

@media screen and (max-width: 400px) {
    .page-template-page-obsada-php .section.home .wrapper {
        padding-top: 300px !important;
    }
}

@media screen and (max-width: 400px) {
    .mobile-title-logo-in-header p a img:first-child{
        max-height: unset !important;
        max-width: 225px !important;
        height: auto !important;
    }

    .mobile-title-logo-in-header p a img:last-child{
        max-height: unset !important;
        max-width: 290px !important;
        height: auto !important;
    }
    #header .mobile-title-logo-in-header .site-title,
    #header .mobile-title-logo-in-header .site-title a {
        overflow: unset !important;
    }
}


.postaci_left {
    top: 12px !important
}

.postaci_right {
    top: 20px !important;
}


@media screen and (min-width: 768px) {
    .rodzinka {
        top: -100px !important;
    }
}

@media screen and (min-width: 713px) {
    .page-template-page-faq .characters,
    .page-template-page-bilety  .characters {
        display: none !important;
    }
}
@media screen and (max-width: 712px) {
    .page-template-page-faq .characters,
    .page-template-page-bilety  .characters {
        width: 85% !important;
        z-index: -1;
    }

    .page-template-page-obsada .section.home .wrapper {
        padding-top: 400px !important;
    }

    .page-template-page-faq #page .wrapper,
    .page-template-page-bilety  #page .wrapper {
        margin-top: 400px !important;
    }
}


@media screen and (max-width: 450px) {
    .page-template-page-obsada .section.home .wrapper,
    .page-template-page-faq #page .wrapper,
    .page-template-page-bilety  #page .wrapper {
        margin-top: 320px !important;
    }

    .page-template-page-obsada .section.home .wrapper {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1900px) {
    .rodzinka {
        width:auto !important;
    }
}