/*!
Theme Name: Tresstle
Theme URI: http://underscores.me/
Author: KCSweb
Author URI: http://www.kcsweb.co.uk
Description: Description
Version: 2.8.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tresstle
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tresslte is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* old colour scheme */
/*-----------------------------------------*/
/* new colour scheme */
/*-----------------------------------------*/
:root {
  --colour-green: #446B5E;
  --colour-mustard: #A89D02;
  --colour-pink: #E8B9A5;
  --colour-grey: #46494D;
  --colour-black: #292B2D;
  --colour-white: #FFFFFF;
  --colour-primary: #292B2D;
  --colour-primary-contrast: #FFFFFF;
  --colour-secondary: #446B5E;
  --colour-secondary-contrast: #292B2D;
  --colour-light-grey: #F1F1F1;
  --colour-medium-grey: #C7C7C7;
  --colour-dark-grey: #5D5D5D;
  --colour-cancel: #ca3b3b;
  --color-text-main: #212121;
  --color-background: #f9f9f9;
}
.has-green-background-color {
  background-color: var(--colour-green);
}
.has-green-color {
  color: var(--colour-green);
}
.has-pink-background-color {
  background-color: var(--colour-pink);
}
.has-pink-color {
  color: var(--colour-pink);
}
.has-mustard-background-color {
  background-color: var(--colour-mustard);
}
.has-mustard-color {
  color: var(--colour-mustard);
}
.has-grey-background-color {
  background-color: var(--colour-grey);
}
.has-grey-color {
  color: var(--colour-grey);
}
.has-blue-background-color {
  background-color: var(--colour-blue);
}
.has-blue-color {
  color: var(--colour-blue);
}
.has-light-grey-background-color {
  background-color: var(--colour-light-grey);
}
.has-light-grey-color {
  color: var(--colour-light-grey);
}
.has-medium-grey-background-color {
  background-color: var(--colour-medium-grey);
}
.has-medium-grey-color {
  color: var(--colour-medium-grey);
}
.has-dark-grey-background-color {
  background-color: var(--colour-dark-grey);
}
.has-dark-grey-color {
  color: var(--colour-dark-grey);
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v10/rP2Hp2ywxg089UriCZOIGA.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v10/rP2Cp2ywxg089UriASitCBimDg.ttf) format('truetype');
}
:root {
  --font-size-15: 1rem;
  --font-size-20: 1.2rem;
  --font-size-30: 2rem;
  --font-size-40: 2.5rem;
  --font-size-60: 4rem;
  --font-size-h2: calc(1.5rem + 1.5vmin);
}
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/*
    Created on : 14 Feb 2020, 00:10:02
    Author     : owen
*/
:root {
  --icon-cross: url("img/cancel.svg");
  --icon-person: url("img/person.svg");
  --icon-facebook: url('img/facebook.svg');
  --icon-instagram: url('img/instagram.svg');
  --icon-pinterest: url('img/pinterest.svg');
  --icon-twitter: url('img/twitter.svg');
  --icon-event: url('img/cinema.svg');
  --icon-tv: url('img/watching-tv.svg');
  --icon-schedule: url('img/calendar.svg');
  --icon-meet-us: url('img/happiness.svg');
  --icon-search: url("img/search.svg");
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: var(--font-size-20);
  margin: 0.67em 0;
}
@media screen and (min-width: 1050px) {
  h1 {
    font-size: var(--font-size-30);
  }
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  border-radius: 0;
  -webkit-appearance: none !important;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-text-main);
  font-family: 'DM Sans', sans-serif;
  font-size: var(--font-size-15);
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.has-small-font-size {
  font-size: 0.8rem;
}
.has-large-font-size {
  font-size: 1.2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: var(--color-background) pre;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted var(--color-border) abbr;
  cursor: help;
}
mark,
ins {
  background: var(--color-background-ins);
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/* 
    Created on : 10-Nov-2017, 14:02:10
    Author     : owen
*/
svg.icon {
  fill: var(--colour-medium-grey);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.5rem;
}
svg.icon:hover {
  fill: var(--colour-dark-grey);
}
svg.icon + .text {
  display: none;
}
.acf-image-uploader .acf-icon.-pencil {
  display: none !important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  background: var(--colour-white);
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
}
hr {
  background-color: var(--colour-light-grey);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 400;
  color: var(--color-dark_grey);
}
dd {
  margin: 0 0 1em 0;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
iframe[src*="youtube.com"] {
  display: block;
  margin: auto;
  max-width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/* 
    Created on : 30-Jan-2018, 01:04:51
    Author     : owen
*/
.sd-social-icon .sd-content ul li[class*="share-"].share-reddit a.share-icon.sd-button,
.sd-social-icon .sd-content ul li[class*="share-"].share-twitter a.share-icon.sd-button,
.sd-social-icon .sd-content ul li[class*="share-"].share-facebook a.share-icon.sd-button,
.sd-social-icon .sd-content ul li[class*="share-"].share-pinterest a.share-icon.sd-button,
.sd-social-icon .sd-content ul li[class*="share-"].share-jetpack-whatsapp a.share-icon.sd-button {
  background: var(--color-medium_grey) !important;
  color: var(--color-white) !important;
}
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/* 
    Created on : 27-Feb-2018, 14:11:07
    Author     : owen
*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
.post-edit-link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid var(--colour-light-grey);
  border-radius: 0.2rem;
  background: var(--colour-white);
  color: var(--colour-dark-grey);
  font-weight: bold;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  cursor: pointer;
}
.button:hover,
.post-edit-link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: var(--colour-medium-grey);
}
.button:active,
.post-edit-link:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:focus,
.post-edit-link:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: var(--colour-dark-grey);
}
.button:visited,
.post-edit-link:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: var(--colour-dark-grey);
}
a.button,
a.post-edit-link {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-decoration: none;
}
.acf-fields .button:-webkit-any-link, .edit-account .button:-webkit-any-link {
  width: -webkit-max-content;
  width: max-content;
  background: var(--colour-green);
  color: var(--colour-white);
}
.acf-fields .button:-moz-any-link, .edit-account .button:-moz-any-link {
  width: -moz-max-content;
  width: max-content;
  background: var(--colour-green);
  color: var(--colour-white);
}
.acf-fields .button:any-link,
.edit-account .button:any-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--colour-green);
  color: var(--colour-white);
}
.woocommerce-Button[type="submit"] {
  margin: auto 12px;
}
.acf-form-submit {
  padding: 0 12px;
}
.tr-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  grid-gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tr-actions:not(.tr-main-actions) .button {
  text-transform: uppercase;
  position: relative;
}
.tr-actions:not(.tr-main-actions) .button svg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  fillColor: var(--colour-primary-contrast);
}
.tr-actions:not(.tr-main-actions) .button.open svg {
  display: block;
  background-color: var(--colour-primary);
}
.tr-main-actions a.button {
  border: none;
  width: 7rem;
  width: min(max(7rem, 40vw), 10rem);
  width: clamp(7rem, 40vw, 10rem);
  height: 10rem;
  color: var(--colour-black);
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.tr-main-actions a.button .text {
  display: block;
  border-top: 2px solid var(--colour-primary);
  padding: 1rem;
}
@media screen and (min-width: 1050px) {
  .tr-main-actions a.button .text {
    visibility: hidden;
  }
}
.tr-main-actions a.button:hover .text,
.tr-main-actions a.button.open .text {
  visibility: visible;
}
.tr-main-actions svg {
  width: 3.5rem;
  height: 5rem;
  margin: auto;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.acf-gallery-edit,
.edit-attachment {
  display: none !important;
}
.button.tr-prize.draw {
  background: var(--colour-secondary);
  color: var(--colour-secondary-contrast);
}
.button.tr-preview.contact {
  background: var(--colour-primary);
}
.button.tr-preview.contact svg.icon {
  fill: var(--colour-primary-contrast);
}
.single-event .justgiving .button {
  background: #AD29B6;
  padding: 1.2em;
  font-size: 1.2em;
  color: var(--colour-white);
  text-decoration: none;
  display: inline-block;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--colour-dark-grey);
  border: 1px solid var(--colour-light-grey);
  /*	border-radius: 3px;*/
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--colour-dark-grey);
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--colour-light-grey);
  opacity: 1;
}
input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="range"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--colour-light-grey);
  opacity: 1;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--colour-light-grey);
  opacity: 1;
}
select {
  border: 1px solid var(--colour-light-grey);
}
textarea {
  width: 100%;
}
.acf-field .acf-label label {
  font-size: 1.3rem;
}
.fd-form-inline {
  display: -ms-grid;
  display: grid;
}
.wp-block-media-text.min-height-medium {
  min-height: 30vw;
}
.wp-block-media-text.alignfull .wp-block-media-text__content {
  max-width: min(90vw, 35rem);
  margin: auto;
}
.alignnarrow {
  max-width: 60vw;
  margin: auto;
}
.acf-fields > .acf-field {
  margin: 3rem 0;
  padding: 0.5rem 0;
  border: none;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li a {
  background: var(--colour-pink);
}
.acf-fields > .acf-tab-wrap .acf-tab-group li a:hover {
  background: var(--colour-medium-grey);
}
.acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
  background: var(--colour-dark-grey);
}
.acf-tab-group li a {
  color: var(--colour-black);
}
.acf-tab-group li.active a {
  color: var(--colour-white);
}
.acf-repeater .acf-row.acf-clone {
  display: none !important;
}
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon,
.acf-repeater .acf-row .-hover > .acf-row-handle .acf-icon {
  display: block;
}
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.show-on-shift,
.acf-repeater .acf-row .-hover > .acf-row-handle .acf-icon.show-on-shift {
  display: none;
}
body.acf-keydown-shift .acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.show-on-shift,
body.acf-keydown-shift .acf-repeater .acf-row .-hover > .acf-row-handle .acf-icon.show-on-shift {
  display: block;
}
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.hide-on-shift,
.acf-repeater .acf-row .-hover > .acf-row-handle .acf-icon.hide-on-shift {
  display: block;
}
body.acf-keydown-shift .acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.hide-on-shift,
body.acf-keydown-shift .acf-repeater .acf-row .-hover > .acf-row-handle .acf-icon.hide-on-shift {
  display: none;
}
.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.-minus,
.acf-repeater .acf-row .-hover > .acf-row-handle .acf-icon.-minus {
  top: 50%;
}
.acf-repeater .acf-row-handle {
  width: 1rem;
  text-align: center !important;
  vertical-align: middle !important;
  position: relative;
}
.acf-repeater .acf-row-handle.order {
  background: #f4f4f4;
  cursor: move;
  color: #aaa;
  text-shadow: #fff 0 1px 0;
}
.acf-repeater.remove {
  background: #F9F9F9;
  border-left-color: #DFDFDF;
}
.acf-repeater .acf-icon {
  display: none;
  position: absolute;
  top: 0;
  margin: -8px 0 0 -2px;
}
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/* 
    Created on : 23-Nov-2017, 12:18:51
    Author     : owen
*/
.contact-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1vw;
  -ms-grid-rows: auto 1vw auto;
      grid-template-areas: "contact-left contact-right" "contact-full contact-full";
}
.contact-form > div {
  background: #fff;
  /*		border-radius: 0.2em;*/
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 0.5em;
  padding: 0.5em;
}
.contact-form label.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form label.checkbox input {
  width: 2em;
}
.contact-form label.select {
  display: block;
}
.contact-form .contact-subject,
.contact-form .contact-message {
  grid-column: contact-full;
}
.contact-form .grunion-field-name-wrap {
  grid-column: contact-left;
}
.contact-form .grunion-field-email-wrap {
  grid-column: contact-right;
}
.contact-form .grunion-field-text-wrap,
.contact-form .grunion-field-textarea-wrap {
  grid-column: contact-full;
}
.contact-form .contact-submit {
  margin: 0;
}
.contact-form textarea,
.contact-form input,
.contact-form select {
  border: none;
  color: var(--color-primary);
  width: 100%;
  font-size: var(--font-size-20);
  font-weight: 300;
  line-height: 1.5em;
}
.contact-form textarea {
  height: 25vw;
}
@media screen and (min-width: 1050px) {
  .contact-form textarea {
    height: 15vw;
  }
}
.contact-form input[type="text"],
.contact-form button[type="text"],
.contact-form input[type="email"],
.contact-form button[type="email"] {
  height: auto;
}
.contact-form input[type="submit"],
.contact-form button[type="submit"] {
  background: var(--color-secondary);
  color: var(--color-primary);
  line-height: 1rem;
  padding: 0.5em 0;
  width: 50%;
  /*border: 1px solid;*/
  /*			border-radius: 0.2em;*/
}
.contact-form input:placeholder,
.contact-form button:placeholder,
.contact-form input:focus,
.contact-form button:focus {
  color: var(--color-primary);
  opacity: 1;
}
blockquote.contact-form-submission {
  background: none;
  text-align: left;
}
blockquote.contact-form-submission:before,
blockquote.contact-form-submission:after {
  display: none;
  content: '';
}
.contact-form {
  background-color: var(--colour-green);
  padding: 1rem;
  margin-bottom: 1rem;
}
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/* 
    Created on : 08-Feb-2018, 01:43:31
    Author     : owen
*/
#eu-cookie-law {
  bottom: 1em;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  width: auto;
  z-index: 50001;
  background-color: var(--color-peach);
  color: var(--color-light_grey);
}
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/* 
    Created on : 16-Feb-2018, 19:29:17
    Author     : owen
*/
#site-search {
  display: -ms-grid;
  display: grid;
  --grid-column: 84vw;
  -ms-grid-columns: [full-start hero-start] 1fr [main-start col1-start col2-start col3-start col4-start] var(--grid-column) [col4-end col3-end col2-end col1-end main-end] 1fr [hero-end full-end];
  grid-template-columns: [full-start hero-start] 1fr [main-start col1-start col2-start col3-start col4-start] var(--grid-column) [col4-end col3-end col2-end col1-end main-end] 1fr [hero-end full-end];
  grid-row-gap: 1em;
  height: 0;
  grid-column: full;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: var(--color-black);
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 1050px) {
  #site-search {
    --grid-column: 16rem;
    grid-row-gap: 1em;
    -ms-grid-columns: [full-start hero-start] 1fr [main-start col1-start] var(--grid-column)[col1-end col2-start] var(--grid-column)[col2-end col3-start] var(--grid-column)[col3-end col4-start] var(--grid-column)[col4-end main-end] 1fr [hero-end full-end];
    grid-template-columns: [full-start hero-start] 1fr [main-start col1-start] var(--grid-column)[col1-end col2-start] var(--grid-column)[col2-end col3-start] var(--grid-column)[col3-end col4-start] var(--grid-column)[col4-end main-end] 1fr [hero-end full-end];
  }
}
@media screen and (min-width: 1800px) {
  #site-search {
    --grid-column: 20rem;
  }
}
#site-search.toggled {
  height: 5em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 1em 0;
}
#site-search .search-form {
  grid-column: main;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
#site-search label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#site-search .search-field {
  padding: 0.5em 0.5em;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  /*		border-radius: 0.75rem 0 0 0.75rem;*/
  border-radius: 0;
  border: none;
  font-size: var(--font-size-20);
  font-weight: 300;
  text-align: left;
}
#site-search .search-field::-webkit-input-placeholder {
  font-size: var(--font-size-15);
}
#site-search .search-field::-moz-placeholder {
  font-size: var(--font-size-15);
}
#site-search .search-field:-ms-input-placeholder {
  font-size: var(--font-size-15);
}
#site-search .search-field::-ms-input-placeholder {
  font-size: var(--font-size-15);
}
#site-search .search-field::placeholder {
  font-size: var(--font-size-15);
}
@media screen and (min-width: 1050px) {
  #site-search .search-field::-webkit-input-placeholder {
    font-size: inherit;
  }
  #site-search .search-field::-moz-placeholder {
    font-size: inherit;
  }
  #site-search .search-field:-ms-input-placeholder {
    font-size: inherit;
  }
  #site-search .search-field::-ms-input-placeholder {
    font-size: inherit;
  }
  #site-search .search-field::placeholder {
    font-size: inherit;
  }
}
#site-search button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.75rem;
          flex: 0 0 1.75rem;
  padding: 0;
  color: #fff;
  background-color: var(--color-yellow);
  border-radius: 0;
  /*border-radius: 0 0.75rem 0.75rem 0;*/
  border: none;
  font-size: 0.8rem;
}
#site-search button svg {
  fill: var(--color-black);
  margin: auto;
}
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/* 
    Created on : 23-Nov-2017, 12:18:51
    Author     : owen
*/
.woocommerce-form-login {
  display: -ms-grid;
  display: grid;
  grid-gap: 1vw;
  grid-auto-flow: row;
  grid-column: main;
}
.woocommerce-form-login p {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1050px) {
  .woocommerce-form-login {
    -ms-grid-columns: 1fr 1vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.woocommerce-form-login br {
  display: none;
}
.woocommerce-form-login input,
.woocommerce-form-login button {
  font-size: var(--font-size-20);
  padding: 1rem;
}
.woocommerce-form-login input[type="text"],
.woocommerce-form-login button[type="text"],
.woocommerce-form-login input[type="email"],
.woocommerce-form-login button[type="email"],
.woocommerce-form-login input[type="password"],
.woocommerce-form-login button[type="password"],
.woocommerce-form-login input[type="submit"],
.woocommerce-form-login button[type="submit"] {
  height: auto;
  width: 100%;
}
.woocommerce-form-login input[type="submit"],
.woocommerce-form-login button[type="submit"] {
  background: var(--color-primary);
  color: var(--color-secondary);
  /*			border-radius: 0.2em;*/
}
.woocommerce-form-login input:placeholder,
.woocommerce-form-login button:placeholder,
.woocommerce-form-login input:focus,
.woocommerce-form-login button:focus {
  color: var(--color-primary);
  opacity: 1;
}
.woocommerce-form-login .tml-rememberme-wrap label {
  display: inline-block;
}
@media screen and (min-width: 1050px) {
  .woocommerce-form-login .tml-rememberme-wrap {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.tml-action-links {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  list-style: none;
}
.tml-action-links li {
  margin-right: 1em;
}
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/* 
    Created on : 09-Jun-2018, 23:08:18
    Author     : owen
*/
.content-area > .eo-event-search-form,
.content-area > .pedddle-stallholder-filter-form {
  grid-column: col3-start / col4-end;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  justify-self: flex-end;
}
.eo-event-search-form ul,
.pedddle-stallholder-filter-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  justify-items: flex-end;
  text-align: right;
  grid-column: col3-start / col4-end;
  grid-row-gap: 1em;
  -ms-grid-columns: [full-start left-start] 1fr [left-end right-start] 1fr [right-end full-end];
  grid-template-columns: [full-start left-start] 1fr [left-end right-start] 1fr [right-end full-end];
}
@media screen and (min-width: 1050px) {
  .eo-event-search-form ul,
  .pedddle-stallholder-filter-form ul {
    grid-column-gap: 1vw;
  }
}
.eo-event-search-form ul .eo-search-form-event-submit,
.pedddle-stallholder-filter-form ul .eo-search-form-event-submit {
  position: relative;
}
.eo-event-search-form li,
.pedddle-stallholder-filter-form li {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr;
      grid-template-areas: "label label" "left right";
  grid-column-gap: 1em;
  grid-column: full;
}
.eo-event-search-form .eo-search-form-online-market,
.pedddle-stallholder-filter-form .eo-search-form-online-market {
  grid-column: left;
  -ms-flex-line-pack: center;
      align-content: center;
}
.eo-event-search-form .eo-search-form-online-market input,
.pedddle-stallholder-filter-form .eo-search-form-online-market input {
  grid-column: right;
  width: 1rem;
}
.eo-event-search-form .eo-search-form-online-market label,
.pedddle-stallholder-filter-form .eo-search-form-online-market label {
  grid-column: left;
}
.eo-event-search-form .eo-search-form-event-submit,
.pedddle-stallholder-filter-form .eo-search-form-event-submit {
  grid-column: right;
}
.eo-event-search-form label,
.pedddle-stallholder-filter-form label {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: label;
  text-align: left;
  font-weight: bold;
}
.eo-event-search-form input,
.pedddle-stallholder-filter-form input,
.eo-event-search-form select,
.pedddle-stallholder-filter-form select {
  width: 100%;
  color: var(--color-medium_grey);
}
.eo-event-search-form input.eo-search-form-event-date-from,
.pedddle-stallholder-filter-form input.eo-search-form-event-date-from,
.eo-event-search-form select.eo-search-form-event-date-from,
.pedddle-stallholder-filter-form select.eo-search-form-event-date-from {
  grid-column: left;
}
.eo-event-search-form input.eo-search-form-event-date-to,
.pedddle-stallholder-filter-form input.eo-search-form-event-date-to,
.eo-event-search-form select.eo-search-form-event-date-to,
.pedddle-stallholder-filter-form select.eo-search-form-event-date-to {
  grid-column: right;
}
.eo-event-search-form input,
.pedddle-stallholder-filter-form input,
.eo-event-search-form button,
.pedddle-stallholder-filter-form button,
.eo-event-search-form select,
.pedddle-stallholder-filter-form select {
  font-size: var(--font-size-20);
  grid-column: label;
}
.eo-event-search-form select,
.pedddle-stallholder-filter-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
  cursor: pointer;
}
.eo-event-search-form select:hover,
.pedddle-stallholder-filter-form select:hover {
  color: var(--color-black);
}
.eo-event-search-form button,
.pedddle-stallholder-filter-form button {
  width: auto;
  justify-self: flex-end;
}
.ui-datepicker {
  background: var(--color-white);
  border: 1px solid var(--color-medium-grey);
  padding: 0 0.5vw;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--color-link);
}
a:visited {
  color: var(--color-link) visited;
}
a:hover,
a:focus,
a:active {
  color: var(--color-link) hover;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a.go {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}
a.go:hover {
  color: var(--color-yellow);
}
.social + .social {
  margin-left: 0.5em;
}
.social-link {
  width: 1.5rem;
  height: 1.5rem;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation {
  display: none;
}
@media screen and (min-width: 1050px) {
  #site-navigation {
    font-size: var(--font-size-20);
    font-weight: 500;
    z-index: 1010;
    display: block;
    grid-column: main;
    -ms-grid-row: 2;
    grid-row: 2;
    background-color: transparent;
    -ms-grid-row-align: unset;
        align-self: unset;
    position: sticky;
    top: 0;
    width: auto;
    margin: 0;
  }
}
#site-navigation ul {
  opacity: 0;
  width: 90vw;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
  transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear, opacity 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translate(-100vw);
      -ms-transform: translate(-100vw);
          transform: translate(-100vw);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 100vh;
  position: absolute;
  background-color: var(--color-dark_grey);
}
@media screen and (min-width: 1050px) {
  #site-navigation ul {
    position: static;
    width: unset;
    height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    background: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#site-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background-color: var(--color-background) screen;
  font-weight: 300;
  font-size: 1rem;
}
#site-navigation ul ul ul {
  left: -999em;
  top: 0;
}
#site-navigation ul ul li {
  display: block;
}
#site-navigation ul ul li:hover > ul,
#site-navigation ul ul li.focus > ul {
  left: 100%;
}
#site-navigation ul ul a {
  width: auto;
  background: var(--color-background) screen;
  color: var(--color-primary);
}
#site-navigation ul ul :hover > a,
#site-navigation ul ul .focus > a {
  color: var(--color-lime);
}
#site-navigation ul li:hover > ul,
#site-navigation ul li.focus > ul {
  left: auto;
  right: 0;
}
#site-navigation li {
  position: static;
}
#site-navigation li.search-toggle {
  display: none;
}
@media screen and (min-width: 1050px) {
  #site-navigation li.search-toggle {
    display: block;
  }
}
@media screen and (min-width: 1050px) {
  #site-navigation li {
    display: block;
    font-size: var(--font-size-20);
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #site-navigation li.find-markets a:after,
  #site-navigation li.find-stallholders a:after {
    display: inline-block;
    content: '\2000\203a';
    color: var(--color-black);
  }
  #site-navigation li.join-pedddle {
    background-color: var(--color-yellow);
  }
  #site-navigation li.join-pedddle a {
    color: var(--color-black);
    padding: 0.4em 0.8em;
  }
  #site-navigation li.log-in-out,
  #site-navigation li.search-toggle,
  #site-navigation li.extended-toggle {
    font-size: var(--font-size-20);
  }
  #site-navigation li.log-in-out {
    margin-right: 0;
  }
  #site-navigation li.search-toggle,
  #site-navigation li.extended-toggle {
    margin: 0;
  }
  #site-navigation li:first-child a {
    padding-left: 0;
  }
}
@media screen and (min-width: 1500px) {
  #site-navigation li {
    font-size: var(--font-size-20);
  }
}
#site-navigation a {
  display: inline-block;
  text-decoration: none;
  color: var(--color-black);
  padding: 0 0.5em;
  font-weight: 700;
  letter-spacing: -0.025em;
}
#site-navigation a:hover {
  color: var(--color-black);
}
#site-navigation a svg {
  display: none;
}
@media screen and (min-width: 1050px) {
  #site-navigation a svg {
    display: block;
  }
  #site-navigation a .text {
    display: none;
  }
}
#site-navigation .current_page_item > a,
#site-navigation .current-menu-item > a,
#site-navigation .current_page_ancestor > a,
#site-navigation .current-menu-ancestor > a {
  color: var(--color-black);
}
#site-navigation.toggled ul {
  z-index: 100000;
  opacity: 1;
  overflow-y: scroll;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
  transition: opacity 0.1s linear, -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear, opacity 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear;
  transition: transform 0.1s linear, opacity 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
/*  Extended menu */
#site-navigation-extended,
#site-navigation-mobile {
  height: 0;
  opacity: 0;
  overflow: hidden;
  grid-column: full;
  background-color: var(--color-black);
  display: -ms-grid;
  display: grid;
  --grid-column: 84vw;
  -ms-grid-columns: [full-start hero-start] 1fr [main-start col1-start col2-start col3-start col4-start] var(--grid-column) [col4-end col3-end col2-end col1-end main-end] 1fr [hero-end full-end];
  grid-template-columns: [full-start hero-start] 1fr [main-start col1-start col2-start col3-start col4-start] var(--grid-column) [col4-end col3-end col2-end col1-end main-end] 1fr [hero-end full-end];
  grid-row-gap: 1em;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1050px) {
  #site-navigation-extended,
  #site-navigation-mobile {
    --grid-column: 16rem;
    grid-row-gap: 1em;
    -ms-grid-columns: [full-start hero-start] 1fr [main-start col1-start] var(--grid-column)[col1-end col2-start] var(--grid-column)[col2-end col3-start] var(--grid-column)[col3-end col4-start] var(--grid-column)[col4-end main-end] 1fr [hero-end full-end];
    grid-template-columns: [full-start hero-start] 1fr [main-start col1-start] var(--grid-column)[col1-end col2-start] var(--grid-column)[col2-end col3-start] var(--grid-column)[col3-end col4-start] var(--grid-column)[col4-end main-end] 1fr [hero-end full-end];
  }
}
@media screen and (min-width: 1800px) {
  #site-navigation-extended,
  #site-navigation-mobile {
    --grid-column: 20rem;
  }
}
#site-navigation-extended.toggled,
#site-navigation-mobile.toggled {
  opacity: 1;
  height: 5em;
}
#site-navigation-extended ul,
#site-navigation-mobile ul {
  grid-column: main;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  list-style: none;
  height: 4em;
}
#site-navigation-extended a,
#site-navigation-mobile a {
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-weight: 400;
  text-decoration: none;
  padding: 0 2em;
}
#site-navigation-extended a:hover,
#site-navigation-mobile a:hover {
  color: var(--color-yellow);
}
#site-navigation-extended ul {
  margin: 0.5em 0;
}
#site-navigation-extended li:last-child a {
  padding-right: 0.5em;
}
#site-navigation-mobile {
  display: none;
  grid-column: full;
}
#site-navigation-mobile.toggled {
  height: auto;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1050px) {
  #site-navigation-mobile.toggled {
    display: none;
  }
}
#site-navigation-mobile ul {
  grid-auto-flow: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  list-style: none;
  height: auto;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
}
#site-navigation-mobile li {
  padding: 0.1em 0;
  border-bottom: 1px solid var(--color-dark_grey);
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#site-navigation-mobile a {
  font-weight: bold;
  width: 100%;
  display: block;
  padding: 0.5em 0;
}
#site-navigation-mobile .log-in-out,
#site-navigation-mobile .search-toggle {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  text-align: center;
}
#site-navigation-mobile svg {
  display: none;
}
#site-navigation-mobile .join-us {
  border-bottom: none;
}
#site-navigation-mobile .join-us > a {
  background: var(--color-yellow);
  color: var(--color-black);
  text-align: center;
  padding: 0.5em 2em;
  margin: 1em 0;
  /*		border-radius: 0.2em;*/
  font-weight: bold;
}
nav.tr-login {
  -ms-grid-row: 1;
  grid-row: 1;
  grid-column: main;
  justify-self: flex-end;
}
nav.tr-login ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
  list-style: none;
}
nav.tr-login a {
  display: inline-block;
}
nav.tr-login .icon {
  height: 1.5rem;
  width: 1.5rem;
}
nav.tr-login .icon svg {
  fill: var(--colour-black);
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.tr-mobile {
  -ms-grid-row: 1;
  grid-row: 1;
  z-index: 20;
  justify-self: flex-start;
}
@media screen and (min-width: 1050px) {
  .tr-mobile {
    /*grid-row: 2;*/
    padding-top: 0.666em;
  }
}
.tr-mobile .icon {
  height: 1.5rem;
  width: 1.5rem;
}
.tr-mobile .icon svg {
  fill: var(--colour-black);
}
.tr-mobile ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tr-mobile li {
  padding: 0 0.5vw;
}
.tr-mobile a {
  font-size: var(--font-size-20);
  color: var(--color-black);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1050px) {
  .tr-mobile a {
    font-size: var(--font-size-15);
  }
}
.tr-mobile a .icon {
  margin-right: 0.2em;
}
.tr-mobile a .text {
  display: none;
}
@media screen and (min-width: 1050px) {
  .tr-mobile a .text {
    display: block;
  }
}
.menu-toggle .icon-close,
.extended-toggle .icon-close {
  display: none !important;
}
.menu-toggle.open .icon-bars,
.extended-toggle.open .icon-bars {
  display: none !important;
}
.menu-toggle.open .icon-close,
.extended-toggle.open .icon-close {
  display: inherit !important;
}
/* Small menu. */
.main-navigation-mobile {
  display: block;
  justify-self: flex-start;
  -ms-grid-row-align: center;
      align-self: center;
  grid-column: main;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media screen and (min-width: 1050px) {
  .main-navigation-mobile {
    display: none;
  }
}
.site-footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul.menu li {
  line-height: 1.5em;
}
.site-footer a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.site-footer a:hover {
  color: var(--color-white);
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #F1F1F1;
  /*		border-radius: 3px;*/
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #292B2D;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  /*
	content: "";
	display: table;
	table-layout: fixed;
	*/
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  /*overflow: hidden;*/
}
.site-header {
  display: -ms-grid;
  display: grid;
  --grid-column: 84vw;
  -ms-grid-columns: [full-start hero-start] 1fr [main-start col1-start col2-start col3-start col4-start] var(--grid-column) [col4-end col3-end col2-end col1-end main-end] 1fr [hero-end full-end];
  grid-template-columns: [full-start hero-start] 1fr [main-start col1-start col2-start col3-start col4-start] var(--grid-column) [col4-end col3-end col2-end col1-end main-end] 1fr [hero-end full-end];
  grid-row-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: flex-start;
  grid-row-gap: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  /*height: @mobileheader-height;*/
  height: auto;
  margin: 0;
  background-color: var(--colour-white);
}
@media screen and (min-width: 1050px) {
  .site-header {
    --grid-column: 16rem;
    grid-row-gap: 1em;
    -ms-grid-columns: [full-start hero-start] 1fr [main-start col1-start] var(--grid-column)[col1-end col2-start] var(--grid-column)[col2-end col3-start] var(--grid-column)[col3-end col4-start] var(--grid-column)[col4-end main-end] 1fr [hero-end full-end];
    grid-template-columns: [full-start hero-start] 1fr [main-start col1-start] var(--grid-column)[col1-end col2-start] var(--grid-column)[col2-end col3-start] var(--grid-column)[col3-end col4-start] var(--grid-column)[col4-end main-end] 1fr [hero-end full-end];
  }
}
@media screen and (min-width: 1800px) {
  .site-header {
    --grid-column: 20rem;
  }
}
.admin-bar .site-header {
  top: 32px;
}
@media screen and (min-width: 1050px) {
  .site-header {
    grid-row-gap: 0;
    height: auto;
  }
}
.site-notice {
  display: none;
  background: var(--colour-secondary);
  text-align: center;
  height: 4vw;
  max-height: 40px;
  min-height: 20px;
  color: #e6e6e6;
  font-size: var(--font-size-15);
  font-weight: 300;
  grid-column: full;
}
@media screen and (min-width: 1050px) {
  .site-notice {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.site-branding {
  grid-column: main;
  -ms-grid-row: 1;
  grid-row: 1;
  color: var(--colour-white);
  justify-self: flex-start;
  -ms-grid-row-align: center;
      align-self: center;
  margin: 0.5rem auto;
}
.site-branding a {
  color: inherit;
}
.site-branding svg {
  width: 20vw;
  max-height: 4em;
  display: block;
  margin: auto;
  color: var(--colour-black);
  fill: var(--colour-black);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (min-width: 1050px) {
  .site-branding svg {
    width: 6em;
  }
}
.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: min(90vw, 80rem);
  margin: auto;
  padding: 0 0.5rem;
  background-color: var(--colour-white);
}
@media screen and (min-width: 1050px) {
  .site-content {
    margin-top: 0;
  }
}
.site-footer {
  width: 100%;
  background-color: var(--colour-black);
  justify-self: flex-end;
  color: #9b9b9b;
  padding: 1em 0;
  font-weight: 300;
  line-height: 1.2;
  display: -ms-grid;
  display: grid;
  --grid-column: 84vw;
  -ms-grid-columns: [full-start hero-start] 1fr [main-start col1-start col2-start col3-start col4-start] var(--grid-column) [col4-end col3-end col2-end col1-end main-end] 1fr [hero-end full-end];
  grid-template-columns: [full-start hero-start] 1fr [main-start col1-start col2-start col3-start col4-start] var(--grid-column) [col4-end col3-end col2-end col1-end main-end] 1fr [hero-end full-end];
  grid-row-gap: 1em;
}
@media screen and (min-width: 1050px) {
  .site-footer {
    --grid-column: 16rem;
    grid-row-gap: 1em;
    -ms-grid-columns: [full-start hero-start] 1fr [main-start col1-start] var(--grid-column)[col1-end col2-start] var(--grid-column)[col2-end col3-start] var(--grid-column)[col3-end col4-start] var(--grid-column)[col4-end main-end] 1fr [hero-end full-end];
    grid-template-columns: [full-start hero-start] 1fr [main-start col1-start] var(--grid-column)[col1-end col2-start] var(--grid-column)[col2-end col3-start] var(--grid-column)[col3-end col4-start] var(--grid-column)[col4-end main-end] 1fr [hero-end full-end];
  }
}
@media screen and (min-width: 1800px) {
  .site-footer {
    --grid-column: 20rem;
  }
}
.site-footer .menu-main-menu-container svg {
  display: none;
}
.site-footer > a {
  grid-column: col1;
}
.site-footer > a svg {
  height: 4em;
  display: block;
  fill: var(--colour-white);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.site-footer .tagline {
  grid-column: col2;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.4em;
}
.site-footer h2 {
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--colour-white);
  letter-spacing: 0.1rem;
}
.site-footer .copyright {
  grid-column: main;
  border-top: 1px solid var(--colour-dark-grey);
  padding: 1em 0;
}
.site-footer .search-toggle {
  display: none;
}
.site-footer .tr-footer-menu {
  justify-self: flex-end;
  grid-column: col4;
}
.content-area nav .nav-links {
  text-align: center;
}
.content-area > img {
  height: 40.9vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
  width: 100%;
}
@media screen and (min-width: 1050px) {
  .content-area > img {
    height: 30.9vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: none;
       object-position: none;
  }
}
.content-area > h2,
.content-area .page-title {
  font-size: var(--font-size-30);
  color: var(--colour-black);
  /*letter-spacing: 0.4vw;*/
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  /*text-transform: uppercase;*/
}
@media screen and (min-width: 1050px) {
  .content-area > h2,
  .content-area .page-title {
    grid-column: main;
  }
}
.content-area .page-title {
  margin: 0;
}
.content-area > header {
  margin: 0.5em 0 0.5em;
  -webkit-box-ordinal-group: -49;
      -ms-flex-order: -50;
          order: -50;
}
.archive:not(.author) .content-area {
  padding-top: 2em;
  grid-auto-flow: dense;
}
.archive:not(.author) header,
.archive:not(.author) .entry-excerpt {
  color: var(--colour-dark-grey);
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background: var(--colour-light-grey);
  margin: 0;
  margin: 0 -0.5rem;
  padding: 0.5rem;
  padding-bottom: 0;
  border-bottom: 1px solid var(--colour-black);
}
.tabs .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 max-content;
          flex: 1 1 max-content;
  display: inline-block;
  margin: 0 0.1rem -1px 0.1rem;
  border: 1px solid black;
  border-bottom: transparent;
  padding: 0.5rem;
  padding-bottom: calc(1px + 0.5rem);
  text-decoration: none;
  font-weight: 600;
  border-radius: 0.2rem 0.2rem 0 0;
}
.tabs .tab:-webkit-any-link {
  color: var(--colour-black);
}
.tabs .tab:-moz-any-link {
  color: var(--colour-black);
}
.tabs .tab:any-link {
  color: var(--colour-black);
}
.tabs .tab.open {
  background: var(--colour-white);
  border-bottom: var(--colour-white);
}
.tabs .tab:hover {
  background: var(--colour-white);
}
.tab-content {
  display: none;
}
.tab-content.show {
  display: inherit;
}
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/* 
    Created on : 19-Feb-2018, 23:37:16
    Author     : owen
*/
body.maintenance {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
}
body.maintenance .site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
}
body.maintenance .site > * {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}
body.maintenance .maintenance-content {
  font-size: var(--font-size-20);
  font-weight: 300;
  text-align: center;
  color: var(--color-mint);
}
body.maintenance .maintenance-login form {
  display: -ms-grid;
  display: grid;
  grid-gap: 1vw;
  margin: auto;
  grid-auto-flow: row;
  width: 80vw;
}
@media screen and (min-width: 1050px) {
  body.maintenance .maintenance-login form {
    -ms-grid-columns: 1fr 1vw 1fr 1vw 12em;
    grid-template-columns: 1fr 1fr 12em;
    grid-auto-flow: column;
    width: 40vw;
  }
}
body.maintenance .maintenance-login form > * {
  width: 100%;
  height: 100%;
  display: block;
}
body.maintenance footer {
  margin-top: auto;
  text-align: center;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  /*margin: 0 0 1.5em;*/
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.entry-content {
  font-weight: 300;
  font-size: var(--font-size-20);
  margin-top: 0;
}
.entry-content > :first-child {
  margin-top: 0;
}
.entry-content .alignwide {
  width: 90vw;
  position: relative;
  left: calc(50% - 45vw);
}
.entry-content .alignfull {
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.home picture.wp-post-image {
  -ms-grid-row: 1;
  grid-row: 1;
  display: block;
  grid-column: full;
}
.home picture.wp-post-image img {
  height: 25em;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .home picture.wp-post-image img {
    -o-object-position: center right;
       object-position: center right;
    display: block;
    height: 30.9vw;
  }
}
.home .search.events {
  display: -ms-grid;
  display: grid;
  --grid-column: 84vw;
  -ms-grid-columns: [full-start hero-start] 1fr [main-start col1-start col2-start col3-start col4-start] var(--grid-column) [col4-end col3-end col2-end col1-end main-end] 1fr [hero-end full-end];
  grid-template-columns: [full-start hero-start] 1fr [main-start col1-start col2-start col3-start col4-start] var(--grid-column) [col4-end col3-end col2-end col1-end main-end] 1fr [hero-end full-end];
  grid-row-gap: 1em;
  grid-column: full;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6vmin 0;
  margin: -2em 0 1em;
  color: var(--color-primary);
  background-color: var(--color-yellow);
  grid-row-gap: 2em;
  -webkit-box-ordinal-group: -39;
      -ms-flex-order: -40;
          order: -40;
  /*.fullbackground(0, var(--color-secondary));*/
  z-index: 10;
}
@media screen and (min-width: 1050px) {
  .home .search.events {
    --grid-column: 16rem;
    grid-row-gap: 1em;
    -ms-grid-columns: [full-start hero-start] 1fr [main-start col1-start] var(--grid-column)[col1-end col2-start] var(--grid-column)[col2-end col3-start] var(--grid-column)[col3-end col4-start] var(--grid-column)[col4-end main-end] 1fr [hero-end full-end];
    grid-template-columns: [full-start hero-start] 1fr [main-start col1-start] var(--grid-column)[col1-end col2-start] var(--grid-column)[col2-end col3-start] var(--grid-column)[col3-end col4-start] var(--grid-column)[col4-end main-end] 1fr [hero-end full-end];
  }
}
@media screen and (min-width: 1800px) {
  .home .search.events {
    --grid-column: 20rem;
  }
}
.home .search.events .inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5rem;
  grid-template-columns: 1fr 3.5rem;
}
@media screen and (min-width: 1050px) {
  .home .search.events .inputs {
    -ms-grid-columns: 1fr 5.5rem;
    grid-template-columns: 1fr 5.5rem;
  }
}
@media screen and (min-width: 700px) {
  .home .search.events {
    -ms-grid-row: 1;
    grid-row: 1;
    margin: auto 0;
    height: auto;
    color: var(--color-white);
    background-color: unset;
  }
  .home .search.events:after {
    background-color: transparent;
  }
}
.home .search.events .button {
  display: block;
  justify-self: flex-start;
  font-size: var(--font-size-20);
  background-color: var(--color-black);
  color: var(--color-white);
}
@media screen and (min-width: 1050px) {
  .home .search.events .button {
    background-color: var(--color-yellow);
    color: var(--color-black);
  }
}
.home .search.events h2 {
  font-weight: 700;
  font-size: var(--font-size-20);
  line-height: 1em;
  margin: 0;
}
.home .search.events h2 span {
  display: block;
}
@media screen and (min-width: 1050px) {
  .home .search.events h2 {
    font-size: var(--font-size-30);
  }
  .home .search.events h2 span {
    display: inline;
  }
}
.home .search.events button.search-submit {
  padding: 0;
  overflow: hidden;
  position: static;
  background-color: var(--color-black);
  color: var(--color-white);
}
@media screen and (min-width: 1050px) {
  .home .search.events button.search-submit {
    background-color: var(--color-yellow);
    color: var(--color-black);
  }
}
.home .search.events button.search-submit .text {
  display: inline-block;
}
.home .search.events.dark h2 {
  color: var(--color-black);
}
.home .search.events h2,
.home .search.events form,
.home .search.events .button {
  grid-column: main;
}
@media screen and (min-width: 700px) {
  .home .search.events h2,
  .home .search.events form,
  .home .search.events .button {
    margin-right: 50%;
  }
}
.home .featured {
  text-align: left;
  font-size: calc(1em + 3vmin);
  color: var(--color-secondary);
}
@media screen and (min-width: 1050px) {
  .home .featured {
    font-size: var(--font-size-h2);
  }
}
.home .featured em {
  font-style: normal;
  color: var(--color-lime);
}
.home .wp-block-cover {
  height: 100vh;
}
.home .wp-block-cover .wp-block-cover__inner-container {
  width: 20rem;
  width: min(max(20rem, 40vw), 60rem);
  width: clamp(20rem, 40vw, 60rem);
  margin: auto;
}
.home .wp-block-cover h1 {
  font-size: 2rem;
  font-size: min(max(2rem, calc(2rem + 0.5vw)), 3rem);
  font-size: clamp(2rem, calc(2rem + 0.5vw), 3rem);
  line-height: 2rem;
  line-height: min(max(2rem, calc(2rem + 0.5vw)), 3rem);
  line-height: clamp(2rem, calc(2rem + 0.5vw), 3rem);
  font-weight: 500;
}
.home .site-header {
  position: fixed;
  width: 100%;
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.home .site-header a:-webkit-any-link {
  text-decoration: none;
  font-weight: bold;
}
.home .site-header a:-moz-any-link {
  text-decoration: none;
  font-weight: bold;
}
.home .site-header a:any-link {
  text-decoration: none;
  font-weight: bold;
}
.home:not(.scroll) .site-header {
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  background: transparent;
}
.home:not(.scroll) .site-header svg {
  fill: var(--colour-white) !important;
}
.home:not(.scroll) .site-header a:-webkit-any-link {
  color: var(--colour-white) !important;
}
.home:not(.scroll) .site-header a:-moz-any-link {
  color: var(--colour-white) !important;
}
.home:not(.scroll) .site-header a:any-link {
  color: var(--colour-white) !important;
}
.site-branding {
  margin-left: 0;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-list .commentwrap {
  border-top: 0.1rem solid var(--colour-light-grey);
  border-left: 0.1rem solid var(--colour-light-grey);
  padding-left: 0.2rem;
  margin-bottom: 0.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-start 1rem meta-start 1rem comment-start] 1rem  1fr 1rem [comment-end 1rem meta-end 1rem full-end];
  grid-template-columns: [full-start meta-start comment-start]  1fr [comment-end meta-end full-end];
  grid-auto-flow: dense;
  grid-gap: 1rem;
}
@media screen and (min-width: 1050px) {
  .comments-list .commentwrap {
    -ms-grid-columns: [full-start 1rem meta-start] 1rem 20rem 1rem [meta-end 1rem comment-start] 1rem 1fr 1rem [comment-end 1rem full-end];
    grid-template-columns: [full-start meta-start] 20rem [meta-end comment-start] 1fr [comment-end full-end];
  }
}
.comments-list .commentwrap .commentwrap {
  margin-left: min(10%,3rem);
  grid-column: full;
}
.comments-list .commentwrap:hover > .commentmeta > .commentactions,
.comments-list .commentwrap:active > .commentmeta > .commentactions {
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.comments-list .commentmeta {
  grid-column: meta;
}
.comments-list .tr-forum {
  grid-column: full;
}
.comments-list h3 {
  background-color: var(--colour-light-grey);
  padding: 0.2rem;
  margin: 0;
}
.comments-list .date {
  font-size: 0.8rem;
  color: var(--colour-medium-grey);
  margin: 0;
  padding: 0;
}
.comments-list .comment {
  grid-column: comment;
}
.comments-list .commentactions {
  visibility: hidden;
  -webkit-transition-property: visibility;
  -o-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 5s;
       -o-transition-delay: 5s;
          transition-delay: 5s;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}
.comments-list .commentactions a:-webkit-any-link {
  display: inline-block;
}
.comments-list .commentactions a:-moz-any-link {
  display: inline-block;
}
.comments-list .commentactions a:any-link {
  display: inline-block;
}
.comments-list .commentactions a:-webkit-any-link::after {
  content: '◐';
  margin-left: 0.5em;
  display: inline-block;
  text-decoration: none;
  color: var(--colour-medium-grey);
  visibility: hidden;
  -webkit-transition: visibility 0.2s ease, -webkit-transform 5s ease;
  transition: visibility 0.2s ease, -webkit-transform 5s ease;
  transition: visibility 0.2s ease, transform 5s ease;
  transition: visibility 0.2s ease, transform 5s ease, -webkit-transform 5s ease;
}
.comments-list .commentactions a:-moz-any-link::after {
  content: '◐';
  margin-left: 0.5em;
  display: inline-block;
  text-decoration: none;
  color: var(--colour-medium-grey);
  visibility: hidden;
  -moz-transition: visibility 0.2s ease, transform 5s ease;
  transition: visibility 0.2s ease, transform 5s ease;
}
.comments-list .commentactions a:any-link::after {
  content: '◐';
  margin-left: 0.5em;
  display: inline-block;
  text-decoration: none;
  color: var(--colour-medium-grey);
  visibility: hidden;
  -webkit-transition: visibility 0.2s ease, -webkit-transform 5s ease;
  transition: visibility 0.2s ease, -webkit-transform 5s ease;
  -o-transition: visibility 0.2s ease, transform 5s ease;
  transition: visibility 0.2s ease, transform 5s ease;
  transition: visibility 0.2s ease, transform 5s ease, -webkit-transform 5s ease;
}
.comments-list .commentactions a:-webkit-any-link.loading::after {
  visibility: visible;
  -webkit-transform: rotate(720deg);
          transform: rotate(720deg);
}
.comments-list .commentactions a:-moz-any-link.loading::after {
  visibility: visible;
  transform: rotate(720deg);
}
.comments-list .commentactions a:any-link.loading::after {
  visibility: visible;
  -webkit-transform: rotate(720deg);
      -ms-transform: rotate(720deg);
          transform: rotate(720deg);
}
/*--------------------------------------------------------------
## section layouts
--------------------------------------------------------------*/
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/* 
    Created on : 20-Oct-2017, 00:29:46
    Author     : owen
*/
.home-page > img {
  grid-column: full;
}
.archive .entry-excerpt {
  font-size: var(--font-size-15);
  line-height: 1.5em;
  font-weight: 400;
  margin-top: -2vw;
}
@media screen and (min-width: 1050px) {
  .archive .entry-excerpt {
    margin-top: -1vw;
  }
}
.archive .entry-excerpt p:first-child {
  padding-top: 0;
  margin-top: 0;
}
footer.entry-meta,
footer.entry-footer {
  margin-bottom: 1.5rem;
}
.organiser {
  text-align: center;
  margin: 2rem auto;
  color: var(--colour-dark-grey);
  text-transform: uppercase;
}
.organiser .organiser-name {
  text-transform: none;
}
.entry-header,
.featured {
  text-align: left;
  font-weight: 500;
  line-height: 1em;
}
.entry-header *,
.featured * {
  margin: 0;
}
.entry-header .entry-title,
.featured .entry-title {
  font-size: var(--font-size-h2);
  line-height: 1em;
  padding: 0;
  margin: 4rem 0;
  text-align: center;
}
@media screen and (min-width: 1050px) {
  .entry-header .entry-title,
  .featured .entry-title {
    font-size: var(--font-size-60);
    line-height: 0.9em;
    margin-top: 2rem;
  }
}
.entry-header .eventdescription:after,
.featured .eventdescription:after {
  content: ' | ';
  font-weight: 300;
  color: var(--colour-background-screen);
}
.entry-header.event-details > a.more-details,
.featured.event-details > a.more-details {
  background: var(--colour-secondary);
  /*padding: 1vw;*/
  margin: 1vw auto;
  color: var(--colour-white);
}
.entry-header {
  margin: 0;
  padding: 2rem 0;
}
.event .date,
.page .date {
  white-space: nowrap;
}
.entry-details {
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  margin-top: 2rem;
}
.entry-details > p {
  line-height: 1.5em;
}
.eo-events.eo-events-shortcode {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-start] 1vw  1vw [full-end];
  grid-template-columns: [full-start] repeat(@numberColumns, 1fr) [full-end];
  grid-gap: 1vw;
  grid-auto-rows: minmax(30.5vw, 30.5vw);
}
.tr-flag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  min-width: 10vw;
  min-height: 10vw;
  color: var(--colour-dark-grey);
  background-color: var(--colour-white);
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2rem;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 1050px) {
  .tr-flag {
    min-width: 4vw;
    min-height: 3vw;
  }
}
.tr-flag a {
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.tr-flag .date {
  display: block;
  font-size: 2em;
}
.tr-flag span {
  padding: 0.2em 0;
}
.tr-flag .discount {
  font-size: 1.15em;
  font-weight: 500;
  display: block;
}
.tr-flag .discount + .discount {
  font-size: 0.6em;
}
.pedddle-filters {
  grid-column: -3;
  -ms-grid-row-align: center;
      align-self: center;
  font-weight: 300;
  font-size: var(--font-size-15);
  margin: 1.5em 0;
  width: 100%;
}
.tr-list {
  position: relative;
  padding-bottom: 1em;
  padding-top: 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-start]repeat(2, 1fr)[full-end];
  grid-template-columns: [full-start]repeat(2, 1fr)[full-end];
  grid-gap: 1em;
  grid-auto-flow: dense;
}
.home .tr-list {
  border-top: 1px solid var(--colour-medium-grey);
  margin-top: 1em;
}
.home .tr-list ~ .tr-list {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .tr-list {
    grid-template-columns: [full-start]repeat(auto-fill, minmax(15rem, 1fr))[full-end];
  }
}
.tr-list .entry-title {
  color: var(--colour-black);
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
}
.tr-list h1 {
  margin: 0;
  line-height: 1em;
}
.tr-list .attachment-thumbnail {
  margin: 0;
  padding: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tr-list > article {
  display: -ms-grid;
  display: grid;
  background-color: #fff;
  overflow: hidden;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  font-weight: 300;
  -ms-grid-columns: [main-start] auto [main-end] !important;
  grid-template-columns: [main-start] auto [main-end] !important;
  position: relative;
}
.tr-list > article a {
  text-decoration: none;
}
.tr-list > article > a,
.tr-list > article > .wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  text-decoration: none;
  color: var(--colour-black);
}
.tr-list > article .content {
  margin: 1.875rem;
  padding: 0;
}
.tr-list > article div {
  grid-column: unset !important;
}
.tr-list > article div.thumbnail {
  -ms-grid-row: 1;
  grid-row: 1;
  width: 100%;
}
.tr-list > article div.title {
  font-size: var(--font-size-15);
  line-height: var(--font-size-15);
  overflow: hidden;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (min-width: 1050px) {
  .tr-list > article div.title {
    font-size: var(--font-size-20);
    line-height: var(--font-size-20);
  }
}
.tr-list > article div.title h2 {
  font-size: inherit;
  line-height: 1.2em;
}
.tr-list > article div.detail {
  font-size: 0.8rem;
  line-height: 0.8rem;
  -ms-grid-row: 3;
  grid-row: 3;
  color: var(--colour-dark-grey);
  align-self: flex-end;
}
.tr-list > article div.title,
.tr-list > article div.detail {
  margin: 2vw;
}
@media screen and (min-width: 1050px) {
  .tr-list > article div.title,
  .tr-list > article div.detail {
    margin: 1rem;
  }
}
.tr-list > article div.detail {
  margin-top: 0;
}
.tr-list > article div > p {
  margin: 0;
  margin-top: 0.2em;
  padding: 0;
}
.tr-list > article div.links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem -webkit-min-content;
  -ms-grid-columns: 1fr 0.5rem min-content;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  text-align: center;
  align-self: flex-end;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.tr-list > article div.links a {
  font-size: var(--font-size-15);
  font-weight: 500;
  background-color: var(--colour-white);
  color: var(--colour-black);
  border-color: var(--colour-medium-grey);
}
@media screen and (min-width: 1050px) {
  .tr-list > article div.links a {
    font-size: var(--font-size-20);
  }
}
.tr-list > article div.links a:hover {
  background-color: var(--colour-yellow);
}
.content-area > h2 + .tr-list,
.pedddle-filters + .tr-list,
.page-title + .tr-list {
  margin-top: -1.5em;
}
.single-event .entry-header,
.single-event .tr-dates {
  padding: 0;
  margin: 0 auto 2rem;
}
.single-event .entry-header::after,
.single-event .tr-dates::after {
  content: '';
  display: block;
  border-bottom: 1px solid var(--colour-medium-grey);
  width: 10rem;
  width: min(max(10rem, 40vw), 30rem);
  width: clamp(10rem, 40vw, 30rem);
  margin: 2rem auto 0;
}
@media screen and (min-width: 1050px) {
  .single-event .entry-header::after,
  .single-event .tr-dates::after {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.single-event .feature-image {
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
}
@media screen and (min-width: 1050px) {
  .single-event .feature-image {
    width: 100%;
    left: unset;
  }
}
.single-event .wp-post-image {
  width: 100%;
  width: 100vw;
  left: calc(50% - 50vw);
  position: relative;
  max-width: 100vw;
  max-height: 20rem;
  max-height: min(max(20rem, 50vh), 40rem);
  max-height: clamp(20rem, 50vh, 40rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-event .button {
  color: var(--colour-primary);
}
.single-event .button.link-apply {
  text-transform: uppercase;
  background-color: var(--colour-primary);
  color: var(--colour-primary-contrast);
}
.single-event .post-edit-link {
  background-color: var(--colour-primary);
  color: var(--colour-primary-contrast);
}
.single-event .entry-title {
  max-width: 60vw;
  margin: 6rem auto;
}
.single-event .acf-form-submit .button {
  background-color: var(--colour-secondary);
  color: var(--colour-secondary-contrast);
}
.tr-organiser-logo {
  width: 4rem;
  width: min(max(4rem, 20vw), 11rem);
  width: clamp(4rem, 20vw, 11rem);
  height: 4rem;
  height: min(max(4rem, 20vw), 11rem);
  height: clamp(4rem, 20vw, 11rem);
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (min-width: 1050px) {
  .tr-organiser-logo {
    -webkit-transform: translate(5vw, -50%);
        -ms-transform: translate(5vw, -50%);
            transform: translate(5vw, -50%);
  }
}
.tr-dates {
  color: var(--colour-dark-grey);
  width: 20rem;
  width: min(max(17rem, 60vw), 35rem);
  width: clamp(17rem, 60vw, 35rem);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 0.5rem;
  grid-auto-flow: dense;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.5rem;
}
.tr-dates .endDate {
  display: block;
}
.tr-dates .endDate:before {
  content: ' - ';
}
.tr-dates time + time:before {
  content: ' - ';
}
@media screen and (min-width: 1050px) {
  .tr-dates {
    text-align: left;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .tr-dates .date {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .tr-dates .endDate:before {
    content: ' to ';
  }
  .tr-dates .time {
    -ms-grid-column: 2;
    grid-column: 2;
    text-align: right;
    border-left: 1px solid var(--colour-medium-grey);
  }
}
.tr-organiser-social {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  margin: 1rem;
}
.tr-intro {
  text-align: center;
  font-size: 1.2rem;
  margin: 2rem auto;
  width: 80%;
  line-height: 2rem;
}
.tr-organiser-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
  font-size: 1.2rem;
}
.tr-schedule-item {
  border: 1px solid var(--colour-primary);
  border-radius: 0.2rem;
  text-align: center;
  padding: 0.5rem;
}
.tr-schedule-item h2,
.tr-schedule-item p {
  padding: 0;
  margin: 0;
}
.tr-notice {
  background-color: var(--colour-yellow);
  color: var(--colour-black);
  text-align: center;
  padding: 0.5em;
  margin: 0.5em;
  font-size: var(--font-size-20);
  -webkit-box-ordinal-group: -29;
      -ms-flex-order: -30;
          order: -30;
}
.tr-notice p:first-of-type {
  font-weight: 600;
  font-size: 1.25em;
}
.tr-notice a {
  display: block;
  color: var(--colour-black);
  text-decoration: none;
}
.tr-apply {
  text-align: center;
  margin: 2rem auto;
}
.tr-apply .tr-apply-now {
  width: 10rem;
  margin: 0.5rem auto;
}
article + .tr-preview,
.tr-application + .tr-preview {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: dense;
  grid-column: full;
  -ms-grid-columns: [full-start] 1fr [full-end];
  grid-template-columns: [full-start] 1fr [full-end];
  background-color: var(--colour-light-grey);
  padding: 1rem;
  position: relative;
  border: 1px solid var(--colour-light-grey);
  border-radius: 0.2rem;
}
@media screen and (min-width: 1050px) {
  article + .tr-preview,
  .tr-application + .tr-preview {
    -ms-grid-columns: [full-start] (minmax(10px, 1fr))[2] [full-end];
    grid-template-columns: [full-start] repeat(2, minmax(10px, 1fr)) [full-end];
  }
}
article + .tr-preview article,
.tr-application + .tr-preview article {
  scroll-snap-align: start;
}
article.hide + .tr-preview {
  display: none;
}
.button.tr-preview svg,
.button.tr-view-application svg {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
}
.button.tr-preview .close,
.button.tr-view-application .close {
  display: none;
}
.button.tr-preview .open,
.button.tr-view-application .open {
  display: inline-block;
}
.button.tr-preview.loading .open,
.button.tr-view-application.loading .open {
  -webkit-animation: rotation 1.2s infinite linear;
          animation: rotation 1.2s infinite linear;
}
.button.tr-preview.open .close,
.button.tr-view-application.open .close {
  display: inline-block;
}
.button.tr-preview.open .open,
.button.tr-view-application.open .open {
  display: none;
}
div.tr-preview .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
div.tr-preview .tr-view-images {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  gap: 0.5rem;
  grid-column: full;
  margin: 1rem 0;
}
div.tr-preview .tr-image-preview {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
div.tr-preview .tr-view-about {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
div.tr-preview h1,
div.tr-preview h2 {
  grid-column: full;
}
.tr-event-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: [buttons-start] auto [buttons-end content-start] auto [content-end];
  grid-template-rows: [buttons-start] auto [buttons-end content-start] auto [content-end];
}
.tr-event-section .tr-actions {
  grid-row: buttons;
  -ms-grid-column-align: center;
      justify-self: center;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tr-event-section .tr-tab {
  grid-row: content;
  -ms-grid-column: 1;
  grid-column: 1;
  display: none;
}
.tr-event-section .tr-tab.show {
  display: block;
}
.tr-event-general .tr-tab {
  padding: 1rem;
  background: var(--colour-light-grey);
  width: 20rem;
  width: min(max(20rem, 40vw), 100rem);
  width: clamp(20rem, 40vw, 100rem);
  margin: 2rem auto;
}
.tr-tv {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
.tr-tv iframe {
  width: 100%;
  min-height: 20rem;
}
.tr-applications {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: [full-start] repeat(auto-fill, minmax(18rem, 1fr)) [full-end];
  grid-gap: 1rem;
  grid-auto-flow: dense;
}
.tr-application {
  border: 1px solid var(--colour-light-grey);
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 1rem;
}
.tr-application-name {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.tr-view-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.tr-view-web a {
  margin-right: 1em;
}
.actions {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  justify-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  grid-auto-flow: column;
  margin-left: auto;
}
.tr-featured-events .more-posts {
  grid-column: full;
}
@media screen and (min-width: 1050px) {
  .tr-featured-events .more-posts {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
.notice {
  background-color: var(--colour-secondary);
  color: var(--colour-secondary-contrast);
  text-align: center;
  margin: 2rem auto;
  padding: 1rem;
  width: 80%;
  font-size: 1.2rem;
  border-radius: 0.2rem;
}
.tr-event-info {
  padding: 0.5rem;
  background-color: var(--colour-light-grey);
}
.tr-prominent {
  display: block;
  padding: 1rem;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid var(--colour-light-grey);
  text-align: center;
  border-radius: 0.2rem;
  font-size: 1.2rem;
}
.tr-participant p {
  font-size: 1rem;
}
.hide {
  display: none !important;
}
#tr-filter {
  display: -ms-grid;
  display: grid;
  position: relative;
  overflow: hidden;
  margin: 1em auto;
  padding: 1rem;
  width: max(18rem, 20vw);
}
#tr-filter .select2-container {
  width: 100% !important;
}
.ui-slider {
  position: relative;
  height: 2rem;
  padding: 0 1rem;
  border-radius: 0.2rem;
  background: var(--colour-light-grey);
  margin: 1em;
}
.ui-slider-handle {
  width: 2rem;
  height: 3rem;
  border-radius: 0.2rem;
  background: var(--colour-primary);
  color: var(--colour-primary-contrast);
  position: absolute;
  -webkit-transform: translatex(-1rem);
      -ms-transform: translatex(-1rem);
          transform: translatex(-1rem);
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -0.5rem;
  cursor: -webkit-grab;
  cursor: grab;
}
.ui-slider-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ui-slider-range {
  height: 100%;
  position: absolute;
  background: var(--colour-medium-grey);
}
.tr-meetus-playlist {
  max-height: 390px;
  overflow-y: auto;
  scroll-behavior: smooth;
  position: relative;
}
.tr-meet {
  cursor: pointer;
}
.tr-meet p {
  margin: 0;
  padding: 0.2rem;
}
.playing {
  background-color: var(--colour-secondary);
  font-weight: bold;
}
.single-event .tr-event-discount {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.single-event .tr-event-discount p:last-of-type {
  font-size: 2rem;
}
.tr-incomplete {
  border: 1px solid var(--colour-cancel);
}
.tw-online .link-tv {
  position: relative;
}
.tw-online .link-tv::before {
  background: var(--colour-primary);
  content: "Live";
  top: 0;
  left: 0;
  text-transform: uppercase;
  position: absolute;
  padding: 0.2em;
  color: var(--colour-primary-contrast);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.tw-online .link-tv svg {
  -webkit-animation: pulse-colour 2s infinite;
          animation: pulse-colour 2s infinite;
}
.acf-field-edit-event-platform-fee {
  background: var(--colour-primary);
  color: var(--colour-primary-contrast);
  text-align: center;
  font-size: 1.2em;
}
.tr-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 0.2rem;
}
.tr-add-to-calendar {
  text-align: center;
}
.tr-add-to-calendar .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  margin: 0.5em;
  text-align: center;
}
.tr-add-to-calendar a:-webkit-any-link {
  -webkit-box-flex: 0;
          flex: 0 0 6rem;
  background: var(--colour-primary);
  color: var(--colour-primary-contrast);
  text-decoration: none;
  padding: 0.4rem;
}
.tr-add-to-calendar a:-moz-any-link {
  flex: 0 0 6rem;
  background: var(--colour-primary);
  color: var(--colour-primary-contrast);
  text-decoration: none;
  padding: 0.4rem;
}
.tr-add-to-calendar a:any-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  background: var(--colour-primary);
  color: var(--colour-primary-contrast);
  text-decoration: none;
  padding: 0.4rem;
}
.tr-add-to-calendar h2 {
  font-size: 1rem;
}
.sharedaddy {
  text-align: center;
}
.single article.post {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  justify-items: center;
}
@media screen and (min-width: 1050px) {
  .single article.post {
    -ms-grid-columns: 25% 1fr;
    grid-template-columns: 25% 1fr;
  }
}
.single article.post .entry-header {
  grid-column: 1 / -1;
  text-align: center;
}
.single article.post .entry-header .location {
  color: #5D5D5D;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15em;
  padding: 0;
  margin: 2em 0;
}
.single article.post .entry-header .entry-excerpt {
  font-size: 1.2rem;
  line-height: 1.33em;
  font-weight: 300;
}
.single article.post > .feature-image {
  aspect-ratio: 1 / 1;
  max-width: 20rem;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pulse-colour {
  0% {
    fill: var(--colour-light-grey);
  }
  50% {
    fill: var(--colour-primary);
  }
  100% {
    fill: var(--colour-light-grey);
  }
}
@keyframes pulse-colour {
  0% {
    fill: var(--colour-light-grey);
  }
  50% {
    fill: var(--colour-primary);
  }
  100% {
    fill: var(--colour-light-grey);
  }
}
/*
 Kingfisher Computer Services
 www.kingfishercs.co.uk
*/
/* 
    Created on : 23-Jan-2020, 00:35:16
    Author     : owen
*/
.features,
.testimonials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
}
@media screen and (min-width: 1050px) {
  .features,
  .testimonials {
    -ms-grid-columns: 1fr 1em 1fr 1em 1fr 1em 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1em;
  }
}
.checkout .col2-set {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-start col1-start col2-start] 1fr [col2-end col1-end full-end];
  grid-template-columns: [full-start col1-start col2-start] 1fr [col2-end col1-end full-end];
}
@media screen and (min-width: 1050px) {
  .checkout .col2-set {
    -ms-grid-columns: [full-start 1em col1-start] 1em 1fr 1em [col1-end 1em col2-start] 1em 1fr 1em [col2-end 1em full-end];
    grid-template-columns: [full-start col1-start] 1fr [col1-end col2-start] 1fr [col2-end full-end];
    grid-column-gap: 1em;
  }
}
.checkout .col2-set #customer_details,
.checkout .col2-set .col-1 {
  grid-column: col1;
}
.checkout .col2-set #business_details,
.checkout .col2-set .col-2 {
  grid-column: col2;
}
.woocommerce-billing-fields > div,
.woocommerce-account-fields > div,
.woocommerce-additional-fields > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [label-start field-start] 1fr [field-end label-end];
  grid-template-columns: [label-start field-start] 1fr [field-end label-end];
}
@media screen and (min-width: 1050px) {
  .woocommerce-billing-fields > div,
  .woocommerce-account-fields > div,
  .woocommerce-additional-fields > div {
    -ms-grid-columns: [label-start] minmax(auto, 10em) [label-end field-start] 1fr [field-end];
    grid-template-columns: [label-start] minmax(auto, 10em) [label-end field-start] 1fr [field-end];
  }
}
.woocommerce-billing-fields > div p,
.woocommerce-account-fields > div p,
.woocommerce-additional-fields > div p {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [label-start field-start] 1fr [field-end label-end];
  grid-template-columns: [label-start field-start] 1fr [field-end label-end];
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  margin: 0.5em;
}
@media screen and (min-width: 1050px) {
  .woocommerce-billing-fields > div p,
  .woocommerce-account-fields > div p,
  .woocommerce-additional-fields > div p {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-columns: [label-start] 10em [label-end field-start] 1fr [field-end];
    grid-template-columns: [label-start] 10em [label-end field-start] 1fr [field-end];
    -ms-grid-columns: subgrid;
    grid-template-columns: subgrid;
  }
}
.woocommerce-billing-fields > div label,
.woocommerce-account-fields > div label,
.woocommerce-additional-fields > div label {
  grid-column: label;
}
.woocommerce-billing-fields > div span,
.woocommerce-account-fields > div span,
.woocommerce-additional-fields > div span {
  grid-column: field;
}
.woocommerce-billing-fields > div input,
.woocommerce-account-fields > div input,
.woocommerce-additional-fields > div input {
  width: 100%;
}
.wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-checkout-review-order {
  color: var(--colour-white);
  background: var(--colour-primary);
  padding: 1em;
}
.woocommerce-checkout-review-order a {
  color: var(--colour-light_grey);
}
#business_registration_info * {
  display: initial;
}
.woocommerce {
  background: var(--colour-white);
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.woocommerce th {
  text-align: left;
  vertical-align: top;
}
.woocommerce .optional {
  display: none;
}
abbr[title],
.required {
  color: var(--colour-black);
  text-decoration: none;
  border: none;
}
.woocommerce-account.logged-in .woocommerce {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1em;
  -ms-grid-columns: [full-start 1em sidebar-start 1em content-start] 1em 1fr 1em [content-end 1em sidebar-end 1em full-end];
  grid-template-columns: [full-start sidebar-start content-start] 1fr [content-end sidebar-end full-end];
}
nav.woocommerce-MyAccount-navigation {
  display: block;
  grid-column: sidebar;
}
nav.woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  grid-gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.woocommerce-MyAccount-navigation li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
@media screen and (min-width: 700px) {
  nav.woocommerce-MyAccount-navigation li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 10rem;
            flex: 1 0 10rem;
  }
}
@media screen and (min-width: 1050px) {
  nav.woocommerce-MyAccount-navigation li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15rem;
            flex: 1 0 15rem;
  }
}
nav.woocommerce-MyAccount-navigation a {
  display: block;
  border: 1px solid var(--colour-light-grey);
  border-radius: 0.2rem;
  color: var(--colour-black);
  text-align: center;
  text-decoration: none;
  padding: 0.5em;
}
nav.woocommerce-MyAccount-navigation a:hover {
  background-color: var(--colour-secondary);
  color: var(--colour-white);
}
nav.woocommerce-MyAccount-navigation a.is-active {
  border-color: var(--colour-secondary);
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
  background-color: var(--colour-green);
  color: var(--colour-white);
}
.woocommerce-form-row label {
  display: block;
  font-weight: bold;
}
.woocommerce-form-row input {
  width: 100%;
}
.woocommerce-MyAccount-content {
  grid-column: content;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  background-color: var(--colour-white);
  padding: 0 0 1.5rem;
  font-size: var(--font-size-15);
  margin-bottom: 1.5rem;
}
.woocommerce-MyAccount-navigation-link--customer-logout {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
  background-color: var(--colour-green);
  color: var(--colour-black);
}
a.woocommerce-MyAccount-navigation-link--customer-logout {
  grid-column: full;
}
a.woocommerce-MyAccount-navigation-link--customer-logout a {
  background-color: var(--colour-green);
  color: var(--colour-black);
}
.product img.alignleft {
  margin-bottom: 2.5em;
}
.pedddle-actions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
  margin-bottom: 2em;
}
.pedddle-actions a.button {
  max-width: unset;
}
.acf-input-prepend {
  border-color: var(--colour-light-grey);
}
.acf-gallery {
  border: 1px solid var(--colour-light-grey);
  border-radius: 0.2rem;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  position: relative;
  height: initial !important;
}
@media screen and (min-width: 1050px) {
  .acf-gallery {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr -webkit-min-content;
    -ms-grid-columns: 1fr min-content;
    grid-template-columns: 1fr -webkit-min-content;
    grid-template-columns: 1fr min-content;
    min-height: 40rem;
  }
}
.acf-gallery .ui-resizable-handle {
  position: absolute;
  display: none !important;
}
.acf-gallery-main {
  display: -ms-grid;
  display: grid;
  height: auto !important;
  -ms-grid-rows: 40rem auto;
  grid-template-rows: 40rem auto;
}
.acf-gallery-attachments {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 6rem);
  grid-gap: 0.4rem;
  margin: 0.4rem;
  cursor: move;
  align-self: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-height: 90%;
  overflow: scroll;
}
@media screen and (min-width: 1050px) {
  .acf-gallery-attachments {
    grid-template-columns: repeat(auto-fill, 12rem);
  }
  .-open .acf-gallery-attachments {
    grid-template-columns: repeat(auto-fill, 8rem);
  }
}
.acf-gallery-attachment {
  width: 6rem !important;
  height: 6rem !important;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (min-width: 1050px) {
  .acf-gallery-attachment {
    width: 12rem !important;
    height: 12rem !important;
  }
  .-open .acf-gallery-attachment {
    width: 8rem !important;
    height: 8rem !important;
  }
}
.acf-gallery-attachment img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.3em;
  position: absolute;
}
.acf-gallery-attachment .actions {
  display: none;
}
.acf-gallery-attachment:hover > .actions {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.acf-gallery-attachment .margin {
  border: 1px solid var(--colour-medium_grey);
  height: 100%;
  background: var(--colour-light_grey);
  display: -ms-grid;
  display: grid;
}
.acf-gallery-attachment .thumbnail {
  display: -ms-grid;
  display: grid;
}
.acf-gallery-side {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  width: auto !important;
  background: var(--colour-light_grey);
  padding: 0.5rem;
  -webkit-transition: width 1s ease-in-out, max-height 1s ease-in-out, visibility 1s ease-in-out;
  -o-transition: width 1s ease-in-out, max-height 1s ease-in-out, visibility 1s ease-in-out;
  transition: width 1s ease-in-out, max-height 1s ease-in-out, visibility 1s ease-in-out;
}
@media screen and (min-width: 1050px) {
  .acf-gallery-side {
    width: 0 !important;
    max-height: unset;
  }
}
.-open .acf-gallery-side {
  visibility: visible;
  max-height: 100em;
}
@media screen and (min-width: 1050px) {
  .-open .acf-gallery-side {
    width: auto !important;
    width: 24em !important;
  }
}
.acf-gallery-side .form-table > tbody > .acf-field > .acf-label,
.acf-gallery-side .form-table > tbody > .acf-field > .acf-input {
  padding: 0.2em;
}
.acf-gallery-side .form-table > tbody > .acf-field > .acf-label {
  width: 5em;
}
.acf-gallery-side-inner {
  width: auto !important;
  display: -ms-grid;
  display: grid;
  height: 100%;
  /*align-content: flex-end;*/
}
.acf-gallery-side-data {
  /*align-self: flex-start;*/
  /*margin-bottom: auto;*/
}
.acf-gallery-side-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-start 0.5em col1-start] 0.5em 5em 0.5em [col1-end 0.5em col2-start] 0.5em 1fr 0.5em [col2-end 0.5em full-end];
  grid-template-columns: [full-start col1-start] 5em [col1-end col2-start] 1fr [col2-end full-end];
  grid-gap: 0.5em;
}
.acf-gallery-side-info img {
  grid-column: col1;
  -ms-grid-row-span: 4;
  grid-row: span 4;
}
.acf-gallery-side-info > p {
  grid-column: col2;
  margin: 0;
  font-size: var(--font-size-15);
  line-height: 1.2em;
  word-break: break-all;
}
.acf-gallery-toolbar {
  margin: 0 0.5rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.acf-gallery-toolbar .acf-hl {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.5rem;
}
.acf-gallery-toolbar .acf-hl:before,
.acf-gallery-toolbar .acf-hl:after {
  display: none;
}
.acf-gallery-sort {
  max-width: 10em;
  margin-left: auto !important;
  display: block;
}
.acf-field.section-heading .acf-label {
  background-color: var(--colour-light_grey);
  padding: 0.5rem;
  maring: 0.5rem 0;
  font-size: var(--font-size-20);
}
#change-password {
  margin-top: -7rem;
  padding-top: 7rem;
  display: none;
  /*background: var(--colour-light-grey);*/
}
#change-password:target {
  display: block;
}
.woocommerce-orders-table__cell-order-actions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [pay-start] 1fr [pay-end view-start] 1fr [view-end cancel-start] 1fr [cancel-end invoice-start] 1fr [invoice-end];
  grid-template-columns: [pay-start] 1fr [pay-end view-start] 1fr [view-end cancel-start] 1fr [cancel-end invoice-start] 1fr [invoice-end];
}
.woocommerce-orders-table__cell-order-actions .view {
  grid-column: view;
}
.woocommerce-orders-table__cell-order-actions .pay {
  grid-column: pay;
}
.woocommerce-orders-table__cell-order-actions .invoice {
  grid-column: invoice;
}
.woocommerce-orders-table__cell-order-actions .cancel {
  grid-column: cancel;
}
#yith-stripe-connect-card-name {
  display: block;
  height: auto;
  background: #fff;
  padding: 1em;
  border-radius: 3px;
  border: 1px solid #bbb;
  width: 100%;
}
.woocommerce-message {
  color: var(--colour-white);
  background: var(--colour-green);
  margin: 1rem auto;
  padding: 0.4rem;
  font-size: 1.2rem;
  font-weight: bold;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: -ms-grid;
  display: grid;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
@media only screen and (max-width: 640px), screen and (max-height: 400px) {
  .media-sidebar {
    width: 100%;
    height: auto;
    position: relative;
    overflow: scroll;
    max-width: unset;
    bottom: 0;
  }
  .media-frame .attachments-browser {
    overflow: scroll;
  }
  .attachments-browser .attachments {
    top: 0;
    position: relative;
  }
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 11.11111111%;
}
.gallery-item .gallery-columns-3 {
  max-width: 11.11111111%;
}
.gallery-item .gallery-columns-4 {
  max-width: 11.11111111%;
}
.gallery-item .gallery-columns-5 {
  max-width: 11.11111111%;
}
.gallery-item .gallery-columns-6 {
  max-width: 11.11111111%;
}
.gallery-item .gallery-columns-7 {
  max-width: 11.11111111%;
}
.gallery-item .gallery-columns-8 {
  max-width: 11.11111111%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111111%;
}
.gallery-caption {
  display: block;
}
.wp-block-image img {
  display: block;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */