/* *-*-*-*-*-*-*-*-*-	Header Section *-*-*-*-*-*-*-*-*- */
.sticky{
	position: fixed !important;
	width: 100%;
	max-width: 100% !important;
	top: 0;
	z-index: 999 !important;
}
header .cinema_toggler_body{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
.cinema_toggler_body .toggler_content_col{
	width: 500px;
  margin-right: 0;
  margin-left: auto;
}
.cinema_toggler_body .gutentor-element-advanced-text-link{
	text-decoration: none;
}
.cinema_header_sec ul li a,
.cinema_header_sec ul li a span{
	font-family: Lexend Deca;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
}
header ul li.has-child ul li a.current-menu-item::after {
    content: unset !important;
}
header ul li a.current-menu-item {
    position: relative;
	&:after {
        content: '' !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #EF5D58;
        width: 100%;
        height: 3px;
        transform: translateY(35px);
	}
}
header ul li.has-child ul {
    gap: 2px !important;
}
footer ul li.has-child ul li {
    color: #000;
}
footer .footer_text_row_one ul li {
    text-transform: uppercase;
}
footer .footer_text_row_one ul {
    column-gap: 60px !important;
}

.cinema_header_sec .header_col{
  box-shadow: 0px 4px 30px 0px #0000001a;
}
/* *-*-*-*-*-*-*-*- Footer Section -*-*-*-*-*-*-*-*- */
footer .footer_row nav ul li span {
    color: #B5B5C2;
}
.return_top{
	position: fixed;
  right: 20px;
  bottom: 20px;
	z-index: 10;
	cursor: pointer;
}
.cinema_footer_sec nav{
  padding-left: 35px;
}
.cinema_footer_sec nav ul li{
	position: relative;
}
.cinema_footer_sec nav ul li:after {
  content: '\f061';
	background: #ffffff94;
	width: 27px;
	height: 25px;
	position: absolute;
	left: -35px;
	top: -2px;
	border-radius: 7px;
	color: #2b2b35;
	font-size: 12px;
	font-family: 'FontAwesome';
	display: flex;
	align-items: center;
	justify-content: center;
}
.cinema_footer_sec .insta_gallery{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2,1fr);
	gap: 10px;
 }
 .cinema_footer_sec .insta_gallery .wp-block-image,
 .cinema_footer_sec .insta_gallery .wp-block-image img{
	 width: 100% !important;
	 height: 100% !important;
 }
.cinema_footer_text_sec nav ul li a,
.cinema_footer_text_sec nav ul li a span{
	font-family: Lexend Deca;
	font-weight: 500;
	letter-spacing: 0px;
}
.cinema_footer_text_sec.wp-block-cover{
	min-height: unset !important;
}
.cinema_footer_text_sec .gutentor-element-advanced-text-link{
	text-decoration: none;
}
/* *-*-*-*-*-*- Search *-*-*-*-**-* */
.wp-block-cover.search_alert{
	min-height: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
	display: none;
}
.search_alert form .wp-block-search__inside-wrapper {
	margin: 0 auto;
	position: relative;
}
.search_alert form input[type="search"]{
	color: #fff;
	background: transparent;
	border-bottom: 3px solid #EF5D58;
	border-radius: 20px !important;
	box-shadow: 0px 3px 7px 1px #EF5D58;
	padding: 20px 80px 20px 20px;
}
.search_alert form button[type="submit"]{
	position: absolute;
	right: 20px;
	padding: 0;
	font-size: 32px;
	transform: rotate(270deg);
	background: transparent;
	color: #EF5D58;
	margin: 0 !important;
	top: -3px;
	height: 70px;
	width: 60px;
}
.search_alert form button[type="submit"] svg{
	min-height: 35px;
  min-width: 35px;
}
.search_alert form{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	width: 75%;
}
.search_alert .close{
	transform: rotate(45deg);
}
