/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/*********** global ***********/

/** font **/

@font-face {
    font-family: 'Sweet';
    src: url('fonts/SweetSensationsPersonalUse.eot');
    src: url('fonts/SweetSensationsPersonalUse.eot?#iefix') format('embedded-opentype'),
        url('fonts/SweetSensationsPersonalUse.woff2') format('woff2'),
        url('fonts/SweetSensationsPersonalUse.woff') format('woff'),
        url('fonts/SweetSensationsPersonalUse.ttf') format('truetype'),
        url('fonts/SweetSensationsPersonalUse.svg#SweetSensationsPersonalUse') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Milan';
    src: url('fonts/Milan-Regular.eot');
    src: url('fonts/Milan-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Milan-Regular.woff2') format('woff2'),
        url('fonts/Milan-Regular.woff') format('woff'),
        url('fonts/Milan-Regular.ttf') format('truetype'),
        url('fonts/Milan-Regular.svg#Milan-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Forelle';
    src: url('fonts/Forelle.eot');
    src: url('fonts/Forelle.eot?#iefix') format('embedded-opentype'),
        url('fonts/Forelle.woff2') format('woff2'),
        url('fonts/Forelle.woff') format('woff'),
        url('fonts/Forelle.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('fonts/AkzidenzGrotesk-Black.woff2') format('woff2'),
        url('fonts/AkzidenzGrotesk-Black.woff') format('woff'),
        url('fonts/AkzidenzGrotesk-Black.svg#AkzidenzGrotesk-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('fonts/AkzidenzGrotesk-Bold.woff2') format('woff2'),
        url('fonts/AkzidenzGrotesk-Bold.woff') format('woff'),
        url('fonts/AkzidenzGrotesk-Bold.svg#AkzidenzGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AkzidenzGrotesk';
    src: url('fonts/AkzidenzGrotesk-Light.woff2') format('woff2'),
        url('fonts/AkzidenzGrotesk-Light.woff') format('woff'),
        url('fonts/AkzidenzGrotesk-Light.svg#AkzidenzGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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


/*************** global **************/

h1{
	font-family: 'Milan' !important;
	font-size: 60px;
}

h2{
	font-family: 'AkzidenzGrotesk', Montserrat;
	font-size: 25px !important;
	line-height: 35px !important;
	padding: 0 0 0 0 !important;
}

h3{
	font-family: 'AkzidenzGrotesk', Montserrat;
	font-size: 20px !important;
	line-height: 30px;
}

h4{
	font-family: 'AkzidenzGrotesk', Montserrat;
	font-size: 40px !important;
	line-height: 55px !important;
	font-weight: 600 !important;
}

h5{
	font-family: 'Forelle' !important;
	font-size: 50px !important;
	line-height:50px !important;
	padding: 0 0 0 0;
}

h2 span{
	font-size: 16px;
}

p{
	font-family: 'AkzidenzGrotesk', Montserrat;
	font-size: 16px;
}

p span{
	font-family: 'AkzidenzGrotesk', Open Sans;
	font-size: 16px;
	padding: 20px 0;
}

a{
	transition: all 200ms ease-in;
}

a:hover{
	transition: all 200ms ease-in;
}



/** .preloader {
   display: block;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #2A2768;
   z-index: 100000;
   height: 100%;
   width: 100%;
   overflow: hidden !important;
}
.preloader .status {
   display: block;
   width: 35px;
   height: 35px;
   position: absolute;
   left: 50%;
   top: 50%;
   background-image: url(/wp-content/uploads/833.gif);
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   background-size: cover;
   margin: auto;
} **/


@media(max-width: 500px){
	h1{
	font-size: 50px;
	line-height: 45px !important;
}
}

/* logo */

@media(max-width: 980px){
	img.mob-standard-logo {
  width: 70px;
  height: 70px;
}
}

/** pagination **/
.blog-archive-wrap .et_pb_ajax_pagination_container>div{
  margin: 30px 0 0 0;
  width: 100%;
}

div.wp-pagenavi {
  border: none;
}

div.wp-pagenavi span.current {
  background-color: #2C2C2C;
  color: #fff !important;
  padding: 20px;
}

a.page.larger,
a.page.smaller {
  background-color: #ccc;
  color: #000;
  padding: 20px;
}

a.page.larger:hover,
a.page.smaller:hover {
  border: 1px solid #000 !important;
  color: #000 !important;
}


div.wp-pagenavi a.nextpostslink,
div.wp-pagenavi a.previouspostslink {
  background-color: #ccc;
  color: #000 !Important;
  padding: 20px;
}

div.wp-pagenavi a.nextpostslink:hover,
div.wp-pagenavi a.previouspostslink:hover{
  border: 1px solid #000 !important;
  color: #000 !important;
}


/************ navigation ****************/

.et_menu_container{
	max-width: 1200px !important;
	margin: auto auto;
}

#logo{
	margin: 20px 0 0 0;
}

nav a{
	font-family: Open Sans;
	text-transform: uppercase;
	font-size: 20px !important;
	font-weight: 800;
}

@media(max-width: 1050px){
	nav a{
	font-size: 17px !important;
}
}


.current-menu-item a{
	color: #FCDF9A !important;
	padding: 15px 20px !important;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor a{
	color: #ffffff !important;
	padding: 15px auto !important;
}


li.view-shows a{
	background-color: #FCDF9B !important;
	color: #1B1A61 !important;
	font-size: 17px !important;
	border-radius: 5px;
	padding: 5px 0 !important;
	height: 40px;
	width: 130px;
	line-height: 30px;
	text-align: center;
}



/************ home page ***************/

/** nav **/

.home nav,
.home a.et-cart-info span,
.home header.et-fixed-header{
	display: none;
}

.home #logo{
	min-height: 150px;
	margin-top: 15px;
}

/** mobile header **/

.home span.mobile_menu_bar.mobile_menu_bar_toggle{
	display: none;
}


/** hero **/

@media(min-width: 1800px){
  .hero-wrap{
    height: 1000px;
  }
	
	.hero-wrap div.et_pb_column.et_pb_column_4_4.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough.et-last-child{
	padding: 150px 0 0 0;
	}
  }


.hero-pop-vid button{
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
	background-color: transparent !important;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: -50px auto 0 auto;
  cursor: pointer;
}
xfshow
.hero-pop-vid button::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent white;
  transition: all 200ms ease-in;
}

.hero-pop-vid button:hover{
  width: 47px;
  height: 47px;
  transition: all 100ms ease-in;
}

.hero-pop-vid button:hover::after{
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent white;
  transition: all 100ms ease-in;
}

@media(max-width: 980px){
	.hero-pop-vid button{
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
	background-color: transparent !important;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 0px auto 0 auto;
  cursor: pointer;
}
}

/** video popout **/

.featherlight-close{
	 position: absolute;
  right: 32px;
  top: 32px;
  width: 25px;
  height: 25px;
  opacity: 1;
  border: 0px solid #fff !important;
}

.featherlight-close:hover {
  opacity: .7;
  background-color: rgba(0,0,0,0.0) !important;
}

.featherlight-close:before, .featherlight-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 4px;
  background-color: #fff !important;
}
.featherlight-close:before {
  transform: rotate(45deg);
}
.featherlight-close:after {
  transform: rotate(-45deg);
}

video{
	width: 100%;
	height: 500px;
}

.hero-content{
	min-height: 900px;
}


.tour-achor-btn{
	position:absolute !important;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -100px !important;
}

/** newsletter **/

div.mc4wp-form-fields{
	display: flex;
	align-items: center;
	width: 350px;
	margin: auto auto;
	border-radius: 5px;
	-webkit-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
}

.mc-text-field{
	width: 300px;
	height: 55px;
	border-radius: 5px 0 0 5px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	color: #2c4d6d;
	padding: 0 0 0 15px !important;
	border: 1px solid #d4d3d2 !important;
}

.mc4wp-form-fields input::placeholder{
	color: #2c4d6d;
}

.mc-join-field{
	height: 55px;
	width: 100px;
	border: 1px solid #d4d3d2;
	border-radius: 0 5px 5px 0;
	background-color: #2a2768;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FCDF9A;
	font-size: 20px;
	font-weight: 700;
}

.mc-join-field:hover{
	cursor: pointer;
	background-color: #FCDF9A;
	color: #2a2768;
	border: 1px solid #FCDF9A;
}

@media(max-width: 500px){
	
	.newsletter-cta h5{
		width: 90%;
		margin: auto auto;
}


div.mc4wp-form-fields{
	flex-direction: column;
	width: 90%;
	-webkit-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.0);
-moz-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.0);
box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.0);
}

.mc-text-field{
	width: 90%;
	border-radius: 5px 5px 5px 5px;
	
	-webkit-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
}

.mc4wp-form-fields input::placeholder{
	color: #2c4d6d;
}

.mc-join-field{
	width: 90%;
	border-radius: 5px 5px 5px 5px;
	margin: 5px auto;
	-webkit-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
}
}



.newsletter-cta{
	margin: 30px 0 70px 0;
}

.newsletter-cta .mailchimp-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

.newsletter-cta .mailchimp-lt{
	color: #1B1B1B;
	font-size: 50px;
	font-family: Forelle;
	padding: 0 20px 0 0;
	 margin-bottom: 5px;
	width: 30%;
	min-width: 240px;
}

.mailchimp-rt{
	margin-top: -30px;
}

.newsletter-cta .mailchimp-rt{
	width: 70%;
	padding: 0;
}

.newsletter-cta .mailchimp-rt input.mc-text-field{
	background-color: #d4d3d2;
}

.newsletter-cta .mailchimp-wrap{
  max-width: 750px;
}

.newsletter-cta .mailchimp-wrap .wpcf7-form{
  display: flex;
}

.newsletter-cta .mailchimp-wrap form.wpcf7-form.init {
  margin: 10px 0 0 0;
}


.newsletter-cta .mailchimp-wrap input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  FONT-WEIGHT: 700;
 border-radius: 5px 0 0 5px;
 border: 1px solid #d4d3d2;
 background-color: #fff;
 color: #2C4D6D;
 text-transform: uppercase;
 -webkit-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
}

.newsletter-cta .mailchimp-wrap .su-email {
  width: calc(100% - 100px);
}

.newsletter-cta .mailchimp-wrap input.wpcf7-form-control.wpcf7-submit{
  width: 100%;
  height: 50px;
  border: 0px;
  color: #FCDF9A;
  background-color: #2A2768;
  font-size: 17px;
  font-weight: 700;
  border-radius: 0 5px 5px 0;
  border: 1px solid #d4d3d2;
  cursor: pointer;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
}

.newsletter-cta .mailchimp-wrap input.wpcf7-form-control.wpcf7-submit:hover{
  background-color: #FCDF9A;
  color: #2A2768;
}
.newsletter-cta .mailchimp-wrap .join {
  width: 100px;
  height: 60px;
}

.newsletter-cta .wpcf7-response-output {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  top: 35px;
  background-color: #2E2C64;
  border: 0px solid #2E2C64 !important;
  color: #fff;
  padding: 10px;
}

.newsletter-cta span.wpcf7-not-valid-tip {
  position: absolute;
   font-weight: 600;
   font-size: 12px;
  top: -50px;
  padding: 2px 5px;
  border: 2px solid red;
  background: #fff;
}

@media(max-width: 915px){
	
	.newsletter-cta .mailchimp-wrap{
	flex-direction: column;
	}
	
	.newsletter-cta .mailchimp-lt{
	width: 100%;
	text-align: center;
	margin-top: 25px;
	}
	.newsletter-cta .mailchimp-rt{
	width: 100%;
	}
}



/** live shows **/

#mec_search_form_13713_reset{
  top: 49px !important;
 height: 37px !important;
 background-color: #EBEBEB !important;
}

#mec_search_form_13713_reset:hover{
	background-color: #000 !important;
}


.mec-wrap.mec-skin-map-container,
.mec-googlemap-skin{
	max-height: 400px;
}


.show-col{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 20px 0;
border-bottom: 2px solid #7f7e9b;
color: #fff;
font-size: 20px;
font-weight: 600;
}

div.show-date{
	font-family: 'Milan' !important;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	max-width: 150px;
	text-align: center;
	margin: 0 15px 0 0;
}

.show-month{
	font-size: 25px;
	letter-spacing: -1px;
	}
	
.show-day{
	font-size: 40px;
	letter-spacing: -2px;
	padding: 7px 0 0 0;
	text-align: center;
	}

.show-year{
	font-family: 'Open Sans' !important;
	font-size: 17px;
	}


.show-venue{
	font-weight: 700;
}

div.show-col a{
	width: 130px;
	text-align: center;
	font-size: 20px;
	float: right;
	color: #EED296;
	border: 2px solid #EED296;
	padding: 10px;
	border-radius: 5px;
}

div.show-col a:hover{
	color: #2A2768;
	background-color: #EED296;
	border: 2px solid #EED296;
}

.home article.mec-event-article.mec-clear.mec-divider-toggle a,
.home .mec-event-loc-place
{
  color: #fff !important;
}

.home article.mec-event-article.mec-clear.mec-divider-toggle a:hover
{
  color: #F2DDA0 !important;
}

.home article.mec-event-article.mec-clear.mec-divider-toggle .mec-btn-wrapper a:hover{
  color: #2A2767 !important;
}
	
.home .nearest-shows.home-nearest-shows {
  background-color: #1e1c4a;
}

.home .event-f {
  color: #fff;
}

a.mec-booking-button {
  text-align: center !important;
}

 margin: -120px 0 0 0;
}

@media(max-width: 767px){
div.et_pb_with_border.et_pb_row.et_pb_row_3.live-shows-inner{
  margin: -120px 0 0 0;
}
}

@media(max-width: 600px){
	
.nearest-shows div{
  width: 100%;
}

.shows-sec{
	margin: -45px 0 0 0;
	}
	
.show-col{
	justify-content: center;
	flex-direction: column;
}

div.show-date{
	flex-direction: column;
	max-width: 150px;
	margin: 0 15px 0 0;
}

.show-title{
	text-align: center;
	padding: 10px 0 15px 0;
}

.show-venue{
	text-align: center;
	padding:  0 0 15px 0;
}
	
}



/** covid popup statement **/

.home .popmake-14820:hover{
	background-color: #E5D284;
	color: #1E1C4A !important;
}

@media(max-width: 1100px){
.home .popmake-14820.pum-trigger {
  font-size: 14px !important;
  width: 150px !important;
	right: -50px !important;
}
}

@media(max-width: 767px){
.home .popmake-14820.pum-trigger {
  position: relative !important;
	margin: 10px auto !important;
	float: none !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	font-size: 14px;
	width: 150px !important;
}
}

/** tix page **/

.page-id-13745 .popmake-14820:hover{
	background-color: #E5D284;
	border: 1px solid #E5D284;
	color: #1E1C4A !important;
}

@media(max-width: 767px){
.page-id-13745 .popmake-14820{
	 position: relative !important;
	margin: -100px auto 100px auto !important;
	float: none !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	font-size: 14px !important;
	width: 150px !important;
}
}



/** live shows new **/


.mec-color{
	color: #2A2768 !important;
}

.home .mec-month-divider{
	display: none !important;
}
.home .event-f,
.home .event-d,
.home .event-da,
.home h4.mec-event-title a{
	color: #fff !important;
}

.home .mec-color-hover{
	color: #FCDF9A !important;
}

span.event-color{
	display: none;
}

.home .mec-booking-button{
	color: #EED296 !important;
	border: 2px solid #EED296 !important;
	background-color: rgba(0,0,0,0) !important;
}

.home .mec-booking-button:hover{
	color: #2A2768 !important;
	background-color: #EED296 !important;
	border: 2px solid #EED296 !important;
}

.home article.mec-event-article.mec-clear.mec-divider-toggle{
	border-bottom: 2px solid #7f7e9b !important;
	margin: 25px auto !important;
}


.home-shows{
  background-color: rgba(29, 29, 64,.5);
  border-radius: 25px;
  border: 1px solid rgba(255,255,255,.3);
  margin: 0 auto 30px auto;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.20);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.20);
}

.home-shows .et-last-child {
  padding: 20px 40px;
}

div.nearest-shows.home-nearest-shows {
  background-color: #1a194a;
  border: 1px solid rgba(229, 210, 132,1);
  padding: 20px;
}

div.mec-event-list-modern {
  padding: 0 20px;
}

@media(max-width: 767px){
.home-shows .mec-event-loc-place {
  margin: 0 0 30px 0
}
}

/** blog sec **/


.home .et_pb_salvattore_content{
  display: flex;
  width: 98%;
  margin: auto auto;
}

.home .et_pb_salvattore_content article{
  padding: 0 5px;
}


.feed-wrap{
	position: relative;
	overflow:hidden;
	
}

.performer1{
	position: absolute;
	top: -100px;
	left: 0px;
	width: 400px;
}

.performer2{
	position: absolute;
	top: -100px;
	right: 0px;
	width: 550px;
}

.performer3{
	position: absolute;
	bottom: -200px;
	left: 0px;
	width: 550px;
}

.performer4{
	position: absolute;
	bottom: 70px;
	right: 0px;
	width: 550px;
}

article{
	background-color: transparent !important;
	border: 0px solid #fff !important;
}

article h2.entry-title{
	font-size: 20px !important;
	line-height: 25px !important;
	color: #000;
	font-weight: 700;
	margin: -15px 0 0 0;
}

div.et_pb_salvattore_content{
	width: 100%;
}

.home .page-template-default article.et_pb_post{
	margin: 10px;
}

.home .page-template-default article.et_pb_post img{
	border: 7px solid #fff;
	width: 322px;
	object-fit: cover;
	object-position: top center;
}

.home .et_pb_ajax_pagination_container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/** vid sec **/

 .video-sec ul{
	display: flex;
	position: relative;
	justify-content: space-between;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

 .video-single{
	 position: relative;
	width: 31%;
  max-width: 550px;
  margin: 20px 0;
  height: 320px;
	border: 7px solid #fff;
	overflow: hidden;
	box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-moz-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-webkit-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-ms-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-o-box-shadow: 6px 6px 18px rgba(0,0,0,0.3); 
}


 .video-single:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 320px;
}

 .video-single a img{
	width: 100%;
  max-width: 550px;
  height: 320px;
	object-fit: cover !important;
}



.video-single button{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
	background-color: transparent !important;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: auto;
  cursor: pointer;
}

.video-single button:hover{
	opacity: 0.7;
}

.video-single button::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent white;
}

/** store items **/

.home .store-sec{
  width: 99%;
  margin: 0px auto 20px auto;
}



.home .store-single-wrap{
  width: 31%;
  max-width: 550px;
  margin: auto auto;
}


.home .store-sec ul{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	left: auto;
}

.home .store-single{
  background-color: #fff;
  height: 320px;
  margin: 20px 0;
}

.home .store-single img {
  height: 320px;
  width: 100%;
  object-fit: contain;
}

.store-sec h2{
	font-size: 17px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	padding: 0 0 0 0!important;
	margin: -5px 10px 15px 10px;
  color: #000 !important;
}

@media(max-width: 767px){
	.video-sec ul{
	flex-direction: column;
	justify-content: center;
	height: auto;
}

div.video-single{
	width: 90%;
	height: 320px;
	margin: 20px auto;
}


.home .et_pb_salvattore_content{
  flex-direction: column;
  width: 90%;
  justify-content: center;
}

.home-posts{
  flex-direction: column;
  width: 90%;
  justify-content: center;
}

.home .store-sec ul{
	flex-direction: column;
}

.home .store-single-wrap{
  width: 90%;
  margin: 15px auto;
}


}

/** song request **/

.home .wpcf7-response-output {
   text-align: center;
  font-weight: 700;
  color: #FCDF9A;
  max-width: 400px;
  border: 2px solid #FCDF9A !important;
  padding: 10px;
  margin: 30px auto 0 auto !important;
}

.song-request ._form-thank-you {
  color: #fff;
}

.home input{
  width: 100% !important;
}



/**************** video archive page ******************/

.store-sec ul{
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 110%;
	left: -5%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.store-single-wrap{
	margin: 10px auto;
	width: 322px;
	height: 350px;
}

.store-single{
	width: 100%;
	height: 270px;
	border: 7px solid #fff;
	overflow: hidden;
	margin: 0 0 0 0;
	box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-moz-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-webkit-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-ms-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-o-box-shadow: 6px 6px 18px rgba(0,0,0,0.3); 
}

.store-single img{
	object-size: cover;
	object-postion: center;
}

.store-single-wrap h3{
	margin: 10px 10px 0 10px;
	font-size: 17px;
}




@media(max-width: 975px){
	.store-single-wrap{
	height: 350px;
}
}


/** song request **/

.song-request-form{
	display: flex;
	align-items: center;
	justify-content: center;
}

.song-email input{
	width: 220px;
	height: 55px;
	border-radius: 5px 0 0 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #2c4d6d;
	padding: 0 0 0 15px !important;
	border: 1px solid #2c4d6d !important;
}

.song-title input{
	width: 220px;
	height: 55px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #2c4d6d;
	padding: 0 0 0 15px !important;
	border: 1px solid #2c4d6d !important;

}

.song-submit input{
	height: 55px;
	width: 130px;
	border: 1px solid #2c4d6d;
	border-radius: 0 5px 5px 0;
	background-color: #2a2768;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FCDF9A;
	font-size: 20px;
	font-weight: 700;
}

.song-submit input:hover{
	border: 1px solid #FCDF9A;
	background-color: #FCDF9A;
	color: #2a2768;
	transition: all 200ms ease-in;
}

.song-submit input:hover{
	cursor: pointer;
}

.song-request-bg{
	position: absolute;
	top: 0px;
	z-index: 1;
}

.song-request-bg img{
	display: block;
	width: 100% !important;
}

div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	width: 90%;
	max-width: 500px;
	margin: 20px auto 0 auto;
	padding: 15px;
	border-radius: 4px;
	text-align: center;
	border: 0px solid #fff;
	background-color: #FCDF9A;
	color: #2A2768;
}

@media(max-width: 600px){
	
	.newsletter-cta h5{
		width: 90%;
		margin: auto auto;
}


.song-request-form{
	flex-direction: column;
}

.song-email input,
.song-title input{
	width: 90%;
	max-width: 300px;
	border-radius: 5px 5px 5px 5px;
	margin: 2px auto 2px auto;
}

input.wpcf7-form-control.wpcf7-text{
	width: 100%;
}


.song-submit input{
	display: block;
	width: 90%;
	min-width: 300px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px auto;
}
}
/** about **/

.about-wrap{
	position: relative;
}

/**************** performer page *******************/

.performers-hero{
	position: relative;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: top center;
	z-index: 1;
}

.performers-hero:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: rgb(19,21,25);
background: linear-gradient(335deg, rgba(19,21,25,0.7511379551820728) 0%, rgba(29,26,81,0.8575805322128851) 100%);
	width: 100%;
	z-index: 5;
}

.performers-title{
	position: absolute;
	z-index: 10;
	color: #fff;
	margin: auto;
	top: 130px;
	left: 0;
	right: 0;
	width: 90%;
	font-size: 100px !important;
	text-align: center;
}

.page-id-13117 h2{
	font-family: milan;
	color: #363463;
	font-size: 35px !important;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0 !important;
	margin: 30px 0;
	text-transform: uppercase;
	text-align: center;
}

.performers-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 100px 0;
}

.performers-inner{
	padding: 10px;
	display: flex;
	flex-direction: row;
}

.performer-info{
	display: flex;
	flex-direction: column;
}

.performer-creds{
	display: flex;
	flex-direction: row;
	margin: 0 0 10px 0;
}


.performer-name{
	color: #363463;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 5px 0 5px;
}

.performer-title{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
}

.performer-creds-rt{
	display: flex;
	width: 50%;
}

.performer-playlist{
	display: flex;
	align-items: center;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 0 0 10px 0;
	color: #FCDF9A;
	font-weight: 600;
	font-size: 12px;
}

.performer-playlist i{
	margin: 0 0 0 7px;
}

.performer-playlist:hover{
	background-color: #000;
	color: #fff;
}


.performer-description{
	background-size: cover;
	background-position: center;
	width: 300px;
	height: 250px;
	overflow-y:scroll;
	transition: all 200ms ease-in-out;
	box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-moz-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-webkit-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-ms-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-o-box-shadow: 6px 6px 18px rgba(0,0,0,0.3); 
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.description-copy{
	opacity: 0;
	padding: 20px;
	background-color: rgba(0,0,0,0.0);
	color: #fff;
	transition: all 300ms ease-in-out;
}

.performer-description:hover{
  transition: all 200ms ease-in-out;
}

.performer-description:hover .description-copy{
	opacity: 100%;
	font-size: 14px;
	background-color: rgba(0,0,0,0.7);
	transition: all 300ms ease-in-out;
	cursor:ns-resize;
}

.performer-description::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.performer-description::-webkit-scrollbar-track {
  background: #fff;
}

.performer-description::-webkit-scrollbar-thumb{
    background: #2A2768; 
	border-radius: 10px;
	border-left: 1px solid #fff;
}



/**************** video archive page ******************/



.page-id-12789 .single-back{
	max-width: 1700px;
	margin: auto auto;
	padding: 20px 0 0 0;
	cursor: pointer;
}

.page-id-12789 .video-archive-sec ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page-id-12789 .video-single-wrap{
	max-width: 550px;
width: 30%;
margin: 15px;
}

.page-id-12789 .video-single{
	width: 100%;
	height: 320px;
	margin: 0 auto;
}


.page-id-12789 .video-single:before{
  height: 320px;
  width: 100%;
}
.page-id-12789 .video-single img{
  height: 320px;
  width: 100%;
  object-fit: contain;
}

.page-id-12789 .video-single-wrap p {
  font-weight: 400;
  padding: 0 10px;
  line-height: 30px;
}

.page-id-12789 .video-single-wrap h3 {
  padding:  0 0 0 0;
  margin: 10px 10px 0 10px;
	font-size: 17px;
	font-weight: 700;
}

.performer-wrap{
  margin: 10px 10px 15px 10px;
  line-height: 25px;
  color: #5e5d5d;
  font-size: 13px;
  border-bottom: 1px solid #E9E7E8;
  padding: 0px 5px 10px 5px;
  margin: 5px 5px 20px 5px;
}

.performer-wrap a {
  padding: 0 2px;
  font-size: 13px;
   line-height: 25px;
  color: #5e5d5d;
}

.performer-wrap a:hover {
  color: #000;
  text-decoration: underline;
}

.performer-wrap span:after{
  content: "\00a0|\00a0";
  font-weight: 900;
}

.performer-wrap span:last-child:after{
  content: "";
}


@media(max-width: 1000px){

.page-id-12789 .video-single-wrap{
width: 42%;
}

}

@media(max-width: 800px){
	
.page-id-12789 .video-archive-sec ul{
	flex-direction: column;
}

.page-id-12789 .video-single-wrap{
width: 100%;
margin: 10px auto 15px auto;
}

}

/**************** blog archive page ******************/


.page-id-12747 .page-template-default article.et_pb_post img{
	border: 7px solid #fff;
	height: 220px;
	min-height: 277px;
	object-fit: cover;
	object-position: top center;
}

@media(min-width: 1000px){
.page-id-12747 article a img {
  height: 330px !important;
	object-fit: cover !important;
}
}

.page-id-12747 .et_pb_ajax_pagination_container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.page-id-12747 .et_pb_ajax_pagination_container article{
	width: calc(100% / 3);
	padding: 10px;
	margin: 0 auto;
}

.page-id-12747 .et_pb_ajax_pagination_container article img{
	border: 7px solid #fff;
}

.page-id-12747 .et_pb_ajax_pagination_container article h2{
	font-size: 16px !important;
	margin: -15px 10px 0 10px;
	pading: 0;
}

a.more-link {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
  color: #4f4e4e;
  margin: 10px 10px 0 10px;
}

@media(max-width: 800px){

.page-id-12747 .et_pb_ajax_pagination_container article{
	width: calc(100% / 2);
	padding: 10px;
}
}


@media(max-width: 600px){

.page-id-12747 .et_pb_ajax_pagination_container article{
	width: calc(100%);
	padding: 10px;
}
}



/***************** blog single page *******************/


.blog-content-wrap .et_pb_section.et_pb_section_0.et_section_regular.et_pb_section_first {
  background-color: rgba(0,0,0,0.0);
  padding: 0 0 0 0;
}

.single-post-hero{
	position: relative;
	width: 100%;
	padding: 170px 0 70px 0;
	background-size: cover;
	background-position: center;
	background-image: url(/wp-content/uploads/blog-hero-bg2.jpg);
}


.post-hero-title{
	position: relative;
	margin: auto;
	max-width: 800px;
	width: 95%;
	text-align: center;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: .5px;
padding: 10px 10px;
color: #FCDF9B;
}

.post-hero-title:before {
    content:'';
    position:absolute;
    max-width:550px;
	width: 90%;
    height:2px;
    background:linear-gradient(to left, rgba(42, 39, 104, 0), rgba(252, 223, 155, .7), rgba(42, 39, 104, 0));
    top:-5px;
    left:0;
	right: 0;
	margin: auto auto;
}

.post-hero-title:after {
    content:'';
    position:absolute;
    max-width:550px;
	width: 90%;
    height:2px;
    background:linear-gradient(to left, rgba(42, 39, 104, 0), rgba(252, 223, 155, .7), rgba(42, 39, 104, 0));
    bottom:0px;
    left:0;
	right: 0;
	margin: auto auto;
}

 .single-post span.comments-number{
	display: none;
}


.single-post .meta_wrapper{
	position: absolute;
	z-index: 10;
	color: #fff;
	margin: auto;
	bottom: 50px;
	left: 0;
	right: 0;
	max-width: 900px;
	width: 90%;
	text-align: center;
}

.single-post span.author.vcard a,
.single-post p.post-meta a,
.single-post span.comments-number a{
	color: #fff;
}

.single .single-post article{
margin: 0 0 0 0 !important;
}

.single-post #main-content{
	background: rgba(245,245,245,1);
background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(237,237,237,1) 100%);
background: linear-gradient(to right, rgba(245,245,245,1) 0%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ededed', GradientType=1 );
}

.single-back{
	width: 90%;
	max-width: 900px;
	margin: auto auto;
	padding: 30px 0 0 0;
	cursor: pointer;
}


.single-post .entry-content{
	text-align: center;
	width: 90%;
	max-width: 900px;
	margin: auto auto;
}



.single-post #left-area{
width: 100% !important;
}

.single-post #main-content .container{
max-width: 100%;
width: 100%;
}



.single-post #main-content .container::before{
display: none !important;
}

.single-post .content-area {
    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
 
.single-post .content-area .site {
margin:0px;
}

.single-post-nav{
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 500px;
	margin: auto auto;
	padding: 50px 0 50px 0;
}


.single-post-nav a{
	width: 160px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #666;
	padding: 10px;
	border-radius: 5px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #666;
}

.single-post-nav a:hover{
	border: 2px solid #fff;
	color: #fff;
	background-color: #000;
}

.single-post-nav i{
	font-size: 17px;
	color: #666;
	padding: 5px;
}

.single-post-nav a:hover i{
	color: #fff;
}

.single-post #main-content .container{
	padding: 0 0 0 0 !important;
}

.single-post #sidebar{
	display: none;
}

.single-post p,
.single-post .elementor-clearfix{
	font-size: 20px !important;
	line-height: 35px;
	color: #000 !important;
	margin: 0 0 25px 0;
	font-weight: 500 !important;
}

.single-post h2 a,
.single-post h2{
	color: #2A2768 !important;
}

/** acf content **/

.blog-content-inner{
	max-width: 900px;
	margin: auto auto;
	width: 90%;
}

.blog-info p{
	font-family: Open Sans;
	color: #171544;
	font-weight: 500;
	margin: 40px auto;
	width: 90%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

.blog-vid{
	margin: 30px 10px 20px 10px;
}

.blog-vid iframe{
border: 7px solid #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
-ms-box-shadow: 0 0 20px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 20px rgba(0,0,0,0.3); 
}

.blog-starring{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto auto;
}


.blog-download h2{
	font-size: 20px;
	text-align: center;
}


.blog-starring-title h1{
	font-size: 35px;
	color: #2A2768;
	text-align: center;
	margin: 50px 0 0 0;
}

.blog-starring span{
	padding: 5px;
	position: relative;
	transition: all 200ms ease-in-out;
}

.blog-starring span img{
	width: 170px;
	height: 160px;
	object-fit: cover;
	object-positiion: center;
	border: 7px solid #fff;
	transform: scale(1);
	transition: all 200ms ease-in-out;
	filter:grayscale(0%);
}

.blog-starring span img:hover{
box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-moz-box-shadow: 6px 6px 18pxx rgba(0,0,0,0.3);
-webkit-box-shadow: 6px 6px 18pxx rgba(0,0,0,0.3);
-ms-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-o-box-shadow: 6px 6px 18px rgba(0,0,0,0.3); 
transform: scale(1.03);
transition: all 200ms ease-in-out;
filter:grayscale(100%);
}

.starring-hover{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	margin: 5px;
	width: 170px;
	height: 160px;
	border: 7px solid #fff;
	transform: scale(1.03);
	box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-moz-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-webkit-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-ms-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-o-box-shadow: 6px 6px 18px rgba(0,0,0,0.3); 
	background-color: rgba(255,255,255,0.8);
	transition: all 200ms ease-in-out;
}

.starring-name{
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.starring-title{
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
}

.starring-hover i{
color: #27245D;
font-size: 25px;
margin: 5px;
}

.blog-starring span:hover .starring-hover{
	opacity: 1;
	transition: all 200ms ease-in-out;
}

.blog-starring a:hover img{
	box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-moz-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-webkit-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-ms-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-o-box-shadow: 6px 6px 18px rgba(0,0,0,0.3); 
transform: scale(1.03);
transition: all 200ms ease-in-out;
filter:grayscale(100%);
	}

/** products **/

.shop-products-wrap{
	text-align: center;
	background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(41,37,100,1) 0%, rgba(33,36,52,1) 100%);
}


.shop-products-inner > h5{
	color: #FCDF9A;
	padding: 50px 0 0 0;
}

.shop-products-wrap h1{
	color: #fff;
}

.shop-products-inner{
		background-image: url(/wp-content/uploads/blur-dots.png);
}

.shop-products{
	display: flex;
	justify-content: center;
	margin: 0;
}

.blog-product{
	max-width: 350px;
	padding: 0 0 30px 0;
	margin: 20px;
}

.blog-product a{
	cursor: pointer;
}

.blog-product img{
	max-height: 240px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border: 7px solid #fff;
	box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-moz-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-webkit-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-ms-box-shadow: 6px 6px 18px rgba(0,0,0,0.3);
-o-box-shadow: 6px 6px 18px rgba(0,0,0,0.3); 
}

.blog-product h3{
	color: #fff;
}


/** newsletter **/

.single-newsletter-inner{
	display: flex;
	justify-content: center;
	align-iteems: center;
	width: 100%;
	max-width: 900px;
	margin: auto auto;
	padding: 50px 20px;
	border-top: 2px solid rgba(255,255,255,0.3);
}

.single-newsletter-lt,
.single-newsletter-rt{
	padding: 15px;
}

.single-newsletter-lt h5{
	color: #FCDF9A;
	margin-top: 10px;
	text-align: center;
}

.single-post .mailchimp-wrap{
	display: none;
}

@media(max-width: 980px){

.single-post-hero{
	padding: 70px 0 50px 0;
}

	.single-post .post-hero-title{
	margin: auto;
	font-size: 24px;
	line-height: 35px !important;
}
}

@media(max-width: 800px){
	.single-newsletter-inner{
	justify-content: center;
	flex-direction: column;
}
}

@media(max-width: 750px){


.shop-products{
	flex-direction: column;
	display: flex;
	justify-content: center;
	margin: 0 auto 30px auto;
	width: 100%;
	max-width: 350px;
}

}

/************** faq page *****************/

h5.et_pb_toggle_title{
	font-family: Milan !important;
	font-size: 22px !important;
	line-height: 27px !important;
}

/************* events ticket page **************/

#et-main-area{
	background-color: #2A2768;
}
	
.sub-hero-wrap{
	position: relative;
	height: 380px;
	width: 100%;
	background-image: url(/wp-content/uploads/blog-hero.jpg);
	background-size: cover;
	background-position: center;
}

.sub-hero-inner{
	position: absolute;
	width: 100%;
	height: 380px;
	top: 0px;
	left: 0px;
	right: 0px;
	background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,0.7497373949579832) 0%, rgba(20,17,78,0.7497373949579832) 35%, rgba(20,17,78,0.7525385154061625) 100%);
}

.mec-event-list-modern article{
  border-bottom: 1px solid #eee !important;
}

section.mec-container h1{
	display: none;
}

.events-archive-title{
	text-align: center;
	padding: 50px 0 0 0;
}


/** search **/

form.mec-search-form.mec-totalcal-box{
	border: 7px solid #fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.21);
-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.21);
box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.21);
}


input.mec-search-bar-input{
	background-color: #2A2768 !important;
}

/** buy tickets btn **/

a.mec-booking-button{
	background-color: #2A2768 !important;
	color: #FCDF9B !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	letter-spacing: 0px !important;
	border-radius: 10px !important;
	border: 0px solid #fff !important;
}

a.mec-booking-button:hover{
	background-color: #000 !important;
	color: #fff !important;
}


.mec-container{
	margin: 25px auto 75px auto;
	padding: 50px;
	border-radius: 20px;
}

.mec-event-article{
	min-height: 130px !Important;
}


.event-da{
	color: #000 !important;
	font-weight: 200 !Important;
}

.event-d{
	font-size: 40px !important;
}

a.mec-color-hover{
	font-size: 22px;
	line-height: 30px;
}

h4.mec-event-title{
	padding: 0 0 0 0;
	margin: 0 0 0 0 !important;
	line-height: 0px !important;
}

div.mec-event-loc-place{
	color: #666;
}

ul.mec-event-sharing{
	display: none;
}

.live-shows-wrap{
	position: relative;
	z-index: 2;
}

.live-shows-inner{
	position: relative;
	z-index: 2;
}


.live-show-img-lt{
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .5;
}

.live-show-img-rt{
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .7;
}

@media(max-width: 767px){
div.mec-event-loc-place{
	margin-bottom: 30px;
}
}

@media(max-width: 576px){
	a.mec-booking-button {
  margin: 15px auto 15px auto
}
.date,
.show-title h4,
.show-title h3,
.show-title div{
	text-align: center !important;
	margin: auto auto !important;
}

}

/************* contact page **************/



.contact-form-wrap{
	width: 95%;
	max-width: 510px;
	margin: auto auto;
}


.contact-row{
	display: flex;
	justify-content: center;
}

.contact-row input{
	width: 99.5% !important;
	justify-content: space-evenly;
}

.contact-form-wrap input,
.contact-form-wrap select{
	font-size: 15px;
	height: 50px;
	width: 100%;
	margin: 5px;
	border: 0px solid #fff;
	border-radius: 5px;
}


.contact-form-wrap input{
	padding: 0 15px 0;
}

.contact-form-wrap select{
	padding: 0 10px 0;
}

.contact-form-wrap textarea{
	font-size: 15px;
	display: block;
	margin: 5px;
	padding: 10px 10px 0;
	width: 100%;
	border: 0px solid #fff;
	border-radius: 5px;
}

.contact-form-wrap span.wpcf7-list-item-label{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	padding: 0 0 0 0;
}

span.wpcf7-list-item.first.last{
	display: flex !important;
	align-items: center;
	width: 95%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}


span.wpcf7-list-item.first.last input{
	height: 30px;
	width: auto;
}

span.wpcf7-form-control-wrap.your-name {
  margin-right: 10px;
}

span.wpcf7-list-item{
	padding: 0 0 10px 0;
}

span.wpcf7-list-item label{
	display: flex;
	justify-content: center;
	align-items: center;
}


span.wpcf7-list-item input{
	width: 30px;
	padding: 0 10px 0 0;
}

span.wpcf7-list-item .wpcf7-list-item-label{
	width: calc(100% - 40px);
	padding: 0 0 0 10px;
}

.contact-form-wrap input.wpcf7-form-control.wpcf7-submit{
	background-color: #1B1A61;
	color: #FCDF9B;
	border-radius: 5px;
	padding: 10px 15px;
	font-family: Open Sans;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	border: 0px solid #fff;
	cursor: pointer;
}

.contact-form-wrap input.wpcf7-form-control.wpcf7-submit:hover{
	color: #D4D3D2;
}

div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	width: 95%;
	max-width: 500px;
	margin: 15px auto 15px auto;
	text-align: center;
	padding: 15px;
	background-color: #2A2768;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	border-radius: 5px;
	border: 0px solid #fff;
}

/** checkbox **/
/** input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    width: 30px;
}
input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    background: #1B1A61;
    border: 1px solid #1B1A61;
    border-radius: 2px;
}

 input[type="checkbox"]:checked:before {
    background: #1B1A61;
    border-color: #1B1A61;
}
 input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 24px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.contact-form .wpcf7-response-output{
	border: 2px solid #1B1A61 !important;
	padding: 5px;
	text-align: center;
	font-weight: 600;
} **/

/*************** footer ******************/


#main-footer{
	position: relative;
	z-index: 100;
}

#main-footer img{
	max-width: 150px !important;
}

footer .current_page_item a{
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}

footer li:before{
  display: none;
}



#main-footer .mailchimp-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #3E3E3E;
}

#main-footer .mailchimp-lt{
	color: #fff;
	font-size: 50px;
	font-family: Forelle;
	padding: 0 20px 0 0;
	width: 30%;
	min-width: 240px;
}

#main-footer .mailchimp-rt{
	width: 70%;
}

#main-footer .mailchimp-rt input.mc-text-field{
	background-color: #d4d3d2;
}

#main-footer .mailchimp-wrap .wpcf7-form{
  display: flex;
}

#main-footer .mailchimp-wrap form.wpcf7-form.init {
  margin: 30px 0 0 0;
}


#main-footer .mailchimp-wrap input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 18PX;
  FONT-WEIGHT: 700;
 border-radius: 5px 0 0 5px;
 border: 1px solid #d4d3d2;
 background-color: #fff;
 color: #2C4D6D;
 text-transform: uppercase;
 -webkit-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
}

#main-footer .mailchimp-wrap .su-email {
  width: calc(100% - 100px);
}

#main-footer .mailchimp-wrap input.wpcf7-form-control.wpcf7-submit{
  width: 100%;
  height: 50px;
  border: 0px;
  color: #FCDF9A;
  background-color: #2A2768;
  font-size: 20PX;
  FONT-WEIGHT: 700;
  BORDER-RADIUS: 0 5px 5px 0;
  border: 1px solid #d4d3d2;
  cursor: pointer;
  -webkit-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
box-shadow: 0px 11px 14px 0px rgba(0,0,0,0.13);
}

#main-footer .mailchimp-wrap input.wpcf7-form-control.wpcf7-submit:hover{
  background-color: #FCDF9A;
  color: #2A2768;
}
#main-footer .mailchimp-wrap .join {
  width: 100px;
}

#main-footer .wpcf7-response-output {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  top: 65px;
  background-color: #2E2C64;
  border: 0px solid #2E2C64 !important;
  color: #fff;
  padding: 10px;
}

#main-footer  span.wpcf7-not-valid-tip {
  position: absolute;
   font-weight: 600;
   font-size: 12px;
  top: -55px;
  padding: 2px 5px;
  border: 2px solid red;
  background: #fff;
}



#main-footer h4.title{
	font-family: 'Milan';
	color: #c8c8c8 !important;
	font-size: 24px !important;
}

#main-footer li.menu-item a{
	font-size: 20px;
color: #757575 !important;
font-weight: 800;
}

#main-footer li.menu-item a:hover{
color: #FCDF9A !important;
}

#main-footer i.fab{
font-size: 30px;
margin: 0 5px;
color: #757575 !important;
}


#main-footer i.fab:hover{
color: #FCDF9A !important;
}


#footer-info{
	float: none;
	margin: auto auto;
	text-align: center;
}

#footer-widgets{
	margin: 0 auto 30px auto;
}




@media(max-width: 800px){
	
	
	#main-footer div.clearfix{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	
	#main-footer img{
		display: block;
		margin: 0 auto 0 auto;
}

div.footer-widget{
	display: flex;
	justify-content: center;
	float: none;
	text-align: center;
	margin: 30px 0;
}

#main-footer ul.menu {
margin: 30px 0;	
}

}

	
	@media(max-width: 700px){
	
	#main-footer .mailchimp-wrap{
	flex-direction: column;
	}
	
	#main-footer .mailchimp-wrap .wpcf7-form{
	flex-direction: column;
	}
	
	#main-footer .mailchimp-rt{
	width: 100%;
	}
	
	#main-footer .mailchimp-wrap .su-email {
  width: 100%;
}
	
	#main-footer .mailchimp-wrap .join {
  width: 100%;
 
}


#main-footer .mailchimp-wrap input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
	border-radius: 5px;
}

#main-footer .mailchimp-wrap input.wpcf7-form-control.wpcf7-submit{
	border-radius: 5px;
	 marign: 15px 0 !important;
}
}


/* NEAREST SHOW STYLES */


/** show wrap **/

div.et_pb_with_border.et_pb_row.et_pb_row_1.live-shows-inner.et_had_animation {
  padding: 150px 100px !important;
}

/** nearest shows **/
.nearest-shows{
  background-color: #2a2767;
  padding: 0 50px;
}

.nearest-shows:before{
  position:absolute;
  width: 100%;
  padding: 20px 0;
  top: -60px;
  left: 0px;
  background-color: #e5d284;
  content: "SHOW NEAREST YOU!";
  font-size: 24px;
  text-align: center;
}

.nearest-shows .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
}

.nearest-shows .item .date {
    flex-basis: 75px;
	max-width: 75px;
	text-align: center;
	border: 1px solid #fff;
    padding: 10px;
}

.nearest-shows .item .date .month {
	display: table-cell;
	vertical-align: middle;
	font-weight: 500;
	font-size: 22px;
	color: #fff;
}

.nearest-shows .item .date .day {
	color: #fff;
  font-size: 20px;
	display: block;
}

.nearest-shows .item .show-title {
	flex: 1;
}

.nearest-shows .item .show-title h3 {
	padding-bottom: 0;
	text-align: center !important;
    color: #fff;
    font-weight: 700;
}

.nearest-shows .item .show-title h4 {
	padding-bottom: 5px;
	line-height: 22px !important;
	color: #fff;
  text-align: center;
  font-weight: 300 !important;
  font-size: 16px !important;

}

.nearest-shows .show-title div{
  display: none;
}

.mec-skin-list-events-container {
  color: #fff !important;
}



.home-nearest-shows .item .show-title > *,
.home-nearest-shows .item .date .day  {
	color: #fff;
}

.home-nearest-shows .item .show-title h3{
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.nearest-shows a.mec-booking-button{
	padding: 13px 25px;
  border: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 0px !important;
}

@media(max-width: 800px){
	div.et_pb_with_border.et_pb_row.et_pb_row_1.live-shows-inner.et_had_animation {
  padding: 90px 20px !important;
}
}

@media(max-width: 600px){
	
	.nearest-shows:before{
  font-size: 20px;
}

	.nearest-shows .item {
	flex-direction: column;
}
}


/** search bar **/

.mec-search-form.mec-totalcal-box {
  display: flex;
  background-color: #fff;
  padding: 50px 0 0 0;
  border: 0px;
}

.mec-search-form select.postform {
  max-width: 200px;
  border: #ccc solid 1px;
}

.mec-search-form i.mec-sl-location-pin {
  border: #ccc solid 1px;
}

.mec-search-form i.mec-sl-magnifier {
  border: #ccc solid 1px;
}

#mec_sf_s_13713 {
  border: #ccc solid 1px;
}

@media(max-width: 781px){
	.mec-search-form.mec-totalcal-box {
  flex-direction: column;
  justify-content: center;
}

div.mec-dropdown-search {
  min-width: 100%;
}

.mec-search-form select.postform {
  max-width: 100%;
  min-width: calc(100% - 40px);
}

}


/********* cookie bar ********/

div.cli-bar-container.cli-style-v2 {
  max-width: 770px;
}

div.cli-bar-message {
  width: 100% !important;
}

a.wt-cli-element.medium.cli-plugin-button.wt-cli-accept-all-btn.cookie_action_close_header.cli_action_button {
  background-color: rgba(0,0,0,0.0) !important;
  color: #2A2768 !important;
  font-size: 15px;
  font-weight: 700;
  border: 3px solid #2A2768;
  padding: 5px 30px;
  border-radius: 5px;
}

a.wt-cli-element.medium.cli-plugin-button.wt-cli-accept-all-btn.cookie_action_close_header.cli_action_button:hover{
  background-color:#2A2768 !important;
  color: #FCDF9B !important;
}

@media(max-width: 985px){
	div.cli-bar-message {
  text-align: center !important;
}

div.cli-bar-container.cli-style-v2 {
  justify-content: center;
}
}