.footer_1 .elementor-nav-menu {
    display: flex;
    flex-direction: row;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
}

.footer_1 .elementor-nav-menu li a {
    padding: 0 10px !important;
}

.section-contact .contact_map iframe {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.slider-carusel-arrows .short_info {
    margin-top: 20px;
}

.slider-carusel-arrows .short_info span {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    width: 20%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.slider-carusel-arrows .short_info span:before {
    content: "";
    width: 20px;
    height: 21px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 22px;
}

.slider-carusel-arrows .short_info span.people:before {
    background-image: url(../images/svg/icon_people_white.svg);
    background-size: 17px;
    top: -2px;
}

.slider-carusel-arrows .short_info span.parking:before {
    background-image: url(../images/svg/icon_car_white.svg);
}

.slider-carusel-arrows .short_info span.beds:before {
    background-image: url(../images/svg/icon_bead_white.svg);
}

.slider-carusel-arrows .short_info span.bathroom:before {
    background-image: url(../images/svg/icon_bath_white.svg);
    background-size: 19px;
    top: -3px;
}

.slider-carusel-arrows .short_info span.pool:before {
    background-image: url(../images/svg/icon_pool_white.svg);
}

body .dialog-type-lightbox {
    z-index: 999999;
}

.page-listing h1 {
    margin-bottom: 40px;
}

.listing_posts .article-item {
    margin-bottom: 30px;
}

.listing_posts .article-item .image {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #dfdfdf;
    display: block;
    margin-bottom: 20px;
}

.listing_posts .article-item .text-content h3 {
    margin-bottom: 10px;
}

.listing_posts .article-item .text-content a {
    line-height: 1.3em;
}

.wp-pagenavi {
    padding: 50px 0 0 0;
    text-align: center;
}

.wp-pagenavi .page-numbers {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.wp-pagenavi .page-numbers li {
    display: inline-block;
    vertical-align: top;
}

.wp-pagenavi .page-numbers li a,
.wp-pagenavi .page-numbers li .current {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #2ED9C3;
    color: #fff;
    border-radius: 500px;
    font-size: 20px;
    line-height: 50px;
}

.wp-pagenavi .page-numbers li .dots {
    height: 50px;
    line-height: 50px;
    width: 30px;
}

.wp-pagenavi .page-numbers li a:hover,
.wp-pagenavi .page-numbers li .current {
    background: #ffa400;
}

.share {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0;
    margin-bottom: 60px;
    margin-top: 30px;
}

.share a {
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 500px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    margin: 0 5px;
}

.share a.fb {
    background: #4267B2;
}

.share a.tw {
    background: #1DA1F2;
}

.share a.lk {
    background: #0072b1;
}

.alignleft,
.alignright {
    padding: 10px 0;
}

@media (max-width: 1020px) {
    .footer_1 .elementor-nav-menu {
        display: block;
        padding-left: 0;
    }

    .listing_posts .article-item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .listing_posts .article-item {
        width: 100%;
    }

    .general_content_images img {
        width: auto;
        height: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 560px) {
    .listing_posts .article-item .image {
        height: 200px;
    }

    .page-listing h1 {
        margin-bottom: 20px;
    }
}