@charset "UTF-8";
/* CSS Document */


body, .bg.primary, .bg-dark {
    background-color: #000 !important;
}

.orph_reg {
    font-family: "orpheuspro", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1rem;
}

.orph_med {
    font-family: "orpheuspro", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1rem;
}

.orph_bold {
    font-family: "orpheuspro", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1rem;
}

a {
    font-weight: bold;
    text-decoration: none;
}

h1 {
    text-transform: uppercase;
}

.shadow1 {
    text-shadow: 1px 1px 1px #000;
    box-shadow: none !important;
}

.shadow2 {
    text-shadow: 2px 2px 2px #000;
    box-shadow: none !important;
}
.city {
    color: #d3b53c;
    text-transform: uppercase;
}

.buy {
    color: #fff;
    text-transform: uppercase;
}

a.bwf_button:hover {
    opacity: .8;
}

.ticket_city {
    font-size: 1.5em;
    color: #fdcd0a;
    text-transform: uppercase;
}
.ticket_venue {
    color: #fdcd0a;
    font-size: 1em;
}
.ticket_date {
    color: #fff;
}
a.ticket_link .ticket_venue {
    color: #fce176 !important;
    font-size: 1em;
    text-decoration: underline;
}
a.ticket_link .ticket_venue:hover {
    color: #fdcd0a !important;
    font-size: 1em;
    text-decoration: underline;
}


/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.card {
	cursor: pointer !important;

}
.card.card-no-pointer {
	cursor: default !important;
}

.card-no-border-radius {
	border-radius: 0px !important; 
	--bs-card-inner-border-radius: 0px !important;
	border: 0px;
}

.card-border {
	border-radius: 0px !important; 
	--bs-card-inner-border-radius: 0px !important;
	border: 3px solid #000 !important;
}

.card img.hoverfade:hover, .card .fade_image, .card:hover {
    opacity: 0.7;
    transition: 0.3s;
}
    
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}

.card-text {
	padding-right: 20%;
}

h4.work card-title {
	margin-top: 0px;
	margin-bottom: 0px;
}

.card .icons {
	position: absolute;
	right: 0;
	text-align: right;
	bottom: 0;
	padding: 10px;
}

.card .icons img {
	width: 30px;
	height: 30px;
	margin: 1px;
	min-width: auto;
}
	
.organization {
	display: block;
	position:absolute;
	z-index: 3;
	width:50%;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	pointer-events: none;
}
.play_button {
	display: block;
	position:absolute;
	z-index: 3;
	width: 25%;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	pointer-events: none;
	opacity: 60%;
}

