/*
 Theme Name:     Stevie Redback
 Description:    Divi Child Theme for Stevie Redback site
 Author:         BakerStreetMarketing
 Author URI:     https://www.bakerstreetmarketing.com.au
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

/* MailChimp sign up */
#mce-responses { margin-left: 0 !important; margin-right: 0! important; padding-left: 0 !important; padding-right: 0! important; }

#mce-responses div.response { width: auto! important; }


/* Gravity forms styling */
.gform-nicestyles_wrapper .gform_heading {
	display: none;
}

.gform-nicestyles_wrapper .gform-nicestyles .gform_fields {
	grid-column-gap: 3%;
}

.gform-nicestyles_wrapper .gform-nicestyles input[type=text],
.gform-nicestyles_wrapper .gform-nicestyles input[type=tel],
.gform-nicestyles_wrapper .gform-nicestyles input[type=email],
.gform-nicestyles_wrapper .gform-nicestyles select,
.gform-nicestyles_wrapper .gform-nicestyles textarea {
	padding: 16px !important;
	color: white;
	border: 2px solid rgba(255,255,255,0.4);
	line-height: 2em;
  background-color: rgba(255,255,255,0.31);
	font-size: 16px !important;
}

.gform-nicestyles_wrapper .gform-nicestyles input::placeholder,
.gform-nicestyles_wrapper .gform-nicestyles textarea::placeholder{
	color: white;
}


.gform-nicestyles_wrapper .gform-nicestyles .gform_button {
	padding: 0.3em 1em;
	margin-left: auto;
	
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.7em;
	
	background: transparent;
	border: none;
	cursor: pointer;
}

.gform-nicestyles_wrapper .gform-nicestyles .gform_button:hover,
.gform-nicestyles_wrapper .gform-nicestyles .gform_button:focus {
	background-color: rgba(0,0,0,.05);
}


.gform-nicestyles_wrapper .gform-nicestyles.gform-nicestyles--clearFields input[type=text],
.gform-nicestyles_wrapper .gform-nicestyles.gform-nicestyles--clearFields input[type=tel],
.gform-nicestyles_wrapper .gform-nicestyles.gform-nicestyles--clearFields input[type=email],
.gform-nicestyles_wrapper .gform-nicestyles.gform-nicestyles--clearFields select,
.gform-nicestyles_wrapper .gform-nicestyles.gform-nicestyles textarea {
	background: transparent !important;
}

.gform-nicestyles .gform_confirmation_message {
	color: white;
	font-size: 1rem;
}