/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-logo img {

width: 180px;
}
.fusion-title.title{
width:70%;
}

.fusion-main-menu > ul > li:last-child{
background-color:#f59332;
}

.fusion-main-menu > ul > li:last-child a{
color: white;
padding-left: 10px;
padding-right: 10px;
}
.fusion-main-menu > ul > li:last-child a:hover{
color: white;
}

tr td{
padding-bottom: 10px;
}

.side-nav-left .side-nav .arrow{
display: none;
}

@media screen and (max-width:640px){

.fusion-title.title{
width:100%;
}

}


@media screen and (max-width:640px){

iframe{
width: 100%;
height:; auto;
}

.gform_button {
	padding: 13px 0px !important;
}

.fusion-flip-boxes {
	margin-bottom: 0px !important;
}

	}

@media screen and (max-width:860px){	
#phone{
 font-size: 24px !important;
}
}


/***************************************
## FUSION COLUMN WRAPPER

not sure why but it has a percentage
padding, had to reset for responsive
to work properly

****************************************/
@media screen and (max-width:1024px){
	.fusion-column-wrapper {
		padding: 0 20px !important;
	}
}

/***************************************
## FLIP BOX OVERRIDE
****************************************/
.flip-box-front-inner {
	margin-top: 0 !important;
}