/*!
Theme Name: Divi - Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.10.1
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Template: Divi
*/

/*
beige : #B69C4D
red : #D22D2B
 */

.wrapper{
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto;
}

.wrapper.large{
	max-width: 1330px;
}

.flex{
	display: flex;
}

.c-cal{
	transition: all 250ms ease-in-out;
}

.c-cal.loading{
	opacity: .2;
}

.c-cal-navigation{
	text-align: center;
	margin-bottom: 12px;
	color: white;
}

.c-cal-arrow{
	color: #B69C4D;
}

.c-cal-arrow:hover{
	color: #D22D2B;
}

.c-cal-current-month-view{
	margin: 0 5px;
}

.c-cal-days{
	position: relative;
}

.c-cal-dynamic-days{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
}

.c-cal-mobile-weekdays{
	display: none;
}

.c-cal-day.c-cal-weekday-day .day-content{
	background: none;
	font-weight: bold;
	color: white;
}

.blank-day{
	display: none;
	background: rgba(255, 255, 255, 0.2);
}

.c-cal-fixed-days{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

.c-cal-days-parent{
	display: flex;
	justify-content: space-between;
}

.c-cal-days-parent .c-cal-day:last-child{
	margin-right: 0;
}

.c-cal-day{
	position: relative;
	width: 100%;
	margin-right: 7px;
	text-align: center;
}

.c-cal-day.has-events .day-content .inner .day-name{
	color: white;
}

.c-cal-day.has-events:hover .day-tooltip{
	display: block;
}

.c-cal-day .day-content{
	position: relative;
	z-index: 2;
	background: white;
	color: black;
	cursor: default;
	opacity: 1;
	transition: all 250ms ease-in-out;
}

.c-cal-day .day-content:hover{
	opacity: .8;
}

.c-cal-day .day-content:before{
	content: '';
	display: block;
	padding-top: 100%;
}

.c-cal-day .day-tooltip{
	display: none;
	position: absolute;
	top: 100%;
	top: 100%;
	left: 0;
	width: 300px;
	background: #e6e7e8;
	text-align: left;
}

.c-cal-day .day-tooltip a{
	display: block;
	padding: 20px;
	color: black;
	border-bottom: 1px solid black;
}

.c-cal-day .day-tooltip a:hover{
	background: #b79e47;
}

.c-cal-day .day-content .inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.c-cal-day .day-content .inner .day-event-indicators{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.c-cal-day.multiple-events .day-content .inner .day-event-indicators .day-event-indicator{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}

.c-cal-day.single-event .day-content .inner .day-event-indicators .day-event-indicator{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.c-cal-day .day-content .inner .day-event-indicators .day-event-indicator:first-child{
	left: 0;
}

.c-cal-day .day-content .inner .day-event-indicators .day-event-indicator:last-child{
	right: 0;
}

.c-cal-day .day-content .inner .day-name{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
}

.c-cal-day .day-weekday{
	position: relative;
	z-index: 1;
	padding-top: 2px;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
}

.concert-archive-block{
	position: relative;
	display: flex;
	margin-bottom: 40px;
	transition: all 250ms;
}

.concert-archive-block:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: #D22D2B;
	transform: scaleX(0);
	transform-origin: left;
	transition: all 250ms;
}

.concert-archive-block.hover:after{
	transform: scaleX(1);
}

.concert-archive-block-img{
	position: relative;
	display: block;
	width: 30%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #CFCFCF;
}

.concert-archive-block-img:before{
	content: '';
	display: block;
	padding-top: 50%;
}

.concert-archive-block-img time{
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	width: fit-content;
	min-width: 75px;
	height: 75px;
	background: #58595b;
	color: white;
}

.concert-archive-block-img time .inner{
	text-align: center;
	width: 100%;
}

.concert-archive-block-img time span{
	display: block;
	font: bold 25px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
}

.concert-archive-block-content{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 75%;
	background-color: #e6e7e8;
}

.concert-archive-block-content-top{
	/*align-self: flex-start;*/
	padding: 45px 60px;
	width: 100%;
}

.concert-archive-block-title{
	display: flex;
	justify-content: space-between;
}

.concert-archive-block-btn-holder{
	width: 40%;
	text-align: right;
}

.concert-archive-block-btn-holder a{
	margin: 10px 0;
	width: 100%;
}

.concert-archive-block-btn-holder.mobile{
	display: none;
}

.concert-archive-block-content-top h2{
	width: 60%;
	font-size: 25px;
}

.concert-archive-block-content-top h2 a{
	color: black;
}

.concert-archive-block-meta{
	margin-top: 15px
}

.concert-archive-block-meta p{
	padding-bottom: 0;
	font: normal 20px/1.3em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	/*text-transform: uppercase;*/
}

.concert-archive-block-btn{
	/*align-self: flex-end;*/
	/*position: absolute;
	top: 15px;
	right: 15px;*/
	align-self: flex-start;
	display: inline-block;
	background: #D22D2B;
	color: white;
	text-align: center;
	padding: 10px 15px;
	transition: all ease-in-out 300ms;
}

.concert-archive-block-btn:hover{
	background: #b79e47;
}

.concert-full{
	background-color: #b79e47!important;
	pointer-events: none;
}
.concert-full:hover{
	background-color: #b79e47!important;
}

.concert-archive-block-btn.concert-full{
	width: 100%;
}

.btn{
	display: inline-block;
	background: #D22D2B;
	color: white;
	text-align: center;
	padding: 10px 15px;
	vertical-align: middle;
	font: bold 20px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
}

.btn.is-full{
	cursor: default;
	background: #b79e47;
	pointer-events: none;
}

.btn:hover{
	background: #b79e47;
}

.concert-archive-block-btn span{
	display: inline-block;
	vertical-align: middle;
	font: bold 20px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
}

.concert-archive-block-btn img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 20px;
	height: 15px;
}

#black-header-bar{
	background: black;
	color: white;
	padding: 75px 0;
	margin-bottom: 125px;
}

#black-header-bar h1{
	color: white !important;
	font: bold 60px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif !important;
	text-transform: uppercase;
}

.infinite-scroll {
	position: relative;
	padding-bottom: 40px;
}

.infinite-scroll.loading{
	background-image: url('images/loader.svg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 60px;
}

.infinite-scroll .finished{
	font: bold 30px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif !important;
	text-transform: uppercase;
	text-align: center;
	color: #D22D2B;
	margin-top: 40px;
	display: block;
	width: 100%;
	clear: both;
}

#single-concert-top{
	display: flex;
	margin-bottom: 75px;
}

#single-concert-top-left{
	width: 40%;
}

#single-concert-top-right{
	width: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 75px;
	min-height: 400px;
}

.single-concert-btn{
	margin-top: 15px;
}

.pdf-btn {
	margin-top: 15px;
}

.pdf-btn:first-child {
	margin-top: 0;
}

.pdf-btn a{
	width: 100%;
	padding: 20px 15px;
	box-sizing: border-box;
}

.concert-buy-btn{
	display: block;
	background: #D22D2B;
	color: white;
	text-align: center;
	padding: 25px;
	width: 100%;
	margin-bottom: 25px;
}

.concert-buy-btn span{
	display: inline-block;
	vertical-align: middle;
	font: bold 30px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
}

.concert-buy-btn img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 40px;
	height: 30px;
}

#single-concert-meta{
	margin-bottom: 25px;
	background: black;
	color: white;
	font: bold 30px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 55px;
}

#single-concert-meta #concert-date{
	border-top: 1px solid white;
}
#single-concert-meta #concert-date{
	padding: 0.5em 0;
}
#single-concert-meta #concert-date:nth-child(1){
	border-top: none;
}

#single-concert-meta #concert-location{
	margin-top: 1em;
}

#single-concert-meta .category{
	font: 18px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: none;
}

#single-concert-phone{
	display: block;
	background: #B69C4D;
	color: white;
	text-align: center;
	text-transform: uppercase;
	padding: 25px;
	width: 100%;
	color: white;
	font: bold 20px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
}

#single-concert-phone a{
	color: white;
}

#single-concert-middle{
	background: #e6e7e8;
	padding: 110px 0;
}

#single-concert-middle > .wrapper{
	display: flex;
	align-items: top;
}

#single-concert-middle-left{
	width: calc(100% - 635px);
	margin-right: 105px;
}

#single-concert-middle-middle{
	width: 220px;
}

#single-concert-middle-right{
	width: 220px;
	margin-left: 90px;
}

#single-concert-audios .single-concert-audio{
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#single-concert-audios .single-concert-audio:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#single-concert-audios .single-concert-audio .mejs-container{
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	background: #D22D2B !important;
	padding: 0 !important;
}

#single-concert-audios .single-concert-audio .mejs-playpause-button button{
	margin: 0 !important;
	top: 16px !important;
	left: 5px !important;
}

#single-concert-audios .single-concert-audio span{
	width: calc(100% - 30px);
	padding: 10px 0 0 10px;
	font-weight: bold;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body{
	background: none !important;
}

.mejs-time,
.mejs-time-rail,
.mejs-volume-button,
.mejs-horizontal-volume-slider{
	display: none !important;
}

.mejs-controls{
	padding: 0;
}

.concert-mp3-btn{
	display: flex;
	align-items: center;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	background: #D22D2B;
	color: white;
	margin-bottom: 25px;
}

.concert-mp3-btn.long{
	width: 100%;
	height: 80px;
	border-radius: 0;
	padding: 0;
}


.concert-mp3-btn.long .inner{
	display: flex;
	align-items: center;
}

.concert-mp3-btn.long img{
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
}

.concert-mp3-btn.long span{
	display: inline-block;
	font-size: 20px;
	width: calc(100% - 35px);
}

.concert-mp3-btn .inner{
	width: 100%;
	padding: 15px;
}

.concert-mp3-btn img{
	display: block;
	width: 65px;
	height: 65px;
	margin: 0 auto 10px auto;
}

.concert-mp3-btn span{
	display: block;
	text-align: center;
	font: bold 30px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
}

#single-concert-artists{
	margin-top: 85px;
}

#the-artists{
	display: flex;
	flex-wrap: wrap;
	margin-left: -37px;
	margin-right: -37px
}

#the-artists .artist-archive-block{
	width: 33.33%;
	padding-left: 37px;
	padding-right: 37px;
	margin-bottom: 74px;
}

.artist-archive-block > .inner{
	/*border: 1px solid black;*/
}

.artist-archive-block .fi{
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.artist-archive-block .fi:before{
	content: '';
	padding-top: 66%;
	display: block;
}

.artist-archive-block .bottom{
	text-align: center;
	padding: 20px 0;
	background: #58595B;
}

.artist-archive-block .bottom h3{
	padding-bottom: 0;
}

.artist-archive-block .bottom h3 a{
	color: white;
}

#single-concert-sponsors{
	margin-top: 25px;
}

#the-sponsors,
#the-presented{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

#the-sponsors .sponser-block,
#the-presented .sponser-block{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.single-concert-title{
	margin-bottom: 40px;
}

.single-concert-subtitle{
	font: bold 22px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, serif;
	margin-bottom: 15px;
	padding-bottom: 0;
}

#single-artist-middle{
	background: #e6e7e8;
	padding: 80px 0;
}

#single-artist-top > .wrapper{
	display: flex;
	margin-bottom: 80px;
}

#single-artist-top-left{
	display: block;
	width: 60%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 95px;
}

#single-artist-top-left:before{
	content: '';
	padding-top: 50%;
	display: block;
}

#single-artist-top-right{
	width: 40%;
}

.single-artist-btn{
	display: inline-block;
	vertical-align: middle;
	background: #D22D2B;
	color: white;
	padding: 17px 65px;
	font: bold 30px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
}

#single-artist-videos{
	padding: 80px 0;
}

#single-artist-list{
	margin-bottom: 35px;
}

#single-concert-prelude{
	margin-bottom: 80px;
}

#single-concert-videos{
	margin-top: 80px;
}

#single-concert-related-concerts{
	padding: 80px 0;
	background: #161616;
}

#single-concert-related-concerts .single-concert-title{
	color: white;
}

#the-videos{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

#the-videos .video-block{
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	text-align: center;
}

#filter-archive{
	display: flex;
}

#concert-filters{
	align-self: flex-start;
	width: 400px;
	margin-right: 30px;
	background: black;
	color: white;
	padding: 25px;
	margin-bottom: 80px;
}

#concert-archive{
	width: 100%;

	/* RUBIK */
	display: flex;
	flex-direction: column;
	/* ----- */
}

#concert-filters a{
	font: 18px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	color: white;
	display: block;
	transition: all 250ms;
	padding: 10px;
}

#concert-filters a:hover,
#concert-filters a.active{
	background: #D22D2B;
}

.sidebar-title{
	font: bold 25px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.concert-archive-block-content-top{
	padding: 15px;
}

.concert-mp3-btn{
	margin-top: 40px;
}

#single-concert-btns{
	margin-top: 25px;
}

#single-concert-btns .btn{
	margin: 0 10px 10px 0;
}

#single-concert-btns .small .btn{
	padding: 5px 8px;
}

#single-concert-btns .medium .btn{
	padding: 10px 15px;
}

#single-concert-btns .big .btn{
	padding: 20px 30px;
}

#carrousel{
	height: 70vh;
	min-height: 600px;
}

#carrousel .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 100;
}

#carrousel .owl-prev{
	font: 700 48px/1.2em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	color: white;
	line-height: 1;
	text-transform: none;
	position: absolute;
	left: 4vw;
	font-size: 48px;
	display: block;
	color: white;
}
#carrousel .owl-prev span, #carrousel .owl-next span{
	display: none;
}
#carrousel .owl-prev:before, #carrousel .owl-next:before{
	content: '';
	width: 70px;
	height: 40px;

	position: absolute;

	background-image: url("images/arrow-slider.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#carrousel .owl-next:before{
	transform: rotate(180deg) translateX(70px);
}

#carrousel .owl-next{
	font: 700 48px/1.2em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	color: white;
	line-height: 1;
	text-transform: none;
	position: absolute;
	right: 4vw;
	font-size: 48px;
	display: block;
	color: white;
}

#carrousel .owl-stage-outer,
#carrousel .owl-stage,
#carrousel .owl-item,
#carrousel .slide{
	height: 100%;
}

.slide{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide .wrapper{
	display: flex;
	align-items: flex-end;
	height: 100%;

	width: 80%;
	max-width: 1480px;
}

.slide .wrapper.left{
	justify-content: flex-start;
	text-align: left;
}

.slide .wrapper.center{
	justify-content: center;
	text-align: center;
}

.slide .wrapper.right{
	justify-content: flex-start;
	text-align: left;

	align-items: center;
}

.slide-content{
	max-width: 100%;
	display: flex;
	align-content: center;
}

.slide-content .left-side{
	width: 40vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;

	margin: 5vh 0;
}
.slide-content .left-side .wrap-left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;

	padding: 80px 4vw;
	margin: auto 0;
	border: 1px solid white;
	height: fit-content;
	width: 102%;
}
.slide-content .right-side{
	width: 50vw;
	min-height: 580px;
	max-height: 70vh;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide h2{
	font: 700 55px/1em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 7.5px;
}

.slide h3{
	font: normal 28px/1.2em 'PT Sans Narrow', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 7.5px;
}

.slide .the-content{
	color: white;
	text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 7.5px;
}

.slide .btn{
	margin-top: 50px;
	padding: 15px 25px;
}

/* UPCOMING */
#carrousel-upcoming{
	width: 100%;
	max-width: 80vw;
	margin: auto;
}
#carrousel-upcoming .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 100;
}
#carrousel-upcoming .owl-prev span, #carrousel-upcoming .owl-next span{
	display: none;
}
#carrousel-upcoming .owl-prev{
	position: absolute;
	left: -6vw;
	top: -20px;
}
#carrousel-upcoming .owl-next{
	position: absolute;
	right: -6vw;
	top: -20px;
}
#carrousel-upcoming .owl-prev:before, #carrousel-upcoming .owl-next:before{
	content: '';
	width: 70px;
	height: 40px;

	position: absolute;

	background-image: url("images/arrow-slider.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#carrousel-upcoming .owl-next:before{
	transform: rotate(180deg) translateX(70px);
}
#carrousel-upcoming .owl-stage{
	display: flex;
}
.slide-upcoming {
	display: flex;
	flex: 1 0 auto;
	height: 100%;
	justify-content: center;

	padding-bottom: 30px;
}
.slide-upcoming .wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 0;
}

.slide-upcoming .wrapper .post-img{
	display: block;
	height: 220px;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
}

.slide-upcoming .wrapper .bottom-side{
	border: 2px solid white;
	margin: -2% 20px 0;
	padding: 25px 10px 0;

	height: 50%;

	text-align: center;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.slide-upcoming .wrapper .bottom-side h4{
	color: white;
}
.slide-upcoming .wrapper .bottom-side h5{
	color: white;
	font-weight: normal;
	font-size: 19px;
	text-transform: none;
	margin-bottom: 10px;
}
.slide-upcoming .wrapper .bottom-side .date-btn{
	position: relative;
	top: 20px;
}
.slide-upcoming .wrapper .bottom-side .btn{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.et_pb_button_0_wrapper .et_pb_button_0.btn-prog-comp{
	font-size: 20px!important;
}

.ticket-popup{
	position: fixed;
	height: 100vh;
	width: 100vw;
	z-index: 100000;
	background-color: rgba(0,0,0, 0.4);
	top: 0;
	left: 0;

	display: none;
	justify-content: center;
	align-items: center;
}

.ticket-popup.popup-open{
	display: flex;
}

.ticket-popup .wrapper-popup{
	width: 65%;
	max-width: 65%;
	background-color: black;
	padding: 40px;
	border: 1px solid white;

	margin-top: 100px;
	max-height: 60vh;

	overflow-y: auto;
}
.ticket-popup .wrapper-popup .top-side{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

	margin-bottom: 25px;
}
.ticket-popup .wrapper-popup .top-side h3{
	color: white;
	padding-bottom: 0;
	margin-right: 20px;
}
.ticket-popup .wrapper-popup .top-side span{
	color: white;
	font-size: 30px;
	font-weight: normal;
	cursor: pointer;

}
.ticket-popup .wrapper-popup ul{
	width: 100%;
	padding-left: 0;

	margin-bottom: 20px;
}
.ticket-popup .wrapper-popup ul li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;

	border-bottom: 1px solid white;

	padding: 20px 0;
}
.ticket-popup .wrapper-popup ul li h4{
	padding: 0;
	color: white;
}
.btn-plus{
	color: white;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #d22d2b;
}

.btn-plus:hover{
	text-decoration: underline;
	text-decoration-color: #d22d2b;
}

@media (max-width: 1565px){
	.slide-content .left-side .wrap-left{
		padding: 60px 3vw;
	}
	.slide h2{
		font-size: 48px;
	}
}

@media (max-width: 1365px)
{
	/*.concert-archive-block-img{
		width: 45%;
	}

	.concert-archive-block-content{
		width: 55%;
	}*/

	.concert-archive-block-content-top{
		padding: 25px;
	}

	#single-artist-top > .wrapper{
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	#single-artist-top-left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	#single-artist-top-right{
		width: 100%;
	}

	#single-artist-middle{
		padding: 40px 0;
	}

	#the-videos .video-block{
		width: 50%;
	}

	#carrousel{
		height: 520px;
		min-height: 520px;
	}

	.slide .wrapper{
		padding-bottom: 25px;
	}

	.slide h2{
		font-size: 30px;
	}

	.slide h3{
		font-size: 24px;
	}

	.slide-content .right-side{
		min-height: 480px;
		max-height: 520px;
	}

	.slide-upcoming .wrapper .bottom-side h4{
		font-size: 21px;
	}

	#carrousel-upcoming .owl-prev:before, #carrousel-upcoming .owl-next:before{
		width: 50px;
	}
	#carrousel-upcoming .owl-next:before{
		transform: rotate(180deg) translateX(50px);
	}

	#carrousel .owl-prev:before, #carrousel .owl-next:before{
		height: 30px;
	}
	#carrousel .owl-prev{
		left: 2vw;
	}
	#carrousel .owl-next{
		right: 2vw;
	}
}

@media (max-width: 1023px)
{
	.c-cal-days-parent{
		flex-wrap: wrap;
		position: relative;
		justify-content: left;
	}

	.c-cal-day{
		width: 12.28%;
		margin-bottom: 7px;
	}

	.c-cal-day .day-tooltip{
		width: 120px;
		left: 50%;
		margin-left: -60px;
	}

	.c-cal-day .day-tooltip a{
		padding: 5px;
	}

	.c-cal-day .day-weekday{
		display: none;
	}

	.c-cal-fixed-days{
		display: none;
	}

	.blank-day,
	.c-cal-mobile-weekdays{
		display: flex;
	}

	#black-header-bar{
		padding: 40px 0;
		margin-bottom: 80px;
	}

	#single-concert-top{
		flex-wrap: wrap;
	}

	#single-concert-top-left{
		width: 100%;
	}

	#single-concert-top-right{
		position: relative;
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}

	#single-concert-top-right:before{
		content: '';
		padding-top: 100%;
		display: block;
	}

	#single-concert-middle{
		padding: 40px 0;
	}

	#single-concert-middle > .wrapper{
		flex-wrap: wrap;
	}

	#single-concert-middle-left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}

	#single-concert-middle-right,
	#single-concert-middle-middle,
	#single-concert-middle-right{
		width: 100%;
		margin: 0 20px;
	}

	#single-concert-related-concerts{
		padding: 40px 0;
	}

	.concert-mp3-btn{
		width: 120px;
		height: 120px;
	}

	.concert-mp3-btn img{
		width: 40px;
		height: 40px;
	}

	.concert-mp3-btn span{
		font-size: 12px;
	}

	#single-concert-artists{
		margin-top: 40px;
	}

	#the-artists{
		margin-left: -15px;
		margin-right: -15px;
	}

	#the-artists .artist-archive-block{
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}

	#single-concert-video{
		margin-top: 40px;
	}

	.concert-archive-block{
		flex-wrap: wrap;
	}

	.concert-archive-block-img{
		width: 100%;
	}

	.concert-archive-block-content{
		width: 100%;
	}

	.concert-archive-block-title{
		flex-wrap: wrap;
	}

	.concert-archive-block-title h2{
		width: 100%;
		order: 2;
	}

	.concert-archive-block-btn-holder{
		display: none;
		width: 100%;
		order: 1;
		text-align: left;
		margin-top: 10px;
	}

	.concert-archive-block-btn-holder.mobile{
		display: inline-block;
	}

	.concert-archive-block-btn{
		padding: 5px;
		font-size: 12px;
	}

	#single-concert-btns{
		flex-wrap: wrap;
	}


	.slide-content .left-side .wrap-left{
		padding: 40px 20px;
	}

	.slide-upcoming .wrapper .bottom-side h4{
		font-size: 19px;
	}

	.ticket-popup .wrapper-popup{
		width: 80%;
		max-width: 80%;
	}
}

@media (max-width: 767px)
{
	.c-cal-day{
		width: 11.28%;
	}

	#black-header-bar{
		margin-bottom: 40px;
	}

	#black-header-bar h1{
		font-size: 35px !important;
	}

	#single-concert-meta{
		font-size: 20px;
	}

	#the-artists .artist-archive-block{
		width: 100%;
	}

	#the-videos .video-block{
		width: 100%;
	}

	#filter-archive{
		display: block;
	}

	#concert-filters{
		display: none;
	}

	#carrousel{
		height: 600px;
		min-height: 600px;
	}

	.slide-content{
		flex-direction: column-reverse;
		width: 100%;
	}
	.slide-content .left-side{
		margin: 0;
		width: 100%;
		margin-top: -2px;
	}
	.slide-content .left-side .wrap-left{
		/*height: 262px;*/
		width: 100%;
	}
	.slide-content .right-side{
		width: 100%;
		height: 340px;
		min-height: 340px;
		max-height: 340px;
	}

	.slide .btn{
		margin-top: 20px;
	}

	.slide-upcoming .wrapper .bottom-side h5{
		font-size: 15px;
	}

	#carrousel .owl-prev:before, #carrousel .owl-next:before{
		width: 20px;
		height: 20px;

		top: 10px;
		left: 10px;
	}
	#carrousel .owl-prev{
		left: 10%;
		top: -160px;
		background-color: rgba(0,0,0,0.4);

		height: 40px;
		width: 40px;
	}
	#carrousel .owl-next{
		right: 10%;
		top: -160px;
		background-color: rgba(0,0,0,0.4);

		height: 40px;
		width: 40px;
	}
	#carrousel .owl-next:before{
		transform: rotate(180deg) translateX(0);
	}

	.ticket-popup .wrapper-popup .top-side h3{
		font-size: 22px;
	}
	.ticket-popup .wrapper-popup .top-side span{
		font-size: 28px;
	}
	.ticket-popup .wrapper-popup ul li h4{
		font-size: 20px;
	}

	.slide-upcoming .wrapper .post-img{
		height: 280px;
	}
}

@media (max-width: 580px)
{
	.slide-content .left-side .wrap-left{
		/*height: 262px;*/
	}
	.slide-content .right-side{
		height: 260px;
		min-height: 260px;
		max-height: 260px;
	}
	.slide h2{
		font-size: 26px;
	}
	.slide h3{
		font-size: 24px;
	}

	#carrousel .owl-prev, #carrousel .owl-next{
		top: -130px;
	}

	.slide-upcoming .wrapper .bottom-side{
		margin: -2% 10px 0;
	}

	#carrousel-upcoming .owl-prev:before, #carrousel-upcoming .owl-next:before{
		width: 35px;
	}
	#carrousel-upcoming .owl-next:before{
		transform: rotate(180deg) translateX(35px);
	}

	.ticket-popup .wrapper-popup ul li{
		flex-direction: column;
	}
	.ticket-popup .wrapper-popup ul li .btn{
		margin-top: 10px;
	}
	.ticket-popup .wrapper-popup{
		display: flex;
		flex-direction: column;
		max-height: 65vh;
	}
	.btn-plus{
		text-align: center;
	}
}


.btn-spacer{
	opacity: 0!important;
	pointer-events: none!important;
}


@media (min-width: 1156px)
{
	#main-content{
		padding-top: 100px;
	}
	.home #main-content{
		padding-top: 0;
	}
}


/* RUBIK 05/07/2022 */
.concert-time:before{
	content: '';
	display: inline-block;
	height: 16px;
	background-color: black;
	width: 1px;
	margin: 0 7px;
	position: relative;
	top: 1px;
}