/*
Theme Name: Nobel Biocare Theme
Description: Custom Theme by SAHARA (Avada Child Theme)
Author: SAHARA Werbeagentur / ThemeFusion
Author URI: https://sahara.de
Template: Avada
Version: 1.0.0
Text Domain: Avada
*/

/* GENERAL */
main,
.fusion-page-title-bar,
.fusion-tb-header,
.fusion-tb-header > .fusion-fullwidth,
.fusion-tb-footer,
.fusion-tb-footer .fusion-fullwidth {
	max-width: 2800px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

strong, bold {
	font-family: 'Mark Pro Bold';
}

.balanced, .balanced h1, .balanced h2, .balanced h3, .balanced h4, .balanced h5, .balanced h6, .balanced p, .balanced a, .balanced span {
	text-wrap: balance;
}
.nobr {
	white-space: nowrap;
	hyphens: none;
}


.max-width-680 {
	max-width: 680px;
}
.max-width-700 {
	max-width: 700px;
}
.max-width-1125 {
	max-width: 1125px;
}

.max-height-800 {
	max-height: 800px;
}

/* NAVIGATION */
#menu-top-bar .menu-item.menu-button a span {
	background: var(--button_gradient_top_color);
	color: var(--button_accent_color);
	padding: var(--button_padding-top,13px) var(--button_padding-right,29px);
	transition: background .2s ease;
}
#menu-top-bar .menu-item.menu-button a span:hover {
	background: var(--button_gradient_top_color_hover);
}

/* FOOTER */
#menu-footer-menu > li.menu-item:not(:last-child) {
	margin-right: 20px;
}
