.preloader {
	background-color: #000000;
}

.responsive-mobile-menu {
	background-color: #222222;
}

.progressSection .value {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 128px;
	line-height: 128px;
	font-weight: 800;
	text-transform: capitalize;
}

.progressSection .desc {
	display: block;
	text-align: center;
	color: #bdb8b8;
	font-size: 22px;
	font-weight: 400;
	margin: 0 auto;
	line-height: 24px;
}

.shows-row .datebox {
	float: left;
	width: 200px;
}

/*
.calendar,
#statistics table,
table {
	background-color: #222222;
	color: #ffffff;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table tr {
	border: 1px solid #dddddd;
	padding: .35em;
}

table th,
table td {
	padding: 10px;
	text-align: left;
}

table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

table td {
	white-space: break-spaces;
	overflow: initial;
	text-overflow: inherit;
	position: relative;
	font-size: .8em;
}

table.calendar td {
	height: 100px;
}

.calendar .day {
	color: #666666;
	font-weight: 800;
	font-size: 48px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.calendar .entry {
	padding: 5px;
	display: block;
	border-radius: 5px;
	z-index: 2;
	position: inherit;
}

.legend .entry {
	margin-right: 10px;
	display: inline-block;
	text-transform: capitalize;
}

.state-seen {
	background-color: rgba(4, 75, 0, 0.5);
}

.state-bought {
	background-color: rgba(217, 213, 0, 0.5);
}

.state-ordered {
	background-color: rgba(0, 44, 72, 0.5);
}

.state-planned {
	background-color: rgba(0, 47, 183, 0.5);
}

.state-missed {
	background-color: rgba(91, 2, 2, 0.5);
}

.state-open {
	background-color: rgba(128, 128, 128, 0.5)
}

.state-declined {
	background-color: rgba(0, 0, 0, 0.5);
}

.state-private {
	background-color: rgba(0, 0, 0, 0.5);
}

#calendar {
	margin-bottom: 0;
}

#calendarCarousel .carousel-indicators {
	bottom: initial;
	top: 10px;
	cursor: pointer;
}

.fullschedule .about-page-head {
	margin-bottom: 50px;
}

#calendarCarousel h3 {
	color: #ffffff;
	font-size: 44px;
	text-transform: capitalize;
	position: relative;
}
*/

.pager-content h3 {
	color: #f2f2f2;
	font-size: 30px;
	text-transform: capitalize;
}

.sm-subtitle {
	color: #ffffff;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 29px;
}

h3.sm-subtitle {
	font-size: 30px;
	font-weight: 800;
}

h4.sm-subtitle {
	font-size: 20px;
	font-weight: 800;
}

.single-album-banner {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-bottom: 10px;
}

.about-lg-content h4 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
	line-height: 60px;
}

.about-lg-content p,
.about-lg-content li {
	color: #9a9999;
}

.about-lg-content p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.about-lg-content ul {
	list-style: square inside;
}

.abt-para li {
	font-size: 20px;
	font-weight: 500;
	line-height: 36px;
}

.single-album-banner {
	position: relative;
}

.single-album-banner > image {
	display: block;
	width: 100%;
	height: auto;
}

.single-album-banner > .overlaystatus {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5); /* Black see-through */
	color: #f1f1f1;
	width: 100%;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	font-weight: 800
}

.single-album-banner > .overlaystatus.missed,
.single-album-banner > .overlaystatus.declined {
	background: rgb(90, 0, 0);
	background: rgba(90, 0, 0, 0.5); /* Black see-through */
}

.single-album-banner > .overlaystatus.bought,
.single-album-banner > .overlaystatus.ordered,
.single-album-banner > .overlaystatus.planned {
	background: rgb(92, 81, 0);
	background: rgba(92, 81, 0, 0.5); /* Black see-through */
}

.single-album-banner > .overlaystatus.open {
	display: none;
}

.text-bold {
	font-weight: bold;
}

.text-italic {
	font-style: italic;
}

.guinnesslogo {
	margin-bottom: 2em;
}

.mobilehome-content {
	padding: 2em;
}

.mobilehome-content h3 {
	color: #f2f2f2;
	font-size: 30px;
	text-transform: capitalize;
}

.mobile_links {
	text-align: center;
	color: #ffffff;
	padding: 10px;
}

.mobile_links i {
	font-size: 64px;
	display: block;
}

body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	overflow-x: hidden;
	font-weight: 400;
	background-color: #000000;
	background-image: url(/assets/images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	color: #ffffff;
}

a.visiblelink,
a.visiblelink:hover,
a.visiblelink:active,
a.visiblelink:visited {
	color: #f7bd0d;
}

a.visiblelink:hover {
	text-decoration: underline;
}

h3.sm-title {
	font-size: 2rem;
	padding-bottom: 0;
}

h3.sm-title.v2 {
	margin: 2rem 0 1rem 0;
}

p {
	text-align: justify;
}

.sm-title.text-center:before {
	left: 50%;
	width: 87px;
	margin-left: -43px;
}

.block {
	padding: 140px 0 0 0;
}

.block .sm-title {
	padding-bottom: inherit;
}

.black-version .show-info > span.show-time {
	display: flex;
	color: rgba(255, 255, 255, 0.60);
}

.show-info {
	padding-left: 0;
}

.show-info > h3 {
	margin-top: 8px;
	margin-bottom: 0;
}

.shows-row:first-child {
	padding-top: 40px;
}

.container {
	max-width: 1600px;
	padding: 40px 15px 0 15px
}

:root {
	--fc-small-font-size: .85em;
	--fc-page-bg-color: #222222;
	--fc-neutral-bg-color: hsla(0, 0%, 82%, .3);
	--fc-neutral-text-color: grey;
	--fc-border-color: #cccccc;
	--fc-button-text-color: #ffffff;
	--fc-button-bg-color: #2c3e50;
	--fc-button-border-color: #2c3e50;
	--fc-button-hover-bg-color: #1e2b37;
	--fc-button-hover-border-color: #1a252f;
	--fc-button-active-bg-color: #1a252f;
	--fc-button-active-border-color: #151e27;
	--fc-event-bg-color: #3788d8;
	--fc-event-border-color: #3788d8;
	--fc-event-text-color: #ffffff;
	--fc-event-selected-overlay-color: rgba(0, 0, 0, .25);
	--fc-more-link-bg-color: #d0d0d0;
	--fc-more-link-text-color: inherit;
	--fc-event-resizer-thickness: 8px;
	--fc-event-resizer-dot-total-width: 8px;
	--fc-event-resizer-dot-border-width: 1px;
	--fc-non-business-color: hsla(0, 0%, 84%, .3);
	--fc-bg-event-color: #8fdf82;
	--fc-bg-event-opacity: 0.3;
	--fc-highlight-color: rgba(188, 232, 241, .3);
	--fc-today-bg-color: rgba(255, 220, 40, .15);
	--fc-now-indicator-color: red;
	--fc-list-event-hover-bg-color: #222222;
}

/* Change the appearence of the bakground colour surrounding the search input field */
.select2-search {
	background-color: #343A40 !important;
}
/* Change the appearence of the search input field */
.select2-search input {
	color: #ffffff !important;
	background-color: #343A40 !important;
}

/* Change the appearence of the search results container */
.select2-results {
	background-color: #343A40 !important;
}

/* Change the appearence of the dropdown select container */
.select2-container--bootstrap-5 .select2-selection {
	border-color: #6c757d !important;
	color: #ffffff !important;
	background-color: #343A40 !important;
}

/* Change the caret down arrow symbol to white */
.select2-container--bootstrap-5 .select2-selection--single {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

/* Change the color of the default selected item i.e. the first option */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
	color: #ffffff !important;
}

.fc-event {
	cursor:pointer;
}

.modal {
	top: 20%;
}

.modal-content {
	background: #222;
}

.modal-footer {
	border-top: 1px solid #000000;
}

.modal-header {
	border-bottom: 1px solid #000000;
}