.elementor-kit-8{--e-global-color-primary:#44312C;--e-global-color-secondary:#44312C;--e-global-color-text:#2A2A2A;--e-global-color-accent:#61CE70;--e-global-color-e193f93:#44312C;--e-global-color-a0c1901:#A7A376;--e-global-color-3c90d6f:#799B78;--e-global-color-433b189:#77D179;--e-global-color-acc94b3:#5AB91F;--e-global-color-ba3672a:#F8F7F2;--e-global-color-93e6e10:#2A2A2A;--e-global-typography-primary-font-family:"Motter Corpus";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sigher";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.elementor-kit-8 a:hover{color:var( --e-global-color-e193f93 );text-decoration:underline;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Site Settings */
html {
interpolate-size: allow-keywords;
font-size:16px;
}

/* Start Fluid Typography */
h1 {font-size: clamp(1.5rem, 1.03284rem + 1.967vw, 3rem);}
h2 {font-size: clamp(1.375rem, 0.94679rem + 1.803vw, 2.75rem);}
h3 {font-size: clamp(1.3125rem, 1.02038rem + 1.23vw, 2.25rem);}
h4 {font-size: clamp(1.125rem, 0.81364rem + 1.311vw, 2.125rem);}
h5 {font-size: clamp(1.125rem, 0.85235rem + 1.148vw, 2rem);}
h6 {font-size: clamp(1.125rem, 0.93025rem + 0.82vw, 1.75rem);}
body {font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);}
p {font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);}

/* Match Bulleted List Sizes to Page Setting */
ul {
font-size: clamp(1rem, 2vw, 1.2rem);
list-style-position: outside; /* Ensures bullets stay aligned */
line-height: 1.5;
}
li {
font-size: inherit; /* Ensures <li> inherits the responsive font size from <ul> */
}

/* END Start Fluid Typography */

/* CSS Framework */
html {font-size:100%;}/*Default is always 16px */

.xlarge :is(h1, h2, h3, h4, h5, h6, p){font-size: clamp(2.5rem,1.80488rem + 2.92683vw, 4rem);
line-height:1em;}
.large :is(h1, h2, h3, h4, h5, h6, p){font-size: clamp(1.5rem,1.03659rem + 1.95122vw, 2.5rem);
line-height:1em;}
.medium :is(h1, h2, h3, h4, h5, h6, p){font-size: clamp(1.25rem,0.90244rem + 1.46341vw, 2rem);
line-height:1em;}
.small :is(h1, h2, h3, h4, h5, h6, p){font-size: clamp(1rem,0.88415rem + 0.48780vw, 1.25rem);
line-height:1em;}
.xsmall :is(h1, h2, h3, h4, h5, h6, p){font-size: clamp(0.82rem,0.76439rem + 0.23415vw, 0.94rem);
line-height:1em;}


/* END  CSS Framework */

/* Link Colours */
a{
    color:#fefefe;
}
a:hover{
    color:#339A0A;
}
a:visited{
    color:#1A1B2B;
}

/* END Link Colours */

/* Set style of Required Fields in Forms */

.required{
font-size: 0.75em;
color:#FF0000;
}

.required::before{
content:"* ";
color:#FF0000;
font-weight: bold;
}

/* END Set style of Required Fields in Forms */

/* BROWSER FIXES */
/*iPhone anti-jitter */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
/* END iPhone anti-jitter */
/*stop Edge hyperlinking phone numbers*/
.dontPhone{
x-ms-format-detection="none";
}
/* END stop Edge hyperlinking phone numbers*/

/* Stop Parallax Juddering */
.parallax {
    transition: none !important;
}
/* END Stop Parallax Juddering */

/* END OF BROWSER FIXES */

/* Instagram Coloured Background 
.elementor-social-icon-instagram {
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}
/* END Instagram Coloured Background */

/* Set style of the 'lead' paragraph */
.leadPara p
{
    margin-bottom: 1.2rem;
    font-size: 1.4rem !important;
    line-height: 1.2;
    
}
/* END Set style of the 'lead' paragraph */



/* Set the height of the caret so you see all of it */
.e-font-icon-svg.e-eicon-caret-down {overflow: visible;}
}
/* END Set the height of the caret so you see all of it */

/* Banded Colour Table */

.colourBandTable{
width:100%; 
border-collapse:collapse; 
}

/* Define cell padding, border colour, width and style */

.colourBandTable td{ 
padding:7px; 
border:#4e95f4 1px solid;
}
	
/* provide some minimal visual accomodation for IE8 and below */

.colourBandTable tr{
background: #b8d1f3;
}
	
/*  Define the background color for all the ODD background rows  */

.colourBandTable tr:nth-child(odd){ 
background: #b8d1f3;
}

/*  Define the background color for all the EVEN background rows  */

.colourBandTable tr:nth-child(even){
background: #dae5f4;
}

/* END Banded Colour Table */


/* Set text dropShadow*/

.dropShadow {
  text-shadow: 2px 2px 4px #000000;
}
/* END Set text dropShadow*/

/* Set Horizontal Line for use in forms*/

.hr {
  display: block;
  margin: 0.5em auto 0.5em auto;
  border-style: inset;
  border-width: 2px;
}

/* Line Variations */
.dashed {
 border-top: 1px dashed;
 border-bottom: none;
}

.dotted {
 border-top: 1px dotted;
 border-bottom: none;
}

.double {
 border-top: 3px double;
 border-bottom: none;
}


/* END Set Horizontal Line for use in forms*/

/* Set CTA Equal Height with buttons level at the bottom*/
.elementor-cta, .elementor-widget-cta .elementor-widget-container,  .elementor-cta .elementor-widget-container .elementor-cta {
    height: 100%;
}

.elementor-cta{
    flex-direction: column;
}

.elementor-cta__content{
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
}

.elementor-cta__button-wrapper{
    margin-top: auto;
}

/* END Set CTA Equal Height with buttons level at the bottom*/

/* Set WD4U Brand Footer Link Colours and Size*/

#wd4uFooter {
    color: #000000 !important;
    font-size:0.8rem !important;
    text-align:center;
}

#wd4uFooter a{
    color:#f8f7f2;
}

#wd4uFooter a:hover{
    color:#5ab91f;
}

#wd4uFooter a:visited{
    color:#000000;
}
/* END Set WD4U Brand Footer Link Colours and Size*/


/* CSS Framework */

html {font-size:100%;}/*Default is always 16px */

.xlarge :is(h1, h2, h3, h4, h5, h6, p){font-size: clamp(2.5rem,1.80488rem + 2.92683vw, 4rem);
line-height:1em;}
.large :is(h1, h2, h3, h4, h5, h6, p){font-size: clamp(1.5rem,1.03659rem + 1.95122vw, 2.5rem);
line-height:1em;}
.medium :is(h1, h2, h3, h4, h5, h6, p){font-size: clamp(1.25rem,0.90244rem + 1.46341vw, 2rem);
line-height:1em;}
.small :is(h1, h2, h3, h4, h5, h6, p){font-size: clamp(1rem,0.88415rem + 0.48780vw, 1.25rem);
line-height:1em;}
.xsmall :is(h1, h2, h3, h4, h5, h6, p){font-size: clamp(0.82rem,0.76439rem + 0.23415vw, 0.94rem);
line-height:1em;}


/*END CSS Framework *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Motter Corpus';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://budsoutdoorplay.co.uk/wp-content/uploads/2025/04/MotterCorpusStd-SemiCond.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sigher';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://budsoutdoorplay.co.uk/wp-content/uploads/2025/04/SigherRegular.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://budsoutdoorplay.co.uk/wp-content/uploads/2025/04/lato-regular-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://budsoutdoorplay.co.uk/wp-content/uploads/2025/04/lato-medium-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://budsoutdoorplay.co.uk/wp-content/uploads/2025/04/lato-bold-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://budsoutdoorplay.co.uk/wp-content/uploads/2025/04/lato-italic-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://budsoutdoorplay.co.uk/wp-content/uploads/2025/04/lato-mediumitalic-webfont.woff2') format('woff2');
}
/* End Custom Fonts CSS */