/* Child Theme - Custom CSS File for Buyers to Modify */

.dropdown.bootstrap-select.show-tick.rhea_multi_select_picker.bs3
  .dropdown.bootstrap-select
  show-tick.rhea_multi_select_picker.bs3 {
  display: none;
}

/* .rhea_advance_fields_collapsed {
    display: block !important;
} */

.rhea-ultra-tabs-list {
  justify-content: flex-start;
}

/* 
.dropdown.bootstrap-select.show-tick.rhea_multi_select_picker.bs3
  .dropdown.bootstrap-select.show-tick.rhea_multi_select_picker.bs3 {
  display: none;
} */

.inner .dropdown-menu.inner li a {
  padding: 2px 2px;
}

body .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin: 0;
}

.inspiry_half_map_header_wrapper
  .rh-ultra-properties-half-map
  .rh-ultra-half-map {
  order: 2;
}

.rh-ultra-properties-half-map .rh-ultra-half-map-list {
  width: 60%;
  max-width: 60%;
}

.rhea_prop_search__option.rhea_prop_search__select {
  width: 100%;
  max-width: 33.333333%;
}

.rhea_prop_search__option.rhea_prop_search__select.rhea_status_field.rhea-ultra-field-separator.rhea-status-tabs-1b242f55 {
  max-width: 100%;
}

@media screen and (max-width: 1300px) {
  .rh-ultra-properties-half-map .rh-ultra-half-map-list {
    width: 100%;
    max-width: 100%;
  }
}

.image-link a {
  display: inline-block;
  min-height: 430px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.image-link a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease; 
  z-index: 1;
}


.image-link a:hover::before {
  opacity: 0.3;
}

.image-link a figcaption::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 1;
  transition: opacity 0.3s ease; 
  z-index: 1;
}

.image-link a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: scale .3s ease-in-out;
}

.image-link .widget-image-caption.wp-caption-text{
    position: absolute;
    bottom: 0;
    color: #000;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    margin: 0;
    z-index: 999;
    border: 1px solid rgb(160, 160, 160);
}

.image-link a:hover img{
    scale: 1.2;
}

@media screen and (max-width: 768px) {
    .rhea_prop_search__option.rhea_prop_search__select {
        width: 100%;
        max-width: 50%;
      }

      .rhea-ultra-tabs-list li {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        width:calc(50% - 5px);
      }

      [data-elementor-device-mode=mobile] .rhea-ultra-tabs-list {
        justify-content: center;
        padding: 0;
        align-items: center;
        display: flex;
        column-gap: 10;
      }

      .rhea-ultra-tabs-list input[type=radio]:checked~*,
      [data-elementor-device-mode=mobile] .rhea-ultra-tabs-list .rhea-ultra-tab-name {
        width: 100%;
        text-align: center;
      }
}

@media screen and (max-width: 542px) {
    .rhea_prop_search__option.rhea_prop_search__select {
        max-width: 100%;
    }
}

.rh-ultra-address-pin {
    display: inline-flex;
}


/* Contact */
.wpcf7 p{
    margin: 0;
    padding: 0;
}

.wpcf7-form{
    background-color: #ffe23e;
    color: #000;
}

.rh-ultra-contact-form .wpcf7-form{
    padding: 30px 35px;
    border-radius: 15px;
    margin-bottom: 0;
}

.form-name-phone{
    display: flex;
    gap: 10px;
}

.form-name-phone p{
    width: 50%;
}

.wpcf7-form.init label span input{
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    transition: 0.2s all linear;
    box-shadow: 0 2px 8px rgba(var(--rh-global-color-primary-rgb), 0.18);
    border: none;
    background-color: #fff;
    color: #808080;
    max-height: 30px;
}

.wpcf7-form.init label span{
    margin-bottom: 10px;
}

 .wpcf7-form textarea{
    border-radius: 0px;
    padding: 10px 20px;
    max-height: 120px;
    margin-bottom: 10px;
}

.wpcf7-form input[type=submit]{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 6px 30px;
}

.wpcf7-form  input[type=submit]:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.wpcf7-form textarea,
.wpcf7-form.init label span input{
    color: #000;
}

.rh-ultra-user-phone .contact-number{
    position: relative;
}

.rh-ultra-user-phone .contact-number{
    padding-left: 25px;
}

.rh-ultra-user-phone .contact-number::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url("../image/menu_phone.svg");
    width: 18px;
    height: 18px;
}

.rh_property__common_note p {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
}

.rhea-ultra-main-detail-wrapper{
  display: none;
}

.rh-ultra-user-phone .contact-number{
  font-size: 18px;
}

.rh-ultra-user-phone svg{
  display: none;
}

.rh-ultra-bottom-box.rh-ultra-flex-end,
.rh_trigger_compare.add-to-compare.rh-ui-tooltip{
  display: none;
}

.rh-ultra-thumb-action-box.rh-ultra-action-buttons.rh-ultra-action-dark.hover-dark .favorite-btn-wrap{
  display: none;
}

.rh-sidebar.sidebar .textwidget.custom-html-widget .form-name-phone{
  flex-direction: column;
  gap: 0px;
}

.rh-sidebar.sidebar .textwidget.custom-html-widget .form-name-phone p{
  width: 100%;
}

.site-footer-contacts .rh-ultra-user-whatsapp-footer .rh-ultra-dark{
  fill: #25D366;
}


.site-footer .rh-ultra-user-whatsapp-footer.rh-ultra-footer-number:hover svg{
  fill: #25D366;
}

.rhea-image-carousel-wrapper.carousel-style-2 .label{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 26px;
  right: 26px;
  width: 105px;
  height: 105px;
  border-radius: 90px;
  background-color: #ae7c42;
}

.rhea-image-carousel-wrapper.carousel-style-2 .title {
  position: absolute;
  left: 40px;
  bottom: 5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
  margin-bottom: 0;
}

.rhea-image-carousel .slick-dots {
  bottom: 0px;
}

body .rhea-image-carousel.slick-initialized.slick-slider.slick-dotted{
padding: 25px 0;
}

.rhea-carousel-content-inner .title{
  display: none;
}

.floor-plans-accordions .floor-plan-title-price{
  display: none;
}

@media (min-width: 768px) {
  .rh-sidebar .widget:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.info-agent .form-name-agent{
  font-size: 24px;
  /* text-align: center; */
  font-weight: 700;
}

.form-name-agent p{
  font-weight: 400;
}

.info-agent .info-agent-email,
.info-agent .info-agent-number{
  font-size: 15px;
  /* text-align: center; */
  display: flex;
  /* justify-content: center; */
}

.info-agent .info-agent-email p,
.info-agent .info-agent-number p{
  margin-right: 5px;
  margin-bottom: 5px;
}

.info-agent .info-agent-email a,
.info-agent .info-agent-number a{
  transition: color .3s ease-in-out;
  display: flex;
}

.info-agent .info-agent-email a:hover,
.info-agent .info-agent-number a:hover{
  color:#ffe23e;
}

.info-agent-image-name{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.info-agent-image {
  max-width: 120px;
  margin-right: 10px;
}


.info-agent-image img{
  border-radius: 50%;
}


.rh-ultra-sorting-side .dropdown-menu .dropdown-menu #bs-select-9-5,
.rh-ultra-sorting-side .dropdown-menu .dropdown-menu #bs-select-9-6,
.rh-ultra-sorting-side .dropdown-menu .dropdown-menu #bs-select-9-2,
.rh-ultra-sorting-side .dropdown-menu .dropdown-menu #bs-select-9-1{
  
  display: none;
}

.property-comments.realhomes_comments.rh-ultra-property-comment.margin-bottom-40px{
  display: none;
}

/* 
@keyframes fadeInsss {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.rhea_search_form.advance-search-form {
  animation: fadeInsss 1s ease-in-out 0.5s;
} */

/* .rhea_search_form.advance-search-form{
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.rhea_search_form.advance-search-form.test{
  opacity: 1;
} */

.rh-ultra-logo{
  max-width: 200px;
}

@media screen and (max-width: 1360px) {
  .rh-ultra-logo{
  max-width: 180px;
}
}

.rh_wrap.rh_wrap_stick_footer .rh-responsive-header .rh-logo-wrapper{
  max-width: 180px;
}


@media screen and (max-width: 575px) {
  .rh-ultra-logo{
  max-width: 170px;
}
}

.site-footer-widget-area .menu-footer-widget-menu-container ul li a{
  color: #000;
}

.site-footer-widget-area .menu-footer-widget-menu-container ul li a:hover{
  color: #ffe23e;
}

#colophon.site-footer{
  border-top: #000 solid 1px;
}

body .rh-ultra-properties-half-map #listing-map {
  height: 90vh;
}

.hc-offcanvas-nav ul,
.hc-offcanvas-nav .nav-wrapper{
  background: #FFE23E;
}

.hc-offcanvas-nav .nav-item-wrapper .nav-item-link{
  color: #000;
  transition: all .3s ease-in-out;
} 

.hc-offcanvas-nav .nav-content>.nav-close:first-child a{
  background: #000;
  transition: all .3s ease-in-out;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.hc-offcanvas-nav .nav-content>.nav-close a {
  color: #FFE23E;
  transition: all .3s ease-in-out;
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background: #000;
  color: #FFE23E;
}

.hc-offcanvas-nav .nav-item-link{
  border-bottom: 1px solid #000;
}

.rh-ultra-view-type{
  display: none;
}

#properties-listing .rh-ultra-list-box .rh-ultra-list-card .rh-ultra-action-buttons.rh-ultra-action-light.hover-light{
  display: none;
}

@media (min-width: 1024px) {
  .rh-page-container.container.rh-ultra-list-layout-listing .rh-ultra-page-content {
    width: 100%;
  }
  }


  .rh-ultra-property-content .rh-ultra-property-sidebar {
    width: 100%;
  }