/*
Theme Name:   GAMKITCHILD
Description:  GAMKIT WordPress Generic Starter Theme Framework
Author:       GAMGROUP SRLS
Author URL:   https://www.gam-group.net/it-it/home/
Template:     gamkit
Version:      1.0
Text Domain:  GAMKITCHILD
*/

/* Scrivi qui il tuo foglio di stile personalizzato */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;900&display=swap');

html, body {
	font-family: 'Montserrat', sans-serif !important;
}

label {
	width: 100%;
}

.custom-logo {
    height: 60px !important;
    width: auto !important;
}

.navbar {
	box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 20%);
}

.nav-item {
	border-bottom: 4px solid transparent;
	text-transform: none !important;
}

.nav-item:hover {
	border-bottom: 4px solid #D12121;
}

.wpcf7 {
	color: #fff;
}

.btn {
	border-radius: 0 !important;
}

.navbar-light .navbar-toggler {
	border-color: transparent !important;
}