/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

/* ------------------------------------------------------------
    ROOT VARIABLES
------------------------------------------------------------ */
:root {
	/* COLORS */
	--black: #000000;
	--red: #CF2127;
	--dark: #15021D;
	--grey: #7A736A;
	--white: #ffffff;
	--yellow: #FEB700;
	--light-grey: #FAFAFA;

	/* TYPEFACES */
	--inter: 'Inter', sans-serif;
	--bebas: 'Bebas Neue', sans-serif;

	/* UTILITIES */
	--transition: all .5s ease-in-out;
	--transition-long: all .7s ease-in-out;
}


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

*,
*:before,
*:after {
	box-sizing: border-box !important;
}


.mason {
	-moz-column-width: 18em;
	-webkit-column-width: 18em;
	column-width: 18em;
	-moz-column-gap: 0em;
	-webkit-column-gap: 0em;
	column-gap: 0em;
}

.item {
	display: inline-block;
	padding: .25rem;
	width: 100%;
}


.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
}

.acf-map img {
	max-width: inherit !important;
}

.site {
	overflow: hidden;
}

.footer-fb:before {
	content: '';
	color: var(--white);
	position: absolute;
	bottom: 7px;
	left: 14px;
}

a.navbar-brand {
	max-width: 215px;
}

.gform-theme--foundation .gfield--width-three-quarter {
	grid-column: span 9 !important;
}

.gform-theme--foundation .gfield--width-quarter {
	grid-column: span 3 !important;
}

.gform-theme--foundation .gform_fields {
	-moz-column-gap: 0;
	column-gap: 0 !important;
}

/* Global Styles */

body {
	background-color: var(--light-grey);
	font-family: var(--inter);
}

h1,
h2,
h3,
h4 {
	text-transform: uppercase;
	font-family: var(--bebas);
}

h1 {
	font-size: 53px;
}

h2 {
	font-size: 35px;
	color: var(--grey);
	border-bottom: 1px solid var(--grey);
	margin-bottom: 10px;
	padding-bottom: 5px;
}

h3 {
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: var(--inter);
}

h4 {
	color: var(--grey);
	font-family: var(--inter);
	font-size: 18px;
	font-weight: 500;
}

a {
	color: var(--red);
	text-transform: uppercase;
	text-underline-offset: 3px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

a:hover {
	color: var(--dark);
}


a.link-hover-white:hover {
	color: var(--white) !important;
	transition: var(--transition);
}


a.no-line {
	text-decoration: none;
}

a.back-btn {
	text-transform: capitalize;
	text-decoration: none;
}

.btn,
.woocommerce-info a.button,
.woocommerce-notices-wrapper .woocommerce-message a.button,
.wpcf7 input[type=submit] {
	border-radius: 0px;
}

.btn-primary {
	--bs-btn-color: var(--white);
	--bs-btn-bg: var(--red);
	--bs-btn-border-color: var(--red);
	--bs-btn-hover-bg: var(--dark);
	--bs-btn-hover-border-color: var(--dark);
	--bs-btn-active-bg: var(--grey);
	--bs-btn-active-border-color: var(--grey);
}

.btn-outline-primary {
	--bs-btn-color: var(--red);
	--bs-btn-border-color: var(--red);
	--bs-btn-hover-color: var(--white);
	--bs-btn-hover-bg: var(--dark);
	--bs-btn-hover-border-color: var(--dark);
	--bs-btn-focus-shadow-rgb: 85, 51, 255;
	--bs-btn-active-color: var(--white);
	--bs-btn-active-bg: #aa1217;
	--bs-btn-active-border-color: #aa1217;
}


.btn-danger {
	background-color: var(--black);
	transition: var(--transition);
	border: 1px solid var(--black);
	padding-top: 14px;
	padding-bottom: 14px;
}

.btn-danger:hover {
	background-color: var(--red);
	transition: var(--transition);
	border: 1px solid var(--red);
}

.border-secondary {
	border-color: #7A736A !important;
}



.text-yellow {
	color: var(--yellow);
}

.tab-views .nav-link {
	font-size: 19px;
	color: var(--red);
	height: 40px !important;
	padding: 4px 16px !important;
	border-radius: 0px !important;
}



.tab-views .nav-link,
#view-list,
#view-grid {
	background-color: var(--white) !important;
	transition: var(--transition);
	border: 1px solid var(--red) !important;
}


.tab-views #nav-md-tab.nav-link svg,
#view-list svg {
	fill: var(--white) !important;
	stroke: var(--red) !important;
	transition: var(--transition);
}

.tab-views #nav-sm-tab.nav-link svg,
#view-grid svg {
	fill: var(--white) !important;
	stroke: var(--red) !important;
	transition: var(--transition);
}

.tab-views .nav-link.active,
#view-list.active,
#view-grid.active {
	border: 0px;
	background-color: var(--dark) !important;
	border: 1px solid var(--dark) !important;
	transition: var(--transition);
	pointer-events: none !important;
}

.tab-views #nav-md-tab.nav-link.active svg,
.tab-views #nav-sm-tab.nav-link.active svg,
#view-list.active svg,
#view-grid.active svg {
	fill: var(--dark) !important;
	stroke: var(--light-grey) !important;
	transition: var(--transition);
	pointer-events: none !important;
}

.tab-views .nav-link:hover,
#view-list:hover,
#view-grid:hover {
	background-color: var(--red) !important;
	transition: var(--transition);
}

.tab-views #nav-md-tab.nav-link:hover svg,
#view-list:hover svg {
	fill: var(--red) !important;
	stroke: var(--white) !important;
	transition: var(--transition);
}

.tab-views #nav-sm-tab.nav-link:hover svg,
#view-grid:hover svg {
	fill: var(--red) !important;
	stroke: var(--white) !important;
	transition: var(--transition);
}

a.card {
	text-decoration: none !important;
}

.card {
	--bs-card-border-radius: 0px;
	border: 1px solid #EFEFEF;
	transition: var(--transition);

	& p {
		font-size: 15px;
		margin-bottom: 5px;
	}

	& a {
		text-decoration: none !important;
	}

	& a:hover {
		text-decoration: underline !important;
	}
}

.card .event-ticket {
	display: flex;
	justify-content: end;
}

.card:hover svg,
.card a:hover svg {
	stroke: var(--red) !important;
}

.card.card-highlight {
	border: 1px solid var(--red);
}

.card-img,
.card-img-top {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.count {
	position: absolute;
	top: -28px;
	right: 0;
	background-color: #F2EFEF;
	padding: 5px 10px;

	& p {
		margin-bottom: 0;
		color: var(--grey);
		font-size: 12px;
	}
}

.card-body {
	position: relative;
	padding-bottom: 5px;
	transition: var(--transition);
}

.card-body::before {
	content: '';
	position: absolute;
	left: 15px;
	top: -15px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid var(--white);
	clear: both;
}

.card-title {
	color: var(--red);
	font-size: 23px;
	font-weight: 600;
	transition: var(--transition);
	text-decoration: none !important;
	text-transform: none !important;
	margin-bottom: 0px !important;
}

a.card:hover {
	transition: var(--transition);
	border: 1px solid var(--red);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.20);
	cursor: pointer;
}

a.card:hover .card-title {
	text-decoration: none !important;
	color: var(--black) !important;
	transition: var(--transition);

}

.card .card-text {
	color: var(--grey) !important;
	text-transform: none !important;
}

a.card:hover .card-text {
	color: var(--black) !important;
	transition: var(--transition);
}

.card-body .badge {
	background-color: #F2EFEF;
	color: var(--grey);
	font-size: 12px;
	padding: 7px 10px;
}

.card-footer {
	background-color: transparent !important;
	border-top: none;
	padding-top: 8px !important;
	padding-bottom: 15px;
	border-radius: 0px !important;
	font-size: 15px;

	& a i {
		font-size: 13px;
		padding-left: 5px;
	}
}


.card-horizontal img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-horizontal .card-body::before {
	content: '';
	position: absolute;
	left: -30px;
	top: 7px;
	width: 0;
	height: 0;
	clear: both;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid var(--white);
}

.card-horizontal .count {
	bottom: 0;
	top: auto;
}

.card-list .card-body::before {
	display: none;
}

.card-list .card-title {
	font-size: 20px;
}

.card-list .count {
	bottom: auto;
	top: 0;
}


.card.card-event a {
	text-decoration: none !important;
}

.card.card-event .venue-event-link {
	margin-bottom: 0px !important;
}


.card.card-event .card-title {
	color: var(--dark) !important;
	transition: var(--transition);
	text-transform: none !important;
}

.card.card-event p {
	transition: var(--transition);
}

.card.card-event .card-venue {
	transition: var(--transition);
	text-decoration: none !important;
	text-transform: none !important;
	color: var(--red);
}


.card.card-event:hover {
	transition: var(--transition);
	background-color: var(--dark);
	box-shadow: 0 8px 2px 0 rgba(0, 0, 0, 0.00), 0 5px 2px 0 rgba(0, 0, 0, 0.01), 0 3px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.09), 0 0 1px 0 rgba(0, 0, 0, 0.10);
}

.card.card-event:hover .card-title {
	color: var(--white) !important;
	transition: var(--transition);
}

.card.card-event:hover .card-venue,
.card.card-event:hover p {
	color: var(--light-grey) !important;
	transition: var(--transition);
}

.card.card-event:hover .venue-event-info::before,
.card.card-event:hover .event-md-info::before {
	border-right: 12px solid var(--dark);
	transition: var(--transition);
}



.search-results-type-label {
	font-size: 24px;
	font-family: var(--bebas);
}


.search-results-section .card-body::before {
	display: none !important;
}

.search-result-card .card-body {
	padding-bottom: 16px;
}

.search-result-card .card .card-text {
	text-transform: none !important;
}

.search-result-card .card .card-text-learn-more {
	font-size: 13px !important;
	text-decoration: underline;
}

.search-results-section .search-result-card .card {
	background-color: var(--white);
	transition: var(--transition);
}

.search-results-section .search-result-card:hover .card {
	background-color: var(--dark);
	transition: var(--transition);
}

.search-results-section .search-result-card:hover .card-title,
.search-results-section .search-result-card:hover .card-text {
	color: var(--white) !important;
	transition: var(--transition);
}

.search-results-section .search-result-card:hover .card-text-learn-more {
	color: var(--red) !important;
	transition: var(--transition);
}





.pagination {
	--bs-pagination-border-width: 0px;
	--bs-pagination-border-color: #dee2e6;
	--bs-pagination-border-radius: 0px;
	gap: 8px;
}

.page-link {
	background-color: transparent;
	text-decoration: none;
	border: 0px;
	color: var(--red);
	font-size: 20px;
}

#pagination .page-item:first-child .page-link {
	color: var(--white);
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: var(--red);
}

#pagination .page-item:last-child .page-link {
	color: var(--white);
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: var(--red);
}


#pagination .page-item.active .page-link {
	background-color: var(--grey) !important;
	color: var(--white) !important;
}

/* HOVER */

#pagination .page-item .page-link:hover {
	transition: var(--transition);
	background-color: var(--red);
	color: var(--white);
}

#pagination .page-item:first-child .page-link:hover,
#pagination .page-item:last-child .page-link:hover {
	transition: var(--transition);
	background-color: var(--dark);
}


#pagination .page-item.active .page-link {
	background-color: var(--white) !important;
	color: var(--grey) !important;
}




/* Header/Nav Styles */

.menu-btn {
	background: #cf2127;
	& > a {
		color: #fff !important;
	}
}

.facebook-nav a {
	background-color: #2237F1;
	color: var(--white);
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 9px;
}

.facebook-nav i {
	color: #2237F1;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 5px;
}

button.navbar-toggler {
	background-color: var(--red);
	color: var(--white);
	border-radius: 0;
	border: none;
	padding: 3px 5px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

a.mobile-account.ms-auto {
	background-color: var(--red);
	padding: 7px 14px;
	margin-right: 10px;
	color: var(--white);
}

#main-nav input.form-control {
	border-radius: 0px;
	border-color: 1px solid var(--grey);
	background: var(--white);
	margin-right: 0px !important;
	border: none;
}

.btn.header-search {
	background-color: var(--red);
	border-radius: 0px;
	color: var(--white);
	font-size: 14px;
	min-width: fit-content;
	transition: var(--transition);
}


.btn.header-search svg {
	height: 18px;
}


.btn.header-search:hover {
	background-color: var(--dark);
	transition: var(--transition);
}

.offcanvas-header .btn-close {
	padding: 24px 24px;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 0;
	opacity: 1;
	background-color: var(--red);
	position: absolute;
	top: 20px;
	right: 35px;
}

.offcanvas-header .btn-close-white {
	filter: none;
}

.offcanvas {
	background-color: #15021D;
}

.offcanvas-body {
	flex-grow: 0;
}

.offcanvas-body .nav-link {
	color: var(--white);
	font-size: 28px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
}


.mobile-logo {
	height: 40px !important;
}

/* Header Hover Styles */

.listing-front {
	background-color: var(--light-grey) !important;
	box-shadow: 0 -33px 9px 0 rgba(0, 0, 0, 0.00), 0 -21px 8px 0 rgba(0, 0, 0, 0.01), 0 -12px 7px 0 rgba(0, 0, 0, 0.05), 0 -5px 5px 0 rgba(0, 0, 0, 0.09), 0 -1px 3px 0 rgba(0, 0, 0, 0.10);
	padding: 16px;
}


/* Homepage Styles */

.home-hero-text {
	background-color: #15021D;
	background-image: url('/wp-content/themes/understrap-child-1.2.0/images/notes-purple.svg');
	background-repeat: no-repeat;
	position: relative;

	& h1 {
		color: var(--white);

	}
}

.home-hero-text::after {
	content: '';
	position: absolute;
	left: 30px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid var(--light-grey);
	clear: both;
}

.home-hero-text .btn-primary:hover {
	font-variant: var(--transition);
	background-color: var(--white);
	color: var(--red);
}

.swiper-nav-btn {
	position: absolute;
	top: 0px;
	z-index: 10;
	background: var(--white);
	border: 1px solid var(--red);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	padding: 0;
	transition: var(--transition);
}

.swiper-nav-btn:hover {
	background: var(--red);
	transition: var(--transition);
}

.swiper-nav-btn:hover svg {
	stroke: var(--white);
	transition: var(--transition);
}

.swiper-nav-prev {
	left: -18px;
}

.swiper-nav-next {
	right: -18px;
}

.swippers .swiper-slide {
	height: auto;
}

.swippers .swiper-wrapper {
	align-items: stretch;
}

.swippers .swiper-slide .row {
	height: 100%;
}


.swippers .swiper-nav-prev {
	bottom: 16px !important;
	right: 60px !important;
	left: auto;
	top: auto;
}

.swippers .swiper-nav-next {
	bottom: 16px !important;
	right: 16px !important;
	left: auto;
	top: auto;
}

.swiper-nav-btn.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none !important;
}

.evt_container .swiper-slide,
.evt_container_alt .swiper-slide {
	height: auto;
}

/* Standard Archive Styles */

.page-hero {
	background-color: #E9E9E9;
	position: relative;
	background-image: url('/wp-content/themes/understrap-child-1.2.0/images/notes-white.svg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	min-height: 125px;
	& h1 {
		color: #15021D;
	}
}

.page-hero::after {
	content: '';
	position: absolute;
	left: 30px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid var(--light-grey);
	clear: both;
}

/* Gravity Form Styles */

.gf-standard {
	background: #E9E9E9;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);
	padding: 25px;
}

/* Form Labels */
body .gform_wrapper .gfield_label {
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

/* Form Inputs */
body .gform_wrapper .ginput_container input[type="text"],
body .gform_wrapper .ginput_container input[type="email"],
body .gform_wrapper .ginput_container input[type="url"],
body .gform_wrapper .ginput_container input[type="tel"],
body .gform_wrapper .ginput_container input[type="number"],
body .gform_wrapper .ginput_container textarea,
body .gform_wrapper .ginput_container select {
	width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333;
}

/* Focus Styles for All Inputs */
body .gform_wrapper .ginput_container input[type="text"]:focus,
body .gform_wrapper .ginput_container input[type="email"]:focus,
body .gform_wrapper .ginput_container input[type="url"]:focus,
body .gform_wrapper .ginput_container input[type="tel"]:focus,
body .gform_wrapper .ginput_container input[type="number"]:focus,
body .gform_wrapper .ginput_container textarea:focus,
body .gform_wrapper .ginput_container select:focus {
	border-color: var(--red);
	outline: none;
	box-shadow: 0 0 5px rgba(207, 33, 39, 0.35);
}

/* Drop-down (Select) Styling */
body .gform_wrapper .ginput_container select {
	background-color: var(--white);
	padding-right: 30px;
	cursor: pointer;
}

body .gform_wrapper .ginput_container select:focus {
	border-color: var(--red);
	outline: none;
}

/* Submit Button */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_footer button[type="submit"] {
	background-color: var(--red);
	color: var(--white);
	padding: 10px 20px;
	border: none;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}

#gform_submit_button_1 {
	border: none;
	background-color: var(--red);
	color: var(--white);
	padding: 14px 20px;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.site-footer .gform_wrapper.gravity-theme #field_submit {
	display: flex;
	margin-bottom: 20px;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_footer button[type="submit"]:hover {
	background-color: #aa1217;
}

/* Join Us Styles */

.join-pricing {
	border: 1px solid var(--red);
}

.join-pricing h4 {
	color: #000;
	font-size: 42px;
	font-weight: 700;
	font-family: var(--bebas);
	margin-bottom: 0px;
}

.join-pricing p {
	font-size: 17px;
	color: var(--grey);
	text-transform: uppercase;
	margin-bottom: 0px;
}

.join-pricing p:first-child {
	font-size: 74px;
	color: var(--grey);
	font-weight: 700;

	& span {
		font-size: 16px;
	}
}

.join-pricing p:last-child {
	font-size: 15px;
	color: var(--grey);
	text-transform: capitalize;
}

.join-pricing p.small {
	color: #772B90;
	font-size: 10px;
	margin-bottom: 0px;
	font-weight: 700;
}

.wtm-benefits h3 {
	font-size: 21px;
	color: var(--grey);
}

.wtm-benefits p {
	font-size: 15px;
}

/* Artist & Venue Listing */

#venues-grid:not(.venue-list-view) img {
	height: 210px;
	width: 100%;
	object-fit: cover !important;
}

#artists-grid:not(.artist-list-view) img {
	height: 320px;
	width: 100%;
	object-fit: cover !important;
}

.venue-list-view a.card .card-body::before,
.artist-list-view a.card .card-body::before {
	display: none !important;
}


.venue-list-view .card.h-100,
.artist-list-view .card.h-100 {
	display: grid;
	grid-template-areas:
		"thumb content"
		"thumb footer";
}

.venue-list-view .card.h-100 {
	grid-template-columns: 20% 80%;
}

.artist-list-view .card.h-100 {
	grid-template-columns: 15% 80%;
}

.venue-list-view .card a:first-of-type,
.artist-list-view .card a:first-of-type {
	grid-area: thumb;
	height: 100%;
}

.venue-list-view .card a:first-of-type img,
.artist-list-view a.card img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	max-height: 100px !important;
}

.venue-list-view .card-body,
.artist-list-view .card-body {
	grid-area: content;
	padding-left: 24px;
}

.venue-list-view .card-footer,
.artist-list-view .card-footer {
	grid-area: footer;
	padding-left: 24px;
	font-size: 14px;
	border-radius: 0px !important;
}

.venue-list-view .card-footer svg,
.artist-list-view .card-footer svg {
	width: 18px;
}




/* Top gallery: visible below 1099px, hidden at 1099px and up */
.hide-on-md,
.hide-on-md.col-auto,
.hide-on-md.col-md {
	display: block !important;
}

@media (min-width: 1099px) {

	.hide-on-md,
	.hide-on-md.col-auto,
	.hide-on-md.col-md {
		display: none !important;
	}
}

/* Bottom gallery: hidden below 1099px, visible at 1099px and up */
.show-on-md,
.show-on-md.col-auto,
.show-on-md.col-md {
	display: none !important;
}

@media (min-width: 1099px) {

	.show-on-md,
	.show-on-md.col-auto,
	.show-on-md.col-md {
		display: block !important;
	}
}



/* Artist Single Styles */

.artist-banner-pic {
	max-height: 240px;
	overflow: hidden;
	width: 100%;
}

.artist-banner-pic img {
	height: 240px;
	width: 100%;
	object-fit: cover;
}

.artist-bio-pic img {
	height: 280px;
	width: 380px;
	object-fit: cover;
}


.artist-bio-pic {
	margin-top: -50px;

	& img {
		border: 4px solid #FAFAFA;
	}
}

.artist-hero-hero h1 {
	font-size: 38px;
	color: #000;
	font-weight: 400;
}

.artist-socials .nav-item a {
	padding: 5px 8px;
}

.venue-socials .nav-item a svg,
.artist-socials .nav-item a svg {
	fill: var(--red);
	transition: var(--transition);
}

.venue-socials .nav-item a:hover svg,
.artist-socials .nav-item a:hover svg {
	fill: var(--black);
	transition: var(--transition);
}

.artist-single-cat .badge {
	background-color: #F2EFEF;
	color: var(--grey);
	font-size: 14px;
}

.art-music iframe {
	width: 100% !important;
}


#art-video .art-video-embed {
	background-color: var(--black);
}


#art-video .art-video-embed video {
	height: 360px !important;
	width: auto !important;
}


#art-nav-tab {
	margin-top: 16px;
	margin-bottom: 16px;
}

#art-nav-tab .btn {
	text-transform: uppercase;
	font-size: 18px;
}

#art-nav-tab .btn.btn-outline-primary:hover {
	background-color: var(--red);
	color: var(--white);
	border: 1px solid var(--red);
}

#art-nav-tab .btn.active:hover,
#art-nav-tab .btn.active {
	background-color: var(--white);
	color: var(--grey);
	border: 1px solid var(--grey);
	pointer-events: none !important;
}


.art-member {
	& h4 {
		color: #15021D;
		font-family: var(--bebas);
		font-size: 30px;
		margin-bottom: 0px;
	}

	& p {
		color: var(--grey);
		margin-bottom: 0px;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 15px;
	}
}


/* Artist Booking Request */

.booking-form {
	background-color: #F2EFEF;
	padding: 20px 35px;
	border-radius: 10px;
	margin-top: -100px;
}

/* Venue Single Styles */

.ven-status-o {
	color: #03AA00;
	font-size: 13px;
	margin-bottom: 0;
}

.venue-single-info h1 {
	font-size: 60px;
}

.venue-socials .nav-item a {
	padding: 5px 8px;
	color: var(--red);
	font-size: 18px;
	margin-bottom: 5px;
}

.venue-socials .col-auto {
	padding-left: 0px;
}

.venue-socials i {
	color: var(--red);
	font-size: 18px;
	margin-right: 5px;
}

.venue-website a {
	color: var(--dark);
	font-size: 16px;
	text-decoration: none;
	text-transform: capitalize;
	transition: var(--transition);
}

.venue-website a:hover {
	color: var(--red);
	text-decoration: underline;
	transition: var(--transition);
}

.venue-divide {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;

	& h3 {
		font-size: 20px;
		color: var(--grey);
	}
}

.venue-hours p {
	color: #15021D;
}

.venue-event {
	background-color: var(--white);
	border: 1px solid #EFEFEF;
	transition: var(--transition);
}

.venue-event-date {
	padding: 24px 20px 14px 20px;
}

.venue-event-date span {
	font-size: 46px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: var(--bebas);
	display: block;
	line-height: 28px !important;
	color: var(--black);
	transition: var(--transition);
}

.venue-event-date p {
	margin-bottom: 0px !important;
}

.venue-event-date .month-date {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: var(--grey);
	font-family: var(--inter);
	transition: var(--transition);
}

.venue-event-img {
	padding: 0px !important;
}

.venue-event-info {
	padding: 20px 20px 34px 20px;
}

.venue-event-info::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 16px;
	width: 0;
	height: 0;
	clear: both;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid var(--white);
	transition: var(--transition);
}

.venue-event-info h4 {
	color: var(--red);
	font-size: 18px;
	font-weight: 600;
	text-transform: none !important;
	text-decoration: none !important;
	transition: var(--transition);
}

.venue-event-info .venue-event-time {
	position: absolute;
	bottom: 8px;
	right: 16px;
	color: var(--black);
	transition: var(--transition);
}

.venue-event-info ul {
	color: var(--grey);
	font-size: 10px;
	text-transform: uppercase;
}

.venue-event-info p {
	font-size: 14px;
	font-weight: 600;
}


.venue-event:hover {
	background-color: var(--dark);
	border: 1px solid var(--red);
	transition: var(--transition);
}



.venue-event:hover .venue-event-date .month-date {
	color: var(--red) !important;
	transition: var(--transition);
}

.venue-event:hover .venue-event-date span,
.venue-event:hover .venue-event-time {
	color: var(--light-grey) !important;
	transition: var(--transition);
}

.venue-event:hover .venue-event-info::before {
	transition: var(--transition);
	border-right: 12px solid var(--dark);
}

.venue-event:hover .venue-event-info h4 {
	color: var(--white);
	transition: var(--transition);
	text-decoration: underline !important;
}



/* Events Main Page Styles */

.event-sm,
.event-md {
	& .card-body a {
		text-decoration: none;
		display: inline-block;

		& h5 {
			color: var(--dark);
			font-size: 20px;
			text-transform: initial;
			margin-bottom: 5px;
			transition: var(--transition);
		}
	}

	& ul {
		font-size: 10px;
		color: var(--grey);
	}

	& .card-footer a {
		font-size: 15px;
		text-transform: initial;
	}


	& .card-footer p {
		color: var(--dark);
		font-size: 14px;
		white-space: nowrap !important;
	}
}

.card-body a:hover h5 {
	color: var(--red);
	transition: var(--transition);
	text-decoration: underline;
}


.event-md-img {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.event-md-img img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	max-height: 110px;
}

.event-md-info::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 15px;
	width: 0;
	height: 0;
	clear: both;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid var(--white);
	transition: var(--transition);
}

a.event-ticket {
	position: absolute;
	right: 10px;
	top: 5px;
}

/* Single Event Page */

.single-event-hero {
	padding-top: 2rem;
}

#event-artist-img img {
	width: 100% !important;
}

.single-event-artist-img {
	width: 100%;
	max-height: 480px;
	object-fit: cover;
	border-radius: 8px;
}

.single-event-img-placeholder img {
	width: 100%;
	border-radius: 8px;
	opacity: 0.6;
}

.single-event-eyebrow {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #E63946;
}

.single-event-title {
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.1;
}

.single-event-at {
	font-size: 14px;
	color: #999;
	margin: 0;
}

.single-event-venue a {
	font-size: 1.4rem;
	font-weight: 700;
	color: inherit;
	text-decoration: none;
}

.single-event-venue a:hover {
	text-decoration: underline;
}

.single-event-address {
	font-size: 14px;
}

.single-event-cal-links .btn {
	font-size: 12px;
}

#single-event-map {
	border-radius: 8px;
	border: 1px solid #e0e0e0;
}



/* Footer Styles */

footer .nav-link {
	color: #15021D;
	padding: 5px 16px;
}

footer .current-menu-item .nav-link {
	color: var(--grey);
}

footer .nav-link:focus,
footer .nav-link:hover {
	color: var(--red);
}

.footer-sub-menu .nav-link,
.footer-sub-menu p {
	color: #A1A1AA;
	padding: 5px 9px;
	font-size: 14px;
}

.footer-sub-menu .nav-link {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.footer-fb {
	background: rgba(21, 2, 29, 1);
	background: -moz-linear-gradient(left, rgba(21, 2, 29, 1) 0%, rgba(207, 33, 39, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21, 2, 29, 1)), color-stop(100%, rgba(207, 33, 39, 1)));
	background: -webkit-linear-gradient(left, rgba(21, 2, 29, 1) 0%, rgba(207, 33, 39, 1) 100%);
	background: -o-linear-gradient(left, rgba(21, 2, 29, 1) 0%, rgba(207, 33, 39, 1) 100%);
	background: -ms-linear-gradient(left, rgba(21, 2, 29, 1) 0%, rgba(207, 33, 39, 1) 100%);
	background: linear-gradient(to right, rgba(21, 2, 29, 1) 0%, rgba(207, 33, 39, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15021d', endColorstr='var(--red)', GradientType=1);
}

.footer-fb a {
	color: var(--white);
	font-size: 12px;
	text-decoration: none;
	text-transform: inherit;
}

.footer-fb a i {
	font-size: 20px;
	padding-left: 5px;
	margin-top: -4px;
}

/* Login/Sign Up Styles */

.login-welcome {
	background-color: #E9E9E9;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.20);

	& h2 {
		font-size: clamp(1.75rem, 1.3587rem + 1.3043vw, 2.5rem);
		font-family: var(--inter);
		color: #15021D;
		border: none;
		font-weight: 400;
	}
}

.login-account h1 {
	font-size: clamp(2.375rem, 1.6576rem + 2.3913vw, 3.75rem);
	font-family: var(--inter);
	color: #15021D;
	border: none;
	font-weight: 400;
}

.front-forms input.form-control {
	border-radius: 5px;
	background: var(--white);
	border: 1px solid #ccc;
}




/* Dashboard Styles */

@media (min-width: 576px) {
	.h-sm-100 {
		height: 100%;
	}
}

.user-icon {
	width: 35px;
	height: 35px;
}

.dash h2 {
	font-size: 24px;
	font-weight: bold;
	color: var(--grey);
}

h2.heading-line {
	border-bottom: 1px solid #AEAEAE;
}

h2.heading-line:has(i) {
	position: relative;
}

.p-help {
	font-size: 15px;
	color: var(--red);
	position: absolute;
	top: 3px;
	left: 115px;
	cursor: pointer;
}

input[type=file]::file-selector-button {
	background-color: var(--white);
}

input[type=file]::file-selector-button:hover {
	background-color: var(--white);
}

.genre-check {
	width: 80%;
}

.genre-check .btn-check:checked+.btn {
	border-radius: 25px;
	margin: 3px;
}

.genre-check label.btn {
	border-radius: 25px;
	margin: 3px;
}

/* Dashboard Form Styles */

.dash .form-control,
.dash .wpcf7 .dash .wpcf7-validation-errors,
.dash .wpcf7 input[type=color],
.dash .wpcf7 input[type=date],
.dash .wpcf7 input[type=datetime-local],
.dash .wpcf7 input[type=datetime],
.dash .wpcf7 input[type=email],
.dash .wpcf7 input[type=file],
.dash .wpcf7 input[type=month],
.dash .wpcf7 input[type=number],
.dash .wpcf7 input[type=range],
.dash .wpcf7 input[type=search],
.dash .wpcf7 input[type=submit],
.dash .wpcf7 input[type=tel],
.dash .wpcf7 input[type=text],
.dash .wpcf7 input[type=time],
.dash .wpcf7 input[type=url],
.dash .wpcf7 input[type=week],
.dash .wpcf7 select,
.dash .wpcf7 textarea {
	padding: 0.75rem 0.75rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.footer-fb:before {
		content: '';
		color: var(--white);

		position: absolute;
		bottom: 7px;
		left: 14px;
	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


	#artists-grid:not(.artist-list-view) img {
		height: 200px;
		width: 100%;
		object-fit: cover !important;
	}

	.footer-fb:before {
		content: '';
		color: var(--white);

		position: absolute;
		bottom: 7px;
		left: 14px;
	}

	h1 {
		font-size: 68px;
	}

	.home-hero-img img {
		object-fit: cover !important;
		width: 100%;
		height: 100%;
	}

	.artist-bio-pic {
		margin-top: -200px;
	}

	.artist-hero-hero h1 {
		padding-top: 8px;
		font-size: 60px;
	}

	.site-footer .gform_wrapper.gravity-theme #field_submit {
		margin-left: -20px;
	}


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.site {
		overflow: unset;
	}

	.offcanvas-body .nav-link {
		color: var(--dark);
		font-size: 16px;
		transition: var(--transition);
	}

	.offcanvas-body .nav-link:hover {
		color: var(--red);
		transition: var(--transition);
	}

	.offcanvas-body .active .nav-link {
		color: var(--grey);
	}

	.footer-fb:before {
		content: '';
		color: var(--white);

		position: absolute;
		bottom: 7px;
		left: 14px;
	}

	h1 {
		font-size: 82px;
	}

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.footer-fb:before {
		content: '';
		color: var(--white);

		position: absolute;
		bottom: 7px;
		left: 14px;
	}

	.navbar-brand {
		transform: translateX(-50%);
		left: 50%;
		position: absolute;
	}

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

	.footer-fb:before {
		content: '';
		color: var(--white);

		position: absolute;
		bottom: 7px;
		left: 14px;
	}

	.container,
	.container-lg,
	.container-md .container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1391px;
	}

}

#status_notification {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #21c752;
	color: var(--white);
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
}

#status_notification.show {
	visibility: visible;
	/* 
	Take 0.5 seconds to fade in and out.
	delay the fade out process for 2.5 seconds 
	*/
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}






/* ==========================================================================
   CONDITION 1: STATIC FLEX (5 or fewer venues on large screens)
   ========================================================================== */

.featured-venues-section {
	margin-bottom: 30px !important;
}

.featured-venue-grid.no-slider {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
	align-items: stretch !important;
	gap: 16px;
}

.featured-venue-card-wrapper {
	flex: 0 1 20%;
	/* Distribute 5 columns evenly */
	max-width: 350px;
	background: #15021D;
	padding: 8px;
	transition: all 300ms ease-in-out;
	position: relative !important;
	box-sizing: border-box;
	margin-top: 24px !important;
	height: auto;
}

/* ==========================================================================
   CARD STYLING
   ========================================================================== */

/* Images */
.featured-venue-card .featured-venue-card-img,
.featured-venue-card img {
	width: 100%;
	height: 140px;
	transition: all 300ms ease-in-out;
}

.featured-venue-card .featured-venue-card-img {
	border-radius: 0px;
	overflow: hidden;
}

.featured-venue-card img {
	object-fit: cover !important;
	transform: scale(1);
}

/* Content & Typography */
.featured-venue-card a {
	text-decoration: none !important;
}

.featured-venue-card .venue-content {
	padding: 0 8px 16px 8px !important;
}

.featured-venue-title {
	margin: 0px 0 12px;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none !important;
	color: var(--white);
	padding: 16px 8px 0px 8px !important;
	text-transform: none !important;
}

.featured-venue-card .venue-content h4 {
	margin-top: 8px;
	font: 19px/1.4 "Rubik", sans-serif !important;
	color: var(--white);
}

/* Fallbacks & Address */
.venue-detail-fallback,
.featured-venue-card .venue-content p,
.featured-venue-card .venue-address-fallback,
.featured-venue-card .venue-address-fallback-city {
	color: #a0a1a0;
}

.featured-venue-card .venue-address-fallback {
	font-size: 17px;
	margin-bottom: 0;
}

.featured-venue-card .venue-address-fallback-city,
.venue-detail-fallback,
.featured-venue-card .venue-content p {
	font-size: 13px;
	margin-top: 0;
}

/* Events List */
.featured-venue-event {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	margin-bottom: 6px;
}

.featured-venue-card .featured-venue-event-link {
	display: flex;
	justify-content: space-between !important;
	font-size: 13px;
	color: #feb700;
	width: 100% !important;
	padding: 0;
	transition: all 300ms ease-in-out;
	position: relative;
}

.featured-venue-card .featured-venue-event-date {
	color: #a0a1a0;
	text-align: right;
}

/* ==========================================================================
   HOVER STATES
   ========================================================================== */
.featured-venue-card-wrapper:hover {
	border-color: var(--white);
}

.featured-venue-card-wrapper:hover .featured-venue-card-img img {
	transform: scale(1.1);
}

.featured-venue-card .featured-venue-event-link:hover {
	color: var(--white);
}

.featured-venue-card .featured-venue-event-link:hover .featured-venue-event-date {
	color: #feb700 !important;
}

.featured-venue-url:hover {
	cursor: pointer !important;
}

/* Tooltip */
.featured-venue-event-link::after {
	content: attr(data-tooltip);
	position: absolute;
	left: 50%;
	bottom: 60%;
	transform: translateX(-50%);
	margin-bottom: 8px;
	padding: 6px 10px;
	background: var(--red) !important;
	color: var(--white);
	font-size: 12px !important;
	border-radius: 4px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 9999 !important;
	width: max-content;
	max-width: 250px;
	line-height: 1.4;
	text-align: center;
}

.featured-venue-event-link:hover::after {
	opacity: 1;
}

.featured-venue-url {
	overflow: visible !important;
	height: 100% !important;
}

.venue-button-container {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

/* ==========================================================================
   RESPONSIVE & OVERLAYS
   ========================================================================== */
@media (max-width: 1520px) {
	.featured-venues-section .container {
		max-width: 100%;
	}

	.swiper-initialized .featured-venue-grid {
		display: flex !important;
		grid-template-columns: none !important;
	}

	/* Content & Typography */
	.featured-venue-card .featured-venue-title,
	.featured-venue-card .venue-content {
		padding: 0 8px !important;
	}
}

@media (max-width: 1360px) {
	.featured-venue-wrapper {
		padding: 0 0 60px !important;
	}

	.featured-venue-card {
		cursor: pointer;
		height: auto !important;
	}

	.featured-venue-card .venue-header {
		display: flex !important;
		flex-direction: column;
	}

	.featured-venue-card .featured-venue-card-img {
		height: auto !important;
	}

	.featured-venue-card .featured-venue-card-img img {
		height: 100px !important;
	}

	.featured-venue-card .featured-venue-title {
		font-size: 26px !important;
		margin: 0 !important;
		align-content: center !important;
		padding: 8px !important;
	}

	/* Content & Typography */
	.featured-venue-card .venue-content {
		padding: 0 8px !important;
	}

	.featured-venue-event-link {
		flex-direction: column !important;
	}

	.featured-venue-event-date {
		text-align: left !important;
	}
}

@media (max-width: 1024px) {
	.featured-venue-card-wrapper {
		position: relative !important;
		max-width: 100% !important;
		margin-top: 8px !important;
	}

	.featured-venue-wrapper {
		padding: 20px 0 20px !important;
	}

	.featured-venue-card {
		min-width: 80%;
	}

	a.featured-venue-url {
		pointer-events: none !important;
	}

	.featured-venue-card .venue-content {
		display: none;
		overflow: hidden;
	}

	.featured-venue-grid.no-slider {
		display: grid !important;
		grid-template-columns: repeat(1, 1fr);
		gap: 8px;
		justify-content: center !important;
	}

	.featured-venue-card:nth-child(-n + 5) {
		grid-column: span 1;
		max-width: 100% !important;
		height: auto !important;
		cursor: pointer;
		margin-top: 0px !important;
	}

	.featured-venue-card::before {
		justify-content: start;
		top: -8px !important;
	}

	.featured-venue-card .venue-header {
		display: flex !important;
		flex-direction: row;
		gap: 16px;
		align-items: center !important;
	}

	.featured-venue-card .featured-venue-card-img {
		height: auto !important;
		max-width: 200px !important;
	}

	/* Content & Typography */
	.featured-venue-card .venue-content {
		padding: 20px 8px 8px 8px !important;
	}

	.featured-venue-event-link {
		flex-direction: row !important;
	}

	.featured-venue-event-date {
		text-align: right !important;
	}

	.featured-venue-event-link::after {
		display: none !important;
	}

	.venue-button-container {
		opacity: 1 !important;
		visibility: visible !important;
		position: absolute;
		right: 0 !important;
		top: 2px !important;
		z-index: 999;
		display: block !important;
	}

	.featured-venue-button {
		border-radius: 0px 6px 0px 0px !important;
		padding: 8px 16px;
		color: white;
		background-color: #ad0005;
		font-size: 14px !important;
	}

	.featured-venue-arrow {
		content: " →";
		margin-left: 6px;
		display: inline-block;
		transition: transform 0.2s ease;
	}
}

@media only screen and (max-width: 767px) {

	.artist-socials {
		padding-bottom: 16px;
	}


	.artist-bio-pic {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top: -150px;
	}

	.featured-venue-card .featured-venue-card-img {
		max-width: 140px !important;
	}

	.featured-venue-text {
		display: none !important;
	}

	.featured-venue-card .venue-header {
		padding-right: 0px;
	}

	.venue-event-date .month-date {
		font-size: 15px;
		color: var(--dark);
		font-family: var(--inter);
		transition: var(--transition);
	}


}





@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

.event_thumb {
	max-height: 91px;
	max-width: 137px;
}

.evt_time {
	text-transform: uppercase;
}