/*
Theme Name: CAME ACS
Theme URI: https://wordpress.org/themes/cameacs/
Author: CAME UK
Author URI: https://wordpress.org
Template: twentynineteen
Description: Child Theme of Twenty Nineteen
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cameacs
*/

/*
:root {
    --brz-heading1tabletbold: normal;
    --brz-heading2tabletbold: normal;
}
*/



.brz .brz-mega-menu>.brz-container,
.brz-mega-menu .brz-container {
	/* Fix width of mega menu 
	max-width: calc(1 * var(--brz-section-container-max-width, 1170px)) !important; */
	width: var(--brz-section-container-width,100%);

	justify-content: center;
	display: flex;
	
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}


/* TABLET */
@media (max-width:991px) and (min-width:768px) {
    
}