/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.age18 {
  width: 50px;
  position: fixed; 
  bottom: 10px; 
  left: 10px; 
  z-index:500;
}
#header .header-nav #contact-link {
color: #ffffff;
}
/* sliders */
.slide1,
.an_homeslider .an_homeslider-desc .h2, 
.anthemeblocks-homeslider-desc h2, 
.anthemeblocks-homeslider-desc .h2   {
	font-weight: 800;
	font-size: 7.5em;
	line-height: .9;
	font-family: Caveat, cursive;
	color: #f5c035
}

div.form-group[data-field-name="lastname"] {
  display: none !important;
}

input[name="lastname"],
input[name="lastname"] + .form-control-static-comment,
input[name="lastname"] ~ .form-control-comment,
label[for="lastname"] {
  display: none !important;
}
.form-group:has(input[name="lastname"]) {
  display: none !important;
}
