/*
Theme Name:     Izon Realty
Description:
Author:         Chromaside
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* --------- BUILDIUM STYLES ------------ */
/*Layout*/
.listings-mod .main-listings-page{
  padding-top: 0px !important;
}
/*Filters*/
.listing-filters{
  background: #424242 !important;
  padding: 20px 0px !important;
}
.listing-filters form{
  align-items: center !important;
}
.listing-filters form input[type=submit]{
  background: #efb30e !important;
  border: none !important;
  transition: 0.3s ease-in-out;
  cursor: pointer !important;
}
.listing-filters form input[type=submit]:hover{
  background: #dd8a0d !important;
  transition: 0.3s ease-in-out;
}
.bldm_page_hdng{
      display: none !important;
}
/*Grid Listings*/
span.rent-price {
    background: #efb30e !important;
}
.btns{
  padding-top: 10px;
}
.btns a:first-child{
  background: #efb30e !important;
}
.btns a:nth-child(2){
  background: #dd8a0d !important;
}
.listing-item{
    border-radius: 5px !important;
    background: rgb(245 245 245) !important;
}
.listing-item:hover {
    transform: scale(1.01);
    box-shadow: none !important;
    background: rgb(245 245 245) !important;
}
.listing-item .details{
    background: rgb(245 245 245) !important;
}
.details .address{
  margin: 2px 0px !important;
      padding-bottom: 0px !important;
      font-size: 15px !important;
}
/*Single Listings*/
.details-right .rent-hdng {
    color: #efb30e;
}
.bed-bath-std li:before {
    margin-top: 5px !important;
}
.details-right p:nth-child(2){
  margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bldm-column .unit-detail__actions a {
    background: #efb30e !important;
}
.bldm-column .unit-detail__actions a:hover {
    background: #dd8a0d !important;
}
/*Gallery*/
.close_bldm_pp{
  top: 80px !important;
}
