/*
Theme Name: MaxWeb Studio Theme Child
Theme URI: https://maxwebstudio.ro/
Author: MaxWeb Studio
Author URI: https://maxwebstudio.ro/
Description: 
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
-------------------------------------- */

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: relative;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Full-width input fields */
.form-container input[type=number] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: white;
}

/* When the inputs get focus, do something */
.form-container input[type=number]:focus
{
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

div#houzez-single-listing-map {
    max-height: 375px;
}

li.item-price-bitcoin {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}
@media (max-width:980px){
    li.item-price-bitcoin {
        color: #000;
        font-size: 16px;
    }
}
form.houzez-search-form-js.houzez-search-builder-form-js .form-control {
    background: transparent;
}
span.badge.badge-info.badge-energy {
    background: #34ce57;
}

span.badge.badge-info.badge-energy svg {
    max-height: 16px;
    width: auto;
}

.status-imob-wrap {
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.status-imob-wrap span {
    display: flex;
    align-items: center;
    padding: 5px;
}
.form-popup p.ep-remaining-points span {
    font-size: 15px;
}

.form-popup p.ep-remaining-points span {
    display: flex;
    align-items: center;
    max-width: max-content;
}

.form-popup p.ep-remaining-points {
    display: flex;
    font-size: 13px;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}