/*
 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;
}
.custom-contact-box-wrapper {
  &.row {
    padding-inline: 15px;
  }
   .custom-contact-box {
     padding: 45px;
     background-color: #fff;
     margin: 100px auto;
     text-align: center;
     box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
     @media (min-width: 767px) {
       padding: 90px 150px 33px 150px;
     }
     h2 {
       font-size: 38px;
       line-height: 1em;
       font-weight: 600;
       margin-bottom: 20px;
       font-family: "Merriweather", Sans-serif;
     }

     p {
       font-size: 17px;
       margin-bottom: 40px;
       line-height: 1.4em;
       color: #000;
       font-family: "Nunito Sans", Sans-serif;
     }
     .icons {
       display: flex;
       justify-content: space-between;
       max-width: 460px;
       margin-inline: auto;
       padding: 10px;
     }

     .icon {
       font-size: 50px;
       color: #c2bda0;
       text-decoration: none;
       transition: transform 0.2s;
     }

     .icon:hover {
       transform: scale(1.2);
     }
   }
 }

.custom-category-hero {
  min-height: 442px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  width: 100%;
  background-position: center;
  &:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.67;
    background-image: linear-gradient(200deg, #282C1C 0%, #01070E 100%);
  }
  h1 {
    color: #FFFFFF;
    font-family: "Merriweather", Sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2em;
    z-index: 10;
  }
}

.custom-category-content {
  width: 100%!important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  @media(min-width: 1024px) {
    flex-direction: row;
  }
  .categories-sidebar {
    list-style: none;
    .current-cat a {
      font-weight: 700;
      color: #9c2222;
    }
  }
  .listing_wrapper {
    height: fit-content;
  }
}

