/*-----------------------------------------------------------------------------------
	Soultown Festival 2025
	About: Soul & Motown acts from across the globe Sat 31st Aug & Sun 1st Sept 2024 -  Beckenham, Kent
	Author: Rob Crouch
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'VanguardCF-Regular';
	src: url('./fonts/VanguardCF-Regular/VanguardCF-Regular.ttf');
	src: url('./fonts/VanguardCF-Regular/VanguardCF-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'SFProDisplay-Medium';
	src: url('./fonts/SFProDisplay-Medium/SFProDisplay-Medium.woff2');
	src: url('./fonts/SFProDisplay-Medium/SFProDisplay-Medium.woff2') format('woff2'),
	url('./fonts/SFProDisplay-Medium/SFProDisplay-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Kaoly-Italic';
	src: url('./fonts/Kaoly-Italic/Kaoly-Italic.ttf');
	src: url('./fonts/Kaoly-Italic/Kaoly-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}
.texture-square::before{
	background: url("img/texture-square.png");
	background-size: 4px 4px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(0, 0, 0);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:400;
	color:#FEFFFF!important;
}
.container{
	max-width:1170px;
}
.mountain-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 3px rgba(0,0,0,0.1);
}
.mountain-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
	background-color:transparent;
}
.blocs-hero-btn-dwn{
	background-color:rgba(255,255,255,0.2);
}
.input{
	background-color:transparent;
}
.ticketbutton2{
	padding-top:0px;
	margin-top:19px;
}
.bloc-0-h3{
	font-family: Lato;
	font-weight: 300;
	background-color:transparent;
	margin-bottom:-4px;
}
.bloc-2-h1{
	font-family:Lato;
	font-weight:400;
	font-size: 40px;
}
.enq-h3{
	font-family: Lato;
	font-weight: 300;
	font-size: 40px;
}
.enq-h4{
	font-size: 30px;
}
.bloc-5-h1{
	font-family: Lato;
	font-weight: 300;
	font-size: 50px;
}
.bloc-9-h3{
	font-family: Lato;
	font-weight: 300;
}
.bloc-11-h1{
	font-family: Lato;
	font-weight: 300;
	font-size: 50px;
}
.bloc-13-h1{
	font-family: Lato;
	font-weight: 300;
	font-size: 50px;
}
.mainbutton{
	background:linear-gradient(288deg, #460685, #A529B5);
}
.menutext{
	text-transform:uppercase;
	letter-spacing:0.09em;
	color:#FEFFFE!important;
	padding-right:0px;
	margin-right:21px;
	font-weight:bold;
}
.link-style{
	width:100%;
	margin-right:15px;
	font-weight:bold;
	text-decoration:none;
	color:#ff40ff;
}
.link-margin-right{
	margin-right:21px;
}
.link-buy-tickets-margin-right{
	margin-right:18px;
}
.link-0-margin-right{
	margin-right:17px;
}
.menualign{
	text-align:center;
}
.iconpadding{
	padding-right:11px;
}
.h3-style{
	font-family:Lato;
	font-weight:300;
}
.bd{
	border-style:solid;
	border-color:#9A25AF!important;
	border-width:2px 2px 2px 2px;
}
.menutext:hover{
	background-color:transparent;
	color:#DC4CCD!important;
}
.gradient{
	background:linear-gradient(0deg, #5D1581 0%, #B31A84 99%);
}
.gradient:hover{
	color:#FFFEFE!important;
	background-color:#721582;
}
.gradientcolours{
	background:linear-gradient(68deg, #E336FF, #6F07D3);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-color:transparent;
	color:transparent!important;
	font-family:"Lato";
	font-weight:400;
	text-transform:none;
}
.feature-col-mt{
	margin-top:29px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.linkcolour{
	color:#A51FE8!important;
}
.webtext{
	color:#EA619C!important;
	font-size:12px;
}
.eventcount{
	color:#EDEEED!important;
	font-family:"Lato";
	font-weight:400;
}
.h5-style{
	font-size:22px;
}
.img-jocel-style{
	width:271px;
	margin-right:176px;
}
.linecolour{
	color:#EFF0EF!important;
	background-color:#EFF0EF;
	background-size:auto 2px;
}
.linecolour:hover{
	color:#EFF0EF!important;
	background-color:transparent;
}
.linebottom{
	border-color:#A027B3!important;
	border-style:solid;
	border-width:0px 0px 2px 0px;
}
.h3-margin-top{
	margin-top:46px;
	padding-top:0px;
}
.h3-evelyn-margin-top{
	margin-top:24px;
}
.h3-joyce-margin-top{
	margin-top:28px;
}
.h3-odyssey-margin-top{
	margin-top:34px;
}
.h3-alison-margin-top{
	margin-top:37px;
}
.h3-baby-margin-top{
	margin-top:32px;
}
.h3-bloc-21-margin-top{
	margin-top:53px;
}
.img-margin-left{
	margin-left:-16px;
	margin-right:0px;
	width:584px;
}
.perc{
	width:100%;
}
.padding{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.h3-thank-you-style{
	font-size:100px;
	font-family:Lato;
	font-weight:300;
	margin-bottom:0px;
	margin-top:595px;
}
.h5-bloc-2-style{
	font-size:30px;
}
.h4-style{
	font-size:28px;
}
.menu_new{
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-right:13px;
	border-color:rgba(0,0,0,0.00)!important;
	font-size:11px;
	color:#FFFEFE!important;
}
.margin-top{
	margin-top:28px;
}
.buttonsmaller{
	width:50%;
	text-align:center;
}
.buttonstyle{
	background:linear-gradient(0deg, #C2774D, #FA9F5B);
	border-style:solid;
	border-color:#FFA05A!important;
	border-width:1px 1px 1px 1px;
}
.buttonstyle:hover{
	background:linear-gradient(0deg, #C2774D, #FABD8E);
}
.linkcolour2{
	color:#F24CEC!important;
	font-weight:bold;
}
.img-2021artists-style{
	margin:-1px 0px 13px 0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
.menustyle{
	font-family:"Montserrat";
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	color:var(--swatch-var-5277)!important;
	font-weight:900;
	text-align:left;
}
.paddingright{
	padding-right:26px;
}
.menupadding{
	padding-right:0px;
	margin-right:20px;
}
.h5-bloc-0-margin-top{
	margin-top:-20px;
}
.h5-bloc-2-margin-top{
	margin-top:8px;
	margin-bottom:-10px;
}
.h5-margin-bottom{
	margin-bottom:-3px;
	font-family:Lato;
	font-weight:400;
	font-size:24px;
	padding-top:0px;
	margin-top:0px;
}
.link-style-copy-1{
	width:100%;
	margin-right:15px;
	font-weight:bold;
	text-decoration:underline;
}
.btn-color{
	color:#531b93;
}
.p-margin-top{
	margin-top:18px;
	padding-top:10px;
	padding-bottom:32px;
	margin-bottom:-22px;
}
.img-gp-logo-3-style{
	width:800px;
}
.divbackground{
	background-color:rgba(239,138,192,0.84);
	background-size:auto auto;
	text-align:center;
	background-position:center top;
	clear:none;
	display:block;
	position:relative;
	float:none;
	content:"auto";
	width:70%;
	margin:auto auto auto auto;
	border-radius:20px 20px 20px 20px;
}
.bloc-divider-b-fill{
	fill:#E069A1;
}
.bloc-divider-t-fill{
	fill:#4888CC;
}
.bloc-divider-b-bloc-1-fill{
	fill:#E069A1;
}
.bloc-divider-t-bloc-0-fill{
	fill:#8222C5;
}
.bloc-divider-t-bloc-1-fill{
	fill:#8222C7;
}
.img-garden--style{
	width:150px;
	border-radius:0px 0px 0px 0px;
}
.divobeach{
	background-color:#48C6F8;
	background-size:auto auto;
	text-align:center;
	background-position:center top;
	clear:none;
	display:block;
	position:relative;
	float:none;
	content:"auto";
	width:70%;
	margin:auto auto auto auto;
	padding:9px 9px 9px 9px;
	border-radius:20px 20px 20px 20px;
}
.linkfont{
	font-family:"PT Sans Narrow";
	font-weight:700;
	color:#FEFFFE!important;
	text-decoration:underline!important;
}
.bloc-divider-t-bloc-4-fill{
	fill:#00C1F8;
}
.img-bloc-5-style{
	width:400px;
}
.bloc-padding-top{
	padding-top:0px;
}
.strikethrough{
	text-decoration:line-through!important;
}
.img-soulsreet-in-style{
	width:400px;
}
.p-padding-right{
	margin-top:-6px;
	margin-bottom:0px;
	padding:4px 17px 0px 19px;
}
.container-div-margin-top{
	margin-top:-1px;
	padding-bottom:0px;
}
.row-margin-top{
	margin-top:19px;
}
.html-widget-margin-top{
	margin-top:14px;
}
.html-widget-bloc-0-margin-top{
	margin-top:70px;
}
.text-span-color{
	color:#4988cc;
}
.blackcolour{
	color:#000000!important;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}
.p-bloc-6-style{
	line-height:22px;
	font-size:14px;
}
.container-div-bloc-2-margin-top{
	margin-top:5px;
}
.style{
	width:100%;
}
.video-block{
	height:707px;
	width:100%;
}
.text-span-bloc-3-color{
	color:#ffffff;
}
.img-djs3-style{
	width:600px;
}
.html-widget-studio338-margin-top{
	margin-top:28px;
}
.img-338-bl-style{
	width:300px;
}
.pinkperformtext{
	color:#DE02DC!important;
}
.blocsapp-special-menu blocsnav{
	background-color:#742188;
	background-image:url("img/2022_bg2.jpg");
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
	background-size:cover;
}
.pink-bg-gradient{
	background:linear-gradient(140deg, var(--swatch-var-1870) 35%, var(--swatch-var-6472) 100%);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.btn-style{
	text-decoration:line-through;
}
.linethrough{
	text-decoration:line-through!important;
}
.mainmenubg{
	background-image:url("img/2022_bg2.jpg");
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
	color:#FFFEFE!important;
	background-color:rgba(0,0,0,0.14);
}
.dropdown-item{
	font-size:13px;
}
.dropdown-item:hover{
	background-color:#972F8B;
}
.dropdown-item:active{
	background-color:#98328F;
}
.dropdown-item:focus{
	background-color:#983490;
}
.btn-bloc-0-margin-top{
	margin-top:34px;
	margin-bottom:34px;
	font-family:"Lato";
	font-weight:700;
	color:var(--swatch-var-5277)!important;
	letter-spacing:01px;
	border-radius:25px 25px 25px 25px;
	text-transform:none;
}
.navbar-brand img{
	width:80px;
	height:72px;
}
.logosit{
	margin-left:54px;
}
.adress{
	text-transform:uppercase;
	letter-spacing:4px;
	font-family:"Lato";
	font-size:12px;
	font-weight:900;
}
.h3-bloc-7-style{
	font-size:30px;
	line-height:36px;
}
.row-margin-bottom{
	margin-bottom:30px;
	margin-top:31px;
}
.img-artists-margin-bottom{
	margin-bottom:27px;
}
.row-artists-margin-bottom{
	margin-bottom:22px;
}
.img-14-margin-bottom{
	margin-bottom:18px;
}
.img-15-margin-bottom{
	margin-bottom:18px;
}
.img-16-margin-bottom{
	margin-bottom:16px;
}
.img-17-margin-bottom{
	margin-bottom:16px;
}
.caps{
	text-transform:none;
}
.bloc-padding-left{
	padding-left:32px;
}
.p-location-style{
	font-size:14px;
}
.emailform{
	float:left;
	clear:left;
	display:block;
}
.paddingvids{
	padding:23px 0px 19px 0px;
}
.img-style{
	width:400px;
}
.btn-ticketbutton-style{
	text-decoration:line-through;
}
.btn-7-style{
	text-decoration:none;
}
.btn-9-style{
	text-decoration:line-through;
}
.btn-10-style{
	text-decoration:line-through;
}
.btn-12-style{
	text-decoration:line-through;
}
.img-bloc-6-style{
	width:400px;
	margin-bottom:7px;
}
.h4-padding-bottom{
	padding-bottom:0px;
	color:#FE687C!important;
}
.uppercase{
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:2px;
}
.btn-bloc-6-margin-top{
	margin-top:19px;
}
.buttonwidth{
	width:100%;
}
.btn-bloc-8-margin-top{
	margin-top:9px;
}
.container-div-mainlg-margin-top{
	margin-top:18px;
}
.img-indigologo-w-style{
	width:100px;
	margin-top:13px;
}
.row-bloc-6-margin-top{
	margin-top:27px;
}
.row-15-margin-top{
	margin-top:20px;
}
.row-bloc-15-margin-top{
	margin-top:18px;
}
.my-menu{
	font-weight:bold;
}
.my-menu-li-a{
	color:#FEFFFF!important;
}
.my-menu li a{
	color:var(--swatch-var-3990)!important;
	font-weight:900;
}
.menu-icon-stroke{
	stroke:#FFFFFF!important;
	fill:#FFFFFF!important;
}
.img-website-phaseo-style{
	width:1000px;
}
.img-marbellalo-style{
	width:400px;
}
.buttontext{
	color:var(--swatch-var-5277)!important;
}
.img-artists-style{
	width:500px;
}
.img-103-style{
	width:500px;
}
.img-104-style{
	width:500px;
}
.row-122-margin-bottom{
	margin-bottom:30px;
}
.row-123-margin-bottom{
	margin-bottom:30px;
}
.row-125-margin-bottom{
	margin-bottom:30px;
}
.img-106-style{
	width:500px;
}
.img-107-style{
	width:500px;
}
.img-108-style{
	width:500px;
}
.row-127-margin-bottom{
	margin-bottom:30px;
}
.row-128-margin-bottom{
	margin-bottom:30px;
}
.countdown{
	font-family:"Lato";
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:05px;
}
.button-new{
	border-radius:25px 25px 25px 25px;
}
.button-font{
	font-family:"Lato";
	font-weight:900;
	letter-spacing:01px;
}
.img-paymentplan-te-style{
	width:500px;
	margin-bottom:26px;
}
.btn-tickets-style{
	text-decoration:none;
}
.link-0-style{
	text-decoration:underline;
}
.link-bloc-25-style{
	text-decoration:underline;
}
.btn-bloc-0-margin-bottom{
	margin-bottom:158px;
}
.img-2024-logo--style{
	width:500px;
	margin-bottom:9px;
}
.background-gradient{
	background:linear-gradient(0deg, var(--swatch-var-1084) 0%, var(--swatch-var-4337) 100%);
}
.h2-bloc-0-style{
	font-family:"VanguardCF-Regular";
	font-size:40px;
	margin-bottom:24px;
	text-shadow:0.42px 1.96px 11px rgba(0,0,0,0.75);
}
.fontshadow{
	text-shadow:0.00px -0.00px 7px #260D4F;
}
.pink{
	color:#FF22FF!important;
}
.img-2024-newlo-style{
	margin-bottom:95px;
	width:1500px;
}
.gradientnew{
	background:linear-gradient(0deg, #E219B9 0%, var(--swatch-var-2678) 100%);
}
.img-gwendick-style{
	width:500px;
}
.img-dama-style{
	width:500px;
}
.h5-margin-top{
	margin-top:0px;
}
.h3-padding-bottom{
	padding-bottom:0px;
	margin-bottom:-1px;
}
.row-artists-margin-top{
	margin-top:21px;
	margin-bottom:31px;
}
.img-display-a-margin-bottom{
	margin-bottom:27px;
}
.img-displayad-margin-bottom{
	margin-bottom:21px;
}
.img-159-margin-bottom{
	margin-bottom:28px;
}
.img-160-margin-bottom{
	margin-bottom:16px;
}
.img-161-margin-bottom{
	margin-bottom:20px;
}
.emailcenter{
	text-align:center!important;
	margin:0px 0px 0px 0px;
	content:"";
	align-items:center;
	justify-content:center;
}
.btn-55-style{
	text-decoration:line-through;
}
.bgtrans{
	background-color:var(--swatch-var-155);
	border-radius:30px 30px 30px 30px;
}
.bloc-margin-top{
	margin-top:54px;
}
.muitypography-root muitypography-body1 css-9ktbd{
	color:var(--swatch-var-4337)!important;
}
.css-9ktbd{
	color:var(--swatch-var-4337)!important;
}
.buttonfont{
	font-family:"Kaoly-Italic";
}
.roundedvideo{
	border-radius:30px 30px 30px 30px;
}
.img-thai-lo-style{
	width:100px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.img-esjardi-line-style{
	width:500px;
}
.aftersbutton{
	width:70%;
	margin:0px 0px 0px 0px;
	position:relative;
	display:grid;
	clear:none;
}
.afterpartyfiont{
	font-family:"Montserrat";
	font-weight:900;
	color:#FEFFFF!important;
}
.-transbg{
	background-color:var(--swatch-var-6848);
	border-radius:20px 20px 20px 20px;
	padding:20px 20px 20px 20px;
}
.img-bloc-0-style{
	width:300px;
	margin-top:-84px;
}
.p-103-style{
	font-family:"SFProDisplay-Medium";
	letter-spacing:1px;
	font-size:18px;
	margin-top:-26px;
	text-shadow:0.75px 1.85px 6px rgba(0,0,0,0.79);
}
.colourwhite{
	color:#FFFFFF!important;
}
.btn-1-margin-top{
	margin-bottom:15px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-1:rgba(173,169,184,1.0);
	
	--swatch-var-2:rgba(88,61,137,0.80);
	
	--swatch-var-1859:#000000;
	
	--swatch-var-5179:rgba(49,49,92,1.0);
	
	--swatch-var-4344:rgba(86,154,201,0.80);
	
	--swatch-var-4156:#FFFFFF;
	
	--swatch-var-4968:rgba(255,255,255,1.00);
	
	--swatch-var-235:rgba(227,227,227,1.0);
	
	--swatch-var-4983:rgba(79,51,130,0.81);
	
	--swatch-var-7438:rgba(34,34,34,1.0);
	
	--swatch-var-220:rgba(0,0,0,0.8);
	
	--swatch-var-646:rgba(160,39,179,1.0);
	
	--swatch-var-4228:rgba(255,147,0,1.0);
	
	--swatch-var-6973:rgba(255,255,255,1.00);
	
	--swatch-var-3990:rgba(255,255,255,1.00);
	
	--swatch-var-6317:rgba(98,72,147,1.00);
	
	--swatch-var-2190:rgba(0,0,0,0.8);
	
	--swatch-var-7350:rgba(255,80,229,0.81);
	
	--swatch-var-1546:rgba(255,255,255,1.0);
	
	--swatch-var-5761:rgba(255,255,255,0.72);
	
	--swatch-var-6848:rgba(30,32,33,0.67);
	
	--swatch-var-1870:rgba(88,60,136,1.00);
	
	--swatch-var-4936:rgba(0,0,0,0.72);
	
	--swatch-var-5815:rgba(255,255,255,1.00);
	
	--swatch-var-5277:rgba(255,255,255,1.00);
	
	--swatch-var-6587:rgba(227,227,227,1.00);
	
	--swatch-var-2883:rgba(79,51,129,1.00);
	
	--swatch-var-5392:rgba(86,154,201,1.0);
	
	--swatch-var-1956:#F8FE6B;
	
	--swatch-var-5086:#A2C31F;
	
	--swatch-var-4337:rgba(255,34,255,1.00);
	
	--swatch-var-1528:rgba(7,6,8,0.70);
	
	--swatch-var-1778:#31305C;
	
	--swatch-var-3246:#569AC9;
	
	--swatch-var-1367:#965FEC;
	
	--swatch-var-6472:rgba(0,195,248,1.00);
	
	--swatch-var-3086:#9960EF;
	
	--swatch-var-5636:#583C88;
	
	--swatch-var-4753:#0065F8;
	
	--swatch-var-6738:#FF21FF;
	
	--swatch-var-5469:rgba(255,255,255,1.0);
	
	--swatch-var-3725:rgba(255,255,255,1.0);
	
	--swatch-var-4776:#3C93C6;
	
	--swatch-var-5057:#FFFFFF;
	
	--swatch-var-5006:#FFFFFF;
	
	--swatch-var-6521:rgba(255,255,255,0.498039);
	
	--swatch-var-1084:rgba(72,1,127,1.00);
	
	--swatch-var-7143:#989898;
	
	--swatch-var-3711:#989898;
	
	--swatch-var-7873:#48017F;
	
	--swatch-var-5644:rgba(37,17,71,0.85);
	
	--swatch-var-2685:#FFFFFF;
	
	--swatch-var-1156:#303030;
	
	--swatch-var-6812:#FE697C;
	
	--swatch-var-4777:#FF76F7;
	
	--swatch-var-5338:rgba(110,15,194,1.00);
	
	--swatch-var-6081:rgba(255,80,229,0.81);
	
	--swatch-var-7078:rgba(255,80,229,0.81);
	
	--swatch-var-3243:rgba(229,107,66,0.93);
	
	--swatch-var-2366:rgba(88,61,137,0.8);
	
	--swatch-var-697:#FF4FE5;
	
	--swatch-var-7707:#251146;
	
	--swatch-var-2848:#705771;
	
	--swatch-var-5850:rgba(255,255,255,1.00);
	
	--swatch-var-2678:rgba(106,105,200,1.00);
	
	--swatch-var-628:#7C60C6;
	
	--swatch-var-3529:rgba(255,255,255,1.00);
	
	--swatch-var-5045:rgba(255,255,255,1.00);
	
	--swatch-var-155:rgba(255,255,255,0.65);
	
	--swatch-var-3397:#002A98;
	
	--swatch-var-4684:#092236;
	
	--swatch-var-3019:#3D8C0A;
	
}


/* Background colour styles */

.bgc-5644{
	background-color:var(--swatch-var-5644);
}
.bgc-7438{
	background-color:var(--swatch-var-7438);
}
.bgc-4753{
	background-color:var(--swatch-var-4753);
}
.bgc-1859{
	background-color:var(--swatch-var-1859);
}
.bgc-4156{
	background-color:var(--swatch-var-4156);
}
.bgc-4776{
	background-color:var(--swatch-var-4776);
}
.bgc-1084{
	background-color:var(--swatch-var-1084);
}
.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-1156{
	background-color:var(--swatch-var-1156);
}
.bgc-7707{
	background-color:var(--swatch-var-7707);
}
.bgc-2366{
	background-color:var(--swatch-var-2366);
}
.bgc-646{
	background-color:var(--swatch-var-646);
}
.bgc-7350{
	background-color:var(--swatch-var-7350);
}
.bgc-4344{
	background-color:var(--swatch-var-4344);
}
.bgc-4684{
	background-color:var(--swatch-var-4684);
}
.bgc-628{
	background-color:var(--swatch-var-628);
}
.bgc-697{
	background-color:var(--swatch-var-697);
}
.bgc-6317{
	background-color:var(--swatch-var-6317);
}

/* Text colour styles */

.tc-3990{
	color:var(--swatch-var-3990)!important;
}
.tc-2685{
	color:var(--swatch-var-2685)!important;
}
.tc-4156{
	color:var(--swatch-var-4156)!important;
}
.tc-5815{
	color:var(--swatch-var-5815)!important;
}
.tc-5006{
	color:var(--swatch-var-5006)!important;
}
.tc-4968{
	color:var(--swatch-var-4968)!important;
}
.tc-6317{
	color:var(--swatch-var-6317)!important;
}
.tc-6587{
	color:var(--swatch-var-6587)!important;
}
.tc-5850{
	color:var(--swatch-var-5850)!important;
}

/* Button colour styles */

.btn-c-6738{
	background:var(--swatch-var-6738);
	color:#FFFFFF!important;
}
.btn-c-6738:hover{
	background:#CC00CC!important;
	color:#FFFFFF!important;
}
.btn-c-3243{
	background:var(--swatch-var-3243);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3243:hover{
	background:rgba(178,56,15,0.93)!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4753{
	background:var(--swatch-var-4753);
	color:#FFFFFF!important;
}
.btn-c-4753:hover{
	background:#0031C5!important;
	color:#FFFFFF!important;
}
.btn-c-5338{
	background:var(--swatch-var-5338);
	color:#FFFFFF!important;
}
.btn-c-5338:hover{
	background:#3B008F!important;
	color:#FFFFFF!important;
}
.btn-c-4983{
	background:var(--swatch-var-4983);
	color:#FFFFFF!important;
}
.btn-c-4983:hover{
	background:rgba(28,0,79,0.81)!important;
	color:#FFFFFF!important;
}
.btn-c-697{
	background:var(--swatch-var-697);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-697:hover{
	background:#CC1CB2!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-7350{
	background:var(--swatch-var-7350);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-7350:hover{
	background:rgba(204,29,178,0.81)!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2{
	background:var(--swatch-var-2);
	color:#FFFFFF!important;
}
.btn-c-2:hover{
	background:rgba(37,10,86,0.80)!important;
	color:#FFFFFF!important;
}
.btn-c-4344{
	background:var(--swatch-var-4344);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4344:hover{
	background:rgba(35,103,150,0.80)!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3019{
	background:var(--swatch-var-3019);
	color:#FFFFFF!important;
}
.btn-c-3019:hover{
	background:#0A5900!important;
	color:#FFFFFF!important;
}
.btn-c-628{
	background:var(--swatch-var-628);
	color:#FFFFFF!important;
}
.btn-c-628:hover{
	background:#492D93!important;
	color:#FFFFFF!important;
}
.btn-c-5179{
	background:var(--swatch-var-5179);
	color:#FFFFFF!important;
}
.btn-c-5179:hover{
	background:#000028!important;
	color:#FFFFFF!important;
}
.btn-c-7143{
	background:var(--swatch-var-7143);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-7143:hover{
	background:#656565!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3397{
	background:var(--swatch-var-3397);
	color:#FFFFFF!important;
}
.btn-c-3397:hover{
	background:#000065!important;
	color:#FFFFFF!important;
}
.btn-c-646{
	background:var(--swatch-var-646);
	color:#FFFFFF!important;
}
.btn-c-646:hover{
	background:#6D0080!important;
	color:#FFFFFF!important;
}
.wire-btn-c-4968{
	color:var(--swatch-var-4968)!important;
	border-color:var(--swatch-var-4968)!important;
}

/* Link colour styles */

.ltc-3990{
	color:var(--swatch-var-3990)!important;
}
.ltc-3990:hover{
	color:#CCCCCC!important;
}
.ltc-7873{
	color:var(--swatch-var-7873)!important;
}
.ltc-7873:hover{
	color:#15004C!important;
}

/* Icon colour styles */

.icon-4968{
	color:var(--swatch-var-4968)!important;
	border-color:var(--swatch-var-4968)!important;
}
.icon-6973{
	color:var(--swatch-var-6973)!important;
	border-color:var(--swatch-var-6973)!important;
}

/* Bloc image backgrounds */

.bg-2022-bg{
	background-image:url("img/2022_bg.jpg");
	background-image: -webkit-image-set(url("img/2022_bg.webp") 1x,
url("img/2022_bg.webp") 2x);background-image: image-set(url("img/2022_bg.jpg") 1x,
url("img/2022_bg.jpg") 2x,url("img/2022_bg.webp") 1x,
url("img/2022_bg.webp") 2x);
}
.bg-SOULTOWN-NEW-WEBSITE-BITs{
	background-image:url("img/SOULTOWN-NEW-WEBSITE-BITs.jpg");
	background-image: -webkit-image-set(url("img/SOULTOWN-NEW-WEBSITE-BITs.webp") 1x,
url("img/SOULTOWN-NEW-WEBSITE-BITs.webp") 2x);background-image: image-set(url("img/SOULTOWN-NEW-WEBSITE-BITs.jpg") 1x,
url("img/SOULTOWN-NEW-WEBSITE-BITs.jpg") 2x,url("img/SOULTOWN-NEW-WEBSITE-BITs.webp") 1x,
url("img/SOULTOWN-NEW-WEBSITE-BITs.webp") 2x);
}
.bg-2022-bg2{
	background-image:url("img/2022_bg2.jpg");
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
}
.bg-parra-1{
	background-image:url("img/parra_1.jpg");
	background-image: -webkit-image-set(url("img/parra_1.webp") 1x,
url("img/parra_1.webp") 2x);background-image: image-set(url("img/parra_1.jpg") 1x,
url("img/parra_1.jpg") 2x,url("img/parra_1.webp") 1x,
url("img/parra_1.webp") 2x);
}
.bg-parra2{
	background-image:url("img/parra2-1.jpg");
}
.bg-parra3{
	background-image:url("img/parra3.jpg");
	background-image: -webkit-image-set(url("img/parra3.webp") 1x,
url("img/parra3.webp") 2x);background-image: image-set(url("img/parra3.jpg") 1x,
url("img/parra3.jpg") 2x,url("img/parra3.webp") 1x,
url("img/parra3.webp") 2x);
}
.bg-2022-closure{
	background-image:url("img/2022-closure.jpg");
	background-image: -webkit-image-set(url("img/2022-closure.webp") 1x,
url("img/2022-closure.webp") 2x);background-image: image-set(url("img/2022-closure.jpg") 1x,
url("img/2022-closure.jpg") 2x,url("img/2022-closure.webp") 1x,
url("img/2022-closure.webp") 2x);
}
.bg-soultown-xmasbg-new{
	background-image:url("img/soultown_xmasbg_new.jpg");
	background-image: -webkit-image-set(url("img/soultown_xmasbg_new.webp") 1x,
url("img/soultown_xmasbg_new.webp") 2x);background-image: image-set(url("img/soultown_xmasbg_new.jpg") 1x,
url("img/soultown_xmasbg_new.jpg") 2x,url("img/soultown_xmasbg_new.webp") 1x,
url("img/soultown_xmasbg_new.webp") 2x);
}
.bg-2022-bg2-1{
	background-image:url("img/2022_bg2-1.jpg");
	background-image: -webkit-image-set(url("img/2022_bg2-1.webp") 1x,
url("img/2022_bg2-1.webp") 2x);background-image: image-set(url("img/2022_bg2-1.jpg") 1x,
url("img/2022_bg2-1.jpg") 2x,url("img/2022_bg2-1.webp") 1x,
url("img/2022_bg2-1.webp") 2x);
}
.bg-parra3{
	background-image:url("img/parra3.jpg");
	background-image: -webkit-image-set(url("img/parra3.webp") 1x,
url("img/parra3.webp") 2x);background-image: image-set(url("img/parra3.jpg") 1x,
url("img/parra3.jpg") 2x,url("img/parra3.webp") 1x,
url("img/parra3.webp") 2x);
}
.bg-parra-1{
	background-image:url("img/parra_1.jpg");
	background-image: -webkit-image-set(url("img/parra_1.webp") 1x,
url("img/parra_1.webp") 2x);background-image: image-set(url("img/parra_1.jpg") 1x,
url("img/parra_1.jpg") 2x,url("img/parra_1.webp") 1x,
url("img/parra_1.webp") 2x);
}
.bg-2022-bg2{
	background-image:url("img/2022_bg2.jpg");
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
	background-image: -webkit-image-set(url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);background-image: image-set(url("img/2022_bg2.jpg") 1x,
url("img/2022_bg2.jpg") 2x,url("img/2022_bg2.webp") 1x,
url("img/2022_bg2.webp") 2x);
}
.bg-banner-image-{
	background-image:url("img/banner-image-.jpg");
	background-image: -webkit-image-set(url("img/banner-image-.webp") 1x,
url("img/banner-image-.webp") 2x);background-image: image-set(url("img/banner-image-.jpg") 1x,
url("img/banner-image-.jpg") 2x,url("img/banner-image-.webp") 1x,
url("img/banner-image-.webp") 2x);
}
.bg-marbellabg{
	background-image:url("img/marbellabg.jpg");
	background-image: -webkit-image-set(url("img/marbellabg.webp") 1x,
url("img/marbellabg.webp") 2x);background-image: image-set(url("img/marbellabg.jpg") 1x,
url("img/marbellabg.jpg") 2x,url("img/marbellabg.webp") 1x,
url("img/marbellabg.webp") 2x);
}
.bg-2022-bg{
	background-image:url("img/2022_bg.jpg");
	background-image: -webkit-image-set(url("img/2022_bg.webp") 1x,
url("img/2022_bg.webp") 2x);background-image: image-set(url("img/2022_bg.jpg") 1x,
url("img/2022_bg.jpg") 2x,url("img/2022_bg.webp") 1x,
url("img/2022_bg.webp") 2x);
}
.bg-newbgindigo{
	background-image:url("img/newbgindigo.jpg");
	background-image: -webkit-image-set(url("img/newbgindigo.webp") 1x,
url("img/newbgindigo.webp") 2x);background-image: image-set(url("img/newbgindigo.jpg") 1x,
url("img/newbgindigo.jpg") 2x,url("img/newbgindigo.webp") 1x,
url("img/newbgindigo.webp") 2x);
}
.bg-newbg3{
	background-image:url("img/newbg3.jpg");
	background-image: -webkit-image-set(url("img/newbg3.webp") 1x,
url("img/newbg3.webp") 2x);background-image: image-set(url("img/newbg3.jpg") 1x,
url("img/newbg3.jpg") 2x,url("img/newbg3.webp") 1x,
url("img/newbg3.webp") 2x);
}
.bg-portugal-{
	background-image:url("img/portugal...jpg");
	background-image: -webkit-image-set(url("img/portugal...webp") 1x,
url("img/portugal...webp") 2x);background-image: image-set(url("img/portugal...jpg") 1x,
url("img/portugal...jpg") 2x,url("img/portugal...webp") 1x,
url("img/portugal...webp") 2x);
}
.bg-338bg{
	background-image:url("img/");
}
.bg-newbg-1{
	background-image:url("img/newbg_1.jpg");
	background-image: -webkit-image-set(url("img/newbg_1.webp") 1x,
url("img/newbg_1.webp") 2x);background-image: image-set(url("img/newbg_1.jpg") 1x,
url("img/newbg_1.jpg") 2x,url("img/newbg_1.webp") 1x,
url("img/newbg_1.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.img-hover-tilt-container{
	position:relative;
	transform-style: preserve-3d;
}
.hover-tilt-label{
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(20px);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.hover-tilt-light-text{
	color:rgba(255,255,255,.8);
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-2021artists-style{
		width:420px;
	}
	.ipadpadding{
		margin-right:70px;
	}
	.bloc-margin-top{
		margin-top:-1px;
	}
	.ipad-menu-colour{
		color:#FFFEFE!important;
	}
	
}

@media (max-width: 767px){
	.mobile .bloc-mob-center-text{
		text-align:center;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.menutext{
	}
	.toggle{
		color:#FFFFFF!important;
	}
	.bloc-2-h1{
		font-size:60px;
	}
	.bloc-0-h3{
		font-size:29px;
		font-family:Lato;
		font-weight:700;
	}
	.p-margin-top{
		font-size:12px;
		line-height:16px;
		margin-top:45px;
	}
	.h5-margin-bottom{
		font-size:17px;
		line-height:20px;
	}
	.img-garden--style{
		width:300px;
	}
	.bloc-divider-t-bloc-4-fill{
		fill:#C65AB3;
	}
	.bloc-divider-b-bloc-4-fill{
		fill:#1E1224;
	}
	.bloc-padding-top{
		padding-top:14px;
		margin-top:62px;
	}
	.row-margin-bottom{
		margin-bottom:24px;
	}
	.p-style{
		margin-top:37px;
		font-size:12px;
	}
	.p-soulstreet-style{
		width:84.6%;
		padding-top:1px;
		padding-bottom:24px;
		margin:auto auto auto auto;
	}
	.img-soulsreet-in-style{
		padding-bottom:29px;
	}
	.container-div-padding-top{
		padding-top:37px;
	}
	.img-2021artists-style{
		padding-bottom:0px;
		margin-top:-1px;
		width:700px;
		margin-bottom:42px;
		padding-top:0px;
	}
	.html-widget-bloc-0-margin-top{
		margin-top:16px;
	}
	.btn-bloc-3-margin-top{
		margin-top:33px;
	}
	.img-338-bl-style{
		width:422px;
		border-radius:0px 0px 0px 0px;
	}
	.p-bloc-3-style{
		font-size:12px;
	}
	.p-11-style{
		font-size:12px;
	}
	.p-artists-style{
		font-size:12px;
	}
	.p-2-style{
		font-size:12px;
	}
	.p-3-style{
		font-size:12px;
	}
	.p-4-style{
		font-size:12px;
	}
	.p-5-style{
		font-size:12px;
	}
	.p-6-style{
		font-size:12px;
	}
	.p-7-style{
		font-size:12px;
	}
	.p-8-style{
		font-size:12px;
	}
	.p-9-style{
		font-size:12px;
	}
	.p-bloc-6-style{
		font-size:12px;
	}
	.p-16-style{
		font-size:12px;
	}
	.p-enquiries-style{
		font-size:12px;
	}
	.btn-style{
		text-decoration:line-through;
	}
	.mainmenubg{
	}
	.row-style{
		width:97.15%;
	}
	.menupadding{
		margin-top:6px;
	}
	.btn-bloc-0-margin-top{
		margin-top:17px;
	}
	.videopadding{
		padding-bottom:47px;
	}
	.h5-style{
		padding-bottom:1px;
		margin-bottom:4px;
	}
	.videopadding2{
		margin-bottom:14px;
	}
	.enq-h3{
		font-size:30px;
	}
	.img-mainphone-style{
		width:300px;
	}
	.btn-mainphone-margin-top{
		margin-top:32px;
	}
	.h2-style{
		font-size:18px;
	}
	.h2-bloc-52-style{
		font-size:18px;
	}
	.h2-bloc-48-style{
		font-size:18px;
	}
	.countdown2{
		text-transform:uppercase;
		letter-spacing:01px;
		font-family:"Lato";
		font-weight:900;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	.buttonmobile{
		border-radius:18px 18px 18px 18px;
		font-family:"Lato";
		font-weight:900;
		letter-spacing:01px;
		font-size:18px;
	}
	.img-2024-logo--style{
		margin-top:32px;
	}
	.img-bloc-0-style{
		width:200px;
		margin-top:-6px;
	}
	
}

@media (max-width: 575px){
	.bloc-soulstreet-padding-top{
		padding-top:90px;
		padding-bottom:37px;
		margin-bottom:20px;
	}
	.bloc-studio338-padding-top{
		padding-top:86px;
	}
	.p-padding-right{
		padding-left:7px;
		padding-right:1px;
		line-height:20px;
		font-size:14px;
	}
	.btn-margin-top{
		margin-top:26px;
	}
	.btn-bloc-3-margin-top{
		margin-top:30px;
	}
	.mt-1{
	}
	.p-artists-style{
		line-height:18px;
		font-size:12px;
	}
	.p-2-style{
		font-size:12px;
	}
	.p-3-style{
		font-size:12px;
	}
	.p-4-style{
		font-size:12px;
	}
	.p-5-style{
		font-size:12px;
	}
	.p-6-style{
		font-size:12px;
	}
	.p-7-style{
		font-size:12px;
	}
	.p-8-style{
		font-size:12px;
	}
	.p-9-style{
		font-size:12px;
	}
	.p-bloc-3-style{
		font-size:12px;
	}
	.p-11-style{
		font-size:12px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:rgba(74,4,130,0.97);
		font-family:"Lato";
		font-weight:300;
		padding:20px 20px 20px 20px;
	}
	.blocsapp-special-menu blocsnav li a{
		font-family:"Lato";
		font-weight:300;
		text-transform:uppercase;
		color:#FFFEFE!important;
		text-align:center;
	}
	.blocsapp-special-menu blocsnav li a:hover{
		background-color:#48017F;
	}
	.p-style{
		font-size:12px;
	}
	.p-bloc-6-style{
		font-size:12px;
	}
	.p-enquiries-style{
		font-size:12px;
	}
	.buttongradient{
		background:linear-gradient(0deg, #5E1588 0%, #D903D9 100%);
		font-size:5px;
	}
	.h5-bloc-2-style{
		font-size:20px;
		line-height:20px;
	}
	.btn-style{
		font-family:"Lato";
		font-weight:700;
	}
	.button{
		font-family:"Lato";
		font-weight:700;
	}
	.dropdown-menu li a{
		font-size:12px;
	}
	.nav-special.fullscreen-nav .nav > li a, .nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
		font-size:12px;
	}
	.dropdown-menu li a:hover{
		color:#FFFEFE!important;
	}
	.nav-special .dropdown-item{
	}
	.nav-special .dropdown-item:hover{
		color:#FFFEFE!important;
	}
	.btn-bloc-0-margin-top{
		font-family:"Montserrat";
		font-weight:700;
		margin-top:1px;
		margin-bottom:0px;
	}
	.img-2021artists-style{
		margin-top:0px;
		width:300px;
		padding-top:0px;
		margin-bottom:-1px;
	}
	.background1{
		background-color:rgba(239,32,242,0.34);
	}
	.img-margin-bottom{
		margin-bottom:15px;
	}
	.img-5x4sun-margin-bottom{
		margin-bottom:12px;
	}
	.img-5x4-all-margin-bottom{
		margin-bottom:10px;
	}
	.row-style{
		padding-top:0px;
	}
	.container-padding{
	}
	.bloc-padding-bottom{
		padding-bottom:24px;
	}
	.btn-mainlg-margin-top{
		margin-top:12px;
	}
	.p-mainphone-style{
		font-size:8px;
	}
	.menu-icon-mainlg-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.menu-icon-merch-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.menu-icon-contact-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.menu-icon-bloc-4-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.h2-bloc-48-style{
		font-size:16px;
	}
	.h2-style{
		font-size:16px;
	}
	.h2-bloc-52-style{
		font-size:16px;
	}
	.img-payment-plan-w-style{
		margin-bottom:14px;
		margin-top:17px;
	}
	.h2-bloc-0-style{
		line-height:20px;
		font-size:26px;
		margin-top:20px;
	}
	.btn-tickets-margin-top{
		margin-top:6px;
	}
	.img-bloc-86-margin-bottom{
		margin-bottom:21px;
	}
	.buttonmobile{
		font-size:16px;
		font-family:"Kaoly-Regular";
		font-weight:normal;
		padding:10px 10px 10px 10px;
		color:var(--swatch-var-4968)!important;
		letter-spacing:0px;
	}
	.dropsha{
		text-shadow:0.00px 0.00px 2px rgba(0,0,0,0.48);
		color:var(--swatch-var-5815)!important;
	}
	.bloc-margin-bottom{
		margin-bottom:0px;
		padding-bottom:0px;
		padding-right:0px;
		padding-left:0px;
	}
	button{
		color:var(--swatch-var-5277)!important;
	}
	.btn-bloc-22-margin-top{
		margin-top:-16px;
	}
	.navbar-logo{
		font-size:18px;
	}
	.p-103-style{
		font-size:9px;
		padding-top:19px;
		margin-top:-33px;
		margin-bottom:24px;
	}
	.img-bloc-0-style{
		width:130px;
	}
	.btn-53-margin-top{
		margin-top:-1px;
		padding-top:0px;
	}
	.mobilebutton{
		font-family:"VanguardCF-Medium";
		font-weight:900;
		text-transform:uppercase;
		font-size:15px;
		letter-spacing:1px;
	}
	
}

