/*
 Theme Name:   WpResidence child theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*=print invoice
--------------------------------------------------------------------------------*/
.invoice_print_title {
  font-size: 25px;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-bottom: 5px;
}

.wpestate_invoice_date {
  font-size: 13px;
}

.wpestate_print_invoice_to_section,
.wpestate_print_invoice_from_whom_section {
  width: 50%;
  float: left;
  margin-top: 45px;
  font-size: 14px;
  margin-bottom: 45px;
  line-height: 1.5em;
}

.wpestate_print_invoice_details_wrapper {
  width: 100%;
  text-align: right;
}

.wpestate_print_invoice_details_detail {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 0px;
  font-size: 13px;
  margin-bottom: 0px;
}

.wpestate_print_invoice_details_detail label {
  float: left;
  font-weight: 700;
}

.wpestate_print_invoice_details_wrapper {
}

.wpestate_print_invoice_details_wrapperex_details {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5em;
}

.wpestate_print_invoice_end {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5em;
}

/*=print invoice
--------------------------------------------------------------------------------*/

/* ==== Overwrite Parent Theme Styles */

/* Start of Homepage */
.header_book_cta {
  font-size: 15px;
}

.header_search_cta {
  border: 0;
  padding: 0;
  background: 0;
}

#image-column {
  min-height: 300px;
  margin-bottom: 40px;
}

#latest-properties .listinglink-wrapper_sh_listings {
  display: none;
}

#latest-properties .listing_wrapper.property_unit_type8 {
  display: flex;
  justify-content: center;
}

#latest-properties .tag-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

#latest-properties .status-wrapper,
.property_listing .status-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: end;
  flex-wrap: wrap;
}

.partners-logo .gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.partners-logo .gallery .img {
  border: 0 !important;
}

.gallery img {
  border: 0 !important;
}

.property_area_card {
  background: #fafafa;
  text-align: center;
}

footer#colophon {
  border-top: solid 1px #181818;
}

#footer-widget-area.maxWidth {
  max-width: 1200px;
}

#footer-widget-area .widget_nav_menu li:before {
  display: none;
}
/* End of Homepage */

/* Start Newsletter Form */

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
  background: white;
}

.subscribe-form .fname-fieldgroup {
  margin-right: 12px;
}

.subscribe-form .elementor-column.elementor-col-50 {
  width: calc((100% - 12px) / 2);
}

.subscribe-form input[type="submit"] {
  background-color: #f8cf2e !important;
  border: solid 1px #f8cf2e !important;
  color: #000;
  background-image: linear-gradient(
    to right,
    transparent 50%,
    #f8cf2e 50%
  ) !important;
}

/* End Newsletter Form */

/* Start Property Listing */
.property-list-view-navigation {
  display: flex;
  gap: 12px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}

.property-list-view-navigation a,
.property-list-view-navigation a:hover {
  background: #d2c196;
  border-color: #d2c196;
  color: #ffffff;
}

.login-to-access {
  background: #d2c196;
  border-color: #d2c196;
  color: #ffffff;
  padding: 12px;
  min-width: 150px;
  text-transform: uppercase;
  border: 0;
  border-radius: 8px;
}

@media only screen and (max-width: 770px) {
  .half_map_controllers_wrapper {
    display: none !important; /* overwrites display flex on my_media.css */
  }
}

.half_map--full {
  width: 100% !important;
}

.half_map--full .adv-search-1.halfsearch {
  max-width: none !important;
}

.half_map--full .adv-search-1.halfsearch .col-md-3 {
  width: 33.33333333% !important;
}

.half_map--full .ajax-map .has_4per_row {
  width: 33.33333333% !important;
}

.half_map--full .listing_wrapper.property_unit_type8 .property_listing {
  width: 100% !important;
  max-width: none !important;
}

.property_listing.property_unit_type8 .icon-fav {
  bottom: 0;
}

.tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tag-wrapper .featured_div {
  white-space: nowrap;
}

.status-wrapper {
  padding: 20px 0;
}

.action_tag_wrapper,
.featured_div {
  position: static;
}

.featured_div {
  margin: 0;
}

.tag-filter > div {
  display: inline-block;
}

.tag-filter label {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #d2c196d9;
  color: white;
  cursor: pointer;
}

.tag-filter label:hover {
  background: #267188;
}

.tag-filter input {
  visibility: hidden;
  width: 0;
  height: 0;
}

.tag-filter input:checked + label {
  background: #267188;
}
/* End Property Listing */

/* Start property page */

.property-notification-banner {
  text-align: center;
}

.property-notification-banner h5 {
  padding: 12px;
  background: lightblue;
  border: solid 1px blue;
  border-radius: 3px;
  width: calc(100% - 32px);
  margin: 16px auto;
  display: inline-block;
}

/* End Property page */

/* start Property page carousel */
/* #carousel-property-page-header .carousel-indicators, #carousel-listing .carousel-indicators {
height:100px;
} */

#carousel-property-page-header .carousel-indicators,
#carousel-listing .carousel-indicators {
  display: none;
}

.classic-carousel .owl-carousel .owl-item img {
  width: 100%;
}
/* end Property page carousel */

/* Start Property Card Type 8 */

.compare-action--type-8 {
  display: inline-block;
  width: 100px;
  border: 0;
  min-width: 130px;
}

.compare-action {
  padding-top: 0;
}

.compare-action.compare-action--type-8:hover {
  border: 0;
}

.compare-action.compare-action--type-8::before {
  display: none;
}

/* End Property Card Type 8 */

/* Start About us */

.head_card_photo {
  min-height: 400px !important;
}
/* End About us */

/* Start Blog list */
.blog-list-heading {
  margin-top: 40px;
  text-align: center;
}

/* End Blog list */

/* start Login Status dependent classes */
.logged_in .hide-logged-in {
  display: none !important;
}

.logged_out .hide-logged-out {
  display: none !important;
}

.signin-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(105, 105, 105, 0.8);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.overlay-visible .signin-overlay {
  display: flex;
}

.signin-overlay-content {
}

.overlay-visible {
  position: relative;
  overflow: hidden;
}

/* end Login Status dependent classes */

.schedule_in_hidden {
  opacity: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
}

/* Dashboard Element Styling */
.property_wrapper_dash {
  display: flex;
  align-items: center !important;
}

.wpresidence_button--dashboard {
  width: auto !important;
  height: auto !important;
  margin-bottom: 8px !important;
}

/* Start Font Styling */

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-BlackItalic.ttf")
    format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-ExtBdIta.ttf")
    format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-Black.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-BoldItalic.ttf")
    format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-Bold.ttf")
    format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-RegIta.ttf")
    format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-ExtLtIta.ttf")
    format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-Thin.ttf")
    format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-ExtraLight.ttf")
    format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-Light.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-ExtraBold.ttf")
    format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-MediumItalic.ttf")
    format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-LightItalic.ttf")
    format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-ThinItalic.ttf")
    format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../wpresidence-child/fonts/helvetica-now/HelveticaNowText-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
}

.print_body .printlogo {
  display: none !important;
}

.print_body .print_qrcode {
  display: none;
}

/* .compare_item.property_id{
  display: none;
} */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
button {
  /* font-family: 'Helvetica Now Text' !important; */
}

/* End Font Styling */

/* HIDE AGENT ON PROPERTY LISTING CARDS */
.property_listing.property_unit_type8 .property_agent_wrapper {
  display: none;
}

/* ADVANCE SEARCH TYPE 11 STYLING */
/* .search_wrapper.search_wr_11 .col-md-2:nth-of-type(2), .search_wrapper.search_wr_11 .col-md-2:nth-of-type(3), .adv_handler {

  display: none;
  
  }
  
  #search_wrapper {
  
    left: 0px;
    
    right: 0px;
    
    margin: 0 auto;
  
  }
  
  #search_wrapper_color {
  
    left: 0px;
    
    right: 0px;
    
    margin: 0 auto;
  
  }
  
  .search_wr_11 #advanced_submit_11 {
    width: calc(100% - 53px); //
    width: 100%;
  }
  
  .search_wrapper.search_wr_11 .col-md-2:nth-of-type(4),
  .search_wrapper.search_wr_11 .col-md-2:nth-of-type(3) { 
    width: 25%; //
    width: 15%;  
  }

  .search_wrapper.search_wr_11 .col-md-6:nth-of-type(1){
    width: 85%;
  }

  .search_wrapper{
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }

  .search_wrapper.isActive{
    visibility: visible;
    opacity: 1;
    z-index: 99;
  } */

.ribbon-inside.active {
  margin: 0;
}
