/*!
Theme Name: Travis Message Board 2026
Theme URI: https://forum.travisonline.com/
Author: Scott van Winden
Author URI: https://scottvanwinden.com
Description: Website designed and built by Scott van Winden
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blueprint
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Blueprint is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
    -o-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
@font-face {
    font-family: 'tex_gyre_adventor';
    src: url('fonts/texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tex_gyre_adventor';
    src: url('fonts/texgyreadventor-bold-webfont.woff2') format('woff2'),
         url('fonts/texgyreadventor-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

body,
button,
input,
select,
optgroup,
textarea {
	color: #ffffff;
	font-family: "Space Mono", monospace;
	font-family: "Chakra Petch", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
}

/*
body.hoss,
body.hoss button,
body.hoss input,
body.hoss select,
body.hoss optgroup,
body.hoss textarea {
	font-family: "hoss-round", sans-serif;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-transform: uppercase;
	font-weight: bold;
/*	font-family: 'tex_gyre_adventor', sans-serif;*/
}

.single-button, .wpcf7-submit {
	text-transform: uppercase;
/*	font-family: 'tex_gyre_adventor', sans-serif;*/
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body, .grey-bg {
/*	background: #1e1e1e;*/
	background: #414141;
	background: #000000;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.table-dark {
    --bs-table-bg: #000000;
    --bs-table-striped-bg: #000000;
    --bs-table-active-bg: #000000;
    --bs-table-hover-bg: #000000;
}

/* Links
--------------------------------------------- */
a {
	color: #ffffff;
}

a:focus {
	outline:0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    margin: auto;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	display: block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.main-navigation a:hover {
	opacity: 0.5;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 ;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.single-button:hover {
    background: #fff;
    color: #000;
}

.single-button.text-white:hover {
    background: #fff !important;
	color: #000 !important;
}

.min-h-100 {
    min-height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
}

.most-height {
    min-height: 80%;
    min-height: 80vh;
    min-height: 80dvh;
}

.background-cover {
	background: center center no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.background-contain {
	background: center center no-repeat;
	-o-background-size: contain;
	-ms-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}

.block-max-width {
    width: 90%;
    max-width: 1000px;
}

.isonscreen {
  -webkit-transition:all 500ms ease-in-out;
    -moz-transition:all 500ms ease-in-out;
    -o-transition:all 500ms ease-in-out;
    transition:all 500ms ease-in-out;
}

.onscreen-load {
	opacity: 0 !important;
	-webkit-transform: translateY(50px) !important;
	-moz-transform:    translateY(50px) !important;
	-ms-transform:     translateY(50px) !important;
	-o-transform:      translateY(50px) !important;
	transform:         translateY(50px) !important;
}

.video-background-wrapper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.video-background-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.background-video-player-size {
    position: absolute;
    left: 50%;
    top: 0;
    width: 140%;
    height: 1000%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 999999% !important;
    z-index: 0;
	max-width: initial;
}

.content-max-width {
	max-width: 1200px;
	margin: auto;
}

.background-filter:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.5;
}

html {
    scroll-behavior: auto !important;
  }


/*  Header  */

#masthead {
    z-index: 9;
}

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

.site-branding {
    width: 150px;
}

#nav-toggle {
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 26px;
    display: block;
    vertical-align: top;
    z-index: 100;
}

#nav-toggle span{
  cursor: pointer;
  height: 4px;
  width: 100%;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition:all 500ms ease-in-out;
    -moz-transition:all 500ms ease-in-out;
    -o-transition:all 500ms ease-in-out;
    transition:all 500ms ease-in-out;
}

#nav-toggle span.bar-1 {
  top: 0; 
}

#nav-toggle span.bar-2 {
  top: 50%;
  margin-top: -2px;
}

#nav-toggle span.bar-3 {
    top: 100%;
    margin-top: -4px;
}

.site-header.active #nav-toggle span.bar-2 {
    background-color: transparent !important;
    width: 0;
}

.site-header.active #nav-toggle span.bar-1, .site-header.active #nav-toggle span.bar-3 {
  top: 0;
}

.site-header.active #nav-toggle span.bar-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
    top: 50%;
    margin-top: -2px;
}

.site-header.active #nav-toggle span.bar-3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    top: 50%;
    margin-top: -2px;
}

#nav-wrapper, #nav-wrapper-inner {
    position: fixed;
    display: none;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgb(0 0 0 / 80%);
}

#nav-wrapper-inner {
    opacity: 0;
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -o-transition: all 0.5s 0s;
    -ms-transition: all 0.5s 0s;
    -moz-transition: all 0.5s 0s;
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
}

.site-header.active #nav-wrapper-inner {
    opacity: 1;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -o-transition: all 0.5s 0.5s;
    -ms-transition: all 0.5s 0.5s;
    -moz-transition: all 0.5s 0.5s;
    -webkit-transition: all 0.5s 0.5s;
    transition: all 0.5s 0.5s;
}

/*  Artwork Zoomer  */
.artwork-zoomer-wrapper {
    z-index: 1;
}

#artwork-zoomer {
    opacity: 0.5;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.artwork-zoomer-wrapper.active #artwork-zoomer {
    opacity: 1;
}

#artwork-instructions {
    filter: drop-shadow(0px 0px 30px #000000);
    -webkit-filter: drop-shadow(0px 0px 30px #000000);
    -moz-filter: drop-shadow(0px 0px 30px #000000);
}

.leaflet-control-zoom {
    border: 0 !important;
    display: flex;
    flex-wrap: wrap;
    width: 30px;
    gap: 10px;
	opacity: 0;
	pointer-events: none;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.artwork-zoomer-wrapper.active .leaflet-control-zoom {
    opacity: 1;
	pointer-events: auto;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
}

.scroll-down-content:hover, .artwork-zoomer-wrapper.active .leaflet-control-zoom a:hover {
    opacity: 0.5;
}

/*  Videos  */

.video-block-sizer {
    position: relative;
    height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.video-block-inner, .video-slide-video-wrapper .plyr, .video-slide-video-wrapper iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: 2;
	aspect-ratio: initial !important;
}

.video-block-inner {
	background-image: url(img/film-strip.png);
}

.video-slide-video-wrapper iframe {
    top: -100%;
    bottom: -100%;
    height: 300%;
}

.video-slide-video-inner {
    height: 0;
}

.video-title {
    box-sizing: border-box;
}

.play-button {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 60px solid white;
}

.background-video-player, .video-slide-video-wrapper {
    z-index: 0;
	overflow: hidden;
}

.video-slide-video-wrapper {
	opacity: 0;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s  ease-in-out;
    -moz-transition: opacity 0.5s  ease-in-out;
    -webkit-transition: opacity 0.5s  ease-in-out;
    transition: opacity 0.5s ease-in-out;
	
}

.swiper-slide-active .video-slide-video-wrapper, .video-slide-video-wrapper.playing {
	opacity: 1;
    -o-transition: opacity 0.5s 0.6s ease-in-out;
    -ms-transition: opacity 0.5s 0.6s ease-in-out;
    -moz-transition: opacity 0.5s 0.6s ease-in-out;
    -webkit-transition: opacity 0.5s 0.6s ease-in-out;
    transition: opacity 0.5s 0.6s ease-in-out;
	
}

/*  Releases Homepage  */

.release-inner {
    width: 100%;
}

.release-slider {
	-webkit-transition: 1s background ease-in-out;
	transition: 1s background ease-in-out;	
}

.packshot-wrapper, .packshot-animate, .packshot-scroll-overlay {
    width: 100%;
    margin: auto;
    background: center center no-repeat;
    background-size: cover;
    transform: perspective(1000px);
    transform-origin: top;
    perspective-origin: bottom;
    -webkit-perspective-origin: bottom;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
	-webkit-transition: 2s all ease-in-out;
	transition: 2s all ease-in-out;
}

.packshot-wrapper, .packshot-scroll-overlay {
    max-width: 50%;
    max-width: 50vh;
    max-width: 50dvh;
    margin: auto;
}

.packshot-scroll-overlay {
    height: 50%;
    height: 50vh;
    height: 50dvh;
}

.touch .packshot-scroll-overlay {
    display: none !important;
}
	
.packshot-animate{
    transform-origin: bottom !important;
    -webkit-transform-origin: bottom !important;
	padding-bottom: 100%;
}
	
.release-slider .swiper-slide {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	visibility: hidden;
	pointer-events: none;
}
	
.release-slider .swiper-slide.slideCenterStage,
.release-slider .swiper-slide.slideFalling,
.release-slider .swiper-slide.slideFadeOne,
.release-slider .swiper-slide.slideFadeTwo,
.release-slider .swiper-slide.slideFadeThree {
	visibility: visible;
}
	
.release-slider .swiper-slide.slideFalling {
    z-index: 5;
}
	
.release-slider .swiper-slide.slideCenterStage {
    z-index: 4;
}
	
.release-slider .swiper-slide.slideFadeOne {
    z-index: 3;
}

.release-slider .swiper-slide.slideFadeTwo {
    z-index: 2;
}
	
.release-slider .swiper-slide.slideFadeThree, .release-slider .hide-slide {
    z-index: 1;
	visibility: hidden;
	pointer-events: none;
}

.release-single-inner {
    position: relative;
	width: 100%;
}
	
.show-slide-load {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.releases-wrapper.transition-loading .swiper-slide-active .show-slide-load, .releases-wrapper.transition-loading .swiper-slide-active, .swiper-slide-active.show-content .show-slide-load, .swiper-slide-active.show-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
	
.swiper-slide-active.show-content .show-slide-load.slide-top-content {
    bottom: 100%;
	margin-bottom: 70px;
}

.single-release-slider .swiper-slide-active.show-content .show-slide-load.slide-top-content {
    margin-bottom: 30px;
}

.double-release-slider .swiper-slide-active.show-content .show-slide-load.slide-top-content {
    margin-bottom: 80px;
}
	
.swiper-slide-active.show-content .show-slide-load.slide-bottom-content {
    top: 100%;
}
	
.release-slider .swiper-slide.slideFadeThree .packshot-wrapper{
    transform: scale(0.6) translateY(-150px) !important;
}
	
.release-slider .swiper-slide.slideFadeThree .packshot-animate {
    transform: perspective(1000px) rotateX(0) !important;
	opacity: 0 !important;
}
	
.release-slider .swiper-slide.slideFadeTwo .packshot-wrapper{
    transform: scale(0.7) translateY(-100px) !important;
}
	
.release-slider .swiper-slide.slideFadeTwo .packshot-animate {
    transform: perspective(1000px) rotateX(0) !important;
	opacity: 0.5 !important;
}
	
.release-slider .swiper-slide.slideFadeOne .packshot-wrapper{
    transform: scale(0.85) translateY(-50px) !important;
}
	
.release-slider .swiper-slide.slideFadeOne .packshot-animate {
    transform: perspective(1000px) rotateX(0) !important;
	opacity: 0.75 !important;
}
	
.release-slider .swiper-slide.slideCenterStage .packshot-wrapper{
    transform: scale(1) translateY(0) !important;
}
	
.release-slider .swiper-slide.slideCenterStage .packshot-animate {
    transform: perspective(1000px) rotateX(0) !important;
}

.release-slider .swiper-slide.slideFalling .packshot-wrapper {
    transform: scale(1) translateY(0) !important;
}
	
.release-slider .swiper-slide.slideFalling .packshot-animate {
    transform: perspective(1000px) rotateX(-90deg) !important;
}
	
.release-slider .swiper-slide.slideFelled .packshot-animate, 
.release-slider .swiper-slide.slideFadeThree .packshot-animate, 
.release-slider .swiper-slide.slideFelled .packshot-wrapper,
.release-slider .swiper-slide.slideFadeThree .packshot-wrapper, 
.release-slider.slider-back .swiper-slide.slideFalling .packshot-wrapper, 
.release-slider.slider-back .swiper-slide.slideFalling .packshot-animate,
.release-slider.loaded .swiper-slide.slideFalling .packshot-wrapper,
.release-slider.loaded .swiper-slide.slideFalling .packshot-animate,
.release-slider.loaded {
    -o-transition-duration: 0s !important;
    -ms-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.releases-wrapper {
    -o-transition: margin 0.6s ease-in-out;
    -ms-transition: margin 0.6s ease-in-out;
    -moz-transition: margin 0.6s ease-in-out;
    -webkit-transition: margin 0.6s ease-in-out;
    transition: margin 0.6s ease-in-out;
	
}

.releases-wrapper.transition-loading, .releases-wrapper.transition-loading .min-h-100 {
    min-height: initial;
    height: auto !important;
    position: relative !important;
}

.releases-wrapper.transition-loading .hiding-slides {
	position: absolute !important;
	pointer-events: none !important;
}

.releases-wrapper.transition-loading .release-single.swiper-slide-active .slide-top-content {
    margin-bottom: 30px;
}

.releases-wrapper.transition-loading .release-single.swiper-slide-active, .releases-wrapper.transition-loading .swiper-slide-active .release-single-inner {
    padding-top: 3em;
}

.releases-wrapper.transition-loading .release-single.swiper-slide-active .packshot-wrapper {
    max-width: 50%;
    max-width: 50vw;
}

.releases-wrapper.transition-loading .release-single.swiper-slide-active .slide-top-content {
    position: relative !important;
}

/*  Product Slider  */

.product-image {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.product-slider-text {
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.single-product-slide .slider-button {
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.swiper-slide-active .product-slider-text, .single-product-slide.swiper-slide-active .slider-button {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/*  Signup Block  */

.signup-block-inner {
	max-width: 600px;
}

.dropdown-wrapper {
    margin: 1.2em 0;
}

.mc4wp-checkbox {
    display: block;
    height: 0;
}

.dropdown-wrapper .wpcf7-form-control {
    -webkit-appearance: none;
    appearance: none;
    line-height: 1.5em;
}

.dropdown-wrapper .dropdown-arrow {
    right: 0;
}

.wpcf7-response-output {
    position: absolute;
    bottom: -1em;
    left: 0;
}

.wpcf7-form p {
    display: block;
    margin: 0;
}

.wpcf7-form input, .wpcf7-form textarea {
    line-height: 1em;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.wpcf7-form button, .wpcf7-form input[type="button"], .wpcf7-form input[type="reset"], .wpcf7-form input[type="submit"] {
    line-height: 1.5em;
}

.wpcf7-spinner {
    position: absolute;
    left: 50%;
    right: 50%;
    margin: 0;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.5em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 100% !important;
    padding-left: 3em;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    text-transform: uppercase;
    bottom: initial;
    top: 100%;
    width: 100%;
    text-align: center;
}

.wpcf7-form.sent .wpcf7-form-control-wrap, .wpcf7-form.sent .wpcf7-form-control, .wpcf7-form.sent p {
    display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
    font-size: 2em;
    position: relative;
    margin: 0 !important;
    top: 0 !important;
}

#signup-popup .signup-block {
    width: 90% !important;
    max-width: 700px;
}

#close-signup {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    box-sizing: content-box;
    cursor: pointer;
	margin-top: -3em;
}

/*  Splash  */

.hide-splash body {
    overflow: auto !important;
}

.hide-splash .popup-splash {
	display: none !important;
}

.popup-splash {
    z-index: 10;
    overflow-y: scroll;
}

.splash-max-width {
	max-width: 1000px;
}

.popup-splash .block-image {
    width: 100%;
    margin: auto;
    display: block;
}

/*  Release Single  */

.release-packshot-section {
    width: 100%;
    max-width: 100%;
	overflow: hidden;
    margin: auto;
    position: relative;
    -o-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.release-top-content {
    margin-bottom: 30px;
}

.release-packshot-section.packshots-loading, .release-packshot-section.single-packshot-wrapper {
    max-width: 50vw;
}

.release-packshot-single {
    position: absolute;
	top: 0;
    width: 50vw;
}

.release-packshot-section.packshots-loading .release-packshot-single {
	right: 0 !important;
}

.release-packshot-section.packshots-loading .release-packshot-single.main-packshot, .release-packshot-section .release-packshot-single.main-packshot {
    position: relative;
	right: initial !important;
	left: 0;
	
}

.prev-next {
    z-index: 9;
}

.prev-next .material-symbols-outlined {
    font-size: 2em;
}
	
.prev-next-text {
	font-size: 0.5em;
	line-height: 4em;
}

.center-text-block {
    width: 100%;
    max-width: 600px;
}

.pagination {
    max-width: 800px;
}

.tracklist-single.has-extra-content .tracklist-title {
    cursor: pointer;
}

.tracklist-title .material-symbols-outlined {
    vertical-align: middle;
}

.tracklist-title.reveal-content.content-shown .material-symbols-outlined {
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.scrapbook-block {
    background: rgb(0 0 0 / 50%);
}

.scrapbook-block-inner {
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.scrapbook-single, .scrapbook-single .scrapbook-single-rotate {
    -o-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.scrapbook-single .scrapbook-single-rotate:hover {
    z-index: 3;
    z-index: 3;
    -o-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}

.scrapbook-single .scrapbook-single-rotate {
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.scrapbook-single:nth-child(5n) .scrapbook-single-rotate {
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.scrapbook-single:nth-child(5n+1) .scrapbook-single-rotate {
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.scrapbook-single:nth-child(5n+2) .scrapbook-single-rotate {
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.scrapbook-single:nth-child(5n+3) .scrapbook-single-rotate {
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

.scrapbook-single:nth-child(5n+4) .scrapbook-single-rotate {
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.mfp-bg {
    background: #000000;
    opacity: .9;
}

.mfp-figure:after {
	display: none !important;
}

.mfp-close, .mfp-arrow {
    opacity: 1;
    font-size: 3em;
    z-index: 1046;
}

.mfp-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 12.5%;
}

.mfp-close:hover, .mfp-arrow:hover {
    opacity: 0.5;
}

.mfp-arrow:before, .mfp-arrow:after {
    display: none !important;
}

.material-icons-outlined.chevron-right:before {
	font-family: "Material Symbols Outlined";
    content: "\e5cc";
}

.material-icons-outlined.chevron-left:before {
	font-family: "Material Symbols Outlined";
    content: "\e5cb";
}

.fade-hover:hover {
    opacity: 0.5;
}

/*  Live Page  */

.live-table-button {
    width: 10px;
    white-space: nowrap;
}

.video-background-inner .plyr, .video-background-inner ifram, .video-background-inner .plyr__video-wrapper {
    max-width: initial;
	position: absolute !important;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
    height: 100%;
	aspect-ratio: initial !important;
}

/*  Loading  */

.packshot-transition-loading .site-main {
    opacity: 1 !important;
    display: block !important;
}

#loading-screen.packshot-transition-loading  {
    display: none !important;
}

#loading-logo {
	max-width: 500px;
}
	
#logo-video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 31.518404908%;
}
	
#logo-video-clip {
    object-fit: cover;
    -webkit-clip-path: url(#clip-path);
    clip-path: url(#clip-path);
}

#video-logo, #logo-video-clip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}
	
#video-logo {   
	height: 125.65%;
    top: 50%;
    bottom: auto;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#logo-svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}
	
/* OLD
#clip-path {
    -o-transform: scale(0.001012, 0.00292);
    -ms-transform: scale(0.001012, 0.00292);
    -moz-transform: scale(0.001012, 0.00292);
    -webkit-transform: scale(0.001012, 0.00292);
    transform: scale(0.001012, 0.00292);
}
*/
	
#clip-path {
    -o-transform: scale(0.002716, 0.00863);
    -ms-transform: scale(0.002716, 0.00863);
    -moz-transform: scale(0.002716, 0.00863)scale(0.002716, 0.00863);
    -webkit-transform: scale(0.002716, 0.00863);
    transform: scale(0.002716, 0.00863);
}
	
#loading-logo img, #loading-logo.fallback:not(.playing) #logo-video-wrapper {
    position: relative;
    display: none !important;
}
	
#loading-logo.fallback:not(.playing) img {
    display: block !important;
}
	
#holding-social {
	gap:15px;
}

/*  Footer  */

#colophon {
    font-size: 10px;
}

@media only screen and (min-width: 801px) {

.fs-md-4 {
    font-size: calc(1.275rem + .3vw) !important;
}

.product-slider {
    padding-left: 100px !important;
	padding-right: 100px !important;
}

.swiper-button-prev, .swiper-button-next {
    padding: 0 3em !important;
}
	
}


@media only screen and (min-width: 801px) {
/*  Overall  */
.hide-desktop {
    display: none !important;
}	
}
@media only screen and (max-width: 800px) {
/*  Overall  */

.hide-mobile {
    display: none !important;
}	
	
.px-5 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
	
.p-5 {
    padding: 1.5rem!important;
}
	
.mfp-content {
    max-width: 75% !important;
}
	
.mfp-iframe-holder .mfp-content {
    max-width: 90% !important;
}

#loading-logo {
	max-width: 200px;
}

/*  Header  */	

.headder-inner, .social {
    gap: 0.5em !important;
}
	
.social {
    font-size: 0.75em;
    line-height: 1.7em;
}
	
.site-branding {
    width: 80px;
}
	
/*  Large Slider  */
.single-large-slide, .single-large-slide .block-max-width, .popup-splash-inner {
    flex-wrap: wrap !important;
	gap: 0 !important;
}
	
.single-large-slide {
    padding: 1.5em;
    box-sizing: border-box;
}
	
/*  Featued Release Block  */

.featured-release-block {
    display: block !important;
}	
	
.featured-text-block {
    padding: 1.5em !important;
}
	
/*  Videos  */

.play-button {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 35px solid white;
}
	
.video-title {
    font-size: 1em !important;
    padding: 0.5em 1.5em 0.5em 0.5em !important;
}	
	
/*  Releases Scroller  */

.packshot-scroll-overlay {
    height: 75%;
    height: 75vh;
    height: 75dvw;
}
.packshot-wrapper, .packshot-scroll-overlay {
    max-width: 75%;
    max-width: 75vh;
    max-width: 75dvw;
}
	
.release-packshot-section.single-packshot-wrapper, .release-packshot-section.single-packshot-wrapper .release-packshot-single, .releases-wrapper.transition-loading .release-single.swiper-slide-active .packshot-wrapper.single-packshot-wrapper { 
    max-width: 100%;
    width: 100%;
    max-width: 80vw;
    width: 80vw;
}
	
.release-buttons {
    flex-wrap: wrap;
    justify-content: stretch !important;
    max-width: 75%;
}
	
.release-buttons a {
    flex-grow: 1;
}
	
.pagination {
    gap: 10px !important;
}
	
/*  Signup  */
	
.signup-block {
    padding: 1.5em !important;
}	
	
.signup-block-inner {
    padding: 0 !important;
    max-width: 100%;
    flex-wrap: wrap !important;
    gap: 1.5em !important;
}

.signup-frame { 
	height: 350px;
 }

button, input, text-area, select {
    width: 100%;
}

[type="checkbox"], [type="radio"] {
    width: auto;
}
	
/*  Splash  */

.splash-enter-button, .large-slider-buttons {
	width: 100% !important;
}

/*  Release Single  */
	
.tracklist-block {
    width: 80% !important;
}
	
.scrapbook-single {
    width: 100% !important;
    margin-top: 0 !important;
}
	
/*  Live  */
	
.live-row {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 2px solid;
    padding-bottom: 15px;
}
	
.live-table-date {
    width: 4em;
}
	
.live-table-cell {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
	border-bottom: 0 !important;
}
	
.live-table-date {
    width: 15%;
}

.live-table-location {
    width: 85%;
    box-sizing: border-box;
	padding-left: 20px !important;
}
	
.live-table-cell.live-table-button {
    padding: 10px 0 0 !important;
}
	
.live-table-button {
    width: 100% !important;
}



#bbpress-forums div.bbp-the-content-wrapper input[type=button] {
    width: auto;
}
}

:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #cccccc;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #333333;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #ffffff;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #000000;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --fancybox-content-bg: var(--bs-black);
    --fancybox-bg:var(--bs-black);
    --fancybox-content-color: var(--bs-white);

}


.fancybox__container {
    --fancybox-content-bg: var(--bs-black);
    --fancybox-bg:var(--bs-black);
    --fancybox-content-color: var(--bs-white);
}

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    font-size: 14px;
}

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar {
    width: 25px;
    height: auto;
}

.bbp-author-avatar {
    display: none !important;
}

.bbp-reply-author .bbp-author-avatar {
    display: block !important;
}

#bbpress-forums a {
    text-underline-offset: 0.25em !important;
}

#bbpress-forums a:hover {
	text-decoration: none !important;
}

.bbp-forum-title,
.bbp-topic-permalink {
    font-size: 1.15rem;
}

.buddypress-wrap .bp-tables-user tbody tr,#bbpress-forums .bbp-pagination, #bbpress-forums .bbp-pagination-count, .buddypress-wrap table.forum tbody tr, .buddypress-wrap table.wp-profile-fields tbody tr, .buddypress-wrap .bp-tables-user tr.alt td, .buddypress-wrap table.wp-profile-fields tr.alt td, .activity-list.bp-list, .activity-list.bp-list .activity-item, .activity-list .activity-item .activity-meta.action, .buddypress-wrap .bp-feedback.help .bp-icon, .buddypress-wrap .bp-feedback.info .bp-icon, .buddypress-wrap .bp-feedback.success .bp-icon, .buddypress-wrap .bp-feedback.updated .bp-icon, .buddypress-wrap .profile.edit .editfield, .activity-list .activity-item .activity-content .activity-inner, .activity-list .activity-item .activity-content blockquote {
	background-color: var(--bs-body-bg);
}

#bbpress-forums div,#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header, #bbpress-forums ul, #bbpress-forums .bbp-template-notice, #bbpress-forums fieldset.bbp-form, #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums .bbp-pagination-links span.current, #bbpress-forums .bbp-pagination-links a:hover {
	background-color: var(--bs-dark);
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background-color: var(--bs-dark) !important;
    opacity: 1 !important;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd, #buddypress p.warning, body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning, body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning {
	background-color: var(--bs-white);
}

#bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: var(--bs-gray-400);
}

#bbpress-forums .bbp-reply-content, #bbpress-forums .bbp-reply-author, #bbpress-forums .bbp-breadcrumb, #bbpress-forums div.bbp-topic-tags, #bbpress-forums div.bbp-search-form, #bbpress-forums div.bbp-search-form div, #basic-local-avatar, .bbp-topic-content, .bbp-topic-author, .bbp-author-role, .bbp-no-reply, .bbp-pagination-links {
    background: none !important;
}

div.bbp-template-notice, div.indicator-hint, div.bbp-template-notice a, .activity-list .activity-item .activity-meta.action .button, .activity-list .activity-item .activity-meta.action .button span {
	color: var(--bs-white);
}

#bbpress-forums div.even, #bbpress-forums ul.even, #bbpress-forums div.odd, #bbpress-forums ul.odd,
#bbpress-forums div.even a, #bbpress-forums ul.even a, #bbpress-forums div.odd a, #bbpress-forums ul.odd a,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log {
    color: var(--bs-dark);
}

div.bbp-template-notice,div.indicator-hint,div.bbp-template-notice.important, #buddypress p.warning, body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning, body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning, .buddypress .buddypress-wrap .activity-read-more a, .buddypress .buddypress-wrap .comment-reply-link, .buddypress .buddypress-wrap .generic-button a, .buddypress .buddypress-wrap a.bp-title-button, .buddypress .buddypress-wrap a.button, .buddypress .buddypress-wrap button, .buddypress .buddypress-wrap input[type=button], .buddypress .buddypress-wrap input[type=reset], .buddypress .buddypress-wrap input[type=submit], .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
	border-color: var(--bs-white);
}

#bbpress-forums div.bbp-template-notice code, div.bbp-template-notice, div.indicator-hint {
	border-radius: 0;
}

div.bbp-template-notice, div.indicator-hint, #bbpress-forums .bbp-no-topic, #bbpress-forums #bbp-user-wrapper, #bbpress-forums #bbp-single-user-details, #bbpress-forums #bbp-single-user-details div, #bbpress-forums .bbp-user-section, #bbpress-forums #bbp-user-replies-created, #bbpress-forums #bbp-user-body, #bbpress-forums #bbp-user-engagements, #bbpress-forums #bbp-user-favorites, #bbpress-forums #bbp-user-subscriptions, #bbpress-forums #bbp-user-profile, #bbpress-forums #bbp-user-topics-started, #bbpress-forums #bbp-your-profile fieldset div, #bbpress-forums #bm-user-profile-data, #bbpress-forums #bm-user-profile-data div, #bbpress-forums .bbp-forum-content {
	background: none;
}

.bbp-forum-content ul.sticky, .bbp-topics ul.sticky, .bbp-topics ul.super-sticky, .bbp-topics-front ul.super-sticky {
    background-color: var(--bs-white) !important;
    font-size: 1em;
}

.bbp-author-link {
    text-decoration: none;
	font-weight: bold;
}

.bbp-author-avatar {
    margin: 0 auto 10px;
    display: block;
}

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
	border-width: 1px;
	border-color: #fff;
}

#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header,#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: 1px solid #fff;
}

.bp-feedback.info, .activity-list .activity-item .activity-content .activity-inner, .activity-list .activity-item .activity-content blockquote {
    border: 1px solid #fff;
}

#bbpress-forums div.bbp-the-content-wrapper input[type=button] {
    padding: 4px 7px;
    margin: 0 -1px 0 0;
    line-height: 0;
    border: 1px solid transparent;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    border-radius: 3px;
    min-width: 25px;
    color: #ffffff;
}

span.bbp-admin-links a, .bbp-forum-header a.bbp-forum-permalink, .bbp-reply-header a.bbp-reply-permalink, .bbp-topic-header a.bbp-topic-permalink {
    color: #ffffff;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    color: #fff;
    background-color: transparent;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    text-transform: uppercase;
}

.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links), .activity-list.bp-list .activity-item, .activity-update-form, .buddypress-wrap .bp-feedback {
	box-shadow: none;
}

#bbpress-forums #bbp-search-form {
    clear: left;
    padding-bottom: 10px;
}

#bbp-search-form #bbp_search {
    border-radius: 100px;
    border: 1px solid #fff;
    margin-right: 10px;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    box-sizing: border-box;
    font-size: 1.125em;
}

#bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar {
    float: none;
    vertical-align: middle;
    border: 1px solid #fff;
    max-height: 20px;
    max-width: 20px;
    width: 20px;
}

#new-post label {
    margin-bottom: 5px;
}

div.bbp-template-notice.info {
    border: #fff 1px solid;
}

.activity-list .activity-item.mini .activity-avatar {
    padding-bottom: 10px;
}

body #buddypress .bp-list .action {
    padding-top: 10px;
    display: block;
    clear: both;
    margin-top: 10px;
    border-top: 0.5px solid;
}

.bp-navs ul li .count {
    border-radius: 0;
    line-height: 0.95em;
    background: #fff;
    border: 0;
    height: 1.35em;
    text-align: center;
    vertical-align: top;
}


.bbp-keymaster {
    color: #e74c3c;
    font-weight: bold;
}

html body #bbpress-forums .bbp_keymaster a, html body #bbpress-forums .bbp_keymaster, html body #bbpress-forums .bbp_administrator, html body #bbpress-forums .bbp_administrator a {
    color: #e74c3c;
}


div.bbp-template-notice a:hover {
    color: inherit;
    opacity: 0.75;
}

#basic-local-avatar {
    border: none !important;
    margin-top: 10px !important;
}

/*  Forms  */

.bbp-form-wrap {
    display: flex;
    gap: 1rem;
}

.form-wrapper .bbp-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.bbp-form-wrap input {
    display: block;
    font-size: 1rem !important;
    width: 100%;
    padding: 0.75em 1rem !important;
}

.bbp-template-notice.info, .bbp-template-notice.info ul {
    background: none !important;
    list-style: none;
    margin: 30px auto;
    padding: 20px;
}

.bbp-template-notice.info ul {
    margin: auto;
    padding: 0;
}

.bbp-optin {
    max-width: 320px;
    font-size: 11px;
}

#bbpress-forums .bbp-forum-content ul li, #bbpress-forums .bbp-forum-content ol li {
    list-style: initial;
    margin-bottom: 0.5rem;
}