/*
Theme Name: DLF theme
Author: Tom Boltwood
Author URI: https://boltwood.com
Description: A custom theme created by Boltwood Digital for The Dorchester Literary Festival
Version: 2025.2.6.1
Text Domain: dlf

DLF WordPress Theme © 2023-2025 Tom Boltwood
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  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;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

body,
.foogallery .fg-caption {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arvo", sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

:root {
  --tec-color-accent-primary: #c8432d;
  --tec-color-accent-primary-hover: #d36957;
  --tec-color-text-disabled: #f4d9d5;
}

html {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  height: 100%;
  color: #666666;
}

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #2d4387;
  text-decoration: none;
}
a:hover {
  color: #c8432d;
}

.wp-block-heading {
  margin-top: 2em;
}

blockquote {
  margin: 1em 1em;
  padding: 0 1em;
  border-left: 4px solid #c8432d;
}
@media (max-width: 600px) {
  blockquote {
    margin: 0;
  }
  blockquote .wp-block-image,
  blockquote figure,
  blockquote img {
    width: 100%;
  }
  blockquote .wp-block-image .alignright,
  blockquote .wp-block-image .alignleft {
    margin: 0.5rem 0;
  }
}

.button {
  display: block;
  margin: 20px auto;
  padding: 7px 30px;
  border-radius: 2.2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
  background: #c8432d;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
}
.button:hover {
  color: #ffffff;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #2d4387;
  line-height: 1.3;
}

hr,
hr.wp-block-separator {
  width: 400px;
  max-width: 100%;
  margin: 40px auto;
  border: 0;
  height: 2px;
  background: #c8432d;
}

.full-width {
  margin: 0 calc(50% - 50vw);
}

.failure {
  color: #dc3232;
}

#header {
  margin: 40px auto;
  text-align: center;
  color: #2d4387;
}
#header:before, #header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header #ecommerce {
  position: absolute;
  top: 10px;
  right: 20px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  #header #ecommerce {
    right: 0;
  }
}
#header #ecommerce img {
  height: 1.5rem;
  margin-right: 15px;
}
#header .logo {
  width: 500px;
  margin-left: -40px;
}
@media (max-width: 600px) {
  #header .logo {
    margin-left: -20px;
  }
}
#header #branding {
  padding: 0 20px;
}
@media (max-width: 810px) {
  #header #branding {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  #header #branding {
    padding-top: 20px;
  }
}
#header #branding .dates {
  margin: 10px 0 0;
  font-size: 1.3rem;
}
@media (max-width: 600px) {
  #header #branding .dates {
    font-size: 1.2rem;
  }
}
#header #menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
  padding: 10px 20px;
  background: #2d4387;
  color: #ffffff;
}
#header .menu-main-menu-container {
  width: 100%;
}
#header .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
#header .menu > li {
  margin: 0 1.5rem;
  overflow: hidden;
}
#header .menu a {
  color: #ffffff;
}
#header .menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #menu-toggle {
  display: none;
}
#header .menu-button,
#header .menu-button::before,
#header .menu-button::after {
  display: block;
  background-color: #2d4387;
  position: absolute;
  height: 4px;
  width: 30px;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
#header .menu-button::before {
  content: "";
  margin-top: -8px;
}
#header .menu-button::after {
  content: "";
  margin-top: 8px;
}
#header #menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
#header #menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
#header #menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
@media (max-width: 1450px) {
  #header #menu {
    margin-bottom: 20px;
    background-color: #ffffff;
    color: #2d4387;
  }
  #header .menu-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .menu a {
    color: #2d4387;
  }
  #header #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #header #menu-toggle:checked ~ .menu li {
    border-bottom: 1px solid #2d4387;
    height: 2.5em;
    padding: 0.5em;
    -webkit-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #header .menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #ffffff;
  }
  #header .menu > li:not(:last-child) {
    border-bottom: 1px solid #2d4387;
  }
}
#header .banner {
  width: 100%;
  height: 500px;
}
@media (max-width: 810px) {
  #header .banner {
    height: 400px;
  }
}
#header .banner img {
  display: block;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 810px) {
  #header .banner img {
    height: 400px;
  }
}
#header .banner img.bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
#header .banner img.center {
  -o-object-position: center;
     object-position: center;
}
#header .main-sponsor {
  margin: 0;
  padding: 0.75rem 0;
  background: #c8432d;
  color: #ffffff;
  font-size: 1.2rem;
}

#footer {
  margin: 40px 0 0;
  padding: 30px 0 20px;
  background: #2d4387;
  color: #ffffff;
  font-size: 0.85rem;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #ffffff;
}
#footer .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer #menu-footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 600px) {
  #footer #menu-footer-menu {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #footer #socials {
    width: 100%;
    margin-top: 1.5rem;
  }
}
#footer #socials i {
  margin-right: 0.5rem;
  font-size: 2rem;
}
@media (max-width: 600px) {
  #footer #address {
    width: 100%;
    margin-top: 0.5rem;
  }
}
#footer #address .phone {
  line-height: 3;
}
#footer .break {
  width: 100%;
}
#footer #copyright,
#footer #attribution {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

body.page #content, body.product-template-default #content, body.tribe_events-template-default #content, body.single #content, body.error404 #content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
body.page #content .entry-title, body.product-template-default #content .entry-title, body.tribe_events-template-default #content .entry-title, body.single #content .entry-title, body.error404 #content .entry-title {
  text-align: center;
}
body.page #content .entry-content .text-width, body.product-template-default #content .entry-content .text-width, body.tribe_events-template-default #content .entry-content .text-width, body.single #content .entry-content .text-width, body.error404 #content .entry-content .text-width {
  max-width: 600px;
  margin: 0 auto;
}
body.page #content .entry-content p, body.product-template-default #content .entry-content p, body.tribe_events-template-default #content .entry-content p, body.single #content .entry-content p, body.error404 #content .entry-content p {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  body.page #content .entry-content .button, body.product-template-default #content .entry-content .button, body.tribe_events-template-default #content .entry-content .button, body.single #content .entry-content .button, body.error404 #content .entry-content .button {
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page #content .entry-content .button .fa-regular, body.product-template-default #content .entry-content .button .fa-regular, body.tribe_events-template-default #content .entry-content .button .fa-regular, body.single #content .entry-content .button .fa-regular, body.error404 #content .entry-content .button .fa-regular {
  margin-left: 10px;
  font-size: 1.5rem;
  vertical-align: text-bottom;
}
@media (max-width: 600px) {
  body.page #content .entry-content .button .fa-regular, body.product-template-default #content .entry-content .button .fa-regular, body.tribe_events-template-default #content .entry-content .button .fa-regular, body.single #content .entry-content .button .fa-regular, body.error404 #content .entry-content .button .fa-regular {
    font-size: 1.25rem;
  }
}
body.page #content .entry-content .biography .wp-block-group__inner-container, body.product-template-default #content .entry-content .biography .wp-block-group__inner-container, body.tribe_events-template-default #content .entry-content .biography .wp-block-group__inner-container, body.single #content .entry-content .biography .wp-block-group__inner-container, body.error404 #content .entry-content .biography .wp-block-group__inner-container {
  margin: 60px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 3fr;
  grid-template-columns: 1fr 3fr;
  grid-auto-rows: 1fr auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-bottom: 1px solid #2d4387;
}
@media (max-width: 810px) {
  body.page #content .entry-content .biography .wp-block-group__inner-container, body.product-template-default #content .entry-content .biography .wp-block-group__inner-container, body.tribe_events-template-default #content .entry-content .biography .wp-block-group__inner-container, body.single #content .entry-content .biography .wp-block-group__inner-container, body.error404 #content .entry-content .biography .wp-block-group__inner-container {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 600px) {
  body.page #content .entry-content .biography .wp-block-group__inner-container, body.product-template-default #content .entry-content .biography .wp-block-group__inner-container, body.tribe_events-template-default #content .entry-content .biography .wp-block-group__inner-container, body.single #content .entry-content .biography .wp-block-group__inner-container, body.error404 #content .entry-content .biography .wp-block-group__inner-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
body.page #content .entry-content .biography .wp-block-group__inner-container figure, body.product-template-default #content .entry-content .biography .wp-block-group__inner-container figure, body.tribe_events-template-default #content .entry-content .biography .wp-block-group__inner-container figure, body.single #content .entry-content .biography .wp-block-group__inner-container figure, body.error404 #content .entry-content .biography .wp-block-group__inner-container figure {
  margin: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
@media (max-width: 600px) {
  body.page #content .entry-content .biography .wp-block-group__inner-container figure, body.product-template-default #content .entry-content .biography .wp-block-group__inner-container figure, body.tribe_events-template-default #content .entry-content .biography .wp-block-group__inner-container figure, body.single #content .entry-content .biography .wp-block-group__inner-container figure, body.error404 #content .entry-content .biography .wp-block-group__inner-container figure {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
body.page #content .entry-content .biography .wp-block-group__inner-container figure img, body.product-template-default #content .entry-content .biography .wp-block-group__inner-container figure img, body.tribe_events-template-default #content .entry-content .biography .wp-block-group__inner-container figure img, body.single #content .entry-content .biography .wp-block-group__inner-container figure img, body.error404 #content .entry-content .biography .wp-block-group__inner-container figure img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  body.page #content .entry-content .biography .wp-block-group__inner-container figure img, body.product-template-default #content .entry-content .biography .wp-block-group__inner-container figure img, body.tribe_events-template-default #content .entry-content .biography .wp-block-group__inner-container figure img, body.single #content .entry-content .biography .wp-block-group__inner-container figure img, body.error404 #content .entry-content .biography .wp-block-group__inner-container figure img {
    height: 300px;
  }
}
body.page #content .entry-content .biography .wp-block-group__inner-container h3, body.product-template-default #content .entry-content .biography .wp-block-group__inner-container h3, body.tribe_events-template-default #content .entry-content .biography .wp-block-group__inner-container h3, body.single #content .entry-content .biography .wp-block-group__inner-container h3, body.error404 #content .entry-content .biography .wp-block-group__inner-container h3 {
  margin: 0;
}
@media (max-width: 600px) {
  body.page #content .entry-content .biography .wp-block-group__inner-container h3, body.product-template-default #content .entry-content .biography .wp-block-group__inner-container h3, body.tribe_events-template-default #content .entry-content .biography .wp-block-group__inner-container h3, body.single #content .entry-content .biography .wp-block-group__inner-container h3, body.error404 #content .entry-content .biography .wp-block-group__inner-container h3 {
    margin-top: 1em;
  }
}
body.page #content .entry-content .biography .wp-block-group__inner-container p, body.product-template-default #content .entry-content .biography .wp-block-group__inner-container p, body.tribe_events-template-default #content .entry-content .biography .wp-block-group__inner-container p, body.single #content .entry-content .biography .wp-block-group__inner-container p, body.error404 #content .entry-content .biography .wp-block-group__inner-container p {
  margin-left: 0;
  margin-right: 0;
}
body.page #content .entry-content .dlf-diary, body.product-template-default #content .entry-content .dlf-diary, body.tribe_events-template-default #content .entry-content .dlf-diary, body.single #content .entry-content .dlf-diary, body.error404 #content .entry-content .dlf-diary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
body.page #content .entry-content .dlf-diary .day, body.product-template-default #content .entry-content .dlf-diary .day, body.tribe_events-template-default #content .entry-content .dlf-diary .day, body.single #content .entry-content .dlf-diary .day, body.error404 #content .entry-content .dlf-diary .day {
  width: calc(50% - 15px);
}
@media (max-width: 600px) {
  body.page #content .entry-content .dlf-diary .day, body.product-template-default #content .entry-content .dlf-diary .day, body.tribe_events-template-default #content .entry-content .dlf-diary .day, body.single #content .entry-content .dlf-diary .day, body.error404 #content .entry-content .dlf-diary .day {
    width: 100%;
  }
}
body.page #content .entry-content .dlf-diary .day h3, body.product-template-default #content .entry-content .dlf-diary .day h3, body.tribe_events-template-default #content .entry-content .dlf-diary .day h3, body.single #content .entry-content .dlf-diary .day h3, body.error404 #content .entry-content .dlf-diary .day h3 {
  color: #c8432d;
}
body.page #content .entry-content .dlf-diary .day table, body.product-template-default #content .entry-content .dlf-diary .day table, body.tribe_events-template-default #content .entry-content .dlf-diary .day table, body.single #content .entry-content .dlf-diary .day table, body.error404 #content .entry-content .dlf-diary .day table {
  width: 100%;
  border-collapse: collapse;
}
body.page #content .entry-content .dlf-diary .day table td, body.product-template-default #content .entry-content .dlf-diary .day table td, body.tribe_events-template-default #content .entry-content .dlf-diary .day table td, body.single #content .entry-content .dlf-diary .day table td, body.error404 #content .entry-content .dlf-diary .day table td {
  padding: 1px 0;
  vertical-align: top;
  border-bottom: 1px solid #eaecf3;
}
body.page #content .entry-content .dlf-diary .day table td.time, body.product-template-default #content .entry-content .dlf-diary .day table td.time, body.tribe_events-template-default #content .entry-content .dlf-diary .day table td.time, body.single #content .entry-content .dlf-diary .day table td.time, body.error404 #content .entry-content .dlf-diary .day table td.time {
  width: 45px;
  padding-right: 10px;
}
body.page #content .entry-content .dlf-diary .day table .canceled, body.product-template-default #content .entry-content .dlf-diary .day table .canceled, body.tribe_events-template-default #content .entry-content .dlf-diary .day table .canceled, body.single #content .entry-content .dlf-diary .day table .canceled, body.error404 #content .entry-content .dlf-diary .day table .canceled {
  text-decoration: line-through;
  color: #c8432d;
}
body.page #content .entry-content .dlf-diary .day table .canceled a, body.product-template-default #content .entry-content .dlf-diary .day table .canceled a, body.tribe_events-template-default #content .entry-content .dlf-diary .day table .canceled a, body.single #content .entry-content .dlf-diary .day table .canceled a, body.error404 #content .entry-content .dlf-diary .day table .canceled a {
  color: #c8432d;
}
body.page #content .wpcf7-form input, body.product-template-default #content .wpcf7-form input, body.tribe_events-template-default #content .wpcf7-form input,
body.page #content .wpcf7-form textarea,
body.product-template-default #content .wpcf7-form textarea,
body.tribe_events-template-default #content .wpcf7-form textarea, body.single #content .wpcf7-form input,
body.single #content .wpcf7-form textarea, body.error404 #content .wpcf7-form input,
body.error404 #content .wpcf7-form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.page #content .wpcf7-form input, body.product-template-default #content .wpcf7-form input, body.tribe_events-template-default #content .wpcf7-form input, body.single #content .wpcf7-form input, body.error404 #content .wpcf7-form input {
  height: 2rem;
}
body.page #content .wpcf7-form .wpcf7-submit, body.product-template-default #content .wpcf7-form .wpcf7-submit, body.tribe_events-template-default #content .wpcf7-form .wpcf7-submit, body.single #content .wpcf7-form .wpcf7-submit, body.error404 #content .wpcf7-form .wpcf7-submit {
  border: 0;
  background: #2d4387;
  color: #ffffff;
}
body.page #content .wpcf7-form .wpcf7-submit:hover, body.product-template-default #content .wpcf7-form .wpcf7-submit:hover, body.tribe_events-template-default #content .wpcf7-form .wpcf7-submit:hover, body.single #content .wpcf7-form .wpcf7-submit:hover, body.error404 #content .wpcf7-form .wpcf7-submit:hover {
  cursor: pointer;
  background: #eaecf3;
  color: #2d4387;
}

body.page-template-home:before, body.page-template-home:after {
  content: " ";
  display: table;
}
body.page-template-home:after {
  clear: both;
}
body.page-template-home #content h2 {
  text-align: center;
}
body.page-template-home #content .full-width {
  padding: 20px 0;
  background-color: #2d4387;
}
body.page-template-home #content #news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto;
  gap: 30px;
}
@media (max-width: 600px) {
  body.page-template-home #content #news {
    gap: 0;
  }
}
body.page-template-home #content #news .item {
  width: calc((100% - 60px) / 3);
  border-top: 1px solid #c8432d;
  border-bottom: 1px solid #c8432d;
}
@media (max-width: 600px) {
  body.page-template-home #content #news .item {
    width: 100%;
    border-top: 0;
  }
}
body.page-template-home #content #news h2 {
  width: 100%;
  margin: 0;
}
body.page-template-home #content #news h3 {
  width: 100%;
  margin-bottom: 0.75rem;
  color: #c8432d;
}
body.page-template-home #content #news h3 a {
  color: #c8432d;
}
body.page-template-home #content #news h3 a:hover {
  color: #d36957;
}
body.page-template-home #content #news p {
  margin-top: 0;
}
body.page-template-home #content .main-sponsors-panel {
  margin: 60px 0 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
}
body.page-template-home #content .main-sponsors-panel h3 {
  margin: 15px auto;
}
body.page-template-home #content .main-sponsors-panel p {
  margin: 5px auto 10px;
}
body.page-template-home #content .main-sponsors-panel img {
  width: 120px;
}
body.page-template-home #content .main-sponsors-panel img.small {
  width: auto;
  height: 80px;
}
body.page-template-home #content .main-sponsors-panel .sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
body.page-template-home #content .main-sponsors-panel .inner {
  margin: 0 auto;
  padding: 0px 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid #2d4387;
  -ms-flex-line-pack: center;
      align-content: center;
}
body.page-template-home #content .main-sponsors-panel .sponsor-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 600px) {
  body.page-template-home #content .main-sponsors-panel .sponsor-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body.page-template-home #content .main-sponsors-panel .sponsor-2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
body.page-template-home #content .main-sponsors-panel .main-sponsor {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 600px) {
  body.page-template-home #content .main-sponsors-panel .main-sponsor {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body.page-template-home #content .main-sponsors-panel .main-sponsor h3 {
  font-size: 1.2rem;
}
body.page-template-home #content #gallery,
body.page-template-home #content #events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 810px) {
  body.page-template-home #content #gallery,
  body.page-template-home #content #events {
    gap: 20px;
  }
}
body.page-template-home #content #gallery .intro,
body.page-template-home #content #events .intro {
  width: 100%;
}
body.page-template-home #content #gallery .photo,
body.page-template-home #content #events .photo {
  margin: 0;
  width: calc((100% - 60px) / 3);
}
@media (max-width: 810px) {
  body.page-template-home #content #gallery .photo,
  body.page-template-home #content #events .photo {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 600px) {
  body.page-template-home #content #gallery .photo,
  body.page-template-home #content #events .photo {
    width: calc(50% - 10px);
  }
}
body.page-template-home #content #gallery .photo img,
body.page-template-home #content #events .photo img {
  display: block;
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 810px) {
  body.page-template-home #content #gallery .photo img,
  body.page-template-home #content #events .photo img {
    height: 333px;
  }
}
@media (max-width: 600px) {
  body.page-template-home #content #gallery .photo img,
  body.page-template-home #content #events .photo img {
    height: 230px;
  }
}
body.page-template-home #content #gallery .photo img.left-top,
body.page-template-home #content #events .photo img.left-top {
  -o-object-position: left top;
     object-position: left top;
}
body.page-template-home #content #gallery .photo img.center-top,
body.page-template-home #content #events .photo img.center-top {
  -o-object-position: center top;
     object-position: center top;
}
body.page-template-home #content #gallery .photo img.right-top,
body.page-template-home #content #events .photo img.right-top {
  -o-object-position: right top;
     object-position: right top;
}
body.page-template-home #content #gallery .photo img.left-center,
body.page-template-home #content #events .photo img.left-center {
  -o-object-position: left center;
     object-position: left center;
}
body.page-template-home #content #gallery .photo img.right-center,
body.page-template-home #content #events .photo img.right-center {
  -o-object-position: right center;
     object-position: right center;
}
body.page-template-home #content #gallery .photo img.left-bottom,
body.page-template-home #content #events .photo img.left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}
body.page-template-home #content #gallery .photo img.center-bottom,
body.page-template-home #content #events .photo img.center-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}
body.page-template-home #content #gallery .photo img.right-bottom,
body.page-template-home #content #events .photo img.right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}
body.page-template-home #content #gallery .photo figcaption,
body.page-template-home #content #events .photo figcaption {
  font-style: italic;
  font-size: 0.85rem;
}
body.page-template-home #content #events {
  margin-bottom: 60px;
}
body.page-template-home #content #events h2 {
  width: 100%;
}
body.page-template-home #content #events .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c8432d;
  padding-bottom: 30px;
}
body.page-template-home #content #events .photo img {
  height: auto;
  aspect-ratio: 1/1.5;
}
body.page-template-home #content #events .photo .venue {
  width: 100%;
  margin: auto 0 0 0;
  color: #2d4387;
}
body.page-template-home #content #events .photo time {
  margin-top: 0;
}
body.page-template-home #content #events .photo.canceled h3,
body.page-template-home #content #events .photo.canceled .venue,
body.page-template-home #content #events .photo.canceled time {
  text-decoration: line-through;
  color: #c8432d;
}
body.page-template-home #content .charity-panel {
  text-align: center;
}
body.page-template-home #content .charity-panel img {
  margin-top: 10px;
  width: 100px;
  height: auto;
}
body.page-template-home #testimonials {
  position: relative;
  padding: 30px 20px;
  background-color: #2d4387;
  color: #ffffff;
}
body.page-template-home #testimonials .quotes {
  height: 300px;
  position: absolute;
  z-index: 5;
}
body.page-template-home #testimonials .quotes.open {
  top: 40px;
  left: 40px;
}
@media (max-width: 1200px) {
  body.page-template-home #testimonials .quotes.open {
    top: 75px;
  }
}
@media (max-width: 810px) {
  body.page-template-home #testimonials .quotes.open {
    top: 120px;
    left: 10px;
  }
}
@media (max-width: 600px) {
  body.page-template-home #testimonials .quotes.open {
    top: 110px;
  }
}
body.page-template-home #testimonials .quotes.close {
  bottom: 40px;
  right: 40px;
}
@media (max-width: 1200px) {
  body.page-template-home #testimonials .quotes.close {
    bottom: 75px;
  }
}
@media (max-width: 810px) {
  body.page-template-home #testimonials .quotes.close {
    bottom: 30px;
    right: 10px;
  }
}
@media (max-width: 600px) {
  body.page-template-home #testimonials .quotes.close {
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  body.page-template-home #testimonials .quotes {
    height: 300px;
  }
}
@media (max-width: 810px) {
  body.page-template-home #testimonials .quotes {
    height: 200px;
  }
}
@media (max-width: 600px) {
  body.page-template-home #testimonials .quotes {
    height: 100px;
  }
}
body.page-template-home #testimonials h2 {
  color: #ffffff;
}
body.page-template-home #testimonials .swipe {
  display: none;
  font-style: italic;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 810px) {
  body.page-template-home #testimonials .swipe {
    display: block;
  }
}
body.page-template-home #testimonials .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  body.page-template-home #testimonials .slick-track {
    gap: 0;
  }
}
body.page-template-home #testimonials .slick-prev,
body.page-template-home #testimonials .slick-next {
  width: 40px;
  height: 40px;
}
body.page-template-home #testimonials .slick-prev::before,
body.page-template-home #testimonials .slick-next::before {
  font-size: 40px;
  color: #ffffff;
}
body.page-template-home #testimonials .slick-prev {
  left: -50px;
}
body.page-template-home #testimonials .slick-next {
  right: -50px;
}
body.page-template-home #testimonials .testimonial-slider {
  max-width: calc(100% - 180px);
  margin: auto;
  z-index: 10;
}
body.page-template-home #testimonials .testimonial-slider .testimonial {
  padding: 10px 0;
}
@media (max-width: 810px) {
  body.page-template-home #testimonials .testimonial-slider {
    max-width: 100%;
  }
}
body.page-template-home #sponsors {
  margin: 40px 0;
  padding: 0 20px;
}
body.page-template-home #sponsors h2 {
  width: 100%;
  text-align: center;
}
body.page-template-home #sponsors .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-home #sponsors .logo {
  width: 150px;
  margin: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-home #sponsors .logo.small {
  width: 85px;
}

body.page-template-sponsors #content .sponsors div.main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body.page-template-sponsors #content .sponsors div.platinum,
body.page-template-sponsors #content .sponsors div.gold,
body.page-template-sponsors #content .sponsors div.silver,
body.page-template-sponsors #content .sponsors div.headline,
body.page-template-sponsors #content .sponsors div.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-sponsors #content .sponsors h2 {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
body.page-template-sponsors #content .sponsors .sponsor.main,
body.page-template-sponsors #content .sponsors .sponsor.platinum,
body.page-template-sponsors #content .sponsors .sponsor.gold,
body.page-template-sponsors #content .sponsors .sponsor.silver,
body.page-template-sponsors #content .sponsors .sponsor.headline,
body.page-template-sponsors #content .sponsors .sponsor.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding: 20px 0;
  border: 1px solid #2d4387;
  text-align: center;
}
body.page-template-sponsors #content .sponsors .sponsor.main .logo,
body.page-template-sponsors #content .sponsors .sponsor.platinum .logo,
body.page-template-sponsors #content .sponsors .sponsor.gold .logo,
body.page-template-sponsors #content .sponsors .sponsor.silver .logo,
body.page-template-sponsors #content .sponsors .sponsor.headline .logo,
body.page-template-sponsors #content .sponsors .sponsor.event .logo {
  margin: 0 auto;
}
body.page-template-sponsors #content .sponsors .sponsor.main .logo img,
body.page-template-sponsors #content .sponsors .sponsor.platinum .logo img,
body.page-template-sponsors #content .sponsors .sponsor.gold .logo img,
body.page-template-sponsors #content .sponsors .sponsor.silver .logo img,
body.page-template-sponsors #content .sponsors .sponsor.headline .logo img,
body.page-template-sponsors #content .sponsors .sponsor.event .logo img {
  width: 200px;
}
body.page-template-sponsors #content .sponsors .sponsor.main .logo.small img,
body.page-template-sponsors #content .sponsors .sponsor.platinum .logo.small img,
body.page-template-sponsors #content .sponsors .sponsor.gold .logo.small img,
body.page-template-sponsors #content .sponsors .sponsor.silver .logo.small img,
body.page-template-sponsors #content .sponsors .sponsor.headline .logo.small img,
body.page-template-sponsors #content .sponsors .sponsor.event .logo.small img {
  width: auto;
  height: 120px;
}
body.page-template-sponsors #content .sponsors .sponsor.main .text,
body.page-template-sponsors #content .sponsors .sponsor.platinum .text,
body.page-template-sponsors #content .sponsors .sponsor.gold .text,
body.page-template-sponsors #content .sponsors .sponsor.silver .text,
body.page-template-sponsors #content .sponsors .sponsor.headline .text,
body.page-template-sponsors #content .sponsors .sponsor.event .text {
  width: 100%;
}
body.page-template-sponsors #content .sponsors .sponsor.main .text h3,
body.page-template-sponsors #content .sponsors .sponsor.platinum .text h3,
body.page-template-sponsors #content .sponsors .sponsor.gold .text h3,
body.page-template-sponsors #content .sponsors .sponsor.silver .text h3,
body.page-template-sponsors #content .sponsors .sponsor.headline .text h3,
body.page-template-sponsors #content .sponsors .sponsor.event .text h3 {
  margin: 0;
}

body.post-type-archive-tribe_events .entry-title, body.page-template-whats-on .entry-title {
  text-align: center;
}
body.post-type-archive-tribe_events .tribe-events .tribe-events-l-container, body.page-template-whats-on .tribe-events .tribe-events-l-container {
  padding-top: 40px;
}
body.post-type-archive-tribe_events .tribe-events.tribe-common--breakpoint-medium .tribe-events-l-container, body.page-template-whats-on .tribe-events.tribe-common--breakpoint-medium .tribe-events-l-container {
  padding-top: 40px;
}
body.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-search__input-control, body.page-template-whats-on .tribe-events-header .tribe-events-c-search__input-control {
  margin-right: 20px;
}
body.post-type-archive-tribe_events .tribe-events-header button, body.page-template-whats-on .tribe-events-header button {
  border: 0;
  background: #eaecf3;
}
body.post-type-archive-tribe_events .tribe-events-header button.tribe-common-c-btn-icon, body.page-template-whats-on .tribe-events-header button.tribe-common-c-btn-icon {
  color: #2d4387;
  background: none;
}
body.post-type-archive-tribe_events .tribe-events-header button.tribe-common-h3,
body.post-type-archive-tribe_events .tribe-events-header .tribe-events-c-search__button, body.page-template-whats-on .tribe-events-header button.tribe-common-h3,
body.page-template-whats-on .tribe-events-header .tribe-events-c-search__button {
  color: #2d4387;
  padding: 10px;
  border-radius: 10px;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link, body.page-template-whats-on .tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link {
  color: #2d4387;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-title .tribe-events-status-label__text--canceled, body.page-template-whats-on .tribe-events-calendar-list__event-title .tribe-events-status-label__text--canceled {
  color: #c8432d;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row,
body.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-row,
body.post-type-archive-tribe_events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-row,
body.post-type-archive-tribe_events .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-row, body.page-template-whats-on .tribe-events-calendar-list .tribe-events-calendar-list__event-row,
body.page-template-whats-on .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-row,
body.page-template-whats-on .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-row,
body.page-template-whats-on .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-row {
  padding-bottom: 40px;
  border-bottom: 1px solid #c8432d;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-weekday,
body.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-daynum,
body.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-date-tag-month,
body.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-date-tag-daynum,
body.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-date-tag-year,
body.post-type-archive-tribe_events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-date-tag-weekday,
body.post-type-archive-tribe_events .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-date-tag-daynum,
body.post-type-archive-tribe_events .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-date-tag-month,
body.post-type-archive-tribe_events .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-date-tag-daynum,
body.post-type-archive-tribe_events .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-date-tag-year, body.page-template-whats-on .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-weekday,
body.page-template-whats-on .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-daynum,
body.page-template-whats-on .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-date-tag-month,
body.page-template-whats-on .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-date-tag-daynum,
body.page-template-whats-on .tribe-events-calendar-list .tribe-events-calendar-latest-past__event-date-tag-year,
body.page-template-whats-on .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-date-tag-weekday,
body.page-template-whats-on .tribe-events-calendar-latest-past .tribe-events-calendar-list__event-date-tag-daynum,
body.page-template-whats-on .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-date-tag-month,
body.page-template-whats-on .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-date-tag-daynum,
body.page-template-whats-on .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-date-tag-year {
  background: #eaecf3;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev,
body.post-type-archive-tribe_events .tribe-events-calendar-list-nav .tribe-events-c-nav__next, body.page-template-whats-on .tribe-events-calendar-list-nav .tribe-events-c-nav__prev,
body.page-template-whats-on .tribe-events-calendar-list-nav .tribe-events-c-nav__next {
  border: 0;
  background: #eaecf3;
  color: #2d4387;
  padding: 10px;
  border-radius: 10px;
  font-size: 0.85rem;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:disabled,
body.post-type-archive-tribe_events .tribe-events-calendar-list-nav .tribe-events-c-nav__next:disabled, body.page-template-whats-on .tribe-events-calendar-list-nav .tribe-events-c-nav__prev:disabled,
body.page-template-whats-on .tribe-events-calendar-list-nav .tribe-events-c-nav__next:disabled {
  color: #96a1c3;
}
body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, body.page-template-whats-on .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
  border: 0;
  background: #eaecf3;
  color: #2d4387;
  padding: 10px;
  border-radius: 10px;
}

body.blog #content, body.archive #content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
body.blog #content header, body.archive #content header {
  width: 100%;
}
body.blog #content .entry-title, body.archive #content .entry-title {
  text-align: center;
  width: 100%;
}
body.blog #content .intro, body.archive #content .intro {
  margin: 0;
  width: 100%;
}
body.blog #content .entry-content p, body.archive #content .entry-content p {
  margin-left: auto;
  margin-right: auto;
}
body.blog #content .post, body.archive #content .post {
  width: calc(50% - 15px);
  border-bottom: 1px solid #c8432d;
}
@media (max-width: 600px) {
  body.blog #content .post, body.archive #content .post {
    width: 100%;
  }
}

body.tribe_events-template-default .dlf-event-images {
  width: 300px;
  float: right;
  margin: 16px 0 30px 30px;
  padding-left: 30px;
  border-left: 1px solid #c8432d;
  text-align: center;
}
@media (max-width: 600px) {
  body.tribe_events-template-default .dlf-event-images {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    border-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  body.tribe_events-template-default .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
}
body.tribe_events-template-default #tribe-events-content .tribe-events-notices {
  background-color: #faecea;
  border: none;
  border-radius: 0;
  color: #c8432d;
  text-shadow: none;
}
body.tribe_events-template-default #tribe-events-content .tribe-events-status-single-notice .tribe-events-status-single--canceled {
  padding: 0;
  font-weight: 700;
  color: #c8432d;
}
body.tribe_events-template-default #tribe-events-content .tribe-events-schedule.tribe-clearfix {
  zoom: normal;
}
body.tribe_events-template-default #tribe-events-content .tribe-events-schedule.tribe-clearfix::after {
  clear: none;
}
body.tribe_events-template-default #tribe-events-content .tribe-events-schedule.tribe-clearfix::before {
  content: none;
  display: inline;
}
body.tribe_events-template-default #tribe-events-content .tribe_events > p {
  width: calc(100% - 360px);
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 600px) {
  body.tribe_events-template-default #tribe-events-content .tribe_events > p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.tribe_events-template-default #tribe-events-content .tribe-block__venue {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.tribe_events-template-default #tribe-events-content ul.tribe-events-sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
body.tribe_events-template-default #tribe-events-content ul.tribe-events-sub-nav .tribe-events-nav-previous,
body.tribe_events-template-default #tribe-events-content ul.tribe-events-sub-nav .tribe-events-nav-next {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
body.tribe_events-template-default #tribe-events-content ul.tribe-events-sub-nav .tribe-events-nav-previous {
  text-align: left;
}
body.tribe_events-template-default #tribe-events-content ul.tribe-events-sub-nav .tribe-events-nav-next {
  text-align: right;
}
body.tribe_events-template-default #tribe-events-content ul.tribe-related-events li {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c8432d;
}
body.tribe_events-template-default .tribe-common.event-tickets {
  clear: both;
}
body.tribe_events-template-default #tribe-tickets__tickets-form {
  margin: 60px auto 40px;
  max-width: 100%;
  clear: both;
}
body.tribe_events-template-default #tribe-tickets__tickets-form.log-in {
  padding: 0 1rem;
  border: 1px solid var(--tec-color-border-secondary);
  border-radius: var(--tec-border-radius-default);
}
body.tribe_events-template-default .tribe-tickets__tickets-item-quantity-remove,
body.tribe_events-template-default .tribe-tickets__tickets-item-quantity-add {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 5px;
  border: 1px solid;
}
body.tribe_events-template-default .event-tickets .tribe-tickets__tickets-buy:hover {
  color: #ffffff;
}
body.tribe_events-template-default .tribe-validation-submit {
  border: 0;
  color: #ffffff;
}
body.tribe_events-template-default .tribe-tickets__attendee-tickets-footer .tribe-common button.tribe-common-c-btn--small:hover {
  padding: 0;
}
body.tribe_events-template-default .tribe-dialog__close-button,
body.tribe_events-template-default .tribe-modal__close-button {
  border: 0;
}

body.product-template-default #content .entry-title {
  text-align: left;
}
body.product-template-default #content .woocommerce-product-details__short-description ul {
  padding-left: 1rem;
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid #f4f4f4;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0 1rem;
  list-style-type: none;
  line-height: 3;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #f4f4f4;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type {
  border: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 0 5px;
  line-height: 2rem;
  font-size: 1rem;
}

.woocommerce form .form-row textarea {
  height: 200px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border: 1px solid #4db34d;
}

.select2-dropdown--below {
  top: -2rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 2rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #2d4387;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #eaecf3;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background: #c8432d;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background: #d36957;
}