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

#main {
	background-color: var(--awb-color5) !important;
}

#menu-offcanvas {
    position: absolute;
    top: 50px;
}

.wp-singular.post-template-default #main {
	background-color: #FFF !important;
}


@media only screen and (max-width : 1023px) {
	#menu-offcanvas {
		display: none;
	}
}
