/*
Theme Name: BCM Template 1
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 5.18.03
Text Domain:  Avada
*/


/** updated styles for Trombley **/


/** buttons **/

a.fusion-button {
	font-family:var(--awb-custom_typography_4-font-family);
	font-size:var(--awb-custom_typography_4-font-size);
	line-height:var(--awb-custom_typography_4-line-height);
	padding:12px 24px;
}

/** top mobile bar **/

.header-top.top-bar h4 {
	font-size:1rem!important;
}

/** Responsive H Tags For the Content **/

#main h1 {
	font-size:clamp(3rem, 4vw, var(--awb-typography1-font-size))!important;
}
#main h2 {
	font-size:clamp(2.25rem, 3vw, var(--awb-typography2-font-size))!important;
}
#main h3 {
	font-size:clamp(2rem, 2.5vw, 2.5rem)!important;
}
#main h4:not(.panel-title) {
	font-size:clamp(1.5rem, 2vw, var(--awb-custom_typography_2-font-size))!important;
}
#main h5 {
	font-size:clamp(1.5rem, 2vw, 2rem)!important;
}
#main h6 {
	font-size:clamp(1.5rem, 1.5vw, var(--awb-typography3-font-size))!important;
}

/** FAQ Styles **/

h4.panel-title{
    font-family:var(--awb-custom_typography_2-font-family)!important;
  font-weight:var(--awb-custom_typography_2-font-weight)!important;
  text-transform:var(--awb-custom_typography_2-text-transform)!important;
  font-size:clamp(1rem, 1.5vw, var(--awb-typography3-font-size))!important;
}
.toggle-content,
.toggle-content>p {
    font-family:var(--awb-typography4-font-family)!important;
    font-size:var(--awb-typography4-font-size)!important;
    line-height:var(--awb-typography4-line-height)!important;
}

/** 4-up Info Blocks **/

.bcm-info-blocks .fusion-flex-column > div{
	
}
.bcm-info-blocks h3 {
	font-size:clamp(1.5rem, 2vw, var(--awb-custom_typography_2-font-size))!important;
}