/* ------ Custom Styles ------*/
/* ---------------- SMC EDIT TAGS -------------- */
.smc-edit,
.smc-new,
.smc-edit-template {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    float: right;
    cursor: pointer;
    z-index: 400;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 4px 5px !important;
    line-height: 14px;
    color: #999 !important;
    background: #fff;
    top: 10px;
    bottom: inherit !important;
}

.smc-edit{
    right: 20px;
}
.smc-new{
    right: 60px;
}
.smc-edit-template{
    right: 100px;
}
.top-180 {
    top: 180px;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.top-neg-40 {
    top: -40px;
}
.pos-left-20 {
    right: unset;
    left: 20px;
}

.editable-opacity {
    position: relative;
    opacity: 0.5;
    background: #000;
}
.editable-opacity .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 0;
    margin: 0;
    opacity: 0.5;
}
.pos-rel {
    position: relative;
}

/* -------------- Theme overrides and custom styles ------------------ */
@font-face {
    font-family: captain_howdy;
    src: url(/custom/fonts/captain_howdy.ttf);
}
a {
    color: #3f2316;
}
.home1_bgi1 {
    background-image: url(/custom/images/mock_hero.jpg);
}
.mouse_scroll {
    right: 0;
    top: -155px;
}
.home_adv_srch_opt {
    margin-top: 450px;
}
.home_content {
    padding-top: 260px
}
.home1-advnc-search ul li .search_option_button button {
    background-color: #981b1e;
    border-color: #6d1315;
}
.home1-advnc-search ul li .search_option_button button:hover {
    border-color: #6d1315;
    color: #6d1315;
}
.footer_one {
    background-color: #3f2316;
    /*background-image: url("/custom/images/leather.jpeg");
    background-size: cover;
    background-position: bottom;*/
    background-image: url("/custom/images/suede_texture.webp");
}
.footer_about_widget p,
.footer_about_widget li a,
.footer_qlink_widget li a,
.footer_contact_widget li a,
.footer_menu_widget ul li a,
.copyright-widget p,
.footer_middle_area .copyright-widget a {
    color: #bfbfbf;
}
.footer_about_widget p,
.footer_about_widget li a,
.footer_qlink_widget li a,
.footer_contact_widget li a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-size: 16px;
    font-weight: 600;
    /*color: #fff;*/
}
.footer_about_widget h4,
.footer_qlink_widget h4,
.footer_contact_widget h4,
.footer_social_widget h4,
.footer_apps_widget h4 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    /*color: #fff;*/
}
.footer_middle_area {
    background-color: #26150d;
}
.main-title h2 {
    color: #3f2316;
}
#team .team_slider_home .feat_property {
    background-color: #d8c4a6;
}
.text-thm {
    color: #6d1315 !important;
}
.feat_property .details .tc_content h4 {
    color: #3f2316;
}
.our-blog .feat_property .details .tc_content h4 {
    margin-bottom: 0;
}
.feat_property .thumb .thmb_cntnt ul.tag li.new {
    background-color: #5cb85c;
}
.feat_property .thumb .thmb_cntnt ul.tag li.sold {
    background-color: #ff5a5f;
}
.feat_property .thumb .thmb_cntnt ul.tag li.pending {
    background-color: #F0AD4E;
}
.feat_property .thumb .thmb_cntnt ul.tag li {
    width: auto;
    padding: 0 6px;
}
.feat_property .fp_meta li img {
    max-width: 40px;
}
.four-squares .col-md-6 {
    background: url(https://via.placeholder.com/800x400);
    background-position: center;
}
.four-squares .square {
    border: 3px solid #3f2316;
    margin: 30px 20px;
    padding: 25px;
    color: #fff;
    text-align: center;
}
.four-squares .square p {
    font-size: 24px;
}
.four-squares .square h4 {
    font-size: 46px;
}
.four-squares .square .btn.btn-square {
    background-color: #d8c4a6;
    font-size: 18px;
}
.btn-inverse {
    color: #6d1315;
    border: 2px solid #6d1315;
    font-weight: 600;
}
.btn-inverse:hover {
    color: #6d1315;
}
.btn-thm {
    background-color: #6d1315;
    border-color: #6d1315;
    color: #fff !important;
}
.btn-thm:hover {
    color: #6d1315 !important;
    border-color: #6d1315;
}
.header.stylehome1 .main_logo_home2 span {
    vertical-align: top;
    display: inline-block;
}
body.body_overlay:before {
    background-color: rgb(0,0,0,0.5);
}
.contact {
    position: absolute;
    right: 30px;
    bottom: 37px;
}
.contact a {
    color: #6d1315;
}
.feat_property .details .fp_footer .fp_pdate.blog-link {
    float: right !important;
    margin-top: 8px;
}
#team h1 {
    border-bottom: 1px solid #6d1315;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
#team .agent-bio {
    border-top: 1px solid #6d1315;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 50px;
}
.agent-contact input[type="submit"] {
    background-color: #981b1e;
    border-color: #6d1315;
    color: #fff;
    font-size: 18px;
    padding: 5px 30px;
}
.agent-contact input[type="submit"]:hover {
    background-color: #ffffff;
    border: 2px solid #ff5a5f;
    color: #6d1315;
}
.agent-testimonials {
    margin-top: 50px;
}
.agent-testimonials h3 {
    margin: 0 0 25px;
}
.agent-testimonials .testimonial {
    padding-bottom: 25px;
    border-bottom: 1px solid brown;
    margin-bottom: 25px;
}
.agent-testimonials .testimonial .testimonial-name {
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    text-indent: 25px;
}
.ace-responsive-menu li ul.sub-menu li a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.header a.mobile-logo {
    height: auto;
    position: static;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    padding: 0;
    line-height: 0;
}
.header a.mobile-logo:before {
    content: unset;
    display: none;
}
.header a.mobile-logo:after {
    content: unset;
    display: none;
}
.header a.mobile-logo object,
header a.main-logo object {
    pointer-events: none;
}
header a.main-logo object {
    width: 250px;
    margin-top: 5px;
}
header.stricky-fixed a.main-logo object {
    width:216px;
}

.white-link {
    color: #fff !important;
}
.home1-advnc-search ul li .form-control {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    font-size: 14px;
    color: #484848;
    line-height: 1.2;
    height: 50px;
    width: 215px;
}
/*.home1-advnc-search ul li:first-child .form-control {
    width: 215px !important;
}*/
.home1-advnc-search ul li:nth-child(2) .form-group{
    position: relative;
}
.home1-advnc-search ul li:nth-child(2) .form-group label {
    background-color: #ffffff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 5px;
    width: 40px;
}
.feat_property .thumb .thmb_cntnt span.fp_price {
    bottom: 15px;
    font-size: 22px;
    font-family: "Nunito";
    color: #ffffff;
    font-weight: bold;
    left: 20px;
    line-height: 1.2;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
}
.feat_property.home7:hover,
.feat_property:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 60%);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.60);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.60);
    box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 60%);
}
header.header-nav.menu_style_home_one a.navbar_brand {
    margin-top: 0 !important;
}
.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-responsive img {
    position: absolute;
    top: 0;
    left: 0;
}
.footer-logos img {
    max-height: 60px;
    padding: 0 12px;
}
.footer-logos img:first-child {
    padding-left: 0;
}
.share-icons-container {
    position: absolute;
    bottom: 8px;
    right: 40px;
}
.share-icons-container .social-icons li {
    float: left;
    margin-right: 12px;
}
.feat_property .thumb img {
    opacity: 1 !important;
}
.feat_property .details .tc_content .prop_details li,
.feat_property .details .fp_footer .fp_meta li {
    font-size: 14px;
}
.our-blog .fp_meta:after {
    content: '';
    display: block;
    clear: both;
}
.our-testimonial:before {
    background-image: url(/custom/images/tree_and_pond.png);
    background-size: cover;
    opacity: 1;
}
.footer_one {
    padding: 40px 0 35px;
}
.footer_one .icons-container {
    position: absolute;
    bottom: -20px;
    right: 0;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li a {
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}
#listing-search-form .search_option_button {
    margin-bottom: 1rem;
}
/*.header-nav.menu_style_home_one.navbar-scrolltofixed.stricky.main-menu {
    background: #fff;
}*/
.testimonial_grid .details p {
    color: #F28C38;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
}
.footer_qlink_widget ul li a {
    line-height: 18px;
}
.testimonial_grid .details h4 {
    color: #F28C38;
    text-shadow: 1px 1px 1px #000;
    font-size: 20px;
}
header.header-nav a.navbar_brand {
    margin-right: 18px;
}
header nav .header-phone {
    position: absolute;
    top: 20px;
    text-shadow: 1px 1px 1px #fff;
    font-family: 'captain_howdy';
    font-size: 26px;
}
.mobile-menu a.header-phone {
    display: block;
    width: 100%;
    position: absolute;
    top: unset;
    bottom: -64px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}
.mobile-menu a.header-phone:before,
.mobile-menu a.header-phone:after {
    content:'';
    display: none;
}
.agent-testimonials .testimonial:hover {
    background: #e1e1e1;
}
.feat_property .thumb .thmb_cntnt ul.tag li span {
    font-size: 14px;
    font-family: "Nunito";
    color: #fefefe;
    line-height: 1.2;
}
.feat_property .thumb .thmb_cntnt ul.tag li.active {
    background-color: #5cb85c !important;
}
.feat_property .thumb .thmb_cntnt ul.tag li.pending {
    background-color: #ed9c28;
}
.order_list li .feature-tick {
    font-size: 14px;
    font-family: "Nunito";
    color: #484848;
    line-height: 2.857;
}

.order_list li .feature-tick span {
    color: #ff5a5f;
    left: 0;
    position: absolute;
}
.display-mobile .dd_content2 {
    right: unset;
    top: 74px;
    z-index: 9;
}
.embed-overlay {
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    height: 37px;
    background: #f7f7f7;
    z-index: 9;
}
.embeds-container {
    margin: 40px 0;
}
.testimonial_slider {
    /*background: #dfdfdf;*/
    padding: 12px;
    border-radius: 5px;
    /*box-shadow: 3px 4px 16px rgba(0,0,0,0.10);*/
    font-size: 18px;
}
.testimonial_slider.owl-theme .owl-nav [class*="owl-"] {
    background: #26150d;
}
/*.embeds-container .col-md-6 {
    max-height: 400px;
}*/
.team-testimonial .col-lg-6:last-child {
    background: #f9f1db;
}
.tan-bg {
    background: #FFFCF4;
}
.testimonial-slider-container .view-all-link {
    position: absolute;
    bottom: 18px;
    right: 50px;
}
.view-all-link {
    background: #3f2316;
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
}
.home1-overlay:before {
    background: none !important;
}
.grid_list_search_result {
    height: auto;
}
/* ========================================================================
   Listing status badges (Holly 2026-03-27 ask)
   Per-status background color so Active / Under Contract / Sold etc. are
   visually distinct on preview cards, search results, and detail pages.
   Rendered from res/listing/templates/*.tpl via
   {create_status_class status=$prop->listing_status->value|lower}
   ======================================================================== */
.tag li.list-inline-item.active,
.tag li.list-inline-item.under_contract,
.tag li.list-inline-item.coming_soon,
.tag li.list-inline-item.sold {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 3px;
  line-height: 1.4;
}
.tag li.list-inline-item.active         { background-color: #2d8b2d; }  /* green  — actively for sale */
.tag li.list-inline-item.under_contract { background-color: #E89C1C; }  /* orange — Under Contract (both ActiveUnderContract and Pending per Holly 2026-04-23) */
.tag li.list-inline-item.coming_soon    { background-color: #2C6B8B; }  /* blue   — Coming Soon */
.tag li.list-inline-item.sold           { background-color: #6b6b6b; }  /* gray   — Sold (MLS "Closed"; drops off after 30 days via importer filter) */
.listing-detail-status { margin-top: 8px; margin-bottom: 12px; padding-left: 0; list-style: none; }
