/*
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 Green: #689777
	Olive Green: #7b7f42
	Dark Green: #425237
	light Orange: #d9682e
	Dark Orange: #8f4008
	Black: #000000
*/

/*
	Font Sizes
	
	H1: 40px
	H2: 35px
	H3: 30px
	H4: 25px
	H5: 21px
	H6: 18px
	
	Paragraph: 16px
	Small Text: 14px
*/

/*Font Styles*/

.h1, .h1 > *{
	font-size: 40px !important;
}
.h2, .h2 > *{
	font-size: 35px !important;
}
.h3, .h3 > *{
	font-size: 30px !important;
}
.h4, .h4 > *{
	font-size: 25px !important;
}
.h5, .h5 > *{
	font-size: 21px !important;
}
.h6, .h6 > *{
	font-size: 18px !important;
}
.h7, .h7 > *{
	font-size: 16px !important;
}
.small-text, .small-text > *{
	font-size: 14px !important;
}


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

.regular-weight, .regular-weight > *{
	font-weight: 400 !important;
}



/*Font Colors*/
.white-text, .white-text > *{
	color: #FFFFFF !important;
}
.off-white-text, .off-white-text > *{
	color: #f9f9fb !important;
}
.light-orange-text, .light-orange-text > *{
	color: #d9682e !important;
}
.dark-orange-text, .dark-orange-text > *{
	color: #8f4008 !important;
}

.black-text, .black-text > *{
	color: #000000 !important;
}

/*Link Colors*/

.white-link a{
	color: #FFFFFF !important;
}
.white-link a:hover, .white-link a:focus{
	text-decoration: underline !important;
}
.off-white-link a{
	color: #f9f9fb !important;
}
.off-white-link a:hover, .off-white-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;
}

.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;
}

.header-logo{
	width: 100%;
}
.header-logo img{
	width: 100%;
}

/*Page Title bar Styles*/

/*Footer Styles*/

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

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

/*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: 40px;
	width: 30px;
	background-size: contain;
	background-repeat: no-repeat !important;
	color: rgba(255, 255, 255, 0) !important;
	/*border: 2px solid #20241d !important;*/
	/*border-radius: 50%;*/
	border: none !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #000000 !important;
	z-index:99;
	cursor: pointer;
	font-family: "Font Awesome 5 Free" !important;
	line-height: 1 !important;
	color: #FFFFFF !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: #d9682e !important;
	border-color: #d9682e !important;
}
.slick-prev {
	left: 10px;
}
.slick-next {
	right: 10px;
}
.slick-prev:before {
	content: "\f053";
	font-weight: 900;
}
.slick-next:before {
	content: "\f054";
	font-weight: 900;
}

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

/*Dots*/
.slick-dots{
	position: relative;
	text-align: left;
	-webkit-padding-start: 0px;
	        padding-inline-start: 0px;
	margin-block-start: 0px;
	margin-block-end: 0px;
	/*margin-top: -30px !important;*/
	z-index: 100;
}
.slick-dots li {
	display: inline-block !important;
	padding: 0 4px !important;
	height: 10px !important;
}
.slick-dots li button {
	border: solid 1px #a21d21;
	border-radius: 0px;
	width: 10px;
    height: 10px;
	padding: 0;
	color: rgba(255, 255, 255, 0);
	font-size: 1px !important;
	background-color: rgba(255, 255, 255, 0);
	-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: #a21d21;
}
.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;
}

/* =========================
   Home Slider
   ========================= */

/* Slider container */
.hero-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* Each slide */
.hero-slider .single-slide .single-slide-inner {
	position: relative;
	width: 100%;
	height: calc(100vh - 140px);
	max-height: calc(100vh - 140px);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.logged-in .hero-slider .single-slide .single-slide-inner {
	height: calc(100vh - 160px);
	max-height: calc(100vh - 160px);
}

/* Image wrapper */
.hero-slider .single-slide .single-slide-inner .slide-image-wrap {
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/* Image itself */
.hero-slider .single-slide .single-slide-inner .slide-image-wrap img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* Caption wrapper */
.hero-slider .single-slide .single-slide-inner .slide-caption-wrap {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
}

/* Caption */
.hero-slider .single-slide .single-slide-inner .slide-caption {
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	padding: 10px 0px;
	text-align: left;
}

/* Remove extra spacing */
.hero-slider .single-slide .single-slide-inner .slide-caption > p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1090px){
	.hero-slider .single-slide .single-slide-inner{
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media screen and (max-width: 640px){
	.hero-slider .single-slide .single-slide-inner{
		height: 100% !important;
        justify-content: center;	
	}
	.hero-slider .single-slide .single-slide-inner .slide-image-wrap{
		flex-grow: 0 !important;
	}
}


/*Woocommerce Styles*/
.shop-image{
	height: 250px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.shop-image img{
	max-height: 250px !important;
	width: auto !important;
}



/*Per page styles*/


	/*Single Product Styles*/
.fusion-breadcrumbs .breadcrumb_last{
	font-weight: 700 !important;
}	
.product-title-italicized .fusion-breadcrumbs .breadcrumb_last{
	font-style: italic !important;
}


/*.product-photo{
	max-height: 600px;
	max-width:auto;
}*/
.product-photo img{
	max-width: none !important;
	width: auto !important;
	max-height: 650px; /* change as needed */
	height: auto;
	object-fit: contain;
}

.combined-title-desc{
	text-align: left;
}

.combined-title-desc > h1{
	display: inline;     /* or inline-block */
	margin: 0;
	padding: 0;
	font-size: 16px !important;
	font-weight: 400 !important;
	font-family: Roboto, Arial, Helvetica, sans-serif !important;
	/*font-style: italic !important;*/
}
.combined-title-desc > p{
	display: inline;     /* or inline-block */
	 margin: 0;
}


.special-product-title + p {
    display: inline;
    margin: 0;
}

/* Optional: tighten spacing */
.special-product-title + p::before {
    content: '';
}











/*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: Roboto, 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: 16px !important;
}
.fsBody .fsForm textarea.fsRequired, .fsBody .fsForm textarea.fsFieldLongAnswer {
    border-color: #689777 !important;
    border-radius: 6px !important;
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    margin-right: 10px;
    font-family: Roboto, 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: #689777 !important;
    border-radius: 6px !important;
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    margin-right: 10px;
    font-family: Roboto, Arial, Helvetica, sans-serif !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: 16px !important;
    border-radius: 4px !important;
    background: #8f4008 !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: Roboto, Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
    position: relative;
}
.fsSubmitButton:hover, .fsSubmitButton:focus {
    background: #425237 !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;
    }
}
