/*
 Theme Name:   SocRoc - 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
*/



/*********************************
	GENERAL
*********************************/


/*********************************
	TYPOGRAPHY
*********************************/
:root {
	--body-font: "body font goes here", sans-serif;
	--heading-font: "heading font goes here", serif;
}


/*********************************
	HEADER
*********************************/
/*Logos*/
img.bricks-site-logo {border-radius: 0;}

/*Nav*/


/*Nav Icons*/



/*********************************
	SPECIFIC ELEMENT
*********************************/
.brxe-popup-1079 .brx-popup-content {background: #ffffff00;}

.accordion-nested-v1__icon {transition: all ease-in-out .2s;}
.accordion-nested-v1__title[aria-expanded="true"] .accordion-nested-v1__icon {transform: rotate(90deg);}

.hero-v3__container-img .hero-v3__img-overlay {transition: background .3s ease-in-out;}
.hero-v3__container-img:hover .hero-v3__img-overlay {background-color: var(--shade-trans-80);}
.hero-v3__container-img .hero-v3__play-icon-wrapper {transition: background .3s ease-in-out;}
.hero-v3__container-img:hover .hero-v3__play-icon-wrapper {background: var(--primary)!important;}
.hero-v3__container-img .hero-v3__play-icon-wrapper i {transition: color .3s ease-in-out;}
.hero-v3__container-img:hover .hero-v3__play-icon-wrapper i {color: var(--white)!important;}

.card-feat {transition: all .3s ease-in-out;}
.card-feat:hover {transform: translate(0px, -5px); box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1);;}
.card-feat .card-feat__heading a {transition: color .3s ease-in-out;}
.card-feat:hover .card-feat__heading a {color: var(--primary);}

/******************************************
	GRAVITY FORMS - ORBIT THEME OVERRIDES
******************************************/
.gf_progressbar .percentbar_blue {background-color: var(--primary)!important;}
.gsection_title {font-size: var(--text-xl);}
.gform-theme--foundation .gform_fields {row-gap: var(--space-m)!important;}
.gfield_label {font-size: var(--text-m) !important; font-weight: bold!important;}
.gfield input, .gfield select {border-radius: var(--radius)!important;}
label.gform-field-label.gform-field-label--type-sub {font-size: var(--text-s)!important; color: var(--base)!important;}

.gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {line-height: 1.5!important;}

.gform-page-footer {display: block!important; text-align: center!important; margin-top: var(--space-m)!important;}

.gform-theme-button, .gform_button, .gform-button--width-full {
    color: var(--black)!important;
    padding: var(--btn-padding-block) var(--btn-padding-inline)!important;
    min-inline-size: var(--btn-min-width)!important;
    line-height: var(--btn-line-height)!important;
    font-size: var(--btn-font-size, var(--text-m))!important;
    font-weight: var(--btn-font-weight)!important;
    font-style: var(--btn-font-style)!important;
    text-transform: var(--btn-text-transform)!important;
    letter-spacing: var(--btn-letter-spacing)!important;
    text-decoration: var(--btn-text-decoration)!important;
    background-color: var(--action)!important;
    border-width: 0!important;
    border-style: none!important;
    border-radius: var(--radius)!important;
    transition: var(--btn-transition, var(--transition))!important;
    justify-content: var(--btn-justify-content, center)!important;
    text-align: var(--btn-text-align, center)!important;
}

.gform-theme-button:hover, .gform_button:hover {background: var(--action-semi-light)!important;}

.gform_previous_button {background: var(--base) !important;}
.gform_previous_button:hover {background: var(--base-semi-dark) !important;}

.gf-turnstile-container {width: 100%;}

/*** FORM SPECIFIC ***/
#gform_wrapper_1.gform-theme--foundation .gform_fields {row-gap: var(--space-s) !important;}
#gform_fields_1 label {color: var(--white);}

#gform_2 .gform-footer {justify-content: center;}

.waiver-consent {
	padding: var(--space-m)!important;
	background: var(--bg-light)!important;
}
.waiver-consent h2 {font-size: var(--text-xl);}
.waiver-consent h3 {font-size: var(--text-l);}
.waiver-consent ol li {margin-block-start: 1.5em!important;}
.waiver-consent ol li:last-child {margin-block-end: 1.5em!important;}

.ginput_container_consent {align-items: center!important;}
.gfield_consent_label {font-size: var(--text-m)!important;}

/**************************************************************
	PAGE SPECIFIC
**************************************************************/


/*********************************
	FOOTER
*********************************/
.social-icons__icon-wrapper, .social-icons__icon {transition: all .3s ease-in-out;}
.social-icons__icon-wrapper:hover {background: var(--primary);}
.social-icons__icon-wrapper:hover i {color: var(--white);}

/**************************************************************
	MOBILE STYLES
**************************************************************/

@media (min-width: 992px){

} /*** GREATER THAN 992PX BREAKPOINT ***/


@media (max-width: 992px){
	.bricks-nav-menu .sub-menu > li > a {text-wrap: auto; line-height: 1.6;}
} /*** END OF 992PX BREAKPOINT ***/

@media (max-width: 768px){
	
} /*** END OF 768PX BREAKPOINT ***/

@media (max-width: 480px){

} /*** END OF 480PX BREAKPOINT ***/