/*
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
*/

#custom-bg{
	background-size:cover;
}

html,body {
  height: 100%;
}

.ride-details h1{
	margin-bottom:15px;
	padding-bottom:0px;
	font-weight:bold;
}


.modal-sidebar h5{
	color:white;
}

.modal-hero{
	padding-bottom:50%;
	background-size:cover;
	background-position:center;
}

.modal-body{
	border-radius:1em;
}

.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;
}