/*
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
*/
/*Slider Height*/
.tfs-slider.flexslider.main-flex {
    height: 650px!important;
}
.fusion-social-links{
	padding-top:10px!important;
	text-align:center!important;
}
.fusion-footer-widget-area{
	display:none;
}

.fusion-logo {
    display: block;
    float: left;
    max-width: 100%;
    zoom: 1;
}

.fusion-header-v2 .fusion-logo {
    margin-right: auto!important;
}


.header-right {
    margin-top: 35px;
}

.fusion-header-v2 .header-right ul, .fusion-header-v2 .header-right li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-right .contact-number {
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 25px;
    padding-left: 0;
    text-align: right;
}

.header-right .contact-number a{
	color: #fff;
}

@media only screen and (max-width: 800px){
.fusion-header-wrapper .fusion-header, .fusion-header-wrapper .fusion-secondary-main-menu {
    	background-color: #ffffff!important;
	}
	.header-right .contact-number{
		text-align: center;
	}
	
	#wrapper{
		margin-bottom:25px !important;
	}
	.mobile_btn{
		bottom: 0;
		position: fixed !important;
		width: 100%;
		z-index: 22;
	}
	.mobile_btn p{
		margin:0 !important;
	}
	body.fusion-body .mobile_btn .fusion-button.fusion-button-round {
		border-radius: unset;
	}
}