/*
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
*/
/*.box_center {
	display: flex;
    justify-content: center;
}*/
@media screen and (max-width: 800px) { 
	.footer_contact .fusion-column-wrapper {
		border-right:0px !important;
	}
}
@media only screen and (min-width: 801px) and (max-width: 1024px){
	.footer_contact .fusion-column-wrapper {
		border-right:0px !important;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1155px){
	.mobilebg .awb-menu__main-li {
		margin-left: calc(20px/ 2);
		margin-right: calc(20px/ 2);
	}
}