#main-content .container:before {
    display: none !important;
}
.glapa-header {
    position: relative;
}

.glapa-header .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glapa-header .container {
    z-index: 2;
}

.glapa-header .container {
    min-height: 300px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 50px 0 0;
    margin-bottom: 0 !important;
}

.glapa-header h1 {
    color: #fff;
}

.glapa-header form {
    position: relative;
    max-width: 300px;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 auto;
}

.glapa-header form:after {
    content: "";
    background-image: url('/wp-content/uploads/2024/03/search-solid.svg');
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.glapa-header form input {
    width: calc(100%);
    padding: 0 40px 0 20px;
    border: 0;
}

.glapa-header form #searchsubmit {
    display: none;
}
.glapaheaderswiper .swiper-slide {
    background-position: center center;
    background-size: contain;
        background-repeat: no-repeat;
    background-color: #f4f4f4;
}
#glapa-1, #glapa-2, #glapa-3, #glapa-4, #glapa-5, #glapa-6{
    /* background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply; */
    background-position: center center;
    background-size: cover;
}

.glapa-body .container {
    padding-top: 10px !important;
}

.glapa-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 40px 20px
}

.glapa-grid::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 3;
}

.glapa-item {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 8px;
    grid-column: span 2;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
}

.glapa-grid > *:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 3;
}

.glapa-item-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;

}

.glapa-bg-dark {
    color: #fff;
}

.glapa-bg-dark h3 {
    color: #fff;
}

.glapa-btn {
    padding: 10px 10px;
    margin: 10px 0;
    border-radius: 8px;
        font-size: 24px;
}
.glapa-intro .container {
    min-height: auto !important;
}

.glapa-bg-dark .glapa-btn {
    color: #fff;
}

.glapa-bg-light .glapa-btn {
    background-color: #4f6caf;
    color: #fff;
}

.glapa-title-button-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}


.glapa-item-carousel .glapa-item-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
    right: 0;
    max-height: 60px;
}

.glapanewsswiper, .glapamembprosswiper {
    width: 100%;
    border-radius: 8px;
}

.glapanewsswiper .swiper-slide, .glapamembprosswiper .swiper-slide {
    display: flex;
    align-items: stretch;
}

.glapa-slide-item {
    position: relative;
    width: 100%;
}
.glapa-slide-item a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.glapa-slide-item a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    /* background-color: rgba(0, 0, 0, .5); */
}

.glapa-slide-item span {
    position: relative;
    z-index: 3;
    display: block;
    padding: 60px 35px;
    color: #fff;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
}

.glapa-slide-item picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.glapa-slide-item picture img, .glapa-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.swiper-button-next, .swiper-button-prev {
    position: absolute !important;
    z-index: 10 !important;;
    top: 50% !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    height: 10px;
    width: 10px;
    font-size: 20px !important;
    color: #fff;
}

.glapa-subheader {
    border: 4px solid #4f6caf;
    border-width: 4px 0;
    display: none;
    color: #fff;
    background-color: #4f6caf; 
}
.page-id-10930 .glapa-subheader {
    display: block;
}
.glapa-subheader a {
    color: #fff !important;
}
.glapa-tt-wrap {
    overflow-x: hidden;
    display: flex;
    margin-right: 40px;
    padding-top: 40px;
}
.glapa-tt {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 1rem;
    animation-name: glapa-tt;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-direction: normal;
}
@keyframes glapa-tt {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1200px) {
    .glapa-grid {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    }

    .glapa-item {
        grid-column: span 3;
    }

    .glapa-grid > *:first-child {
        grid-column: 1 / 4;
    }
}

@media (max-width: 750px) {
    .glapa-grid {
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .glapa-item {
        grid-column: span 6;
    }

    .glapa-grid > *:first-child {
        grid-column: 1 / 7;
    }

    #glapa-1, #glapa-9 {
        height: 300px;;
    }

}
#popmake-10929 {
    position: relative;
}
#popmake-10929:after {
    content: "";
    width: 200px;
    height: 280px;
    background-image: url('/wp-content/themes/Divi-child-theme-01/glapa/events-balloon.png');
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 30%;
}

#popmake-10929 .popmake-content p:nth-child(8n - 6), #popmake-10929 .popmake-content p:nth-child(8n - 1) {
    padding-left: 15px;
}
#popmake-10929 .popmake-content p:nth-child(8n - 5), #popmake-10929 .popmake-content p:nth-child(8n - 2) {
    padding-left: 35px;
}
#popmake-10929 .popmake-content p:nth-child(8n - 4), #popmake-10929 .popmake-content p:nth-child(8n - 3) {
    padding-left: 55px;
}
.glapa-subheader-container {
    margin: auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
}