/* FONTS */

@font-face { 
	font-family: 'AxiForma'; 
	src: url('/wp-content/themes/Lake-Divi-Child/assets/fonts/Axiforma-Black.ttf');
	font-weight: 900; 
	font-style: normal; 
}

@font-face { 
	font-family: 'AxiForma'; 
	src: url('/wp-content/themes/Lake-Divi-Child/assets/fonts/Axiforma-Book.ttf');
	font-weight: 400; 
	font-style: normal; 
}

@font-face { 
	font-family: 'Gotham'; 
	src: url('/wp-content/themes/Lake-Divi-Child/assets/fonts/Gotham-Bold.otf');
	font-weight: 900; 
	font-style: normal; 
}

@font-face { 
	font-family: 'Gotham'; 
	src: url('/wp-content/themes/Lake-Divi-Child/assets/fonts/Gotham-Book.otf');
	font-weight: 400; 
	font-style: normal; 
}

/* GENERAL */

h1, h2, h3, h4, h5 {
    font-family: var(--headersFont), Helvetica, sans-serif;
}

body {
    font-family: var(--bodyFont), Helvetica, sans-serif;
}

.ld-btn {
	background:var(--btnColor);
    color: white;
    padding: 13px 30px 11px;
    display: table;
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	transition:0.3s all;
    font-family: var(--anchorsFont), Helvetica, sans-serif;
}

.ld-btn:hover {
	filter:brightness(110%);
}

.ld-btn.btn-large {
	background:var(--btnColor);
    color: white;
    padding: 23px 40px 21px;
    font-size:18px;
    display: table;
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	transition:0.3s all;
    font-family: var(--anchorsFont), Helvetica, sans-serif;
}


.ld-btn.btn-white {
	background:white;
	color:var(--btnColor);
}

.ld-btn.btn-white:hover {
	background: var(--btnColor);
    color: white;
	filter:brightness(100%);
}

/* gTranslate Tweaks */

html[lang="en-US"] a[title="English"], html[lang="auto"] a[title="English"] {
	display:none !important;
}

html[lang="fr"] a[title="French"], .gtranslate-wrapper {
	display:none !important;
}

#top-menu a.glink img {
	margin: -2px 0 0 0;
	max-height: 20px;
	width:auto;
}

#top-menu li.menu-item-gtranslate {
	padding-right:0;
}