/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


img {
    padding: 0 0 20px 0;
}


.gform_body ul {
    margin: 0;
	list-style: none;
}

.gform_hidden {
	display: none;
}

.gf_right_half {
	float: right;
	width: 100%;
}

.gf_left_half {
	float: left;
	width: 100%;
}

.gfield_label {
	font-size: 14px;
	display: none;
}

input::placeholder {
	color: #ccc;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

.hidden_label .gfield_label {
	display: none;
}

.gfield_required {
	display: none;
}

.gform_button {
    float: right;
}


0A6151
