/*
 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:      4.20.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.wpresidence-navigation-menu .menu-header-6-secondary-container ul li a, .wpresidence-navigation-menu  .menu-main-menu-container ul li a, .wpresidence-navigation-menu, .menu-mega-menu-updated-container ul li a  {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	color: var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
    cursor: pointer;
    display: block;
    font-size: var(--wp-estate-top-menu-font-size-option, var(--wp-estate-top-menu-font-size));
    font-weight: 500;
    padding-left: 7px !important;
    padding-right: 6px !important;
    text-decoration: none;
    -webkit-transform-style: preserve-3d;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
 /*.menu a.menu-item-link:hover,
.wpresidence-navigation-menu a:hover {
  color:  #94792f !important;
} */


.master_header_sticky .logo img {
    max-height: 90px !important;
} 