/*
Theme Name: J.V. Gander
Version: 2024.11.21-1
Author: 2K Web Group
template: bb-theme
*/

@font-face {
	font-family: "Garet";
	src: url("fonts/Garet-Regular.Ym2RXOjOkdWDj5x.woff") format("woff");
	font-weight: normal;
}
@font-face {
	font-family: "Garet";
	src: url("fonts/Garet-Bold.Ym2RXOjOkdWDj5x.woff") format("woff");
	font-weight: 700;
}
@font-face {
	font-family: 'Yellowtail';
	src: url('fonts/Yellowtail.Ym2RXOjOkdWDj5x.woff2') format('woff2');
	font-weight: normal;
}

html {font-size: 62.5%;}
html body {font-size: 1.6rem; line-height: 1.5;}

strong {font-weight: 700;}

h1 {font-size: 3rem;}
h2 {font-size: 2.8rem;}
h3 {font-size: 2.6rem;}
h4 {font-size: 2.4rem;}
h1, h2, h3, h4 {
	line-height: 1.3;
}

body > div.fl-page > header p,
body > div.fl-page > footer p {
	margin-bottom: 0;
}

.fl-page-content p {
	margin-bottom: 2rem;
}
.fl-page-content a {
	text-decoration: underline;
}

.fl-heading > a {
	text-decoration: none !important;
}

a.fl-module-box:hover {
	text-decoration: none;
}

#menu-primary a {
	text-decoration: none;
	position: relative;
}
#menu-primary a::after {
	content: '';
	position: absolute;
	left: 5%;
	bottom: 0;
	width: 90%;
	height: 4px;
	background-color: #0D4378;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}	
#menu-primary a:hover::after,
#menu-primary .current-menu-item a::after {
	transform: scaleX(1);
}

/* .nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	background: #fff !important;
	border: 1px solid #BAB3B0 !important;
	color: #000 !important;
} */

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	background: #e02727 !important;
	color: #fff !important;
	border: none !important;
	padding: 12px 24px;
	line-height: normal;
	font-family: "Garet", Verdana, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.7rem;
	border-radius: 6px !important;
	transition: none !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	background: #0d4378 !important;
	color: #fff !important;
}

/** 992 tablet, 768 mobile **/
@media (max-width: 1060px) {
	
}