/*
Theme Name: Jackdaw Theatre
Theme URI: https://www.theaccessibleweb.co.uk
Author: Govi Tusler, Dan Conway, Hanuman Hook
Author URI: https://www.theaccessibleweb.co.uk
Description: A completely custom theme tailored to your needs
Version: 1.0.0
License: Not for use by anyone except The Accessible Web personell
*/
@import url("https://fonts.googleapis.com/css2?family=Mandali&family=REM:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mandali&family=REM:wght@100..900&display=swap");
@font-face {
  font-family: "Arial";
  src: url("fonts/arial.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
p,
div {
  margin-top: 0;
  letter-spacing: 1px;
  color: #222222;
  text-align: justify;
  font-weight: 400;
  font-size: clamp(0.9rem, 2.5vw, 1.1rem) !important;
}

p, h1, h2, h3, h4, h5, h6 {
  min-width: 200px;
}

a {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mandali", sans-serif;
  color: #222222;
  text-align: initial;
}

h1 {
  font-size: clamp(2rem, 6.5vw, 3.8rem) !important;
  margin: 0.67em 0 0.4em;
}

h2 {
  font-size: clamp(1.8rem, 6vw, 2.7rem) !important;
}

h3 {
  font-size: clamp(1.5rem, 5vw, 2.4rem) !important;
}

h4 {
  font-size: clamp(1.2rem, 4vw, 2rem) !important;
}

h5 {
  font-size: clamp(1rem, 3.2vw, 1.6rem) !important;
}

h6 {
  font-size: clamp(0.9rem, 2.8vw, 1.3rem) !important;
}

.bikebikebike {
  text-shadow: 1px 1px 1px #222222;
  font-family: "Arial", sans-serif;
}

.bike-color {
  display: inline-block;
  font-weight: bold;
}
.bike-color.red {
  color: #ff0000;
}
.bike-color.yellow {
  color: #fdee21;
}
.bike-color.white {
  color: #fafafa;
}

.bikebikebike-menu {
  text-shadow: 1px 1px 1px #222222;
  line-height: 1em;
  font-family: "Arial", sans-serif;
  margin-bottom: 0;
  text-align: center;
}
.bikebikebike-menu span {
  display: inline-block;
  text-decoration: none !important;
}
.bikebikebike-menu .red {
  color: #ff0000;
}
.bikebikebike-menu .yellow {
  color: #fdee21;
}
.bikebikebike-menu .yellow.last {
  position: relative;
  top: -0.65em;
}
.bikebikebike-menu .white {
  color: #fafafa;
  position: relative;
  top: -0.55em;
}

.dark-section * {
  color: #fff;
}

.wpcf7-form .wpcf7-submit, .wp-block-button__link {
  border-radius: 0 !important;
  padding: 1em 2em !important;
  border-radius: 6px !important;
  transition-duration: 0.4s !important;
  border: none !important;
  filter: opacity(0.9) !important;
  font-weight: bold !important;
  background-color: #ff0000;
  color: #fff !important;
  font-family: "Mandali", sans-serif !important;
  scale: 1 !important;
  text-shadow: 1px 1px 2px #222222 !important;
}
.wpcf7-form .wpcf7-submit:hover, .wp-block-button__link:hover {
  scale: 1.02 !important;
  filter: opacity(1) !important;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  color: #222222;
}

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;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: yellow;
  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;
}

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] {
  -moz-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] {
  -new-list()-box-sizing: border-box;
  -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] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -new-list()-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

fieldset {
  border: 1px solid c(fieldsetBorder);
  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;
}

html {
  -new-list()-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -new-list()-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #222222;
  font-family: "REM", sans-serif;
  line-height: 1.5;
}

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

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #ff0000;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
a:visited {
  color: #ff0000;
}
a:hover, a:focus, a:active {
  color: #a10620;
}
a:focus {
  outline: thin dotted;
  color: #ff0000;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: gsc(screenBg);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(34, 34, 34, 0.8);
  clip: auto !important;
  color: gsc(screenColor);
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  font-weight: bold;
  font-size: 0.875rem;
}

@font-face {
  font-family: "Arial";
  src: url("fonts/arial.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
p,
div {
  margin-top: 0;
  letter-spacing: 1px;
  color: #222222;
  text-align: justify;
  font-weight: 400;
  font-size: clamp(0.9rem, 2.5vw, 1.1rem) !important;
}

p, h1, h2, h3, h4, h5, h6 {
  min-width: 200px;
}

a {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mandali", sans-serif;
  color: #222222;
  text-align: initial;
}

h1 {
  font-size: clamp(2rem, 6.5vw, 3.8rem) !important;
  margin: 0.67em 0 0.4em;
}

h2 {
  font-size: clamp(1.8rem, 6vw, 2.7rem) !important;
}

h3 {
  font-size: clamp(1.5rem, 5vw, 2.4rem) !important;
}

h4 {
  font-size: clamp(1.2rem, 4vw, 2rem) !important;
}

h5 {
  font-size: clamp(1rem, 3.2vw, 1.6rem) !important;
}

h6 {
  font-size: clamp(0.9rem, 2.8vw, 1.3rem) !important;
}

.bikebikebike {
  text-shadow: 1px 1px 1px #222222;
  font-family: "Arial", sans-serif;
}

.bike-color {
  display: inline-block;
  font-weight: bold;
}
.bike-color.red {
  color: #ff0000;
}
.bike-color.yellow {
  color: #fdee21;
}
.bike-color.white {
  color: #fafafa;
}

.bikebikebike-menu {
  text-shadow: 1px 1px 1px #222222;
  line-height: 1em;
  font-family: "Arial", sans-serif;
  margin-bottom: 0;
  text-align: center;
}
.bikebikebike-menu span {
  display: inline-block;
  text-decoration: none !important;
}
.bikebikebike-menu .red {
  color: #ff0000;
}
.bikebikebike-menu .yellow {
  color: #fdee21;
}
.bikebikebike-menu .yellow.last {
  position: relative;
  top: -0.65em;
}
.bikebikebike-menu .white {
  color: #fafafa;
  position: relative;
  top: -0.55em;
}

.dark-section * {
  color: #fff;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.page {
  background-color: #fff;
  transition-duration: 0.4s;
  overflow-x: hidden;
  position: fixed;
  right: 0;
}
.page.menu-active {
  right: 400px;
}

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  position: initial;
}

.post-bg {
  position: fixed;
  z-index: 6;
}
@media (min-width: 900px) {
  .post-bg {
    top: 0;
  }
}
.post-bg-mask {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 9;
}

.site {
  position: relative;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  transition-duration: 0.4s;
  scrollbar-width: none;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.site-bg {
  position: fixed;
}
.site-content {
  background-color: #fff;
  min-height: 80vh;
  position: relative;
  z-index: 999;
}

.site-main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}

.fade-up {
  opacity: 0;
  transition: all 1.2s ease-in-out;
}
.fade-up.ready {
  transform: translateY(60px);
}
.fade-up.ready.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up.ready.d1 {
  transition: all 1.2s 0.6s ease-in-out;
}
.fade-up.ready.d2 {
  transition: all 1.2s 1.2s ease-in-out;
}
.fade-up.ready.d3 {
  transition: all 1.2s 1.8s ease-in-out;
}
.fade-up.ready.d4 {
  transition: all 1.2s 2.4s ease-in-out;
}
.fade-up.ready.d5 {
  transition: all 1.2s 3s ease-in-out;
}
.fade-up.ready.d6 {
  transition: all 1.2s 3.6s ease-in-out;
}
.fade-up.ready.d7 {
  transition: all 1.2s 4.2s ease-in-out;
}

.ovfh {
  overflow: hidden;
}

.site-content {
  padding: 0 0 2em;
  box-shadow: 0 0 18px -2px #222222;
}

.entry-content {
  width: 100%;
}

select,
option {
  background-color: #222222;
  padding: 1em;
}

.entry-content p {
  margin-bottom: 2em;
}

.entry-content p,
.entry-content .wp-block,
.entry-content .wp-block-group,
.entry-content .wp-block-columns,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-image,
.entry-content .wp-block-heading,
.entry-content .wp-block-post-template,
.entry-content .wp-block-gallery,
.entry-content .wp-block-list,
.entry-content .wp-block-media-text,
.entry-content .single-content-wrap,
.single .post *,
.entry-content figure,
.entry-title {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 10px;
}
@media (min-width: 600px) {
  .entry-content p,
  .entry-content .wp-block,
  .entry-content .wp-block-group,
  .entry-content .wp-block-columns,
  .entry-content .wp-block-latest-posts,
  .entry-content .wp-block-image,
  .entry-content .wp-block-heading,
  .entry-content .wp-block-post-template,
  .entry-content .wp-block-gallery,
  .entry-content .wp-block-list,
  .entry-content .wp-block-media-text,
  .entry-content .single-content-wrap,
  .single .post *,
  .entry-content figure,
  .entry-title {
    padding: 0px;
  }
}

.entry-content .alignwide {
  max-width: 1500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.entry-content .alignfull {
  max-width: 100vw !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.brand .wp-block-button__link {
  background-color: #ff0000;
  border: 3px solid #fff !important;
  color: #fff;
}

.brand2 .wp-block-button__link {
  background-color: #fdee21;
  border: 3px solid #fff !important;
  color: #fff;
}

.alignright {
  text-align: right;
}

iframe {
  margin-bottom: 2em;
}

.wp-block-columns {
  justify-content: space-between;
}

.zoom-col .wp-block-column {
  border-radius: 30px; /* Rounded corners */
  overflow: hidden;
  transition-duration: 0.4s;
  box-shadow: 1px 1px 15px -4px black;
}
.zoom-col .wp-block-column img {
  transition-duration: 0.4s; /* Smooth zoom */
}
.zoom-col:hover {
  box-shadow: 1px 1px 0px 0px black;
}
.zoom-col:hover img {
  transform: scale(1.05); /* Subtle zoom */
}

.prefooter {
  height: 70vh;
  z-index: 19;
  position: relative;
}

.site-footer {
  position: relative;
  border-top: 2px solid #000;
  background-color: #333333;
  box-shadow: 0 0 18px -2px #222222;
  padding: 0;
  z-index: 99;
}
.site-footer p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .site-footer p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.site-footer p img {
  filter: opacity(60%);
  transition-duration: 0.4s;
  margin: 1em;
}
.site-footer p img:hover {
  filter: opacity(100%);
  cursor: pointer;
}
.site-footer li {
  margin-left: 0;
}
.site-footer .footer-top {
  width: 100%;
  padding: 2em;
  height: auto;
  background-color: #222222;
}
.site-footer .footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  text-transform: lowercase !important;
  padding: 2em;
}
.site-footer .footer-inner .footer-nav {
  text-align: center;
}
.site-footer .footer-inner .footer-left,
.site-footer .footer-inner .footer-center,
.site-footer .footer-inner .footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 0 0 100%;
  text-align: center;
  line-height: 2em;
  color: #fff;
}
@media (min-width: 900px) {
  .site-footer .footer-inner .footer-left,
  .site-footer .footer-inner .footer-center,
  .site-footer .footer-inner .footer-right {
    flex: 1 1 auto;
    line-height: 1.3em;
  }
}
.site-footer .footer-inner .footer-left p, .site-footer .footer-inner .footer-left a, .site-footer .footer-inner .footer-left span,
.site-footer .footer-inner .footer-center p,
.site-footer .footer-inner .footer-center a,
.site-footer .footer-inner .footer-center span,
.site-footer .footer-inner .footer-right p,
.site-footer .footer-inner .footer-right a,
.site-footer .footer-inner .footer-right span {
  font-size: 14px !important;
}
.site-footer .footer-inner .footer-left a,
.site-footer .footer-inner .footer-center a,
.site-footer .footer-inner .footer-right a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-inner .footer-left p,
.site-footer .footer-inner .footer-center p,
.site-footer .footer-inner .footer-right p {
  color: inherit;
}
.site-footer .footer-inner .footer-left {
  order: 1;
  text-align: left;
  margin: 1em 0;
}
@media (min-width: 900px) {
  .site-footer .footer-inner .footer-left {
    order: 1;
  }
}
.site-footer .footer-inner .footer-center {
  order: 3;
  margin: 1em 0;
  text-align: left;
}
@media (min-width: 900px) {
  .site-footer .footer-inner .footer-center {
    order: 2;
  }
}
.site-footer .footer-inner .footer-right {
  order: 2;
  text-align: left;
  margin: 1em 0;
}
@media (min-width: 900px) {
  .site-footer .footer-inner .footer-right {
    order: 3;
  }
}
.site-footer .footer-inner ul {
  color: inherit;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.site-footer .footer-inner h4 {
  color: inherit;
  text-align: center;
  margin: 0.5em 0;
}
.site-footer .bikebikebike {
  margin: 0 8px;
  font-size: 18px !important;
}
.site-footer .site-footer-defaultcontent {
  width: 100%;
  display: block;
  text-align: right;
  padding: 0.5em 2em;
  background-color: #3d3d3d;
}
.site-footer .site-footer-defaultcontent .taw-link {
  font-size: 10px;
}

.site-header {
  background-color: rgba(0, 0, 0, 0);
  z-index: 991;
  width: 100%;
  overflow: hidden;
  text-align: right;
  position: fixed;
}
@media (min-width: 1200px) {
  .site-header {
    height: 76vh;
  }
}

.header-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 76vh;
  transition-duration: 0.4s;
  z-index: 999;
}

.site-title {
  transition-duration: 0.4s;
  right: 0;
  z-index: 9959;
}
@media (min-width: 600px) {
  .site-title {
    left: 2em;
  }
}
.site-title.fixed {
  top: 0;
}

.entry-title {
  transition-duration: 0.4s;
  padding-top: 1em;
  color: #222222;
  font-family: "Mandali", sans-serif;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.home .entry-title {
  display: none;
}
.home .site {
  background-size: cover;
}
.home .header-mask {
  height: 100vh;
}
.home .service-col {
  background-repeat: no-repeat;
  background-position: 90% 4em;
}
.home .service-col.retail {
  background-image: url("/wp-content/uploads/2025/08/retail-icon-w.png");
}
.home .service-col.repairs {
  background-image: url("/wp-content/uploads/2025/08/repairs-icon-w.png");
}
.home .service-col.rental {
  background-image: url("/wp-content/uploads/2025/08/rental-icon-w.png");
}
.home .service-col p {
  min-height: 3em;
}
.home .service-col ul {
  min-height: 12em;
}
.home .service-col .wp-block-heading {
  min-height: 2em;
}

.menu-overlay {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: -100vw;
  transition-duration: 0.4s;
  z-index: 9955;
}
.menu-overlay.active {
  right: 0vw;
}

.submenu-overlay {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: -100vw;
  transition-duration: 0.4s;
  z-index: 9975;
}
.submenu-overlay.active {
  right: 0vw;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  text-align: center;
  background-color: #222222;
  transition-duration: 0.4s;
  right: -400px;
  width: 400px;
  max-width: 90vw;
  height: 100%;
  height: 100vh;
  overflow: auto;
  top: 0;
  z-index: 9995;
}
.menu .menu-main-menu-container {
  width: 80%;
}
.menu ul {
  list-style: none;
  padding-left: 0;
}
.menu ul li {
  transition-duration: 0.4s;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.menu ul li:hover {
  opacity: 0.9;
}
.menu ul li a {
  color: #fff;
  border: 0px solid #fff;
  cursor: pointer;
  padding: 1em 2em;
  text-decoration: none;
  width: 100%;
  display: block;
}

.menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-duration: 0.4s;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 43vh;
  max-width: 120px;
  z-index: 9999;
}
@media (min-width: 900px) {
  .menu-icon {
    max-width: 150px;
  }
}
.menu-icon-img {
  max-height: 80px;
  transform: rotateY(-180deg);
  transition-duration: 0.4s;
}
@media (min-width: 900px) {
  .menu-icon-img {
    max-height: 120px;
  }
}
.menu-icon-mask {
  max-height: 80px;
  border-radius: 50%;
  box-shadow: 0px 2px 12px -3px #222222;
}
@media (min-width: 900px) {
  .menu-icon-mask {
    max-height: 120px;
  }
}
.menu-icon-text {
  text-align: center;
  font-size: 1.4em !important;
  text-shadow: 0px 0px 4px #222222;
  color: #fff;
}

.menu-active .menu-icon {
  right: 408px;
  z-index: 1999;
}
.menu-active .menu-icon-img {
  transform: rotateY(0deg);
}
.menu-active .site-title {
  top: -6em;
}
.menu-active .menu {
  right: 0;
  width: 400px;
  height: 100%;
  height: 100vh;
}

.submenu-active .sub-menu {
  right: 0;
}
.submenu-active .submenu-overlay {
  right: 0;
}

.wpcf7-form {
  max-width: 500px;
  margin: 0 auto;
}
.wpcf7-form p label {
  font-family: "Mandali", sans-serif;
  font-size: 130% !important;
  text-align: left;
}
.wpcf7-form textarea,
.wpcf7-form input {
  padding: 0.5em 0.5em;
  font-size: 1.2rem;
  border: none;
  width: 100%;
  border-bottom: 2px solid #222222;
  font-family: "REM", sans-serif;
}
.wpcf7-form textarea {
  height: 6em;
}
@media (min-width: 900px) {
  .wpcf7-form textarea {
    height: 3em;
  }
}
.wpcf7-form .wpcf7-submit {
  border: 2px solid #222222;
  text-shadow: none !important;
}

textarea,
input {
  background-color: rgba(0, 0, 0, 0);
  color: #222222;
}

.gallery-wrap {
  filter: brightness(0.6);
  transition-duration: 0.4s;
  background-color: #fff;
  border-radius: 28px;
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 45vh;
  padding: 0.6em 0.5em 0.2em;
  z-index: 99;
}
.gallery-wrap.active {
  left: 300px;
}

.gallery-toggle {
  height: 40px;
}

.gallery {
  width: 300px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: black;
  top: 0;
  position: fixed;
  left: -300px;
  transition-duration: 0.4s;
  overflow: auto;
  z-index: 299;
}
.gallery.active {
  left: 0;
}

.gallery-overlay {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: -100vw;
  transition-duration: 0.4s;
  z-index: 199;
}
.gallery-overlay.active {
  right: 0vw;
}

.blog .site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.blog .site-main .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  justify-items: center;
}
.blog .site-main .blog-post {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog .site-main .blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(211, 47, 47, 0.2);
}
.blog .site-main .blog-post .post-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog .site-main .blog-post .post-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.blog .site-main .blog-post .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-post:hover .blog .site-main .blog-post .post-image img {
  transform: scale(1.1);
}
.blog .site-main .blog-post .post-content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog .site-main .blog-post .entry-header {
  margin-bottom: 1rem;
}
.blog .site-main .blog-post .entry-header .entry-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #d32f2f;
  line-height: 1.2;
  text-align: left;
  padding-top: 0;
}
.blog .site-main .blog-post .entry-header .entry-title a {
  text-decoration: none;
  color: inherit;
}
.blog .site-main .blog-post .entry-header .entry-title a:hover {
  color: #ab2424;
}
.blog .site-main .blog-post .entry-excerpt {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.blog .site-main .blog-post .read-more {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(90deg, #d32f2f, #ffeb3b);
  background: #d32f2f;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background 0.3s ease;
}
.blog .site-main .blog-post .read-more:hover {
  background: linear-gradient(90deg, #ab2424, #ffeb3b);
  background: #d32f2f;
}
.blog .wp-post-image {
  display: none;
}
.blog .nav-links {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 2rem auto;
  font-size: 1.2rem;
  padding: 0 1rem;
}
.blog .nav-links a {
  color: #d32f2f;
  text-decoration: none;
}
.blog .nav-links a:hover {
  color: #ab2424;
}

.single .entry-title {
  padding-top: 1em !important;
}

@media (max-width: 768px) {
  .blog .site-main .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-post .post-image {
    height: 200px;
  }
}
.home-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2em;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition-delay: 1s !important;
}
.home-intro a {
  text-decoration: none;
  font-size: 1.2em;
}

.intro-para {
  margin: 2em auto;
  padding: 2em;
  font-size: 1.2rem !important;
  line-height: 2.4rem;
  max-width: 650px !important;
  text-align: center;
}

.intro-button {
  margin: 0.5em 0 3em;
}

.tribe-events * {
  text-align: initial;
}
.tribe-events .tribe_events {
  padding: 0 !important;
  margin: 0.5em 0 !important;
  border: none !important;
}
.tribe-events .tribe-events-calendar-month__day-cell {
  background-color: blue;
}
.tribe-events .tribe-events-calendar-month__day {
  max-height: 280px;
}
.tribe-events .tribe-events-calendar-month__multiday-event {
  margin: 0.5em 0;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar {
  border-radius: 0 !important;
  color: #fff;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar:before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  color: #fff !important;
}