/*
  GLOBAL STYLES
  */

#main-content .container {
    width: unset;
    max-width: unset;
    margin: auto;
}

body:not(.et-tb) #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
    padding-top: unset;
}

#main-content .container:before {
    content: unset !important;
}

.page.et_pb_pagebuilder_layout #main-content {
    background-color: #fff;
}

.et_pb_blurb_content {
    max-width: 100%;
}

.grid {
    display: grid !important;
}

ul.fsm-normal-list {
    padding: 1em !important;
}

ul.fsm-normal-list li {
    padding-bottom: .5em !important;
}

.flex-wrapper {
    display: flex;
}

.align-center {
    margin: auto 0;
}

.justify-right {
    display: flex;
    justify-content: flex-end;
}

#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
    padding-bottom: 0;
}

@media screen and (max-width: 500px) {
    .side-by-side-btn {
        flex-wrap: wrap;
    }

    .side-by-side-btn a {
        min-width: 100%;
        width: 100%;
    }

    .side-by-side-btn a:first-child {
        margin-bottom: 10px;
    }
}

/*END*/


/*
  BUTTONS
  */
/* GLOBAL BUTTON STYLES */

.et_pb_button:after {
    display: none;
}

#page-container .et_pb_button:hover {
    transition: ease all 0.3s;
    border: none !important;

}

a.exclude-style:hover i {
    margin-left: 5px !important;
    padding: 2px !important;
    transition: ease all 0.3s;

}

/*
  END
  */

/*
  HEADER
  */
header#main-header {
    padding: 20px 0;
}

/* Large Desktop - Corporate Override */
@media only screen and (min-width: 1140px) {
    div.primary-menu-row .et_pb_column {
        grid-template-columns: minmax(auto, 275px) minmax(auto, 275px) 1fr !important;
    }
}

/* Desktop to Tablet - Corporate Override */
@media only screen and (max-width: 1139px) and (min-width: 981px) {
    div.primary-menu-row .et_pb_column {
        grid-template-columns: 25% 25% 1fr !important;
    }
}

#logo {
    max-height: 200% !important;
    position: absolute;
    top: -14px;
}

.et_pb_column--with-menu,
.et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end !important;
}


ul#menu-main-menu a {
    color: #063C4A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    padding: 0;
}

div#primary-menu-row .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: grid;
    grid-template-columns: 25% 25% 50%;
    gap: 10px;
}

div#logo {
    display: contents;
    grid-column-start: 1;
}

div#primary-menu {
    grid-column-start: 2;
}

div#primary-menu {
    grid-column-start: 3;
}

#secondary-menu-row .et_pb_menu_inner_container.clearfix {
    background-color: #C8DFF5 !important;
}

li.link-button-style {
    margin: 0 auto !important;
    background-color: #CC9F52;
}

li.link-button-style a {
    margin: auto 0 !important;
    padding-bottom: 0 !important;
}

#owner-phone-number-franchise a {
    text-decoration: underline;
}

#owner-phone-number-franchise a:hover {
    border-radius: 3px;
    text-decoration: none;
    background-color: rgba(21, 43, 55, 0.2);
    transition: ease all 0.3s;
}

div#header-location-selector-franchise p.pop-launch.pum-trigger a::before {
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 1.5em;
    right: 0;
    transition: ease all 0.3s;
    color: #C99451 !important;
}

div#header-location-selector-franchise p.pop-launch.pum-trigger a:hover::before {
    right: -5px;
    transition: ease all 0.3s;

}

/*
  MENU STYLES
  */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    color: #063C4A !important;
}

div#secondary-menu-row {
    padding: 0 10px !important;
}

div#secondary-menu-row .et_pb_module.et_pb_menu {
    display: flex;
    background-color: transparent;
}

div#secondary-menu-row .et-menu li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-right: 11px;
}

#et-secondary-nav li {
    font-weight: 400;
}

/*div#header-location-selector {
    padding: .5em 0 .5em 3em;
}

div#header-location-selector p {
    color: #063C4A !important;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 150% !important;
}

p#owner-phone-number a {
    font-weight: 400;
    color: #063C4A;
    font-family: Montserrat;
}

div#header-location-selector a#toggle-location-selector:before {
    position: absolute;
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    font-size: 1em;
    line-height: 30px;
    color: #063c4a;
    right: -20px;
}

.et-menu .menu-item-has-children > a:first-child:after {
    right: -12% !important;
}

p.pop-launch.pum-trigger {
    text-decoration-line: underline;
    font-weight: 400 !important;
}

p#owner-phone-number {
    padding-bottom: 0px;
}*/







div#header-location-selector-franchise {
    padding: .5em 0 .5em 3em;
    position: relative;

    & p {
        color: #063C4A !important;
        font-family: Montserrat !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 150% !important;

        &#owner-phone-number-franchise {

            padding-bottom: 0px;

            & a {
                font-weight: 400;
            }
        }

        & a {
            color: #063C4A;
        }
    }
}

div#header-location-selector-franchise:before {
    position: absolute;
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1em;
    left: 10px;
    color: #063c4a;
    top: 50%;
    transform: translateY(-50%);
}


#company-info-franchise {
    padding-bottom: 0;
}

div#header-location-selector-franchise .fcomplete-wrap {
    top: 40px;
}







/*Menu Hover Styles*/

ul#mega-menu-primary-menu li a {
    transition: ease all 0.3s !important;
}

ul#mega-menu-primary-menu li a:hover {
    opacity: .8 !important;
}

@media screen and (max-width: 980px) {

    div#global-header .et_pb_row {
        margin: auto auto !important;
    }

    .mobile_nav .mobile_menu_bar:before {
        color: #063C4A !important;
    }

    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
        color: #fff !important;
    }

    div#primary-menu-row {
        padding: 0 !important
    }

    div#primary-menu-row .et_pb_column {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: space-between !important;
    }

    div#primary-menu-row img {
        width: 70%;
        max-width: 215px;
    }
}

div#secondary-menu-row .et_pb_column {
    display: flex !important;
    justify-content: end !important;
}

div#header-review-badge {
    margin: 0;
}

div#header-review-badge .BadgeContainer__Inner-sc-1s0biz7-0.isXSqH.es-badge-container {
    padding: .5vh 0;
    align-items: center;
    text-align: start;
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-template-rows: auto;
}

div#header-review-badge .BadgeSources__Container-sc-3svwrg-0.koyfWN.es-badge-sources-container {
    display: flex;
    flex-wrap: wrap;
    grid-row: 1;
    grid-column: 1;
    align-content: center;
}

div#header-review-badge .Rating__Container-sc-bk54oq-0.izQGGt.es-rating-container.es-badge-rating.BadgeInner__StyledBadgeRating-sc-14tdng1-0.hhxyTb {
    grid-row: 1;
    grid-column: 2;
}

div#header-review-badge .BadgeTotalReviews__Content-sc-15g78rc-0.kXZOYs.es-badge-total-reviews.BadgeInner__StyledTotalReviews-sc-14tdng1-1.hYCjZl {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 2;
    font-size: 10px !important;
}

.RatingValue__Container-sc-fl6036-0.kngyxL.es-rating-value {
    font-size: 16px;
}

div#header-review-badge .gRBwXB img,
div#header-review-badge .gRBwXB svg,
div#header-review-badge .Icon__IconContainer-sc-11wrh3u-0.gRBwXB.es-source-image.BadgeSources__StyledSourceImage-sc-3svwrg-1.jHcWgP.es-badge-sources-item.es-google-icon {
    width: 20px;
    height: 20px;
}

div#header-review-badge .ga-dIYY {
    width: 15px;
    height: 15px;
}

/***** START PAGE ORGANIZATION *****/

/*
  HOMEPAGE TEMPLATE STYLE
  */

/* Hero Styles */
.common-hero-styles {
    min-height: 80lvh !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 3px;
}

@media screen and (max-width: 980px) {

    .common-hero-styles {
        min-height: 50lvh !important;
        max-height: none !important;
    }
}

div#micro-home-hero {
    background: #063C4A;
}

div#micro-home-hero {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    align-content: center;
    position: relative;
}

div#micro-home-hero:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 25%;
    z-index: 0;
}

div#hero-contact-socials {
    display: flex;
    z-index: 9;
    padding: 2vh;
}

.elf-badge-module div {
    color: white !important;
}

.elf-badge-module div.es-badge-title {
    display: none !important;
}

div#hero-content {
    display: flex;
    flex-wrap: wrap;
    height: 80lvh;
    align-content: center;
    padding: 7vh 0;
}

#level-three-hero {
    border-radius: 3px;
}

div#hero-copy {
    height: auto;
}

div#hero-image {
    height: auto;
}

.hero-contact-row {
    display: flex;
    gap: .5em;
    align-items: center;
}

.hero-contact-row > * {
    font-size: clamp(1.125rem, 0.875rem + 0.8vw, 1.375rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.hero-contact-row a {
    color: #CC9F52;
}

#micro-home-hero {
    min-height: 80lvh;
}

#micro-home-hero .hero-title {
    width: 75%;
    margin: auto;
}

#micro-home-hero .hero-body {
    max-width: 400px;
    margin: auto;
    padding-bottom: 4px;
}

#micro-home-hero ul.et_pb_module.et_pb_social_media_follow {
    text-align: start !important;
}

#micro-home-hero ul.et_pb_module.et_pb_social_media_follow li {
    margin: 0;
}

@media screen and (max-width: 980px) {

    #micro-home-hero .hero-title,
    #micro-home-hero .hero-body {
        max-width: unset;
        width: unset;
    }
}

@media screen and (max-width: 767px) {
    #micro-home-hero {
        min-height: 90lvh;
        padding: 20vh 0;
    }

    div#hero-contact-socials {
        display: block;
    }

    .hero-contact-row {
        justify-content: center;
        padding-bottom: 2vh;
    }

    #micro-home-hero ul.et_pb_module.et_pb_social_media_follow {
        text-align: center !important;
    }

    #hero-contact-socials .et_pb_column_1_tb_body {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    div#hero-contact-socials {
        bottom: -5%;
    }

    .hero-contact-row {
        display: block;
        text-align: center;
    }
}

/* SHOP OUR UPCOMING SALES */
.shop-upcoming-sales-row {
    grid-template-columns: 30% 70%;
    width: 1200px;
    max-width: 1200px;
}

.et_pb_column.sales-slider {
    padding-left: 4em;
}

.sales-slider .slick-slider {
    min-height: 100%;
    display: flex;
}

.sales-slider .slick-track {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.sales-message {
    text-align: center;
    font-weight: 600;
}

.no-nearby-sales > .sales-title {
    text-align: center;
    color: #063C4A;
    opacity: 0;
    animation: fadeIn .4s ease-in forwards;
}

.no-nearby-sales .results-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5em;
    opacity: 0;
    animation: fadeIn .4s ease-in forwards;
    transition: opacity 1s ease-in-out;
}

.no-nearby-sales .results-wrapper:has(.estate-sale-no-results) {
    display: block;
}

.sale-listings .no-nearby-sales .estate-sale-no-results {
    text-align: center;
    margin-top: 2rem;
}

.no-nearby-sale.results-wrapper.fade {
    opacity: 0;
}

@media screen and (max-width: 767px) {

    .no-nearby-sales .results-wrapper {
        display: flex !important;
    }

}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* HOMEPAGE TEXT STYLES */
.shop-upcoming-sales-section h2,
div#sell-with-us-row h2,
.whats-the-buzz-row h2,
div#about-us h2,
.our-community.et_section_regular h2 {
    color: #063C4A;
}

.the-BM-way-section h2 {
    color: #fff;
}

/* 50/50 IMG left fullheight - Overlapping Blurb Right */
.LeftImg-BlurbFifty {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 5em 0 !important;
}

/* Content right - Pseudo Image Left - Pseudo BG on Column */
.contentRight-PseudoImgLeft-PseudoBG:before {
    position: absolute;
    content: '';
    height: 100%;
    right: 0;
    top: 0;
    z-index: 9;
}

div#about-us:before {
    background: url(/wp-content/uploads/sites/2/2024/07/team-members-groupPhoto.jpeg);
    background-position: center;
    background-size: cover;
    width: 52%;
}

#about-us-image img {
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
}

.forty-percent-blurb {
    width: 40%;
}

.fifty-percent-blurb {
    width: 50%;
}

/* CTA */

.cta-content h2 {
    color: #fff;
}

.cta-body {
    margin-bottom: 3vh;
}

/* WHATS THE BUZZ SECTION */
div#whats-the-buzz {
    background: rgba(145, 191, 234, 0.10);
}

/* testimonials */

.testimonial-wrapper .content-wrapper,
.star-rating {
    text-align: left;
}

.es-review-content-text {
    text-align: left;
}

.es-review-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

span.ButtonBase__Overlay-sc-p43e7i-4.cjTloD {
    border-radius: 2px !important;
    background: #CC9F52 !important;
    color: #212121;
    display: flex;
    min-width: 162px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none !important;
    transition: ease all 0.3s;
}

.es-header-write-review-button {
    background-color: #CC9F52 !important;
    transition: ease all 0.3s;
}

.es-header-write-review-button span {
    font-size: 16px !important;
    color: #212121 !important;
    background-color: #cc9f52 !important;
    text-transform: uppercase;

}

span.ButtonBase__Overlay-sc-p43e7i-4.cjTloD:hover {
    background-color: #E5CFA8 !important;
    color: #212121 !important;
    text-decoration: underline;
}

span.ButtonBase__Overlay-sc-p43e7i-4.cjTloD:hover .es-header-write-review-button,
.es-header-write-review-button:hover {
    background-color: #E5CFA8 !important;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider i.slick-arrow {
    position: absolute;
    color: #91bfea;
    bottom: -3% !important;
}

i.fa-solid.fa-circle-chevron-left.slick-arrow {
    right: 15%;
}

i.fa-solid.fa-circle-chevron-right.slick-arrow {
    right: 0;
}

.five-stars i {
    color: #cc9f52;
    font-size: 16px;
}

@media screen and (max-width: 980px) {}

/*Blog Section*/
.the-BM-way-section {
    background-color: #063C4A;
    color: #fff;
}

li.homepage-post-item img {
    max-height: 200px;
    height: 200px;
    object-position: center;
    object-fit: cover;
    width: 100%;
    border-radius: 3px;
    border: 2px solid #212121;
    transition: ease 0.2s all;
}

li.homepage-post-item:hover img {
    opacity: .9;
}

li.homepage-post-item h3 {
    color: #fff;
}


li.homepage-post-item {
    padding: 1em 1em 3em 1em;
    border-bottom: 2px solid #CC9F52;
}

.mobile-pseudo-image {
    display: none;
}

.the-BM-way-row {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 980px) {

    .shop-upcoming-sales-row {
        display: block !important;
    }

    .pseudo-section-spacing {
        padding: 0em !important;
    }

    .the-BM-way-row .justify-right {
        justify-content: flex-start;
    }

    .mobile-pseudo-image {
        display: block !important;
    }

    .mobile-pseudo-image span,
    .mobile-pseudo-image span img {
        min-width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media screen and (max-width: 769px) {
    .et_pb_column.sales-slider {
        padding-left: 0 !important;
    }

}

/*Affiliates & Memberships*/
@media only screen and (max-width: 980px) {
    .affiliates-memberships-facet-flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
}

@media only screen and (min-width: 981px) {
    .affiliates-memberships-facet-flex {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .affiliates-memberships-facet h2 span {
        display: block;
    }
}

img.membership-logo {
    max-width: 200px;
    max-height: 165px;
}

p.membership-title {
    max-width: 23ch;
    text-align: center;
    font-weight: 700;
}

.affiliates-memberships-facet h2 {
    text-align: center;
    padding-bottom: 3rem;
}

.membership-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/**** END HOMEPAGE ****/


/*
  ABOUT
  */
.team-list .fwpl-item.image-wrap {
    min-width: 100% !important;
    height: 300px;
    max-height: 300px;
    margin-bottom: 2vh;
}

.team-list .fwpl-item.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center !important;
}

.member-card .fwpl-item.member-position {
    text-align: left;
    font-weight: 700;
    color: #063c4a;
}

.member-card .fwpl-item.member-bio {
    text-align: left;
}


/*
  BLOG
  */
p.post-date {
    color: #063C4A;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

#blog-newsletter-blurb .gform_wrapper.gravity-theme .gfield_label {
    color: #063c4a !important;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: 0.32px !important;
}

/* BLOG ARTICLE */
#page-container .blog-sidebar-blurb .et_pb_button {
    display: block;
    min-width: 100%;
    width: 100%;
}

div#blog-newsletter-blurb div#gform_fields_1 {
    display: block !important;
}

#blog-newsletter-blurb .ginput_complex span {
    display: block;
    min-width: 100%;
}

div#blog-newsletter-blurb #gform_fields_2 div:not(.ginput_container),
div#blog-newsletter-blurb #gform_fields_1 div:not(.ginput_container) {
    margin-block-start: 2vh;

    .gfield_label {
        color: #063c4a !important;
        font-family: Montserrat !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: normal !important;
        letter-spacing: 0.32px !important;
    }
}

form#category-filter-form {
    display: flex !important;
    flex-wrap: wrap;
}

form#category-filter-form label {
    width: 100%;
    min-width: 100%;
    color: #063c4a;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

/* END */

/*
  SHOP OUR SALES
  */
.BlurbLeft-overlap-IMGright {
    padding: 5em 0 !important;
}

.pro-shopping-tips-row .et_pb_column {
    max-width: 75%;
    margin-left: 25% !important;
    margin-left: auto;
    background: #fff;
    padding: 4em 3em;
    border-radius: 3px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}

.alt-hero-text-style span.et_pb_fullwidth_header_subhead {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: clamp(1rem, 0.75rem + 0.6667vw, 1.25rem);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 80%;
    margin: auto;
}

.overlap-row {
    margin-top: -10em;
    border-radius: 10px;
    padding: 3em 2em 2em 2em !important;
    background: #fff;

}

.overlap-hero .et_pb_row {
    padding-bottom: 6em;
}

.alt-hero-text-style h1,
.alt-hero-text-style p {
    color: #fff;
}

div#sale-listings .facetwp-template-static {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: .7em;
}

@media screen and (max-width: 980px) {

    .alt-hero-text-style span.et_pb_fullwidth_header_subhead {
        width: 100%;
    }

    .pro-shopping-tips-row .et_pb_column {
        max-width: 100%;
        margin-left: 0 !important;
    }


}

.sale-listings .no-nearby-sales p {
    font-weight: bold;
    /* margin-bottom: 2rem; */
}

div.sale-listings .facetwp-template-inner:has(.no-nearby-sales) {
    display: block;
}

.facetwp-template-inner .no-nearby-sales .estate-sale-card:nth-child(n+4) {
    display: none;
}

/**** END SHOP OUR SALES ****/

/**** ESTATE SALE DETAIL PAGE ****/
/* Typography & Base Styles */
body h1.single-sale-headline {
    font-family: "Montserrat" !important;
    font-size: clamp(1.25rem, 1.071rem + 0.571cqi, 1.55rem) !important;
    text-transform: none;
    letter-spacing: .05em;
    margin-bottom: 15px;
}

body h2.single-sale-subheadline {
    font-size: clamp(1.5rem, 1.411rem + 0.286cqi, 1.625rem) !important;
}

.single-sale-headline,
.single-sale-subheadline {
    text-align: start;
    margin-bottom: 15px;
}

.single-sale-time {
    padding-bottom: 0;
    text-transform: uppercase;
}

.single-sale-availability {
    margin: 0;
    padding: 0 0 1.5rem 0;
    text-align: start;
}

.single-sale-tip,
.terms-conditions-link,
.maps-link > a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9em;
    font-weight: 400;
    line-height: 150%;
}

.single-sale-tip:hover,
.terms-conditions-link:hover {
    color: rgba(255, 255, 255, 1);
}

.single-sale-tip {
    text-decoration: underline;
    cursor: pointer;
}

/* Layout & Container Styles */
.terms-link-container {
    margin-top: 15px;
    text-align: left;
}

.terms-conditions-link {
    text-decoration: underline;
}

.single-sale-online {
    padding: 0;
    margin-bottom: 15px;
}

div#hero-content {
    height: auto;
    padding: 0;
    margin-bottom: 0;
    display: inline-block !important;
}

#hero-copy .single-sale-headline,
#hero-copy .single-sale-subheadline {
    margin-bottom: 0;
    padding-bottom: 1.5rem !important;
}

#hero-copy .et_pb_module {
    width: calc(100% + 60px);
}

#hero-content .et_pb_db_php_code {
    min-width: 100%;
}

/* Terms & Conditions Section Container */
#terms-conditions-section {
    .et_pb_row {
        max-width: 900px;
    }

    .terms-conditions-subtitle {
        color: #cc9f52;
    }

    .terms-conditions-title {
        color: #063c4a;
    }

    .terms-conditions-body ul li {
        font-weight: 400;
        font-family: "Montserrat";
        line-height: normal;
    }
}

/* CTA Container */
#cta {
    .et_pb_db_php_code {
        margin-left: auto;
        margin-right: auto;
    }

    .cta-title {
        font-family: "trajan-pro-3", serif !important;
        font-size: clamp(1.5rem, 0.75rem + 2vw, 2.25rem) !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 115% !important;
        letter-spacing: 0.72px !important;
        text-transform: uppercase;
        color: #fff;
    }
}

/* Hero Section */
#hero-image {
    position: relative;
    right: 0;
    z-index: 1;
}

#hero-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

#hero-image {
    .et_pb_image {
        height: 100%;

        .et_pb_image_wrap {
            height: 100%;

            img {
                height: 100%;
            }
        }
    }
}

/* Date Cards & Calendar */
.date-cards-container {
    display: grid;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: start;
}

.date-cards-container:has(.date-card) {
    margin: 24px 0;
}

/* Small phones - single column */
@media (max-width: 349px) {
    .date-cards-container {
        grid-template-columns: 240px;
        justify-content: start;
        gap: 16px;
    }
}

/* Large phones/tablets - 2 columns */
@media (min-width: 350px) and (max-width: 1070px) {
    .date-cards-container {
        grid-template-columns: repeat(2, 1fr);
        justify-content: start;
        gap: 16px;
    }
}

/* Desktop layout */
@media (min-width: 768px) {
    .date-cards-container {
        /* Default: 3 columns */
        grid-template-columns: repeat(3, 1fr);
    }

    /* Special case for 4 cards (2x2 grid) */
    .date-cards-container:has(.date-card:nth-child(4)):not(:has(.date-card:nth-child(5))) {
        grid-template-columns: repeat(2, 240px);
    }
}

.date-card {
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 3px;
    text-align: center;
    color: white;
    width: 100%;
    max-width: 240px;
    justify-self: start;
}

.date-card-day {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #CC9F52;
    font-size: clamp(0.875rem, 0.786rem + 0.286cqi, 1rem) !important;
    padding: .65em;
    font-weight: bold !important;
    color: #063c4a;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1;
}

.date-card-date {
    font-weight: bold;
    font-size: clamp(1.125rem, 1.036rem + 0.286cqi, 1.25rem) !important;
    padding: 10px 20px;
    margin-bottom: 0;
    line-height: 1.2;
}

.date-card-time {
    font-size: clamp(0.875rem, 0.786rem + 0.286cqi, 1rem) !important;
    margin: 0 !important;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: clamp(0.75rem, 0.661rem + 0.286cqi, 0.875rem);
    line-height: 1.5;
}

.date-cards-container .custom-calendar-button {
    font-size: clamp(0.75rem, 0.661rem + 0.286cqi, 0.875rem);
    background-color: transparent;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding: 0.75em 1em;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: underline;
}

.date-cards-container .custom-calendar-button:hover {
    font-weight: 700 !important;
    text-decoration: underline !important;
}

/* Tooltips & Interactive Elements */
.tooltip-container {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin: 0;
}

.tooltip-container .tooltip-text {
    visibility: hidden;
    color: #063C4A;
    background-color: #C8DFF5;
    text-align: center;
    border-radius: 6px;
    padding: 1rem;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    width: 100%;
    margin-left: 0;
    line-height: 1.25;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-container .tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #C8DFF5 transparent transparent transparent;
}

/* Arrow List */
#arrow-list {
    ul {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            font-size: 1rem;
            position: relative;
            padding-left: 16px;
            margin-bottom: 10px;
            font-weight: 400;

            &:before {
                content: "";
                position: absolute;
                left: 0;
                top: 10%;
                width: 0;
                height: 0;
                border-left: 8px solid #cc9f52;
                border-right: 8px solid transparent;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
            }
        }
    }
}

/* Sale Categories */
.sale-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.item-icon {
    padding-right: 8px;
}

.item-icon i {
    color: #cc9f52;
    width: 16px;
    font-weight: bold;
}

.item-title {
    font-weight: 400;
}

@media screen and (max-width: 980px) {
    .facet-list.gallery-list div#gallery-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 10px;
    }
}

@media screen and (min-width: 981px) {
    .facet-list.gallery-list div#gallery-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        column-gap: 10px;
    }
}

.facet-list.gallery-list .gallery-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.facet-list.gallery-list .button-container {
    display: flex;
    justify-content: center;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 1;
    /* Ensure visibility */
    display: block;
    /* Ensure they are displayed */
}

/**** END ESTATE SALE DETAIL PAGE ****/

/* SELL WITH US */

.offset-image-column {
    display: flex;
    height: auto;
}

.offset-image-column .offset-img,
.offset-image-column .offset-img span {
    display: flex;
    height: auto;
}

.offset-image-column .offset-img span img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.et_pb_image_wrap .offset-img img {
    height: 650px !important;
    max-height: 650px !important;
    object-fit: cover !important;
    object-position: center !important;
}

/*
  .offset-img:before {
      content: '';
      position: absolute;
      background: url(/wp-content/uploads/2024/06/blue-white-texturedBackground.png);
      width: 100%;
      height: 585px !important;
      max-height: 585px !important;
      right: -4%;
      top: 5%;
      background-position: center !important;
      background-size: cover !important;
      z-index: -1;
  }
  */
ul.toggle-list {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1em;
}

summary::marker,
details::marker {
    content: none !important;
    display: none !important;
}

.icon-item.icon-blurb-style {
    color: #fff;
    display: flex;
    text-align: left;
    grid-gap: 1em;
    margin-bottom: 2em;
}

.site-content .icon-blurb-style .icon {
    min-width: 50px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 2.5em !important;
    font-size: 50px;
}

/*TESTIMONIALS*/
.listen360-feedback-container .slick-track {
    display: flex;
    height: 100%;
    max-width: 100% !important;
    width: 100%;
}

.listen360-feedback-container.slick-initialized .slick-slide:not(.listen360-feedback-review),
.listen360-feedback-header,
.listen360-feedback-date,
.listen360-feedback-concern {
    display: none !important;
}

.listen360-feedback-header {
    display: none;
}

.listen360-feedback-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    margin-bottom: 2rem;
}

.testimonial-list:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
}

.listen360-feedback-container > div:nth-child(2) {
    display: none;
}


@media screen and (max-width: 980px) {
    .listen360-feedback-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .whats-the-buzz-row .slick-slider {
        padding-bottom: 3vh;
    }
}

@media screen and (max-width: 700px) {
    .listen360-feedback-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.listen360-feedback-review {
    margin: 0.5em;
    padding: 1em;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: auto !important;
    display: flex !important;
    flex-direction: column;
    text-align: left;
    max-width: 100% !important;
}

.testimonial-wrapper .content-wrapper {
    flex-grow: 1;
    margin-bottom: 16px;
}

.listen360-feedback-summary {
    order: 1;
    width: 100%;
    flex-grow: 1;
    margin-bottom: 16px;
}

.listen360-feedback-summary-span {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listen360-feedback-stars {
    order: 2;
    display: flex;
    width: 100%;
}

.listen360-feedback-wholestar::before {
    font: var(--fa-font-solid);
    content: "\f005";
    color: #cc9f52;
}

.listen360-feedback-reviewer-container {
    order: 3;
}

.listen360-feedback-reviewer::before {
    content: "- ";
}

details.et_pb_toggle {
    padding: 10px;
}

details.et_pb_toggle summary {
    cursor: pointer;
    transition: margin 9ms ease;
}

details.et_pb_toggle[open] summary {
    margin-bottom: 10px;
}

.icon-stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2em;
}

.icon-stat-item i {
    font-size: 4rem;
    padding-bottom: 10px;
    color: #063C4A;
}

.icon-stat-item h3 {
    font-size: 24px !important;
    color: #063c4a;
}

#linked-cards .icon-stat-item {
    background: #fff;
    padding: 1em 2em;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .25);
    border-radius: 3px;
}

#linked-cards .icon-stat-item:hover {
    cursor: pointer;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .15) !important;
    transition: ease all .3s;
}

.extra-wide-row {
    width: 95%;
    max-width: 1500px;
}

summary {
    list-style: none;
}

details.et_pb_toggle {
    padding: 20px;
}

details.et_pb_toggle .et_pb_toggle_title h3 {
    font-weight: 400 !important;
}

details .et_pb_toggle_title:before {
    color: #063C4A;
    font-family: FontAwesome !important;
    font-weight: 900 !important;
    content: "\f067" !important;
}

details open .et_pb_toggle_title:before {
    content: "\f068" !important;
}

@media screen and (max-width: 980px) {

    div#sale-listings .facetwp-template-static {
        display: block !important;
    }

    .icon-stats-container {
        display: block;
    }

    .icon-stat-item {
        margin-bottom: 2em;
    }
}

/**** END SELL WITH US ****/


/*
  FOOTER
  */

#subfooter p,
#subfooter p > * {
    font-size: 12px !important;
}

footer h3 {
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important;
}

footer .et_pb_blurb_description {
    color: #063C4A !important;
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

footer .side-by-side-btn {
    justify-content: flex-end;
    margin: 0;
}

footer .et_pb_social_media_follow li a.icon {
    background-color: #063C4A !important;
}

div.side-by-side-btn div:first-child {
    margin-right: 10px;
}

ul.et_pb_module.et_pb_social_media_follow {
    margin-bottom: 0 !important;
}

.et-db #et-boc .et-l #hero-contact-socials .et_pb_social_media_follow li a.icon {
    background-color: #CC9F52 !important;
    border-radius: 30px !important;
}

div#trademark p {
    text-align: left;
}

div#sub-footer-blurb .et_pb_text_inner {
    font-size: clamp(0.75rem, 0.5rem + 0.6667vw, 1rem) !important;
    text-align: left !important;
}

div#sub-footer-blurb {
    padding-left: 70px;
}


@media screen and (max-width: 980px) {

    div#trademark p,
    ul.et_pb_module.et_pb_social_media_follow {
        text-align: center !important;
    }

    .footer-newsletter-row .et_pb_column {
        max-width: 100%;
    }

    footer div.side-by-side-btn {
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
    footer .side-by-side-btn {
        display: block;
    }

    div.side-by-side-btn div:first-child {
        margin-right: 0 !important;
        margin-bottom: 0;
    }

}

/*micro sticky form*/

.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .ginput_full .gform-field-label,
.gform_wrapper.gravity-theme .address_city label,
.gform_wrapper.gravity-theme .address_state label {
    font-size: 16px !important;
}

.pum-content .gform-theme--foundation .gform_fields {
    grid-row-gap: 1em !important;
}

.pum-content .gform-theme--foundation .gfield textarea.large {
    min-block-size: 4rem;
    overflow: scroll;
}

.pum-content h2 {
    color: #063c4a;
}

div#popmake-1932 .et_pb_section {
    background-color: transparent !important;
    padding: 0 !important;
}


/* MICRO SECONDARY NAV */
.micro-header ul#menu-secondary-menu li a {
    color: #063C4A !important;
}


details.faq-item.et_pb_toggle,
details.faq-item.et_pb_toggle open {
    animation-timing-function: linear;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

iframe.manual-vid-size {
    height: 600px;
    width: 100%;
}

div#custon-content-section .dbphp_output.entry-content {
    padding: 5vh 0;
}

@media screen and (max-width: 600px) {
    iframe.manual-vid-size {
        height: 300px;
        width: 100%;
    }

}

div#left-offsetAdjustment img {
    object-position: 15% !important;
}

img#careers-heroImg {
    object-fit: cover;
    object-position: center;
}

#main-content #listing .gform_wrapper.gravity-theme .gfield select {
    padding: 9px !important;
}

div#sale-listings .facetwp-template-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 1em;
}

#page-container .common-hero-styles.downsizing h2,
#page-container .common-hero-styles.liquidation h2 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    font-family: Montserrat;
    font-size: clamp(1rem, .75rem + .6667vw, 1.25rem);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 60%;
    margin: auto;
    text-transform: capitalize;
}

#page-container .side-by-side .et_pb_image,
#page-container .side-by-side .et_pb_image .et_pb_image_wrap,
#page-container .side-by-side .et_pb_image img,
#page-container .text-overlap-image .et_pb_image,
#page-container .text-overlap-image .et_pb_image .et_pb_image_wrap,
#page-container .text-overlap-image .et_pb_image img {
    height: 100%;
}

#page-container .side-by-side .et_pb_image img,
#page-container .text-overlap-image .et_pb_image img {
    object-position: center;
    object-fit: cover;
}

#page-container .side-by-side .row-psuedo-background:before {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2024/06/blue-white-texturedBackground.png);
    width: 55%;
    height: 90%;
    top: 5%;
    background-position: center !important;
    background-size: cover !important;
    z-index: 0;
}

#page-container .bullet-points.downsizing h3 {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.3em;
    position: relative;
}

#page-container .bullet-points.downsizing h3:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f058';
    font-weight: 900;
    color: #cc9f52;
    font-size: 1em;
    line-height: 1em;
    margin-left: -1.5em;
    padding-right: 0.5em;
}

#page-container .bullet-points.downsizing .et_pb_heading,
#page-container .three-cards-section.downsizing .et_pb_heading,
#page-container .dark-blue-overlay .et_pb_heading,
#page-container .side-by-side .et_pb_heading,
#page-container .icon-section.liquidation .et_pb_heading,
#page-container .icon-section.relocation .et_pb_heading,
#page-container .intro-blue-background .et_pb_heading,
#page-container .four-blue-cards .et_pb_heading {
    margin-bottom: 1em;
}

#page-container .bullet-points.downsizing h3 {
    font-size: clamp(.8rem, 1.75cqi, 1rem);
}

#page-container .bullet-points.downsizing .et_pb_row:nth-child(2) {
    padding: 0.5em 2em 0;
}

#page-container .bullet-points.downsizing .et_pb_row:nth-child(2) .et_pb_column:not(:last-child) {
    margin-right: 4%;
}

#page-container .bullet-points.downsizing .et_pb_row:nth-child(2) .et_pb_column {
    width: 22%;
}

#page-container .three-cards-section.downsizing .et_pb_row:nth-child(2) {
    padding-top: 0;
}

#page-container .three-cards-section.downsizing .et_pb_row:nth-child(2) .et_pb_column {
    width: 32.3267%;
}

#page-container .three-cards-section.downsizing .et_pb_row:nth-child(n+2) .et_pb_column .et_pb_blurb_container {
    border-radius: 3px;
    background: #f4f9fd;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .25);
    padding: 1em 1em 2em;
    margin-bottom: 0 !important;
}

#page-container .three-cards-section.downsizing .et_pb_row:nth-child(n+2) .et_pb_column .et_pb_blurb,
#page-container .three-cards-section.downsizing .et_pb_row:nth-child(n+2) .et_pb_column .et_pb_blurb_content,
#page-container .three-cards-section.downsizing .et_pb_row:nth-child(n+2) .et_pb_column .et_pb_blurb_container {
    height: 100%;
}

#page-container .three-cards-section.downsizing .et_pb_row:nth-child(n+2) .et_pb_column .et_pb_blurb_container h3 span {
    position: relative;
    z-index: 2;
}

#page-container .three-cards-section.downsizing .et_pb_row:nth-child(n+2) .et_pb_column .et_pb_blurb_container h3 span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #c8dff5;
    bottom: 10%;
    left: 2%;
    z-index: -1;
}

#page-container .dark-blue-overlay .et_pb_heading,
#page-container .dark-blue-overlay .et_pb_text {
    max-width: 60%;
    margin: auto;
}

#page-container .dark-blue-overlay {
    padding: 8em 0;
}

#page-container .three-cards-section.downsizing .et_pb_row:nth-child(2) .et_pb_column:not(:last-child) {
    margin-right: 1.5%;
}

@media screen and (max-width: 980px) {
    #page-container .side-by-side .row-psuedo-background:before {
        display: none;
    }

    #page-container .common-hero-styles.downsizing h2,
    #page-container .common-hero-styles.liquidation h2,
    #page-container .common-hero-styles.relocation h2 {
        width: 100%;
    }

    #page-container .common-hero-styles.downsizing,
    #page-container .common-hero-styles.liquidation,
    #page-container .common-hero-styles.relocation {
        max-height: unset;
    }

    #page-container .side-by-side,
    #page-container .three-cards-section {
        padding: 0.5em 0;
    }

    #page-container .bullet-points.downsizing {
        padding-top: 0.5em;
    }

    #page-container .bullet-points.downsizing .et_pb_row:nth-child(2) .et_pb_column {
        margin-right: 0;
    }

    #page-container .dark-blue-overlay .et_pb_heading,
    #page-container .dark-blue-overlay .et_pb_text {
        max-width: unset !important;
    }

    #page-container .icon-section.liquidation .et_pb_row:nth-child(2) {
        padding-bottom: 0;
    }

    #page-container #et-boc .text-overlap-image .et_pb_row .et_pb_column:first-child {
        margin: auto !important;
    }

    #page-container .relocation-faq .et_pb_column.offset-image-column {
        display: none;
    }

    #page-container .relocation-faq {
        padding: 0;
    }

    #page-container .four-blue-cards {
        padding: 0;
    }

}

#page-container .icon-section.liquidation i {
    font-size: clamp(2.5rem, 1.75rem + 2vw, 3.25rem);
    margin-bottom: 0.2em;
}

#page-container .icon-section.liquidation .et_pb_row:nth-child(2) .et_pb_column,
#page-container .icon-section.liquidation .et_pb_row:nth-child(3) .et_pb_column {
    width: 31%;
}

#page-container .icon-section.liquidation .et_pb_row:nth-child(2) .et_pb_column.et_pb_column:not(:last-child),
#page-container .icon-section.liquidation .et_pb_row:nth-child(3) .et_pb_column.et_pb_column:not(:last-child) {
    margin-right: 3.5%;
}

#page-container .text-overlap-image .et_pb_row {
    margin: 0;
    max-width: unset;
    width: 100%;
}

#page-container .text-overlap-image .et_pb_row .et_pb_column:last-child {
    width: 60%;
}

#page-container .text-overlap-image .et_pb_row .et_pb_column:first-child {
    margin: 6% -6% 6% 5% !important;
    position: relative;
    z-index: 999;
    background-color: #FFFFFF;
    padding: 5vh;
}

@media screen and (max-width: 980px) {

    #page-container .text-overlap-image .et_pb_row .et_pb_column:first-child {
        padding: 3vh;
    }
}


#page-container .text-overlap-image .et_pb_image_wrap,
#page-container .text-overlap-image .et_pb_image_wrap img {
    width: 100%;
}

#page-container .dark-blue-overlay.liquidation .et_pb_text {
    margin: 1em auto 1.5em;
}

#page-container .relocation-faq .offset-img:before {
    right: 4%;
}

#page-container .four-blue-cards.relocation .et_pb_blurb h3 span {
    position: relative;
}

#page-container .four-blue-cards.relocation .et_pb_blurb h3 span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #c8dff5;
    bottom: 10%;
    left: 2%;
    z-index: -1;
}

.elf-badge-module {
    min-height: 110px;
}

.elf-badge-module .es-layout-sidebar-inner {
    justify-content: end !important;
}

.elf-badge-module .es-badge-container {
    display: flex !important;
    background-color: unset !important;
    margin: 0 !important;
    -webkit-box-align: start;
    align-items: start;
    -webkit-box-pack: start;
    justify-content: start;
}

@media screen and (max-width: 900px) {
    .elf-badge-module .es-badge-container {
        display: block !important;
        align-items: unset !important;
    }

    .es-layout-sidebar-container {
        display: flex;
        justify-content: center;
    }

    .es-badge-sources-container {
        justify-content: center !important;
    }

    .es-badge-rating {
        justify-content: center !important;
    }

    .es-badge-total-reviews {
        justify-content: center !important;
    }
}

.es_badge_container .es-badge-sources-container {
    justify-content: start !important;
}


div#custom-content-section .et_pb_section {
    margin: 0;
    padding: 25px 0;
}

.et_pb_post_content:empty {
    display: none;
}

div#custom-content-section .et_pb_section > .et_pb_row {
    min-width: 100% !important;
}

div#hero {
    width: auto !important;
}

.sales-slider .estate-sale-card.slick-slide {
    padding: 0 !important;
}

.testimonial-slider .WidgetTitle__Header-sc-ruy1gu-2 {
    display: none;
}


div#unique .et_pb_module.et_pb_blurb.pseudo-blurb-image {
    padding-top: 0 !important;

}

div#unique .et_pb_module.et_pb_blurb .manual .icon {
    color: #cc9f52;
    font-size: 3em !important;
    line-height: 1.3em;
}

div#unique .et_pb_module.et_pb_blurb .manual h3 {
    color: #fff;
}

@media screen and (max-width: 767px) {

    div#unique .et_pb_module.et_pb_blurb.pseudo-blurb-image:not(:first-child) {
        padding-top: 7vh !important;
    }
}


.et_pb_section.et_pb_section_1_tb_body.facetwp-template-static.et_section_regular .et_pb_row.find-an-estate-sale-row {
    align-items: center;
}


/*SLIDER FIX*/
div#upcoming-estate-sales {
    max-width: 100% !important;
    overflow: hidden !important;
}
