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

/*
	Colors
	White: #FFFFFF
	off White: #f9f9fb
	Red: #e8291a
	Dark Red: #ce1b0e
	Yellow: #ffdc2e
	Gold: #e6a100
	Blue: #0074ff
	Dark Blue: #0067e3
	Light Grey: #efefef
	Off Black: #333333
	Black: #000000
*/

/*
	Font Sizes
	
	Large Hero: 55px
	Hero: 40px
	
	H1: 35px
	H2: 30px
	H3: 28px
	H4: 25px
	H5: 22px
	H6: 20px
	H7: 17px
	
	Paragraph: 17px
	small-text: 14px
	
	
	
PT Sans
Poppins - h1, buttons
*/

/*Font Styles*/
.large-hero, .large-hero > *{
	font-size: 55px !important;
}
.hero, .hero > *, .hero-link a{
	font-size: 40px !important;
}

.h1, .h1 > *{
	font-size: 35px !important;
}
.h2, .h2 > *{
	font-size: 30px !important;
}
.h3, .h3 > *{
	font-size: 28px !important;
}
.h4, .h4 > *{
	font-size: 25px !important;
}
.h5, .h5 > *{
	font-size: 22px !important;
}
.h6, .h6 > *{
	font-size: 20px !important;
}
.h7, .h7 > *{
	font-size: 17px !important;
}

.small-text, .small-text > *{
	font-size: 15px !important;
}

@media screen and (max-width: 640px){
	.large-hero, .large-hero > *{
		font-size: 45px !important;
	}
	.hero, .hero > *, .hero-link a{
		font-size: 40px !important;
	}
}


.uppercase, .uppercase > *{
	text-transform: uppercase !important;
}

.medium-weight, .medium-weight > *{
	font-weight: 500 !important;
}
.semibold-weight, .semibold-weight > *{
	font-weight: 600 !important;
}
.bold-weight, .bold-weight > *{
	font-weight: 700 !important;
}


/*Font Colors*/
.white-text, .white-text > *, .white-bold strong, .white-bold b{
	color: #FFFFFF !important;
}
.off-white-text, .off-white-text > *, .off-white-bold strong, .off-white-bold b{
	color: #f9f9fb !important;
}
.red-text, .red-text > *, .red-bold strong, .red-bold b{
	color: #e8291a !important;
}
.dark-red-text, .dark-red-text > *, .dark-red-bold strong, .dark-red-bold b{
	color: #ce1b0e !important;
}
.yellow-text, .yellow-text > *, .yellow-bold strong, .yellow-bold b{
	color: #ffdc2e !important;
}
.gold-text, .gold-text > *, .gold-bold strong, .gold-bold b{
	color: #e6a100 !important;
}
.blue-text, .blue-text > *, .blue-bold strong, .blue-bold b{
	color: #0074ff !important;
}
.dark-blue-text, .dark-blue-text > *, .dark-blue-bold strong, .dark-blue-bold b{
	color: #0067e3 !important;
}
.light-grey-text, .light-grey-text > *, .light-grey-bold strong, .light-grey-bold b{
	color: #efefef !important;
}
.off-black-text, .off-black-text > *, .off-black-bold strong, .off-black-bold b{
	color: #333333 !important;
}
.black-text, .black-text > *, .black-bold strong, .black-bold b{
	color: #000000 !important;
}


/*Link Colors*/

.white-link a{
	color: #FFFFFF !important;
}
.white-link a:hover, .white-link a:focus{
	text-decoration: underline !important;
}

.blue-link a{
	color: #0074ff !important;
}
.blue-link a:hover, .blue-link a:focus{
	text-decoration: underline !important;
}

.red-link a{
	color: #e8291a !important;
}
.red-link a:hover, .red-link a:focus{
	text-decoration: underline !important;
}

.black-link a{
	color: #000000 !important;
}
.black-link a:hover, .black-link a:focus{
	text-decoration: underline !important;
}
.off-black-link a{
	color: #333333 !important;
}
.off-black-link a:hover, .off-black-link a:focus{
	text-decoration: underline !important;
}

/* Background Colors*/

.black-background, .black-background > *:not(.fusion-builder-module-controls-container){
	background-color: #000000 !important;
}


/*Button styles*/
.black-button{
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #FFFFFF !important;
}
.black-button > *{
	color: #FFFFFF !important;
}
.black-button:hover{
	background-color: #FFFFFF !important;
	border-color: #000000 !important;
	color: #000000 !important;
}
.black-button:hover > *{
	color: #000000 !important;
}

.gold-button{
	background-color: #e6a100 !important;
	border-color: #e6a100 !important;
	color: #000000 !important;
}
.gold-button > *{
	color: #000000 !important;
}
.gold-button:hover{
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}
.gold-button:hover > *{
	color: #ffffff !important;
}

.blank-button{
	background-color: rgba(0,0,0,0) !important;
	border-color: rgba(0,0,0,0) !important;
	color: #000000 !important;
	padding: 0px !important;
}
.blank-button > *{
	color: #000000 !important;
}
.blank-button:hover{
	background-color: rgba(0,0,0,0) !important;
	border-color: rgba(0,0,0,0) !important;
	color: #000000 !important;
}
.blank-button:hover > *{
	color: #000000 !important;
}




/*Extra Styles*/
.no-margin p{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.no-margin-top p{
	margin-top: 0px !important;
}
.no-margin-bottom p{
	margin-bottom: 0px !important;
}

/*Reverse Styling*/
@media all and (max-width:800px){
	.reverse-cols .fusion-row {
		display: flex;
		flex-flow: wrap;
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 500px){
	
}

/*Header styles*/
.header-shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
}
@media screen and (max-width: 640px){
	.mobile-sticky-color-change.fusion-container-stuck{
		background-color: #FFFFFF !important;
	}
}


/*Page Title bar Styles*/

/*Header Offset*/
.fusion-wrapper .fusion-page-title-bar > .fusion-flex-container:nth-child(1), .home .fusion-wrapper #main #content .post-content > .fusion-flex-container:nth-child(1){
	margin-top: -301px !important;
	padding-top: 301px !important;
}
@media screen and (max-width: 640px){
	.fusion-wrapper .fusion-page-title-bar > .fusion-flex-container:nth-child(1), .home .fusion-wrapper #main #content .post-content > .fusion-flex-container:nth-child(1){
		margin-top: -130px !important;
		padding-top: 130px !important;
	}
	/*.home .fusion-wrapper #main #content .post-content > .fusion-flex-container:nth-child(1){
		margin-top: -159px !important;
		padding-top: 0px !important;
	}*/
}


/*Footer Styles*/


.footer-lower:before{
	display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    content: " " !important;
    border-radius: inherit;
	background-color: #0067e3 !important;
	opacity: .5 !important;
}

/*.wave-separator:before{
	width: 100vw !important;
    height: 100% !important;
    content: " " !important;
    background-image: url('/wp-content/uploads/2026/02/white-wave-background.png');
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}*/

/*Content Styles*/
.special-full-width{
	margin-left: -30px !important;
	margin-right: -30px !important;
	width: 110vw !important;
}
.special-full-width .fusion-column-wrapper{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
@media screen and (max-width: 800px){
	.special-full-width.fusion-layout-column{
		margin-left: -30px !important;
		margin-right: -30px !important;
		width: 110vw !important;
	}
}

	/* 1/2 full width background Images */
.custom-width-background .fusion-column-wrapper{
	position: absolute !important;
    width: 50vw !important;
    height: 100% !important;
}
.custom-width-background.left-side .fusion-column-wrapper{
	right: 0px;
}
.custom-width-background.right-side .fusion-column-wrapper{
	left: 0px;
}
@media screen and (max-width: 640px){
	.custom-width-background .fusion-column-wrapper{
		position: absolute !important;
	    width: 100vw !important;
	    height: 100% !important;
	}
}

	/*Overflow Containers*/
.overflow-left:before{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: inherit !important;
	z-index: -1;
}
.overflow-right:before{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: inherit !important;
	z-index: -1;
}
@media screen and (max-width: 640px){
	.overflow-left:before{
		width: 150vw;
		height: 100%;
		top: 0px;
		right: -50%;
	}
	.overflow-right:before{
		width: 150vw;
		height: 100%;
		top: 0px;
		left: -50%;
	}
}

/*Image Styles*/
	/*SVG Image Fix*/
.svg-image img{
	width: 100%;
}

	/*Image Title Fix*/
img[title] {
    pointer-events: none !important;
}


/*UL and OL list style fix*/
.fusion-column-wrapper > .fusion-text > ul, .fusion-column-wrapper > .fusion-text > ol{
	margin-top: -15px !important;
}


/*Homepage Styles*/
.background-overlay:before{
	display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    content: " " !important;
    border-radius: inherit;
	background-color: #0067e3 !important;
	opacity: .6 !important;
}

/*.hero-max-width{
	max-width: 1150px;1150px
	margin-left: auto !important;
	margin-right: auto !important;
}*/
.hero-max-width{
	max-width: 850px;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*Forms Styles*/
.fsPage {
	min-width: 100px !important;
}
.fsBody > div:nth-child(2) {
	display: none !important;
}
.fsBody > *{
	padding: 0px !important;
}
.fsBody .fsForm{
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
	max-width: unset !important;
}
.fsBody .fsForm .fsLabel, .fsBody .fsForm .fsOptionLabel, .fsBody .fsForm .fsMatrix th, .fsBody .fsForm .fsMatrixLabel {
    font-family: Poppins, Arial, Helvetica, sans-serif !important;
    /*font-weight: 400;*/
}
.fsBody .fsForm .fsLabel{
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	margin-bottom: 0px !important;
}
.fsRequiredMarker {
	color: red !important;
}
.fsSection {
    width: 100%;
    margin-bottom: 20px !important;
}
.fsBody .fsForm .fsSectionHeader{
	background-color: transparent !important;
	margin-bottom: 0px !important;
}
.fsSection .fsSectionHeading{
    font-size: 32px !important;
}
.fsBody .fsHidden, .fsBody .fsWorkflowHidden {
    padding: 0;
    margin: 0;
    display: none !important;
}
.fsBody .fs4Col, .fsBody .fs3Col, .fsBody .fs2Col, .fsBody .fs5Col, .fsBody .fs6Col {
    min-width: 10px !important;
}
body #main .fsFieldCell.fsSpan66 {
    width: 66.6%;
}
body #main .fsFieldCell.fsSpan33 {
    width: 33.3%;
}
body #main .fsFieldCell.fsSpan25 {
    width: 25%;
}
.fsBody .fsForm .fsCell {
    position: relative;
}
.fsFieldCell.fsSpan50 {
    width: 50% !important;
}
.fsLabel, .fsOptionLabel {
    color: #33333f !important;
    font-size: 19px !important;
}
.fsBody .fsForm textarea.fsRequired, .fsBody .fsForm textarea.fsFieldLongAnswer {
    border-color: #000000 !important;
    /*border-radius: 1px !important;*/
    /*width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    margin-right: 10px;*/
    font-family: "PT Sans", Arial, Helvetica, sans-serif !important;
}
.fsBody .fsForm input[type=text].fsRequired, .fsBody .fsForm input[type=file].fsRequired, .fsBody .fsForm input[type=number].fsRequired, .fsBody .fsForm input[type=email].fsRequired, .fsBody .fsForm input[type=tel].fsRequired, .fsBody .fsForm select.fsRequired, .fsBody .fsForm input[type=text].fsField, .fsBody .fsForm input[type=file].fsField, .fsBody .fsForm input[type=number].fsField, .fsBody .fsForm input[type=email].fsField, .fsBody .fsForm input[type=tel].fsField, .fsBody .fsForm select.fsField, .fsBody .fsForm .fsSubFieldGroup select, .fsBody .fsForm .fsFieldCell select{
    border-color: #000000 !important;
    /*border-radius: 0px !important;*/
    /*width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    margin-right: 10px;*/
    font-family: "PT Sans", Arial, Helvetica, sans-serif !important;
}
.fsBody .fsForm input[type=number]{
	display: inline-flex;
    width: calc(96% - 5px);
    flex-grow: 1;
}

.fsSubFieldGroup .fsSubField.fsFieldAddress, .fsSubFieldGroup .fsSubField.fsFieldAddress2{
	width: calc(100% - 5px);
}
.fsSubFieldGroup .fsSubField.fsFieldCity, .fsSubFieldGroup .fsSubField.fsFieldState, .fsSubFieldGroup .fsSubField.fsFieldZip{
	width: calc(33.3% - 5px);
}
.fsSubmit {
	margin-top: 0px !important;
}
.fsSubmitButton {
    padding: 14px 57px 14px 57px !important;
    line-height: 18px !important;
    font-size: 18px !important;
    border-radius: 33px !important;
    background: #e6a100 !important;
    color: #000000 !important;
    /*border: 1px solid rgb(0 0 0 / 0%) !important;
    border-bottom: rgb(0 0 0 / 0%) !important;
    border-right: rgb(0 0 0 / 0%) !important;*/
    font-family: Poppins, Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    position: relative;
}
.fsSubmitButton:hover, .fsSubmitButton:focus {
    background: #000000 !important;
    color: #FFFFFF !important;
    border-color: rgb(0 0 0 / 0%) !important;
}

.fsFieldCell hr {
    height: 1px !important;
}
@media screen and (max-width: 800px) {
    .fsFieldCell.fsSpan25, .fsFieldCell.fsSpan66, .fsFieldCell.fsSpan33, .fsFieldCell.fsSpan50 {
        width: 100% !important;
    }
}



