/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/*---GLOBAL---*/
/* style text links */
body a:not(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a) {
color: var(--primary);
transition: color .4s ease;
}

/* style text links on hover */
body a:not(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a):hover {
color: var(--primary-d-4);
}


/*---Main Navigation Header---*/

[data-header-style="Overlay"] {
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 9999;
}

[data-header-style="Overlay"].wc-main-nav {
	background-color: transparent;
}

[data-header-style="Overlay"].wc-nav-toggle {
	background-color: var(--primary);
}




/*---FIND YOUR DEALER---*/
/* sarch box header cleanup */
.wpsl-input, .wpsl-select-wrap, .wpsl-search-btn-wrap {
	height: 60px;
	display: flex !important;
	align-items: center;
	align-content: center;
}

/*Gravity Styles*/
.gform_wrapper .gform_next_button {
    background-color: var(--primary) !important;
    color: var(--text-light);
    padding: 2px 35px !important;
    height: auto;
    transition: background-color .4s ease !important;
}

.gform_wrapper .gform_next_button:hover {
    background-color: var(--primary-d-4) !important;
}

.gform_wrapper .gform_previous_button {
    background-color: var(--primary-l-2) !important;
    color: var(--text-light);
    padding: 2px 35px !important;
    height: auto;
    transition: background-color .4s ease !important;
}

.gform_wrapper .gform_previous_button:hover {
    background-color: var(--primary-d-4) !important;
}

/*Submit Button*/
.gform_wrapper .gform_button {
	background-color: var(--primary) !important;
    color: var(--text-light);
    padding: 2px 35px !important;
    height: auto;
    transition: background-color .4s ease !important;
}

.gform_wrapper .gform_button:hover {
	background-color: var(--primary-d-4) !important;
}

/*Gravity Styles LIGHT*/
.gravity-form-light .gform_wrapper .gform_heading {
	color: var(--text-light);
}

.gravity-form-light h3 {
	color: var(--text-light);
	font-size: var(--text-xl);
}

.gravity-form-light .gform-theme--framework .gform_required_legend .gfield_required  {
	color: var(--primary-d-3);
}

.gravity-form-light .gform-theme--framework .gform-field-label {
	color: var(--text-light);
}

.gravity-form-light .gform-theme--framework .gform-field-label>.gfield_required {
	color: var(--primary-d-3);
}

.gform-theme--foundation .gform_fields {
	row-gap: 25px !important;
}

/*Submit Button*/
.gravity-form-light .gform_wrapper .gform_button {
	background-color: transparent !important;
  color: var(--text-light);
	border: 1px solid var(--white) !important
		;
  padding: 2px 35px !important;
  height: auto;
  transition: background-color .4s ease !important;
}

.gform_wrapper .gform_button:hover {
	background-color: var(--primary-d-4) !important;
	border: 1px solid var(--primary-d-4) !important;
}

/*---Password Protected Page---*/
.pwform {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-content: center;
}

.pwform-container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 15px;
	width: 640px;
	padding: 50px 20px 200px 20px;
}

.pwform h2 {
	color: var(--secondary);
}

.pwform input.button {
	font-family: Lato;
	text-transform: uppercase;
	margin-top: 25px;
	padding: 10px 20px 10px 20px;
	width: 150px;
	text-align: center;
	background-color: var(--primary);
	color: var(--text-light);
	border: none;
	border-radius: var(--radius-xs);
	transition: background-color .4s ease-in-out;
}

.pwform input.button:hover {
	background-color: var(--primary-d-3);
}

#tribe-events-content {
	width: 1000px;
	max-width: 90vw;
}

.wc-event-featimg {
	display: flex;
	justify-content: center;
}
.tribe-events-schedule {
	margin: .5em 0 2em;
}
.tribe-events-schedule h2 {
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
}
.wc-event-link {
	margin: 0 0 3em;
	display: flex;
	justify-content: center;
	text-align: center;
}

.wc-event-info {
	margin-top: 5em;
	border-top: solid 1px #ddd;
	padding-top: 3em;
	display: flex;
	justify-content: space-between;
}
.wc-event-info h5 {
	color: var(--primary);
	margin-bottom: 0;
}
.wc-event-venue,
.wc-event-organizer {
	width: 50%;
}
.ind_org {
	margin-bottom: 1em;
}
.ind_org a {
	border-bottom: none;
}

@media screen and (max-width: 991px) {
	.wc-event-info {
		display: block;
	}
	.wc-event-venue,
	.wc-event-organizer {
		width: unset;
	}
	.wc-event-venue {
		margin-bottom: 3em;
	}
}

