/*
Theme Name: Grand Restaurant Child
Theme URI: https://themes.themegoods.com/grandrestaurantv6/landing
Description: Child theme for the Grand Restaurant theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: grandrestaurant
Version: 1.0.0
Text Domain: grandrestaurant-child
*/

/* Import parent theme styles */
@import url("../grandrestaurant/style.css");

::selection {
  background: #ffb347; /* Your desired highlight background color */
  color: #000000;       /* Your desired text color when selected */
}

::-moz-selection {
  background: #ffb347;
  color: #000000;
}

section {
  scroll-margin-top: 60px; /* Adjust to your header height */
}

.mobile_menu_wrapper {
    background-color: #444444 !important;
}

#close_mobile_menu{
	opacity: 0.8;
}

.mobile_main_nav li a, #sub_menu li a {
    font-family: Lato;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 2;
    text-transform: uppercase;
	margin-bottom: 10px !important;
}

.count-head{
	min-height: 56px;
}
.text-justify, #global .themegoods-animated-text h6,
#quality .exad-flip-box-back-description,
#commitment .themegoods-animated-text h6{
	text-align:justify !important;
}
.exad-hotspot-item .exad-hotspot-dot .exad-hotspot-tooltip .exad-hotspot-tooltip-content {
    background: #ffffff !important;
    min-width: 11vw !important;
    width: 100% !important;
}