/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/

/* Temporary test-announcement strip (rbm_test_site_notice, functions.php) */
.rbm-test-site-notice {
	background: #fff6d8;
	border-bottom: 1px solid #e0c94f;
	color: #4a3c00;
	font-size: 14px;
	line-height: 1.5;
	padding: 8px 20px;
	text-align: center;
}

/*
 * Desktop header centering (Header Layout Section / fusion-tb-header).
 * Avada's saved header content left-aligns the banner column and the
 * top-level menu row (--awb-justify-content default: flex-start); this
 * overrides both to center, scoped to the header only and only above the
 * theme's own desktop-menu breakpoint (data-breakpoint="1024" on the
 * .awb-menu element) so mobile header/menu behavior is untouched.
 */
@media (min-width: 1025px) {
	.fusion-tb-header .fusion-builder-row-1 .fusion-column-wrapper {
		justify-content: center;
	}
	.fusion-tb-header .fusion-builder-row-1 .fusion-image-element {
		text-align: center !important;
	}
	.fusion-tb-header .awb-menu {
		--awb-justify-content: center;
	}
}


