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

body {
	background-color: #fff;
}
.grecaptcha-badge,
.entry-meta {
	visibility: hidden;
	display: none;
	max-height: 0;
	max-width: 0;	
}

div .wpforms-container-full {
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}


.zindex1000{
	z-index: 1000;
}

.splide__arrow--next {
	right: 0.2em;
}
.splide__arrow--prev {
	left: 0.2em;
}

.splide__arrows.style-5 {
	margin: 0;
	width: 0;
	height: 0;
	z-index: 1;
}

.p-slide h2,
.p-slide h3{
	text-transform: uppercase;
	font-weight: bold;
}
.p-slide h2,
.p-slide h3,
.p-slide p{
	color: #fff;
}
.p-slide{
	min-height: 70vh;
	padding-left: 3.0rem !important;
	padding-right: 3.0rem !important;
	padding-top: 3.0rem !important;
	padding-bottom: 3.0rem !important;
}
.p-0 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.m-0 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
	margin: 0;
	padding: 0;
	border: 0;
}


@media (max-width: 799px) {
    /* CSS in here for mobile only */
	.p-slide h2 {
		font-size: 1.9rem;
	}
	.p-slide h3 {
		font-size: 1.6rem;
	}
    .p-slide p{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
    .p-slide .tpgb-plus-button.button-style-1 .button-link-wrap {
		font-size: 1.2rem;
	}
}
@media (min-width: 800px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
	.p-slide h2 {
		font-size: 2.2rem;
	}
	.p-slide h3 {
		font-size: 2.0rem;
	}
    .p-slide p{
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
    .p-slide .tpgb-plus-button.button-style-1 .button-link-wrap {
		font-size: 1.4rem;
	}
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
	.p-slide h2 {
		font-size: 3.8rem;
	}
	.p-slide h3 {
		font-size: 2.8rem;
	}
    .p-slide p{
		font-size: 2.2rem;
		line-height: 2.5rem;
	}
    .p-slide .tpgb-plus-button.button-style-1 .button-link-wrap {
		font-size: 1.5rem;
	}
}

.gform-theme--foundation .gform_fields {
	/*
	grid-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	display: grid;
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: repeat(auto-fill,auto);
	inline-size: 100%;
	grid-row-gap: var(--gf-form-gap-y);
	*/
	row-gap: 10px !important;
}



.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub {
   /*--gf-local-margin-y: 0 var(--gf-label-space-tertiary);
  */
  line-height: 0;
  padding: 0;
  display: none;
}

