@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

body {
	background: #efe7daf0;
	font-family: "Hanken Grotesk", sans-serif !important;
	color: #241319 !important;
}

h1, h2, h3, h4, h5, h6 {
	 font-family: "Fraunces", serif !important;
}

.header {
	background: #efe7daf0;
}

.logo {
	max-width: 350px;
}

.logo h2 {
	line-height: 28px;
	font-size: 28px;
	color: #241319 !important;
}

.site-description {
	font-size: 10px !important;
	font-weight: 600;
	line-height: 10px;
	text-transform: uppercase;
	color: #b07d3c !important;
	margin-top: 5px;
}

.menu-item {
	font-family: "Hanken Grotesk", sans-serif !important;
	font-size: 16px;
}

.header-extras {
	display: none;
}

.skt-header-quote-btn a {
	font-family: "Hanken Grotesk", sans-serif !important;
	background-color: #5a1a2b;
	color: #efe7da;
	text-transform: uppercase;
	margin-left: 0;
	font-size: 16px;
}

.skt-header-quote-btn a:hover {
	background-color: #47131f !important;
	color: #efe7da !important;
}

.home-form .gform_title {
	display: none;
}

.home-form .gform_wrapper.gravity-theme .gfield_label {
	color: #efe7da;
	font-size: 14px;
}

.home-form .gform_wrapper.gravity-theme input {
	width: 100%;
	background: #efe7da;
	border: none;
	border-radius: 4px;
	padding: 11px 13px;
	font-size: 14px;
	color: #241319;
}

.home-form .gform_wrapper.gravity-theme .gfield textarea {
	width: 100%;
	background: #efe7da;
	border: none;
	border-radius: 4px;
	padding: 11px 13px;
	font-size: 14px;
	color: #241319;
}

.home-form .gform_wrapper.gravity-theme input[type=submit] {
	cursor: pointer;
	width: auto;
	min-width: 100px;
	background-color: #B07D3C;
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #EFE7DA;
	border-radius: 100px 100px 100px 100px;
	padding: 15px 15px 15px 15px;
}

.home-form .gform_wrapper.gravity-theme input[type=submit]:hover {
	background-color: #9C6C30;
}