/*Font styles used for the site*/
body {  
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wght" 400;
	font-size:1rem;
	line-height:1.5;
	color:var(--body_colour,#000);
	background-color:var(--theme_red,#fff);
}
img {
	max-width:100%;
	height:auto;
}
strong {
	font-variation-settings: "wght" 800;	
	font-weight:700;
}
a {
	color:var(--link_colour);
}
a:hover {
	color:var(--link_colour_hover);
	text-decoration:none;
}
a:focus {
	text-decoration:none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color:var(--title_colour,#000);
	font-weight:700;
	font-variation-settings: "wght" 700;
	font-family:"PP Right Gothic", "Open Sans", sans-serif;
	line-height:1.1;
}
.smalltxt {
	font-size:0.875rem;
	line-height:1;
	display:block;
}
h1,.h1{
	font-size:3.125rem;
	text-transform:uppercase;
}
h2,.h2{
	font-size:2.5rem;
}
h3,.h3,
h1 .smalltxt,.h1 .smalltxt,
h2 .smalltxt, .h2 .smalltxt{
	font-size:1.875rem;
	
}
h4,.h4{
	
}
h5,.h5{
	
}
h6,.h6{
	
}
p {
	margin-bottom:1em;
}
ul {
	margin-top:2em;
	margin-bottom:2em;
}
ul li{
	margin-bottom:1em;
}
table {
	width:100%;
	margin-bottom:1em;
	border-color:inherit;
}
.txt-spacedout {	
	letter-spacing:0.2em;
}

/*Button*/
.blockButton > a,
.btn-style,
a.button {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-weight: 600;
	display: inline-block;
    color: var(--button_colour,#fff);
    border: solid 2px var(--button_border,transparent);
    background: var(--button_bg,#D7193E);
	text-decoration:none!important;
	font-size:1rem;
    line-height: 1.5em;
	letter-spacing:0.2em;
	font-variation-settings: "wght" 700;
	text-transform:uppercase;
	margin-top:0.625rem;
	padding-top:1rem;
	padding-bottom:1rem;
	padding-left:2rem;
	padding-right:2rem;
    position: relative;
    transition: 300ms;
	border-radius:25px;
	text-align:center;
}
.blockButton> a:hover,
.btn-style:hover,
a.button:hover {
	background:var(--button_bg_hover,#000);
	color:var(--button_colour_hover,#fff);
}
button:focus {
	outline:0;
}

blockquote {
	font-style:normal;
	color:var(--title_colour,#000);
	font-weight:700;
	font-family:"PP Right Gothic", "Open Sans", sans-serif;
	font-size:1.875rem;
	text-align:center;
	margin:1em 0;
}
blockquote p {
	margin-top:0;
	margin-bottom:0;
}
blockquote cite{
	display:block;
	font-style:normal;
	font-weight:600;
	font-size:1rem;
	line-height:1.5;
	margin-top:1rem;
	font-family: "Open Sans", sans-serif;
	letter-spacing:0.2em;
}
tbody, td, tbody, th {
	padding:0.3125rem 0.625rem;
}
tbody, td, tfoot, th, thead, tr {
	border-width:1px;
}

.gallery  {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
	text-align:center;
}
.gallery  .gallery-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	padding:7.5px;
	margin-bottom:0;
}

.gallery  .gallery-item img{
	width:100%;
	aspect-ratio:1;
	object-fit:cover;
}
.gallery.gallery-columns-2 .gallery-item {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.gallery.gallery-columns-4 .gallery-item {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width:768px){
	body {
		font-size:1.125rem;
	}
	h1,.h1{
		font-size:calc(4rem + 2vw);
	}
	h2,.h2{
		font-size:calc(3.125rem + 1.5vw);
	}
	h3,.h3
	h1 .smalltxt,.h1 .smalltxt,
	h2 .smalltxt, .h2 .smalltxt{
		font-size:calc(1.875rem + 1.25vw);
		
	}
	h4,.h4{
		
	}
	h5,.h5{
		
	}
	h6,.h6{
		
	}
	
	blockquote {
		font-size:calc(1.875rem + 1.25vw);		
	}
}
@media (min-width:992px){
	.blockButton > a,
	.btn-style,
	a.button {
		padding-top:1.3125rem;
		padding-bottom:1.3125rem;
		padding-left:2.625rem;
		padding-right:2.625rem;
	}
}

@media (min-width:1200px){
	.blockButton > a,
	.btn-style,
	a.button {
		min-width:240px;
	}
}
@media (min-width:1400px){
	h1,.h1{
		font-size:8.125rem;
		font-size:6.25rem;
	}
	h2,.h2{
		font-size:5rem;
		font-size:4rem;
	}
	h3,.h3,
	h1 .smalltxt,.h1 .smalltxt,
	h2 .smalltxt, .h2 .smalltxt{
		font-size:3.125rem;
		font-size:3rem;		
	}
	h4,.h4{
		
	}
	h5,.h5{
		
	}
	h6,.h6{
		
	}
	blockquote {
		font-size:3rem;
	}
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
@media (max-width:767.99px){
	.alignright,
	.alignleft,
	a img.alignright,
	a img.alignleft{
		float:none;
		margin:5px auto 20px;
		display:block;
	}
}
div.wpforms-container .wpforms-form .wpforms-head-container {
	padding-bottom:0;
}
div.wpforms-container:not(:empty) {
	margin-top:2rem;
}
div.wpforms-container .wpforms-form .wpforms-title,
div.wpforms-container-full .wpforms-form .wpforms-title,
.wpforms-container .wpforms-title {
    font-size: 2.5rem;
	line-height:1.1;	
    font-weight: 700;
    font-family: "PP Right Gothic", "Open Sans", sans-serif;
}
:root {
	--wpforms-field-border-radius: 25px;
    --wpforms-field-border-style: solid;
    --wpforms-field-border-size: 1px;
    --wpforms-field-background-color: #ffffff;
    --wpforms-field-border-color: rgba(0, 0, 0, 0.25);
    --wpforms-field-border-color-spare: rgba(0, 0, 0, 0.25);
    --wpforms-field-text-color: var(--theme_red);
    --wpforms-field-menu-color: #ffffff;
    --wpforms-label-color: var(--body_colour);
    --wpforms-label-sublabel-color: var(--body_colour);
    --wpforms-label-error-color: #d63637;
    --wpforms-button-border-radius: 25px;
    --wpforms-button-border-style: none;
    --wpforms-button-border-size: 1px;
    --wpforms-button-background-color: var(--button_bg);
    --wpforms-button-border-color: var(--button_border);
    --wpforms-button-text-color: var(--button_colour);
    --wpforms-page-break-color: #066aab;
    --wpforms-background-image: none;
    --wpforms-background-position: center center;
    --wpforms-background-repeat: no-repeat;
    --wpforms-background-size: cover;
    --wpforms-background-width: 100px;
    --wpforms-background-height: 100px;
    --wpforms-background-color: rgba(0, 0, 0, 0);
    --wpforms-background-url: none;
    --wpforms-container-padding: 0px;
    --wpforms-container-border-style: none;
    --wpforms-container-border-width: 1px;
    --wpforms-container-border-color: #000000;
    --wpforms-container-border-radius: 3px;
    --wpforms-field-size-input-height: 70px;
    --wpforms-field-size-input-spacing: 15px;
    --wpforms-field-size-font-size: 16px;
    --wpforms-field-size-line-height: 19px;
    --wpforms-field-size-padding-h: 42px;
    --wpforms-field-size-checkbox-size: 16px;
    --wpforms-field-size-sublabel-spacing: 5px;
    --wpforms-field-size-icon-size: 1;
    --wpforms-label-size-font-size: 16px;
    --wpforms-label-size-line-height: 19px;
    --wpforms-label-size-sublabel-font-size: 14px;
    --wpforms-label-size-sublabel-line-height: 17px;
    --wpforms-button-size-font-size: 16px;
    --wpforms-button-size-height: 70px;
    --wpforms-button-size-padding-h: 42px;
    --wpforms-button-size-margin-top: 10px;
    --wpforms-container-shadow-size-box-shadow: none;
}
div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
    letter-spacing: 0.2em;
    font-variation-settings: "wght" 700;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
	text-transform:uppercase;
}
div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
	background-color:var(--button_bg_hover);
	color:var(--button_colour_hover);
}
@media (min-width:768px){
	div.wpforms-container .wpforms-form .wpforms-title,
	div.wpforms-container-full .wpforms-form .wpforms-title,
	.wpforms-container .wpforms-title{
        font-size:calc(3.125rem + 1.5vw);
	}
}
@media (min-width:1400px){
	div.wpforms-container .wpforms-form .wpforms-title,
	div.wpforms-container-full .wpforms-form .wpforms-title,
	.wpforms-container .wpforms-title {
        font-size:4rem;
	}
}