/*
 Theme Name:   MDMS - 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: "Inter", sans-serif;
	--heading-font: "Figtree", serif;
}

.subheading-accent span {
    text-decoration: underline;
    text-decoration-color: var(--action);
    text-decoration-thickness: 4px;
}

/*********************************
	HEADER
*********************************/
/*Logos*/


/*Nav*/
.header-v1__cta {
    font-size: 1.7rem !important;
}

/*Nav Icons*/


/*SVG Animated Menu Icon*/
svg.ham {
  --icon-size: 5rem;
  width: var(--icon-size);
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.is-active .hamRotate {
  transform: rotate(45deg);
}
.is-active .hamRotate180 {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}
.toggle-mobile-light .line {
  stroke:#fff;
}
#brx-header.scrolling .toggle-mobile-light .line {
  stroke:var(--base);
}

.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.is-active .ham4 .top {
  stroke-dashoffset: -68px;
}
.is-active .ham4 .bottom {
  stroke-dashoffset: -68px;
}
/*END SVG Animated Menu Icon*/

/*********************************
	SPECIFIC ELEMENT
*********************************/
.card-feat-services__wrapper .card-feat-services, .card-feat-services__heading a, .card-feat-services__description {transition: all .3s ease-in-out!important;}
.card-feat-services__wrapper:hover .card-feat-services {background: var(--primary);}
.card-feat-services__wrapper:hover .card-feat-services__heading, .card-feat-services__wrapper:hover .card-feat-services__description {color: var(--white);}
.card-feat-services__description ul {list-style-type: disc; padding-left: var(--space-m);}

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




/******************************************
	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; color: var(--primary)!important;}
label.gform-field-label.gform-field-label--type-sub {font-size: var(--text-s)!important; color: var(--base)!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(--btn-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-hover)!important;}

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

.gf-turnstile-container {
    width: 100%!important;
    margin-top: var(--space-xs)!important;
}

/*** FORM SPECIFIC ***/

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


/*********************************
	FOOTER
*********************************/
.footer__text a {color: var(--primary-light);}
.footer__text a:hover {color: var(--white);}
.footer__icon-wrapper, .footer__icon {transition: all .2s ease-in-out;}
.footer__icon-wrapper:hover {background-color: var(--primary-medium);}
.footer__icon-wrapper:hover .footer__icon {color: var(--white);}

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

@media (min-width: 992px){

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


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

@media (max-width: 768px){
	h1 br, h2 br, h3 br, h4 br {display: none;}	
} /*** END OF 768PX BREAKPOINT ***/

@media (max-width: 480px){

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