/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.ast-scroll-to-top-right {
    bottom: 90px;
}

.entry-content p {
    margin-bottom: 0;
}

.ast-site-title-wrap {
    display: none;
}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}

.wpcf7-form-control-wrap input,
.wpcf7 textarea {
    width: 100%;
    padding: 0.75em;
    border: 1px solid #B9C4D7;
    background: #fff;
}

.wpcf7-submit {
    background: #305a2c;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
}

.row {
    display: flex;
    margin-bottom: 20px;
}

.col {
    width: 50%;
    padding: 0 15px;
}

.full-col {
    width: 100%;
    padding: 0 15px;
}

.contact-form input[type="submit"] {
    background-color: #305a2c;
}

.propriete-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.propertie-box {
    flex: 0 0 33.333333%;
    padding: 0 20px;
}

.propertie-box a {
    height: 100%;
    display: flex;
    position: relative;
}

.propertie-box img {
    border-radius: 15px;
}

.pb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(265.27deg, #0000 20.55%, #305a2c 94.17%);
    opacity: .5;
    border-radius: 10px;
    transition: all 200ms ease-in;

}

.pb-info {
    position: absolute;
    bottom: 0;
    z-index: 3;
    text-align: center;
    width: 100%;
}

.pb-info h2 {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.band-sb {
    position: absolute;
    z-index: 3;
    background: #c0ac97;
    color: #fff;
    padding: 4px 13px;
    font-size: 14px;
    left: -22px;
    top: 12px;
    border-radius: 5px;
}

.propertie-box a:hover .pb-overlay {
    background-color: #305a2c;
}

.surface {
    color: #fff;
    background: green;
    display: inline-block;
    padding: 1px 9px;
    border-radius: 5px;
    margin-bottom: 18px;
    margin-top: 10px;
    font-size: 13px;
}

.ap-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 30px;
}

.property-single {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
}

.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination .page-numbers:not(.next):not(.prev) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    border: 2px solid #305a2c;
    border-radius: 50%;
    color: #305a2c;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
}

.pagination .page-numbers.current:not(.next):not(.prev) {
    background-color: #305a2c;
    color: #fff;
    border-color: #305a2c;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    color: #305a2c;
}

.pagination .page-numbers:hover {
    background-color: #f5f5f5;
}

.property-box {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.property-image {
    position: relative;
    width: 100%;
}

.property-image img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: transform 0.3s ease;
}

.property-image:hover img {
    transform: scale(1.05);
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    font-size: 14px;
    background-color: #c0ac97;
    color: #fff;
    border-radius: 4px;
}

h3.property-title {
    color: #c0ac97;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
}

p.property-address {
    font-size: 13px;
    font-family: "roboto", sans-serif;
    font-weight: 500;
}

.property-details {
    flex: 1;
    padding: 15px;
}

.property-title {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-info {
    display: flex;
    align-items: center;
}

.property-address {
    margin: 0;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-surface {
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
}

.property-box a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.img_plan {
    text-align: center;
}

@keyframes menuAnimated {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}

.fixed-menu {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0;
    z-index: 999;
    animation: menuAnimated 1s ease-in-out;
    -webkit-animation: menuAnimated 1s ease-in-out;
    border-bottom: 1px solid #c5cbd94f;
    background: #fff;
}

.admin-bar .fixed-menu {
    top: 32px;
}

div#n2-ss-3 .nextend-thumbnail-inner {
    flex-basis: auto !important;
    flex-grow: inherit !important;
}

.n2-ss-slider .n2-ss-slider-controls-above,
.n2-ss-slider .n2-ss-slider-controls-below {
    position: absolute;
    left: 0;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 3;
}


@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */

        -webkit-transform: scale(1.0);
        /* Safari and Chrome */

        -o-transform: scale(1.0);
        /* Opera */

        -moz-transform: scale(1.0);
        /* Firefox */
    }

    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}

.n2-ss-slider .n2-ss-slide-background-image img {
    animation: move 40s ease;
    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -moz-animation: move 40s ease;
}

.recent-properties .propertie-box {
    margin-top: 25px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #c0ac97;
}

.success-form {
    display: none;
}

.sucess-msg .line-1 {
    display: flex;
    align-items: center;
}

.sucess-msg svg {
    margin-right: 10px;
}

.magnific-popup-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}

.magnific-popup-gallery a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.magnific-popup-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.magnific-popup-gallery a:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.taxonomy-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.taxonomy-grid-item {
    width: 50%;
    margin-bottom: 20px;
}

.tax-banner {
    padding: 65px 20px;
}

.tax-banner h1 {
    font-size: 30px;
}

.error404 .site-header.header-main-layout-1 {
    display: none;
}

.tax-description {
    font-family: "Jost", sans-serif;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 1.7em;
    text-align: justify;
    margin-top: 35px;
}

.tax-description p {
    margin: 0;
}

.tax-description h3 {
    margin-bottom: 15px;
}

.ditty-list__page:before {
    content: '';
    position: absolute;
    left: 12px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: #325a2f;
    border-radius: 50%;
}

.residence-video {
    margin-bottom: 50px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub-title {
    margin-bottom: 30px;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .row {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .col {
        width: 100%;
        margin-bottom: 15px;
    }

    .propertie-box {
        flex: 0 0 100%;
    }

    div#n2-ss-3 .nextend-thumbnail-inner {
        flex-basis: 0 !important;
        flex-grow: 1 !important;
    }

    .n2-ss-slider .n2-ss-slider-controls-above,
    .n2-ss-slider .n2-ss-slider-controls-below {
        position: static;
        transform: initial;
    }

    .property-single {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .taxonomy-grid-item {
        width: 100%;
    }

    .band-sb {
        left: -15px;
    }

    .video-wrapper {
        padding-bottom: 300px;
    }

    .tax-banner {
        padding: 40px 20px;
    }
}
