#menu-menu-top{
    padding-left: 50px;
}
.home .home__info{
    background: none;
    min-height: auto;
}
.home .home__partners{
    background: none;
    padding-top: 35px;
    padding-bottom: 40px;
}
.home .home__news{
    background: none;
}
.footer{
    background: none;
}
.header .header__logo{
    padding-left: 13%;
}
.header .header__logo a {
    width: 100%;
    max-width: 280px;
}
body > .header{
    background: none;
    background: #ECF2F6;
}
.header .header__menu ul {
    height: 50px;
}
.header .header__menu ul ul{
    top: 46px;
}

#row-header-menu{
    /* background: rgb(244,190,44);
    background: -moz-linear-gradient(90deg, rgba(244,190,44,1) 0%, rgba(231,87,63,1) 35%, rgba(136,76,114,1) 59%, rgba(57,63,139,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(244,190,44,1) 0%, rgba(231,87,63,1) 35%, rgba(136,76,114,1) 59%, rgba(57,63,139,1) 100%);
    background: linear-gradient(90deg, rgba(244,190,44,1) 0%, rgba(231,87,63,1) 35%, rgba(136,76,114,1) 59%, rgba(57,63,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4be2c",endColorstr="#393f8b",GradientType=1); */
    /*background: url(../img/gradient-06.jpg) ;*/
    background-color: gray;
    background-repeat: repeat-y;
    background-size: 100%;
    margin-left: 0px !important;
}
@media only screen and (max-width: 992px){
    #row-header-menu{
        background: #010101;
    }
}
.header .header__menu .menu-menu-top-container{
    text-align: right;
}
.header .header__menu .menu-menu-top-container > ul > li
{
    margin-left: 5px;
    margin-right: 5px;
    height: 100%;
    max-width: 185px;
}
.header .header__menu ul li{
    border: none;
    background: none;
}
.header .header__menu ul li:hover {
    border: 1px solid #ffffff;
    background-color: white;
}
.header .header__menu ul li a{
    color: #fff;
    font-weight: 800;
}
.header .header__menu ul li a:hover{
    background: rgb(255 255 255 / 10%);
    color: #5b4581;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.header .header__menu ul ul li{
    background: #594480;
}
.header .header__menu ul ul li:hover{
    background: none;
}
.header .header__menu ul ul li:hover a{
    background: #fff;
    color: #594480 !important;
}
.header .header__menu ul ul li{
    transition: none;
}
.header .header__menu ul ul li a{
    font-size: 0.9vw;
    line-height: 1vw;
    font-weight: 700;
}
.header .header__menu ul ul li a:hover{
    background: rgb(255 255 255);
    color: #594480;
    transition: none;
}
.header__wcag{
    margin-bottom: 10px;
    width: 210px;
    min-width: 210px;
}
.header__wcag a {
    color: #fff !important;
}
/* .header__wcag .wcag-contrast-button img{
    filter: none;
} */
/* .header__wcag .wcag-contrast-button.active img{
    filter: brightness(0) invert(1);
}
body #podkr img{
    filter: brightness(1) invert(1);
}
body.wcag-contrast #podkr img{
    filter: none;
} */
.header__search{
    width: 100%;
}
.header .header__search{
    margin-bottom: 0;
    height: 45px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
    margin-bottom: 0 !important;
}
.header .header__search form{
    width: 100%;
    max-width: 630px;
}
.header .header__search input[type="text"]{
    width: 100%;
}

.program .page__boxes li .active,
.program .page__boxes li a:hover {
    border-color: #466694;
    background-color: #fff;
    color: #466694;
    transition: all 450ms ease;
}
.program .page__boxes li .active svg,
.program .page__boxes li a:hover svg {
    fill: #466694;
    transition: all 450ms ease;
}
#header-hamburger-menu{
    height: 60px;
}
#header-hamburger-menu .hamburger{
    margin: 7px 0;
}

.mobile-overlay .menu a{
    font-size: 16px;
    font-weight: 800;
    color: white;
    text-decoration: none;
    padding: 20px 0;
    background: #3c408a;
    display: inline-block;
    width: 100%;
    text-align: center;
}
body > .header > .header-bottom{
    padding-top: 15px;
    padding-bottom: 15px;
background-color: #11003F;
}

.table-speaker-block{}
.table-speaker-block-title{
    text-align: center;
    font-weight: bold;
    color:#000000;
    margin-bottom: 15px;
}
.table-speaker-block-list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
.table-speaker-block-list-item{
    padding: 0 15px 0 15px;
}
.table-speaker-block-list-item .tsbli-name{
    text-align: center;
    margin-bottom: 10px;
}
.table-speaker-block-list-item .tsbli-image{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.table-speaker-block-list-item .tsbli-image img{
    max-width: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* MIN */
@media only screen and (min-width: 992px){
    .header .header__menu ul li a {
        font-size: 14px;
        line-height: 17px
    }

    .header .header__menu .menu-menu-top-container > ul > li{
        margin-left: 0;
        margin-right: 0;
    }
    .subpage{
        max-height: 120px;
        background-color: #11003F;
    }
    .subpage h1 {
        font-size: 45px;
    }

    .program .page__boxes li a {
        padding-top: 15px;
    }
    .page__boxes li a {
        font-size: 20px;
    }
    .header__logo{
        margin-bottom: 5px;
    }
    .header .header__logo a{
        margin: 0;
    }

}

@media only screen and (min-width: 1199px){
    .header .header__menu ul li a {
        font-size: 15px;
    }
}


/* Extra small devices (portrait phones, less than 576px) */
/*
@media (max-width: 575.98px) {

}
*/

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .header .header__logo{
        padding: 0;
    }
    .hamburger .line {
        /*background: #2b3c8e;*/
        background: #fff;
    }
    .header__logo img,
    .mobile-overlay-logo img{
        max-height: 90px;
        margin-bottom: 10px;
    }
    .mobile-overlay .menu a{
        padding: 20px 0;
    }
    .fm-icon {
        font-size: 18px;
    }
    .fm-bar a, .fm-icon, .fm-round .fm-hit, .fm-sub > ul {
        width: 38px !important;
    }
    .fm-icon {
        font-size: 18px !important;
    }
    .fm-icon, .fm-label {
        line-height: 38px !important;
    }
    .fm-bar.fm-right li, .fm-right .fm-mask, .fm-hit, .fm-icon {
        height: 38px  !important;
    }
    .floating-menu ul{
        top: auto !important;
        bottom: 20px !important;
    }
    .wcag-contrast .hamburger div{
        background-color: #fff !important;
    }
    .footer .footer__copy{
        padding: 20px 40px;
    }

}

@media (max-width: 991px) {
    .header__eu{
        padding: 0 15px;
    }
    .header__eu img {
        position: inherit;
        left: auto;
        transform: none;
        height: auto;
        zoom: 1;
    }
    #mobile_header__wcag{
        padding-top: 25px;
    }
    .mobile-overlay-social img{
        max-height: 40px;
    }
    .mobile-overlay-logo img{
        max-height: 170px;
    }
    .table-speaker-block-list{
    	display: block !important;
    }
    .table-speaker-block-list-item .tsbli-name {
       
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .header .header__logo{
        padding: 0;
    }
    .header .header__logo a{
        width: auto;
    }
    .header .header__menu .menu-menu-top-container > ul > li{
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .header .header__menu ul li a {
        font-size: 1rem;
        padding: 0 10px;
    }
    .wpml-ls-legacy-list-horizontal .wpml-ls-flag{
        max-height: 25px;
    }
    .hamburger {
        right: 30px;
    }
}



/* NEW styles after 05.05.2026 */

.wp-block-froum-home-news-block.home__news {
    padding: 20px 0px;
}
.has-text-align-left {
    text-align: left !important;
}
.galeria__full ul li a {
    margin-bottom: 20px;
}

.program .page__boxes li a:hover {
    color: #486793;
}
.news--single .section-heading h3 {
    color: #000;
    margin: 0;
}
.section-heading {
    text-align: center;
    background: #EAC663;
    padding: 13px 15px;
    border: 1px solid;
}
.section-inner-fields .sectoin-field {
    display: flex;

}
.section-inner-fields .field-time {
    white-space: nowrap;
    min-width: 109px;
    border: 1px solid;
    padding: 5px 9px;
}
.section-inner-fields  .col-md-6 {
    padding: 0;
}
.section-inner-fields .field-label {
    padding: 6px 15px;
    border: 1px solid;
    width: 100%;
}
.news--single h5 a {
    font-size: 1.25rem;
}
.section-inner-fields .row .sectoin-field:last-child {
    border-bottom: none;
    margin-bottom: -12px;
}
.sectoin-field.the-end-time{
    background: #fff;
    position: relative;
    border-top: 1px solid;
}
.section-inner-fields .last-stage-content .field-label {
    padding-bottom: 40px;
}
.the-event-days-container{
    margin-bottom: 50px;
}
.the-event-days-container:nth-child(2n ) .section-heading {
    background: #bd1172;
}
.the-event-days-container:nth-child(2n ) .sectoin-field{
    color: #bd1172;
}
.the-event-days-container:nth-child(2n ) .section-small-label{
    color: #bd1172;
}
.section-small-label {
    background: #efefef;
    text-align: center;
    font-weight: bold;
    line-height: 2.3;
    border: 1px solid;

}
.section-inner-fields .last-stage-content .sectoin-field:last-child .field-label {
    padding-bottom: 32px;
}
@media(max-width: 991px){
    .section-inner-fields .row .sectoin-field:last-child{
        margin-bottom: 0;
    }
    .section-small-label {
        border-top: 1px solid;
    }
    .news--single {
        padding: 40px 0;
    }
    .col-md-12.the-event-days-container {
        padding: 0;
    }
    .section-inner-fields .field-time{
        white-space: initial;
        min-width: 63px;
        padding: 5px 9px;
        max-width: 63px;
    }
    .news--single p{
        font-size: 17px;
    }
    .section-inner-fields .field-label h5 {
        font-size: 17px;
    }
}
a {
    color: #7971a8;
}
.news--single .field-label li:before{
    top: 11px;
}
.section-inner-fields {
    overflow: hidden;
}

/* Wymuś 4 kolumny dla NextGEN Basic Thumbnails */
.ngg-gallery-thumbnail-box {
    float: left;
    width: 25% !important;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.entry-content .ngg-galleryoverview .ngg-gallery-thumbnail {
    padding: 8px;                    /* opcjonalnie: odstępy */
}

/* Responsywka – możesz dostosować progi */
@media (max-width: 992px) {
    .entry-content .ngg-galleryoverview .ngg-gallery-thumbnail-box { width: 33.333% !important; }
}
@media (max-width: 600px) {
    .entry-content .ngg-galleryoverview .ngg-gallery-thumbnail-box { width: 50% !important; }
}

.news--single__galeria .thumb{
    position:relative;
    width:100%;
    padding-top:66.666%; /* 3:2 */
    overflow:hidden;
    border-radius:12px;
}
.news--single__galeria .thumb img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.table-speaker-block-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.wp-block-gallery {
    gap: 20px !important;
}
.wp-block-gallery figure.wp-block-image:not(#individual-image) {
    width: 100% !important;
    flex: 0 0 calc((100% - 60px) / 4) !important;
}
.wp-block-gallery.columns-6 figure.wp-block-image:not(#individual-image) {
    flex: 0 0 calc((100% - 100px) / 6) !important;
}
.wp-block-gallery figure.wp-block-image img {
    border-radius: 8px;
    max-height: 150px;
}
.wp-block-gallery.columns-6 figure.wp-block-image img {
    max-height: 110px;
}
@media(max-width: 1199px) {
    .wp-block-gallery.columns-6 figure.wp-block-image:not(#individual-image) {
        flex: 0 0 calc((100% - 60px) / 4) !important;
    }
}
@media(max-width: 991px){
    .wp-block-gallery figure.wp-block-image:not(#individual-image), .wp-block-gallery.columns-6 figure.wp-block-image:not(#individual-image) {
        flex: 0 0 calc((100% - 40px) / 3) !important;
    }
}
@media(max-width: 767px){
    .wp-block-gallery figure.wp-block-image:not(#individual-image), .wp-block-gallery.columns-6 figure.wp-block-image:not(#individual-image) {
        flex: 0 0 calc((100% - 20px) / 2) !important;
    }
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin-bottom: 50px;
}



/* END NEW styles after 05.05.2026 */


.news--single .wp-block-list li:before {
    width: 7px;
    height: 7px;
    top: 8px;
    left: 0px;
    display: block;
    position: absolute;
    content: '';
    background: #184079;
    border-radius: 50%;
}

.news-single-custom .post-meta-data ul li:not(:last-child):after{
    width: 0;
    height: 0;
}