/*
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");

/* Your CSS code goes here
-------------------------------------- */

.property-document-link a, .property-floor-plans-wrap .accordion-title {
    background: #01aeff;
    padding: 5px 10px;
    border-radius: 3px;
	color:white!important;
}
.gt_switcher_wrapper{
	right:0%!important;
}
.sort-by, .save-search-btn, .agent-body, .agent-link{
	display:none;
	}

.footer_logo img {
	width:300px;
}

.adg-form {
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem 1.2rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #222;
  box-sizing: border-box;
}

.adg-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.adg-col {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
}

.adg-col-full {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}

/* Labels en gras, avec étoile rouge obligatoire et moins d’espace au-dessus */
.adg-form label {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  display: inline-block;
width:100%;
}

.adg-required {
  color: #d93025;
  margin-left: 4px;
  font-weight: 700;
  font-size: 16px;
  vertical-align: top;
}

/* Champs qui remplissent bien leur conteneur, avec min-width 100% */
.adg-form input[type="text"],
.adg-form input[type="email"],
.adg-form input[type="tel"],
.adg-form input[type="number"],
.adg-form select,
.adg-form textarea {
  width: 100% !important;
  min-width: 100%;
  padding: 0.5rem 0.65rem;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  margin-top: 2px;
  transition: border-color 0.25s ease;
}

.adg-form input[type="text"]:focus,
.adg-form input[type="email"]:focus,
.adg-form input[type="tel"]:focus,
.adg-form input[type="number"]:focus,
.adg-form select:focus,
.adg-form textarea:focus {
  border-color: #0055a5;
  background-color: #fff;
  outline: none;
}

/* Hauteur textarea réduite, largeur 100% */
.adg-form textarea {
  min-height: 70px;
  max-height: 140px;
  max-width: 100%;
  resize: vertical;
}

/* Partie critères avec fond clair et bordure pour bien séparer */
.adg-criteria {
  border: 1px solid #d1d9e6;
  background-color: #f5f8fc;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

/* RGPD : checkbox alignée proprement avec texte à côté */
.adg-rgpd {
  font-size: 14px;
  font-weight: normal;
  color: #444;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  line-height: 1.4;
}

/* Contact Form 7 checkbox inside acceptance */
.adg-rgpd input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}

/* Bouton submit centré et stylé */
.adg-row-submit {
  justify-content: center;
}

.adg-form input[type="submit"] {
  background-color: #0055a5;
  color: #fff;
  padding: 0.85rem 2rem;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.adg-form input[type="submit"]:hover,
.adg-form input[type="submit"]:focus {
  background-color: #004080;
  outline: none;
}

/* Responsive : colonnes sur toute la largeur sous 600px */
@media (max-width: 600px) {
  .adg-col {
    flex: 1 1 100%;
  }
}
