@charset "UTF-8";
/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
@import 'css/fontawesome.css';
@import 'css/montserrat.css';
/*--------------------------------------------------------------
# Full width variables
--------------------------------------------------------------*/
:root {
  --vertical-rhythm: 60px 0;
  --vertical-single: 60px;
  --outer-padding: 50px;
  --green: rgb(110, 183, 76);
  --yellow: rgb(255, 232, 60);
  --pink: rgb(233, 62, 143);
  --blue: rgb(0, 153, 199);
  --orange: rgb(243, 131, 40);
  --highlight1: rgb(110, 183, 76);
  --pink-hightlight: rgb(206, 58, 129);
  --2025-yellow: rgb(250, 181, 29);
  --2025-purple: rgb(66, 54, 140);
  --2025-purple2: rgb(143, 122, 227);
  --2025-highlight-green: rgb(127, 202, 37);
}

/*  $sitewidth: 1280px; */
/* $textwidth: 1000px; */
/*
Red/Orange #EB5C66
    Yellow #FFE83C
    Pink #E93E8F
    Orange #F5A059
    Blue #0099C7
    Off-White #F9F9F9
    Green #72684F

 */
:root {
  --contrast: #fff;
  --contrast-background: #000;
  --contrast-background-active: #383838;
  --contrast-highlight: #E93E8F;
}

/* Variables */
/* Shades */
/* specials */
/* category colours */
/* turquoise */
/* Purple */
/* Pink */
/* light green */
/* pink */
/* Blue */
/* orange */
/* bright green */
/* yellow */
/*--------------------------------------------------------------
# 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: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0 0 0.67em;
}

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 {
  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] {
  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]::-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;
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.no-scroll {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed;
}

.edit-link {
  float: right;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #041642;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

p {
  margin: 0 0 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: scroll;
  /* padding: 1.6em; */
  background: #eee;
  padding: 5px;
}

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 #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  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/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to inner width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# 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%;
}

.widget-title {
  font-size: 20px;
  margin: 0px;
}

.widget li, .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# 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: block;
}

/*--------------------------------------------------------------
# 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 inners. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## 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-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 2px;
  background: #fff;
  color: var(--2025-yellow);
  border: 1px solid #fff;
}

div.button {
  cursor: pointer;
}

button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: var(--green);
  color: var(--2025-yellow);
  outline: none;
}

button:focus,
.button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
.button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background: white;
  color: #222;
  outline: none;
}

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 {
  border: medium none;
  color: #666;
  margin-bottom: 10px;
  padding: 8px 5px;
  width: 100%;
}

select {
  border: 1px solid #ccc;
}

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: #111;
}

textarea {
  width: 100%;
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
  color: var(--green);
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: var(--2025-purple2);
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Uses $navbackground, $navbghover, $selected */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media screen and (min-width: 835px) {
  .main-navigation {
    position: sticky;
    top: 45px;
    height: 40px;
    background: var(--2025-purple);
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    z-index: 100001;
  }
  .main-navigation .menu-main-menu-container {
    display: inline-block;
  }
  .main-navigation ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding: 0 5px;
  }
  .main-navigation ul li a {
    color: #fff;
  }
  .main-navigation ul li a:hover {
    color: var(--2025-yellow);
  }
  .main-navigation ul ul li a:hover {
    color: #041642;
  }
  .home .main-navigation {
    top: 0;
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .main-navigation ul ul {
    background: #222;
    left: -999em;
    position: absolute;
    top: 1.3em;
    padding: 5px 0;
    z-index: 99999;
    width: 300px;
  }
  .main-navigation ul ul li {
    margin-left: 0;
    padding: 5px;
    width: 100%;
  }
  .main-navigation ul ul li:hover {
    background: #fff;
  }
  .main-navigation ul ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul li.menu-item-has-children {
    padding: 0 5px;
  }
  .main-navigation ul li.menu-item-has-children:hover {
    background: #222;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
    margin-left: -5px;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: var(--2025-purple2);
    font-weight: 600;
  }
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .menu-main-menu-container {
    background: var(--2025-purple2);
    position: fixed;
    top: 0;
    left: 100%;
    width: 50%;
    height: 100%;
    padding-top: 20px;
    transition: all 0.5s ease;
    z-index: 1002;
    overflow: scroll;
  }
  .main-navigation.toggled .menu-main-menu-container {
    left: 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  }
  .main-navigation ul li {
    width: 100%;
    display: block;
    text-align: left;
    margin: 4px 0;
    font-size: 18px;
  }
  .main-navigation ul li a {
    width: 100%;
    display: block;
    padding: 5px 10px;
    color: #fff;
    line-height: 1.1;
  }
  .main-navigation ul li a:hover {
    color: var(--2025-yellow);
  }
  #menu-item-461 > a {
    display: none;
  }
  #menu-item-1522 > a {
    display: none;
  }
  #menu-item-743 > a {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .main-navigation.toggled .menu-main-menu-container {
    left: 0;
    box-shadow: none;
    width: 100%;
  }
}
.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%;
}

#footer-menu {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-menu li {
  font-size: 16px;
  display: inline-block;
  margin: 0 30px 0 0;
}
#footer-menu li a {
  color: #fff;
}
#footer-menu li a:hover {
  color: var(--2025-yellow);
}

#quick-links {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
#quick-links a {
  color: #fff;
}
#quick-links a:hover {
  color: var(--pink);
}

/*--------------------------------------------------------------
# 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;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  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;
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
/* mobile menu toggler */
/* https://speckyboy.com/animating-css-only-hamburger-menu-icons/ */
.menu-toggle {
  position: fixed;
  top: 75px;
  left: 10px;
  overflow: hidden;
  margin: -17px 0 0 0;
  padding: 0;
  width: 36px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  z-index: 1006;
  transition: 0.3s;
  cursor: pointer;
}
.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
  outline: none;
  background: none;
}
.menu-toggle:hover span, .menu-toggle:focus span, .menu-toggle:active span {
  background-color: #fff;
}
.menu-toggle:hover span:after, .menu-toggle:hover span:before, .menu-toggle:focus span:after, .menu-toggle:focus span:before, .menu-toggle:active span:after, .menu-toggle:active span:before {
  background-color: #fff;
}
.menu-toggle span {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 4px;
  margin-top: -1.5px;
  background-color: var(--2025-yellow);
  border-radius: 100px;
}
.menu-toggle span::before, .menu-toggle span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--2025-yellow);
  border-radius: 100px;
}
.menu-toggle span::before {
  top: -8px;
}
.menu-toggle span::after {
  bottom: -8px;
}
.main-navigation.toggled .menu-toggle {
  left: auto;
  right: 10px;
  top: 20px;
}
.main-navigation.toggled .menu-toggle span {
  background: none;
  transition: 0.3s;
  left: 5px;
}
.main-navigation.toggled .menu-toggle span::before, .main-navigation.toggled .menu-toggle span::after {
  transition-duration: 1.3s;
  transition-delay: 0.3s;
  transform-origin: center;
  width: 30px;
  background-color: var(--2025-yellow);
}
.main-navigation.toggled .menu-toggle span::before {
  top: 0;
  transform: rotate(45deg);
  transition-property: top, transform, background-color;
}
.main-navigation.toggled .menu-toggle span::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-property: bottom, transform, background-color;
}

.not-top .menu-toggle {
  top: 49px;
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
input[size="40"] {
  width: 40%;
  border-bottom: 1px solid #041642;
}
input[size="40"]:focus, input[size="40"]:focus-visible {
  border: none;
  border-bottom: 1px solid var(--pink);
  outline: none;
}

.wpcf7-submit {
  width: 20%;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: normal;
  display: block;
  position: absolute;
  right: 5px;
  top: -11px;
}

.wpcf7-form-control:focus + .wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0.5em;
}

div.wpcf7-validation-errors {
  background: #f7e700;
  color: #222;
}

div.wpcf7-mail-sent-ng {
  background: #ff0000;
  color: #fff;
}

div.wpcf7-spam-blocked {
  background: #ffa500;
  color: #222;
}

div.wpcf7-mail-sent-ok {
  background: #398f14;
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
.entry-meta {
  clear: both;
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 30px;
}

footer.entry-meta {
  margin-top: 60px;
}

.entry-categories, .entry-tags, .entry-date, .entry-comments, .post-edit-link, .entry-meta .author, .parent-post-link, .full-size-link, .featured-post {
  margin-right: 8px;
}

.entry-categories, .entry-tags {
  display: block;
}

/* Pseudo elements for icons */
.entry-categories:before,
.entry-tags:before,
.entry-date:before,
.entry-comments:before,
.post-edit-link:before,
.comment-edit-link:before,
.entry-meta .author:before,
.parent-post-link:before,
.full-size-link:before,
.featured-post:before,
.posted-on:before {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
}

.entry-categories:before {
  content: "\f02e";
}

.entry-tags:before {
  content: "\f02b";
}

.entry-date:before {
  content: "\f017";
}

.entry-comments:before {
  content: "\f075";
}

.post-edit-link:before, .comment-edit-link:before {
  content: "\f040";
}

.entry-meta .author:before {
  content: "\f007";
}

.parent-post-link:before {
  content: "\f112";
}

.full-size-link:before {
  content: "\f065";
}

.featured-post:before {
  content: "\f087";
}

.share {
  float: right;
}

.share h5 {
  color: #999;
  float: left;
  font-size: 1em;
  font-weight: 200;
  line-height: 2.2;
  margin: 0;
  padding: 0;
}

.share a {
  margin: 3px 7px 0;
  line-height: 1.3em;
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
.icon {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
}

.accessibility {
  fill: #eee;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.accessibility.assistance {
  fill: var(--2025-yellow);
}
.accessibility.full {
  fill: green;
}
.accessibility.call {
  fill: orange;
}
.accessibility.none {
  fill: red;
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
/*--------------------------------------------------------------
# Animated Search
--------------------------------------------------------------*/
#search-form {
  display: inline-block;
  width: 200px;
  margin-top: -3px;
}

.sb-search {
  position: relative;
  width: 0%;
  min-width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  left: 30px;
  border: 1px solid #f2f2f2 !important;
  outline: none !important;
  background: #fff;
  width: 100%;
  margin: 0;
  z-index: 10;
  font-size: 14px;
  color: #888;
  padding-left: 15px !important;
  height: 30px;
}

input[type=search].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder,
.sb-search-input:-moz-placeholder,
.sb-search-input::-moz-placeholder,
.sb-search-input:-ms-input-placeholder {
  color: #888;
}

.sb-icon-search,
.sb-search-submit {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 !important;
  margin: 0;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: var(--2025-yellow);
  background: var(--2025-purple2);
  z-index: 90;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  width: 30px;
  height: 30px;
}
.sb-icon-search:hover {
  background: #000;
  color: var(--2025-yellow);
}

.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #000;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-icon-search:hover,
.no-js .sb-search .sb-icon-search:hover {
  background: var(--green);
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

.icon.custom-search {
  fill: none;
  stroke: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
}
.icon.custom-search:hover {
  stroke: var(--2025-yellow);
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
html, body {
  height: 100%;
  background: #fff;
  background-image: linear-gradient(to bottom, #fff 0%, rgb(229.5, 229.5, 229.5) 100%);
  background-attachment: fixed;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.inner,
.main-content,
.site-main,
.inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 var(--outer-padding);
}

.site-content {
  padding-top: 40px;
}
.home .site-content {
  padding: 0;
}

.main-content {
  padding: 40px 0;
}

section {
  clear: both;
}

.page-header {
  position: relative;
}

.content-sidebar {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-gap: 60px;
}

.secondary {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home-main {
  border-top: 30px solid var(--2025-purple2);
}
.home-main .primary {
  padding: var(--vertical-rhythm);
}

.home-title {
  color: var(--2025-yellow);
}
.home-title span {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  color: var(--2025-purple2);
}

.heroes {
  padding: 60px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 60px 30px;
}
.heroes .hero h2 {
  font-size: 30px;
  background: rgba(var(--pink), 0.8);
  color: var(--pink);
  padding: 4px 0;
  margin: 0;
  text-align: center;
}
.heroes .hero:hover .thumb img {
  transform: scale(1.05) rotate(1deg);
}
.heroes .hero:hover h2 {
  background: #444;
}
.heroes .hero .thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.heroes .hero .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}

/*--------------------------------------------------------------
#  Slider
--------------------------------------------------------------*/
.slider .slide a {
  position: relative;
  display: block;
  height: 480px;
}
.slider .slide a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slide a h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  color: var(--2025-purple);
  letter-spacing: 0.03em;
}

/*--------------------------------------------------------------
#  Default Page
--------------------------------------------------------------*/
.content-block {
  max-width: 800px;
}

.post {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.post .entry-title {
  margin-bottom: 0;
}
.post .entry-meta, .post .entry-footer {
  font-size: 12px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Bedlam
--------------------------------------------------------------*/
.content-block.bedlam {
  max-width: unset;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.news-area {
  padding-bottom: 40px;
}
.news-area h2 {
  margin: 0 0 1em;
  background: var(--green);
  color: #fff;
  padding: 10px;
  line-height: 1;
}
.news-area .post {
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.news-area .read-all a {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: 700;
}

.widget-title {
  font-size: 20px;
  margin: 0 0 0.5em;
}

.widget li {
  margin-bottom: 8px;
  padding-left: 12px;
  text-indent: -12px;
}
.widget li .post-date {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 0px;
}
.widget li::before {
  content: "»";
}

/*--------------------------------------------------------------
# Blog Posts
--------------------------------------------------------------*/
.entry-content p:first-of-type {
  font-size: 18px;
  color: var(--2025-yellow);
}

/*--------------------------------------------------------------
# Engagement
--------------------------------------------------------------*/
.engagement {
  background: var(--2025-purple);
  overflow: hidden;
  color: #222;
  clear: both;
  padding: 60px 0;
}
.engagement .secondary {
  display: block;
}
.engagement h2 {
  color: #fff;
}
.engagement p {
  color: var(--2025-yellow);
}
.engagement input[type=submit] {
  background: var(--2025-purple2);
}
.engagement input[type=submit]:hover {
  background: var(--2025-yellow);
  color: var(--2025-purple);
}
.engagement input[type=submit]:active {
  background: #666;
  color: #fff;
}

.social-block {
  font-size: 0;
}
.social-block .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  fill: var(--2025-yellow);
}
.social-block .icon:hover {
  fill: var(--2025-highlight-green);
}
.social-block .icon:active {
  fill: var(--2025-purple2);
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "manofa-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
}

h1 {
  font-size: 60px;
  line-height: 1.05;
  font-weight: 300;
  margin: 20px 0 60px;
  color: var(--2025-yellow);
}

h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 33;
  color: var(--2025-yellow);
  margin: 0 0 1em 0;
}

h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
  font-weight: 200;
  margin: 20px 0;
  color: var(--2025-yellow);
}

p {
  margin: 0 0 1em;
}

.content-block p:first-of-type,
.home-main p:first-of-type {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 1.5em;
}

.small {
  font-size: 14px;
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: var(--2025-purple2);
  padding-top: 11px;
  color: #fff;
  z-index: 1001;
  line-height: 20px;
  border-bottom: 1px solid var(--2025-yellow);
}
.site-header a {
  color: #fff;
}
.site-header a:hover {
  color: var(--2025-yellow);
}
.site-header .site-title {
  font-family: "manofa-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-style: italic;
  display: inline;
  font-size: 20px;
}
.site-header .site-description {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  display: inline;
  font-size: 16px;
  display: inline-block;
  font-size: 16px;
  transform: translateY(-3px);
}
.site-header .site-description:before {
  content: " | ";
}

.home-banner {
  position: relative;
  width: 100%;
}
.home-banner img {
  display: block;
  width: 100%;
}
.home-banner .nameplate {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1001;
}
.home-banner .nameplate .logo {
  width: clamp(300px, 30vw, 800px);
}

.perpetual-logo {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 150px;
  height: auto;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  z-index: 100002;
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 40px 0;
  background: var(--2025-purple2);
  color: #fff;
  text-align: center;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: var(--2025-purple2);
}
#footer h2 {
  font-size: 50px;
  line-height: 1.05;
  font-weight: 300;
  color: var(--2025-yellow);
}

.sponsor-block {
  margin: 60px 0 0;
}
.sponsor-block p {
  margin: 0;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.sponsor-block .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sponsor-block .logos img {
  display: block;
  width: 360px;
  margin: 20px;
}

.extra-thanks {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 60px;
}

.site-info {
  margin-top: 30px;
  font-size: 14px;
}

.paypal-donate input[type=submit] {
  width: 300px;
}

.base {
  background: var(--2025-purple);
  padding: 20px 0;
  color: #fff;
}

/*
Theme Name: Bath Fringe 2025
Theme URI: http://bathfringe.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Description: Launch 2025
Last Update: 10 April 2025
Version: 2025.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
// TODO change text domain
Text Domain: bathfringe2025
 */
.listings-grid {
  text-align: center;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.listings-grid .listing {
  position: relative;
  aspect-ratio: 1;
  background: #cccccc;
  border-right: 1px solid #888;
  border-top: 1px solid #fff;
  overflow: hidden;
}
.listings-grid .listing .date {
  color: #fff;
  font-size: 14px;
  padding: 4px 5px 0px;
  background: var(--2025-purple);
}
.listings-grid .listing:nth-of-type(2n) .date {
  background: var(--2025-purple2);
}
.listings-grid .listing .venue-link {
  display: block;
  font-size: 14px;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
}
.listings-grid .listing .thumb {
  opacity: 0.7;
}
.listings-grid .listing .thumb:hover {
  opacity: 1;
}
.listings-grid .listing img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  width: auto;
  height: 100%;
}
.listings-grid .listing h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
  color: var(--2025-yellow);
  font-size: 24px;
  line-height: 1;
  padding: 5px 0;
}

/*  Single Event */
.single-listing {
  margin-bottom: 60px;
  /* booking */
  /******************* EXTRAS **********************/
  /* Social Links */
  /******************************************************************/
  /* Performance block                                              */
  /******************************************************************/
}
.single-listing .date {
  background: var(--green);
  color: #fff;
  padding: 4px 10px;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
}
.single-listing .date li {
  display: inline-block;
  list-style: none;
}
.single-listing .date li::after {
  content: ", ";
}
.single-listing .date li:last-child:after {
  content: "";
}
.single-listing .cancelled {
  background: rgb(100, 0, 0);
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px;
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
  position: absolute;
  bottom: 0;
  z-index: 53;
}
.single-listing .sold-out {
  background: rgb(255, 204, 78);
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px;
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
  position: absolute;
  bottom: 0;
  z-index: 53;
}
.single-listing .event-thumbnail {
  position: relative;
  overflow: hidden;
}
.single-listing .main-image {
  display: block;
  width: 100%;
}
.single-listing .event-thumbnail .intro {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  background: rgb(209, 83, 83);
  background: rgba(209, 83, 83, 0.4);
  font-size: 20px;
  font-weight: 200;
  line-height: 20px;
  padding: 10px 6px;
  color: #fff;
}
.single-listing h1 {
  color: var(--2025-purple);
}
.single-listing h2 {
  color: var(--2025-purple2);
}
.single-listing h2.pre-name {
  background: var(--2025-purple);
  padding: 10px;
  margin: 0;
  position: relative;
  border: none;
}
.single-listing h1.name {
  margin: 20px 0 10px;
  line-height: 1;
}
.single-listing h2.post-name {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  border: none;
}
.single-listing .event-full-details {
  padding: 0 10px;
  position: relative;
}
.single-listing .main-content {
  margin: 20px 0 40px;
  padding: 0;
}
.single-listing .sponsor {
  color: #f0f0f0;
  font-size: 14px;
  margin-top: 10px;
}
.single-listing .booking p {
  margin: 0;
}
.single-listing .booking ul {
  margin: 0;
  padding: 0 20px;
}
.single-listing .booking-options .button {
  margin-bottom: 15px;
}
.single-listing .extras {
  position: relative;
  background: var(--2025-purple2);
  margin-top: 20px;
  overflow: hidden;
  font-size: 16px;
  padding-bottom: 90px;
}
.single-listing .extras a {
  color: #fff;
}
.single-listing .extras a:hover {
  color: #000;
}
.single-listing .extras p {
  clear: left;
  margin: 0;
  padding: 0 10px;
}
.single-listing .extras .social {
  margin: 10px 0;
}
.single-listing .website-link {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0 !important;
}
.single-listing .event-video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
}
.single-listing .event-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-listing .event-video.full-width {
  height: 400px;
  width: 100%;
}
.single-listing .social {
  padding: 10px;
}
.single-listing .social a {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.single-listing .other-links {
  padding: 0 10px;
}
.single-listing .soundcloud-player {
  margin-top: 20px;
}
.single-listing .share {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 10px 10px 50px;
  text-align: right;
}
.single-listing .share h5 {
  text-transform: uppercase;
  font-weight: 100;
  color: var(--2025-yellow);
  margin: 5px 0 10px;
}
.single-listing .share .icon {
  fill: var(--2025-purple);
}
.single-listing .share .icon:hover {
  fill: var(--2025-yellow);
}
.single-listing .search-return {
  max-width: 1060px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto 60px;
  overflow: hidden;
}
.single-listing .not-found {
  padding: 0 10px;
}
.single-listing .venue-name {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  margin: 0;
  color: #041642;
  font-size: 18px;
}
.single-listing .performance-block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  background: none;
  color: rgba(var(--2025-purple2), 0.8);
  padding: 10px;
  margin: 10px 0 20px;
}
.single-listing .performance-block .performance {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 4px;
  position: relative;
  vertical-align: top;
}
.single-listing .performance-block .performance.repetition {
  grid-column: 1/-1;
  border: none;
  padding: 0;
}
.single-listing .performance-block a {
  text-decoration: none;
  color: var(--pink);
}
.single-listing .performance-block a:hover {
  color: #fff;
}
.single-listing .performance-block .book-now.button {
  font-size: 13px;
  margin-top: 10px;
  width: 80%;
  padding: 1px;
}
.single-listing .performance-block .accessibility-info {
  font-size: 14px;
  text-indent: -52px;
  padding-left: 52px;
  line-height: 0;
}
.single-listing .performance-block .accessibility-info .icon {
  transform: scale(0.75);
  padding: 0;
}
.single-listing .event-full-details .performance-block {
  background: rgba(0, 0, 0, 0.8);
}
.single-listing .search-return .performance {
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 36px;
  overflow: hidden;
}
.single-listing .performance-block h3 {
  margin: 10px 0 0 0;
  color: #fff;
  padding: 0 10px;
  font-size: 22px;
}
.single-listing .performance-block p {
  font-size: 16px;
  padding: 0 10px;
}
.single-listing .inner-block p {
  padding: 0 5px;
}
.single-listing .performance-block p.venue a {
  color: #fff;
}
.single-listing .performance {
  overflow: hidden;
}
.single-listing .performance:nth-child(2n) {
  background: rgba(0, 0, 0, 0.8);
}
.single-listing .date-list {
  display: none;
}
.single-listing .more-details.button {
  border-radius: 0;
  clear: both;
  float: right;
  font-size: 13px !important;
  margin: 10px 10px 20px;
  padding: 0;
  text-align: center;
  width: 240px;
  color: #fff;
}
.single-listing .perf-thumbnail {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.single-listing .perf-thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.single-listing h4.perf-date {
  background: rgba(var(--green), 0.8);
  color: #fff;
  padding: 5px 10px;
  margin: 0 !important;
  font-size: 16px;
}
.single-listing .perf-times {
  font-size: 14px;
  font-weight: 600;
  clear: both;
}
.single-listing .perf-times + .post-name {
  margin-top: 20px;
}
.single-listing .performance-cancelled {
  background: rgba(100, 0, 0, 0.8) none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  padding: 9px 6px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  border-radius: 4px;
}
.single-listing .performance-sold-out {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(64, 0, 0, 0.8);
  left: 0;
  font-weight: bold;
  z-index: 1000;
}
.single-listing h3.name {
  line-height: 1;
  margin: 4px 0 6px;
  font-size: 50px;
  font-weight: 200;
}
.single-listing h4.post-name {
  line-height: 1;
  font-weight: 200;
  margin: 0 10px 10px;
}
.single-listing .venue-name-b {
  font-size: 20px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 20px;
  padding: 5px 10px;
}
.single-listing .follow-on-date {
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
}
.single-listing .ics-icon {
  background: url("images/ics.png");
  display: block;
  float: right;
  height: 40px;
  position: relative;
  text-indent: -9999px;
  width: 40px;
  margin-left: 5px;
}

.repetition-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 15px;
}

.single-listing .performance-block .repetition-details p {
  padding: 0;
}
.single-listing .performance-block .repetition-details p b {
  color: var(--green);
}

/* helpers */
.category-list {
  margin-top: 20px;
  font-size: 0;
  padding: 0 10px 10px;
}

.flag {
  position: relative;
  display: inline-block;
  height: 27px;
  padding: 2px 10px 0 5px;
  background: #000;
  color: #fff !important;
  font-size: 16px;
  line-height: 27px;
  margin: 0 10px 6px;
}
.flag::before {
  content: "";
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 27px solid #000;
  left: -12px;
  top: 0;
}
.flag::after {
  content: "";
  position: absolute;
  border-left: 0px solid transparent;
  border-right: 12px solid transparent;
  border-top: 27px solid #000;
  border-bottom: 0 solid transparent;
  right: -12px;
  top: 0;
}
.flag:hover {
  background: var(--2025-yellow);
  color: #fff;
}
.flag:hover::before {
  border-bottom-color: var(--2025-yellow);
}
.flag:hover::after {
  border-top-color: var(--2025-yellow);
}
.flag:active {
  background: white;
  color: #fff;
}

/******************************************************************/
/* Filter                                                         */
/******************************************************************/
#search-form {
  width: 310px;
  margin: 20px 0;
}

#menu-item-1532.current_page_item {
  background: #000;
}
#menu-item-1532.current_page_item a {
  padding: 0 5px;
}

#date-choice {
  color: #fff;
}

#filter-submenu {
  display: none;
  width: 100%;
  background: #000;
  margin-top: -10px;
  padding: 20px 0;
  color: #fff;
}
#filter-submenu .inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 20px;
}
#filter-submenu .button {
  background: #000 !important;
  color: #fff;
  border: 1px solid #fff;
  font-size: 11px;
  padding: 3px;
  font-weight: 400;
  text-align: center;
}
#filter-submenu .button:hover {
  background: #fff !important;
  color: #000;
}
#filter-submenu .inner > div {
  font-size: initial;
}
#filter-submenu .inner > div#categories ul {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#filter-submenu .inner > div#categories li {
  border-bottom: 1px solid #ccc;
}
#filter-submenu .inner > div#categories li a {
  color: var(--contrast);
  display: block;
  padding: 5px;
}
#filter-submenu .inner > div#categories li a.active, #filter-submenu .inner > div#categories li a:active {
  background: var(--contrast-background-active);
  color: var(--contrast-highlight);
}
#filter-submenu .inner > div#date input[type=date] {
  background: var(--contrast-background);
  border: 1px solid var(--contrast);
  color: var(--contrast);
}
#filter-submenu .inner > div#date .free-checkbox {
  padding: 20px 0 0;
}
#filter-submenu h2 {
  font-size: 18px;
  font-weight: 600;
}
#filter-submenu p {
  margin-bottom: 6px;
}

#datepicker-form input[type=submit] {
  font-size: 14px;
  margin: 0 0 15px;
  padding: 4px;
}

.error-404.not-found {
  max-width: 1308px;
  margin: 0 auto;
  padding: 60px 20px;
}

.loading {
  background: url(images/loading.gif) no-repeat 0 0/contain;
  width: 128px;
  height: 128px;
  margin: 60px auto;
}

#listings {
  min-height: 300px;
}

.header {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.header h2 {
  font-weight: 600;
  margin: 20px 0;
}

/******************************************************************/
/* Venues                                                         */
/******************************************************************/
#map_canvas {
  background: #eee;
  color: #0b609a;
  height: 600px;
  width: 100%;
}

#map_canvas a {
  color: #000;
}

#venue-list-inner {
  display: flex;
  flex-flow: row wrap;
  background: #000;
  list-style: none;
  margin: 0 !important;
  padding: 10px;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 100;
}
#venue-list-inner li {
  display: inline-block;
  flex: 0 0 33%;
  vertical-align: top;
  border-bottom: 1px solid #333;
  font-size: 14px;
  margin-bottom: 6px;
}
#venue-list-inner li a {
  color: #fff;
  text-decoration: none;
}

.small-button {
  display: block;
  padding: 2px 25px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -30px;
  right: 10px;
  font-size: 14px;
}
.small-button:hover {
  opacity: 0.8;
}

.venue {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.venue #map_inner {
  width: 640px;
  float: right;
}
.venue .venue-information .address {
  background: #000;
  color: #fff;
  padding: 10px;
  line-height: 1.3;
}
.venue .accessibility-info {
  margin: 5px 0 15px;
  font-size: 14px;
}

.venue-performances {
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  .header-right {
    padding-left: 20px;
  }
  .header-right .site-description {
    font-size: 26px;
  }
  .social-block a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 834px) {
  .heroes {
    grid-template-columns: 1fr 1fr;
  }
  .perpetual-logo {
    top: auto;
    bottom: 10px;
  }
  .single-listing .performance-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .content-sidebar {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .social-block a {
    width: 40px;
    height: 40px;
  }
  .secondary h3 {
    font-size: 20px;
  }
  /*--------------------------------------------------*/
  /* Listings */
  /*--------------------------------------------------*/
  .slider .slide h2 {
    font-size: 18px;
  }
  .repetition-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .single-listing .performance-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /*--------------------------------------------------*/
  /* Bedlam */
  /*--------------------------------------------------*/
  .content-block.bedlam {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (max-width: 600px) {
  #logo {
    position: relative;
    height: 200px;
  }
  #logo img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: unset;
    width: auto;
    height: 100%;
  }
  .engagement {
    padding: 40px 0;
  }
  .inner {
    padding: 0 10px;
  }
  /*--------------------------------------------------*/
  /* Listings */
  /*--------------------------------------------------*/
  .single-listing .performance-block .performance {
    width: 100%;
    margin: 0;
    border: none;
    padding-top: 20px;
  }
  .single-listing .extras {
    padding-bottom: 80px;
  }
  .single-listing .share {
    right: auto;
    left: 0;
    background: #000;
    text-align: left;
    padding-left: 10px;
    width: 100%;
  }
  .single-listing .share a {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1.1;
  }
  .single-listing .event-full-details {
    padding: 0;
  }
  /*--------------------------------------------------*/
  /* Whats on */
  /*--------------------------------------------------*/
  /* Search */
  #search-form {
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
  }
  /*--------------------------------------------------*/
  /*single Listing */
  /*--------------------------------------------------*/
  .single-listing .performance-block {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 540px) {
  .site-header .site-description {
    display: none;
  }
  .menu-toggle {
    left: auto;
    right: 5px;
    top: 24px;
  }
}
@media screen and (max-width: 500px) {
  /*--------------------------------------------------------------
  # Full width variables
  --------------------------------------------------------------*/
  :root {
    --vertical-rhythm: 60px 0;
    --vertical-single: 60px;
    --outer-padding: 50px;
    --green: rgb(110, 183, 76);
    --yellow: rgb(255, 232, 60);
    --pink: rgb(233, 62, 143);
    --blue: rgb(0, 153, 199);
    --orange: rgb(243, 131, 40);
    --highlight1: rgb(110, 183, 76);
    --pink-hightlight: rgb(206, 58, 129);
    --2025-yellow: rgb(250, 181, 29);
    --2025-purple: rgb(66, 54, 140);
    --2025-purple2: rgb(143, 122, 227);
    --2025-highlight-green: rgb(127, 202, 37);
  }
  /*  $sitewidth: 1280px; */
  /* $textwidth: 1000px; */
  /*
  Red/Orange #EB5C66
      Yellow #FFE83C
      Pink #E93E8F
      Orange #F5A059
      Blue #0099C7
      Off-White #F9F9F9
      Green #72684F

   */
  :root {
    --contrast: #fff;
    --contrast-background: #000;
    --contrast-background-active: #383838;
    --contrast-highlight: #E93E8F;
  }
  /* Variables */
  /* Shades */
  /* specials */
  /* category colours */
  /* turquoise */
  /* Purple */
  /* Pink */
  /* light green */
  /* pink */
  /* Blue */
  /* orange */
  /* bright green */
  /* yellow */
  .heroes {
    grid-template-columns: 1fr;
  }
  input[size="40"] {
    width: 100%;
    border-right: none;
  }
  .wpcf7-submit {
    width: 50%;
  }
  .home-banner .site-description {
    text-align: left;
    top: 17vw;
  }
  #logo {
    width: 100%;
  }
  #footer {
    background: var(--green) url(images/perpetual-logo.svg) no-repeat right 80%/180px auto;
  }
  #footer-menu li {
    margin-right: 10px;
    font-size: 14px;
  }
  h1 {
    font-size: 42px;
  }
  .engagement .secondary {
    padding-top: 40px;
  }
  .engagement h2 {
    margin-bottom: 15px;
  }
  .single-listing .share {
    padding: 0 10px;
  }
  .single-listing .share h5 {
    margin-right: 10px;
    line-height: 30px;
    font-size: 14px;
  }
  .single-listing .share a {
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 1;
    margin: 5px 0;
  }
  .repetition-details {
    grid-template-columns: 1fr;
  }
  /* Whats on */
  #filter-submenu .inner {
    grid-template-columns: 1fr;
  }
  #filter-submenu .inner > div#date {
    width: 100%;
  }
  #filter-submenu .inner > div#categories ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  #filter-submenu .button {
    width: 100%;
    margin-bottom: 3px;
  }
  /* turn menue into buttons */
  #filter-submenu .inner > div#categories ul {
    display: none;
  }
  #filter-submenu .inner > div#categories ul.visible {
    display: block;
  }
  #date-choice {
    display: none;
  }
  #date-choice.visible {
    display: block;
  }
  #categories h2,
  #date h2 {
    background: #fff;
    border: 1px solid #888;
    text-align: center;
    padding: 3px;
    cursor: pointer;
  }
  #categories h2:hover,
  #date h2:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 414px) {
  #logo {
    height: 150px;
  }
  #filter-submenu .inner > div#categories {
    width: 100%;
  }
  #filter-submenu .inner > div.date {
    width: 100%;
  }
  #filter-submenu .inner > div.others {
    width: 100%;
  }
  .listings-grid .listing {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .main-navigation.toggled .menu-main-menu-inner {
    left: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */