/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html {
    scroll-behavior: smooth;
}

h2.county-heading {
    font-family: Alatsi !important;
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 60px;
    text-transform: capitalize;
    color: #1D1D1D;
}

h2.county-heading span {
    color: #91BC51;
}

@media (max-width: 1024px) {
    h2.county-heading {
        font-size: 38px !important;
        line-height: 48px;
    }
}

@media (max-width: 768px) {
    h2.county-heading {
        font-size: 26px !important;
        line-height: 26px;
    }
}

.elementor-location-archive hr {
    border: 1px solid #DEDEDE;
    margin: 40px 0 55px 0 !important;
}

.property-posts-wrapper+hr:last-child {
    display: none;
}

.property-posts-wrapper {
    max-width: 1440px;
    margin: auto;
    padding: 0 15px;
}

.property-posts-wrapper .inner-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin: 10px 0 0 0;
}

.property-card {
    min-width: 449.39px;
    max-width: 449.39px;
    /* min-height: 592.14px; */
    /* max-height: 592.14px; */
    min-height: 673.14px;
    max-height: 673.14px;
    border-radius: 25px;
    box-shadow: 0px 3.52px 17.62px #00000040;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.property-card:hover {
    box-shadow: 0px 3.52px 17.62px #00000070;
    transform: scale(1.01);
}

.property-card .image-wrapper {
    min-width: 449.39px;
    width: 449.39px;
    max-width: 449.39px;
    min-height: 304.28px;
    height: 304.28px;
    max-height: 304.28px;
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    object-fit: cover;
    position: relative
}

.property-card .image-wrapper img {
    /* min-width: 449.39px;
    max-width: 449.39px;
    min-height: 304.28px;
    max-height: 304.28px; */

    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 500px) {
    .property-card {
        min-width: 100%;
        max-width: 100%;
    }

    .property-card .image-wrapper {
        min-width: 100%;
        max-width: 100%;
    }
}

.property-card .image-wrapper .product-status {
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 25px;
    padding: 7px 18px;
    border: 2px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-card .image-wrapper .product-status.product-status-available {
    background-color: #91BC51;
}

.property-card .image-wrapper .product-status.product-status-under-contract {
    background-color: #e9820d;
}

.property-card .image-wrapper .product-status.product-status-sold {
    background-color: #d31c1c;
}

.property-card .image-wrapper .product-status p {
    font-size: 18px;
    font-family: Kanit;
    line-height: 16px;
    color: #FFF;
    margin: 0;
    text-align: center;
}

.property-card .price-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border: 1.32px solid #91BC51;
    border-radius: 26px;
    padding: 5px 25px;
    margin: 0 13px;
    position: absolute;
    top: 293px;
    left: 0;
}

.property-card .price-wrapper p {
    font-family: Ubuntu;
    font-size: 33.48px;
    line-height: 33.48px;
    font-weight: 700;
    color: #91BC51;
    text-align: center;
    margin: 0;
}

.property-card .title {
    font-family: Inter;
    font-size: 21.2px;
    font-weight: 700;
    line-height: 28.2px;
    color: #212121;
    text-transform: capitalize;
    margin: 43px 0 15px 0;
    padding: 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 87px;
}

.property-card .state-and-county {
    font-family: Inter;
    font-size: 17.85px;
    /* font-size: 18.85px; */
    line-height: 23.85px;
    font-weight: 600;
    color: #1D1D1D;
    padding: 0 13px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.property-card .inner-container {
    /* display: flex; */
    /* justify-content: flex-start; */
    /* align-items: center; */
    margin: 25px 0 20px 0;
}

.property-card .inner-container .left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-width: 1px 0 0 0;
    border-color: #1E593F;
    border-style: solid;
    padding: 5px 13px 5px 13px;
    border-collapse: collapse;
    /* display: flex;
    justify-content: flex-start;
    align-items: center;
    border-width: 1px 1px 1px 0px;
    border-color: #1E593F;
    border-style: solid;
    padding: 5px 0 5px 13px;
    border-collapse: collapse; */
}

.property-card .inner-container .right {
    flex: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-width: 1px 0 1px 0;
    border-color: #1E593F;
    border-style: solid;
    padding: 5px 13px 5px 13px;
    border-collapse: collapse;
    /* display: flex;
    justify-content: flex-start;
    align-items: center;
    border-width: 1px 0px 1px 1px;
    border-color: #1E593F;
    border-style: solid;
    padding: 5px 0 5px 17px;
    border-collapse: collapse; */
}

.property-card .inner-container .left p,
.property-card .inner-container .right p {
    font-family: Inter;
    font-size: 18.85px;
    font-weight: 400;
    line-height: 20.85px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #343434;
}

/* .property-card a{
    font-family: Kanit;
    font-size: 17.52px;
    line-height: 24px;
    font-weight: 400;
    color: #121212;
    transition: all 0.3s ease;
    margin: 0 13px;
    border: none;
}
.property-card a span{
    margin-left: 8px;
    vertical-align: middle;
}
.property-card a span img{
    transition: all 0.3s ease;
}
.property-card a:hover{
    border-bottom: 1px solid #121212;
}
.property-card a:hover span img{
    transform: rotate(45deg);
}

.link-replacement{
    font-family: Kanit;
    font-size: 17.52px;
    line-height: 24px;
    font-weight: 400;
    color: red;
    transition: all 0.3s ease;
    margin: 0 13px;
    border: none;
} */


.property-card .redirection-link {
    font-family: Kanit;
    font-size: 17.52px;
    line-height: 24px;
    font-weight: 400;
    color: #121212;
    transition: all 0.3s ease;
    margin: 0 13px;
    border: none;
}

.property-card .redirection-link span {
    margin-left: 8px;
    vertical-align: middle;
}

.property-card .redirection-link span img {
    transition: all 0.3s ease;
}

.property-card .redirection-link:hover {
    border-bottom: 1px solid #121212;
}

.property-card .redirection-link:hover span img {
    transform: rotate(45deg);
}

.link-replacement {
    font-family: Kanit;
    font-size: 17.52px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s ease;
    margin: 0 13px;
    border: none;
}

@media (max-width: 1424px) {
    h2.county-heading {
        text-align: center;
    }

    .property-posts-wrapper .inner-wrapper {
        justify-content: center;
    }
}