@charset "UTF-8";
/*
Theme Name: Manchester Camerata
Author: Mike Ash
Author URI: https://iammikeash.co.uk
*/
@font-face {
  font-family: "Roobert";
  src: url("assets/fonts/Roobert-Regular.woff2") format("woff2"), url("assets/fonts/Roobert-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roobert";
  src: url("assets/fonts/Roobert-Medium.woff2") format("woff2"), url("assets/fonts/Roobert-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roobert";
  src: url("assets/fonts/Roobert-Bold.woff2") format("woff2"), url("assets/fonts/Roobert-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.has-black-background-color {
  background: #000 !important;
}

.has-black-color {
  color: #000;
}

.has-white-background-color {
  background: #fff !important;
}

.has-white-color {
  color: #fff;
}

.has-red-background-color {
  background: #DD0B2F !important;
}

.has-red-color {
  color: #DD0B2F;
}

.has-grey-background-color {
  background: #A2A089 !important;
}

.has-grey-color {
  color: #A2A089;
}

.has-orange-background-color {
  background: #EA5B0C !important;
}

.has-orange-color {
  color: #EA5B0C;
}

.has-blue-background-color {
  background: #009A93 !important;
}

.has-blue-color {
  color: #009A93;
}

.has-yellow-background-color {
  background: #F2EA03 !important;
}

.has-yellow-color {
  color: #F2EA03;
}

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

body.camerata,
html :where(.editor-styles-wrapper) .editor-styles-wrapper {
  font: 400 16px/1.3 "Roobert", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1366px) {
  body.camerata,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper {
    font-size: 18px;
  }
}
@media (min-width: 2000px) {
  body.camerata,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper {
    font-size: 20px;
  }
}
body.camerata *, body.camerata *:before, body.camerata *:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper *,
html :where(.editor-styles-wrapper) .editor-styles-wrapper *:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper *:after {
  box-sizing: border-box;
}
body.camerata ::-moz-selection, html :where(.editor-styles-wrapper) .editor-styles-wrapper ::-moz-selection {
  background: #a2a087;
  color: #fff;
}
body.camerata ::selection,
html :where(.editor-styles-wrapper) .editor-styles-wrapper ::selection {
  background: #a2a087;
  color: #fff;
}
body.camerata h1, body.camerata h2, body.camerata h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper h3 {
  font-weight: 500;
  font-size: 1em;
}
body.camerata h1:first-child, body.camerata h2:first-child, body.camerata h3:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper h1:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper h2:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper h3:first-child {
  margin-top: 0;
}
ul.wp-block,
.wp-block-column > ul,
.block-content > ul {
  list-style-type: none !important;
  margin: 1rem 0;
  padding: 0;
}
ul.wp-block li,
.wp-block-column > ul li,
.block-content > ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.wp-block li + li,
.wp-block-column > ul li + li,
.block-content > ul li + li {
  margin-top: 0.5em;
}
ul.wp-block li:before,
.wp-block-column > ul li:before,
.block-content > ul li:before {
  content: "";
  display: inline-block;
  text-indent: 0;
  width: 1.5em;
  height: 1em;
  vertical-align: text-bottom;
  background: url("assets/img/bolts/mc-bolt-black.svg") left center/0.75em 0.75em no-repeat;
}

body.camerata a,
html :where(.editor-styles-wrapper) .editor-styles-wrapper a {
  color: inherit;
}
@media (max-width: 600px) {
  body.camerata a[href^="mailto:"],
  html :where(.editor-styles-wrapper) .editor-styles-wrapper a[href^="mailto:"] {
    word-break: break-all;
  }
}
body.camerata .tt-u,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .tt-u {
  text-transform: uppercase;
}
body.camerata .mt-0,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .mt-0 {
  margin-top: 0;
}
body.camerata .fz-s,
body.camerata .btn.fz-s,
body.camerata form.form-style button.fz-s[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fz-s,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .btn.fz-s,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style button.fz-s[type=submit] {
  font-size: 0.85rem !important;
}
body.camerata .fz-r,
body.camerata .btn.fz-r,
body.camerata form.form-style button.fz-r[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fz-r,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .btn.fz-r,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style button.fz-r[type=submit] {
  font-size: 1rem !important;
}
body.camerata .fz-m,
body.camerata .btn.fz-m,
body.camerata form.form-style button.fz-m[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fz-m,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .btn.fz-m,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style button.fz-m[type=submit] {
  font-size: 1.167rem !important;
}
body.camerata .fz-l, body.camerata .overlay-popup__inner h1, .overlay-popup__inner body.camerata h1, body.camerata .overlay-popup__inner h2, .overlay-popup__inner body.camerata h2, body.camerata .overlay-popup__inner h3, .overlay-popup__inner body.camerata h3, body.camerata.single-musician h1, body.camerata.single-musician h2, body.camerata.single-musician h3,
body.camerata .musician-popup__inner h1,
body.camerata .musician-popup__inner h2,
body.camerata .musician-popup__inner h3, body.camerata .has-medium-font-size,
body.camerata .btn.fz-l,
body.camerata form.form-style button.fz-l[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fz-l,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .overlay-popup__inner h1,
.overlay-popup__inner html :where(.editor-styles-wrapper) .editor-styles-wrapper h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .overlay-popup__inner h2,
.overlay-popup__inner html :where(.editor-styles-wrapper) .editor-styles-wrapper h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .overlay-popup__inner h3,
.overlay-popup__inner html :where(.editor-styles-wrapper) .editor-styles-wrapper h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .has-medium-font-size,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .btn.fz-l,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style button.fz-l[type=submit] {
  font-size: 1.667rem !important;
}
body.camerata .fz-xl, body.camerata.single-musician hgroup h1,
body.camerata .musician-popup__inner hgroup h1, body.camerata .feature-page h2,
body.camerata .btn.fz-xl,
body.camerata form.form-style button.fz-xl[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fz-xl,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner hgroup h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .btn.fz-xl,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style button.fz-xl[type=submit] {
  font-size: 2.5rem !important;
}
body.camerata .fz-xxl,
body.camerata .btn.fz-xxl,
body.camerata form.form-style button.fz-xxl[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fz-xxl,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .btn.fz-xxl,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style button.fz-xxl[type=submit] {
  font-size: 4.1rem !important;
}
body.camerata .has-medium-font-size, body.camerata.has-medium-font-size,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .has-medium-font-size,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.has-medium-font-size {
  font-weight: 500;
}
body.camerata .has-large-font-size, body.camerata.has-large-font-size,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .has-large-font-size,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.has-large-font-size {
  font-weight: 500;
  line-height: 1.15;
  font-size: 1.667rem !important;
}
@media (min-width: 600px) {
  body.camerata .has-large-font-size, body.camerata.has-large-font-size,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .has-large-font-size,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.has-large-font-size {
    font-size: 2.5rem !important;
  }
}
body.camerata .fz-xxl,
body.camerata .has-huge-font-size, body.camerata.has-huge-font-size,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fz-xxl,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .has-huge-font-size,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.has-huge-font-size {
  line-height: 1.15;
  font-size: 2.5rem !important;
}
@media (min-width: 1025px) {
  body.camerata .fz-xxl,
  body.camerata .has-huge-font-size, body.camerata.has-huge-font-size,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .fz-xxl,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .has-huge-font-size,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.has-huge-font-size {
    font-size: 4.1rem !important;
  }
}
body.camerata .bg-turquoise,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .bg-turquoise {
  background: #009a93 !important;
}
body.camerata .bg-yellow,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .bg-yellow {
  background: #f2ea03 !important;
}
body.camerata .bg-red,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .bg-red {
  background: #dd0b2f !important;
}
body.camerata .bg-orange,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .bg-orange {
  background: #ea5b0c !important;
}
body.camerata .bg-brown,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .bg-brown {
  background: #a2a087 !important;
}
body.camerata .bg-white,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .bg-white {
  background: #fff !important;
}
body.camerata .btn, body.camerata form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .btn,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style button[type=submit] {
  display: inline-block;
  padding: 0.5em 1em;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: 0.3s;
}
body.camerata .btn:hover, body.camerata form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .btn:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style button[type=submit]:hover {
  background: #fff;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}
body.camerata .btn:active, body.camerata form.form-style button[type=submit]:active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .btn:active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style button[type=submit]:active {
  background: #fff;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.1);
  transition: none;
}
body.camerata .mobile-show,
body.camerata .mobile-hide,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .mobile-show,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .mobile-hide {
  display: none;
}
@media (max-width: 599px) {
  body.camerata .mobile-show,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .mobile-show {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  body.camerata .mobile-hide,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .mobile-hide {
    display: inline-block;
  }
}
body.camerata .featherlight-content,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .featherlight-content {
  padding: 0;
  border: none;
}

[data-aos][data-aos][data-aos-easing=camerata], body[data-aos-easing=camerata] [data-aos] {
  transition-timing-function: cubic-bezier(0.73, 1.75, 0.37, 0.79);
}

body.camerata .header-main {
  padding: 1em 0;
  position: relative;
  z-index: 10;
}
body.camerata .header-main .menu-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -6.25em;
  /*li:nth-child(4) .sub-menu {
  	left: auto;
  	right: 0;
  }*/
}
body.camerata .header-main .menu-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.camerata .header-main .menu-main ul li {
  display: inline-block;
}
body.camerata .header-main .menu-main a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
body.camerata .header-main .menu-main ul.menu {
  display: flex;
  align-items: center;
  /*> li {
  	flex: 1;
  }*/
  /*.home-link ~ li {
  	flex: 1.5;
  }*/
}
body.camerata .header-main .menu-main ul.menu > li {
  margin-right: 2rem;
}
body.camerata .header-main .menu-main ul.menu a:hover {
  -webkit-text-stroke-width: 0.1ex;
  -webkit-text-stroke-color: black;
}
body.camerata .header-main .menu-main ul.menu a {
  padding: 0.5em 0.75em;
}
body.camerata .header-main .menu-main ul.menu .home-link a {
  display: inline-block;
  text-indent: 110%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  padding: 0;
  background: url("assets/img/mcrcam-logo-anim.gif") left top/contain no-repeat;
  height: 6em;
  width: 6em;
  border-radius: 50%;
}
body.camerata .header-main .menu-main ul.menu .home-link a:hover {
  animation: bounce 0.8s forwards;
}
body.camerata .header-main .menu-main ul.menu .home-link a:active {
  transform: scale(0.9) !important;
}
body.camerata .header-main .menu-main ul.menu .home-link.fivezero a {
  background-image: url("assets/img/mcrcam-logo-fivezero.gif?v=2");
}
body.camerata .header-main .menu-main ul.menu .home-link.fivezero a:hover {
  animation: bounceOnly 0.8s forwards;
}
body.camerata .header-main .menu-main ul.menu > li:not(.home-link) > a {
  position: relative;
}
body.camerata .header-main .menu-main ul.menu > li:not(.home-link) > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a2a087;
  z-index: -1;
  transform: scaleX(0);
  transition: none;
  transform-origin: left center;
}
body.camerata .header-main .menu-main ul.menu > li:not(.home-link) > a:hover:after {
  transition: transform 0.6s cubic-bezier(0.12, 1.78, 0.26, 0.81);
  transform: scaleX(1);
}
body.camerata .header-main .menu-main .social-links a {
  padding: 0.5em 0.25em;
  transition: transform 0.6s cubic-bezier(0.17, 2, 0.35, 0.47);
  will-change: transform;
}
body.camerata .header-main .menu-main .social-links a:hover {
  transform: translateY(-0.1em) scale(1.3);
}
body.camerata .header-main .menu-main .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #a2a087;
  display: none;
}
body.camerata .header-main .menu-main .sub-menu li {
  display: block;
  white-space: nowrap;
}
body.camerata .header-main .menu-main .menu > li:nth-child(4) .sub-menu {
  left: auto;
  right: 0;
}
body.camerata .header-main .menu-main .menu > li:nth-child(4) > a:after {
  transform-origin: right center !important;
}
body.camerata .header-main .menu-main .menu-item-has-children {
  position: relative;
}
body.camerata .header-main .menu-main .menu-item-has-children:hover a:after {
  transition: transform 0.6s cubic-bezier(0.12, 1.78, 0.26, 0.81) !important;
  transform: scaleX(1) !important;
}
body.camerata .header-main .menu-main .menu-item-has-children:hover .sub-menu {
  display: block;
}
body.camerata .header-main .menu-main .nav-turquoise > a:after,
body.camerata .header-main .menu-main .nav-turquoise .sub-menu {
  background-color: #009a93 !important;
}
body.camerata .header-main .menu-main .nav-yellow > a:after,
body.camerata .header-main .menu-main .nav-yellow .sub-menu {
  background-color: #f2ea03 !important;
}
body.camerata .header-main .menu-main .nav-red > a:after,
body.camerata .header-main .menu-main .nav-red .sub-menu {
  background-color: #dd0b2f !important;
}
body.camerata .header-main .menu-main .nav-orange > a:after,
body.camerata .header-main .menu-main .nav-orange .sub-menu {
  background-color: #ea5b0c !important;
}
body.camerata .header-main .menu-main .nav-brown > a:after,
body.camerata .header-main .menu-main .nav-brown .sub-menu {
  background-color: #a2a087 !important;
}
body.camerata .header-main .menu-main .nav-white > a:after,
body.camerata .header-main .menu-main .nav-white .sub-menu {
  background-color: #fff !important;
}
@keyframes bounce {
  from {
    transform: scale(1) rotate(-180deg);
  }
  33% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceOnly {
  from {
    transform: scale(1);
  }
  33% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
body.camerata .footer-main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.camerata .footer-main ul.menu {
  margin-bottom: 2em;
}
@media (min-width: 600px) {
  body.camerata .footer-main ul.menu {
    -moz-columns: 2;
         columns: 2;
  }
}
body.camerata .footer-main ul.menu > li {
  margin-top: 1em;
  padding-right: 1em;
}
body.camerata .footer-main ul.menu > li.home-link {
  display: none;
}
body.camerata .footer-main ul.menu li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
body.camerata .footer-main ul.menu a {
  text-decoration: none;
}
body.camerata .footer-main .sub-menu li {
  padding-left: 1em;
}
body.camerata .footer-main .sub-menu li a:before {
  content: "–";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
body.camerata .footer-main .menu > li:first-child {
  margin-top: 0;
}
@media (min-width: 600px) {
  body.camerata .footer-main > .container {
    padding: 0 1em;
  }
  body.camerata .footer-main .row {
    margin: 0 -1em;
  }
  body.camerata .footer-main .row > .col {
    margin-top: 0;
    margin: 0 1em;
  }
}
body.camerata #menu-toggle {
  display: none !important;
}
body.camerata .menu-toggle,
body.camerata .menu-close {
  font-size: 1.667rem;
  cursor: pointer;
  display: none;
}
body.camerata .menu-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}
@media (max-width: 1160px), (hover: none) {
  body.camerata .menu-toggle {
    display: block;
  }
  body.camerata .header-main {
    height: 8rem;
  }
  body.camerata .header-main .menu-main {
    justify-content: space-between;
    align-items: center;
    height: 6rem;
    margin-left: auto;
    /*> * {
    	flex: 1;
    }*/
  }
  body.camerata .header-main .menu-main ul.menu {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  body.camerata .header-main .menu-main ul.menu .home-link {
    margin-right: 0;
  }
  body.camerata .header-main .menu-main ul.menu li:not(.home-link) {
    display: none;
  }
  body.camerata .header-main .menu-main .social-links a {
    padding: 0 !important;
  }
  body.camerata #menu-toggle:checked ~ .menu-main {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: #fff;
    z-index: 99;
    font-size: 1.5em;
    transform: none;
    text-align: center;
  }
  body.camerata #menu-toggle:checked ~ .menu-main li {
    display: block;
    margin: 0;
    padding: 0;
  }
  body.camerata #menu-toggle:checked ~ .menu-main li.home-link {
    display: none;
  }
  body.camerata #menu-toggle:checked ~ .menu-main ul.menu {
    position: static;
    transform: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0 4rem;
  }
  body.camerata #menu-toggle:checked ~ .menu-main ul.menu > li > a {
    font-size: 1.5em;
  }
  body.camerata #menu-toggle:checked ~ .menu-main .sub-menu {
    display: block !important;
    position: static;
    background: none !important;
  }
  body.camerata #menu-toggle:checked ~ .menu-main a:after {
    transform-origin: left center !important;
  }
  body.camerata #menu-toggle:checked ~ .menu-main .social-links {
    display: none !important;
  }
  body.camerata #menu-toggle:checked ~ .menu-main .menu-toggle {
    display: none !important;
  }
  body.camerata #menu-toggle:checked ~ .menu-main a[href="#"] {
    color: #ddd !important;
    pointer-events: none;
  }
  body.camerata #menu-toggle:checked ~ .menu-main a[href="#"]:hover {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
  }
  body.camerata #menu-toggle:checked ~ .menu-main a[href="#"]:after {
    display: none !important;
  }
  body.camerata #menu-toggle:checked ~ .menu-main .menu-close {
    display: block;
  }
}
body.camerata .promo-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  overscroll-behavior: contain;
  display: none;
}
body.camerata .promo-popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 90%;
  max-width: 70em;
  max-height: 90%;
  overflow: auto;
  overscroll-behavior: contain;
  background: #fff;
  text-align: center;
}
body.camerata .promo-popup__hero img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
body.camerata .promo-popup__intro-text {
  margin: 0 auto;
  padding: 2rem;
  max-width: 34em;
}
body.camerata .promo-popup__columns .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
}
body.camerata .promo-popup__columns .col h3 {
  margin: 0;
  font-weight: 700;
}
body.camerata .promo-popup__columns .col .btn, body.camerata .promo-popup__columns .col form.form-style button[type=submit], body.camerata form.form-style .promo-popup__columns .col button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata .promo-popup__columns .col button[type=submit] {
  margin-top: auto;
  mix-blend-mode: multiply;
}
body.camerata .promo-popup__columns .col .btn:hover, body.camerata .promo-popup__columns .col form.form-style button[type=submit]:hover, body.camerata form.form-style .promo-popup__columns .col button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata .promo-popup__columns .col button[type=submit]:hover {
  mix-blend-mode: normal;
  background: #000;
}
body.camerata .promo-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: 110%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  background: #000;
  border-radius: 50%;
}
body.camerata .promo-popup__close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  color: #fff;
  font-size: 2rem;
}
body.camerata .promo-popup__close:hover {
  background: #333;
}

body, html {
  margin: 0;
}

body.camerata {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.camerata .content-wrap {
  flex: 1;
}

body.camerata,
html :where(.editor-styles-wrapper) .editor-styles-wrapper {
  /*.container--narrow,
  .block-content .wp-block-columns {
  	max-width: 58rem;
  }*/
  /*@media (min-width: 782px) {
  	.wp-block-column:not(.wp-block) *:first-child {
  		margin-top: 0;
  	}
  	.wp-block-column:not(.wp-block) *:last-child {
  		margin-bottom: 0;
  	}
  }*/
}
body.camerata .container,
body.camerata .block-content .wp-block-columns,
body.camerata .block-content > .wp-block-columns,
body.camerata .wp-block-quote,
body.camerata .wp-block-image,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .container,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content .wp-block-columns,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > .wp-block-columns,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-quote,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-image {
  width: 90%;
  max-width: 1280px;
  margin: 1rem auto;
}
body.camerata .wp-block-column > .wp-block-image,
body.camerata .wp-block-column > .wp-block-quote,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-column > .wp-block-image,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-column > .wp-block-quote {
  width: 100%;
}
body.camerata .content-wrap > h1, body.camerata .content-wrap > h2, body.camerata .content-wrap > h3, body.camerata .content-wrap > p, body.camerata .content-wrap > ul, body.camerata .content-wrap > ol, body.camerata .content-wrap > .wp-block-table,
body.camerata .block-content > h1,
body.camerata .block-content > h2,
body.camerata .block-content > h3,
body.camerata .block-content > p,
body.camerata .block-content > ul,
body.camerata .block-content > ol,
body.camerata .block-content > .wp-block-table,
body.camerata .block-content > .wp-block-group > .wp-block-group__inner-container > h1,
body.camerata .block-content > .wp-block-group > .wp-block-group__inner-container > h2,
body.camerata .block-content > .wp-block-group > .wp-block-group__inner-container > h3,
body.camerata .block-content > .wp-block-group > .wp-block-group__inner-container > p,
body.camerata .block-content > .wp-block-group > .wp-block-group__inner-container > ul,
body.camerata .block-content > .wp-block-group > .wp-block-group__inner-container > ol,
body.camerata .block-content > .wp-block-group > .wp-block-group__inner-container > .wp-block-table,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap > h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap > h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap > h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap > p,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap > ul,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap > ol,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap > .wp-block-table,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > p,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > ul,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > ol,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > .wp-block-table,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > .wp-block-group > .wp-block-group__inner-container > h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > .wp-block-group > .wp-block-group__inner-container > h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > .wp-block-group > .wp-block-group__inner-container > h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > .wp-block-group > .wp-block-group__inner-container > p,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > .wp-block-group > .wp-block-group__inner-container > ul,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > .wp-block-group > .wp-block-group__inner-container > ol,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > .wp-block-group > .wp-block-group__inner-container > .wp-block-table {
  width: 90%;
  max-width: 1280px;
  margin: 1rem auto;
}
body.camerata .container,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .container {
  margin: 0 auto;
}
body.camerata .block-content > *:first-child,
body.camerata .content-wrap > *:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > *:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap > *:first-child {
  margin-top: 0;
}
body.camerata .wp-block-group:before, body.camerata .wp-block-group:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-group:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-group:after {
  content: "";
  display: table;
  clear: both;
}
body.camerata .block-content .wp-block-columns,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content .wp-block-columns {
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body.camerata .block-content .wp-block-columns + .wp-block-columns,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content .wp-block-columns + .wp-block-columns {
  margin-top: -1rem;
}
body.camerata .block-content .wp-block-columns .wp-block-column *:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content .wp-block-columns .wp-block-column *:first-child {
  margin-top: 0;
}
body.camerata .block-content .wp-block-columns.has-background,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content .wp-block-columns.has-background {
  padding: 3rem 0;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  /*background: #fff;
  &.has-black-background-color {
  	background: #000;
  }*/
}
body.camerata .block-content .wp-block-columns.has-background:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content .wp-block-columns.has-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 110vw;
  height: 100%;
  transform: translateX(-55vw);
  background-color: inherit;
}
body.camerata .block-content .wp-block-columns.has-background > .wp-block-column,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content .wp-block-columns.has-background > .wp-block-column {
  position: relative;
  z-index: 1;
}
body.camerata .block-content .wp-block-columns.has-white-background-color:last-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content .wp-block-columns.has-white-background-color:last-child {
  border-bottom: 1px solid #ccc;
}
body.camerata .wp-block-column:not(.wp-block):first-child *:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-column:not(.wp-block):first-child *:first-child {
  margin-top: 0;
}
body.camerata .wp-block-column:not(.wp-block):last-child *:last-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-column:not(.wp-block):last-child *:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  body.camerata .row,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .row {
    display: flex;
  }
  body.camerata .row > *,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .row > * {
    flex: 1;
  }
  body.camerata .row .col > *:first-child,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .row .col > *:first-child {
    margin-top: 0;
  }
  body.camerata .row > .col-two-thirds,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .row > .col-two-thirds {
    flex: 2;
    padding-right: 2em;
  }
}
body.camerata .fxw,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fxw {
  flex-wrap: wrap;
}
body.camerata .mt,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .mt {
  margin-top: 2rem;
}
body.camerata .mb,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .mb {
  margin-bottom: 2rem;
}
body.camerata .mb-0,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .mb-0 {
  margin-bottom: 0;
}
body.camerata .pt,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .pt {
  padding-top: 2rem;
}
body.camerata .pb,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .pb {
  padding-bottom: 2rem;
}
body.camerata .section-pad,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .section-pad {
  padding: 2rem 0;
}
@media (min-width: 600px) {
  body.camerata .section-pad,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .section-pad {
    padding: 4rem 0;
  }
}
body.camerata .content-wrap img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap img {
  max-width: 100%;
}
body.camerata .image-thumb,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .image-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  align-self: flex-start;
}
body.camerata .image-thumb:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .image-thumb:after {
  content: "";
  display: block;
  padding-bottom: 66.667%;
}
body.camerata .image-thumb img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .image-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.01);
  will-change: transform;
  transition: transform 0.4s;
}
@media (min-width: 600px) {
  body.camerata .image-thumb.is-square,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .image-thumb.is-square {
    width: 50%;
  }
}
body.camerata .image-thumb.is-square:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .image-thumb.is-square:after {
  padding-bottom: 100%;
}
body.camerata .image-thumb.is-default,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .image-thumb.is-default {
  background: #fff;
}
body.camerata .image-thumb.is-default img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .image-thumb.is-default img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.camerata .image-thumb:hover img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .image-thumb:hover img {
  transition: transform 2s;
  transform: scale(1.2);
}
body.camerata form.form-style label,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style label {
  display: block;
}
body.camerata form.form-style label span,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style label span {
  display: none;
}
body.camerata form.form-style fieldset,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style fieldset {
  padding: 1em 0;
  border: none;
}
body.camerata form.form-style fieldset span,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style fieldset span {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
}
body.camerata form.form-style fieldset label,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style fieldset label {
  display: inline-block;
  margin-right: 1em;
}
body.camerata form.form-style input[type=text],
body.camerata form.form-style input[type=email],
body.camerata form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style input[type=text],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style input[type=email],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style button[type=submit] {
  display: block;
  width: 100%;
  margin: 0.5em 0;
  font: inherit;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid;
  padding: 0.67em 1.25em;
  text-align: left;
}
body.camerata form.form-style input[type=text],
body.camerata form.form-style input[type=email],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style input[type=text],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style input[type=email] {
  outline: none;
}
body.camerata form.form-style input[type=text]:focus,
body.camerata form.form-style input[type=email]:focus,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style input[type=text]:focus,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style input[type=email]:focus {
  border-color: #ccc;
}
body.camerata form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style button[type=submit] {
  background: #000;
  color: #fff !important;
  cursor: pointer;
}
body.camerata form.form-style input[type=checkbox],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style input[type=checkbox] {
  display: none;
}
body.camerata form.form-style .checkbox-unchecked,
body.camerata form.form-style .checkbox-checked,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .checkbox-unchecked,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .checkbox-checked {
  font-weight: 400;
}
body.camerata form.form-style .checkbox-unchecked,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .checkbox-unchecked {
  display: inline-block;
}
body.camerata form.form-style .checkbox-checked,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .checkbox-checked {
  display: none;
}
body.camerata form.form-style input[type=checkbox]:checked ~ .checkbox-unchecked,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style input[type=checkbox]:checked ~ .checkbox-unchecked {
  display: none;
}
body.camerata form.form-style input[type=checkbox]:checked ~ .checkbox-checked,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style input[type=checkbox]:checked ~ .checkbox-checked {
  display: inline-block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.camerata,
html :where(.editor-styles-wrapper) .editor-styles-wrapper {
  /*&.blog,
  &.archive {
    .content-wrap .container > .row {
      flex-wrap: wrap;
      margin-right: -1em;
      > * {
        flex: 0 0 calc(33.33% - 1em);
        margin-right: 1em;
      }
    }
  }*/
}
body.camerata .wp-block[data-align=left],
body.camerata .wp-block[data-align=right],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block[data-align=left],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block[data-align=right] {
  height: auto !important;
}
body.camerata .wp-block[data-align=left]:after,
body.camerata .wp-block[data-align=right]:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block[data-align=left]:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block[data-align=right]:after {
  content: "";
  display: table;
  clear: both;
}
body.camerata figure.aligncenter,
html :where(.editor-styles-wrapper) .editor-styles-wrapper figure.aligncenter {
  text-align: center;
}
body.camerata .wp-block-table,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-table {
  border: 1px solid;
  text-align: center;
  border-top: none;
}
body.camerata .wp-block-table td, body.camerata .wp-block-table th,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-table td,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-table th {
  padding: 0.5em 0;
}
body.camerata .wp-block-table tr,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-table tr {
  border-top: 1px solid;
}
body.camerata .pagination-pre,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .pagination-pre {
  padding-bottom: 4rem;
  text-align: center;
}
body.camerata .pagination-pre h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .pagination-pre h2 {
  display: none;
}
body.camerata .video-header,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: calc(90vh - 5rem);
}
body.camerata .video-header video,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  body.camerata .video-header video,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header video {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  body.camerata .video-header video,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header video {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
body.camerata .video-header.is-16-9,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header.is-16-9 {
  height: auto;
  background: #000;
}
body.camerata .video-header.is-16-9 video,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header.is-16-9 video {
  position: static;
  transform: none;
  width: 100% !important;
  height: auto !important;
  display: block;
  max-width: 145vh;
  margin: 0 auto;
}
body.camerata .video-header .btn, body.camerata .video-header form.form-style button[type=submit], body.camerata form.form-style .video-header button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header .btn,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .video-header button[type=submit] {
  text-align: center;
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 2px solid #fff;
  color: #000 !important;
}
body.camerata .video-header .btn:hover, body.camerata .video-header form.form-style button[type=submit]:hover, body.camerata form.form-style .video-header button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header .btn:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .video-header button[type=submit]:hover {
  background: #000;
  color: #fff !important;
}
@media (min-width: 600px) {
  body.camerata .video-header .btn, body.camerata .video-header form.form-style button[type=submit], body.camerata form.form-style .video-header button[type=submit],
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header .btn,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header form.form-style button[type=submit],
  html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .video-header button[type=submit] {
    font-size: 2rem;
  }
}
body.camerata .video-header button.play,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header button.play {
  border: none;
  outline: none;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6em;
  height: 6em;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 1s 1s forwards;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
body.camerata .video-header button.play:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header button.play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border: 2em solid #fff;
  border-width: 1.25em 0 1.25em 2em;
  border-color: transparent transparent transparent #fff;
}
body.camerata .video-header button.audio-toggle,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header button.audio-toggle {
  border: none;
  outline: none;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: background-color 0.4s;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2em;
  height: 2em;
  padding-left: 0.4em;
}
body.camerata .video-header button.audio-toggle:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header button.audio-toggle:hover {
  background: #000;
  color: #fff;
}
@media (min-width: 600px) {
  body.camerata .video-header button.audio-toggle,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header button.audio-toggle {
    font-size: 2.5rem;
    bottom: 1.5rem;
  }
}
body.camerata .video-header button.audio-toggle span,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header button.audio-toggle span {
  display: block;
  text-align: left;
  width: 1.2em;
}
body.camerata .video-header button.audio-toggle .fa-volume-mute,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header button.audio-toggle .fa-volume-mute {
  display: none;
}
body.camerata .video-header button.audio-toggle.muted .fa-volume-mute,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header button.audio-toggle.muted .fa-volume-mute {
  display: block;
}
body.camerata .video-header button.audio-toggle.muted .fa-volume-up,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-header button.audio-toggle.muted .fa-volume-up {
  display: none;
}
@media (min-width: 600px) {
  body.camerata .blog-featured .row + .row,
  body.camerata .performance-featured .row + .row, body.camerata.blog .content-wrap .row + .row, body.camerata.archive .content-wrap .row + .row,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .row + .row,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .row + .row,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .row + .row,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .row + .row {
    margin-top: 1.5rem;
  }
  body.camerata .blog-featured .row > *,
  body.camerata .performance-featured .row > *, body.camerata.blog .content-wrap .row > *, body.camerata.archive .content-wrap .row > *,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .row > *,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .row > *,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .row > *,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .row > * {
    flex: 0 0 calc(33.33% - 1rem);
    margin-right: 1rem;
  }
  body.camerata .blog-featured .row > .post-thumb--feature,
  body.camerata .performance-featured .row > .post-thumb--feature, body.camerata.blog .content-wrap .row > .post-thumb--feature, body.camerata.archive .content-wrap .row > .post-thumb--feature,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .row > .post-thumb--feature,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .row > .post-thumb--feature,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .row > .post-thumb--feature,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .row > .post-thumb--feature {
    flex-basis: calc(66.667% - 0.5rem);
  }
  body.camerata .blog-featured .row .row > *,
  body.camerata .performance-featured .row .row > *, body.camerata.blog .content-wrap .row .row > *, body.camerata.archive .content-wrap .row .row > *,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .row .row > *,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .row .row > *,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .row .row > *,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .row .row > * {
    flex-basis: calc(50% - 0.75rem);
  }
  body.camerata .blog-featured img,
  body.camerata .performance-featured img, body.camerata.blog .content-wrap img, body.camerata.archive .content-wrap img,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured img,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured img,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap img,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap img {
    width: 100%;
  }
  body.camerata .blog-featured h3,
  body.camerata .performance-featured h3, body.camerata.blog .content-wrap h3, body.camerata.archive .content-wrap h3,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured h3,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured h3,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap h3,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap h3 {
    line-height: 1;
    margin-bottom: 1rem;
  }
  body.camerata .blog-featured .fz-xl, body.camerata.single-musician .blog-featured hgroup h1, body.camerata.single-musician hgroup .blog-featured h1,
  body.camerata .blog-featured .musician-popup__inner hgroup h1,
  body.camerata .musician-popup__inner hgroup .blog-featured h1,
  body.camerata .blog-featured html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup h1, body.camerata .blog-featured .feature-page h2, body.camerata .feature-page .blog-featured h2,
  body.camerata .performance-featured .fz-xl,
  body.camerata.single-musician .performance-featured hgroup h1,
  body.camerata.single-musician hgroup .performance-featured h1,
  body.camerata .performance-featured .musician-popup__inner hgroup h1,
  body.camerata .musician-popup__inner hgroup .performance-featured h1,
  body.camerata .performance-featured html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup h1,
  body.camerata .performance-featured .feature-page h2,
  body.camerata .feature-page .performance-featured h2, body.camerata.blog .content-wrap .fz-xl, body.camerata.blog .content-wrap body.camerata.single-musician hgroup h1, body.camerata.single-musician hgroup body.camerata.blog .content-wrap h1,
  body.camerata.blog .content-wrap .musician-popup__inner hgroup h1,
  body.camerata.blog .musician-popup__inner hgroup .content-wrap h1,
  body.camerata.blog .content-wrap html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup body.camerata.blog .content-wrap h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner hgroup body.camerata.blog .content-wrap h1, body.camerata.blog .content-wrap .feature-page h2, body.camerata.blog .feature-page .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page body.camerata.blog .content-wrap h2, body.camerata.archive .content-wrap .fz-xl, body.camerata.archive .content-wrap body.camerata.single-musician hgroup h1, body.camerata.single-musician hgroup body.camerata.archive .content-wrap h1,
  body.camerata.archive .content-wrap .musician-popup__inner hgroup h1,
  body.camerata.archive .musician-popup__inner hgroup .content-wrap h1,
  body.camerata.archive .content-wrap html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup body.camerata.archive .content-wrap h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner hgroup body.camerata.archive .content-wrap h1, body.camerata.archive .content-wrap .feature-page h2, body.camerata.archive .feature-page .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page body.camerata.archive .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .fz-xl,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured body.camerata.single-musician hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .blog-featured hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup .blog-featured h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .musician-popup__inner hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner hgroup .blog-featured h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .feature-page h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page .blog-featured h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .fz-xl,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured body.camerata.single-musician hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .performance-featured hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup .performance-featured h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .musician-popup__inner hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner hgroup .performance-featured h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .feature-page h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page .performance-featured h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .fz-xl,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap body.camerata.single-musician hgroup h1,
  body.camerata.single-musician hgroup html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap h1,
  body.camerata .musician-popup__inner hgroup html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap h1,
  html .editor-styles-wrapper.blog .editor-styles-wrapper.blog .content-wrap .editor-styles-wrapper.single-musician hgroup h1,
  html .editor-styles-wrapper.blog .editor-styles-wrapper.single-musician hgroup .editor-styles-wrapper.blog .content-wrap h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .musician-popup__inner hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .musician-popup__inner hgroup .content-wrap h1,
  body.camerata .feature-page html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .feature-page h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .feature-page .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .fz-xl,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap body.camerata.single-musician hgroup h1,
  body.camerata.single-musician hgroup html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap h1,
  body.camerata .musician-popup__inner hgroup html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap h1,
  html .editor-styles-wrapper.archive .editor-styles-wrapper.archive .content-wrap .editor-styles-wrapper.single-musician hgroup h1,
  html .editor-styles-wrapper.archive .editor-styles-wrapper.single-musician hgroup .editor-styles-wrapper.archive .content-wrap h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .musician-popup__inner hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .musician-popup__inner hgroup .content-wrap h1,
  body.camerata .feature-page html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .feature-page h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .feature-page .content-wrap h2 {
    margin-top: 0;
  }
  body.camerata .post-thumb,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb {
    flex: 0 0 calc(33.33% - 1rem);
    margin-right: 1rem;
  }
  body.camerata .post-thumb:not(.post-thumb--feature),
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb:not(.post-thumb--feature) {
    padding-bottom: 2rem !important;
  }
  body.camerata .post-thumb--feature,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb--feature {
    flex-basis: calc(66.667% - 0.5rem);
  }
}
body.camerata span.date-venue,
html :where(.editor-styles-wrapper) .editor-styles-wrapper span.date-venue {
  display: block;
  margin-bottom: 0.667em;
}
body.camerata .post-thumb h1, body.camerata .post-thumb h2, body.camerata .post-thumb h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb h3 {
  margin: 1rem 0 1rem;
}
body.camerata .post-thumb--feature,
body.camerata .post-thumb,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb--feature,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb {
  padding-bottom: 2rem;
}
@media (min-width: 600px) {
  body.camerata .post-thumb--feature,
  body.camerata .post-thumb,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb--feature,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 600px) {
  body.camerata .post-thumb--feature h1, body.camerata .post-thumb--feature h2, body.camerata .post-thumb--feature h3,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb--feature h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb--feature h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-thumb--feature h3 {
    margin-top: 0;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  body.camerata .blog-featured .container > .row,
  body.camerata .performance-featured .container > .row, body.camerata.blog .content-wrap .container > .row, body.camerata.archive .content-wrap .container > .row,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .container > .row,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .container > .row,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .container > .row,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .container > .row {
    flex-wrap: wrap;
  }
  body.camerata .blog-featured .fz-xl, body.camerata.single-musician .blog-featured hgroup h1, body.camerata.single-musician hgroup .blog-featured h1,
  body.camerata .blog-featured .musician-popup__inner hgroup h1,
  body.camerata .musician-popup__inner hgroup .blog-featured h1,
  body.camerata .blog-featured html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup h1, body.camerata .blog-featured .feature-page h2, body.camerata .feature-page .blog-featured h2,
  body.camerata .performance-featured .fz-xl,
  body.camerata.single-musician .performance-featured hgroup h1,
  body.camerata.single-musician hgroup .performance-featured h1,
  body.camerata .performance-featured .musician-popup__inner hgroup h1,
  body.camerata .musician-popup__inner hgroup .performance-featured h1,
  body.camerata .performance-featured html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup h1,
  body.camerata .performance-featured .feature-page h2,
  body.camerata .feature-page .performance-featured h2, body.camerata.blog .content-wrap .fz-xl, body.camerata.blog .content-wrap body.camerata.single-musician hgroup h1, body.camerata.single-musician hgroup body.camerata.blog .content-wrap h1,
  body.camerata.blog .content-wrap .musician-popup__inner hgroup h1,
  body.camerata.blog .musician-popup__inner hgroup .content-wrap h1,
  body.camerata.blog .content-wrap html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup body.camerata.blog .content-wrap h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner hgroup body.camerata.blog .content-wrap h1, body.camerata.blog .content-wrap .feature-page h2, body.camerata.blog .feature-page .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page body.camerata.blog .content-wrap h2, body.camerata.archive .content-wrap .fz-xl, body.camerata.archive .content-wrap body.camerata.single-musician hgroup h1, body.camerata.single-musician hgroup body.camerata.archive .content-wrap h1,
  body.camerata.archive .content-wrap .musician-popup__inner hgroup h1,
  body.camerata.archive .musician-popup__inner hgroup .content-wrap h1,
  body.camerata.archive .content-wrap html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup body.camerata.archive .content-wrap h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner hgroup body.camerata.archive .content-wrap h1, body.camerata.archive .content-wrap .feature-page h2, body.camerata.archive .feature-page .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page body.camerata.archive .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .fz-xl,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured body.camerata.single-musician hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .blog-featured hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup .blog-featured h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .musician-popup__inner hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner hgroup .blog-featured h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .feature-page h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page .blog-featured h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .fz-xl,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured body.camerata.single-musician hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .performance-featured hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup .performance-featured h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .musician-popup__inner hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner hgroup .performance-featured h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .feature-page h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page .performance-featured h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .fz-xl,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap body.camerata.single-musician hgroup h1,
  body.camerata.single-musician hgroup html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap h1,
  body.camerata .musician-popup__inner hgroup html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap h1,
  html .editor-styles-wrapper.blog .editor-styles-wrapper.blog .content-wrap .editor-styles-wrapper.single-musician hgroup h1,
  html .editor-styles-wrapper.blog .editor-styles-wrapper.single-musician hgroup .editor-styles-wrapper.blog .content-wrap h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .musician-popup__inner hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .musician-popup__inner hgroup .content-wrap h1,
  body.camerata .feature-page html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .feature-page h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .feature-page .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .fz-xl,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap body.camerata.single-musician hgroup h1,
  body.camerata.single-musician hgroup html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap h1,
  body.camerata .musician-popup__inner hgroup html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap h1,
  html .editor-styles-wrapper.archive .editor-styles-wrapper.archive .content-wrap .editor-styles-wrapper.single-musician hgroup h1,
  html .editor-styles-wrapper.archive .editor-styles-wrapper.single-musician hgroup .editor-styles-wrapper.archive .content-wrap h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .musician-popup__inner hgroup h1,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .musician-popup__inner hgroup .content-wrap h1,
  body.camerata .feature-page html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .feature-page h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .feature-page .content-wrap h2 {
    margin-top: 0;
    flex-basis: 100%;
  }
  body.camerata .blog-featured .row > .post-thumb--feature,
  body.camerata .performance-featured .row > .post-thumb--feature, body.camerata.blog .content-wrap .row > .post-thumb--feature, body.camerata.archive .content-wrap .row > .post-thumb--feature,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured .row > .post-thumb--feature,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .row > .post-thumb--feature,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .row > .post-thumb--feature,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive .content-wrap .row > .post-thumb--feature {
    flex-basis: 100%;
  }
}
body.camerata .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .cta-block {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  /*transform: scale(1);
  transition: transform .8s;

  &:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(#000, #666);
    z-index: -1;
    opacity: 0;
    transition: opacity .8s;
  }
  &:hover {
    transform: scale(1.05);
  }
  &:hover:before {
    opacity: 1;
  }*/
  transition: color 0.3s;
}
body.camerata .cta-block:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .cta-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.5s cubic-bezier(0.73, 1.75, 0.37, 0.79);
}
body.camerata .cta-block:hover:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .cta-block:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.3s;
}
body.camerata .cta-block:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .cta-block:hover {
  color: #000 !important;
}
body.camerata .feature-page,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page {
  text-align: center;
  margin: 4rem 0;
}
body.camerata .feature-page:last-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page:last-child {
  margin-bottom: 0;
}
body.camerata .feature-page .container,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page .container {
  background-size: cover;
  background-position: center;
}
body.camerata .feature-page h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page h2 {
  margin-top: 2rem !important;
  margin-bottom: 1rem;
}
body.camerata .feature-page .is-white,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page .is-white {
  color: #fff;
}
body.camerata .feature-page_text,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page_text {
  width: 90%;
  max-width: 40rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body.camerata .feature-page_image,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page_image {
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
}
body.camerata .feature-page_image:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page_image:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
@media (min-width: 600px) {
  body.camerata .feature-page_image:after,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page_image:after {
    padding-bottom: 35%;
  }
}
body.camerata .feature-page.text-over-image,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page.text-over-image {
  position: relative;
}
body.camerata .feature-page.text-over-image:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page.text-over-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
body.camerata .feature-page.text-over-image .btn:hover, body.camerata .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata form.form-style .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page.text-over-image .btn:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .feature-page.text-over-image button[type=submit]:hover {
  background: #000 !important;
}
@media (min-width: 600px) {
  body.camerata .feature-page .row,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page .row {
    text-align: left;
  }
  body.camerata .feature-page .col:first-child,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page .col:first-child {
    flex: 2;
  }
  body.camerata .feature-page .col:first-child .feature-page_image:after,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page .col:first-child .feature-page_image:after {
    padding-bottom: 55%;
  }
  body.camerata .feature-page .col:last-child,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page .col:last-child {
    padding-left: 2rem;
  }
  body.camerata .feature-page .col:last-child h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page .col:last-child h2 {
    margin-top: 0;
  }
}
body.camerata .feature-page + .wp-block-columns,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page + .wp-block-columns {
  margin-top: 0;
}
body.camerata .feature-page + .feature-page,
body.camerata .wp-block-columns + .feature-page,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .feature-page + .feature-page,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-columns + .feature-page {
  padding-top: 0;
}
body.camerata .parallax-image,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-image {
  height: 15em;
  min-height: 50vmin;
  position: relative;
  overflow: hidden;
}
body.camerata .parallax-image .simpleParallax,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-image .simpleParallax {
  height: 100%;
  position: relative;
  overflow: hidden;
}
body.camerata .parallax-image img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.camerata .splide,
body.camerata .post-header,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header {
  background: #000;
  color: #fff;
  font-feature-settings: "ss05" 1;
}
body.camerata .splide_list, body.camerata .splide .container,
body.camerata .post-header_list,
body.camerata .post-header .container,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide_list,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide .container,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header_list,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header .container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
body.camerata .splide__slide,
body.camerata .post-header__slide,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__slide,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__slide {
  min-height: 50vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
body.camerata .splide__slide h2, body.camerata .splide__slide p,
body.camerata .post-header__slide h2,
body.camerata .post-header__slide p,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__slide h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__slide p,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__slide h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__slide p {
  margin: 0;
  font-weight: 400;
  font-size: 0.75em;
}
@media (min-width: 600px) {
  body.camerata .splide__slide h2, body.camerata .splide__slide p,
  body.camerata .post-header__slide h2,
  body.camerata .post-header__slide p,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__slide h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__slide p,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__slide h2,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__slide p {
    font-size: 1.25em;
  }
}
body.camerata .splide__slide .container,
body.camerata .post-header__slide .container,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__slide .container,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__slide .container {
  display: block;
  text-decoration: none;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-bottom: 4rem;
  transform: translateZ(0);
}
body.camerata .splide__slide:not(.no-tint):before,
body.camerata .post-header__slide:not(.no-tint):before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__slide:not(.no-tint):before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__slide:not(.no-tint):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
}
body.camerata .splide__slide.has-video,
body.camerata .post-header__slide.has-video,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__slide.has-video,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__slide.has-video {
  overflow: hidden;
}
body.camerata .splide__slide.has-video video,
body.camerata .post-header__slide.has-video video,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__slide.has-video video,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__slide.has-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.camerata .splide__pagination,
body.camerata .post-header__pagination,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__pagination,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__pagination {
  bottom: 1em;
}
body.camerata .splide__pagination__page,
body.camerata .post-header__pagination__page,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__pagination__page,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__pagination__page {
  border-radius: 0;
  background: url("assets/img/bolts/mc-bolt-white.svg") center/contain no-repeat;
  opacity: 1;
  cursor: pointer;
  transform: none;
  width: 1em;
  height: 1em;
  font-size: 1em;
  padding: 0;
}
body.camerata .splide__pagination__page.is-active,
body.camerata .post-header__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__pagination__page.is-active {
  background-image: url("assets/img/bolts/mc-bolt-grey.svg");
  cursor: default;
}
body.camerata .splide__pagination__page:not(.is-active):hover,
body.camerata .post-header__pagination__page:not(.is-active):hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide__pagination__page:not(.is-active):hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header__pagination__page:not(.is-active):hover {
  opacity: 0.7;
}
body.camerata .splide.has-bgi,
body.camerata .post-header.has-bgi,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide.has-bgi,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header.has-bgi {
  background-color: #fff;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
body.camerata .splide.has-bgi:before,
body.camerata .post-header.has-bgi:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide.has-bgi:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header.has-bgi:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
}
body.camerata .splide.has-bgi .splide__slide,
body.camerata .post-header.has-bgi .splide__slide,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide.has-bgi .splide__slide,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header.has-bgi .splide__slide {
  z-index: 1;
  background: none !important;
}
body.camerata .splide.has-bgi .splide__slide:before,
body.camerata .post-header.has-bgi .splide__slide:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .splide.has-bgi .splide__slide:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header.has-bgi .splide__slide:before {
  display: none;
}
body.camerata .post-header .container,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header .container {
  margin-top: 0;
}
body.camerata .post-header h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header h2 {
  max-width: 14em;
}
body.camerata .post-header.v-center,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header.v-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.camerata .post-header.v-center h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .post-header.v-center h2 {
  margin: 0 auto;
}
body.camerata.postid-10324 .post-header h2, body.camerata.postid-10112 .post-header h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.postid-10324 .post-header h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.postid-10112 .post-header h2 {
  position: absolute;
  left: -999vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.camerata h2 + .logo-grid,
html :where(.editor-styles-wrapper) .editor-styles-wrapper h2 + .logo-grid {
  margin-top: -2rem;
}
body.camerata .logo-grid,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .logo-grid {
  background: #fff;
}
body.camerata .logo-grid .row,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .logo-grid .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  background: #fff;
  padding-top: 2rem;
}
body.camerata .logo-grid_item,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .logo-grid_item {
  flex: 0 0 50%;
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  body.camerata .logo-grid_item,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .logo-grid_item {
    flex-basis: 33.33%;
  }
}
body.camerata .logo-grid_item img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .logo-grid_item img {
  width: 12rem;
  max-width: 80%;
}
body.camerata .logo-grid h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .logo-grid h2 {
  margin-top: 0;
}
body.camerata .logo-grid + .logo-grid,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .logo-grid + .logo-grid {
  margin-top: -2rem;
}
@media (min-width: 600px) {
  body.camerata .logo-grid + .logo-grid,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .logo-grid + .logo-grid {
    margin-top: -4rem;
  }
}
body.camerata .block-content > .logo-grid:last-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-content > .logo-grid:last-child {
  border-bottom: 1px solid #ccc;
}
body.camerata .link-grid ul,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .link-grid ul {
  list-style-type: none;
  margin: -0.5rem -0.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body.camerata .link-grid ul li,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .link-grid ul li {
  flex: 0 0 calc(50% - 0.5rem);
  margin: 0.5rem 0.5rem 0 0;
}
@media (min-width: 1024px) {
  body.camerata .link-grid ul li,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .link-grid ul li {
    flex-basis: calc(33.33% - 0.5rem);
  }
}
body.camerata .link-grid ul a,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .link-grid ul a {
  background: #fff;
  display: block;
  text-decoration: none;
}
body.camerata .link-grid ul h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .link-grid ul h3 {
  margin: 0;
  padding: 1em;
}
body.camerata .link-grid ul a:hover img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .link-grid ul a:hover img {
  transition: transform 2s;
  transform: scale(1.2);
}
body.camerata .team-grid .container,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .team-grid .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
}
@media (min-width: 768px) {
  body.camerata .team-grid .container,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .team-grid .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  body.camerata .team-grid .container,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .team-grid .container {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.camerata .team-grid__team-member,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .team-grid__team-member {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
body.camerata .team-grid__team-member:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .team-grid__team-member:after {
  content: "";
  display: block;
  padding-bottom: 66.67%;
}
body.camerata .team-grid__team-member img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .team-grid__team-member img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: scale 0.2s;
  scale: 1.001;
}
body.camerata .team-grid__team-member:hover img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .team-grid__team-member:hover img {
  scale: 1.05;
}
body.camerata .team-grid__popup,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .team-grid__popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
body.camerata .team-grid__popup__inner,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .team-grid__popup__inner {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 40rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 90%;
  max-height: 90%;
  padding: 2rem;
  overflow: auto;
  overscroll-behavior: contain;
  background: #fff;
}
body.camerata .team-grid__popup button,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .team-grid__popup button {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.5rem;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: rotate 0.3s;
}
body.camerata .team-grid__popup button:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .team-grid__popup button:hover {
  rotate: 90deg;
}
body.camerata .block-social-links,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-social-links {
  margin: 1em 0;
}
body.camerata .block-social-links ul,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-social-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-indent: 0;
}
body.camerata .block-social-links ul li:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-social-links ul li:before {
  display: none;
}
body.camerata .block-social-links ul a,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-social-links ul a {
  text-decoration: none;
}
body.camerata .block-social-links .fab,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-social-links .fab {
  width: 1.2em;
  text-align: center;
  vertical-align: bottom;
}
body.camerata .block-text-columns,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-text-columns {
  display: block !important;
}
body.camerata .block-text-columns > *:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-text-columns > *:first-child {
  margin-top: 0;
}
body.camerata .block-text-columns > *:last-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-text-columns > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 782px) {
  body.camerata .block-text-columns,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-text-columns {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
body.camerata .block-donate-form,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-donate-form {
  background: #fff;
  /* .donate-pre {
    overflow: hidden;
    iframe {
      margin-top: -135px;
      @media(min-width: 801px) {
        margin-top: -160px;
      }
      height: 1450px;
    }
  } */
}
body.camerata .block-newsletter,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-newsletter {
  background: #fff;
}
body.camerata .block-newsletter .col,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-newsletter .col {
  padding-right: 2rem;
  flex: 0 0 50%;
}
body.camerata .block-newsletter .col h2, body.camerata .block-newsletter .col p, body.camerata .block-newsletter .col small,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-newsletter .col h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-newsletter .col p,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-newsletter .col small {
  display: block;
  max-width: 36rem;
}
body.camerata .block-newsletter .mc-field-group > label:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-newsletter .mc-field-group > label:first-child {
  display: none;
}
body.camerata .block-newsletter:last-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-newsletter:last-child {
  border-bottom: 1px solid #ccc;
}
body.camerata .block-newsletter button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .block-newsletter button[type=submit]:hover {
  color: #000 !important;
}
body.camerata .grecaptcha-badge,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .grecaptcha-badge {
  display: none !important;
}
body.camerata .marquee,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee {
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
  background: #f2ea03;
  width: 100vw;
  height: 2.25rem;
}
body.camerata .marquee h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #f2ea03;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 2.25rem;
  font-size: 1em;
}
body.camerata .marquee.init h2, body.camerata .marquee:hover h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.init h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee:hover h2 {
  z-index: 1;
}
body.camerata .marquee strong,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee strong {
  text-transform: uppercase;
}
body.camerata .marquee .marquee_track,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee .marquee_track {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.25rem;
  line-height: 2.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
  background: #f2ea03;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}
body.camerata .marquee li,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee li {
  margin: 0;
  padding: 0;
  display: inline-block;
  transform: translateZ(0);
}
body.camerata .marquee li:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee li:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS45NCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDIxLjk0IDE5Ij48cGF0aCBkPSJNMTYuMDksOS41QTUuMTIsNS4xMiwwLDEsMSwxMSw0LjM4LDUuMTIsNS4xMiwwLDAsMSwxNi4wOSw5LjVtNS44NSwwTDE2LjQ1LDBoLTExTDAsOS41LDUuNDgsMTloMTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSIvPjwvc3ZnPg==") center/contain no-repeat;
  margin: -0.25em 2em 0;
}
body.camerata .marquee.orange, body.camerata .marquee.orange h2, body.camerata .marquee.orange .marquee_track,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.orange,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.orange h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.orange .marquee_track {
  background: #ea5b0c;
}
body.camerata .marquee.red, body.camerata .marquee.red h2, body.camerata .marquee.red .marquee_track,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.red,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.red h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.red .marquee_track {
  background: #dd0b2f;
}
body.camerata .marquee.turquoise, body.camerata .marquee.turquoise h2, body.camerata .marquee.turquoise .marquee_track,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.turquoise,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.turquoise h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.turquoise .marquee_track {
  background: #009a93;
}
body.camerata .marquee.brown, body.camerata .marquee.brown h2, body.camerata .marquee.brown .marquee_track,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.brown,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.brown h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .marquee.brown .marquee_track {
  background: #a2a087;
}
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
body.camerata .wp-block-embed-youtube,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-embed-youtube {
  padding: 0;
  margin: 2rem auto;
  width: 90%;
  max-width: 1280px;
}
body.camerata .wp-block-embed-youtube .wp-block-embed__wrapper,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
}
body.camerata .wp-block-embed-youtube .wp-block-embed__wrapper:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-embed-youtube .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
body.camerata .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.camerata .wp-block-column .wp-block-embed-youtube,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-column .wp-block-embed-youtube {
  width: 100%;
}
body.camerata .wp-block-quote,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-quote {
  margin: 2.5rem auto;
  padding-right: 10%;
}
body.camerata .wp-block-quote:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-quote:before {
  content: "“";
  font-feature-settings: "ss05" 1;
  font-weight: 700;
  display: block;
  font-size: 4rem;
  height: 3rem;
  transform: translateY(-0.3em);
}
body.camerata .wp-block-quote p,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-quote p {
  font-size: 1.667rem;
}
@media (min-width: 600px) {
  body.camerata .wp-block-quote p,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-quote p {
    font-size: 2.5rem;
  }
}
body.camerata .wp-block-quote p:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-quote p:first-child {
  margin-top: 0;
}
body.camerata .wp-block-quote p:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-quote p:after {
  content: "”";
  font-feature-settings: "ss05" 1;
  display: inline;
}
body.camerata .wp-block-quote cite,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-quote cite {
  font-style: normal;
}
body.camerata .wp-block-image,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-image {
  padding: 0;
  margin: 2rem auto;
}
body.camerata .wp-block-image img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-image img {
  /*width: 100%;*/
  height: auto;
  display: block;
  margin: 0 auto;
}
body.camerata .wp-block-image.alignleft,
body.camerata .wp-block-image .alignleft,
body.camerata .wp-block-image .alignleft img, body.camerata .wp-block-image.alignleft img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-image.alignleft,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-image .alignleft,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-image .alignleft img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-image.alignleft img {
  margin-left: 0;
}
body.camerata .wp-block-image:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .wp-block-image:after {
  content: "";
  display: table;
  clear: both;
}
body.camerata.single-performances .col-two-thirds *:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .col-two-thirds *:first-child {
  margin-top: 0;
}
body.camerata.single-performances .col-two-thirds > *,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .col-two-thirds > * {
  max-width: 38rem;
  margin-left: 0;
}
body.camerata .media-thumb,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .media-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 18em;
}
body.camerata .media-thumb:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .media-thumb:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
body.camerata .media-thumb img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .media-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.01);
  will-change: transform;
  transition: 0.4s;
}
body.camerata .media-thumb + .media-thumb,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .media-thumb + .media-thumb {
  margin-top: 1rem;
}
body.camerata .media-thumb:hover img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .media-thumb:hover img {
  transform: scale(1.1);
}
body.camerata .video-play,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6em;
  height: 6em;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
body.camerata .video-play:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .video-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border: 2em solid #fff;
  border-width: 1.25em 0 1.25em 2em;
  border-color: transparent transparent transparent #fff;
}
body.camerata .content-wrap, body.camerata.page-template-work-with-us .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-template-work-with-us .content-wrap {
  background-color: #a2a087;
}
body.camerata .content-wrap .btn, body.camerata .content-wrap form.form-style button[type=submit], body.camerata form.form-style .content-wrap button[type=submit], body.camerata.page-template-work-with-us .content-wrap .btn,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap .btn,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-template-work-with-us .content-wrap .btn {
  color: #a2a087;
}
body.camerata .content-wrap .feature-page.text-over-image .btn, body.camerata .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata form.form-style .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.page-template-work-with-us .content-wrap .feature-page.text-over-image .btn,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap .feature-page.text-over-image .btn,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-template-work-with-us .content-wrap .feature-page.text-over-image .btn {
  background: #a2a087;
  color: #000;
}
body.camerata .content-wrap .feature-page.text-over-image .btn:hover, body.camerata .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.page-template-work-with-us .content-wrap .feature-page.text-over-image .btn:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap .feature-page.text-over-image .btn:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-template-work-with-us .content-wrap .feature-page.text-over-image .btn:hover {
  color: #a2a087;
}
body.camerata.page-id-149 .content-wrap, body.camerata.parent-pageid-149 .content-wrap, body.camerata.single-musician .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap {
  background-color: #dd0b2f;
}
body.camerata.page-id-149 .content-wrap .btn, body.camerata.page-id-149 .content-wrap form.form-style button[type=submit], body.camerata.page-id-149 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-149 .content-wrap button[type=submit], body.camerata.page-id-149 .content-wrap .cta-block, body.camerata.parent-pageid-149 .content-wrap .btn, body.camerata.parent-pageid-149 .content-wrap form.form-style button[type=submit], body.camerata.parent-pageid-149 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-149 .content-wrap button[type=submit], body.camerata.parent-pageid-149 .content-wrap .cta-block, body.camerata.single-musician .content-wrap .btn, body.camerata.single-musician .content-wrap form.form-style button[type=submit], body.camerata.single-musician form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.single-musician .content-wrap button[type=submit], body.camerata.single-musician .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap .cta-block {
  color: #dd0b2f;
}
body.camerata.page-id-149 .content-wrap .splide__pagination__page.is-active, body.camerata.parent-pageid-149 .content-wrap .splide__pagination__page.is-active, body.camerata.single-musician .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap .splide__pagination__page.is-active {
  background-image: url("assets/img/bolts/mc-bolt-red.svg");
}
body.camerata.page-id-149 .content-wrap .feature-page.text-over-image .btn, body.camerata.page-id-149 .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.page-id-149 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-149 .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.parent-pageid-149 .content-wrap .feature-page.text-over-image .btn, body.camerata.parent-pageid-149 .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.parent-pageid-149 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-149 .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.single-musician .content-wrap .feature-page.text-over-image .btn, body.camerata.single-musician .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.single-musician form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.single-musician .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician form.form-style .content-wrap .feature-page.text-over-image button[type=submit] {
  background: #dd0b2f;
  color: #000;
}
body.camerata.page-id-149 .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.page-id-149 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.page-id-149 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-149 .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.parent-pageid-149 .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.parent-pageid-149 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.parent-pageid-149 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-149 .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.single-musician .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.single-musician .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.single-musician form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.single-musician .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-149 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-149 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover {
  color: #dd0b2f;
}
body.camerata.page-id-4694 .content-wrap, body.camerata.parent-pageid-4694 .content-wrap, body.camerata.page-id-161 .content-wrap, body.camerata.parent-pageid-161 .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap {
  background-color: #ea5b0c;
}
body.camerata.page-id-4694 .content-wrap .btn, body.camerata.page-id-4694 .content-wrap form.form-style button[type=submit], body.camerata.page-id-4694 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-4694 .content-wrap button[type=submit], body.camerata.page-id-4694 .content-wrap .cta-block, body.camerata.parent-pageid-4694 .content-wrap .btn, body.camerata.parent-pageid-4694 .content-wrap form.form-style button[type=submit], body.camerata.parent-pageid-4694 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-4694 .content-wrap button[type=submit], body.camerata.parent-pageid-4694 .content-wrap .cta-block, body.camerata.page-id-161 .content-wrap .btn, body.camerata.page-id-161 .content-wrap form.form-style button[type=submit], body.camerata.page-id-161 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-161 .content-wrap button[type=submit], body.camerata.page-id-161 .content-wrap .cta-block, body.camerata.parent-pageid-161 .content-wrap .btn, body.camerata.parent-pageid-161 .content-wrap form.form-style button[type=submit], body.camerata.parent-pageid-161 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-161 .content-wrap button[type=submit], body.camerata.parent-pageid-161 .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap .cta-block {
  color: #ea5b0c;
}
body.camerata.page-id-4694 .content-wrap .splide__pagination__page.is-active, body.camerata.parent-pageid-4694 .content-wrap .splide__pagination__page.is-active, body.camerata.page-id-161 .content-wrap .splide__pagination__page.is-active, body.camerata.parent-pageid-161 .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap .splide__pagination__page.is-active {
  background-image: url("assets/img/bolts/mc-bolt-orange.svg");
}
body.camerata.page-id-4694 .content-wrap .feature-page.text-over-image .btn, body.camerata.page-id-4694 .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.page-id-4694 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-4694 .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.parent-pageid-4694 .content-wrap .feature-page.text-over-image .btn, body.camerata.parent-pageid-4694 .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.parent-pageid-4694 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-4694 .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.page-id-161 .content-wrap .feature-page.text-over-image .btn, body.camerata.page-id-161 .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.page-id-161 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-161 .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.parent-pageid-161 .content-wrap .feature-page.text-over-image .btn, body.camerata.parent-pageid-161 .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.parent-pageid-161 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-161 .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 form.form-style .content-wrap .feature-page.text-over-image button[type=submit] {
  background: #ea5b0c;
  color: #000;
}
body.camerata.page-id-4694 .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.page-id-4694 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.page-id-4694 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-4694 .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.parent-pageid-4694 .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.parent-pageid-4694 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.parent-pageid-4694 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-4694 .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.page-id-161 .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.page-id-161 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.page-id-161 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-161 .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.parent-pageid-161 .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.parent-pageid-161 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.parent-pageid-161 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-161 .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-4694 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-4694 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-161 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-161 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover {
  color: #ea5b0c;
}
body.camerata.blog .content-wrap, body.camerata.archive.category .content-wrap, body.camerata.single-post .content-wrap,
body.camerata .blog-featured:not(.blog-featured--selected),
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured:not(.blog-featured--selected) {
  background-color: #009a93;
}
body.camerata.blog .content-wrap .btn, body.camerata.blog .content-wrap form.form-style button[type=submit], body.camerata.blog form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.blog .content-wrap button[type=submit], body.camerata.blog .content-wrap .cta-block, body.camerata.archive.category .content-wrap .btn, body.camerata.archive.category .content-wrap form.form-style button[type=submit], body.camerata.archive.category form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.archive.category .content-wrap button[type=submit], body.camerata.archive.category .content-wrap .cta-block, body.camerata.single-post .content-wrap .btn, body.camerata.single-post .content-wrap form.form-style button[type=submit], body.camerata.single-post form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.single-post .content-wrap button[type=submit], body.camerata.single-post .content-wrap .cta-block,
body.camerata .blog-featured:not(.blog-featured--selected) .btn,
body.camerata .blog-featured:not(.blog-featured--selected) form.form-style button[type=submit],
body.camerata form.form-style .blog-featured:not(.blog-featured--selected) button[type=submit],
body.camerata .blog-featured:not(.blog-featured--selected) .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured:not(.blog-featured--selected) .btn,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured:not(.blog-featured--selected) form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .blog-featured:not(.blog-featured--selected) button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured:not(.blog-featured--selected) .cta-block {
  color: #009a93;
}
body.camerata.blog .content-wrap .splide__pagination__page.is-active, body.camerata.archive.category .content-wrap .splide__pagination__page.is-active, body.camerata.single-post .content-wrap .splide__pagination__page.is-active,
body.camerata .blog-featured:not(.blog-featured--selected) .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured:not(.blog-featured--selected) .splide__pagination__page.is-active {
  background-image: url("assets/img/bolts/mc-bolt-blue.svg");
}
body.camerata.blog .content-wrap .feature-page.text-over-image .btn, body.camerata.blog .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.blog form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.blog .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.archive.category .content-wrap .feature-page.text-over-image .btn, body.camerata.archive.category .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.archive.category form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.archive.category .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.single-post .content-wrap .feature-page.text-over-image .btn, body.camerata.single-post .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.single-post form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.single-post .content-wrap .feature-page.text-over-image button[type=submit],
body.camerata .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image .btn,
body.camerata .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image form.form-style button[type=submit],
body.camerata form.form-style .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image .btn,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image button[type=submit] {
  background: #009a93;
  color: #000;
}
body.camerata.blog .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.blog .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.blog form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.blog .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.archive.category .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.archive.category .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.archive.category form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.archive.category .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.single-post .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.single-post .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.single-post form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.single-post .content-wrap .feature-page.text-over-image button[type=submit]:hover,
body.camerata .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image .btn:hover,
body.camerata .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image form.form-style button[type=submit]:hover,
body.camerata form.form-style .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.blog form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.archive.category form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-post form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image .btn:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .blog-featured:not(.blog-featured--selected) .feature-page.text-over-image button[type=submit]:hover {
  color: #009a93;
}
body.camerata.page-id-655 .content-wrap, body.camerata.parent-pageid-655 .content-wrap, body.camerata.tax-series .content-wrap, body.camerata.single-performances .content-wrap, body.camerata.post-type-archive-performances .content-wrap,
body.camerata .performance-featured,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured {
  background-color: #f2ea03;
}
body.camerata.page-id-655 .content-wrap .btn, body.camerata.page-id-655 .content-wrap form.form-style button[type=submit], body.camerata.page-id-655 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-655 .content-wrap button[type=submit], body.camerata.page-id-655 .content-wrap .cta-block, body.camerata.parent-pageid-655 .content-wrap .btn, body.camerata.parent-pageid-655 .content-wrap form.form-style button[type=submit], body.camerata.parent-pageid-655 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-655 .content-wrap button[type=submit], body.camerata.parent-pageid-655 .content-wrap .cta-block, body.camerata.tax-series .content-wrap .btn, body.camerata.tax-series .content-wrap form.form-style button[type=submit], body.camerata.tax-series form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.tax-series .content-wrap button[type=submit], body.camerata.tax-series .content-wrap .cta-block, body.camerata.single-performances .content-wrap .btn, body.camerata.single-performances .content-wrap form.form-style button[type=submit], body.camerata.single-performances form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.single-performances .content-wrap button[type=submit], body.camerata.single-performances .content-wrap .cta-block, body.camerata.post-type-archive-performances .content-wrap .btn, body.camerata.post-type-archive-performances .content-wrap form.form-style button[type=submit], body.camerata.post-type-archive-performances form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.post-type-archive-performances .content-wrap button[type=submit], body.camerata.post-type-archive-performances .content-wrap .cta-block,
body.camerata .performance-featured .btn,
body.camerata .performance-featured form.form-style button[type=submit],
body.camerata form.form-style .performance-featured button[type=submit],
body.camerata .performance-featured .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances form.form-style .content-wrap button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .btn,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .performance-featured button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .cta-block {
  color: #f2ea03;
}
body.camerata.page-id-655 .content-wrap .splide__pagination__page.is-active, body.camerata.parent-pageid-655 .content-wrap .splide__pagination__page.is-active, body.camerata.tax-series .content-wrap .splide__pagination__page.is-active, body.camerata.single-performances .content-wrap .splide__pagination__page.is-active, body.camerata.post-type-archive-performances .content-wrap .splide__pagination__page.is-active,
body.camerata .performance-featured .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap .splide__pagination__page.is-active,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .splide__pagination__page.is-active {
  background-image: url("assets/img/bolts/mc-bolt-yellow.svg");
}
body.camerata.page-id-655 .content-wrap .feature-page.text-over-image .btn, body.camerata.page-id-655 .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.page-id-655 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-655 .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.parent-pageid-655 .content-wrap .feature-page.text-over-image .btn, body.camerata.parent-pageid-655 .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.parent-pageid-655 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-655 .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.tax-series .content-wrap .feature-page.text-over-image .btn, body.camerata.tax-series .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.tax-series form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.tax-series .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.single-performances .content-wrap .feature-page.text-over-image .btn, body.camerata.single-performances .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.single-performances form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.single-performances .content-wrap .feature-page.text-over-image button[type=submit], body.camerata.post-type-archive-performances .content-wrap .feature-page.text-over-image .btn, body.camerata.post-type-archive-performances .content-wrap .feature-page.text-over-image form.form-style button[type=submit], body.camerata.post-type-archive-performances form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.post-type-archive-performances .content-wrap .feature-page.text-over-image button[type=submit],
body.camerata .performance-featured .feature-page.text-over-image .btn,
body.camerata .performance-featured .feature-page.text-over-image form.form-style button[type=submit],
body.camerata form.form-style .performance-featured .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap .feature-page.text-over-image .btn,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances form.form-style .content-wrap .feature-page.text-over-image button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .feature-page.text-over-image .btn,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .feature-page.text-over-image form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .performance-featured .feature-page.text-over-image button[type=submit] {
  background: #f2ea03;
  color: #000;
}
body.camerata.page-id-655 .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.page-id-655 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.page-id-655 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.page-id-655 .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.parent-pageid-655 .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.parent-pageid-655 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.parent-pageid-655 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.parent-pageid-655 .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.tax-series .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.tax-series .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.tax-series form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.tax-series .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.single-performances .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.single-performances .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.single-performances form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.single-performances .content-wrap .feature-page.text-over-image button[type=submit]:hover, body.camerata.post-type-archive-performances .content-wrap .feature-page.text-over-image .btn:hover, body.camerata.post-type-archive-performances .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover, body.camerata.post-type-archive-performances form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style body.camerata.post-type-archive-performances .content-wrap .feature-page.text-over-image button[type=submit]:hover,
body.camerata .performance-featured .feature-page.text-over-image .btn:hover,
body.camerata .performance-featured .feature-page.text-over-image form.form-style button[type=submit]:hover,
body.camerata form.form-style .performance-featured .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-655 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.parent-pageid-655 form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.tax-series form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-performances form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap .feature-page.text-over-image .btn:hover,
body.camerata form.form-style html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances .content-wrap .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-performances form.form-style .content-wrap .feature-page.text-over-image button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .feature-page.text-over-image .btn:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .performance-featured .feature-page.text-over-image form.form-style button[type=submit]:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .performance-featured .feature-page.text-over-image button[type=submit]:hover {
  color: #f2ea03;
}
body.camerata.page-id-1032 .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-1032 .content-wrap {
  background: #000 !important;
  color: #fff !important;
}
body.camerata.page-id-1032 .content-wrap .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-1032 .content-wrap .cta-block {
  color: #fff !important;
}
body.camerata.page-id-1032 .content-wrap .cta-block:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.page-id-1032 .content-wrap .cta-block:hover {
  color: #000 !important;
}
body.camerata .archive-fivezero_programme-link,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_programme-link {
  flex: 0 0 100% !important;
  order: 3;
  order: var(--programme-m-list-pos);
  margin: 0.5rem 0;
}
@media (min-width: 600px) {
  body.camerata .archive-fivezero_programme-link,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_programme-link {
    order: 4;
    order: var(--programme-list-pos);
  }
}
body.camerata .archive-fivezero_programme-link .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_programme-link .cta-block {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
body.camerata .archive-fivezero_posts > .row,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_posts > .row {
  display: flex;
  margin: 0 -0.5rem;
}
body.camerata .archive-fivezero_post,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_post {
  display: block;
  width: 100%;
  flex: 0 0 calc(50% - 1rem);
  margin: 0.5rem !important;
}
body.camerata .archive-fivezero_post:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_post:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
body.camerata .archive-fivezero_post img[src=""],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_post img[src=""] {
  background: #ccc;
}
body.camerata .archive-fivezero_overlay,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
@media (min-width: 600px) {
  body.camerata .archive-fivezero_overlay,
  html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_overlay {
    padding: 2rem 0;
  }
}
body.camerata .archive-fivezero_overlay > .container,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_overlay > .container {
  height: 100%;
  position: relative;
}
body.camerata .archive-fivezero_overlay > .container button,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_overlay > .container button {
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 10;
  width: 3em;
  height: 3em;
  padding: 0;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NS4yNSIgaGVpZ2h0PSI3NS4yNSIgdmlld0JveD0iMCAwIDc1LjI1IDc1LjI1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzJiMmIyYTt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzcuNjIsNzUuMjVBMzcuNjMsMzcuNjMsMCwxLDAsMCwzNy42MiwzNy42MywzNy42MywwLDAsMCwzNy42Miw3NS4yNSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI1Ny4wNCAyMC41NiA1NC45MiAxOC40NCAzNy43NCAzNS42MiAyMC4zMyAxOC4yMSAxOC4yMSAyMC4zMyAzNS42MiAzNy43NCAxOC40NCA1NC45MiAyMC41NiA1Ny4wNCAzNy43NCAzOS44NiA1NC45MiA1Ny4wNCA1Ny4wNCA1NC45MiAzOS44NiAzNy43NCA1Ny4wNCAyMC41NiIvPjwvc3ZnPg==") center/contain no-repeat;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.2s;
}
body.camerata .archive-fivezero_overlay > .container button:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_overlay > .container button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
}
body.camerata .archive-fivezero_overlay_content,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_overlay_content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
}
body.camerata .archive-fivezero_overlay_content .block-content,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_overlay_content .block-content {
  position: relative;
  height: 100%;
}
body.camerata .archive-fivezero_overlay_content .block-content .single-fivezero_share,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_overlay_content .block-content .single-fivezero_share {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}
body.camerata .archive-fivezero_overlay_content .block-content > p:first-child,
body.camerata .archive-fivezero_overlay_content .block-content > h1:first-child,
body.camerata .archive-fivezero_overlay_content .block-content > h2:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_overlay_content .block-content > p:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_overlay_content .block-content > h1:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .archive-fivezero_overlay_content .block-content > h2:first-child {
  padding-top: 2rem;
}
body.camerata.post-type-archive-fivezero main.content-wrap > header img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-fivezero main.content-wrap > header img {
  width: 10em;
  max-width: 25%;
  height: auto;
}
body.camerata.post-type-archive-fivezero main.content-wrap > header h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-fivezero main.content-wrap > header h2 {
  max-width: 15em;
}
body.camerata.post-type-archive-fivezero main.content-wrap > header h2, body.camerata.post-type-archive-fivezero main.content-wrap > header p,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-fivezero main.content-wrap > header h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-fivezero main.content-wrap > header p {
  font-weight: 400;
}
body.camerata .fivezero-header,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fivezero-header {
  margin-bottom: 3rem;
}
body.camerata .fivezero-header h1, body.camerata .fivezero-header h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fivezero-header h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fivezero-header h2 {
  font-size: 1em;
  margin: 0;
}
body.camerata .fivezero-header h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .fivezero-header h1 {
  font-weight: 700;
}
body.camerata .single-fivezero_share,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .single-fivezero_share {
  padding: 4rem 0 2rem;
}
body.camerata .single-fivezero_share > div,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .single-fivezero_share > div {
  padding: 1em;
  background: #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.camerata .single-fivezero_share ul,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .single-fivezero_share ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.camerata .single-fivezero_share ul li,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .single-fivezero_share ul li {
  display: inline-block;
  margin-left: 0.5em;
}
body.camerata.single-fivezero .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-fivezero .content-wrap {
  background: #ea5b0c;
}
body.camerata.single-fivezero .content-wrap .block-content > p:first-child,
body.camerata.single-fivezero .content-wrap .block-content > h1:first-child,
body.camerata.single-fivezero .content-wrap .block-content > h2:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-fivezero .content-wrap .block-content > p:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-fivezero .content-wrap .block-content > h1:first-child,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-fivezero .content-wrap .block-content > h2:first-child {
  padding-top: 2rem;
}
body.camerata.post-type-archive-fivezero .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.post-type-archive-fivezero .content-wrap {
  background: #f2ea03;
}
body.camerata .parallax-event-panel .panel_inner,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
body.camerata .parallax-event-panel .panel_inner h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner h2 {
  margin-bottom: 0;
  line-height: 1.1;
  font-weight: 900;
}
body.camerata .parallax-event-panel .panel_inner .fz-l, body.camerata .parallax-event-panel .panel_inner .overlay-popup__inner h1, .overlay-popup__inner body.camerata .parallax-event-panel .panel_inner h1, body.camerata .parallax-event-panel .panel_inner .overlay-popup__inner h2, .overlay-popup__inner body.camerata .parallax-event-panel .panel_inner h2, body.camerata .parallax-event-panel .panel_inner .overlay-popup__inner h3, .overlay-popup__inner body.camerata .parallax-event-panel .panel_inner h3, body.camerata.single-musician .parallax-event-panel .panel_inner h1, body.camerata.single-musician .parallax-event-panel .panel_inner h2, body.camerata.single-musician .parallax-event-panel .panel_inner h3,
body.camerata .parallax-event-panel .panel_inner .musician-popup__inner h1,
body.camerata .musician-popup__inner .parallax-event-panel .panel_inner h1,
body.camerata .parallax-event-panel .panel_inner .musician-popup__inner h2,
body.camerata .musician-popup__inner .parallax-event-panel .panel_inner h2,
body.camerata .parallax-event-panel .panel_inner .musician-popup__inner h3,
body.camerata .musician-popup__inner .parallax-event-panel .panel_inner h3,
body.camerata .parallax-event-panel .panel_inner html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician h1,
body.camerata .parallax-event-panel .panel_inner html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician h2,
body.camerata .parallax-event-panel .panel_inner html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician h3, body.camerata .parallax-event-panel .panel_inner .has-medium-font-size,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .fz-l,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .overlay-popup__inner h1,
.overlay-popup__inner html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .overlay-popup__inner h2,
.overlay-popup__inner html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .overlay-popup__inner h3,
.overlay-popup__inner html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner body.camerata.single-musician h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner body.camerata.single-musician h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner body.camerata.single-musician h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .parallax-event-panel .panel_inner h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .parallax-event-panel .panel_inner h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .parallax-event-panel .panel_inner h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .musician-popup__inner h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner .parallax-event-panel .panel_inner h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .musician-popup__inner h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner .parallax-event-panel .panel_inner h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .musician-popup__inner h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner .parallax-event-panel .panel_inner h3,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .has-medium-font-size {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
}
body.camerata .parallax-event-panel .panel_inner > p + p,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner > p + p {
  font-size: 16px;
  max-width: 30em;
}
body.camerata .parallax-event-panel .panel_inner .btn, body.camerata .parallax-event-panel .panel_inner form.form-style button[type=submit], body.camerata form.form-style .parallax-event-panel .panel_inner button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .btn,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner form.form-style button[type=submit],
html :where(.editor-styles-wrapper) .editor-styles-wrapper form.form-style .parallax-event-panel .panel_inner button[type=submit] {
  margin-top: 1.5rem;
}
body.camerata .parallax-event-panel .panel_inner .bg-turquoise,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-turquoise {
  background: #009a93 !important;
  color: #000 !important;
}
body.camerata .parallax-event-panel .panel_inner .bg-turquoise:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-turquoise:hover {
  color: #009a93 !important;
  background: #000 !important;
}
body.camerata .parallax-event-panel .panel_inner .bg-yellow,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-yellow {
  background: #f2ea03 !important;
  color: #000 !important;
}
body.camerata .parallax-event-panel .panel_inner .bg-yellow:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-yellow:hover {
  color: #f2ea03 !important;
  background: #000 !important;
}
body.camerata .parallax-event-panel .panel_inner .bg-red,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-red {
  background: #dd0b2f !important;
  color: #000 !important;
}
body.camerata .parallax-event-panel .panel_inner .bg-red:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-red:hover {
  color: #dd0b2f !important;
  background: #000 !important;
}
body.camerata .parallax-event-panel .panel_inner .bg-orange,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-orange {
  background: #ea5b0c !important;
  color: #000 !important;
}
body.camerata .parallax-event-panel .panel_inner .bg-orange:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-orange:hover {
  color: #ea5b0c !important;
  background: #000 !important;
}
body.camerata .parallax-event-panel .panel_inner .bg-brown,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-brown {
  background: #a2a087 !important;
  color: #000 !important;
}
body.camerata .parallax-event-panel .panel_inner .bg-brown:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-brown:hover {
  color: #a2a087 !important;
  background: #000 !important;
}
body.camerata .parallax-event-panel .panel_inner .bg-white,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-white {
  background: #fff !important;
  color: #000 !important;
}
body.camerata .parallax-event-panel .panel_inner .bg-white:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel .panel_inner .bg-white:hover {
  color: #fff !important;
  background: #000 !important;
}
body.camerata .parallax-event-panel + .cta-block,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .parallax-event-panel + .cta-block {
  background: #f2ea03;
  color: #000 !important;
}
body.camerata .jarallax,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .jarallax {
  position: relative;
  z-index: 0;
  min-height: 66vh;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.camerata .jarallax:after,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .jarallax:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
body.camerata .jarallax > .jarallax-img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.camerata .jarallax .jarallax-img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .jarallax .jarallax-img {
  -o-object-position: 75% center !important;
     object-position: 75% center !important;
}
body.camerata.single-musician .content-wrap,
body.camerata .musician-popup__inner .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .content-wrap,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner .content-wrap {
  padding: 3rem 0;
}
body.camerata.single-musician .single-musician__intro > img,
body.camerata .musician-popup__inner .single-musician__intro > img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .single-musician__intro > img,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner .single-musician__intro > img {
  width: 100%;
  height: auto;
  max-width: 50vh;
  margin: 0 auto 2rem;
  display: block;
}
body.camerata.single-musician hgroup h1,
body.camerata .musician-popup__inner hgroup h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup h1,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner hgroup h1 {
  margin: 0;
}
body.camerata.single-musician hgroup h2,
body.camerata .musician-popup__inner hgroup h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician hgroup h2,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner hgroup h2 {
  margin: 0 0 1rem;
}
body.camerata.single-musician .single-musician__intro,
body.camerata .musician-popup__inner .single-musician__intro,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .single-musician__intro,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner .single-musician__intro {
  text-align: center;
  padding-bottom: 2rem;
}
body.camerata.single-musician .social-links,
body.camerata .musician-popup__inner .social-links,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .social-links,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner .social-links {
  list-style-type: none;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}
body.camerata.single-musician .social-links a,
body.camerata .musician-popup__inner .social-links a,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .social-links a,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner .social-links a {
  text-decoration: none;
  transform-origin: center bottom;
  transition: scale 0.2s;
}
body.camerata.single-musician .social-links a:hover,
body.camerata .musician-popup__inner .social-links a:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper.single-musician .social-links a:hover,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner .social-links a:hover {
  scale: 1.1;
}
body.camerata .musician-popup,
body.camerata .overlay-popup,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .overlay-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  overscroll-behavior: contain;
}
body.camerata .musician-popup__inner,
body.camerata .overlay-popup__inner,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__inner,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .overlay-popup__inner {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 90%;
  max-width: 60em;
  max-height: 90%;
  overflow: auto;
  overscroll-behavior: contain;
}
body.camerata .musician-popup__close,
body.camerata .overlay-popup__close,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__close,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .overlay-popup__close {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  border: none;
  margin: 0 5% -3rem auto;
  position: relative;
  background: #fff;
  text-indent: 110%;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
}
body.camerata .musician-popup__close:before,
body.camerata .overlay-popup__close:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .musician-popup__close:before,
html :where(.editor-styles-wrapper) .editor-styles-wrapper .overlay-popup__close:before {
  text-indent: 0;
  position: absolute;
  inset: 0;
  margin: auto;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}

.overlay-popup__inner {
  display: flex;
  flex-direction: column;
}
.overlay-popup__inner .content-wrap {
  padding: 3rem 0;
  width: 100%;
  margin: auto;
  flex: 0 !important;
}
.overlay-popup__inner .block-content > :last-child {
  margin-bottom: 0;
}
a[href*="/overlay/"] {
  text-decoration: none;
  font-weight: 700;
  padding: 0 0.2em;
  -webkit-background-clip: text;
          background-clip: text;
  color: white !important;
  background: #000 !important;
  mix-blend-mode: multiply;
}
a[href*="/overlay/"]:hover {
  mix-blend-mode: normal;
}
.link--bi a[href*="/overlay/"] {
  font-style: italic;
  padding: 0 0.3em 0 0.1em;
  font-weight: inherit;
}
.link--b a[href*="/overlay/"], .link--i a[href*="/overlay/"] {
  padding: 0;
  mix-blend-mode: normal !important;
  background: none !important;
  color: inherit !important;
}
.link--b a[href*="/overlay/"]:hover, .link--i a[href*="/overlay/"]:hover {
  text-decoration: underline;
}
.link--b a[href*="/overlay/"] {
  font-weight: 700;
}
.link--i a[href*="/overlay/"] {
  font-style: italic;
  font-weight: inherit;
}

.link-style-picker {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 1rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* School of Songwriting */
.page-id-4694 .sos_login_title,
.parent-pageid-4694 .sos_login_title {
  text-align: center;
  margin: 1rem auto !important;
  font-size: 2.5rem;
}
.page-id-4694 .password-required,
.parent-pageid-4694 .password-required {
  min-height: 75vh;
}
.page-id-4694 .password-required,
.page-id-4694 .password-required > .block-content,
.parent-pageid-4694 .password-required,
.parent-pageid-4694 .password-required > .block-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.page-id-4694 .password-required > .block-content,
.parent-pageid-4694 .password-required > .block-content {
  background: #ddd;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.page-id-4694 .post-password-form,
.parent-pageid-4694 .post-password-form {
  justify-content: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  width: 90%;
  max-width: 20em;
  margin: 4rem auto !important;
}
.page-id-4694 .post-password-form p,
.parent-pageid-4694 .post-password-form p {
  margin: 0;
}
.page-id-4694 .post-password-form p:first-child,
.parent-pageid-4694 .post-password-form p:first-child {
  display: none;
}
.page-id-4694 .post-password-form input,
.parent-pageid-4694 .post-password-form input {
  display: block;
  font: inherit;
  background: #fff;
  border: 1px solid;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
}
.page-id-4694 .post-password-form input[type=password],
.parent-pageid-4694 .post-password-form input[type=password] {
  width: 100%;
  min-width: none;
  padding: 0.5em;
  margin-top: 0.5em;
}
.page-id-4694 .post-password-form input[type=submit],
.parent-pageid-4694 .post-password-form input[type=submit] {
  margin: 1rem auto 0;
  padding: 0.6em 2em;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
.page-id-4694 .post-password-form input[type=submit]:hover,
.parent-pageid-4694 .post-password-form input[type=submit]:hover {
  background: #efefef;
}

/* .page-id-6431 {
  .video-header:after {
    content: '';
    position: absolute;
    top: 25%; left: 25%;
    width: 50%; height: 50%;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MTkiIGhlaWdodD0iOTEiIHZpZXdCb3g9IjAgMCA4MTkgOTEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWQxZDFiO3N0cm9rZS13aWR0aDowcHg7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTc2NS4zNSw1LjU2bC0uNzYtLjQxLTkuMDksMTcuMDQuNzIuNGM4LjE1LDQuNTcsMTMuMjEsMTMuMTYsMTMuMjEsMjIuNDNzLTUuMDYsMTcuODUtMTMuMjEsMjIuNDJsLS43Mi40LDkuMDksMTcuMDMuNzYtLjQxYzE0LjQ5LTcuOTQsMjMuNDktMjMuMDUsMjMuNDktMzkuNDVzLTktMzEuNTEtMjMuNDktMzkuNDUiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im02OTguMjgsNDUuMDFjMCwyNC44MiwyMC4zMSw0NS4wMSw0NS4yOCw0NS4wMWguODV2LTE5LjI5aC0uODVjLTE0LjI3LDAtMjUuODgtMTEuNTQtMjUuODgtMjUuNzJzMTEuNjEtMjUuNzIsMjUuODgtMjUuNzJoLjg1VjBoLS44NWMtMjQuOTcsMC00NS4yOCwyMC4yLTQ1LjI4LDQ1LjAxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTU0OC40Myw2Mi4xN2gxOC4zNWMwLDguMyw2LjgzLDEyLjQ1LDE1LjA2LDEyLjQ1LDguNzMsMCwxNC4zLTQuMjgsMTQuMy0xMS4zMnMtNS41Ny0xMC45NC0xNC4zLTEwLjk0aC04LjQ4di0xNS40N2g4LjFjNi45NiwwLDExLjUxLTQuMTUsMTEuNTEtMTAuMDZzLTUuMDYtOS42OC0xMi40LTkuNjgtMTIuNTMsMy41Mi0xMi42NSwxMS42OWgtMTcuOTdjLjEzLTE3LjYxLDE0LjkzLTI3LjkyLDMxLTI3LjkyLDE3LjMzLDAsMzAuMzYsMTAuODIsMzAuMzYsMjMuODksMCw4LjE3LTQuMTgsMTUuMjItMTAuNSwxOC43Myw4LjYsMy4xNCwxNC4xNywxMC42OSwxNC4xNywyMC4yNCwwLDE3LjEtMTUuNDQsMjcuMTYtMzMuMTQsMjcuMTZzLTMzLjQtMTAuNjktMzMuNC0yOC44Ii8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJtNjkwLjcxLDYwLjkxYzAsMTYuOTgtMTQuNjcsMzAuMDYtMzMuMjgsMzAuMDYtMjIuOSwwLTM0LjkyLTE4LjYxLTM0LjkyLTQyLjUxLDAtMjkuOCwxNC41NS00Ny41NCwzNi4xOS00Ny41NCwxOC45OCwwLDMxLjUsMTEuNDQsMzMuMjgsMjUuNjVoLTE3LjU4Yy0xLjI3LTUuNzgtNy4wOC0xMC4wNi0xNC45My0xMC4wNi0xMS4wMSwwLTE4LjQ3LDEwLjE4LTE5LjIzLDI0LjAyLDMuNjctNS40MSwxMi4xNS05LjMxLDE5LjYxLTkuMzEsMTguNiwwLDMwLjg3LDEyLjk1LDMwLjg3LDI5LjY4bS0xOS4xMSwwYzAtNy45My01LjQ0LTEzLjU4LTEzLjc5LTEzLjU4cy0xNC4wNCw1LjY2LTE0LjA0LDEzLjU4LDUuNjksMTMuNzEsMTQuMDQsMTMuNzEsMTMuNzktNS41MywxMy43OS0xMy43MVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0wLDQ1LjY3QzAsMTUuMDIsMjAuNzcuMzQsNDIuOTMuMzRjMTkuMzcsMCwzNS4yOSwxMi4wMywzNy43MSwyOC42MWgtMTEuNDZjLTEuNTMtMTAuODktMTIuNjEtMTguODYtMjYuMjQtMTguODYtMTguNiwwLTMxLjcyLDEyLjUzLTMxLjcyLDM1LjU4czEzLjEyLDM1LjU4LDMxLjcyLDM1LjU4YzEzLjg4LDAsMjUuMDktNy45NywyNi4zNy0xOC44N2gxMS4yMWMtMS45MSwxNi41OS0xNy44MywyOC42MS0zNy41OCwyOC42MUMyMC42NCw5MSwwLDc2LjE4LDAsNDUuNjdaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMTQzLjk0LDQ4LjgzdjQxLjE1aC0xMC4xOXYtMTEuMDJjLTMuNDQsNy4zNS0xMS45NywxMi4wMy0yMS45MSwxMi4wMy0xMy41MSwwLTIyLjMtNy42LTIyLjMtMTkuMjRzMTAuMDYtMTkuODgsMjUuNjEtMTkuODhoMTQuNTJjMi44LDAsNC4wOC0xLjM5LDQuMDgtMy40MiwwLTguNzQtNi4yNC0xNC42OS0xNy4yLTE0LjY5LTkuNDMsMC0xNi44MSw1LjgzLTE3LjMyLDEyLjc4aC05LjY4YzEuMTUtMTIuMjgsMTIuODctMjEuNCwyNy4yNi0yMS40LDE2LjY5LDAsMjcuMTQsOS41LDI3LjE0LDIzLjY4bS0xMC4xOCwxMi40MnYtMS42NWgtMTcuOTZjLTkuNTUsMC0xNS44LDQuNTYtMTUuOCwxMi4wMywwLDYuNTgsNS4yMiwxMC43NiwxMy4zNywxMC43NiwxMi44NywwLDIwLjM4LTcuOTcsMjAuMzgtMjEuMTUiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xNTUuOTIsMjYuMTdoMTAuMTl2MTIuMjhjMi40Mi03LjcyLDkuNTUtMTMuMywxOS4zNi0xMy4zLDEwLjU4LDAsMTguODYsNC44MSwyMS4xNSwxMy41NSwyLjQyLTcuNiwxMC45NS0xMy41NSwyMC43Ny0xMy41NSwxMy44OCwwLDIyLjI5LDkuMjUsMjIuMjksMjQuNjl2NDAuMTNoLTEwLjE5di0zNy40OGMwLTEwLjg5LTUuNDgtMTguMzYtMTQuNTMtMTguMzYtMTAuNywwLTE3LjA3LDcuNDctMTcuMDcsMTguMzZ2MzcuNDhoLTEwLjE5di0zNy40OGMwLTEwLjg5LTUuNDgtMTguMzYtMTQuMzktMTguMzYtMTAuODMsMC0xNy4yLDcuNDctMTcuMiwxOC4zNnYzNy40OGgtMTAuMTlWMjYuMTdaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMzIwLDY5LjQ4Yy0yLjE3LDEzLjA0LTEzLjUxLDIxLjUyLTI5LjQyLDIxLjUyLTE4Ljk4LDAtMzEuNzItMTUuMDctMzEuNzItMzMuM3MxMS43Mi0zMi41NCwzMC41OC0zMi41NCwyOS45MywxMi45MiwyOS45MywyOS44OWMwLDEuMzktLjEzLDMuNTUtLjI1LDQuNDNoLTUwLjE5Yy43NiwxMy4xNyw5LjU1LDIyLjU0LDIxLjY2LDIyLjU0LDEwLjQ0LDAsMTcuMDctNC41NiwxOS4xMS0xMi41M2gxMC4zMi0uMDFabS01MC41Ny0xOC4xMWgzOS40OWMtLjc2LTEwLjc2LTguMDItMTcuNi0xOS40OS0xNy42LTEwLjgzLDAtMTguMDksNi4zMy0yMCwxNy42WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTM1Ny44NCwzNS4xNmMtMTIuOTksMC0xNi42OSwxMS42NC0xNi42OSwyNi43MnYyOC4xMWgtMTAuMTlWMjYuMTdoMTAuMTl2MTIuOTJjMi42Ny04Ljc0LDguMDItMTIuOTIsMTcuNDUtMTIuOTJoOC4xNnY4Ljk5aC04LjkyWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTQyNS45OSw0OC44M3Y0MS4xNWgtMTAuMTl2LTExLjAyYy0zLjQ0LDcuMzUtMTEuOTcsMTIuMDMtMjEuOTEsMTIuMDMtMTMuNTEsMC0yMi4zLTcuNi0yMi4zLTE5LjI0czEwLjA2LTE5Ljg4LDI1LjYxLTE5Ljg4aDE0LjUyYzIuOCwwLDQuMDgtMS4zOSw0LjA4LTMuNDIsMC04Ljc0LTYuMjQtMTQuNjktMTcuMi0xNC42OS05LjQzLDAtMTYuODEsNS44My0xNy4zMiwxMi43OGgtOS42OGMxLjE1LTEyLjI4LDEyLjg3LTIxLjQsMjcuMjYtMjEuNCwxNi42OSwwLDI3LjE0LDkuNSwyNy4xNCwyMy42OG0tMTAuMiwxMi40MnYtMS42NWgtMTcuOTZjLTkuNTUsMC0xNS43OSw0LjU2LTE1Ljc5LDEyLjAzLDAsNi41OCw1LjIyLDEwLjc2LDEzLjM3LDEwLjc2LDEyLjg3LDAsMjAuMzgtNy45NywyMC4zOC0yMS4xNVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im00NTMuODksNS43OHYyMC4zOGgxOS43NHY4Ljk5aC0xOS43NHYzNC41NmMwLDcuMDgsNC4wOCwxMS4yNywxMC4zMiwxMS4yN2g5LjQydjguOTloLTkuODFjLTEyLjIzLDAtMjAuMTMtNy42LTIwLjEzLTIwLjAxdi0zNC44MmgtMTMuMzd2LTguOTloMTMuMzdWNS43OGgxMC4yWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTUzNC45LDQ4LjgzdjQxLjE1aC0xMC4xOXYtMTEuMDJjLTMuNDQsNy4zNS0xMS45NywxMi4wMy0yMS45MSwxMi4wMy0xMy41MSwwLTIyLjMtNy42LTIyLjMtMTkuMjRzMTAuMDYtMTkuODgsMjUuNjEtMTkuODhoMTQuNTJjMi44LDAsNC4wOC0xLjM5LDQuMDgtMy40MiwwLTguNzQtNi4yNC0xNC42OS0xNy4yLTE0LjY5LTkuNDMsMC0xNi44MSw1LjgzLTE3LjMyLDEyLjc4aC05LjY4YzEuMTUtMTIuMjgsMTIuODctMjEuNCwyNy4yNi0yMS40LDE2LjY5LDAsMjcuMTQsOS41LDI3LjE0LDIzLjY4bS0xMC4xOSwxMi40MnYtMS42NWgtMTcuOTZjLTkuNTUsMC0xNS43OSw0LjU2LTE1Ljc5LDEyLjAzLDAsNi41OCw1LjIyLDEwLjc2LDEzLjM3LDEwLjc2LDEyLjg3LDAsMjAuMzgtNy45NywyMC4zOC0yMS4xNVoiLz48ZWxsaXBzZSBjbGFzcz0iY2xzLTEiIGN4PSI4MDUuOTgiIGN5PSIxMi45NCIgcng9IjEzLjAyIiByeT0iMTIuOTQiLz48L3N2Zz4=') center/contain no-repeat;
  }
} */
html .block-editor .editor-styles-wrapper {
  font: 400 16px/1.3 "Roobert", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 90%;
  max-width: 1920px;
  /*.wp-block-column:first-child *:first-child {
  	margin-top: 8px;
  }*/
}
html .block-editor .editor-styles-wrapper .block-text-columns {
  width: 95%;
  margin: 0 auto;
  -moz-column-gap: calc(32px + 5%);
       column-gap: calc(32px + 5%);
}
html .block-editor .editor-styles-wrapper.wp-block-image {
  width: 90%;
  max-width: 1920px;
  text-align: center;
  /*.components-resizable-box__container {
  	width: 95% !important;
  	max-width: none !important;
  	max-height: none !important;
  	text-align: center;
  	img {
  		width: 100% !important;
  	}
  }*/
}
html .block-editor .editor-styles-wrapper .wp-block-group {
  border: 1px dashed #ccc;
}
html .block-editor .editor-styles-wrapper .wp-block-group:before {
  content: "Group";
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 0.5rem;
  padding: 0.5em;
  background: #ccc;
  color: #000;
}
html .block-editor .editor-styles-wrapper .acf-block-preview a {
  pointer-events: none;
}

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