/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Header shadow -----------------*/
.header-bottom {
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);}



/* Centered energy class indicator
-------------------------------------- 
.indicator-energy {
	margin-left: 50%;
	margin-right: 50%;
}*/

/* Overview section and map restyle
-------------------------------------- */
@media (max-width: 575.98px) {
  /* Extra small devices (phones) */
  .col-md-8,
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #houzez-overview-listing-map {
    height: 220px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (landscape phones) */
  .col-md-8,
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #houzez-overview-listing-map {
    height: 230px;
  }
}

/* Base styles */
#houzez-overview-listing-map {
  width: 100%;
  height: 300px; /* default height */
  transition: height 0.3s ease;
}

/* Small devices (mobile phones, less than 768px) */
@media (max-width: 767.98px) {
  .col-md-8,
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #houzez-overview-listing-map {
    height: 250px; /* smaller map height on mobile */
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .col-md-8 {
    flex: 0 0 50%;  /* 1/3 width */
    max-width: 50%;
  }
  .col-md-4 {
    flex: 0 0 50%;  /* 2/3 width */
    max-width: 50%;
  }

  #houzez-overview-listing-map {
    height: 250px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .col-md-8 {
    flex: 0 0 50%;  /* adjust as needed */
    max-width: 50%;
  }
  .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #houzez-overview-listing-map {
    height: 300px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-md-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #houzez-overview-listing-map {
    height: 300px;
  }
}

/* Agent items fixes-------------*/
.agent-link {
	display: none;
}

.agent-info,
.agent-grid-image-wrap a{
  pointer-events: none;
  cursor: default;
  color: inherit; /* optional: to reset link colors */
}


/* ---------------social colors in navbar--- */
.header-social-icons ul.list-inline li a {
  color: #2e936d !important; 
  border-color: #2e936d !important; 
  /*background-color: transparent !important; */
}

.header-social-icons ul.list-inline li a:hover {
  color: #4ACC9B !important; 
  border-color: #4ACC9B !important;
  /*background-color: transparent !important;*/
}

.print-page .material-icons {
	display: none !important;
}

