/*-----------------------------------------------------------------------------------
	The Garden Party UK
	About: The Garden Party UK - Soultown Festvals sister brand!
	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:'BebasNeue-Regular';
	src: url('./fonts/BebasNeue-Regular/BebasNeue-Regular.ttf');
	src: url('./fonts/BebasNeue-Regular/BebasNeue-Regular.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;
}

/* = 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 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);
}


/* = 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;
}
/* 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;
}

/* = 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;
}

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

/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}



.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;
}



/* Additional Aspect Ratios */

.embed-responsive-4by4::before{
	padding-top:100%}.embed-responsive-9by16::before{
	padding-top:106.25%}

/* 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;
}
.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;
}
.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;
}
.img-style{
	opacity:1.0;
	width:500px;
	padding-top:190px;
	border-radius:47px 47px 47px 47px;
}
.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:#2B0059!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:27px;
}
.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;
}
.margin-top{
	margin-top:28px;
}
.btn-button-margin-top{
	margin-top:21px;
	width:100%;
}
.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{
	width:770px;
	margin-top:0px;
}
.menustyle{
	font-family:"Montserrat";
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
	color:#FEFFFE!important;
}
.paddingright{
	padding-right:26px;
}
.menupadding{
	padding-right:0px;
	margin-right:20px;
}
.img-margin-top{
	margin-top:-106px;
}
.h5-margin-top{
	margin-top:-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:300px;
	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;
}
.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);
}
.pink-bg-gradient{
	background:linear-gradient(140deg, #FF007F, #9255F8);
}
.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;
}
.menubg{
	background-color:#6D1B8A;
}
.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-color:rgba(0,0,0,0.91);
}
.h2-style{
	font-family:"Lato";
	font-weight:300;
}
.gradientnew{
	background:linear-gradient(0deg, #5EADBC 0%, #887DC9 100%);
}
.row-margin-bottom{
	margin-bottom:37px;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
	padding-top:334px;
}
.shadow{
	text-shadow:0px 0px 4px #474747;
}
.img-top1-style{
	width:150px;
}
.img-studio338-style{
	width:700px;
}
.buttonfont{
	font-family:"BebasNeue-Regular";
	letter-spacing:2px;
	font-size:25px;
}

/* = 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:rgba(0,0,0,1.0);
	
	--swatch-var-5179:rgba(49,49,92,1.0);
	
	--swatch-var-4344:rgba(86,154,201,1.0);
	
	--swatch-var-4156:rgba(255,255,255,1.0);
	
	--swatch-var-4968:rgba(255,255,255,1.0);
	
	--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.0);
	
	--swatch-var-3990:rgba(255,255,255,1.0);
	
	--swatch-var-6317:rgba(98,72,147,1.0);
	
	--swatch-var-2190:rgba(0,0,0,0.8);
	
	--swatch-var-7350:#FF4FE5;
	
	--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:#583C88;
	
	--swatch-var-4936:rgba(0,0,0,0.72);
	
	--swatch-var-5815:#FFFFFF;
	
	--swatch-var-5277:#FFFFFF;
	
	--swatch-var-6587:#E3E3E3;
	
	--swatch-var-2883:#4F3381;
	
	--swatch-var-5392:rgba(86,154,201,1.0);
	
	--swatch-var-1956:#F8FE6B;
	
	--swatch-var-5086:#A2C31F;
	
	--swatch-var-4337:#FF21FF;
	
	--swatch-var-1528:rgba(7,6,8,0.7);
	
	--swatch-var-1778:#31305C;
	
	--swatch-var-3246:#569AC9;
	
	--swatch-var-1367:#965FEC;
	
	--swatch-var-6472:#00C2F8;
	
	--swatch-var-3086:#9960EF;
	
	--swatch-var-5636:#583C88;
	
	--swatch-var-4753:#00C2F8;
	
	--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:#48017F;
	
	--swatch-var-1244:#FFFFFF;
	
	--swatch-var-5434:#7A407E;
	
	--swatch-var-1848:#06101C;
	
	--swatch-var-5883:#1C1C1C;
	
	--swatch-var-4829:#3C93C6;
	
}


/* Background colour styles */

.bgc-5086{
	background-color:var(--swatch-var-5086);
}
.bgc-4829{
	background-color:var(--swatch-var-4829);
}
.bgc-5883{
	background-color:var(--swatch-var-5883);
}
.bgc-1084{
	background-color:var(--swatch-var-1084);
}
.bgc-4776{
	background-color:var(--swatch-var-4776);
}
.bgc-1848{
	background-color:var(--swatch-var-1848);
}
.bgc-4753{
	background-color:var(--swatch-var-4753);
}

/* Text colour styles */

.tc-5815{
	color:var(--swatch-var-5815)!important;
}
.tc-1244{
	color:var(--swatch-var-1244)!important;
}
.tc-5006{
	color:var(--swatch-var-5006)!important;
}
.tc-4156{
	color:var(--swatch-var-4156)!important;
}

/* Button colour styles */

.btn-c-5086{
	background:var(--swatch-var-5086);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5086:hover{
	background:#6F9000!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4753{
	background:var(--swatch-var-4753);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4753:hover{
	background:#008FC5!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6738{
	background:var(--swatch-var-6738);
	color:#FFFFFF!important;
}
.btn-c-6738:hover{
	background:#CC00CC!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-4156{
	color:var(--swatch-var-4156)!important;
}
.ltc-4156:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-2019-bg{
	background-image:url("img/2019_bg.jpg");
	background-image: -webkit-image-set(url("img/2019_bg.webp") 1x,
url("img/2019_bg.webp") 2x);background-image: image-set(url("img/2019_bg.jpg") 1x,
url("img/2019_bg.jpg") 2x,url("img/2019_bg.webp") 1x,
url("img/2019_bg.webp") 2x);
}
.bg-ibiagp{
	background-image:url("img/ibiagp.jpg");
	background-image: -webkit-image-set(url("img/ibiagp.webp") 1x,
url("img/ibiagp.webp") 2x);background-image: image-set(url("img/ibiagp.jpg") 1x,
url("img/ibiagp.jpg") 2x,url("img/ibiagp.webp") 1x,
url("img/ibiagp.webp") 2x);
}
.bg-creamimages{
	background-image:url("img/creamimages.jpg");
	background-image: -webkit-image-set(url("img/creamimages.webp") 1x,
url("img/creamimages.webp") 2x);background-image: image-set(url("img/creamimages.jpg") 1x,
url("img/creamimages.jpg") 2x,url("img/creamimages.webp") 1x,
url("img/creamimages.webp") 2x);
}
.bg-338-image{
	background-image:url("img/338_image.jpg");
	background-image: -webkit-image-set(url("img/338_image.webp") 1x,
url("img/338_image.webp") 2x);background-image: image-set(url("img/338_image.jpg") 1x,
url("img/338_image.jpg") 2x,url("img/338_image.webp") 1x,
url("img/338_image.webp") 2x);
}
.bg-338-more2{
	background-image:url("img/338_more2.jpg");
	background-image: -webkit-image-set(url("img/338_more2.webp") 1x,
url("img/338_more2.webp") 2x);background-image: image-set(url("img/338_more2.jpg") 1x,
url("img/338_more2.jpg") 2x,url("img/338_more2.webp") 1x,
url("img/338_more2.webp") 2x);
}
.bg-newbg{
	background-image:url("img/newbg.jpg");
	background-image: -webkit-image-set(url("img/newbg.webp") 1x,
url("img/newbg.webp") 2x);background-image: image-set(url("img/newbg.jpg") 1x,
url("img/newbg.jpg") 2x,url("img/newbg.webp") 1x,
url("img/newbg.webp") 2x);
}
.bg-338bg{
	background-image:url("img/338bg.jpg");
	background-image: -webkit-image-set(url("img/338bg.webp") 1x,
url("img/338bg.webp") 2x);background-image: image-set(url("img/338bg.jpg") 1x,
url("img/338bg.jpg") 2x,url("img/338bg.webp") 1x,
url("img/338bg.webp") 2x);
}



/* = 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){
	.btn-margin-bottom{
		margin-bottom:-6px;
		margin-top:589px;
		margin-left:-15px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-2021artists-style{
		width:420px;
	}
	.hero-subheader{
		font-size:30px;
	}
	
}

@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;
	}
	.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:-4px;
		width:493px;
	}
	.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;
	}
	.hero-subheader{
		font-size:22px;
	}
	.btn-button-margin-top{
		width:74.14%;
	}
	.h2-studio338-style{
		font-size:25px;
	}
	.bloc-margin-bottom{
		margin-bottom:43px;
	}
	
}

@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{
		font-size:10px;
		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-size:8px;
		font-family:"Lato";
		font-weight:300;
		text-transform:none;
	}
	.blocsapp-special-menu blocsnav li a:hover{
		color:#A43D91!important;
	}
	.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:15px;
		line-height:20px;
	}
	.btn-style{
		font-family:"Lato";
		font-weight:700;
	}
	.button{
		font-family:"Lato";
		font-weight:700;
	}
	.img-studio338-style{
		margin-top:-89px;
	}
	
}

