/**
Theme Name: Art Walk Little India
Author: C+C&Co.
Author URI: https://www.cc-co.co/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awli
Template: astra
*/


@media (min-width: 1400px) {

	h1, .entry-content h1 {
		font-size: 5.2vw;
	}

	h2, .entry-content h2 {
		font-size: 2.5vw;	
	}

	h3, .entry-content h3 {
		font-size: 1.875vw;
	}

	h4, .entry-content h4 {
		font-size: 1vw;
	}

	h5, .entry-content h5 {
		font-size: 0.85vw;
	}

	h6, .entry-content h6 {
		font-size: 0.85vw;
	}

	.event-loop-title h3 {
		font-size: 1.275vw;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	h1, .entry-content h1 {
		font-size: 6.656vw;
	}

	h2, .entry-content h2 {
		font-size: 3.2vw;	
	}

	h3, .entry-content h3 {
		font-size: 2.4vw;
	}

	h4, .entry-content h4 {
		font-size: 1.28vw;
	}

	h5, .entry-content h5 {
		font-size: 1.1vw;
	}

	h6, .entry-content h6 {
		font-size: 1.1vw;
	}

	.event-loop-title h3 {
		font-size: 1.8vw;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	h1, .entry-content h1 {
		font-size: 7.76vw;
	}

	h2, .entry-content h2 {
		font-size: 3.73vw;	
	}

	h3, .entry-content h3 {
		font-size: 2.8vw;
	}

	h4, .entry-content h4 {
		font-size: 1vw;
	}

	h5, .entry-content h5 {
		font-size: 1.28vw;
	}

	h6, .entry-content h6 {
		font-size: 1.28vw;
	}

	.event-loop-title h3 {
		font-size: 2.2vw;
	}
}

body {
	position: relative;
}

.elementor-page-32 .menu-trigger-wrapper,
.elementor-page-32 .menu-overlay-wrapper,
.elementor-page-32 .menu-wrapper {
	display: none;
}

.menu-trigger-wrapper {
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 16vw;
	cursor: pointer;
	z-index: 1000;
}

.menu-overlay-wrapper {
	position: fixed;
	display: block;
	width: 150vw;
	right: 0;
	bottom: 0;
	transform-origin: bottom right;
	transition: transform 2000ms;
	transition-timing-function: ease-in;
	transform: scale(0);
	z-index: 800;
}

.menu-wrapper {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	right: 0;
	bottom: 0;
	transform-origin: bottom right;
	transition: transform 2000ms;
	transition-timing-function: ease-in;
	transform: scale(0);
	z-index: 900;
}

.menu-wrapper a {
	font-size: 5vw;
	color: #000000;
	font-family: Caligo Poster;
	margin: 30px 0;
}

.menu-overlay-wrapper.active,
.menu-wrapper.active {
	transform: scale(1);
}

.menu-overlay-wrapper .menu-overlay-mobile {
	display: none;
}

.has-divider:after {
	content: '';
	width: 1px;
	height: 100px;
	background: #000000;
	display: block;
	position: absolute;
	left: 50%;
	margin-top: 50px;
}

.text-yellow {
	color: #FEC832;
}

.event-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.single-maps .event-cover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}

.event-datetime .subevent {
	margin-bottom: 10px;
}

.event-datetime .subevent:last-child {
	margin-bottom: 0px;
}

.event-datetime h4 {
	font-family: 'Orpheus-Pro',orpheuspro,serif;
}

.event-thumbnail {
	background-size: cover;
	background-position: center center;
}

.event-loop-category-Experiences .event-loop-content > .elementor-column-wrap {
	background-color: #1B0133 !important;
}

.event-loop-category-Experiences .dual-text-color .elementor-heading-title {
	color: #ffffff;
}

.map-marker-content-wrapper {
	overflow: hidden;
	background: #ffffff;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px; 
}

.map-marker-content-wrapper .map-marker-detail {
	padding: 20px;
}

.map-marker-content-wrapper .map-marker-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.map-marker-content-wrapper .map-location {
	font-family: 'Pragmatica-Extended',pragmatica-extended,sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}

.map-marker-content-wrapper .map-location-desc {
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}

.map-marker-content-wrapper a {
	font-family: 'Pragmatica-Extended',pragmatica-extended,sans-serif;
	color: #000000;
	font-weight: 500;
	font-size: 10px;
}

.awli-event-list-wrapper .awli-event-list-item {
	margin-bottom: 30px;
}

.fb-premiere .fb-premiere-post,
.fb-premiere .fb-premiere-video {
	margin-bottom: 20px;
}

.fb-premiere .fb-premiere-video {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.fb-premiere .fb-premiere-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.event-datetime {
		margin-top: -10px;
	}

	.menu-trigger-wrapper {
		left: 50%;
		width: 30vw;
		right: unset;
		bottom: -10px;
		transform: translateX(-50%);
	}

	.menu-overlay-wrapper {
		width: 250vw;
		right: unset;
		left: 50%;
		transform: translateX(-50%) scale(0);
		transform-origin: bottom center;
	}

	.menu-wrapper {
		width: 250vw;
		right: unset;
		left: 50%;
		transform: translateX(-50%) scale(0);
		transform-origin: bottom center;
	}

	.menu-wrapper a {
		font-size: 7vw;
	}

	.menu-overlay-wrapper.active{
		transform: translateX(-50%) scale(2.5);
	}

	.menu-wrapper.active {
		transform: translateX(-50%) scale(1);
	}

	.menu-overlay-wrapper .menu-overlay-desktop {
		display: none;
	}

	.menu-overlay-wrapper .menu-overlay-mobile {
		display: block;
	}

}

@media (max-width: 480px) {
	
}
