@charset "UTF-8";
/*
Theme Name: YITH Wonder
Theme URI: https://wonder.yithemes.com/
Author: YITH
Author URI: https://yithemes.com/
Description: Wonder is the new block-based, multi-purpose, WordPress theme by YITH. Compose your pages to fit any design you like with the power of Full Site Editing (FSE) and the included wide range of Block Patterns. The pre-built pages will help you populate and transform your website into a wonderful website. Customize colors and font pairings to create your own unique look and feel. Check out the demo site at https://wonder.yithemes.com/
Tags: blog, e-commerce, portfolio, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, block-patterns, wide-blocks, full-site-editing, template-editing
Version: 2.1.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yith-wonder
This theme, like WordPress, is licensed under the GPL.
*/

/*---------------------------------
    whatsapp start 
---------------------------------*/
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 100;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 38px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/* Check other CSS files inside /assets/css/ folder */
html {
	scroll-behavior: smooth;
}
.wcpt-navigation.wcpt-header .wcpt-options-row .wcpt-option>label{padding: 6px!important}
@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

/* Dokan form style */
.dokan-dashboard .dokan-dashboard-content ul li{color: #000}
.input-field{color: #000}
.no-product-found-icon, .dokan-blank-product-message{display: none;}



/* Add horizontal padding to elements */
main > :not(.alignfull),
.sidebar > :not(.alignfull),
main > .wp-block-query > :not(.alignfull),
main .entry-content > :not(.alignfull),
main .entry-content .wp-block-columns.alignfull p,
.woocommerce :not(.related) > ul.products,
.sidebar .wp-block-query > :not(.alignfull),
.sidebar .entry-content > :not(.alignfull),
.sidebar .entry-content .wp-block-columns.alignfull p,
footer > .wp-block-group {
	padding-inline: var(--wp--preset--spacing--40);
}

header > .wp-block-group {
	padding-inline: 0;
}
.tg {
    color: #ff0cca;
    font-weight: 800;
}
/*
	Custom Style
*/
:root {
	--bd-ff-body: 'Poppins', sans-serif;
	--bd-ff-heading: 'Prompt', sans-serif;
	--bd-ff-subtitle: 'Oregano', sans-serif;
	--bd-ff-fontawesome: "Font Awesome 6 Pro";
	--clr-common-white: #b804af;
	--clr-common-black: #000000;
	--clr-common-placeholder: #858585;
	--clr-common-placeholder2: #434343;
	--clr-common-heading: #333333;
	--clr-common-body-text: #858585;
	--clr-common-body: #0D0D0D;
	--clr-theme-1: #FF589B;
	--clr-theme-2: #69E7CB;
	--clr-theme-3: #FBC21E;
	--clr-text-primary: #ffffff;
	--clr-text-secondary: #111111;
	--clr-text-1: #414141;
	--clr-text-2: #323232;
	--clr-text-3: #DDDDDD;
	--clr-text-4: #959595;
	--clr-text-5: #C1C1C1;
	--clr-text-6: #5EE4C6;
	--clr-text-7: #FF4F9D;
	--clr-text-8: #e1e1e1;
	--clr-text-9: #F7F7F7;
	--clr-text-10: #6C00A8;
	--clr-bg-1: #5EE4C6;
	--clr-bg-2: #181818;
	--clr-bg-3: #FFC107;
	--clr-bg-4: #0D0D0D;
	--clr-bg-5: #1E1E1E;
	--clr-bg-6: #121212;
	--clr-bg-7: #171717;
	--clr-bg-8: #CBCBCB;
	--clr-bg-9: #B4FFF3;
	--clr-bg-10: #1C1C1C;
	--clr-bg-11: #242424;
	--clr-border-1: #414141;
	--clr-border-2: rgba(255, 255, 255, 0.3098039216);
	--clr-border-3: #292929;
	--clr-gradient-1: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
	--clr-gradient-2: linear-gradient(90.64deg, var(--clr-bg-3) 0.54%, var(--clr-theme-1) 96.74%);
	--clr-gradient-3: linear-gradient(96.81deg, var(--clr-theme-1) 0%, #ff00ec 100%);
	--clr-gradient-4: linear-gradient(90.64deg, var(--clr-theme-1) 4.42%, var(--clr-bg-3) 100.03%);
	--clr-gradient-5: linear-gradient(180deg, var(--clr-theme-1) 0%, var(--clr-bg-3) 100%);
	--clr-gradient-6: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--clr-common-black) 100%);
	--clr-gradient-7: linear-gradient(136.25deg, var(--clr-bg-3) 24.58%, var(--clr-theme-1) 85.77%);
	--bd-fw-normal: normal;
	--bd-fw-thin: 100;
	--bd-fw-elight: 200;
	--bd-fw-light: 300;
	--bd-fw-regular: 400;
	--bd-fw-medium: 500;
	--bd-fw-sbold: 600;
	--bd-fw-bold: 700;
	--bd-fw-ebold: 800;
	--bd-fw-black: 900;
	--bd-fs-body: 16px;
	--bd-fs-p: 16px;
	--bd-fs-h1: 80px;
	--bd-fs-h2: 50px;
	--bd-fs-h3: 24px;
	--bd-fs-h4: 20px;
	--bd-fs-h5: 16px;
	--bd-fs-h6: 14px;

	scroll-behavior: smooth;
}

body {
	font-family: var(--bd-ff-body) !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: var(--clr-common-body-text) !important;
	line-height: 26px !important;
}

body ul {
	margin: 0px;
	padding: 0px;
}

body a {
	text-decoration: none !important;
}

body a, body button {
	color: inherit;
	outline: none;
	border: none;
	background: transparent;
}

.qr img {
	max-width: 100%;
}

.hr-1 {
  border-top: 1px solid #414141;
}

.ms-maw-1710 {
	max-width: 1710px;
}

.custom-header br,
.custom-header p:empty,
.custom-footer br,
.custom-footer p:empty {
	display: none;
}

.custom-header {
	/* display: none; */
}

header .desktop-master-header {
	display: none;
}

i[class^=flaticon-] {
	line-height: 1;
	top: 2px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.fix {
	overflow: hidden;
}

.p-relative {
	position: relative;
}
.browse-filter__text img{width: 10px;}
.offcanvas__info {
	background: rgb(108,20,198);
	background: linear-gradient(0deg, rgba(108,20,198,1) 0%, rgba(56,0,172,1) 100%);
	border-left: 2px solid var(--clr-theme-1);
	position: fixed;
	right: 0;
	top: 0;
	width: 400px;
	height: 100%;
	-webkit-transform: translateX(calc(100% + 80px));
	-moz-transform: translateX(calc(100% + 80px));
	-ms-transform: translateX(calc(100% + 80px));
	-o-transform: translateX(calc(100% + 80px));
	transform: translateX(calc(100% + 80px));
	-webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
	-moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
	transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
	z-index: 99999;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
}

.offcanvas__info.info-open {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.offcanvas__wrapper {
	padding: 50px 30px;
}

.offcanvas__top {
	padding-bottom: 0px;
}

.offcanvas__logo {
	width: 180px;
}

.offcanvas__logo img {
	width: 100%;
}

.offcanvas__close button {
	height: 45px;
	width: 45px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	color: var(--clr-common-white);
	font-size: 18px;
	background-color: var(--clr-theme-1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.offcanvas__close button i {
	color: #fff;
}

.header__hamburger {
	display: inline-flex;
}

.sidebar__toggle {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.bar-icon span {
	width: 100%;
	height: 2px;
	background: #fff;
	display: inline-block;
}

.bar-icon span:nth-of-type(2) {
	margin-inline-start: 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.bar-icon span:nth-of-type(3) {
	margin-inline-start: 10px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.wp-block-woocommerce-checkout-order-summary-totals-block{color: #000;}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-weight: bolder;
    font-size: 25px;}
.bar-icon {
	width: 36px;
	height: 24px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}
.allmargin{margin: 0 5% !important;}
.ms-border-btn {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 0 25px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ms-border-btn i {
	color: var(--clr-theme-2);
	margin-inline-end: 10px;
}

.offcanvas__overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background: var(--clr-common-black);
	z-index: 99998;
	top: 0;
	opacity: 0;
	visibility: hidden;
	right: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.offcanvas__overlay.overlay-open {
	opacity: 0.8;
	visibility: visible;
}
.wcpt-left-sidebar{margin-top: 5px;}
.ms-header-fixed {
	position: relative;
	width: 100%;
	top: 0;
	z-index: 9999;
}

.ms-header-fixed.sticky {
	position: relative;
}

.ms-bg-body {
	background: linear-gradient(90deg, rgb(87 2 185) 0%, rgb(121 0 128) 100%);
}

.concert-details {
	border-left: 1px solid #9757E7;
	box-shadow: -1px 0px 0px #471280;
	margin-left: 35px;
}

.concert-details .details p {
	margin: 3px 0 0;
	color: #ffffffd4;
	font-size: 12px;
	line-height: 1;
	font-family: var(--bd-ff-body);
}

.concert-details .concert_name {
	color: #fff;
	font-weight: 800;
	font-size: 25px;
	display: block;
	margin-bottom: 5px;
}
.concert-details .concert_date {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 5px;
	padding-top: 5px;
}

.concert-details .img {
  margin: 0px 20px 0px 25px;
}

.concert-details .img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.concert-details .meta_icon img {
  width: 16px;
  position: relative;
  top: -1px;
  margin: 0px 5px 0px 0px;
}

.concert-details .meta_icon .white-icon{
	display: block;
}

.concert-details .meta_icon .color-icon{
	display: none;
}

.header__right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	margin-right: 6%;
	gap: 10px;
}

.browse-filter {
	display: flex;
	align-items: center;
	gap: 10px;
}

.browse-filter__text {
	color: #fff!important;
	padding: 50px 5px;
	display: inline-block;
	position: relative;
}

.ms-browse-act-item-wrap {
	position: absolute;
	top: 100%;
	inset-inline-start: 0;
	min-width: 250px;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	transform-origin: top center;
	min-width: 250px;
	padding: 25px;
	background: #2a0040;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
	-moz-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
	-ms-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
	-o-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
	box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
}

.ms-browse-act-wrap:hover .ms-browse-act-item-wrap {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.margin-leftmenu0{margin-left: -400px}
.margin-leftmenu{margin-left: -200px}
.margin-leftmenu2{margin-left: 0px}
.margin-leftmenu3{margin-left: 200px}
.margin-leftmenu4{margin-left: 400px}

.main-menu ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-inline-end: 32px;
}

.mobileonlymenu {
	display: none !important;
}

.main-menu ul li.has-dropdown > a {
	position: relative;
}

.main-menu ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 50px 0;
	text-align: left;
	text-transform: capitalize;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.main-menu ul li:hover > a {
	color: var(--clr-theme-1);
}

.ms-border-btn:hover {
	background-color: var(--clr-theme-1);
	color: #fff;
	border-color: var(--clr-theme-1);
}

.ms-border-btn i {
	color: var(--clr-theme-2);
	margin-inline-end: 10px;
}

.ms-border-btn:hover i {
	color: var(--clr-common-white);
}

.main-menu ul li .submenu {
	position: absolute;
	top: 100%;
	inset-inline-start: 0;
	min-width: 250px;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	transform-origin: top center;
	min-width: 250px;
	padding: 25px;
	background: var(--clr-bg-7);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
	-moz-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
	-ms-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
	-o-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
	box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
	border-end-start-radius: 10px;
	border-end-end-radius: 10px;
	filter: drop-shadow(0px -1px 0 var(--clr-theme-1));
}

.main-menu ul li .submenu li {
	display: block;
	width: 100%;
	margin-inline-end: 0;
	margin-bottom: 13px;
	color: var(--clr-common-white);
}

.main-menu ul li:last-child {
	margin-inline-end: 0;
}

.main-menu ul li .submenu li a {
	position: relative;
	z-index: 11;
	color: var(--clr-common-white);
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	padding: 0;
}

.enquiry__list .icon {
	color: var(--clr-theme-1);
}

.enquiry__list .text {
	color: #fff;
}

.user__cart > span,
.user__acount > span {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	display: inline-flex
;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
	-webkit-transition: all 0.3sease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3sease-out 0s;
}

.user__cart > span:hover,
.user__acount > span:hover {
	border-color: var(--clr-theme-1);
	background: var(--clr-theme-1);
	color: var(--clr-common-white);
}

.user__cart span a,
.user__acount span a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.user__cart .mini-cart__badge {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #7900ff;
  line-height: 1;
  font-size: 14px;
  min-width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border-radius: 20px;
  background: #00FCF3;
  z-index: 9;
}

.user__cart img {
	width: 26px;
}

.whiteicon {
	color: #fff;
}

.header__action-inner {
	gap: 30px;
}

.ms-browse-act-wrap .ms-song-item {
	padding-bottom: 5px;
	border-bottom: 1px solid #4400b2;
	margin-top: 5px;
}

.ms-song-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ms-song-img {
	width: 55px;
	height: 50px;
	padding-inline-end: 5px;
	min-width: 55px;
}

.ms-song-img img {
	border-radius: 50%;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-size: 10px;
	line-height: 1.4;
	display: inline-flex;
}

.ms-song-item:hover .ms-song-img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.ms-song-content {
	padding-top: 10px;
}

.topmenu a {
	color: #fff;
	font-weight: 500;
}

.topmenu a:hover {
	color: #ff6fd2;
}

.enquiry__list {
	display: flex;
	gap: 10px;
}

.ms-enquiry-box a {
	padding: 50px 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}


.ms-contact-img img {
	width: 20px;
	margin-top: -6px;
}

.ms-song-content {
	padding-top: 15px;
}

.ms-contact {
	color: #fff;
	font-weight: 500;
}

.ms-contact:hover {
	color: #ff00c8;
}

.mean-container a.meanmenu-reveal {
	display: none !important;
}

body .mean-container .mean-bar {
  background: transparent;
}

body .mean-container .mean-nav {
	margin-top: 0;
	background: transparent;
}

body .mean-container .mean-nav > ul {
	display: block !important;
}

body .mean-container .mean-nav ul li a {
	border-top: 1px solid transparent;
	text-transform: capitalize;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

body .mean-container .mean-nav ul li a:hover {
	color: var(--clr-theme-1);
}



/* 
 * Footer
 */
footer.wp-block-template-part {
	/* background-color: #402A64; */
}


footer.wp-block-template-part > .wp-block-group {
	display: none;
}

footer .ms-footer-overlay {
	position: relative;
	z-index: 1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

footer .ms-footer-overlay::after {
  background: #1a0045fa;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  opacity: 0.85;
}

footer .footercolumn {
	width: 13% !important;
}

footer .ms-footer-title {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-transform: capitalize;
	line-height: 1;
}

footer .ms-footer-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(96.81deg, var(--clr-theme-1), var(--clr-theme-1));
	width: 100px;
}

footer .ms-footer-widget ul li {
	list-style: none;
	margin-bottom: 10px;
}

footer .ms-footer-widget ul li a {
	color: var(--clr-text-5);
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.wcpt-filter.wcpt-options{display: flex!important;width: 980px;}
footer .ms-footer-widget ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	inset-inline-start: auto;
	width: 0;
	height: 1px;
	inset-inline-end: 0;
	background: var(--clr-common-white);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

footer .ms-footer-widget ul li a:hover {
	color: var(--clr-common-white);
	letter-spacing: 1px;
}

footer .ms-footer-widget ul li a:hover::after {
	width: 100%;
	inset-inline-start: 0;
	inset-inline-end: auto;
}

footer .ms-footer-warning p {
	font-size: 15px;
	color: #fff;
}

footer .bgwhitespace {
	padding-left: 10px;
}

footer .ms-footer-social {
	display: flex;
	gap: 10px 40px;
}

footer .ms-footer-social a {
	font-weight: 500;
	font-size: 15px;
	color: var(--clr-text-5);
	position: relative;
	padding-bottom: 10px;
}

footer .ms-footer-social a::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 4px;
	height: 4px;
	background: var(--clr-text-5);
	border-radius: 50%;
	right: 0;
	margin: auto;
}

.ms-footer-social a:hover::before {
	background: var(--clr-theme-1);
}

footer .ms-footer-border {
	border-bottom: 1px solid var(--clr-border-1);
}


footer .ms-footer-logo {
	max-width: 140px;
}

footer .ms-footer-copy p {
	color: #ffcaf6;
}
.dropbtn{min-width: 370px;
    padding: 4px;}
.wcpt-filter .wcpt-options{display: flex;width: 980px;}

.onlyformobilemenu{display: none}

.momenu-2 img{width: 16px;
    margin-right: 5px;}


/*
	Responsive
*/
@media only screen and (min-width: 1801px), only screen and (min-width: 1601px) and (max-width: 1800px) {
	.offcanvas__btn {
		display: none;
	}

	.header__hamburger {
    display: none;
  }
}


@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__btn {
    display: none;
  }
}


@media (max-width: 767px) {
	.ms-header-fixed{position: fixed;}
.ms-header-fixed.sticky{position: fixed;}
	.onlyformobilemenu{display: block;
display: flex;
		color: #fff;
    font-size: 15px;
    font-weight: bolder;
    gap: 5px;}
	.btn-whatsapp-pulse{display: none;}
	body .wp-site-blocks > main {
		margin-top: 50px!important;
	}
	body{overflow-x: hidden}

.wcpt-filter-row>.wcpt-filter-column>.wcpt-item-row{margin-top: -40px;}
.mapsvg-map-container{margin-top: 70px}
.dropdown:hover .dropdown-content{display: block;
    position: fixed;
    top: 100px;}
	.wcpt-filter .wcpt-options{display: inline}
	.dropbtn{background-color: #ff44a8;
    color: white;
    position: fixed;
    top: 45px;
    left: 0px;
    padding:20px 25px 15px 25px;
    font-size: 16px;
    font-weight: bolder;
    border: none;
    cursor: pointer;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 1px 5px 5px #0000001c;
    margin-bottom: 15px;
    line-height: 18px !important;
    text-align: center;z-index: 10;}

	.header__right{display: none;}
	
.header__logo img{width: 130px;}
	.entry-content{margin-top: 0px!important;}
	.concert-details {
		border-left: 0px solid #9757E7;
		box-shadow: 0px 0px 0px #471280;
		margin-left: 0px;
	}

	.ms-header-fixed .concert-details {
		display: none!important;
		position: absolute;
		top: 96px;
		width: calc(100% + 24px);
		left: -12px;
		padding: 20px 10px 20px 0px;
		background: linear-gradient(90deg, rgba(255,191,240,1) 0%, rgba(255,255,255,1) 50%, rgba(231,214,255,1) 100%);
	}

	.ms-header-fixed.sticky .concert-details {
		display: none !important;
	}

	.concert-details .concert_name {
		color: #2B0D5F;
	}

	.concert-details .concert_date,
	.concert-details .details p {
		color: #2A1846;
	}

	.concert-details .meta_icon .white-icon{
		display: none;
	}
	
	.concert-details .meta_icon .color-icon{
		display: block;
	}

	.concert-details .details p {
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
	}

	footer .footercolumn {
    width: 50% !important;
  }

	footer .qr {
		width: 33% !important;
	}
  
}


@media (max-width: 575px) {
.ms-header-fixed{position: fixed;}
	.ms-header-fixed.sticky{position: fixed;}
  .offcanvas__info {
    width: 300px;
  }.header__right{display: none;}
.header__logo img{width: 130px;}
	.offcanvas__wrapper {
		padding: 25px 20px;
	}
}


@media (max-width: 450px) {
	.ms-header-fixed{position: fixed;}
.ms-header-fixed.sticky{position: fixed;}
  .offcanvas__logo {
    width: 150px;
  }.header__right{display: none;}
.header__logo img{width: 130px;}
	body .mobileonlymenu {
    display: block !important;
  }
}