/*
Theme Name:         Wattyl AU
Theme URI:          https://www.gsquared.com.au/
Description:        Wattyl AU Theme
Version:            1.0
Author:             G Squared
Author URI:         https://www.gsquared.com.au/
Text Domain:        wattyl

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/*Contact a rep form*/
div.contact-a-rep-gform select, 
div.contact-a-rep-gform input,
div.contact-a-rep-gform textarea{
	height: 70px;
	background-color: #fff;
	border: 1px solid #C9C9C9;
	padding: 0 15px!important;
}
div.contact-a-rep-gform div.ginput_container_consent input{
	height: unset;
}
fieldset.car-consent span.gfield_required{
	display: none;
}
div.contact-a-rep-gform select::placeholder, 
div.contact-a-rep-gform input::placeholder,
div.contact-a-rep-gform textarea::placeholder{
	color: #384750;
}
div.contact-a-rep-gform textarea{
	padding: 12px 15px!important;
}
div.contact-a-rep-gform div.gfmc-container{
	column-gap: 1em;
}
div.contact-a-rep-gform input.gform_button{
	background-color: #FFCD00;
	color: #000;
	border: 0;
}
div.contact-a-rep-gform div.gform_footer{
	text-align: right;
}
div.contact-a-rep-gform select{
	background-image: url(https://wattylaustg.wpengine.com/wp-content/uploads/2022/03/down-arrow.png);
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: 30px;
}
/*end of Contact a rep form*/

div.dp-tcs svg{
	transform: translateY(-2px);
}

@media(max-width:1024px){
	label.gfield_consent_label{
		transform: translate(25px, -23px);
		padding-right: 20px;
	}
}