/*
Theme Name: WpResidence
Theme URI: https://themeforest.net/user/wpestate
Description:WP Residence is a premium & responsive WordPress theme designed for Real Estate companies and independent agents.
Version: 5.0.8
Author: wpestate
Author URI: https://www.wpestate.org
Text Domain: wpresidence
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License:
License URI:
---------------------------------------------------------------*/

/*
Staring with version 5.0 we swithc to Bootstrap 5.3 and Scss code. The compiled css code is /public/css/main.css
Please review this document https://help.wpresidence.net/article/wpresidence-theme-5-0-scss-css-and-bootstrap-integration-documentation/ for more details
*/

.listinglink-wrapper_sh_listings{
  display: none!important;
}

.rentingpoint p label {
  font-family: "Inter", Sans-serif;
  font-weight: 300;
width: 100%;
}

.rentingpoint input{
    background-color: #fcfcfc;
    flex-basis: 100%;
    max-width: 100%;
    border: 1px solid #dde4e9;
    border-radius: 1px;
    padding: 10px;
    font-weight: 200;
}

.rentingpoint textarea{
  background-color: #fcfcfc;
  border: 1px solid #dde4e9;
  padding: 10px;
  border-radius: 1px;
  font-weight: 200;
  font-family: "Inter", Sans-serif;
}

.wpcf7-form input[type=submit] {
  border-radius: 1px!important;
  width: 100%!important;
  font-family: "Inter", Sans-serif;
  text-transform: none!important;
  padding: 12px !important;
}
.wpcf7-form input[type=submit]:hover{
background-color: var(--e-global-color-primary)!important;
}
