/**
 * Header layout overrides.
 *
 * Loaded via ARC\Core\Controller\EnqueueController at PHP_INT_MAX priority so
 * these rules win the cascade over theme/Beaver Themer output.
 */

header#masthead .header-menu ul.menu > li {
	width: max-content;
}

/* Green menu spacing on medium/large tablets. */
@media screen and (min-width: 992px) and (max-width: 1279px) {
	.ibr-green-menu {
		margin-top: 45px !important;
	}
}

/* Srcm (site-id-19): remove main content wrapper margin. */
.site-id-19 #fl-main-content {
	margin: 0 !important;
}

/* Header buttons. */
.ibr-header-button-wrap .btn-phone {
	display: block !important;
}

.ibr-header-button-wrap .btn-contact-us {
	padding: 8px 16px !important;
	font-size: 12px !important;
	min-width: fit-content !important;
}

/* Content link menu item hover color. */
.ibr-content-link .menu-item:hover {
	color: #000000 !important;
}
