.navigation-section{
	position: absolute;
    width: 100%;
    z-index: 999;
    top: 0px;
}
h3{
	color:unset;
}
/*** Mega Menu Section
/***************************/

.navbar-nav {
	margin-top:-64px;
    margin-bottom: 0px;
    padding-right:16px;
    width: 380px;
   	justify-content: space-around;
}

.navbar .navbar-collapse {
    max-width: 100%;
}

.navbar-toggler,.navbar-toggler:focus {
    border: none;
    box-shadow:none;
}

.navbar-nav .dropdown-menu {
    width: 100%;
    background-color: #1C1C1A;
    color: white;
    border: none;
    margin-top: 0px;
}


.dark-mode .nav-link{
	color: white;
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: bold;
    font-size: 14px;
    color: white;
    position: relative;
    display:inline-block;
}

body.site-theatre .navbar-dark .navbar-nav .nav-link {
	font-size: 20px;	
}

.dropdown-item:focus,
.dropdown-item {
    color: white;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: transparent;
}

header h1 {
       text-align: center;
    font-weight: bold;
    font-size: 3.5rem;
    color: black;
    background-color: initial;
    padding: 0px;
    margin-bottom: 18px;
}

header {
    padding-top: 135px;
   	padding-bottom: 90px;
}

header ul.breadcrumbs {
	text-align: center;
   	list-style: none;
}

header ul.breadcrumbs li {
    display: inline-block;
   	padding: 0px 5px;
   	position: relative;
}

header ul.breadcrumbs a, header ul.breadcrumbs a:hover {
	text-decoration: none;
	color: black;
}

header ul.breadcrumbs li:after {
	content: "|";
	position: absolute;
	left: 97%;
}

header ul.breadcrumbs li:last-child:after {
	content: "";
}

.dropdown-menu .mega-menu-wrapper {
    margin: 50px 0px;
}

.dropdown-menu .mega-menu-title {
    color: #EBCF76;
}

.dropdown-header {
    color: #EBCF76;
    font-weight: bold;
}

.dropdown-toggle::after {
    border: none;
}

/******************************/


/**** Hamburge menu animation
/******************************/

.animated-icon1{
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.dark-mode .animated-icon1 span {
	background: white;
}

.animated-icon1 span {
    background: black;
}
.animated-icon1.open span {
    background: white;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/******************************/
@media (max-width: 767px) {
	.navigation-section.open{
		position: fixed;
		background-color:#212121;
		height: 100%;
	}
	.nav-item {
	    line-height: 2;
	}
	.nav-item .nav-link {
	    font-size: 32px;
	    font-weight: bold;
	}
	.navbar-collapse {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.navbar-nav{
		margin: 0 auto;
		text-align: center;
	}
}
 
@media (max-width: 767px) {
	.navigation-section.open .header-logo{
		filter: invert(1);
	}
   
	.dark-mode .navigation-section.open .header-logo {
		filter: initial;
	}
   
	body header h1 {
		margin-bottom: 40px !important;
   	}
}