/* Contact 7 Form code
--------------------------------------------- */

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: black;
color: #82b341;
border: 1px solid black;
  border-radius: 5px;
}

input.wpcf7-form-control.wpcf7-submit {
background-color: #f7b91a;
color: white;
  border-radius: 5px;
  border: 1px solid #f7b91a;
}

input.wpcf7-form-control.wpcf7-submit {
  text-align:center;}

/* Age gate styling code
--------------------------------------------- */

.themebutton, button, html input[type="button"], input[type="reset"], input[type="submit"]{
background-color: #f7b91a;
color: white;
  border-radius: 5px;
  border: 1px solid #f7b91a;
}

button.age-gate-submit-yes:hover {
 background-color: black;
color: #82b341; 
  border: 1px solid black;
}

button.age-gate-submit-no:hover {
 background-color: black;
color: #82b341; 
  border: 1px solid black;
}

h2.age-gate-subheading {
  font-family: Roboto, Helvetica, Arial;
  font-size: 20px;
  text-transform: uppercase;
	line-height: 1.8;
 color: #ffffff;
}

p.age-gate-message {
  color: #ffffff;
  font-size: 12px;
}
p.age-gate-confirm-message {
  color: #ffffff;
}

.age-gate-form label {
color: #ffffff;
}

/* heading styling code
--------------------------------------------- */
#intro .page-title {
 color: #82B341;
  Text-transform: uppercase;
  text-align: center;
  font-size: 30px;
}

h2 {font-family: magic sound;
  color: #82B341;
  text-align: center;
  
}

#footer-core h3 {
  font-size: 11px;
}