body,
html {
    overflow-x: hidden;
}

p {
    margin-bottom: 0;
}

.wpgmp-map-1 .map-listing-container,
.wpgmp-map-2 .map-listing-container {
    display: flex;
    gap: 1em;
    flex-direction: column;
}

.wpgmp-map-1 .map-listing-container .list_div,
.wpgmp-map-2 .map-listing-container .list_div {
    order: 2;
    width: 100%;
}

.wpgmp-map-1 .map-listing-container .map_div,
.wpgmp-map-2 .map-listing-container .map_div {
    order: 1;
    width: 100%;
}


.wpgmp_pagination a,
.wpgmp_pagination span {
    color: #fff;
    border: none;
    background-color: var(--e-global-color-primary);
}

.wpgmp_pagination a:hover,
.wpgmp_pagination span:hover {
    background-color: var(--e-global-color-accent) !important;
}

.wpgmp_filter_wrappers {
    background-color: transparent;
}


@media screen and (min-width: 960px) {

    .wpgmp-map-1 .map-listing-container,
    .wpgmp-map-2 .map-listing-container {
        flex-direction: row;
    }

    .wpgmp-map-1 .map-listing-container .list_div,
    .wpgmp-map-2 .map-listing-container .list_div {
        max-width: 33%;

    }

    .wpgmp-map-1 .map-listing-container .map_div,
    .wpgmp-map-2 .map-listing-container .map_div {
        max-width: 66%;
    }
}


/* Od designera */



/* Homepage boxy 1 - CZ */
.obr-asp1 img {
    object-fit: cover;
    aspect-ratio: 16/10;
}


/* Homepage image carousel - CZ */
.swap1 img.swiper-slide-image {
    aspect-ratio: 1.1/1;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .swap1 .elementor-image-carousel {
        margin-left: -19%;
    }
}

.swap1 {
    overflow: hidden;
}

.swap1:before {
    z-index: 10;
    pointer-events: none;
}

.elementor-swiper-button.elementor-swiper-button-next,
.elementor-swiper-button.elementor-swiper-button-prev {
    z-index: 30 !important;
}

/* Homepage form - CZ */
.elementor-field-type-select.elementor-field-group.elementor-column.elementor-field-group-field_c19147a.elementor-col-100.elementor-field-required:before {
    content: "Zajímám se o ...";
    margin-bottom: 10px;
    font-weight: 600;
}

input#form-field-field_cbb12fc {
    vertical-align: sub;
}

/* Homepage form - EN */
.en-hp-form .elementor-field-type-select.elementor-field-group.elementor-column.elementor-field-group-field_c19147a.elementor-col-100.elementor-field-required:before {
    content: "I am interested in ...";
}

/* Landing Pages */
/* all LPs posts */
article.elementor-post {
    overflow: visible !important;
}

/* LP ToC */
.elementor-toc__list-item {
    margin-bottom: 1em;
}

/* LP Drobeckova nav */
ol.breadcrumb-tmc a {
    color: #9DA3AA !important;
}

span.breadcrumb-tmc-separator {
    color: white;
}

.lp-brc {
    text-align: center;
}

/* LP dynamicky prispevek */
a.elementor-post__read-more {
    font-family: Nunito;
    color: white;
    padding: 7px 22px;
    background: #18248C;
}

.elementor-post__excerpt {
    margin-bottom: 35px !important;
}

/* LP reference carousel */
@media (min-width: 1024px) {
    .swiper-wrapper {
        pointer-events: all;
        cursor: pointer;
    }
}