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

.layout-wide-mode .fusion-header-wrapper .fusion-row {
    max-width: 1200px !important;
}

.fusion-title.fusion-title-center .title-heading-center {
    padding: 0 5px !important;
}

.fusion-header .fusion-row {
    padding-top: 0px;
    padding-bottom: 15px !important;
}

#toTop {
 	bottom: 10px;
	right: 10px;
 	height: 40px;
	width: 40px
}

@media only screen and (max-width: 800px){
	#toTop {
 	bottom: 10px;
	right: 10px;
 	height: 40px;
	width: 40px
}}