/*
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.4.1
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
*/
/* Enquire Button Styling */

/* ===== Enquire Button Styling ===== */

/* Space before the button */
li.menu-item-button{
  margin-left:45px !important;
}

/* Button styling */
li.menu-item-button > a,
li.menu-item-button > a:visited{
  background:#C8A45A !important;
  color:#fff !important;
  padding:7px 16px !important;   /* smaller padding */
  border-radius:4px !important;
  font-weight:600 !important;
  font-size:14px !important;
  display:inline-block !important;
  line-height:1 !important;
  height:auto !important;
}

/* Keep gold on hover */
li.menu-item-button > a:hover,
li.menu-item-button > a:focus{
  background:#C8A45A !important;
  color:#fff !important;
}

/* Dropdown background - transparent glass */
.sub-menu{
  background: rgba(255,255,255,0.15) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius:10px;
  border:1px solid rgba(255,255,255,0.25);
}