@Charset 'UTF-8';
/*-----------------------------------------------------------------------------------

-1  Global
--1-1  Spinner
--1-2  Form
--1-3  Lightbox
--1-4  Wordpress
--1-5  Tooltip
--1-6  Pagination
--1-7  Message
--1-8  Nagination
--1-9  Modern Carousel
--1-10 FlexSlider
--1-11 Grid
--1-12 Breadcrumbs
--1-13 Chosen
-2  Header
-3  Footer
-4  Home
-5  Search CSS
--5-1  Default Search CSS
--5-2  Simple Search CSS
-6  Properties CSS
--6-1  Property Sort Widget CSS
--6-2  Property View Widget CSS
--6-3  Property Thumbnail Widget CSS
--6-4  Property Title Widget CSS
--6-5  Property Icons Widget CSS
-7  Neighborhood CSS
-8  Complexes CSS
-9  Property CSS
--9-1  Property Default CSS
--9-2  Property Layout2 CSS
---9-2-1  Property Grid Widget CSS
---9-2-2  Property Gallery Widget CSS
---9-2-3  Property Info Widget CSS
---9-2-4  Property Map Widget CSS
---9-2-5  Property Details Widget CSS
---9-2-6  Similar Properties Widget CSS
---9-2-7  Property Links Widget CSS
---9-2-8  Property Agents Widget CSS
----9-2-8-1  Default View
----9-2-8-2  Profileshow View
---9-2-9  Property Room Widget CSS
---9-2-10 Property Attachments Widget CSS
---9-2-11 Property Open Dates Widget CSS
-10 Agents CSS
-11 Agent CSS
-12 Addons CSS
--12-1 Membership Addons CSS
---12-1-1 Form CSS
---12-1-2 Menu CSS
---12-1-3 Profile CSS
---12-1-4 Save Search CSS
---12-1-5 Property Manager CSS
----12-1-5-1 Header CSS
----12-1-5-2 Tabs CSS
----12-1-5-3 Panel CSS
----12-1-5-4 Properties CSS
----12-1-5-5 Property Manager CSS
--12-2 Mortgage Calculator Addons CSS
--12-3 School Addons CSS
--12-4 Tags Addons CSS
--12-5 Save Search Addons CSS
--12-6 Review Addons CSS
--12-7 Booking Addons CSS
--12-8 APS Addons CSS
--12-9 Open House Addons CSS

/*------------------------------------------ -1  Global CSS ------------------------------------------*/

:root {
    --Primary-Color: rgb(190, 55, 55);
    --Secondary-Color: rgb(55, 55, 55);
    --Footer-Color: rgb(255, 255, 255);
    --Primary-Font-Family: 'Open Sans';
}

a {
    color: var(--Primary-Color);
    text-decoration: none;
    transition: all .25s ease-in-out;
}

a:hover {
    color: var(--Primary-Color);
}

::selection {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    margin: 0
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: var(--Primary-Font-Family);
    line-height: 1.5;
}

mark,
.mark {
    background: transparent;
}

.wpl-garnet-template-wp body {
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    color: var(--Secondary-Color);
}

.gr-overlay {
    content: '';
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1090;
}

.gr-overlay.gr-active {
    display: block;
}

.gr-contact-section {
    width: 250px;
    height: 130px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    right: -215px;
    bottom: 90px;
    background: rgb(255, 255, 255);
    border-radius: 0.5rem 0 0 0.5rem;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    z-index: 1090;
}

.gr-contact-section.gr-active {
    right: 0;
}

.gr-contact-section .gr-label {
    width: 130px;
    height: 30px;
    margin: 0;
    position: fixed;
    bottom: 60px;
    right: auto;
    transform: rotate(-90deg) translateY(0);
    transform-origin: top left;
    cursor: pointer;
}

.gr-contact-section .gr-label div {
    padding: 5px 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 0.25rem 0.25rem 0 0;
}

.gr-contact-section .gr-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 50px;
    line-height: 2;
    text-align: left;
}

.gr-contact-section .gr-info a {
    color: var(--Secondary-Color);
}

.gr-contact-section .gr-info a:hover {
    color: var(--Primary-Color);
}

.gr-fav-section {
    width: 325px;
    position: fixed;
    left: -325px;
    top: 235px;
    background: rgb(255, 255, 255);
    border-radius: 0 0 .25rem;
    transition: 0.5s;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    z-index: 1090;
}

.gr-fav-section.gr-active {
    left: 0;
}

.gr-fav-section .gr-label {
    width: 150px;
    height: 30px;
    margin: 0;
    position: fixed;
    top: auto;
    left: auto;
    transform: rotate(-90deg) translateY(175px);
    transform-origin: top right;
    cursor: pointer;
}

.gr-fav-section .gr-label div {
    padding: 5px 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 0 0 0.25rem 0.25rem;
}

.gr-fav-section .gr-content {
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_widget_title {
    padding: 0;
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    font-weight: normal;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorites_items {
    height: 250px;
    padding: 15px;
    border: 0;
    overflow: auto;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorites_items li {
    padding: 5px 0;
    position: relative;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorites_items li .wpl_favorite_item_image {
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: .25rem;
    object-fit: cover;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorites_items li .no_image_box {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: .25rem;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorites_items li .no_image_box:before {
    font-size: 25px;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorites_items li a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorites_items li .wpl_favorite_item_title {
    font-family: var(--Primary-Font-Family);
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    color: var(--Secondary-Color);
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorites_items li .wpl_favorite_item_remove {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute !important;
    top: -5px;
    left: -10px;
    font-size: .90rem;
    line-height: 1;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-radius: 50%;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl-gen-grid-no-result {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background: rgb(250, 215, 220);
    color: rgb(130, 30, 40);
    border: 1px solid rgb(245, 195, 200);
    border-radius: .25rem;
    text-transform: capitalize;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_contact_form {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0;
    padding: 0;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_contact_form .form-field input {
    height: 45px !important;
    padding: 0 5px;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_contact_form .form-field input,
.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_contact_form .form-field textarea::placeholder {
    font-size: .95rem;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_contact_form .form-field input[type='Submit'] {
    height: 35px;
    padding: 0 10px;
    font-size: 1rem;
    text-transform: capitalize;
    background: var(--Secondary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 0.25rem !important;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_contact_form .form-field textarea {
    height: 75px;
    padding: 5px 10px;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_contact_form .form-field button {
    margin: -60px 0 0 !important;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_contact_form .form-field button:hover,
.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_contact_form .form-field input[type='Submit']:hover {
    opacity: .75;
}

.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_contact_form .form-field button:focus,
.gr-fav-section .gr-content .widget_wpl_favorites_widget .wpl_favorite_contact_form .form-field input[type='Submit']:focus {
    box-shadow: none;
}

/*------------------------------------------ --1-1  Spinner ------------------------------------------*/

#page-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    z-index: 99999
}

#page-preloader .spinner {
    width: 150px;
    height: 150px;
    display: block;
    margin: -75px 0 0 -75px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid transparent;
    border-top-color: var(--Primary-Color);
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}

#page-preloader .spinner:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 3px solid transparent;
    border-top-color: var(--Primary-Color);
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#page-preloader .spinner:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 3px solid transparent;
    border-top-color: var(--Primary-Color);
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*------------------------------------------ --1-2  Form ------------------------------------------*/

.wpl-garnet-template-wp input[type='tel'],
.wpl-garnet-template-wp input[type='url'],
.wpl-garnet-template-wp input[type='text'],
.wpl-garnet-template-wp input[type='email'],
.wpl-garnet-template-wp input[type='search'],
.wpl-garnet-template-wp input[type='number'],
.wpl-garnet-template-wp input[type='password'] {
    width: 100% !important;
    height: 35px !important;
    padding: 0 10px;
    font-size: .90rem;
    background: rgb(255, 255, 255);
    color: rgb(100, 100, 100);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 0.25rem;
    vertical-align: middle;
}

.wpl-garnet-template-wp input[type='tel']::placeholder,
.wpl-garnet-template-wp input[type='url']::placeholder,
.wpl-garnet-template-wp input[type='text']::placeholder,
.wpl-garnet-template-wp input[type='email']::placeholder,
.wpl-garnet-template-wp input[type='search']::placeholder,
.wpl-garnet-template-wp input[type='number']::placeholder,
.wpl-garnet-template-wp input[type='password']::placeholder {
    color: rgb(100, 100, 100) !important;
}

.wpl-garnet-template-wp input[type='Submit'],
.wpl-garnet-template-wp input[type='Button'],
.wpl-garnet-template-wp button {
    height: 35px;
    padding: 0 10px !important;
    font-size: 1rem;
    font-weight: normal;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 0.25rem;
}

.wpl-garnet-template-wp input[type='Submit']:hover,
.wpl-garnet-template-wp input[type='Button']:hover,
.wpl-garnet-template-wp input[type='Submit']:focus,
.wpl-garnet-template-wp input[type='Button']:focus,
.wpl-garnet-template-wp input[type='Submit']:active,
.wpl-garnet-template-wp input[type='Button']:active {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    opacity: .85;
    box-shadow: none;
}

.wpl-garnet-template-wp textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 1rem;
    background: transparent;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 0.25rem;
    resize: none;
}

.wpl-garnet-template-wp textarea::placeholder {
    font-size: 1rem;
    color: rgb(100, 100, 100) !important;
}

.wpl-garnet-template-wp select {
    width: 100%;
    display: inline-block;
    padding: 5px;
    border: 1px solid rgb(225, 225, 225);
    border-radius: .25rem;
}

.wpl-garnet-template-wp select:focus {
    outline: 0;
    box-shadow: none;
}

.wpl-garnet-template-wp input[type='tel']:focus,
.wpl-garnet-template-wp input[type='url']:focus,
.wpl-garnet-template-wp input[type='text']:focus,
.wpl-garnet-template-wp input[type='email']:focus,
.wpl-garnet-template-wp input[type='search']:focus,
.wpl-garnet-template-wp input[type='number']:focus,
.wpl-garnet-template-wp input[type='password']:focus,
.wpl-garnet-template-wp textarea:focus {
    outline: 0;
    border-color: var(--Primary-Color);
    box-shadow: none;
}

.wpl_prp_show_container .listing_contact input[type='Reset'],
.wpl_prp_show_container .listing_contact input[type='Button'],
.wpl_prp_show_container .listing_contact input[type='Submit'] {
    margin: 5px 0;
    padding: 5px 10px;
    border-radius: .25rem;
}

.wpl_prp_show_container .listing_contact input[type='Reset']:hover,
.wpl_prp_show_container .listing_contact input[type='Button']:hover,
.wpl_prp_show_container .listing_contact input[type='Submit']:hover {
    background: var(--Primary-Color);
    border-color: var(--Primary-Color);
    opacity: .85;
}

@media screen and (max-width: 991px) {

    .wpl-garnet-template-wp input[type='tel'],
    .wpl-garnet-template-wp input[type='url'],
    .wpl-garnet-template-wp input[type='text'],
    .wpl-garnet-template-wp input[type='email'],
    .wpl-garnet-template-wp input[type='search'],
    .wpl-garnet-template-wp input[type='number'],
    .wpl-garnet-template-wp input[type='password'],
    .wpl-garnet-template-wp textarea {
        margin: 0 0 10px;
    }
}

/*------------------------------------------ --1-3  Lightbox ------------------------------------------*/

.realtyna-lightbox-wp,
.wpl-frontend-lightbox-wp {
    margin: 0;
    background: rgb(255, 255, 255);
    border: 0;
    border-radius: 15px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
}

.realtyna-lightbox-wp h2,
.wpl-frontend-lightbox-wp h2,
.realtyna-lightbox-wp .realtyna-lightbox-title,
.wpl-frontend-lightbox-wp .realtyna-lightbox-title,
.realtyna-lightbox-wp .wpl-radius-box-title,
.wpl-frontend-lightbox-wp .wpl-radius-box-title {
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    text-transform: capitalize;
}

.realtyna-lightbox-wp .realtyna-lightbox-close-btn,
.wpl-frontend-lightbox-wp .realtyna-lightbox-close-btn {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    color: rgb(255, 255, 255);
}

.realtyna-lightbox-wp .realtyna-lightbox-close-btn:before,
.wpl-frontend-lightbox-wp .realtyna-lightbox-close-btn:before {
    font-size: 1rem;
}

.realtyna-lightbox-wp .realtyna-lightbox-close-btn:hover,
.wpl-frontend-lightbox-wp .realtyna-lightbox-close-btn:hover {
    color: rgb(255, 255, 255);
    transform: none;
}

.realtyna-lightbox-wp .wpl_message_container,
.wpl-frontend-lightbox-wp .wpl_message_container {
    margin: 0;
}

.wpl-frontend-lightbox-wp .realtyna-lightbox-text-wrap .wpl-aps-addon {
    margin: 0 auto;
}

.realtyna-lightbox-wp .wpl-gen-form-wp,
.wpl-frontend-lightbox-wp .wpl-gen-form-wp {
    padding: 15px 0 0;
    font-family: var(--Primary-Font-Family);
    font-size: 16px
}

.realtyna-lightbox-wp .wpl-gen-form-wp p,
.wpl-frontend-lightbox-wp .wpl-gen-form-wp p {
    font-size: 16px;
    font-weight: normal
}

.realtyna-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row,
.wpl-frontend-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row {
    margin: 0 0 10px;
    padding: 0 15px;
    flex-direction: column;
}

.realtyna-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row label,
.wpl-frontend-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row label {
    width: 100%;
    display: block;
    margin: 0 0 5px;
    padding: 0;
    font-size: .95rem;
    color: var(--Secondary-Color);
    text-align: left;
    font-weight: normal
}

.realtyna-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row label+textarea,
.wpl-frontend-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row label+textarea {
    width: 100%;
}

.realtyna-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row>.wpl-gen-btn-1,
.wpl-frontend-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row>.wpl-gen-btn-1,
.realtyna-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row input[type='Submit'],
.wpl-frontend-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row input[type='Submit'] {
    margin: 0 0 15px;
    background: var(--Primary-Color);
    border-radius: .25rem;
}

.realtyna-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row>.wpl-gen-btn-1:hover,
.wpl-frontend-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row>.wpl-gen-btn-1:hover,
.realtyna-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row input[type='Submit']:hover,
.wpl-frontend-lightbox-wp .wpl-gen-form-wp .wpl-gen-form-row input[type='Submit']:hover {
    opacity: .85;
}

.wpl-frontend-lightbox-wp .wpl-gen-form-wp.wpl-aps-addon-landing-page-generator-form {
    margin: 0;
}

.wpl-frontend-lightbox-wp .wpl-gen-form-wp.wpl-aps-addon-landing-page-generator-form .wpl-gen-form-row>.wpl-gen-btn-1 {
    margin: 15px 0 0;
}

/*------------------------------------------ --1-4  Wordpress ------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    width: auto;
    height: auto;
    display: block;
    padding: 15px 25px 15px;
    background: rgb(235, 235, 235);
    color: var(--Secondary-Color);
    font-size: 1rem;
    top: 5px;
    left: 5px;
    clip: auto !important;
    clip-path: none;
    line-height: normal;
    text-decoration: none;
    z-index: 1090;
}

/*------------------------------------------ --1-5  Tooltip ------------------------------------------*/

.wpl-garnet-template-wp .qtip {
    padding: 5px 10px;
    font-size: .95rem;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-color: var(--Primary-Color);
    border-radius: 300px;
}

.wpl-garnet-template-wp .qtip .qtip-content {
    padding: 0;
    line-height: 1.5;
    text-align: center;
}

.wpl-garnet-template-wp .qtip .qtip-tip canvas {
    display: none;
}

/*------------------------------------------ --1-6  Pagination ------------------------------------------*/

.wpl-garnet-template-wp .wpl_pagination_container .chosen-container-single .chosen-single {
    height: 30px;
    padding: 0 10px;
    line-height: normal;
    border-radius: .25rem;
    border-radius: 300px;
}

.wpl-garnet-template-wp .wpl_pagination_container .chosen-container-single .chosen-single div b {
    font-size: .90rem;
    background: rgb(255, 255, 255);
}

.wpl-garnet-template-wp .wpl_pagination_container .chosen-container-single .chosen-single div b:before {
    content: '\e909';
    font-family: 'Icomoon';
}

.wpl-garnet-template-wp .wpl_pagination_container .chosen-container-single .chosen-drop {
    margin: 5px 0 0;
    padding: 5px 0 0;
    border-radius: 10px;
}

.wpl-garnet-template-wp .wpl_pagination_container .chosen-container-single .chosen-drop .chosen-results li {
    border-radius: 300px;
}

.wpl-garnet-template-wp .wpl_pagination_container .chosen-container-single .chosen-drop .chosen-results li.highlighted {
    background: var(--Primary-Color);
}

.wpl_pagination_container {
    padding: 15px 0 !important;
    border: 0;
}

.wpl_pagination_container .wpl_page_size,
.wpl_pagination_container .wpl_total_result {
    margin: 5px 0 0 !important;
    line-height: 1.5 !important;
    text-transform: capitalize;
}

.wpl_pagination_container .wpl_page_size {
    margin: 0 !important;
}

.wpl_page_size .wpl_page_size_title {
    display: none;
}

.wpl_pagination_container .wpl_page_size_options {
    width: auto !important;
    height: auto !important;
    font-size: .875rem !important;
    border-radius: 300px;
}

.wpl_pagination_container .pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 5px 5px 5px 0;
}

.wpl_pagination_container .pagination li a,
.wpl_pagination_container .pagination li span {
    width: auto !important;
    height: auto !important;
    margin: 0;
    padding: 5px 10px !important;
    background: rgb(255, 255, 255);
    color: var(--Secondary-Color) !important;
    border: 0;
    border-radius: 300px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.wpl_pagination_container ul.pagination li.active a,
.wpl_pagination_container ul.pagination li a:hover {
    background: var(--Primary-Color) !important;
    color: rgb(255, 255, 255) !important;
    border-color: var(--Primary-Color) !important;
}

.wpl_view_container .pagination-wp {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    padding: 0;
}

.wpl_view_container .pagination-wp .pagination {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 15px 0;
}

.wpl_view_container .pagination-wp .pagination li.disabled {
    opacity: .5;
    pointer-events: none;
}

.wpl_view_container .pagination-wp .pagination li a,
.wpl_view_container .pagination-wp .pagination li span {
    margin: 0;
    padding: 5px 10px;
    font-size: .90rem;
    color: rgb(100, 100, 100) !important;
    border: 0;
    border-radius: 300px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.wpl_view_container .pagination-wp ul.pagination li.active a,
.wpl_view_container .pagination-wp ul.pagination li a:hover {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255) !important;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_pagination_container {
    padding: 0 15px;
    z-index: 15;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_pagination_container .pagination li.prev a,
.wpl_property_listing_container.wpl-property-listing-mapview .wpl_pagination_container .pagination li.next a {
    text-indent: inherit;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_pagination_container .pagination li.prev a:before,
.wpl_property_listing_container.wpl-property-listing-mapview .wpl_pagination_container .pagination li.next a:before {
    display: none;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_page_size {
    margin: 0 5px !important;
}

@media screen and (max-width: 991px) {

    .wpl_pagination_container .pagination {
        gap: 0;
    }

    .wpl_pagination_container .pagination li {
        margin: 5px;
    }
}

/*------------------------------------------ --1-7  Message ------------------------------------------*/

.wpl_message_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px;
    padding: 15px;
    font-size: 1rem;
    background: rgb(255, 245, 205);
    color: rgb(100, 75, 5);
    text-align: center;
    font-weight: normal;
    border: 1px solid rgb(255, 235, 180);
    border-radius: .25rem;
}

.wpl_garnet_property_show .wrap {
    max-width: 1440px;
    margin: 0 auto;
}

.wpl_garnet_property_show .wrap .wpl_message_container {
    margin: 30px auto;
}

.wpl_green_msg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 1rem;
    background: rgb(210, 230, 220);
    color: rgb(15, 80, 50);
    text-align: center;
    font-weight: normal;
    border: 1px solid rgb(185, 215, 205);
    border-radius: .25rem;
}

.wpl_green_msg::before {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
    background: rgb(15, 80, 50);
    color: rgb(255, 255, 255);
}

.wpl_red_msg {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 1rem;
    background: rgb(250, 215, 220);
    color: rgb(130, 30, 35);
    text-align: center;
    font-weight: normal;
    border: 1px solid rgb(245, 195, 200);
    border-radius: .25rem;
}

.wpl_red_msg::before {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
    background: rgb(130, 30, 35);
    color: rgb(255, 255, 255);
}

/*------------------------------------------ --1-8  Navigation ------------------------------------------*/

.gr-navigation-section {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.gr-navigation-section a,
.gr-navigation-section span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    border-radius: .25rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.gr-navigation-section a:hover {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

.gr-navigation-section span.current {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

.gr-navigation-section .prev,
.gr-navigation-section .next {
    width: 75px;
}

/*------------------------------------------ --1-9  Modern Carousel ------------------------------------------*/

.wpl_carousel_container .details_view.wpl-plugin-owl .owl-item-prp_container {
    border-radius: 30px;
}

.wpl_carousel_container .details_view.wpl-plugin-owl .owl-item-prp_container .left_section span {
    border-radius: 15px;
}

.wpl_carousel_container .details_view.wpl-plugin-owl .owl-item-prp_container .more_info {
    border-radius: 300px;
}

.wpl_carousel_container ul li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.wpl_carousel_container ul.simple_list li {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 25px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.wpl_carousel_container ul.simple_list li .left_section {
    display: block;
}

.wpl_carousel_container ul.simple_list li .left_section a {
    display: block;
    position: relative;
}

.wpl_carousel_container ul.simple_list li .left_section a span {
    width: 100% !important;
}

.wpl_carousel_container ul.simple_list li .title {
    font-weight: 600;
}

.wpl_carousel_container ul.simple_list li .more_info {
    border-width: 0 0 45px 45px;
}

.wpl_carousel_container ul.simple_list li .more_info:after {
    top: 25px;
    right: 10px;
}

.wpl-garnet-m-carousel-center-center .ei-title {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 60px;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%)
}

.wpl-garnet-m-carousel-top-center .ei-title,
.wpl-garnet-m-carousel-bottom-center .ei-title {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 60px;
    right: 0;
    left: 0;
    text-align: center;
}

.wpl-garnet-m-carousel-top-center .ei-title {
    top: 90px;
}

.wpl-garnet-m-carousel-bottom-center .ei-title {
    top: auto;
    bottom: 90px;
}

.wpl-garnet-m-carousel-center-center .ei-title h2,
.wpl-garnet-m-carousel-top-center .ei-title h2,
.wpl-garnet-m-carousel-bottom-center .ei-title h2 {
    font-family: var(--Primary-Font-Family);
    font-style: normal;
    text-align: center
}

.wpl-garnet-m-carousel-center-center .ei-title h3,
.wpl-garnet-m-carousel-top-center .ei-title h3,
.wpl-garnet-m-carousel-bottom-center .ei-title h3 {
    font-family: var(--Primary-Font-Family);
    font-style: normal;
    text-align: center
}

.wpl-garnet-m-carousel-center-center .ei-title a.more_info,
.wpl-garnet-m-carousel-top-center .ei-title a.more_info,
.wpl-garnet-m-carousel-bottom-center .ei-title a.more_info {
    font-family: var(--Primary-Font-Family);
    font-style: normal;
    border-radius: 300px;
}

.wpl-garnet-template-wp .lSSlideOuter .lSPager.lSpg>li:hover a {
    background: var(--Primary-Color);
}

@media screen and (max-width: 991px) {

    .wpl-garnet-m-carousel-top-center .ei-title,
    .wpl-garnet-m-carousel-top-center .ei-title,
    .wpl-garnet-m-carousel-bottom-center .ei-title {
        padding: 0;
    }

    .wpl_carousel_container ul li img {
        width: 100% !important;
        height: 100% !important;
    }
}

.wpl_carousel_container .responsive-slider .slides ul li .slide-body .caption {
    font-family: var(--Primary-Font-Family);
    font-style: normal;
}

.wpl_carousel_container .responsive-slider .slides ul li .slide-body .caption.sub.more_info {
    background: var(--Primary-Color);
    font-family: var(--Primary-Font-Family);
    font-style: normal;
    border-radius: 300px;
}

.wpl-plugin-owl.wpl-carousel-multi-images {
    width: 100%;
    max-width: 100%;
}

.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item {
    overflow: hidden;
    border: 0;
    border-radius: 15px
}

.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item img {
    width: 100%;
    object-fit: cover;
}

.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item .title h3 {
    padding: 60px 0 15px;
    font-family: var(--Primary-Font-Family) !important;
    font-size: 1rem !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    transition: all .25s ease-in-out;
    pointer-events: none;
}

.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item:hover .title h3 {
    padding: 60px 0 30px;
    color: rgb(255, 255, 255);
}

.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item .title .more_info {
    background: transparent;
    text-indent: -9999px;
}

.wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item .title .more_info:before {
    display: none;
}

.wpl-plugin-owl.wpl-carousel-multi-images .owl-controls .owl-nav .owl-next {
    right: -15px;
    font-size: 1.5rem;
}

.wpl-plugin-owl.wpl-carousel-multi-images .owl-controls .owl-nav .owl-prev {
    left: -15px;
    font-size: 1.5rem;
}

.wpl-plugin-owl.wpl-carousel-multi-images .owl-controls .owl-nav .owl-prev:hover,
.wpl-plugin-owl.wpl-carousel-multi-images .owl-controls .owl-nav .owl-next:hover {
    color: var(--Primary-Color);
}

@media screen and (max-width: 1366px) {

    .wpl-plugin-owl.wpl-carousel-multi-images .owl-controls .owl-nav .owl-next {
        right: 0;
    }

    .wpl-plugin-owl.wpl-carousel-multi-images .owl-controls .owl-nav .owl-prev {
        left: 0;
    }
}

/*------------------------------------------ --1-10 FlexSlider ------------------------------------------*/

.wpl-garnet-template-wp .flexslider {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: rgba(255, 255, 255);
    border-radius: 15px;
    overflow: hidden;
    zoom: 1
}

.wpl-garnet-template-wp .flexslider .slides {
    zoom: 1
}

.wpl-garnet-template-wp .flexslider .slides>li {
    display: none;
    position: relative
}

.wpl-garnet-template-wp .flexslider .slides img {
    width: 100%;
    max-width: 100%;
    display: block
}

.wpl-garnet-template-wp .flex-container {
    position: relative;
    zoom: 1
}

.wpl-garnet-template-wp .flex-caption {
    width: 100%;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    zoom: 1;
}

.wpl-garnet-template-wp .flex-direction-nav li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -15px 0 0;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px
}

.wpl-garnet-template-wp .flex-direction-nav li a:hover {
    background: rgba(0, 0, 0, 0.85)
}

.wpl-garnet-template-wp .flex-direction-nav li a.flex-next {
    right: 15px
}

.wpl-garnet-template-wp .flex-direction-nav li a.flex-next:before {
    content: '\e90b';
    font-family: 'Icomoon';
    color: rgba(255, 255, 255, .85);
    text-indent: initial;
}

.wpl-garnet-template-wp .flex-direction-nav li a.flex-prev {
    left: 15px
}

.wpl-garnet-template-wp .flex-direction-nav li a.flex-prev:before {
    content: '\e90a';
    font-family: 'Icomoon';
    color: rgba(255, 255, 255, .85);
    text-indent: initial;
}

.wpl-garnet-template-wp .flex-direction-nav li a.disabled:before {
    opacity: .25;
    cursor: default
}

.wpl-garnet-template-wp .flex-control-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    text-align: center;
}

.wpl-garnet-template-wp .flex-control-nav li {
    display: block;
    zoom: 1
}

.wpl-garnet-template-wp .flex-control-nav li a {
    width: 10px;
    height: 10px;
    display: block;
    background: rgba(255, 255, 255, .5);
    overflow: hidden;
    border-radius: 50%;
    text-indent: -999px;
}

.wpl-garnet-template-wp .flex-control-nav li a.flex-active {
    background: var(--Primary-Color);
}

/*------------------------------------------ --1-11 Grid ------------------------------------------*/

.gr-main-section {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

.gr-page-section {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

@media screen and (max-width: 991px) {

    .gr-page-section {
        overflow: hidden;
    }
}

/*------------------------------------------ --1-12 Breadcrumbs ------------------------------------------*/

.wpl-garnet-template-wp #breadcrump {
    margin: 0 auto;
    padding: 10px;
}

.wpl-garnet-template-wp #breadcrump .breadcrumbs {
    width: 100%;
    zoom: 1
}

.wpl-garnet-template-wp #breadcrump .breadcrumbs li {
    display: inline-block;
    margin: 0 25px 0 0;
    position: relative;
}

.wpl-garnet-template-wp #breadcrump .breadcrumbs li:before {
    content: ' / ';
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    color: rgb(100, 100, 100);
}

.wpl-garnet-template-wp #breadcrump .breadcrumbs li:last-child:before {
    display: none
}

.wpl-garnet-template-wp #breadcrump .breadcrumbs li a {
    color: var(--Secondary-Color);
}

.wpl-garnet-template-wp #breadcrump .breadcrumbs li a:hover {
    color: var(--Primary-Color);
}

/*------------------------------------------ --1-13 Chosen ------------------------------------------*/

.chosen-container-single {
    width: 100% !important;
    font-size: .90rem;
}

.chosen-container-single:after {
    top: 10px !important;
    right: 20px !important;
    font-size: .90rem !important;
    line-height: 1 !important;
}

.chosen-container-single .chosen-single {
    height: 35px !important;
    line-height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px 0 10px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(225, 225, 225);
    border-radius: .25rem;
}

.chosen-container-single .chosen-single span {
    margin: 0 15px 0 0;
}

.chosen-container-single .chosen-single div {
    width: 15px;
    height: 100%;
    top: 0;
    right: 5px;
}

.chosen-container-single .chosen-drop {
    top: 100%;
    margin: 5px 0 0;
    border: 1px solid rgb(225, 225, 225);
    border-radius: .25rem;
}

.chosen-container-single .chosen-search {
    padding: 0 5px 5px;
}

.chosen-container-single .chosen-drop input[type='text'] {
    height: 30px !important;
    margin: 5px 0 0 !important;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    border-radius: .25rem;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.chosen-container-single .chosen-drop ul {
    margin: 0 !important;
    padding: 5px !important
}

.chosen-container-single .chosen-drop ul li {
    border-radius: .25rem;
}

.chosen-container-single .chosen-drop ul li.highlighted {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

/*------------------------------------------ -2  Header CSS ------------------------------------------*/

.gr-offcanvas-section .gr-offcanvas {
    width: 100%;
    border: 0;
    z-index: 1090;
}

.gr-offcanvas-section .gr-offcanvas .offcanvas-header {
    position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}

.gr-offcanvas-section .gr-offcanvas .offcanvas-header img {
    max-width: 190px;
    max-height: 90px;
}

.gr-offcanvas-section .gr-offcanvas .offcanvas-header .gr-close {
    background: rgba(225, 225, 225, .25);
    color: rgba(150, 150, 150, .5);
    border-radius: 50%;
}

.gr-offcanvas-section .gr-offcanvas .offcanvas-body {
    background: var(--Primary-Color);
}

.gr-offcanvas-section .gr-offcanvas nav ul li {
    width: 100%;
    display: inline-block;
    position: relative;
}

.gr-offcanvas-section .gr-offcanvas nav ul li a {
    display: block;
    padding: 10px;
    position: relative;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.gr-offcanvas-section .gr-offcanvas nav ul li a:hover {
    color: rgb(255, 255, 255);
    padding: 10px 10px 10px 15px;
}

.gr-offcanvas-section .gr-offcanvas nav ul li ul {
    display: none;
    margin: 15px 0;
    padding: 0 0 0 15px;
    position: relative;
    font-size: .95rem;
}

.gr-offcanvas-section .gr-offcanvas nav ul li ul:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    background: var(--Primary-Color);
    border-radius: 300px;
}

.gr-offcanvas-section .gr-offcanvas nav ul li.menu-item-has-children>a:before {
    content: '\e909';
    position: absolute;
    top: 10px;
    right: 0;
    font-family: 'Icomoon';
    font-size: 1.5rem;
    line-height: 1;
}

.gr-offcanvas-section .gr-offcanvas nav ul li a:hover,
.gr-offcanvas-section .gr-offcanvas nav ul li.menu-item-has-children a:hover:before {
    color: rgb(255, 255, 255);
}

.gr-offcanvas-section .gr-offcanvas nav ul li ul li {
    width: 100%;
    padding: 0;
}

.gr-offcanvas-section .gr-offcanvas nav ul li ul li a {
    color: rgb(255, 255, 255);
}

.gr-offcanvas-section .gr-offcanvas nav ul li ul li:last-child a {
    border-bottom: 0;
}

.gr-header-section {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 15px 0;
    position: relative;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.10);
    border-top: 5px solid var(--Primary-Color);
    z-index: 1080;
}

.gr-header-section .gr-logo-section img {
    max-height: 75px;
}

.gr-header-section h1 {
    margin: 0;
    font-weight: bold;
}

.gr-header-section .gr-menu-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gr-header-section .gr-menu-section ul li {
    position: relative;
    text-align: center;
}

.gr-header-section .gr-menu-section ul li:before {
    font-size: 1.5rem;
    line-height: 1;
}

.gr-header-section .gr-menu-section ul li a {
    display: block;
    padding: 10px 5px;
    position: relative;
    font-size: .90rem;
    font-weight: 500;
    color: var(--Secondary-Color);
    border-radius: .25rem;
}

.gr-header-section .gr-menu-section ul li a:hover,
.gr-header-section .gr-menu-section ul li.current-menu-item a {
    color: var(--Primary-Color);
}

.gr-header-section .gr-menu-section ul li.menu-item-has-children>a {
    padding: 10px 15px 10px 5px;
}

.gr-header-section .gr-menu-section ul li.menu-item-has-children>a:before {
    content: '\e909';
    font-family: 'Icomoon';
    position: absolute;
    top: 10px;
    right: 0;
}

.gr-header-section .gr-menu-section ul li ul {
    min-width: 250px;
    display: none;
    margin: 15px 0;
    padding: 5px;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: .95rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px;
    animation: rotateY 300ms ease-in-out forwards;
    transform-origin: top center;
    perspective: 1000px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    z-index: 1080;
}

.gr-header-section .gr-menu-section ul li ul li {
    width: 100%;
}

.gr-header-section .gr-menu-section ul li ul li a {
    padding: 5px;
    text-align: left;
}

.gr-header-section .gr-menu-section ul li ul li ul {
    top: 0;
    left: 100%;
}

.gr-header-section .gr-menu-section ul li:hover>ul {
    display: block;
    margin: 0;
}

.gr-header-section .gr-menu-section ul li ul li:hover>ul {
    display: block;
}

@-moz-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@-webkit-keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(-10deg);
    }

    100% {
        transform: rotateY(0);
    }
}

.gr-header-section .gr-actions-section {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    line-height: 1.5;
    text-align: center;
}

.gr-header-section .gr-actions-section h3 {
    display: none;
}

.gr-header-section .gr-actions-section .gr-action {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border-radius: .25rem;
}

.gr-header-section .gr-actions-section .gr-action:hover {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.gr-header-section .gr-actions-section .gr-action.gr-responsive {
    display: none;
}

.gr-sticky .gr-header-section {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

@media screen and (max-width: 991px) {

    .gr-header-section .gr-menu-section {
        display: none;
    }

    .gr-header-section .gr-actions-section .gr-action.gr-responsive {
        display: flex;
    }
}

/*------------------------------------------ -3  Footer CSS ------------------------------------------*/

.gr-footer-section {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 60px 0 30px;
    position: relative;
    background: var(--Secondary-Color);
    color: rgb(255, 255, 255);
    z-index: 15;
}

.gr-footer-section .gr-widget-section .widget {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 15px;
}

.gr-footer-section .gr-widget-section .widget h3 {
    font-family: var(--Primary-Font-Family);
    font-size: 20px;
    line-height: 1.5;
    text-shadow: none;
}

.gr-footer-section .gr-widget-section .widget_calendar .wp-calendar-table {
    width: 100%;
    text-align: center;
}

.gr-footer-section .gr-widget-section .widget_calendar .wp-calendar-table caption {
    width: 100%;
    display: table-caption;
    padding: 5px;
    color: var(--Footer-Color);
    text-align: center;
    border: 1px solid rgba(225, 225, 225, .15);
    border-top: 0;
}

.gr-footer-section .gr-widget-section .widget_calendar .wp-calendar-table thead tr th,
.gr-footer-section .gr-widget-section .widget_calendar .wp-calendar-table tbody tr td {
    padding: 5px;
    text-align: center;
    border: 1px solid rgba(225, 225, 225, .15);
}

.gr-footer-section .gr-widget-section .widget_calendar .wp-calendar-table tbody tr td a {
    display: block;
    background: var(--Primary-Color);
    color: var(--Footer-Color);
    border-radius: .25rem;
}

.gr-footer-section .gr-widget-section .widget ul li {
    border-bottom: 1px solid rgb(255, 255, 255, .015);
}

.gr-footer-section .gr-widget-section .widget ul li:last-child {
    border-bottom: 0;
}

.gr-footer-section .gr-widget-section .widget ul li span {
    display: block;
    font-size: .90rem;
    color: rgb(225, 225, 225);
}

.gr-footer-section .gr-widget-section .widget ul li a {
    display: block;
    padding: 5px 0;
    color: var(--Footer-Color);
}

.gr-footer-section .gr-widget-section .widget ul li a:hover {
    color: var(--Primary-Color);
}

.gr-footer-section .gr-widget-section .widget .wpl-tags-wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gr-footer-section .gr-widget-section .widget .wpl-tags-wp:before {
    display: none;
}

.gr-footer-section .gr-widget-section .widget .wpl-tags-wp li {
    width: 100%;
    margin: 5px;
    border-radius: 300px;
}

.gr-footer-section .gr-widget-section .widget .wpl-tags-wp li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: var(--Footer-Color);
}

.gr-footer-section .gr-widget-section .widget .wpl-tags-wp li a:hover {
    color: var(--Footer-Color);
    opacity: .85;
}

.gr-footer-section .gr-widget-section .widget .wpl-tags-wp li a .wpl-tags-item-count {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
}

.gr-footer-section .gr-widget-section .widget.widget_search form label {
    width: 100%;
    margin: 0 0 5px;
}

.gr-widget-section .widget.widget_search form input[type='search'] {
    background: rgba(255, 255, 255, .05);
    color: var(--Footer-Color);
    border-color: rgba(225, 225, 225, .15);
}

.gr-footer-section .gr-widget-section .widget.widget_search form button,
.gr-footer-section .gr-widget-section .widget.widget_search form input[type='Submit'] {
    width: 100%;
    padding: 0 10px;
    background: var(--Primary-Color);
    color: var(--Footer-Color);
    border: 0;
    border-radius: .25rem;
}

.gr-footer-section .gr-widget-section .widget.widget_search form button:hover,
.gr-footer-section .gr-widget-section .widget.widget_search form input[type='Submit']:hover {
    background: var(--Primary-Color);
}

.gr-footer-section .gr-copyright-section {
    width: 100%;
    float: left;
    display: inline-block;
    margin: 15px 0 0;
    padding: 15px 0 0 0;
    text-transform: capitalize;
    border-top: 1px solid rgba(255, 255, 255, .05);
}

.gr-footer-section .gr-copyright-section ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 15px 0;
}

.gr-footer-section .gr-copyright-section .gr-menu ul li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    line-height: 25px;
}

.gr-footer-section .gr-copyright-section .gr-menu ul li ul {
    display: none;
}

.gr-footer-section .gr-copyright-section .gr-menu ul li:before {
    content: ' / ';
    position: absolute;
    top: 0;
    right: -5px;
}

.gr-footer-section .gr-copyright-section .gr-menu ul li:last-child:before {
    display: none;
}

.gr-footer-section .gr-copyright-section .gr-menu ul li a {
    display: block;
    color: var(--Footer-Color);
}

.gr-footer-section .gr-copyright-section .gr-menu ul li a:hover {
    color: var(--Primary-Color);
}

.gr-footer-section .gr-copyright-section .gr-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    text-align: center
}

.gr-footer-section .gr-copyright-section .gr-social li {
    display: inline-block
}

.gr-footer-section .gr-copyright-section .gr-social li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: .25rem;
    color: var(--Footer-Color);
}

.gr-footer-section .gr-copyright-section .gr-social li a:hover {
    background: var(--Primary-Color);
    color: var(--Footer-Color);
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}

.gr-footer-section .gr-copyright-section .gr-copyright {
    width: 100%;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

.gr-footer-section .gr-copyright-section .gr-copyright .gr-logo {
    max-height: 150px;
    display: block;
    margin: 10px auto;
    text-align: center;
}

.wpl-garnet-template-wp .gr-top {
    height: 40px;
    width: 50px;
    display: none;
    padding: 0 10px;
    position: fixed;
    bottom: 0;
    right: 10px;
    border-bottom: 2px solid var(--Primary-Color);
    background: var(--Secondary-Color);
    border-radius: 5px 5px 0 0;
    color: var(--Footer-Color);
    z-index: 1090
}

.wpl-garnet-template-wp .gr-top:hover {
    background: var(--Primary-Color);
    border-bottom: 2px solid var(--Primary-Color)
}

.wpl-garnet-template-wp .gr-top span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: var(--Footer-Color);
    opacity: 1;
}

.wpl-garnet-template-wp .gr-top span:before {
    content: '\e907';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-family: 'wpl-front';
    font-size: 12px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wpl-garnet-template-wp .gr-top:active,
.wpl-garnet-template-wp .gr-top:focus {
    outline: none
}

@media screen and (max-width: 768px) {
    .gr-footer-section {
        text-align: center;
    }
}

/*------------------------------------------ -4  Home CSS ------------------------------------------*/

.wpl-garnet-template-wp .home .wpl_search_from_box {
    width: 100%;
    max-width: 600px;
    margin: 60px auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    border: 0;
    transform: none;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container:not(.radiussearch) {
    width: 100%;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top {
    margin: 0;
    position: relative;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container {
    width: 100%;
    margin: 0;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_listings,
.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_property_types {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 0 0 15px;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_listings.radios_type label:first-child,
.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_listings.radios_any_type label:first-child,
.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_property_types.radios_type label:first-child,
.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_property_types.radios_any_type label:first-child {
    display: none;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_listings input[type='radio'],
.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_property_types input[type='radio'] {
    display: none;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_listings input+label,
.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_property_types input+label {
    display: inline-block;
    margin: 0;
    padding: 10px 25px;
    position: relative;
    font-size: 1rem;
    font-weight: normal;
    color: rgb(255, 255, 255);
    border-radius: 0 300px 300px 300px;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_listings input+label:hover,
.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_property_types input+label:hover {
    background: rgba(255, 255, 255, .15);
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_listings input:checked+label,
.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_property_types input:checked+label {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_locations {
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 300px;
    outline: 5px solid rgba(255, 255, 255, .15);
}

.gr-search-sidebar-section.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_locations {
    max-width: 100%;
    min-width: 100%;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_locations input {
    width: 100%;
    height: 60px !important;
    padding: 0 15px;
    font-size: 1rem;
    background: rgb(255, 255, 255);
    border: 0;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_locations input::placeholder {
    font-size: 1rem;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_locations input:focus {
    outline: 0;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .search_submit_box {
    width: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
    background: var(--Primary-Color);
    border-radius: 0;
    border-radius: 0 50% 50% 50%;
    overflow: hidden;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .search_submit_box:after {
    content: '\e91b';
    font-family: 'wpl-front';
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    top: 50%;
    left: 50%;
    font-size: 1rem;
    line-height: 1;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .search_submit_box input {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 15;
    text-indent: -999px;
}

.wpl-garnet-template-wp .home .wpl_search_from_box .wpl-total-results {
    display: none;
}

.wpl-garnet-template-wp .home input[type='text'],
.wpl-garnet-template-wp .home input[type='email'] {
    height: 45px !important;
    margin: 0 0 5px;
    background: transparent;
    color: rgb(200, 200, 200);
    border-color: rgba(225, 225, 225, .25);
}

.wpl-garnet-template-wp .home textarea {
    margin: 0 0 5px;
    color: rgb(200, 200, 200);
    border-color: rgba(225, 225, 225, .15);
    resize: none;
}

.wpl-garnet-template-wp .home .wpl_search_from_box_bot {
    display: none !important;
}

.gr-search-sidebar-section.wpl-garnet-template-wp .wpl_search_from_box_bot,
.gr-search-sidebar-section.wpl-garnet-template-wp .home .wpl_search_from_box_bot {
    display: block !important;
}

@media screen and (max-width: 576px) {

    .wpl-garnet-template-wp .home .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container.wpl_search_field_listings input+label {
        padding: 5px 10px;
    }
}

.wpl-garnet-template-wp .home .wpl-plugin-owl.wpl-carousel-multi-images {
    width: 100%;
    max-width: 1440px;
}

.wpl-garnet-template-wp .home .wpl-plugin-owl.wpl-carousel-multi-images .wpl-carousel-item {
    border-radius: 30px 0 30px 0;
}

/*------------------------------------------ -5  Search CSS ------------------------------------------*/

/*------------------------------------------ --5-1  Default Search CSS ------------------------------------------*/

.wpl_search_from_box input[type='text'],
.wpl_search_from_box input[type='number'],
.wpl_search_from_box .wpl_search_widget_location_textsearch {
    min-width: 100%;
    height: 35px !important;
    font-size: .90rem;
    border: 1px solid rgb(225, 225, 225);
    border-radius: .25rem;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

.wpl_search_from_box input[type='text']::placeholder,
.wpl_search_from_box input[type='number']::placeholder,
.wpl_search_from_box .wpl_search_widget_location_textsearch::placeholder {
    font-size: .90rem;
    color: rgb(0, 0, 0);
}

.wpl_search_from_box input[type='text']:focus,
.wpl_search_from_box input[type='number']:focus,
.wpl_search_from_box .wpl_search_widget_location_textsearch:focus {
    outline: 0;
    border-color: var(--Primary-Color);
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container {
    margin: 0 0 15px;
    transition: all .25s ease-in-out;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: .95rem;
    border: 0;
}

@media screen and (max-width: 991px) {

    .wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box {
        height: 60px;
        padding: 10px 0;
    }

    .gr-search-sidebar-section.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box {
        height: auto;
        padding: 10px 0;
    }
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_from,
.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_from_box_top {
    display: flex;
    margin: 0;
}

.gr-search-sidebar-section.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_from,
.gr-search-sidebar-section.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_from_box_top {
    display: block;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box.simple label,
.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box.simple .wpl-gen-form-label {
    width: 100%;
    padding: 0;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_reset,
.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .search_submit_box,
.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_field_container,
.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_dashboard_links_container,
.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_dashboard_links_container a {
    margin: 0;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_reset,
.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .search_submit_box,
.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_field_container,
.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_dashboard_links_container {
    padding: 0 5px 0 0;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .locationtextsearch_type {
    width: 100%;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_dashboard_links_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_dashboard_links_container a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 10px;
    font-size: .90rem;
    border-radius: 300px;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_dashboard_links_container a:hover {
    color: rgb(255, 255, 255);
    opacity: .85;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_dashboard_links_container a span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    right: 0;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_reset {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    background: rgb(125, 140, 140);
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    text-indent: -9999px;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_reset:hover {
    opacity: .85;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_reset:after {
    content: '\e952';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    font-family: 'Icomoon';
    font-size: 1.15rem;
    line-height: 1;
    text-indent: initial;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .search_submit_box {
    width: 35px;
    height: 35px;
    padding: 0;
    background: transparent;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .search_submit_box:after {
    content: '\e91b';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    font-family: 'wpl-front';
    font-size: 1rem;
    line-height: 1;
    pointer-events: none;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .search_submit_box .wpl_search_widget_submit {
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1rem;
    background: var(--Primary-Color);
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    text-indent: -9999px;
}

.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .search_submit_box .wpl-total-results {
    display: none;
}

.gr-search-sidebar-section.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .search_submit_box,
.gr-search-sidebar-section.wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_reset {
    display: none;
}

@media screen and (max-width: 991px) {

    .wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_from .wpl_search_fields,
    .wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_from_box_top .wpl_search_fields {
        width: 100%;
    }

    .wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_from .wpl_search_fields .wpl_search_field_container,
    .wpl-garnet-template-wp .wpl_plisting_top_sidebar_container .wpl_search_from_box .wpl_search_from_box_top .wpl_search_fields .wpl_search_field_container {
        width: 100% !important;
    }

    .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container:not(.radiussearch) {
        width: 60% !important;
        min-width: 60%;
        padding: 0 5px 0 0;
    }

    .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container:not(.radiussearch).more_search_option_garnet {
        width: 20% !important;
        min-width: 20% !important;
    }

    .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container:not(.radiussearch).more_search_option_garnet .wpl-garnet-fields-dropdown>label {
        padding: 0 5px;
    }

    .gr-search-sidebar-section .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container:not(.radiussearch),
    .gr-search-sidebar-section .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container:not(.radiussearch).more_search_option_garnet {
        width: 100% !important;
        min-width: 100% !important;
        padding: 0;
    }
}

@media screen and (max-width: 430px) {

    .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container:not(.radiussearch) {
        width: 50% !important;
        min-width: 50%;
    }

    .wpl_search_from_box .wpl_search_from_box_top .wpl_search_field_container:not(.radiussearch).more_search_option_garnet {
        width: 30% !important;
        min-width: 30% !important;
    }
}

.wpl-garnet-search-section {
    font-family: var(--Primary-Font-Family);
    line-height: 1.5;
}

.wpl-garnet-search-section.gr-mobile-search-section {
    display: none;
}

.wpl-garnet-search-section.gr-desktop-search-section {
    display: block;
}

.wpl-garnet-search-section .gr-actions {
    display: none;
}

.gr-search-sidebar-section .wpl-garnet-search-section .gr-actions {
    display: none;
}

@media screen and (max-width: 991px) {

    .wpl-garnet-search-section.gr-mobile-search-section {
        display: block;
    }

    .wpl-garnet-search-section.gr-desktop-search-section {
        display: none;
    }
}

.wpl-garnet-search-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wpl-garnet-search-section input,
.wpl-garnet-search-section button {
    font-family: var(--Primary-Font-Family);
    font-weight: normal;
}

.wpl-garnet-search-section select,
.wpl-garnet-search-section button {
    text-transform: none;
}

.wpl-garnet-search-section select {
    word-wrap: normal
}

.wpl-garnet-search-section select:disabled {
    opacity: 1
}

.wpl-garnet-search-section .wpl_search_field_container,
.wpl-garnet-search-section .wpl_search_from_box_top .more_search_option_garnet {
    float: left;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
}

.wpl-garnet-search-section .wpl-garnet-fields.wpl_search_field_locations {
    width: 225px;
}

.wpl-garnet-search-section .wpl_search_field_container {
    max-width: 135px;
    min-width: 135px;
    padding: 0;
}

.wpl-garnet-search-section .wpl_search_field_container.wpl-disable-field {
    opacity: .5;
    pointer-events: none;
}

.wpl-garnet-search-section .wpl_search_field_container.wpl_search_field_locations {
    min-width: 250px;
}

.wpl-garnet-search-section .wpl_search_field_container.wpl_search_field_locations.dropdown_type {
    width: 100%;
    max-width: 45%;
    display: flex;
    gap: 5px;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-input input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(225, 225, 225);
    border-radius: .25rem;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-input input:focus {
    outline: 0;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-input input::placeholder {
    color: rgb(0, 0, 0) !important;
}

.wpl-garnet-search-section .wpl_search_field_container.wpl_search_widget_location_textsearch input,
.wpl-garnet-search-section .wpl_search_field_container.wpl_search_widget_location_textsearch input::placeholder {
    font-size: 1rem;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl_search_field_container label {
    display: block;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown>label {
    width: 100%;
    height: 35px;
    float: left;
    display: block;
    margin: 0 !important;
    padding: 0 10px;
    font-size: .90rem;
    line-height: 2.35;
    color: rgb(0, 0, 0);
    text-align: center;
    border: 1px solid rgb(225, 225, 225);
    border-radius: .25rem;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown>label:hover,
.wpl-garnet-search-section .more_search_option_garnet label:hover {
    color: var(--Primary-Color);
    border-color: var(--Primary-Color);
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown>label.active,
.wpl-garnet-search-section .more_search_option_garnet label.active {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border-color: var(--Primary-Color);
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown {
    width: 265px;
    max-height: 300px;
    position: absolute;
    top: 115%;
    left: 0;
    right: auto;
    background: rgb(255, 255, 255);
    overflow: auto;
    visibility: visible;
    border-radius: .25rem .25rem 0 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 35%);
    display: none;
    z-index: 35;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown.wpl-garnet-dropdown-md {
    width: 320px;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown.wpl-garnet-dropdown-lg {
    width: 485px;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown.wpl-garnet-fields-visible {
    overflow: visible;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-dropdown-scroll {
    max-height: 300px;
    overflow-y: scroll;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-dropdown-gutter {
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl_search_field_container {
    width: 100%;
    max-width: 100%;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl_search_field_container .jquery-safari-checkbox .mark,
.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl_search_field_container .jquery-safari-checkbox .mark:before {
    border-radius: 300px;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl_search_field_container .mark {
    background: transparent;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-dropdown-gutter .wpl-garnet-input-select {
    margin: -5px 0 5px;
    padding: 0 0 5px;
    position: relative;
    font-size: 1rem;
    border-bottom: 1px solid rgba(235, 235, 235);
    cursor: pointer;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-dropdown-gutter .wpl-garnet-input-select.active {
    color: var(--Primary-Color);
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-dropdown-title {
    display: block;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-dropdown-done {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 5px 10px;
    background: var(--Primary-Color);
    text-align: right;
    box-shadow: 0 0 5px rgb(0 0 0 / 35%);
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-dropdown-done span {
    display: inline-block;
    padding: 5px 15px;
    font-size: .90rem;
    line-height: 1.25;
    font-weight: bold;
    background: rgb(255, 255, 255);
    color: var(--Primary-Color);
    cursor: pointer;
    border-radius: 300px;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-columns {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    clear: both;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-columns .wpl-garnet-column.wpl-exclude-search-widget {
    display: none;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-columns .wpl-garnet-column {
    width: 50%;
    float: left;
    display: inline-block;
}

.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-columns .wpl-garnet-column {
    display: none;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-columns .wpl-garnet-column ul li {
    margin: 10px 0;
    font-size: .95rem;
    line-height: 1.5;
    font-weight: 400;
    list-style: none;
    cursor: pointer;
    border: none;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-checkbox {
    width: 100%;
    display: block;
    padding: 10px;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.015);
    border-radius: 0 0 .25rem .25rem;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-checkbox input {
    height: 15px;
    width: 15px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 10px;
    border: 2px solid rgb(210, 210, 215);
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
    vertical-align: middle;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-checkbox input:checked {
    border-width: 2px;
    border-color: var(--Primary-Color);
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-checkbox label {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 1rem;
    border: none;
    border-radius: 0;
    background: transparent;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-checkbox label:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 20px;
    background: rgb(205, 205, 205);
    border-radius: 50%;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-input-bedsbaths {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgb(165, 165, 170);
    border-radius: 5px;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-input-bedsbaths div {
    width: 100%;
    position: relative;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-input-bedsbaths div label {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-input-bedsbaths div label span {
    width: 100%;
    display: block;
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-input-bedsbaths div label:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    color: rgb(45, 45, 50);
    border-left: 1px solid rgb(165, 165, 170);
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-input-bedsbaths div:first-child label:before {
    border-left: 0;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-input-bedsbaths div input {
    display: none;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-input-bedsbaths div input:checked+label::before {
    content: '';
    background: rgb(255, 230, 230);
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-type {
    width: 100%;
    display: inline-block;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-type input {
    display: none;
}

.wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-type label {
    width: auto;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.wpl-garnet-search-section .wpl_search_field_container.checkboxes_type .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-type label {
    width: auto;
    display: inline-block;
    padding: 0;
}

.wpl-garnet-search-section .wpl_search_field_container.checkboxes_type .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-type label:before,
.wpl-garnet-search-section .wpl_search_field_container.checkboxes_type .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-type label:after {
    display: none;
}

.wpl-garnet-search-section .wpl-garnet-actions {
    float: left;
    margin: 5px 0 0;
    padding: 0 5px;
}

.wpl-garnet-search-section .wpl-garnet-actions .wpl-garnet-save-search-button,
.wpl-garnet-search-section .wpl-garnet-actions .wpl-garnet-reset-search-button {
    display: inline-block;
    height: 35px;
    padding: 0 5px;
    font-size: 16px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 1px solid var(--Primary-Color);
    border-radius: 3px;
    cursor: pointer;
}

.wpl-garnet-search-section .wpl-garnet-actions .wpl-garnet-reset-search-button {
    background: rgb(125, 140, 140);
    border-color: rgb(125, 140, 140);
}

.wpl-garnet-search-section .wpl-garnet-actions .wpl-garnet-save-search-button:hover {
    background: transparent;
    color: var(--Primary-Color);
}

.wpl-garnet-search-section .wpl-garnet-actions .wpl-garnet-reset-search-button:hover {
    background: transparent;
    color: rgb(125, 140, 140);
}

.gr-search-sidebar-section {
    position: relative;
    overflow: auto;
}

.gr-search-sidebar-section .gr-ovarlay {
    content: '';
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1090;
}

.gr-search-sidebar-section .gr-ovarlay.gr-active {
    display: block;
}

.gr-search-sidebar-section .wpl-garnet-search-section.gr-active {
    max-width: 450px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -450px;
    padding: 15px 15px 60px;
    overflow-y: scroll;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    z-index: 105050;
}

.gr-search-sidebar-section.wpl-garnet-template-wp .home .wpl_search_from_box {
    margin: 0;
    padding: 0;
}

.gr-search-sidebar-section.gr-sticky .wpl_property_listing_container.wpl-property-listing-mapview .wpl_plisting_top_sidebar_container {
    background: transparent;
    z-index: 1090;
}

.gr-search-sidebar-section .wpl-garnet-search-section.gr-active .gr-close {
    display: inline-block !important;
    margin: 0 0 15px;
    background: rgba(225, 225, 225, .25);
    color: rgba(150, 150, 150, .5);
    border-radius: 50%;
}

.gr-search-sidebar-section .wpl-garnet-search-section.gr-active .gr-close:hover {
    background: rgba(225, 225, 225, .5);
}

.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_field_container {
    min-width: 100%;
    max-width: 100%;
}

.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_field_container.wpl_search_field_locations {
    min-width: 100%;
}

.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown label.field_label {
    padding: 0;
    border: 0;
    font-weight: bold;
    text-align: left;
    box-shadow: none;
    border-radius: 0;
    pointer-events: none;
}

.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown,
.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown.wpl-garnet-dropdown-md {
    width: 100%;
    max-height: initial;
    display: block !important;
    position: relative;
    top: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-dropdown-gutter {
    padding: 0;
}

.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-dropdown-scroll {
    max-height: inherit;
    min-height: inherit;
    overflow: visible;
}

.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_field_container.more_search_option_garnet label,
.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown .wpl-garnet-dropdown-done {
    display: none;
}

.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_field_container.more_search_option_garnet .wpl-garnet-fields-dropdown .wpl-garnet-dropdown label {
    display: inline-block;
}

.gr-search-sidebar-section .wpl-garnet-search-section .gr-actions {
    width: 100%;
    max-width: 450px;
    max-height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 10px;
    position: fixed;
    bottom: 0;
    border-top: 1px solid rgba(225, 225, 225, .5);
    z-index: 1095;
    background: rgb(255, 255, 255);
}

.gr-search-sidebar-section .wpl-garnet-search-section .gr-actions .wpl_search_widget_reset {
    height: 35px;
    display: block;
    background: transparent;
    color: rgb(90, 90, 90);
    border: 0;
    border-radius: .25rem;
}

.gr-search-sidebar-section .wpl-garnet-search-section .gr-actions .wpl_search_widget_reset:hover {
    background: rgba(225, 225, 225, .35);
    border-radius: 0.25rem;
}

.gr-search-sidebar-section .wpl-garnet-search-section .gr-actions .wpl_search_widget_submit {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gr-search-sidebar-section .wpl-garnet-search-section .gr-actions .wpl_search_widget_submit:hover {
    opacity: .85;
}

.gr-search-sidebar-section .wpl-garnet-search-section .gr-actions .wpl_search_widget_submit .wpl-total-results-after {
    height: auto;
    margin: 0;
    line-height: 1;
}

.gr-search-sidebar-section .wpl-garnet-search-section .wpl_search_slider_container .wpl_span_block .ui-slider .ui-slider-handle:hover {
    border-color: var(--Primary-Color);
}

@media screen and (max-width: 1285px) {
    .wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown.wpl-garnet-dropdown-lg {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 991px) {

    .wpl-garnet-search-section .wpl_search_field_container,
    .wpl-garnet-search-section .wpl_search_field_container.wpl-garnet-location {
        width: 100%;
        margin: 0 0 5px;
    }

    .wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown,
    .wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown.wpl-garnet-dropdown-md,
    .wpl-garnet-search-section .wpl_search_field_container .wpl-garnet-fields-dropdown .wpl-garnet-dropdown.wpl-garnet-dropdown-lg {
        width: 100%;
    }

    .wpl-garnet-search-section .wpl_search_field_container.wpl_search_field_locations.dropdown_type {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

/*------------------------------------------ --5-2  Simple Search CSS ------------------------------------------*/

.gr-main-section .gr-sidebar-section .gr-widgets-section .widget_wpl_search_widget .wpl_search_from_box.simple .wpl_search_from {
    flex-direction: column;
}

.gr-main-section .gr-sidebar-section .gr-widgets-section .widget_wpl_search_widget .wpl_search_from_box.simple .wpl_search_from .wpl_search_fields {
    width: 100%;
}

.gr-main-section .gr-sidebar-section .gr-widgets-section .widget_wpl_search_widget .wpl_search_from_box.simple .wpl_search_from .wpl_search_fields label {
    margin: 0 0 5px;
    font-size: .95rem;
}

.gr-main-section .gr-sidebar-section .gr-widgets-section .widget_wpl_search_widget .wpl_search_from_box.simple .wpl_search_from .wpl_search_fields input[type='Text'],
.gr-main-section .gr-sidebar-section .gr-widgets-section .widget_wpl_search_widget .wpl_search_from_box.simple .wpl_search_from .wpl_search_fields input[type='Number'] {
    font-size: .95rem;
    border-radius: .25rem;
}

.gr-main-section .gr-sidebar-section .gr-widgets-section .widget_wpl_search_widget .wpl_search_from_box.simple .wpl_search_from .wpl_search_fields .chosen-container .chosen-single {
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    font-size: .95rem;
    border-radius: .25rem;
}

.gr-main-section .gr-sidebar-section .gr-widgets-section .widget_wpl_search_widget .wpl_search_from_box.simple .wpl_search_from .wpl_search_fields .chosen-container .chosen-single span {
    margin: 0;
}

/*------------------------------------------ -6  Properties CSS ------------------------------------------*/

/*------------------------------------------ --6-1  Property Sort Widget CSS ------------------------------------------*/

.wpl-garnet-template-wp .wpl_sort_options_container {
    margin: 0 0 15px !important;
    padding: 0 !important;
    border: 0;
    text-align: left;
}

.wpl-garnet-template-wp .wpl_sort_options_container .wpl_sort_options_container_title {
    display: none;
    margin: 0;
    padding: 0 15px 0 0;
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    line-height: 1.85;
    color: rgb(0, 0, 0);
}

.wpl-garnet-template-wp .wpl_sort_options_container .wpl-sort-options-list {
    width: 60%;
    order: 1;
}

.wpl-garnet-template-wp .wpl_sort_options_container .wpl-sort-options-list ul {
    margin: 0 -15px;
}

.wpl-garnet-template-wp .wpl_sort_options_container .wpl-sort-options-list ul li {
    padding: 0 15px;
    font-size: .95rem;
    text-transform: capitalize;
}

.wpl-garnet-template-wp .wpl_sort_options_container .wpl-sort-options-list ul li:after {
    height: 55%;
}

.wpl-garnet-template-wp .wpl_sort_options_container .wpl-sort-options-list ul li div.wpl_plist_sort_active:before {
    top: 5px;
    right: -10px;
    border-radius: 300px;
    z-index: 1;
}

.wpl-garnet-template-wp .wpl_sort_options_container .wpl-sort-options-selectbox {
    margin: 0;
    padding: 0;
}

.wpl-garnet-template-wp .wpl_sort_options_container .wpl-sort-options-selectbox select {
    width: auto;
    padding: 0;
    font-size: .95rem;
    text-transform: capitalize;
    color: rgb(125, 125, 125);
    border: 0;
}

.wpl-garnet-template-wp .wpl_sort_options_container .wpl-sort-options-selectbox select:focus {
    outline: 0;
    box-shadow: none;
}

.wpl-garnet-template-wp .wpl_list_grid_switcher.wpl-list-grid-switcher-icon-text {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    position: relative;
}

.wpl-garnet-template-wp .wpl_list_grid_switcher.wpl-list-grid-switcher-icon-text>a,
.wpl-garnet-template-wp .wpl_list_grid_switcher.wpl-list-grid-switcher-icon-text>div {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 20px;
    position: relative;
    font-size: .90rem;
    border-radius: 300px;
}

.wpl-garnet-template-wp .wpl_list_grid_switcher.wpl-list-grid-switcher-icon-text>a span,
.wpl-garnet-template-wp .wpl_list_grid_switcher.wpl-list-grid-switcher-icon-text>div span {
    display: block;
    margin: 0 0 0 5px;
}

.wpl-garnet-template-wp .wpl_list_grid_switcher.wpl-list-grid-switcher-icon-text>a:before,
.wpl-garnet-template-wp .wpl_list_grid_switcher.wpl-list-grid-switcher-icon-text>div:before {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: .65rem;
    line-height: 1.5;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl-sort-options-selectbox {
    margin: 0 15px;
}

.wpl_property_listing_container .wpl-sort-options-selectbox .chosen-container {
    max-width: 250px;
    margin: 0 0 15px;
}

.wpl_property_listing_container .wpl-sort-options-selectbox .chosen-container .chosen-single {
    border-radius: 300px;
}

@media screen and (max-width: 768px) {

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_sort_options_container {
        padding: 0 15px !important;
    }

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_sort_options_container .wpl-sort-options-selectbox {
        display: inline-block;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 576px) {

    .wpl-garnet-template-wp .wpl_property_listing_container .wpl-sort-options-selectbox {
        width: auto;
        max-width: 100%;
        margin: 0 0 15px;
    }

    .wpl-garnet-template-wp .wpl_list_grid_switcher.wpl-list-grid-switcher-icon-text>a span,
    .wpl-garnet-template-wp .wpl_list_grid_switcher.wpl-list-grid-switcher-icon-text>div span {
        display: none;
    }
}

@media screen and (max-width: 365px) {

    .wpl-garnet-template-wp .wpl_sort_options_container .col-3,
    .wpl-garnet-template-wp .wpl_sort_options_container .col-9 {
        width: 100%;
    }
}

.wpl-garnet-listing-layout-fade .wpl_profile_container .wpl_profile_picture .front,
.wpl-garnet-listing-layout-fade .wpl_property_listing_container .wpl_prp_top .front {
    transform: none
}

.wpl-garnet-listing-layout-fade .wpl_profile_container .wpl_profile_picture .back,
.wpl-garnet-listing-layout-fade .wpl_property_listing_container .wpl_prp_top .back {
    font-family: var(--Primary-Font-Family);
    transform: none;
    opacity: 0;
    z-index: 25
}

.wpl-garnet-listing-layout-fade .wpl_profile_container .wpl_profile_picture .back a,
.wpl-garnet-listing-layout-fade .wpl_property_listing_container .wpl_prp_top .back a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.wpl-garnet-listing-layout-fade .wpl_profile_container .wpl_profile_picture:hover .front,
.wpl-garnet-listing-layout-fade .wpl_property_listing_container .wpl_prp_top:hover .front {
    transform: none
}

.wpl-garnet-listing-layout-fade .wpl_profile_container .wpl_profile_picture:hover .back,
.wpl-garnet-listing-layout-fade .wpl_property_listing_container .wpl_prp_top:hover .back {
    transform: none;
    opacity: .85
}

.wpl-garnet-listing-layout-fade .wpl_profile_container .wpl_profile_picture .front .gallery_no_image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpl-garnet-listing-layout-fade .wpl_profile_container .wpl_profile_picture .front .gallery_no_image:before {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16rem;
}

@media screen and (max-width: 767px) {

    .wpl-garnet-listing-layout-fade .wpl_profile_container .wpl_profile_picture .front .gallery_no_image:before {
        font-size: 9rem;
    }
}

/*------------------------------------------ --6-2  Property View Widget CSS ------------------------------------------*/

.wpl_property_listing_container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 1rem;
}

.wpl_property_listing_container .wpl-column {
    position: relative;
}

.wpl_property_listing_container .wpl_googlemap_plisting {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.wpl_property_listing_container.wpl-property-listing-mapview {
    width: 100%;
    max-width: 100%;
}

.wpl_property_listing_container.wpl-property-listing-mapview [id*='wpl_searchwidget_'] {
    width: 100%;
    margin: 0;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container {
    padding: 0;
    overflow: visible;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column {
    width: 50%;
    padding: 10px !important;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont {
    flex-flow: row nowrap;
    display: block;
    margin: 0;
    border: 0;
    box-shadow: none;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_top {
    width: 100% !important;
    max-height: 200px;
    max-width: 100%;
    flex: 1;
    overflow: hidden;
    border-radius: 10px;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_bot {
    width: 100%;
    padding: 10px 5px;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_bot .wpl_prp_listing_icon_box div {
    margin: 0;
    padding: 0 0 0 25px;
    font-size: 1rem;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_listing_like {
    bottom: 5px;
    line-height: 1.5;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .price_box {
    margin: 0;
    padding: 0;
    font-family: var(--Primary-Font-Family) !important;
    font-size: 1.15rem !important;
    line-height: 1.5;
    font-weight: 600 !important;
    border: 0;
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .price_box span {
    font-family: var(--Primary-Font-Family) !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    color: var(--Primary-Color);
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_pagination_container .wpl_page_size_options {
    margin: 0 5px 0 0;
}

.gm-style-iw,
.gm-style-iw[style] {
    font-size: .95rem !important;
    background: transparent !important;
    box-shadow: none;
}

.gm-style-iw>div:first-child,
.gm-style-iw[style]>div:first-child {
    max-width: 100% !important;
    display: block !important;
    padding: 5px !important;
    background: rgb(255, 255, 255);
    list-style: none !important;
    border-radius: 10px !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%) !important;
}

.gm-style-iw #main_infowindow,
.gm-style-iw[style] #main_infowindow {
    font-family: var(--Primary-Font-Family) !important;
    font-size: .95rem;
    line-height: 1.5;
}

.gm-style-iw #main_infowindow .main_infowindow_l img,
.gm-style-iw[style] #main_infowindow .main_infowindow_l img {
    height: 150px !important;
    border-radius: .5rem;
}

.gm-style-iw #main_infowindow .main_infowindow_r,
.gm-style-iw[style] #main_infowindow .main_infowindow_r {
    width: 100%;
    display: block;
    padding: 10px 5px;
}

.gm-style-iw #main_infowindow .main_infowindow_r .main_infowindow_title,
.gm-style-iw[style] #main_infowindow .main_infowindow_r .main_infowindow_title {
    padding: 0;
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    line-height: 1.5;
}

.gm-style-iw #main_infowindow .main_infowindow_r .main_infowindow_location,
.gm-style-iw[style] #main_infowindow .main_infowindow_r .main_infowindow_location {
    padding: 0;
    font-size: .90rem;
    font-weight: normal;
}

.gm-style-iw>button.gm-ui-hover-effect,
.gm-style-iw[style]>button.gm-ui-hover-effect {
    padding: 0 !important;
    top: -10px !important;
    right: -10px !important;
    background: var(--Primary-Color) !important;
    color: rgb(255, 255, 255) !important;
    border: 0 !important;
}

.gm-style-iw>button.gm-ui-hover-effect span,
.gm-style-iw[style]>button.gm-ui-hover-effect span {
    margin: 0 auto !important;
    padding: 0 !important;
    background: rgb(255, 255, 255);
}

.gm-style-iw+div,
.gm-style-iw[style]+div {
    display: none;
}

.gm-style-iw:after,
.gm-style-iw[style]:after {
    display: none;
}

@media screen and (min-width: 1200px) {

    .gr-sticky .wpl_property_listing_container.wpl-property-listing-mapview .wpl_plisting_top_sidebar_container {
        width: 100%;
        display: inline-block;
        padding: 15px;
        position: fixed;
        top: 90px;
        right: 0;
        background: rgb(255, 255, 255);
        box-shadow: 0 0 5px rgb(0 0 0 / 5%);
        z-index: 15;
    }

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_list_grid_switcher.wpl-list-grid-switcher-icon-text {
        right: 15px;
    }

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_googlemap_plisting {
        width: 60%;
        height: calc(100% - 155px) !important;
        margin: 0;
        position: fixed !important;
        top: 155px;
        right: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container {
        width: 40%;
        height: 100% !important;
        float: left;
        margin: 145px 0 0;
        padding: 0;
        box-shadow: none;
        overflow: visible;
    }

    .wpl_plisting_bottom_sidebar_container.gr-active {
        max-width: 40%;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_plisting_top_sidebar_container {
        margin: 75px 0 0;
        z-index: 1095;
    }

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_googlemap_container {
        width: 100%;
        height: 90vh !important;
        padding: 0;
        position: fixed !important;
        top: 90px;
        right: 0;
        margin: 0;
        padding: 0;
        border-radius: 0;
        opacity: 0;
        visibility: hidden;
    }

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_googlemap_container.gr-active {
        opacity: 1;
        visibility: visible;
    }

    .wpl_property_listing_container .wpl_plisting_top_sidebar_container.gr-active {
        display: none;
    }

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
        overflow: visible;
    }
}

@media screen and (max-width: 767px) {

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column {
        width: 100%;
    }

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_top {
        max-height: 180px;
    }
}

@media screen and (max-width: 576px) {

    .wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_top {
        max-height: 250px;
    }
}

.wpl-powered-by-realtyna {
    max-width: 1440px;
    float: none;
    margin: 0 auto;
    padding: 15px;
    border: 0;
    text-align: left;
}

/*------------------------------------------ --6-3  Property View Widget CSS ------------------------------------------*/

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_gallery_container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.wpl_property_listing_list_view_container .wpl-property-listing-mapview .wpl_prp_cont .wpl_gallery_container img {
    height: 100% !important;
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont.row_box .wpl_gallery_container {
    height: 190px !important;
    border-radius: 0 !important;
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont.row_box .wpl_gallery_container .no_image_box {
    height: 100% !important;
}

/*------------------------------------------ --6-4  Property Title Widget CSS ------------------------------------------*/

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_bot {
    padding: 10px;
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_bot .wpl_prp_title {
    margin: 0;
    padding: 5px 0;
    line-height: 1.5 !important;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: var(--Secondary-Color);
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_bot .wpl_prp_listing_location {
    height: initial;
    margin: 0;
    padding: 0 0 10px;
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: var(--Secondary-Color);
    opacity: .85;
    text-align: left;
    white-space: nowrap;
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_desc {
    display: none;
    padding: 10px 0;
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    line-height: 25px;
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .price_box {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    font-size: 1rem;
    bottom: 0;
    text-align: right;
    border: 0;
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .price_box span {
    width: 100%;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_listing_like {
    padding: 0;
    bottom: 15px;
    right: 15px;
    line-height: .75;
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_listing_like li:hover:before,
.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_listing_like li.added:before {
    color: var(--Primary-Color);
}

/*------------------------------------------ --6-5  Property Icons Widget CSS ------------------------------------------*/

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box {
    margin: 0 0 5px;
    text-align: left;
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box>div {
    margin: 0;
    padding: 0 10px 0 30px;
    position: relative;
    font-family: var(--Primary-Font-Family);
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 0.95);
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box>div:before {
    height: 10px;
    margin: 10px 0 0 10px;
    transform: skew(-15deg, 0);
}

.wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_bot .wpl_prp_listing_icon_box div:before {
    height: 10px;
    margin: 5px 5px 0 10px;
    transform: skew(-15deg, 0);
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box>div:after {
    width: 20px;
    height: 20px;
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Icomoon';
    font-size: 1.25rem;
    line-height: 1.25 !important;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box>div.room:after {
    content: '\e920'
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box>div.bedroom:after {
    content: '\e983'
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box>div.bathroom:after {
    content: '\e961'
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box>div.pic_count:after {
    content: '\e94b'
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box>div.total_listings:after {
    content: '\e93b';
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box>div.parking:after {
    content: '\e997'
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box>div.built_up_area:after {
    content: '\e925'
}

.wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont .wpl_prp_listing_icon_box>div.visits_box:after {
    content: '\e91e'
}

@media screen and (max-width: 767px) {

    .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont.row_box .wpl_prp_listing_icon_box>div,
    .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont.grid_box .wpl_prp_listing_icon_box>div {
        padding: 0 5px 0 20px;
        font-size: .80rem;
    }

    .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont.row_box .wpl_prp_listing_icon_box>div:before,
    .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont.grid_box .wpl_prp_listing_icon_box>div:before {
        margin: 5px 0 0 10px;
    }

    .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont.row_box .wpl_prp_listing_icon_box>div:after,
    .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl_prp_cont.grid_box .wpl_prp_listing_icon_box>div:after {
        font-size: .80rem;
        line-height: 1.35 !important;
    }
}

/*------------------------------------------ -7  Neighborhood CSS ------------------------------------------*/

.wpl-neighborhood-addon .wpl-garnet-search-section .wpl_search_field_container,
.wpl-neighborhood-addon .wpl-garnet-search-section .wpl_search_field_container.wpl_search_field_locations {
    max-width: 100%;
    min-width: auto;
}

.wpl-neighborhood-addon .wpl_sort_options_container h3 {
    position: relative;
    top: 30px;
    bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    border: 0;
}

.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont.row_box {
    display: flex;
    align-items: center;
}

.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_bot {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
}

.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_listing_icon_box {
    display: flex;
    justify-content: center;
}

.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont.grid_box .wpl_prp_listing_icon_box>div {
    padding: 0 5px;
    text-align: center;
}

.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont.grid_box .wpl_prp_listing_icon_box>div span {
    display: block;
    text-transform: capitalize;
}

.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont.row_box .wpl_prp_listing_icon_box>div span.name,
.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont.row_box .wpl_prp_listing_icon_box>div.built_up_area span {
    padding: 0 0 0 5px;
    text-transform: capitalize;
}

.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .price_box,
.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .price_box span,
.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_listing_location,
.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_listing_icon_box,
.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .wpl_prp_bot .wpl_prp_title {
    text-align: center !important;
}

.wpl-neighborhood-addon .wpl_property_listing_list_view_container .wpl_property_listing_listings_container .wpl-column .wpl_prp_cont .price_box {
    margin: 0 0 5px;
}

.wpl-neighborhood-addon .wpl_googlemap_container {
    overflow: hidden;
    border-radius: 10px;
}

.wpl-neighborhood-addon .map_view {
    display: none !important;
}

.gr-sticky .wpl_prp_show_layout2_container.wpl-neighborhood-addon {
    width: 40%;
    max-width: 100%;
    float: left;
    margin: 160px 0 0;
}

.gr-sticky .wpl_prp_show_layout2_container.wpl-neighborhood-addon .wpl-large-4,
.gr-sticky .wpl_prp_show_layout2_container.wpl-neighborhood-addon .wpl-large-8 {
    width: 100%;
}

.gr-sticky .wpl_prp_show_layout2_container.wpl-neighborhood-addon .wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container {
    width: 100%;
    margin: 0;
}

/*------------------------------------------ -8  Complexes CSS ------------------------------------------*/

.wpl-complex-tabs-wp {
    position: relative;
    border: 0;
    z-index: 15;
}

.wpl-complex-tabs-wp>ul>li {
    margin: 0 5px;
}

.wpl-complex-tabs-wp>ul>li>a {
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    background: rgba(235, 235, 235, .5);
    color: var(--Secondary-Color);
    border-radius: 300px;
}

@media screen and (max-width: 767px) {
    .wpl-complex-tabs-wp>ul>li {
        margin: 5px;
    }
}

@media screen and (max-width: 576px) {
    .wpl-complex-tabs-wp>ul>li {
        width: 100%;
        float: none;
        margin: 5px 0;
    }

    .wpl-complex-tabs-wp>ul>li>a {
        border: 0;
    }
}

/*------------------------------------------ -9  Property CSS ------------------------------------------*/

#wpl_prp_show_container.wpl_prp_show_container_preview {
    max-width: 100%;
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
}

#wpl_prp_show_container.wpl_prp_show_container_preview .show_header_preview {
    padding: 0 15px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

#wpl_prp_show_container.wpl_prp_show_container_preview .show_header_preview .show_header_preview_expand>a {
    border-color: rgba(255, 255, 255, .15);
}

#wpl_prp_show_container.wpl_prp_show_container_preview .wpl-gallery-pshow-wp .lSSlideOuter .lSAction a {
    border-radius: 50%;
}

#wpl_prp_show_container.wpl_prp_show_container_preview .wpl-gallery-pshow-wp .lSSlideOuter .lSAction .lSPrev:before,
#wpl_prp_show_container.wpl_prp_show_container_preview .wpl-gallery-pshow-wp .lSSlideOuter .lSAction .lSNext:before {
    font-size: 1.5rem;
}

#wpl_prp_show_container.wpl_prp_show_container_preview .tabs_box .tabs li a {
    padding: 15px 30px;
    font-size: 1rem;
}

#wpl_prp_show_container.wpl_prp_show_container_preview .wpl_prp_container_title .r1,
#wpl_prp_show_container.wpl_prp_show_container_preview .wpl_prp_container_title_right {
    font-family: var(--Primary-Font-Family);
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1.5;
}

#wpl_prp_show_container.wpl_prp_show_container_preview .wpl_prp_right_boxes_title,
#wpl_prp_show_container.wpl_prp_show_container_preview .wpl_prp_container_content .wpl_prp_show_detail_boxes_title {
    font-family: var(--Primary-Font-Family);
    font-size: 1.15rem;
    font-style: normal;
    line-height: 1.5;
}

#wpl_prp_show_container.wpl_prp_show_container_preview .wpl_prp_container_content .wpl_prp_show_detail_boxes_cont {
    line-height: 1.5;
}

#wpl_prp_show_container.wpl_prp_show_container_preview .wpl_prp_container_content .wpl_prp_show_detail_boxes_cont .rows {
    color: var(--Primary-Color);
}

#wpl_prp_show_container.wpl_prp_show_container_preview .wpl_prp_container_content .wpl_prp_show_detail_boxes_cont .rows,
#wpl_prp_show_container.wpl_prp_show_container_preview .wpl_prp_container_content .wpl_prp_show_detail_boxes_cont .rows:nth-child(3n) {
    width: 100%;
    margin: 0;
}

/*------------------------------------------ --9-1  Property Default CSS ------------------------------------------*/

/*------------------------------------------ --9-2  Property Layout2 CSS ------------------------------------------*/

/*------------------------------------------ ---9-2-1  Property Grid Widget CSS ------------------------------------------*/

.wpl_garnet_property_show .wpl_prp_show_layout2_container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container {
    font-size: 1rem;
    padding: 0 15px;
    color: rgb(50, 50, 50);
}

@media screen and (max-width: 991px) {

    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl-medium-5,
    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl-medium-7 {
        width: 100%;
    }
}

/*------------------------------------------ ---9-2-2  Property Gallery Widget CSS ------------------------------------------*/

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_gallery_container,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_gallery_container .bxslider li {
    width: 100% !important;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .wpl_gallery_container img,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl-gallery-pshow-wp .lSSlideOuter li img {
    width: 100% !important;
    object-fit: cover;
    border-radius: .75rem;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl-gallery-pshow-wp .lSSlideOuter .lSPager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    bottom: 15px;
    background: transparent;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl-gallery-pshow-wp .lSSlideOuter .lSPager.lSpg>li {
    height: 15px;
    padding: 0;
    overflow: visible;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl-gallery-pshow-wp .lSSlideOuter .wpl-lSSlider-thumbnails-inner {
    padding: 25px 0 0;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .bx-controls-direction a,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .lSSlideOuter .lSAction a {
    width: 45px;
    height: 45px;
    margin: 0;
    border-radius: 50%;
    transform: translateY(-50%) scale(1.0);
    z-index: 65;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .bx-controls-direction a:before,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .lSSlideOuter .lSAction a:before {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .wpl-slider-bx-pager-wp {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 auto;
    right: 0;
    left: 0;
    border-radius: 300px;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .wpl-slider-bx-pager-wp a {
    margin: 0;
    background: rgb(250, 250, 250);
    z-index: 85;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .wpl-slider-bx-pager-wp a.active {
    background: var(--Primary-Color);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .wpl-slider-bx-pager-wp a img {
    width: 100px !important;
    top: -95px;
    left: -45px;
    border: 0;
    border-radius: 5px;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .wpl-slider-bx-img-count {
    margin: 0;
    padding: 0 25px 0 0;
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-family: inherit;
    font-size: 1rem;
    background: transparent;
    text-shadow: 0 0 5px rgb(95, 95, 95);
    z-index: 15;
    display: none;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .wpl-slider-bx-img-count:after {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {

    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_gallery .wpl-slider-bx-pager-wp {
        display: none;
    }
}

/*------------------------------------------ ---9-2-3  Property Info Widget CSS ------------------------------------------*/

.wpl_prp_show_layout2_container.wpl_prp_show_container .price_box {
    display: block;
    margin: 0 0 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .est_price .est_mortgage {
    padding: 0 0 0 5px;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_listing_icon_box {
    margin: 15px 0;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_listing_icon_box>div {
    padding-left: 0;
    font-size: 1rem;
    text-transform: capitalize;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_listing_icon_box>div:after {
    display: none
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_listing_icon_box>div>span,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_listing_icon_box>div>span.name {
    display: inline-block;
    text-transform: capitalize;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_listing_icon_box>div span:first-child {
    font-weight: 700
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .location_build_up {
    margin: 0 0 20px;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .location_build_up span {
    font-size: 16px;
    line-height: 25px;
    color: rgb(50, 50, 50);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_icon_details {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    list-style: none;
    white-space: nowrap;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_icon_details li {
    padding: 0 0 15px;
    flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    font-size: 16px;
    font-weight: 700;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_icon_details li .name {
    display: block;
    padding: 0 0 0 30px;
    font-size: .95rem;
    font-weight: 400;
    line-height: normal;
    color: rgb(115, 115, 115);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_icon_details li .value {
    padding: 0 0 0 30px;
    position: relative
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_icon_details li .value:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    color: var(--Primary-Color);
    font-family: 'Icomoon';
    font-size: 1.5rem;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_icon_details .prp_type .value:before {
    content: '\e995'
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_icon_details .dom .value:before {
    content: '\e900'
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_icon_details .price_per_sqft .value:before {
    content: '\e948'
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_icon_details .garage .value:before {
    content: '\e997'
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_icon_details .year_build .value:before {
    content: '\e902'
}

@media screen and (max-width: 768px) {

    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_listing_icon_box {
        margin: 5px 0;
    }
}

@media screen and (max-width: 480px) {

    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_icon_details li {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%
    }
}

/*------------------------------------------ ---9-2-4  Property Map Widget CSS ------------------------------------------*/

.wpl_prp_show_layout2_container.wpl_prp_show_container .map-img {
    max-width: 200px;
    float: right;
    position: relative;
    overflow: hidden;
    border-radius: 0.625rem;
    transition: all .25s ease-in-out;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .map-img:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.wpl_prp_show_tabs-maps {
    width: 100%;
    margin: 0;
}

.wpl_prp_show_tabs-maps .tabs_box .tabs {
    padding: 15px;
}

.wpl_prp_show_tabs-maps .tabs_box .tabs li {
    border-radius: 300px;
}

.wpl_prp_show_tabs-maps .tabs_box .tabs li>a {
    padding: 5px 15px;
    font-size: 1rem;
}

.realtyna-lightbox-lock .wpl_prp_show_tabs-maps .tabs_container {
    min-width: 90vw;
}

.realtyna-lightbox-lock .wpl_prp_show_tabs-maps .tabs_box .tabs {
    display: flex;
}

.realtyna-lightbox-lock .wpl_prp_show_tabs-maps .tabs_box .tabs li a {
    color: var(--Secondary-Color);
    border-radius: 300px;
}

.realtyna-lightbox-lock .wpl_prp_show_tabs-maps .tabs_box .tabs li a:hover {
    background: rgb(250, 250, 250);
}

.realtyna-lightbox-lock .wpl_prp_show_tabs-maps .tabs_box .tabs li.active a {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {

    .wpl_prp_show_layout2_container.wpl_prp_show_container .map-img {
        float: none;
        display: block;
        margin: 0 0 15px;
    }
}

/*--------------------------------------------------- ---9-2-5  Property Details Widget CSS ---------------------------------------------------*/

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_position3_boxes,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_show_detail_boxes {
    margin: 20px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid rgb(225, 225, 225);
    cursor: pointer;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_position3_boxes_title:after,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_show_detail_boxes_title:after {
    content: '\e907';
    width: auto;
    height: auto;
    float: right;
    display: inline-block;
    position: absolute;
    right: 0;
    left: auto;
    font-family: 'wpl-front';
    font-size: 12px;
    background: transparent !important
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_show_detail_boxes .wpl_prp_show_detail_boxes_title.opened:after {
    content: '\e90f'
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_position3_boxes_title,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_show_detail_boxes .wpl_prp_show_detail_boxes_title {
    font-size: 1rem;
    line-height: 1.5;
    text-transform: uppercase;
    cursor: pointer
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_show_detail_boxes .wpl_prp_show_detail_boxes_cont {
    padding: 20px 0 0;
    font-size: 1rem
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_show_detail_boxes .wpl_prp_show_detail_boxes_cont .rows {
    width: 50%;
    padding: 0 5px;
    font-size: 1rem;
    color: var(--Secondary-Color);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_show_detail_boxes .wpl_prp_show_detail_boxes_cont .rows.separator {
    width: 100%;
    margin: 15px 0;
    padding: 0 0 5px;
    font-weight: 600;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_show_detail_boxes .wpl_prp_show_detail_boxes_cont .rows span {
    font-weight: 600;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_show_detail_boxes .wpl_prp_show_detail_boxes_cont .row {
    color: var(--Secondary-Color);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl-school-info-content {
    padding: 0 0 0 15px;
    font-style: normal
}

@media screen and (max-width: 991px) {

    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_show_detail_boxes .wpl_prp_show_detail_boxes_cont .rows {
        width: 100%;
    }
}

/*--------------------------------------------------- ---9-2-6  Similar Properties Widget CSS ---------------------------------------------------*/

.wpl_prp_show_layout2_container.wpl_prp_show_container .widget.widget_wpl_agents_widget>h2,
.wpl_prp_show_layout2_container.wpl_prp_show_container .widget.widget_wpl_carousel_widget>h2 {
    position: relative;
    text-transform: capitalize;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .widget.widget_wpl_agents_widget>h2:after,
.wpl_prp_show_layout2_container.wpl_prp_show_container .widget.widget_wpl_carousel_widget>h2:after {
    content: '';
    width: 25px;
    height: 2px;
    display: block;
    margin: 5px 0 0;
    background: rgb(50, 50, 50);
}

/*--------------------------------------------------- ---9-2-7  Property Links Widget CSS ---------------------------------------------------*/

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_right_boxes {
    border-color: rgb(225, 225, 225);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_prp_right_boxes .wpl_prp_right_boxes_title {
    text-transform: capitalize;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl-back-to-search-results,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl-listing-result-pagination {
    text-transform: capitalize;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul {
    display: flex;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li {
    border: none
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li:before {
    font-family: 'Icomoon';
    font-size: 2rem;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.facebook_link:before {
    content: '\e91f';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.twitter_link:before {
    content: '\e96d';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.pinterest_link:before {
    content: '\e94c';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.linkedin_link:before {
    content: '\e933';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.pdf_link:before {
    content: '\e922';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.favorite_link:before {
    content: '\e92e';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.favorite_link.added:before {
    color: var(--Primary-Color);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.report_abuse_link:before {
    content: '\e991';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.send_to_friend_link:before {
    content: '\e91b';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.request_a_visit_link:before {
    content: '\e91e';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.watch_changes_link:before {
    content: '\e904';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul li.crm_link:before {
    content: '\e962';
}

@media screen and (max-width: 767px) {

    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_listing_links_container ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

/*--------------------------------------------------- ---9-2-8  Property Agents Widget CSS ---------------------------------------------------*/

/*--------------------------------------------------- ----9-2-8-1  Default View ---------------------------------------------------*/

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info_activity .wpl_agent_info {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5px;
    padding: 15px;
    background: rgba(245, 245, 245);
    border: 0;
    border-radius: 15px;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_info_l {
    width: 50%;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_info_l .image_container .back {
    display: none;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_info_l .image_container .front {
    max-width: 125px;
    margin: 0 auto;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info:hover .wpl_agent_info_l .image_container .front.has_logo {
    transform: inherit;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info img,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .no_image {
    border-radius: 10px;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .profile_image {
    padding: 0;
    border: 0;
    border-radius: 10px;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .company_details {
    margin: 5px 0 0;
    font-size: .95rem;
    background: transparent;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .company_details .company_name {
    font-size: 1rem;
    font-weight: normal;
    background: transparent;
    color: rgb(0, 0, 0);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_info_l:hover .company_details .company_name {
    background: transparent !important;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_info_r {
    width: 50%;
    padding: 0;
    text-align: left
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul {
    margin: 0 0 20px;
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul:last-child {
    margin: 0
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul li {
    padding: 5px 0 0 25px;
    color: rgb(0, 0, 0);
    font-style: normal;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul li.name {
    font-weight: 600;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul li p {
    margin: 0;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul li:before,
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c>ul li:before {
    font-family: 'Icomoon';
    font-size: 1rem;
    top: 5px;
    background: transparent;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul li.tel:before,
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c>ul li.tel:before {
    content: '\e949';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul li.fax:before,
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c>ul li.fax:before {
    content: '\e920';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul li.email:before,
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c>ul li.email:before,
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c>ul li.second_email:before {
    content: '\e91b';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul li.mobile:before,
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c>ul li.mobile:before {
    content: '\e906';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul li.website:before,
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c>ul li.website:before {
    content: '\e978';
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul li a {
    color: rgb(0, 0, 0);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info ul li a:hover {
    color: rgb(191, 55, 55);
}

@media screen and (max-width: 576px) {

    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info_activity .wpl_agent_info {
        flex-direction: column;
    }

    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info_activity .wpl_agent_info .wpl_agent_info_l,
    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info_activity .wpl_agent_info .wpl_agent_info_r {
        width: 100%;
    }
}

/*--------------------------------------------------- ----9-2-8-2  Profileshow View ---------------------------------------------------*/

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details {
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border-color: rgba(225, 225, 225, .5);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details img,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details .no_image {
    margin: 0 0 15px;
    padding: 0;
    border: 0;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details ul li {
    padding: 5px 0 0 0;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details ul li p {
    display: inline-block;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details .wpl_profile_container_title {
    font-weight: 600;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details .wpl_agent_info_c,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details .wpl_agent_info_detail {
    width: 100%;
    padding: 0;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details .wpl_agent_info_detail .wpl_agent_info_r img {
    width: initial;
    margin: 5px 0;
    border-radius: 0;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details .wpl_agent_info_detail .wpl_agent_info_r,
.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details .wpl_agent_info_detail .wpl_agent_info_r span {
    width: 100%
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_about {
    display: block;
    margin: 10px 0 0;
    padding: 0 10px;
    font-family: var(--Primary-Font-Family);
    font-size: .95rem;
}

@media screen and (max-width: 767px) {
    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details {
        flex-direction: column;
    }

    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details .wpl_agent_info_l {
        float: none;
        text-align: center;
    }

    .wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c .wpl_profile_container_title {
        margin: 15px 0;
        text-align: center;
    }

    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_agent_info .wpl_agent_details .wpl_agent_info_r {
        text-align: center;
    }
}

/*--------------------------------------------------- ---9-2-9 Property Room Widget CSS ---------------------------------------------------*/

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_rooms_container {
    width: 100%;
    display: inline-block;
    padding: 15px 15px 10px;
    background: rgba(245, 245, 245);
    border-radius: .75rem;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_rooms_container li {
    min-height: inherit;
}

/*--------------------------------------------------- ---9-2-10 Property Attachments Widget CSS ---------------------------------------------------*/

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_attachments_container {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background: rgba(245, 245, 245);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_attachments_container li {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
}

/*--------------------------------------------------- ---9-2-11 Property Open Dates Widget CSS ---------------------------------------------------*/

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_opendates_list_container li {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    padding: 15px;
    position: relative;
    background: transparent;
    border: 1px solid rgba(225, 225, 225);
    border-radius: 10px;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_opendates_list_container li span {
    display: block;
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_opendates_list_container li .opendate_number {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: -15px;
    left: -15px;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_opendates_list_container li .comment {
    margin: 0;
    color: rgb(85, 85, 85);
}

@media screen and (max-width: 767px) {
    .wpl_prp_show_layout2_container.wpl_prp_show_container .wpl_opendates_list_container li .opendate_number {
        margin: 0 auto;
        right: 0;
        left: 0;
    }
}

/*------------------------------------------ -10 Agents CSS ------------------------------------------*/

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl-profile-listing-wp {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container .wpl_profile_picture .back {
    font-size: 30px;
    text-transform: capitalize;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container .wpl_profile_picture:hover .back {
    transform: none;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container .wpl_profile_picture .front {
    background: transparent;
    overflow: hidden;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container .wpl_profile_picture .front img {
    width: 100%;
    height: 100%;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container .wpl_profile_container_title .title>a {
    line-height: 1.5;
    color: var(--Secondary-Color);
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container .wpl_profile_container_title a.email {
    display: inline-block;
    margin: 5px 0 0;
    padding: 0 10px;
    line-height: 1.5;
    background: rgb(245, 245, 245);
    color: rgb(95, 95, 95);
    border-radius: 300px;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.map_box .wpl_profile_container_title,
.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.grid_box .wpl_profile_container_title {
    padding: 10px 0 0;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.map_box .wpl_profile_container_title .title,
.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.grid_box .wpl_profile_container_title .title {
    font-family: var(--Primary-Font-Family) !important;
    font-size: 25px !important;
    font-weight: 600;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.map_box,
.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.grid_box {
    margin: 0 0 30px;
    border: 0;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.map_box .wpl_profile_picture,
.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.grid_box .wpl_profile_picture {
    height: auto;
    padding: 0;
    line-height: inherit;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.map_box li a,
.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.grid_box li a {
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 30px;
    padding: 0;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_picture {
    width: 35%;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_container_title {
    width: 80%;
    padding: 15px;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_container_title .title {
    font-family: var(--Primary-Font-Family) !important;
    font-size: 25px !important;
    font-weight: 600;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_container_title .title a.view_properties {
    padding: 5px 15px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    text-transform: capitalize;
    color: var(--Primary-Color);
    border: 2px solid var(--Primary-Color);
    border-radius: 300px;
    opacity: .85;
    z-index: 15;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_container_title .title a.view_properties:hover {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255) !important;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .about {
    padding: 5px 0;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box ul {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    gap: 5px;
    margin: 15px 0 0;
    padding: 0;
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box ul li {
    width: 100%;
    margin: 0;
    padding: 0 0 0 35px;
    color: var(--Secondary-Color);
}

.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box ul li a,
.wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box ul li span {
    color: var(--Secondary-Color);
    border-radius: 0;
}

@media screen and (max-width: 1200px) {

    .wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_picture {
        width: 25%;
    }

    .wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_container_title {
        width: 75%;
    }
}

@media screen and (max-width: 991px) {

    .wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_picture {
        width: 30%;
    }

    .wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_container_title {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {

    .wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_picture,
    .wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_container_title {
        width: 100%;
    }

    .wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box .wpl_profile_container_title .title a.view_properties {
        display: none;
    }

    .wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box ul {
        flex-direction: row;
        margin: 0;
        padding: 0 15px 15px;
    }

    .wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box ul li {
        padding: 0;
    }

    .wpl-garnet-template-wp.wpl_garnet_profile_listing .wpl_profile_listing_container .wpl_profile_container.row_box ul li a {
        padding: 0 0 0 35px;
        left: 0;
        text-align: left;
    }
}

.wpl_garnet_profile_show.gr-sticky .wpl_profile_show_container {
    width: 40%;
    position: absolute;
    top: 175px;
    left: 0;
}

@media screen and (min-width: 1200px) {

    .wpl_garnet_profile_show.gr-sticky .wpl_property_listing_container.wpl-property-listing-mapview .wpl_property_listing_list_view_container {
        margin: 450px 0 0;
    }
}

@media screen and (max-width: 1200px) {

    .wpl_garnet_profile_show.gr-sticky .wpl_profile_show_container {
        width: 100%;
        position: relative;
        top: 60px;
    }
}

/*------------------------------------------ -11 Agent CSS ------------------------------------------*/

.wpl_garnet_profile_show .wpl_profile_show_container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.wpl_garnet_profile_show .wpl_profile_show_container.gr-active {
    display: none;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box {
    width: 100%;
    display: inline-block;
    padding: 0 0 15px;
    border: 0;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_l img {
    padding: 0;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail {
    width: 100%;
    display: inline-block;
    padding: 0 0 15px;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c .wpl_profile_container_title {
    margin: 0 0 10px;
    font-family: var(--Primary-Font-Family);
    font-size: 1.5rem;
    line-height: 1.5;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c>ul {
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    overflow: visible;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c>ul li {
    padding: 5px 0 5px 35px;
    line-height: 2;
    text-transform: capitalize;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c>ul li a:hover,
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_c>ul li a:before {
    color: var(--Primary-Color);
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_r span {
    width: 100%;
    font-weight: normal;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_info_detail .wpl_agent_info_r>img {
    width: initial;
    max-width: 150px;
    margin: 0 0 5px;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_profile_show_container_box .wpl_agent_about {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    line-height: 1.5;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container form {
    font-family: var(--Primary-Font-Family);
    font-size: 1.5rem;
    line-height: 1.5;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field {
    width: 30%;
    padding: 0 5px 0 0;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .text-area {
    width: 100%;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field input[type='tel'],
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field input[type='text'],
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field input[type='password'],
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field textarea {
    padding: 5px;
    font-size: .95rem;
    font-family: var(--Primary-Font-Family);
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field.button {
    width: 10%;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field.button>.btn {
    height: 35px;
    padding: 0 10px;
    font-family: var(--Primary-Font-Family);
    font-size: 1rem;
    font-weight: normal;
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 0.25rem;
}

.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field.button>.btn:hover,
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field.button>.btn:focus,
.wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field.button>.btn:active {
    background: var(--Primary-Color);
    color: rgb(255, 255, 255);
    opacity: .85;
    box-shadow: none;
}

@media screen and (max-width: 767px) {

    .wpl_garnet_profile_show .wpl_profile_show_container .wpl_agent_info .wpl_agent_details {
        flex-direction: column;
    }

    .wpl_garnet_profile_show .wpl_profile_show_container .wpl_agent_info .wpl_agent_details .wpl_agent_info_detail .wpl_agent_info_c,
    .wpl_garnet_profile_show .wpl_profile_show_container .wpl_agent_info .wpl_agent_details .wpl_agent_info_detail .wpl_agent_info_r {
        width: 100%;
    }

    .wpl_garnet_profile_show .wpl_profile_show_container .wpl_agent_info .wpl_agent_details .wpl_agent_info_detail .wpl_agent_info_r {
        text-align: center;
    }

    .wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field {
        width: 100%;
    }

    .wpl_garnet_profile_show .wpl_profile_show_container .wpl_user_contact_container .form-field.button {
        position: relative;
    }
}