 /*
 Theme Name: 2017 child
 Description: Custom theme using the parent theme Twenty Seventeen.
 Author: Adrian Jefferies
 Author URI: https://definingdesign.co.uk
 Template: twentyseventeen
 Version: 1
 */
html {
	background-color: #282828;
}

.wrap {
	padding-left: 1em;
	padding-right: 1em;
}
@media screen and (min-width: 30em) {
	.wrap {
		padding-left: 2em;
		padding-right: 2em;
	}
}

.colors-dark #masthead.site-header,
.colors-dark #masthead.single-featured-image-header {
    background-color: #222;
}
#masthead .site-branding {
	padding: 3em 0 1.5em;
}
#masthead .custom-logo-link {
	text-align: center;
	display: block;
}
#masthead .custom-logo-link img {
    max-height: 50px;
}
#masthead .site-branding-text {
	text-align: center;
	display: block;
	padding-top: 0.5em;
	}
@media screen and (min-width: 48em) {
	#masthead .custom-logo-link img {
		max-height: 80px;
	}
}
#masthead .site-title,
#masthead .site-description {
	font-family: 'Didact Gothic', sans-serif;
}
@media screen and (min-width: 30em) {
	#masthead .custom-logo-link,
	#masthead .site-branding-text {
		text-align: left;
		display: inline-block;
	}
	#masthead .site-branding-text {
		padding-top: 0;
	}
}
#masthead .wrap {
	max-width: 740px;
}
#masthead .navigation-top {
	display: none;
}
@media screen and (min-width: 48em) {
	.panel-content .wrap {
		padding-top: 0;
	}
}

@media screen and (min-width: 30em) {
	.panel-content .wrap {
		padding-top: 1em;
	}
}
.home.page .entry-header {
	margin-bottom: 0;
}
.home.page .entry-title {
	display: none;
}

.wpfs-form {
    padding: 0.8em 1em 1.5em;
    border: 1px solid #555;
    margin: 0 2px;
    background: #b7b7b7;
}
.wpfs-form.wpfs-w-60 {
	max-width: none !important;
}
/** fields **/
.wpfs-form .wpfs-form-group .wpfs-custom-amount--unique,
.wpfs-form .wpfs-input-group,
.wpfs-form input[type="text"].wpfs-form-control,
.wpfs-form input[type="email"].wpfs-form-control,
.wpfs-form .wpfs-form-control {
  border: 1px solid #555;
  background-color: #dcdcdc;
  color: #111;
}
.wpfs-form .wpfs-form-group .wpfs-custom-amount--unique:focus,
.wpfs-form .wpfs-form-control:not(.wpfs-form-control--error).wpfs-form-control--focus, 
.wpfs-form .wpfs-form-control:not(.wpfs-form-control--error):focus {
  border-color: #555;
  box-shadow: 0 0 0 1px #777 !important;
  background-color: #cccccc;
  color: #111;
}
/** giftaid checkbox **/
.wpfs-form input[type="checkbox"].wpfs-form-control {
  width: 16px;
  border: none;
  height: 16px;
  position: absolute;
  top: 0;
}
.wpfs-form input[type="checkbox"].wpfs-form-control:not(.wpfs-form-control--error):focus {
    border: none;
    box-shadow: none !important;
    background-color: inherit;
    color: inherit;
}
.wpfs-form .wpfs-form-check.gift-aid label {
	margin-left: 24px;
	cursor: pointer;
	font-size: 15px;
}
/** field groups **/
.wpfs-form .wpfs-form-group {
  margin-bottom: 10px;
}
.wpfs-form .wpfs-input-group > .wpfs-input-group-form-control {
  height: auto;
}
.wpfs-form .wpfs-input-group > .wpfs-input-group-form-control:not(:first-child) {
	padding-left: 10px;
}
.wpfs-form .wpfs-input-group:not(.wpfs-input-group--error):focus-within {
  border-color: #555;
  box-shadow: 0 0 0 1px #777 !important;
}
/** pound sign **/
.wpfs-form .wpfs-input-group-prepend {
  background-color: #c3c3c3;
}
.wpfs-form .wpfs-input-group-prepend span {
  color: #000;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
}
/** field labels **/
.wpfs-form .wpfs-form-label {
  color: #000;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.wpfs-form .wpfs-w-45 {
	max-width: none;
}
/** terms checkbox **/
.wpfs-form .wpfs-form-check-input {
    opacity: 1;
    margin: 3px 0 0 0;
	width: 16px;
    height: 16px;
    z-index: 1;
}
.wpfs-form [type=checkbox]+label.wpfs-form-check-label {
  margin-left: 0;
}
.wpfs-form .wpfs-form-check {
  margin-bottom: 10px;
}
.wpfs-form .wpfs-form-check-input + .wpfs-form-check-label:before,
.wpfs-form .wpfs-form-check-input[type=checkbox]:checked+.wpfs-form-check-label:before,
.wpfs-form .wpfs-form-check-input:focus+.wpfs-form-check-label:before {
  content: none;
  position: relative;
  width: 0;
  height: 0;
  z-index: -1;
}
.entry-content .wpfs-form .wpfs-form-check-label a {
  color: #ddd;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
  box-shadow: inset 0 -1px 0 rgba(240, 240, 240, 1);
}
.wpfs-form .wpfs-form-check-label a:hover {
  color: #fff;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 3px 0 rgba(255, 255, 255, 1);
}
/** button **/
.wpfs-form .wpfs-form-actions {
  margin-top: 15px;
}
.wpfs-form button.wpfs-btn-primary[type=submit] {
  background-color: #eee;
  color: #393939;
  border-radius: 0;
  box-shadow:none;
}

.wpfs-form .wpfs-btn-primary:focus,
.wpfs-form button.wpfs-btn-primary:focus[type=submit],
.wpfs-form .wpfs-btn-primary:not(.wpfs-btn-primary--disabled):not(:disabled):not(:active):hover {
  background-color: #111;
  box-shadow: none;
}

/**** gravity form w/e away booking form ****/
.gform_wrapper.gravity-theme .gfield_required,
.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme label+[aria-invalid=true] {
    color: #df5e41 !important;
}
.entry-content .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
    border: 1px solid #df5e41;
    
}

/**** gravity form donation form ****/

.gform_wrapper form.donation-form {
	background-color: #292929;
	padding: 5px 25px 0;
}
.gform_wrapper form.donation-form .gfield_label.gform-field-label {
	font-size: 18px;
	padding: 20px 0 0;
	margin: 0;
}
.gform_wrapper.gravity-theme form.donation-form .field_description_above .gfield_description {
	padding: 0 0 8px;
	font-size: 14px;
}
.colors-dark input[type="text"] {
	background-color: #616161;
}
.gform_wrapper form.donation-form .gfield_required_text {
	color: #ff8a70 !important;
}
.gform_wrapper.gravity-theme form.donation-form .gfield_html p {
	padding: 0;
	margin: 0;
	font-size: 14px;
}


/*********  footer **********/
#colophon {
	background-color: #282828;
}
#colophon .wrap {
	max-width: 740px;
}
#colophon .wrap .site-info {
	display: none;
}


