/*
Theme Name: NALC Auctions V2
Author: The Design Attic
Version: 1.0
*/
.hero-property-search__title,
.favourite-property .es-price, .featured-property .es-price, .es-layout-list .es-price, .es-layout-2_col .es-price, .property-info .es-price,
.es-price,
.font-sans {
    font-family: 'Poppins', sans-serif !important;
}

.font-serif {
    font-family: 'Cormorant Garamond', serif !important;
}

.wp-block-heading,
.text-purple {
    color: #00534C;
}

.bg-new-green {
    background: #00534C !important;
}

.content-block-featured-properties {
    background: #F0F0F0 !important;
}

.sender-subs-embed-form-bkzDJa .sender-form-box {
    background: transparent !important;
}

.hero-title {
    background: rgba(0, 83, 76, .75);
    width: 100%;
    max-width: 872px;
    margin: 0 auto;
}

.hero-title h1 {
    font-size: 50px;
    padding: 50px;
}

.hero-title .next-auction-banner {
    width: 100%;
    justify-content: center;
}

.property-search .bg-light-gold {
    background: white !important;
}

.property-search-title {
    background: rgba(255, 255, 255, .8) !important;
    font-size: 30px;
}

.hero-property-search__title {
    font-size: 24px;
}

@media screen and (max-width: 1024px) {
    .content-block-hero .content-block__content {
        flex-direction: column;
    }

    .hero-title h1 {
        font-size: 36px !important;
        padding: 25px;
    }

    .property-search {
        position: relative;
        z-index: 21;
    }
}

@media screen and (min-width: 1024px) {
    .property-search {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 21;
    }

    .property-search select {
        max-width: 250px;
    }
    
    .property-search input[type=number] {
        max-width: 150px;
    }

    .content-block-hero .content-block__content {
        height: 1050px;
    }
}

.properties.is-featured .es-property-inner,
.es-single-tabs-wrap ul.es-single-tabs li a.active,
.bg-green {
    background: #00534C !important;
}

.text-purple,
.\!text-purple,
.properties:not(.is-featured),
.es-tabbed-item h3 {
    color: #00534C !important;
}

.pagination .nav-links {
    padding-top: 15px;
    padding-bottom: 15px;
}