/*
 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
*/

.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;
	margin: 20px 0;
}

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

.site {
	overflow: hidden;
}

.footer-fb:before {
	content: 'Base';
	color: #fff;
	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: #FAFAFA;
	font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif;
}

h1 {
	font-size: 53px;
}

h2 {
	font-size: 35px;
	color: #7A736A;
	border-bottom: 1px solid #7A736A;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

h3 {
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
}

h4 {
	color: #7A736A;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 500;
}

a {
	color: #CF2127;
	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: #aa1217;
}

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-bg: #CF2127;
	--bs-btn-border-color: #CF2127;
	--bs-btn-hover-bg: #aa1217;
	--bs-btn-hover-border-color: #aa1217;
	--bs-btn-active-bg: #aa1217;
	--bs-btn-active-border-color: #aa1217;
}

.btn-outline-primary {
	--bs-btn-color: #CF2127;
	--bs-btn-border-color: #CF2127;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #aa1217;
	--bs-btn-hover-border-color: #aa1217;
	--bs-btn-focus-shadow-rgb: 85,51,255;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #aa1217;
	--bs-btn-active-border-color: #aa1217;
}

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

.tab-views .nav-link {
	border: none;
	background-color: transparent;
}

.tab-views.nav-tabs {
	--bs-nav-tabs-border-width: 0;
	--bs-nav-tabs-link-active-bg: transparent;
}

.tab-views .nav-tabs .nav-item.show .nav-link, .tab-views .nav-tabs .nav-link.active {
	color: #7A736A;
}

.tab-views .nav-link {
	font-size: 19px;
	color: #CF2127;
}

.card {
	--bs-card-border-radius: 0px;
	border: 1px solid #EFEFEF;
	& p {
		font-size: 15px;
		margin-bottom: 5px;
	}
}

.card.card-highlight {
	border: 1px solid #CF2127;
}

.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: #7A736A;
		font-size: 12px;
	}
}

.card-body {
	position: relative;
	padding-bottom: 5px;
}

.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 #ffffff;
	clear: both;
}

.card-title {
	color: #CF2127;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
}

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

.card-footer {
	background-color: #fff;
	border-top: none;
	padding-bottom: 15px;
	& a i {
		font-size: 15px;
		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 #fff;
}

.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;
}

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

.page-link {
	background-color: transparent;
	text-decoration: none;
	border: 0px;
	color: #15021D;
	font-size: 20px;
}

.page-item:first-child .page-link {
	color: #fff;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #CF2127;
}

.page-item:last-child .page-link {
	color: #fff;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #CF2127;
}

/* Header/Nav Styles */

.facebook-nav a {
	background-color: #2237F1;
	color: #fff;
	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: #CF2127;
	color: #fff;
	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: #CF2127;
	padding: 7px 14px;
	margin-right: 10px;
	color: #fff;
}

#main-nav input.form-control {
	border-radius: 0px;
	border-color: transparent;
	background: #fff;
	margin-right: 0px !important;
	border: none;
}

.btn.header-search {
	background-color: #CF2127;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
	min-width: fit-content;
}

.offcanvas-header .btn-close {
	padding: 12px 15px;
	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: #CF2127;
	position: absolute;
	top: 43px;
	right: 35px;
}

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

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

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

.offcanvas-body .nav-link {
	color: #fff;
	font-size: 28px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
}

/* 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: #fff;
	}
}

.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 #FAFAFA;
	clear: both;
}

/* 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 #FAFAFA;
	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: #CF2127;
	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: #fff;
	padding-right: 30px;
	cursor: pointer;
}

body .gform_wrapper .ginput_container select:focus {
	border-color: #CF2127;
	outline: none;
}

/* Submit Button */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_footer button[type="submit"] {
	background-color: #CF2127;
	color: #fff;
	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: #CF2127;
	color: #fff;
	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 #CF2127;
}

.join-pricing h4 {
	color: #000;
	font-size: 42px;
	font-weight: 700;
	font-family: 'Bebas Neue', sans-serif;
	margin-bottom: 0px;
}

.join-pricing p {
	font-size: 17px;
	color: #7A736A;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.join-pricing p:first-child {
	font-size: 74px;
	color: #7A736A;
	font-weight: 700;
	& span {
		font-size: 16px;
	}
}

.join-pricing p:last-child {
	font-size: 15px;
	color: #7A736A;
	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: #7A736A;
}

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

/* Artist Single Styles */

.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;
	color: #CF2127;
	font-size: 18px;
}

.artist-single-cat .badge {
	background-color: #F2EFEF;
	color: #7A736A;
	font-size: 14px;
}

.art-member {
	& h4 {
		color: #15021D;
		font-family: 'Bebas Neue', sans-serif;
		font-size: 21px;
		margin-bottom: 0px;
	}
	& p {
		color: #7A736A;
		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: #CF2127;
	font-size: 18px;
	margin-bottom: 5px;
}

.venue-socials i {
	color: #CF2127;
	font-size: 18px;
	margin-right: 5px;
}

.venue-socials a {
	color: #15021D;
	font-size: 16px;
	text-decoration: none;
	text-transform: capitalize;
}

.venue-divide {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
	& h3 {
		font-size: 20px;
		color: #7A736A;
	}
}

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

.d-flex.venue-event {
	background-color: #FFF;
	border: 1px solid #EFEFEF;
}

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

.venue-event-date span {
	font-size: 50px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif;
	display: block;
	line-height: 35px;
}

.venue-event-date p {
	text-transform: uppercase;
	margin-bottom: 0;
}

.venue-event-info::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 1px;
	width: 0;
	height: 0;
	clear: both;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #fff;
}

.venue-event-info h4 {
	color: #CF2127;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.venue-event-info ul {
	color: #7A736A;
	font-size: 10px;
	text-transform: uppercase;
}

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

/* Footer Styles */

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

footer .current-menu-item .nav-link {
	color: #7A736A;
}

footer .nav-link:focus,
footer .nav-link:hover {
	color: #CF2127;
}

.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='#cf2127', GradientType=1 );
}

.footer-fb a {
	color: #fff;
	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: 'Inter', sans-serif;
		color: #15021D;
		border: none;
		font-weight: 400;
	}
}

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

.front-forms input.form-control {
	border-radius: 5px;
	background: #fff;
	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: #7A736A;
}

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

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

.p-help {
	font-size: 15px;
	color: #CF2127;
	position: absolute;
	top: 3px;
	left: 115px;
	cursor: pointer;
}

input[type=file]::file-selector-button {
  background-color: #fff;
}

input[type=file]::file-selector-button:hover {
  background-color: #fff !important;
}

.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: 'SM';
		color: #fff;
		position: absolute;
		bottom: 7px;
		left: 14px;
	}
	
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	
	.footer-fb:before {
		content: 'MD';
		color: #fff;
		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 {
		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: #15021D;
		font-size: 16px;
	}
	
	.offcanvas-body .active .nav-link {
		color: #7A736A;
	}
	
	.footer-fb:before {
		content: 'LG';
		color: #fff;
		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: 'XL';
		color: #fff;
		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: 'XXL';
		color: #fff;
		position: absolute;
		bottom: 7px;
		left: 14px;
	}
	
	.container,
	.container-lg,
	.container-md
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1391px;
	}
	
 }