/*
Theme Name: EventPress Child
Theme URI: https://www.nayrathemes.com/eventpress-free/
Template: eventpress
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: EventPress is a Seasonal WordPress theme. It comes with lots of powerful features. EventPress is suited for Christmas, New Year, Valentine, Wedding, Seminar, Webinar, Birthday, Concerts, and any type of websites. Awesome features included in this theme such as Slider, Organizer, Coming Soon, Donation Features, Gallery, Event Schedule, Background Music, etc. Fully compatible with Give Donation Plugin, Contact Form 7, Revolution Slider, Elementor, Visual Composer, Yoast SEO, and WooCommerce. Various page templates ready in the theme like Blog Sidebar Left &amp; Right, Masonry and many more. Get 24x7 support with both the free and the Pro versions. Explore the demo of EventPress Pro- https://www.nayrathemes.com/demo/pro/eventpress/corporate/
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,custom-logo,featured-image-header,featured-images,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,blog,e-commerce,holiday,editor-style,grid-layout
Version: 2.0.16.1637023066
Updated: 2021-11-16 00:37:46

*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

custom-menu-class-wrap{
	padding: 20px 0 50px 0;
	margin: 30px 0 50px 0;
}

div.custom-menu-class-wrap{
	padding-top: 25px;
	margin-top: 50px;
	margin-bottom: 25px;
	padding-bottom: 50px;
	

}
div.custom-menu-class{
	
	margin-top:25px;
	background-color: #CDCDCD;
}

div.custom-menu-class ul
{
	width: 100%;
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	background-color: #CDCDCD;	
}

div.custom-menu-class ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:16px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

div.custom-menu-class ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

div.custom-menu-class ul li.current-menu-item
{
	background:#ddd
}

div.custom-menu-class ul li:hover
{
	background:#f6f6f6
}

div.custom-menu-class ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

div.custom-menu-class ul ul li
{
	float:none;
	width:200px
}

div.custom-menu-class ul ul a
{
	line-height:120%;
	padding:10px 15px
}

div.custom-menu-class ul ul ul
{
	top:0;
	left:100%
}

div.custom-menu-class ul li:hover > ul
{
	display:block
}