/*
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
	Light Grey: #e6e6e6
	Grey: #848484
	Slate Grey: #464646
	Red: #ec1d23
	Dark Red: #B50A0F
	Black: #000000
*/

/*
	Font Sizes
	H1: 44px
	H2: 34px
	H3: 26px
	H4: 18px
	H5: 16px
	H6: 14px
	Paragraph: 14px
*/

/*Font Styles*/

.h1, .h1 > *{
	font-size: 44px !important;
}
.h2, .h2 > *{
	font-size: 34px !important;
}
.h3, .h3 > *{
	font-size: 20px !important;
}
.h4, .h4 > *{
	font-size: 18px !important;
}
.h5, .h5 > *{
	font-size: 16px !important;
}
.h6, .h6 > *{
	font-size: 14px !important;
}
.h7, .h7 > *{
	font-size: 14px !important;
}


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

/*Font Weights*/
.bold-text, .bold-text > *{
	font-weight: 800 !important;
}
.medium-text, .medium-text > * {
	font-weight: 500 !important;
}

.kanit-font, .kanit-font > * {
	font-family: Kanit, Arial, Helvetica, sans-serif !important;
}

/*Font Colors*/
.white-text, .white-text > *{
	color: #FFFFFF !important;
}
.off-white-text, .off-white-text > *{
	color: #f9f9fb !important;
}
.light-grey-text, .light-grey-text > *{
	color: #e6e6e6 !important;
}
.grey-text, .grey-text > *{
	color: #848484 !important;
}
.slate-grey-text, .slate-grey-text > *{
	color: #464646 !important;
}
.red-text, .red-text > *{
	color: #ec1d23 !important;
}
.dark-red-text, .dark-red-text > *{
	color: #B50A0F !important;
}
.black-text, .black-text > *{
	color: #000000 !important;
}

/*Link Colors*/

.white-link a{
	color: #FFFFFF !important;
}
.white-link a:hover{
	color: #FFFFFF !important;
	text-decoration: underline !important;
}
.light-grey-link a{
	color: #e6e6e6 !important;
}
.red-link a{
	color: #EC1D23 !important;
}
.grey-link a{
	color: #848484 !important;
}
.slate-grey-link a{
	color: #464646 !important;
}
.black-link a{
	color: #000000 !important;
}
.black-link a:hover{
	color: #EC1D23 !important;
}


/* Background Colors*/
.white-background, .white-background > *:not(.fusion-builder-module-controls-container){
	background-color: #FFFFFF !important;
}
.off-white-background, .off-white-background > *:not(.fusion-builder-module-controls-container){
	background-color: #f9f9fb !important;
}
.light-grey-background, .light-grey-background > *:not(.fusion-builder-module-controls-container){
	background-color: #e6e6e6 !important;
}
.grey-background, .grey-background > *:not(.fusion-builder-module-controls-container){
	background-color: #848484 !important;
}
.slate-grey-background, .slate-grey-background > *:not(.fusion-builder-module-controls-container){
	background-color: #464646 !important;
}
.red-background, .red-background > *:not(.fusion-builder-module-controls-container){
	background-color: #EC1D23 !important;
}
.dark-red-background, .dark-red-background > *:not(.fusion-builder-module-controls-container){
	background-color: #B50A0F !important;
}
.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: #ec1d23 !important;
	border-color: #ec1d23 !important;
	color: #FFFFFF !important;
}
.black-button:hover > *{
	color: #FFFFFF !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*/
.header-logo{
	margin-bottom: -70px;
	width: 100% !important;
}	
.header-logo img{
	width: 100% !important;;
}


.header-number .icon-wrapper {
	margin-right: 0px !important;
	height: 15px !important;
}
.header-number .fusion-li-item-content {
	margin-left: 0px !important;
}
.header-number {
	text-align: center !important;
	padding-left: 10px !important;
	line-height: 1 !important;
}

.master-menu .awb-menu__sub-ul{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
}

@media screen and (max-width: 1230px){
	.master-menu .fusion-menu > .menu-item{
		margin-left: 10px;
		margin-right: 10px;
	}
	.master-menu .fusion-menu > .menu-item:first-child{
		margin-left: 0px !important;
	}
	.master-menu .fusion-menu > .menu-item:last-child{
		margin-right: 0px !important;
	}
}

/*Page Title bar Styles*/
.ptb-title h1 {
	color: #848484 !important;
	font-size: 44px !important;
	font-weight: 500 !important;
}

/*Footer Styles*/
.footer-links p {
	line-height: 21px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border-right: 1px solid #EC1D23;
}
.footer-line p{
	border-right: 1px solid #EC1D23;
}

.footer-logos .fusion-image-element{
	padding: 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;
	}
}

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

/*SVG Images*/
.svg-image, .svg-image img{
	width: 100%;
}

/*Caption styles*/
.awb-imageframe-caption-container {
	padding-top: 3px;
}
.awb-imageframe-caption {
	color: #848484 !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.awb-imageframe-caption-title {
	font-size: 14px !important;
	font-family: 'Inter' !important;
	font-style: normal !important;
	float: left !important;
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	margin-right: 5px !important;
	max-width: 50% !important;
}
.awb-imageframe-caption-text {
	float: left !important;
	width: 50% !important;
	margin: 0px !important;
	font-size: 14px !important;
	line-height: 18px !important;
	-webkit-box-flex: 1 !important;
	    -ms-flex-positive: 1 !important;
	        flex-grow: 1 !important;
}

/*Slider Settings*/
.slick-track{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
.slick-track, .slick-slide{
	width: 100%;
}
/*slider Arrows*/

.slick-arrow {
	height: 75px;
	width: 75px;
	background-size: contain;
	background-repeat: no-repeat !important;
	color: rgba(255, 255, 255, 0) !important;
	border: 1px solid #255370 !important;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: none;
	z-index:99;
	cursor: pointer;
	font-family: "Font Awesome 5 Free" !important;
	line-height: 1 !important;
	color: #255370 !important;
	font-size: 35px !important;
	padding: 0px !important;
}
.slick-arrow > span{
	color: rgba(255, 255, 255, 0) !important;
	width: 0px;
	height: 0px;
	position: absolute;
}
.slick-arrow:hover, .slick-arrow:focus{
	color: #7BA4BE !important;
	border-color: #7BA4BE !important;
}
.slick-prev {
	left: 0px;
}
.slick-next {
	right: 0px;
}
.slick-prev:before {
	content: "\f060";
	font-weight: 900;
}
.slick-next:before {
	content: "\f061";
	font-weight: 900;
}

@media screen and (max-width: 1090px){
	.slick-prev {
		left: 0rem !important;
	}
	.slick-next {
		right: 0rem !important;
	}
}

/*Dots*/
.slick-dots{
	text-align: center;
	-webkit-padding-start: 0px;
	        padding-inline-start: 0px;
}
.slick-dots li {
	display: inline-block !important;
	padding: 0 4px !important;
}
.slick-dots li button {
	border: solid 1px rgb(0 0 0 / 0%);
	border-radius: 0px;
	width: 20px;
    height: 4px;
	padding: 0;
	color: #003055;
	font-size: 1px !important;
	background-color: #4d4d4f;
	-webkit-transition: background-color ease .2s;
	-o-transition: background-color ease .2s;
	transition: background-color ease .2s;
}
.slick-dots li.slick-active button {
	background-color: #b9d531;
}
.slick-dots li:focus, .slick-dots li button:focus {
	outline: none !important;
}
.slick-dots li button:hover {
	cursor: pointer;
}
.special-no-margin-slider > div {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*Footer Slider*/
.footer_slider{
	
}
.footer_slider .footer-slide-single .footer-slide-inner{
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.footer_slider .footer-slide-single .footer-slide-inner > *{
	max-width: 250px !important;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.footer_slider .footer-slide-single .footer-slide-inner img{
	width: 100%;
}

/*Parts Slider*/
.parts_slider{
	margin-left: -10px;
	margin-right: -10px;
}
.parts_slider .parts-slide-single{
	border: 1px solid #FFEFEF;
	border-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
}
.parts_slider .parts-slide-single .parts-single-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
	padding: 20px;
}
.parts_slider .parts-slide-single .parts-single-inner .parts-single-text{
	width: 100%;
}


/*Per Page styles*/
.home-quick-links{
	background-color: #000000;
    padding-left: 40px;
    padding-right: 40px;
    width: 50vw;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 590px;
}
/*.home-quick-links:before{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-color: #000000 !important;
	position: absolute;
	left: 0px;
	top: 0px;
}*/

.home-quick-links a{
	font-size: 20px !important;
}


/* Single Post Styles*/
.content-container-fix > .fusion-builder-row{
	max-width: var(--site_width) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.content-column-fix > .fusion-column-wrapper{
	margin-left: 0px !important;
	margin-right: 00px !important;
}


/*Form Styles*/
.crmWebToEntityForm{
	width:100%;
	max-width: 100%;
	padding: 0px !important;
	margin-left: -6px !important;
	margin-right: -6px !important;
}
.zcwf_title{
	display: none !important;
}

.crmWebToEntityForm .zcwf_row .zcwf_col_lab{
	width: 100%;
	margin-top: 0px !important;
	font-size: 16px !important;
    font-weight: 700 !important;
}
.crmWebToEntityForm .zcwf_row .zcwf_col_lab label{
	font-size: 16px !important;
    font-weight: 700 !important;
}

.crmWebToEntityForm .zcwf_row .zcwf_col_fld{
	width: 100%;
	margin-top: 0px !important;
}
.crmWebToEntityForm .zcwf_row .zcwf_col_fld input, .crmWebToEntityForm .zcwf_row .zcwf_col_fld textarea{
	width: 100% !important;
	max-width: 100%;
}

.crmWebToEntityForm .zcwf_row .zcwf_col_fld input[type="submit"], .crmWebToEntityForm .zcwf_row .zcwf_col_fld input[type="reset"]{
	padding-top: 13px;
    padding-right: 29px;
    padding-bottom: 13px;
    padding-left: 29px;
    line-height: 1;
    font-size: 14px;
    border-radius: 0px !important;
    color: #FFFFFF !important;
    background-color: #ec1d23 !important
}
.crmWebToEntityForm .zcwf_row .zcwf_col_fld input[type="submit"]:hover, .crmWebToEntityForm .zcwf_row .zcwf_col_fld input[type="reset"]:hover, .crmWebToEntityForm .zcwf_row .zcwf_col_fld input[type="submit"]:focus, .crmWebToEntityForm .zcwf_row .zcwf_col_fld input[type="reset"]:focus{
	color: #FFFFFF !important;
    background-color: #B50A0F !important
}
.crmWebToEntityForm .zcwf_row .zcwf_col_fld input[type="submit"]{
	/*max-width: 50%;*/
	width: calc(50% - 3px) !important; 
}
.crmWebToEntityForm .zcwf_row .zcwf_col_fld input[type="reset"]{
	/*max-width: 50%;*/
	width: calc(50% - 3px) !important;
}

/*Gravity forms*/
.gform_wrapper{
	margin-bottom: 0px !important;
}
.gform_required_legend{
	display: none !important;
}


.hidden-list ul{
	list-style: none !important;
	margin-block-start: 0px !important;
	margin-block-end: 0px !important;
	padding-inline-start: 0px !important;
}
