/* FULL MENU CSS */
#full-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: var(--bd-dark-blue);
	opacity: 0;
	transition: none;
}

#full-menu.open {
	z-index: 1030;
	opacity: 1;
	transition: none;
}

.mobile-menu {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.mobile-menu li {
	list-style: none;
}

.mobile-menu li:not(:last-child) {
	margin-bottom: 12px;
}

.mobile-menu li:not(:last-child) a {
	font-family: var(--ff1);
    font-weight: var(--bdRegular);
    font-size: 1.0472rem;
    letter-spacing: 0.0197rem;
    line-height: 2.0945rem;
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.mobile-menu li a:hover{
	opacity: 1;
	text-decoration: none;
}

.mobile-menu .btn-red {
	width: 15.7273rem;
	margin-top: 1.0472rem;
}

.mobile-menu .btn-red:hover {
	background-color: var(--bd-sky-blue);
}

.mobile-menu .btn-red.disabled {
/* 	color: #fff !important; */
    background-color: #8A8A8A !important;
}

/*  MOBILE HEADER CSS  */
.mobile-header {
	display: none;
	padding: 1.0996rem 1.8850rem 0.9948rem 1.7803rem;
	background-color: #fff;
}

.mobile-header img {
	max-width: 4.1890rem;
}

/* MENU ICON */
.menu-btn {
	height: 33px;
	padding: 0;
	background: transparent;
	border: none;
	position: relative;
	left: 0;
/*	top: 14px;*/
	top: 0.8378rem;
	border-radius: 1px;
	float: right;
	z-index: 1032;
}

#mobile-main-menu-btn.active {
	position: relative;
	z-index: 2099;
	top: 14px;
	right: 0;
}

.menu-btn:hover {
	cursor: pointer;
}

.menu-span {
	padding: 0;
	position: relative;
	display: block;
	width: 40px;
	height: 7px;
	margin: 0 auto;
	border: none;
	border-radius: 1px;
	cursor: pointer;
	background: var(--bd-action-red);
	color: inherit;
	font-size: 0;
	right: 0px;
	transition: 0.35s;
}

.active .menu-span {
	right: 0px;
}

.menu-span:after,
.menu-span:before {
	content: "";
	width: 100%;
	height: 7px;
	display: block;
	border-radius: 1px;
	background: var(--bd-action-red);
	position: absolute;
	top: 0;
	left: calc(50% + -11px);
	transition: transform 0.35s;
}

.active .menu-span,
.active .menu-span:after, 
.active .menu-span:before {
/* 	background: #fff !important; */
	background: var(--bd-action-red);
}

.active .menu-span:after, 
.active .menu-span:before {
	left: 50%;
}

.menu-span:before {
	transform: translate(-50%, -14px);
}

.menu-span:after {
	transform: translate(-50%, 14px);
}

.menu-span:after,
.menu-span:before {
	transform-origin: 0% 0%;
}

.menu-btn.active .menu-span {
	background: 0 0 var(--bd-action-red);
}

.menu-btn.active .menu-span:before {
	/* transform: translate(-49%, 0) rotate(-45deg) scaleX(0.7); */
	transform: translate(-50%, 0) rotate(-45deg) scaleX(0.7);
	/*top: 1px;*/
}

.menu-btn.active .menu-span:after {
	transform: translate(-39%, 0) rotate(45deg) scaleX(0.7);
	top: 2px;
    left: 52%;
}

/* NO SCROLL CSS */
.no-scroll {
	height: 20vh;
	overflow: hidden;
}

@media (min-width: 767px) {
	.cc-center {
    	height: 100%;
	}
}

@media (max-width: 991px) {
	.desktop-header {
		display: none;
	}

	.mobile-header {
		display: block;
	}

	p:not(.ohdf-copyright-text) {
	    font-size: 0.7854rem !important;
	    line-height: 1.2567rem !important;
	    max-width: inherit !important;
	}

	.btn-red,
	.btn-outline-white {
		width: auto;
		height: 2.6181rem;
		font-size: 1.0472rem;
		line-height: 2.6181rem;
	}

	.ohdf-boxed-section {
	    max-width: 100%;
	}

	.sub-heading {
		font-size: 0.9425rem;
    	line-height: 1.3614rem;
	    margin-bottom: 1.0472rem;
	}

	.ohdf-slide-image {
	    /* min-height: 11.8436rem; */
	}

	.ohdf-about-festival {
	    margin-top: 0;
	}

	.ohdf-about-festival h2 {
	    font-size: 1.3614rem;
	    line-height: 1.8850rem;
	    margin-bottom: 1.0472rem;
	}

	.ohdf-about-festival h2 br {
	    display: none;
	}

	.ohdf-inline-btn {
	    margin-top: 1.5708rem;
	}

	.ohdf-right-img {
	    margin: 2.0945rem auto 0;
	}

	.ohdf-date-bar h3 {
	    font-size: 0.9425rem;
	    line-height: 1.8850rem;
	}

	.ohdf-schedule-post-title {
        font-size: 1.3614rem;
        line-height: 1.8850rem;
    }
    
    .ohdf-schedule-post-content h5 {
        font-size: 0.8378rem;
    }
    
    .ohdf-schedule-post-content h6 {
        font-size: 0.6283rem;
        line-height: 1.0472rem;
    }
    
    .ohdf-schedule-post-shortfilm .sub-heading {
        font-size: 0.9425rem;
        margin-bottom: 0.6283rem;
    }
	
	.ohdf-schedule-post-sponsore-box p {
		font-size: 0.6283rem !important;
		line-height: 1.0472rem !important;
	}
    
    .ohdf-schedule-post-sponsore-box ul li {
        font-size: 0.6283rem;
        line-height: 1.0472rem;
    }
    
    .ohdf-schedule-post-shortfilm h5 {
        margin-bottom: 0.4342rem;
    }
    
    .ohdf-attend-box {
        max-width: 31.4177rem;
        margin: 0 auto;
    }

    .ohdf-fest-info {
    	margin-top: 0;
    }
    
    .ohdf-attend-box-warpper {
        min-height: 13.0907rem;
    }
    
    .ohdf-sponsor-logo-warpper:nth-child(2n) {
        border-right: none;
    }
    
    .ohdf-sponsor-logo img {
        max-width: 9.4253rem;
    }
	
    .odhf-date-header {
        padding-top: 1.3090rem;
        padding-inline: 1.0472rem;
    }
    
    .odhf-date-hero {
        padding-top: 3.4035rem;
        padding-bottom: 3.4035rem;
    }
    
    .odhf-date-hero-content {
        max-width: 40.1623rem;
    }
    
    .odhf-date-hero-content .sub-heading {
        margin-bottom: 1.3090rem;
    }
    
    .odhf-date-hero-content h1 {
        font-size: 2.3039rem;
        line-height: 2.9323rem;
        margin-bottom: 1.309rem;
    }
    
    .odhf-date-hero-content p {
        max-width: 28.2759rem !important;
    }
    
    .odhf-date-footer {
        padding-bottom: 1.7279rem;
        padding-inline: 1.0472rem;
    }
    
    .odhf-date-footer-content-warpper p {
        font-size: 1.0472rem !important;
        line-height: 1.4661rem !important;
    }
    
    .odhf-date-footer .ohddf-socail-icon {
        margin-left: 1.3090rem;
    }
    
    .odhf-date-footer .ohddf-socail-icon li:not(:last-child) {
        margin-right: 1.1519rem;
    }
    
    .ohddf-socail-icon li a {
        font-size: 1.0472rem;
        line-height: 1.4661rem;
    }
}