.copyright-item img {
    height: 34px;
    width: 34px;
}

div#accessibility-links.topright #text_plugin {
    position: fixed;
    top: 300px !important;
    right: 0px !important;
    width: 45px;
    height: 45px;
    border-radius: 0% !important;
}

/* Styl dla głównego menu */
.menu-item {
    position: relative;
}

/* Styl dla submenu */
.menu-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.menu-item ul li {
    position: relative;
}

/* Ukrywanie submenu domyślnie */
.menu-item ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    display: none;
    list-style: none;
    padding: 10px;
    margin: 0;
    min-width: 200px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 50;
}

/* Pokazanie submenu na hover dla desktop */
@media (min-width: 992px) {
    .menu-item ul li:hover > ul {
        display: block;
    }
}

/* Styl dla submenu w submenu (trzeci poziom) */
.menu-item ul ul li {
    position: relative;
    padding-bottom: 15px;
}

/* Wysuwanie submenu w prawo dla wielopoziomowego menu */
.menu-item ul ul ul {
    top: 0;
    left: 100%;
}

/* Styl dla wersji mobilnej */
@media (max-width: 991px) {
    .menu-item ul {
        display: block;
        flex-direction: column;
    }

    .menu-item ul ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        display: none;
        box-shadow: none;
        padding-left: 30px;
    }

    .mobile-menu-item ul ul {
        padding-left: 30px;
    }

    .menu-item ul li.open > ul {
        display: block;
    }

    /* Styl dla strzałek rozwijania */
    .submenu-toggle {
        display: inline-block;
        padding: 5px;
        cursor: pointer;
        font-size: 18px;
        user-select: none;
    }
}

.zwiedzanieUpcoming {
    float: right; 
}


.Upcoming-cnt small a {
    color: #fff;
    text-transform: capitalize;
}

#wesprzyj {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}


.Museum-btn-item2 h4 {
    color: var(--primary-900, #28260B);
    font-family: "Myriad Pro";
    font-size: 22.63px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.Museum-btn-item2 h5 {
    color: var(--primary-900, #28260B);
    font-family: "Myriad Pro";
    font-size: 18.63px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.wesprzyj-top-item a {
    display: inline-block;
    padding: 16px 24px;
    color: var(--primary-900, #28260B);
    font-family: "Myriad Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    border-radius: 12px;
    border: 1px solid #28260B;
    background: #FFF;
    box-shadow: 0px 8px 12px 0px rgba(9, 30, 66, 0.10);
}

.wesprzyj-top-item a:hover {
    border-radius: 12px;
    color: #ffff;
    background: var(--primary-700, #57501E);
    box-shadow: 0px 8px 12px 0px rgba(9, 30, 66, 0.10);
}


.wesprzyj-top-item a i {
    margin-left: 12px;
    font-size: 12px;
}

.zwiedzanieUpcoming2 a {
    min-width: 250px;
    text-align: center;
}


.top-pagination-left h1 {
    color: #FFF;
    font-family: "Myriad Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding: 24px 0 48px 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .top-pagination-left h1 {
        font-size: 32px;
        padding: 24px 0 35px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .top-pagination-left h1 {
        font-size: 30px;
        padding: 24px 0 35px 0;
    }
}

@media screen and (max-width: 767px) {
    .top-pagination-left h1 {
        font-size: 30px;
        padding: 24px 0 35px 0;
    }
}

@media (min-width: 1200px){
    .News-cnt.News-cnt2 {
        min-height: 325px;
        position: relative;
    }

    .more-post-info {
        position: absolute;
        bottom: 20px;
        width: 82%;
    }
}

.top-pagination-left li {
    color: #fff;
}

.top-pagination-left small {
    color: #fff;
}



.top-pagination-right img {
    left: 50%;
    width: -webkit-fill-available;
    height: 100%;
    object-fit: cover;
}


.amaranth-item h6 {
    font-size: 18px;
    padding: 24px 0 35px 0;
}

.amaranth-item li {
    font-size: 18px;
}

.News-top-item-button {
    float: right;
}

.main-content8 .owl-nav {
    display: flex;
    justify-content: center;
}


.main-content8 .owl-theme .custom-nav .owl-prev, 
.main-content8 .owl-theme .custom-nav .owl-next, 
.main-content8 .owl-carousel .owl-nav button.owl-prev, 
.main-content8 .owl-carousel .owl-nav button.owl-next
 {

    color: inherit !important;
    background: none !important;
    border: none !important;
    z-index: 100 !important;
}

.main-content8 .owl-theme .custom-nav .owl-prev,
.main-content8 .owl-theme .custom-nav .owl-next,
.main-content8 .owl-carousel .owl-nav button.owl-prev, 
.main-content8 .owl-carousel .owl-nav button.owl-next, 
.main-content8 .owl-carousel button.owl-dot {
    display: flex !important;
    width: 60px !important;
    height: 60px !important;
    padding: 16px 24px !important;
    justify-content: center !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    border-radius: 360px !important;
    background: var(--primary-700, #57501E) !important;
    color: #ffff !important;
} 

.fancybox-container {
    z-index: 9999999;
}


.main-content8 {
    margin-bottom: auto;
}

.amaranth-area img {
    max-width: 100%;
    height: auto;
}


.Museum-wrap2 {
    border-radius: 12px;
    background: var(--primary-50, #FBF6EA);
    position: relative;
    border-bottom: 0px solid #28260B;
    padding: 50px;

}

.cechyWystawa {
    margin-top: -200px;
}

.gallery-area2 {
    padding-bottom: 250px;
    position: relative;
}


.amaranth-area .wp-block-buttons {
    display: inline-block;
    padding: 16px 24px;
    color: #FFFFFF;
    font-family: "Myriad Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    border-radius: 12px;
    background: var(--primary-700, #57501E);
    margin-bottom: 50px;
}

.amaranth-area .wp-block-button__link {
    background: transparent;
    color: #fff;
}



.gallery-img img {
    max-height: 219px;
} 


.amaranth-area a,
.headline-item a{
    color: #b19c31;
}

.amaranth-area a:hover,
.headline-item a:hover {
    color: #4A461D;
}

.Honorary-right-box-right a:hover {
    color: #4A461D;
}


a.wp-block-button__link.wp-element-button:hover {
    color: #fff;
} 


.Harvest-right-box a {
    color: #000;
}

.Harvest-right-box a:hover {
    color: #b19c31;
}

@media (min-width: 1800px){
    .Department-left {
        padding: 80px 97px 80px 190px;
    }

    .relating-left {
        padding: 0 121px 0 190px;
    }
}

.Discover-img img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}


#contentSimple ul,
#contentSimple ol{
    font-family: "Myriad Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}


#contentSimple ul {
    list-style: disc;
    padding-left: 50px;
    margin-bottom: 30px;
}

#contentSimple ul li,
#contentSimple ol li {
    margin-bottom: 15px;
}

#contentSimple a{
    color: #b19c31;
}

#contentSimple a:hover{
    color: #57501E;
    text-decoration: underline;
}

.Department-leftb ul {
    color: #fff;
    font-family: "Myriad Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-left: 30px;
    list-style: disc;
    
}

.Department-leftb ul li {
    margin-bottom: 15px;
}

.top-pagination-left a {
    color: #b19c31;
}

.top-pagination-left a :hover{
    color: #b19c31;
    text-decoration: underline;
}

.Discover-top p {
    margin-bottom: 10px;
}

.Discover-top a {
    color: #b19c31;
    text-decoration: none;
}

.Discover-top a:hover {
    color: #57501E;
    text-decoration: underline;
}

@media (min-width: 1200px){
    .single-person .Adrianna-box {
        height: 390px;
    }

    .Adrianna-box {
        position: relative;
    }

    .single-person__details {
        position: absolute;
        bottom: 50px;
        margin: 0 auto;
        max-width: 85%;
        min-height: 100px;
    }
}


.Access-area {
    background: #fff;
    padding: 57px 0 57px 0;
}

#umowGrupe {
    padding: 57px 0 273px 0;
}

#umowGrupe .Contact-box {
    padding-bottom: 50px;
}
