/*
Theme Name: Grays Funfair 
Theme URI: www.graysfunfairrides.co.uk
Description: Grays Funfair Rides
Author: NGU Digital
Author URI: https://ngudigital.co.uk
Version: 1.0.0
Template: Divi
*/


.et-pb-background-video{
	opacity:0.4!important;
}


.post-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.post-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

.post-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 5% auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  max-height: 80vh;
  overflow-y: auto;
}

.post-modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
}


.wpcf7 input[type="submit"]{
	background-color:#D79D48;
	color:white;
	border:0;
	appearance:none;
	padding:8px;
	margin-top:1em;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"]{
	padding:5px;
	background:black;
	appearance:none;
	border: 0;
	border-bottom: 1px solid rgb(255 255 255 / 12%);
	color:white;
}

.wpcf7 input[type="date"]{
	color:#ffffff63!important;
}

.wpcf7 input[type="date"]::placeholder{
	color:white;
}

.wpcf7-spinner{
	display:none;
}