/**
 * Theme Name: MBV
 * Theme URI: https://tristanpalmerstudio.com
 * Author: Tristan Palmer Studio
 * Author URI: https://tristanpalmerstudio.com
 * Version: 1.0.1
 * Text Domain: mbv
 */

.tns-nav {
	display: none !important;
}

.plyr--playing .plyr__control {
	display: none !important;
}

.min-w-110 {
	min-width: 110%;
	margin-left: -5%;
}

/*@media (max-width: 1023px) {*/
#videos .tns-outer {
	min-height: 100vh !important;
}

#videos .tns-ovh {
	min-height: 100vh !important;
}

#videos .tns-inner {
	min-height: 100vh !important;
}

#videos .video-slider {
	min-height: 100vh !important;
}

#videos .tns-item {
	min-height: 100vh !important;
}

#videos .video-wrapping {
	width: 100%;
	min-height: 100vh !important;
}

#videos .video-poster {
	min-height: 100vh !important;
}

#videos .plyr--video {
	min-height: 100vh !important;
}

#videos .plyr.plyr--stopped .plyr__video-wrapper {
	min-height: 100vh !important;
}

.plyr__poster {
	pointer-events: none !important;
}

.plyr--video {
	z-index: 20 !important;
}

.plyr__video-wrapper {
	z-index: 10 !important;
}

.plyr__video-wrapper iframe {
	z-index: 8 !important;
}

.plyr__video-wrapper .plyr__poster {
	z-index: 9 !important;
}

@media (max-width: 1023px) {
	.tns-item {
		display: flex !important;
		align-items: center !important;
	}
}

.z-60 {
	z-index: 60;
}

.z-100 {
	z-index: 100;
}

.plyr__poster {
	background-size: cover !important;
}

.plyr__custom-play {
	bottom: 25%;
}

.splide__video__play {
	top: 70% !important;
}

#cookie-law-info-bar {
	box-shadow: none !important;
}

#cookie_action_close_header {
	font-weight: bold !important;
	border-radius: 9999px;
}

.splide__video iframe {
	width: 100%!important;
	height: 100% !important;
}

.new-purple-color {
    color: #a52d9e;
}

.bg-new-purple {
    background: #a52d9e;
}

.border-new-purple {
    border-color: #a52d9e;
}

.new-purple-button {
    background: #a52d9e !important;
    border-color: #a52d9e !important;
    color: white !important;
}

.new-purple-button:hover {
    background: #FF61ED !important;
    border-color: #FF61ED !important;
    color: white !important;
}

.padding-dates {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 767px) {
    .padding-dates {
        padding-top: 60px;
        padding-bottom: 37px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.dates-info {
    padding-top: 50px;
    padding-bottom: 15px;
}

.smll-button {
    background: white;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    color: #ff61ed;
    font-weight: bold;
    display: inline-block;
    border-radius: 1000px;
    min-width: 110px;
    text-align: center;
    margin-bottom: 5px;
}

.smll-button.sold-out {
    color: #a62b07;
}

.live-btn-links {
    margin-top: 15px;
}

.live-btn-links-venue {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 5px;
}

@media (min-width: 601px) {
    .live-btn-links-venue br {
        display: none;
    }
}

@media (max-width: 600px) {
    .live-btn-links-venue {
        display: inline-flex;
        flex-direction: column;
        margin-left: 10px;
        vertical-align: middle;
        padding-bottom: 0px;
    }

    .live-btn-links-venue span {
        display: inline-block;
        margin-left: 4px;
    }
}

@media (max-width: 767px) {
    .dates-details {
        font-size: 13px !important;
    }
}
