/* Child Theme - Custom CSS File for Buyers to Modify */
.bb-search-form .rh_form_fat_top_fields {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 10px;
}
.bb-search-form .rh_form_fat_top_fields .bb-col {
	display: flex;
	gap: 10px;
}

.bb-search-form.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option label {
	display: none;
}

.bb-search-form.rh_prop_search__form .bs-searchbox {
	display: none;
}

.bb-search-form.rh_prop_search__form .rh_prop_search__fields .inspiry_select_picker_field .inspiry_select_picker_trigger>button {
	padding: 10px;
	font-size: 20px;
}

.bb-search-form.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option {
	padding: 10px;
	border: 1px solid #c6c6c6;
	
}

.bb-search-form.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option.rh_prop_id_field_wrapper {
	display: flex;
	background: #e4e4e4;
}

.bb-search-form.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__select {
	height: 100%;
}

.bb-search-form.rh_prop_search__form .rh_prop_search__fields {
	background: white;
	padding: 10px;
}

.bb-search-form.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option input[type=text] {
	padding: 0 10px;
	font-size: 20px;
}

.bb-search-form input#property-id-txt::placeholder {
	color: #858585!important;
}

.bb-search-form.rh_prop_search__form .rh_prop_search__btnWrap {
	height: 100%;
}

.bb-search-form.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn {
	display: flex;
    align-items: flex-end;
}

@media screen and (min-width: 768px) {
	.bb-search-form.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn {
		    padding: 10px 10px 10px 2px;
    		background: white;
	}
}

.bb-search-form.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search { 
	text-transform: uppercase;
}

@media screen and (min-width:1140px) {
	.bb-search-form.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search { 
		height: 100%;
	}
}

@media screen and (max-width: 768px) {
	.bb-search-form .rh_form_fat_top_fields .bb-col {
		flex-direction: column;
	}
	.bb-search-form.rh_prop_search__form .rh_prop_search__fields .rh_prop_search__option {
		width: 100%;
	}
}

.bb-custom-slider.rh_slide__meta_wrap {
	flex-wrap: wrap;
    gap: 20px;
	margin-top: 14px;
}

.bb-custom-slider .rh_slide__desc h3 .title, .rh_slide__desc h3 {
	line-height: 1;
}
.bb-custom-slider.rh_slide__meta_wrap .rh_slide__prop_meta {
	padding: 0;
}

.bb-price.rh_slide_prop_price {
	display: flex;
	gap: 20px;
	align-items: center;
}

.bb-price.rh_slide_prop_price .rh_price_sym {
	margin: 0;
	background: #d32f2f;
    padding: 20px;
    display: inline;
    color: white;
	font-size: 26px;
}

button {
	outline: 0!important;
}

.rh_banner__image {
	background-position: center!important;
}

body:not(.search-results) .page .entry-header {
	min-height: 100%;
	margin-top: -55px;
}

.rh_blog__post .entry-header .entry-title {
	font-size: 40px;
}

@media screen and (max-width: 768px) {
	.rh_blog__post .entry-header .entry-title {
		font-size: 20px;
	}
}

.rhea_detail_wrapper.rh_detail_wrapper_2 .rh_prop_card__priceLabel_sty,
.rh_theme_card__priceLabel_sty {
	display: flex;
	align-items: center;
	gap: 20px;
}

.rhea_detail_wrapper.rh_detail_wrapper_2 .rh_prop_card__priceLabel_sty .rh_prop_card__status_sty, 
.rh_theme_card__status_sty {
	margin: 0;
	background: #d32f2f;
    padding: 20px;
    display: inline;
	font-size: 20px;
    color: white!important;
}

.rh_prop_card__priceLabel_sty .rh_prop_card__price_sty {
	font-size: 22px;
}

@media screen and (min-width: 1024px) {
	.rh_slide__desc .rh_slide__desc_wrap {
		padding: 2rem 4rem;
	}
}

.rhea_prop_status_sty {
	padding: 8px 14px;
}

.rhea_prop_status_sty, .rhea_prop_status_sty small, .rh_prop_status_sty {
	font-size: 18px;
}

.rhea_prop_status_sty {
	  margin: 15px;
    color: #fff;
    background: #000;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    white-space: nowrap;
}

.rh_prop_search__searchBtn span {
	font-size: 20px;
}

.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search svg {
	width: 35px;
	height: 35px;
}

@media screen and (min-width: 768px) {
	.rh_page__property .rh_page__property_price .status {
		font-size: 2.5rem;
	}
}

.rh_property__additional li {
	background-color: transparent!important;
}

@media print {
  img, svg {
    -webkit-print-color-adjust: exact; /* Para Chrome, Safari y Edge */
    print-color-adjust: exact;
	filter: none !important;/* Estándar (Firefox y modernos) */
	background: transparent !important;
  }
}

.rh_content p:not(.rh_prop_stylish_card__excerpt) {
	margin-bottom: 14px;
}
.rh_latest_properties_2 .rh_tags_wrapper .rh_featured:before {
	border-color: #d32f2f;
}
.rh_detail_wrapper.rh_detail_wrapper_2 p.rh_prop_card__excerpt {
	 font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
	color: #1a1a1a;
}
.rh_detail_wrapper.rh_detail_wrapper_2 p:not(.rh_prop_stylish_card__excerpt) {
	margin-bottom: 14px;
	color: #1a1a1a;
	font-size: 14px;
}
.rh_theme_card__priceLabel_sty span.rh_theme_card__status_sty, .widget .rh_prop_status_sty {
	font-size: 22px!important;
}
.rh_theme_card__priceLabel_sty p.rh_theme_card__price_sty  {
	font-size: 22px!important;
	color: #d32f2f!important;
}
h3.rhea_heading_stylish a:hover {
	color: #d32f2f!important;
}
.rhea_soi_prop_status_sty {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.favorite.add-to-favorite {
	display: none;
}
@media (max-width: 767px) {
    .inspiry_responsive_header_solid .rh_banner__image {
        height: 10rem;
    }
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer-bootom {
  }
  .footer-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    padding: 22px 0;
  }
  .footer-col-bg {
    background-image: url('https://swisshaus25.bitbanglab.cl/wp-content/uploads/2026/08/footer.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 180px;
    padding: 0 30px 180px 30px;
    background-position: center center;
  }
  .footer-item a {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .footer-item a svg {
    max-width: 25px;
    max-height: 25px;
  }
  .footer-two-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media screen and (max-width: 768px) {
    .footer-two-col {
      flex-direction: column;
    }
  }
  .footer-two-col > div > div {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
  }
  .footer-two-col > div > div a {
    font-size: 14px;
  }
  @media screen and (max-width: 768px) {
    .footer-two-col > div {
      text-align: center;
    }
    .footer-two-col p {
      font-size: 16px;
    }
    .footer-two-col > div > div {
      justify-content: center!important;
    }
    .footer-two-col > div > div a {
      text-decoration: underline;
    }
	  .rh_page__property .rh_page__property_price .status {
		  font-size: 26px;
	  }
  }
#property-agent-contact-methods-wrapper {
	display: none;
}

.page-id-3588 .rh_banner__cover,
.page-id-30568 .rh_banner__cover, 
.page-id-30488 .rh_banner__cover,
.page-id-944 .rh_banner__cover,
.page-template-properties .rh_banner__cover,
.page-template-properties-search .rh_banner__cover {
	background: rgba(0,0,0,.1);
}