/*
Theme Name: Gourment Escape
Theme URI: https://bz.agency/
Author: Bravo Zulu
Author URI: https://bz.agency/
Description: Gourment Escape is A WordPress Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: gourmetescape

*/
/*** Silent Is Best Key ***/

.sub-menu {
  display: none;
}
.menu-item a {
  cursor: pointer;
}
.news-image .img-fluid {
  object-fit: cover;
}
/*apeksha 31-08-2020 add hover css in button*/

.event_dtls_btn .e_btn_thing:hover {
  color: #fff;
  border: 1px solid #7168b2;
}
/*apeksha 31-08-2020 add hover css in button*/

.menu-item:hover > .sub-menu {
  display: block !important;
}

