/*
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
	grey1: 		#E5E1DE
	grey2: 		#BFBBB8
	bright-red:	#E8483B
	red: 		#A60311
	dark-red: 	#6F040D
	yellow: 	#F8ED5D 
	gold: 		#AD760E
	blue: 		#323692
	dark-blue: 	#101733
	slate: 		#4B3C28 
	black: 		#000000
	
*/

/*
	Font Sizes
	
	H1: 64px
	H2: 48px
	H3: 36px
	H4: 24px
	H5: 18px
	H6: 16px
	
	Paragraph: 
*/

/*Font Styles*/

.h1, .h1 > *{
	font-size: 64px !important;
}
.h2, .h2 > *{
	font-size: 48px !important;
}
.h3, .h3 > *{
	font-size: 36px !important;
}
.h4, .h4 > *{
	font-size: 24px !important;
}
.h5, .h5 > *{
	font-size: 18px !important;
}
.h6, .h6 > *{
	font-size: 16px !important;
}
.h7, .h7 > *{
	font-size: 14px !important;
}

@media screen and (max-width: 500px){
	.h1, .h1 > *{
		font-size: 50px !important;
	}
	.h2, .h2 > *{
		font-size: 40px !important;
	}
	.h3, .h3 > *{
		font-size: 30px !important;
	}
	.h4, .h4 > *{
		font-size: 20px !important;
	}
}


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

.light-text, .light-text > *{
	font-weight: 200 !important;
}
.bold-text, .bold-text > *{
	font-weight: 600 !important;
}
.heavy-text, .heavy-text > *{
	font-weight: 900 !important;
}


/*Font Colors*/
.white-text, .white-text > *{
	color: #FFFFFF !important;
}
.grey1-text, .grey1-text > *{
	color: #E5E1DE !important;
}
.grey2-text, .grey2-text > *{
	color: #BFBBB8 !important;
}
.bright-red-text, .bright-red-text > *{
	color: #E8483B !important;
}
.red-text, .red-text > *{
	color: #A60311 !important;
}
.dark-red-text, .dark-red-text > *{
	color: #6F040D !important;
}
.yellow-text, .yellow-text > *{
	color: #F8ED5D !important;
}
.gold-text, .gold-text > *{
	color: #AD760E !important;
}
.blue-text, .blue-text > *{
	color: #323692 !important;
}
.dark-blue-text, .dark-blue-text > *{
	color: #101733 !important;
}
.slate-text, .slate-text > *{
	color: #4B3C28 !important;
}
.black-text, .black-text > *{
	color: #000000 !important;
}

/*Link Colors*/

.white-link a{
	color: #FFFFFF !important;
}
.white-link a:hover{
	text-decoration: underline !important
}
.grey1-link a{
	color: #E5E1DE !important;
}
.grey1-link a:hover{
	text-decoration: underline !important
}
.grey2-link a{
	color: #BFBBB8 !important;
}
.grey2-link a:hover{
	text-decoration: underline !important
}
.bright-red-link a{
	color: #E8483B !important;
}
.bright-red-link a:hover{
	text-decoration: underline !important
}
.red-link a{
	color: #A60311 !important;
}
.red-link a:hover{
	text-decoration: underline !important
}
.dark-red-link a{
	color: #6F040D !important;
}
.dark-red-link a:hover{
	text-decoration: underline !important
}
.yellow-link a{
	color: #F8ED5D !important;
}
.yellow-link a:hover{
	text-decoration: underline !important
}
.gold-link a{
	color: #AD760E !important;
}
.gold-link a:hover{
	text-decoration: underline !important
}
.blue-link a{
	color: #323692 !important;
}
.blue-link a:hover{
	text-decoration: underline !important
}
.dark-blue-link a{
	color: #101733 !important;
}
.dark-blue-link a:hover{
	text-decoration: underline !important
}
.slate-link a{
	color: #4B3C28 !important;
}
.slate-link a:hover{
	text-decoration: underline !important
}
.black-link a{
	color: #000000 !important;
}
.black-link a:hover{
	text-decoration: underline !important
}

/* Background Colors*/

.black-background, .black-background > *{
	background-color: #000000 !important;
}
.white-background, .white-background > *{
	background-color: #FFFFFF !important;
}
.grey1-background, .grey1-background > *, .grey1-background-inner > *{
	background-color: #E5E1DE !important;
}
.grey2-background, .grey2-background > *, .grey2-background-inner > *{
	background-color: #BFBBB8 !important;
}
.bright-red-background, .bright-red-background > *{
	background-color: #E8483B !important;
}
.red-background, .red-background > *{
	background-color: #A60311 !important;
}
.dark-red-background, .dark-red-background > *{
	background-color: #6F040D !important;
}
.yellow-background, .yellow-background > *{
	background-color: #F8ED5D !important;
}
.gold-background, .gold-background > *{
	background-color: #AD760E !important;
}
.blue-background, .blue-background > *{
	background-color: #323692 !important;
}
.dark-blue-background, .dark-blue-background > *{
	background-color: #101733 !important;
}
.slate-background, .slate-background > *{
	background-color: #4B3C28 !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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

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

/*Header styles*/
/*.top-menu, .top-menu .fusion-background-highlight, .top-menu .menu-item {
	height: 30px !important;
}*/
.top-menu a {
	padding: 10px !important;
}
.top-menu .sub-menu .menu-item a {
	font-weight: 600 !important;
	text-transform: uppercase !important;
}
.top-menu .sub-menu .menu-item:hover {
	background-color: #F8ED5D !important;
}
.header-top {
	background: -webkit-gradient(linear, left top, right top, from(#6F040D), to(#A60311));
	background: -o-linear-gradient(left, #6F040D, #A60311);
	background: linear-gradient(to right, #6F040D, #A60311);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.16);
	        box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
.header-logo img {
	z-index: 100000 !important;
}
.main-menu .sub-menu .menu-item a{
	font-size: 16px !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	padding: 6px 10px !important;
}
.main-menu .sub-menu .menu-item:hover {
	background-color: #F8ED5D !important;
}

.bottom-menu{
	position:relative;
}
.bottom-menu:after{
	content: '';
	background-color: #6f040d !important;
	position: absolute;
	height: 100%;
	width: 100vw;
	display: block;
	bottom: 0px;
	right: -30px;
	
}


/*Page Title bar Styles*/

/*Footer Styles*/

.footer-links ul{
	list-style: none !important;
	padding-inline-start: 0px !important;
	margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    
}
.footer-links ul li{
	font-weight: 600 !important;
	padding-bottom: 10px !important;
}

/*Content Styles*/

	/* 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;
	}
}


/*.border-gradient > * {
	border: 24px solid;
	border-image-slice: 1;
	border-width: 24px;
	border-radius: 50%;
}
.border-gradient > * {
	border: 24px solid;
	border-image-slice: 1;
	border-width: 24px;
	border-radius: 50%;
}
.circle-feature > * {
	background-color: #E5E1DE !important;
	border-image-source: linear-gradient(25deg, #A60311, #E8483B, #6F040D)
}
.circle-feature {
	width: 350px !important;
	height: 350px !important;
}*/


.fusion-button i {
	background-color: #000000 !important;
	padding: 3px 6px !important;
	border-radius: 5px !important;
	color: #F8ED5D !important;
	font-size: 12px !important;
}

.gold-button {
	background-color: #4B3C28 !important;
	border-radius: 0px !important;
	height: 115px !important;
	width: 100% !important;
}
.gold-button .fusion-button-text {
	color: #F8ED5D !important;
	font-size: 18px !important;
	text-align: center !important;
}
.gold-button i {
	font-size: 48px !important;
	padding: 0px !important;
	background-color: rgba(0,0,0,0) !important;
	margin-left: 16px !important;
	text-align: right !important;
}

.red-button {
	background-color: #A60311 !important;
	border-radius: 0px !important;
	height: 115px !important;
	width: 100% !important;
}
.red-button .fusion-button-text {
	color: #FFFFFF !important;
	font-size: 18px !important;
	text-align: center !important;
}
.red-button i {
	color: #FFFFFF !important;
	font-size: 48px !important;
	padding: 0px !important;
	background-color: rgba(0,0,0,0) !important;
	margin-left: 16px !important;
	text-align: right !important;
}

.gradient-column > * {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.7)), to(rgba(0,0,0,.4))) !important;
	background: -o-linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.4)) !important;
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.4)) !important;
}
.gradient-column .fusion-title {
	margin: 0px !important;
}
.gradient-column p {
	margin-bottom: 10px !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: Lato, 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.fsField {
    border-color: #33333f !important;
    /*border-radius: 1px !important;*/
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    margin-right: 10px;
    font-family: Lato, 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 {
    border-color: #33333f !important;
    /*border-radius: 0px !important;*/
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    margin-right: 10px;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    border-radius: 6px !important;
    height: 50px !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: #8d0000 !important;
    color: #FFFFFF !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: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    position: relative;
}
.fsSubmitButton:hover, .fsSubmitButton:focus {
    background: #9a6c05 !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;
    }
}


.fsBody .fsProductField__fields__no-charge{
	display: none !important;
}


.single-tribe_events main .fusion-content-widget-area .tribe-events-single-section-title{
	color: #FFFFFF !important;
	background-color: #A60311 !important;
}

.single-tribe_events main .tribe-events-event-meta{
	color: #101733 !important;
}



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


/*Carreres Embed Styles*/

.cc-widget-container .cc-widget-title{
	color: #A60311 !important;
	font-size: 36px !important;
	font-family: Roboto Slab !important;
}