/*!
Theme Name:   MST3K
Theme URI:    http://mst3klive.com
Description:  Custom theme for Mystery Science Theater 3000 Tour
Author:       WordPress.com Special Projects Team
Author URI:   http://wpspecialprojects.wordpress.com/
Template:     ovation-wpcom
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  mst3k
*/
/* Max-width: 1440px, 1000px, 800px, 700px, 600px, 500px, 400px */
/* Colors */
/* Fonts */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  color: #333; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  color: #dedede;
  position: relative; }

.admin-bar {
  position: relative !important; }

.site {
  position: relative;
  z-index: 2; }

.starfield,
.overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; }

.starfield {
  background-repeat: repeat;
  opacity: 0.47;
  z-index: 1; }

.overlay {
  background: linear-gradient(180deg, black 70%, #34b9ef 100%);
  z-index: -1; }

h1,
h2,
h3,
h4,
h5,
h6,
a:hover {
  color: #ffffff; }

a,
a:visited,
a:active {
  color: #fde758;
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

.entry-content a:focus,
.page-content a:focus,
.entry-content a:hover,
.page-content a:hover {
  opacity: 1; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
.site-navigation,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
.front-page-section--posts li a,
.comments-title,
.comment-reply-title {
  font-family: "clarendon-urw", Georgia, "Times New Roman", serif; }

.site-header {
  background: none;
  position: relative; }
  .site-header .site-identity {
    margin-bottom: 0;
    z-index: 999999999; }
  .site-header .theater {
    position: relative;
    z-index: 9999; }
    .site-header .theater img {
      object-fit: cover;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }

.has-header-media .site-header-inside .wp-custom-header img {
  transform: translateY(-23px); }

.has-header-media .site-header-inside .site-identity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-align: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-line-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0; }

.has-header-media .site-header-inside .social-navigation {
  margin: 1.25em 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

@media screen and (max-width: 782px) {
  .custom-logo {
    width: 70%; }
  .stars {
    display: none; } }

@media screen and (min-width: 480px) {
  .home.has-header-media .site-header-inside,
  .has-header-media .site-header-inside {
    min-height: 56vw; } }

@media screen and (min-width: 783px) {
  .home.has-header-media.admin-bar .site-header-inside,
  .has-header-media.admin-bar .site-header-inside,
  .home.has-header-media .site-header-inside,
  .has-header-media .site-header-inside {
    height: 35vw;
    min-height: unset; }
  .home.has-header-media .site-header-inside .site-identity,
  .has-header-media .site-header-inside .site-identity {
    padding-top: 0;
    padding-bottom: 3.375em; } }

@media screen and (min-width: 1100px) {
  .site-header .theater {
    margin-left: 16%; }
    .site-header .theater img {
      width: 75%; } }

.site-header-inside .site-navigation {
  color: #fde758;
  background: #000000;
  border: 2px solid rgba(218, 171, 35, 0.5);
  border-width: 1px 0 1px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.92307692em 0;
  z-index: 100000000; }
  .site-header-inside .site-navigation .menu a:hover,
  .site-header-inside .site-navigation .menu .current-menu-item > a,
  .site-header-inside .site-navigation .menu > .current-menu-parent > a,
  .site-header-inside .site-navigation .menu > .current-menu-ancestor > a {
    color: #ffffff;
    text-shadow: 1px 1px 10px #ffffff; }
  .site-header-inside .site-navigation .sidebar-toggle-button {
    color: #fde758; }
    .site-header-inside .site-navigation .sidebar-toggle-button:before {
      color: #fde758; }
  .site-header-inside .site-navigation button {
    box-shadow: none; }

/* Sidebar area */
.sidebar-area {
  background: #000000; }
  .sidebar-area .sidebar-toggle-button {
    background: #323774; }
  .sidebar-area .mobile-navigation {
    font-size: 20px;
    font-size: 2rem; }
    .sidebar-area .mobile-navigation a {
      padding: 0.50833333em 0; }

/* Social Navigation - Header */
.site-header .social-navigation ul {
  margin: 0 4em 0 0;
  text-align: right; }

.site-header .social-navigation ul a,
.social-navigation ul a {
  color: #fde758; }
  .site-header .social-navigation ul a:hover,
  .social-navigation ul a:hover {
    color: inherit;
    opacity: 0.85; }

@media (max-width: 959px) {
  .site-header .site-header-inside .site-navigation {
    padding: 1.5em 0; } }

@media (min-width: 960px) {
  .site-navigation li.is-active > a {
    opacity: 1; } }

/* Front Page Panels */
.front-page-sections .front-page-section--posts li {
  background: rgba(50, 55, 116, 0.5);
  border: none;
  margin-right: 0.5em;
  min-height: unset; }
  .front-page-sections .front-page-section--posts li a {
    font-weight: 500;
    letter-spacing: 0.03em; }
    .front-page-sections .front-page-section--posts li a:hover {
      color: #ffffff; }
  .front-page-sections .front-page-section--posts li .post-date {
    color: #ffffff; }

.front-page-sections .front-page-section--posts .post-date {
  color: #ffffff; }

/* Hide page title in panel if the page with "upcoming events" slug is displaying */
#front-page-section-upcoming-events .front-page-section-header {
  display: none; }

.front-page-section-title,
.entry-title,
.audiotheme-gig-single .audiotheme-gig-header .audiotheme-gig-title,
.audiotheme-archive-title,
.comments-title,
.comment-reply-title,
.footer-promo-area .widget-title,
.events-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase; }

.entry--page .entry-content,
.entry--post .entry-content,
.entry-content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.825; }

.comments-title,
.comment-reply-title {
  font-size: 18px;
  font-size: 1.8rem; }

.author-box,
.navigation {
  border-color: #f2ce70; }

.entry-header .entry-meta-label {
  background: #5d95c1;
  padding: 0.5em; }

figcaption {
  color: #dedede; }

.post-navigation .nav-links:after {
  background: #f2ce70; }

.entry-footer {
  display: none; }

.blog .entry-title a {
  color: #ffffff; }
  .blog .entry-title a:hover {
    color: #fde758; }

.entry-content a,
.page-content a {
  text-decoration: none; }

/* 404 Page */
.error404 .page-header {
  margin-bottom: 2em; }

.error404 .search-form {
  display: none; }

/* Reviews */
.single-reviews .content-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .single-reviews .content-area .content-area-inside {
    flex: 1;
    flex-basis: 70%; }
  .single-reviews .content-area .reviews-widget-wrapper {
    flex: 1;
    flex-basis: 30%; }

@media screen and (max-width: 768px) {
  .front-page-sections .front-page-section--posts li {
    margin-bottom: 0.5em; }
    .front-page-sections .front-page-section--posts li:last-of-type {
      margin-bottom: 1.5em; } }

@media (max-width: 959px) {
  .front-page-sections .front-page-section:first-of-type {
    margin-top: 3em; } }

@media screen and (min-width: 768px) {
  .front-page-section-title {
    margin-bottom: 65px; } }

@media (max-width: 488px) {
  .front-page-sections .front-page-section {
    margin-bottom: 4.5em; } }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.wp-block-file .wp-block-file__button {
  background: #fde758;
  background: -moz-linear-gradient(top, #efd549 0%, #daab23 100%);
  background: -webkit-linear-gradient(top, #efd549 0%, #daab23 100%);
  background: linear-gradient(to bottom, #efd549 0%, #daab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd549', endColorstr='#daab23',GradientType=0 );
  border-radius: 35px;
  border: 2px solid #e72f27;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  color: #b51418;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.3em 1em 0.2em;
  text-align: center;
  text-transform: uppercase;
  width: auto; }
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .wp-block-button__link:hover,
  .wp-block-file .wp-block-file__button:hover {
    background: #e72f27;
    border-color: #fde758;
    color: #ffffff;
    opacity: 0.9; }

select {
  color: #000000;
  margin-bottom: 1.5em;
  height: 2.5em; }

input.search-submit {
  display: inline-block;
  padding: 0.8em 2em;
  margin-left: 1em; }

label {
  color: #ffffff; }

.post-password-form {
  text-align: center; }

/* Footer Promo Widget Area */
.footer-promo-area {
  background: linear-gradient(90deg, #aa050e 0%, #e43030 55%, #aa050e 88%);
  border: 2px solid #f2ce70;
  border-width: 3px 0;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  margin-top: 2em;
  padding: 2em 0 0.6em;
  position: relative;
  text-align: left; }
  .footer-promo-area:before, .footer-promo-area:after {
    background: url("../../wp-content/themes/mst3k/images/filigree.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }
  .footer-promo-area:before {
    height: 28px;
    top: -25px;
    transform: translateX(-35%);
    width: 141px; }
  .footer-promo-area:after {
    bottom: -30px;
    height: 33px;
    transform-origin: center center;
    transform: rotate(180deg) translateX(57%);
    width: 145px; }
  .footer-promo-area .widget {
    margin-bottom: 3em;
    text-align: center; }
    .footer-promo-area .widget:last-of-type {
      margin-bottom: 0; }
  .footer-promo-area .widget-title {
    color: #ffffff;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 0.6em;
    text-align: center;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.8); }
  .footer-promo-area #mc_embed_signup {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    text-align: center; }
    .footer-promo-area #mc_embed_signup form {
      display: block;
      margin: 0 auto;
      text-align: left; }
      .footer-promo-area #mc_embed_signup form .indicates-required {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 1em;
        text-align: right; }
      .footer-promo-area #mc_embed_signup form .asterisk {
        color: #fde758; }
      .footer-promo-area #mc_embed_signup form .mc-field-group {
        margin-bottom: 1em; }
        .footer-promo-area #mc_embed_signup form .mc-field-group label {
          color: #ffffff;
          display: block;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 400; }
        .footer-promo-area #mc_embed_signup form .mc-field-group input[type="email"] {
          margin-right: 0.5em;
          max-width: unset;
          padding: 0.4875em 0.8125em;
          width: 60%; }
        .footer-promo-area #mc_embed_signup form .mc-field-group input[type="submit"] {
          display: inline-block;
          padding: 0.6em 1.1em 0.5em; }
        .footer-promo-area #mc_embed_signup form .mc-field-group div.mce_inline_error {
          background-color: #b51418;
          font-weight: 400; }

/* Footer Widgets */
.footer-sidebar-area {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }
  .footer-sidebar-area .widget {
    flex: 1 0 32%;
    margin: 0 0em 4em 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left; }
    .footer-sidebar-area .widget a,
    .footer-sidebar-area .widget a:active,
    .footer-sidebar-area .widget a:visited {
      color: #fde758; }
    .footer-sidebar-area .widget a:hover {
      color: #ffffff; }
    .footer-sidebar-area .widget .current_page_item a {
      text-decoration: underline; }
    .footer-sidebar-area .widget .widget-title {
      color: #ffffff;
      font-weight: 400;
      letter-spacing: 0.08em;
      margin-bottom: 0.5em; }

@media screen and (max-width: 783px) {
  .footer-sidebar-area {
    display: block;
    max-width: 100%; }
    .footer-sidebar-area .widget {
      display: block;
      margin-bottom: 2.5em; } }

@media (max-width: 959px) {
  .footer-promo-area {
    padding-left: 2em;
    padding-right: 2em; } }

@media (max-width: 488px) {
  .footer-promo-area {
    padding-left: 1em;
    padding-right: 1em; }
    .footer-promo-area #mc_embed_signup form .mc-field-group input[type="email"],
    .footer-promo-area #mc_embed_signup form .mc-field-group input[type="submit"] {
      width: 100%; } }

.credits {
  color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem; }
  .credits a:hover {
    color: #ffffff; }

/* Footer Social Menu */
.site-footer-inside .social-navigation {
  margin-bottom: 1em; }
  .site-footer-inside .social-navigation a:hover,
  .site-footer-inside .social-navigation a:active,
  .site-footer-inside .social-navigation a:focus {
    color: #ffffff;
    opacity: 1; }

/* Footer Navigation */
.footer-navigation {
  margin-bottom: 2em; }
  .footer-navigation ul {
    list-style-type: none;
    padding: 0; }
    .footer-navigation ul li {
      display: inline-block;
      padding-right: 2em; }
      .footer-navigation ul li:first-of-type {
        padding-left: 1.5em; }
      .footer-navigation ul li a {
        font-size: 13px;
        font-size: 1.3rem;
        text-transform: uppercase; }

/* Moon Logo */
.footer-widget-wrapper:after {
  background: url(../../themes/mst3k/images/moongold.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 150px;
  margin: 5em auto 2em;
  text-align: center;
  width: 150px; }

/* Generic Event Listings - used on event archive page & shortcode */
.audiotheme-gigs {
  border-style: solid;
  border-width: 3px 0px;
  border-color: #b51418;
  border-bottom-color: #f2ce70;
  border-top-color: #b51418; }

.events-listing .audiotheme-gigs {
  border-bottom: 0; }

.audiotheme-gig-card {
  border-width: 0; }

.audiotheme-gigs .gig-card {
  background: rgba(50, 55, 116, 0.65);
  display: flex;
  flex-direction: row;
  margin-bottom: 0.2em;
  padding: 2em;
  width: 100%; }
  .audiotheme-gigs .gig-card:last-of-type {
    border-bottom: 5px solid #000000;
    margin-bottom: 0; }
  .audiotheme-gigs .gig-card:nth-of-type(2n) {
    background: #453365; }
  .audiotheme-gigs .gig-card .gig-info {
    flex: 1;
    margin-right: 1em;
    width: 25%; }
  .audiotheme-gigs .gig-card .gig-date,
  .audiotheme-gigs .gig-card .gig-time,
  .audiotheme-gigs .gig-card .gig-venue {
    display: block; }
    .audiotheme-gigs .gig-card .gig-date a:hover,
    .audiotheme-gigs .gig-card .gig-time a:hover,
    .audiotheme-gigs .gig-card .gig-venue a:hover {
      color: #ffffff; }
  .audiotheme-gigs .gig-card .gig-date {
    font-weight: 700;
    letter-spacing: 0.05em; }
  .audiotheme-gigs .gig-card .gig-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.075em;
    text-transform: none; }
    .audiotheme-gigs .gig-card .gig-title a:hover {
      color: #ffffff; }
  .audiotheme-gigs .gig-card .gig-tickets {
    padding-top: 0; }
    @media screen and (min-width: 791px) {
      .audiotheme-gigs .gig-card .gig-tickets {
        text-align: right; } }
    .audiotheme-gigs .gig-card .gig-tickets a {
      background: #fde758;
      background: -moz-linear-gradient(top, #efd549 0%, #daab23 100%);
      background: -webkit-linear-gradient(top, #efd549 0%, #daab23 100%);
      background: linear-gradient(to bottom, #efd549 0%, #daab23 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd549', endColorstr='#daab23',GradientType=0 );
      border-radius: 35px;
      border: 2px solid #e72f27;
      box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
      color: #b51418;
      display: inline-block;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      padding: 0.3em 0.2em 0.2em;
      text-align: center;
      text-transform: uppercase;
      transition: none;
      width: 65%; }
      .audiotheme-gigs .gig-card .gig-tickets a:hover {
        background: #e72f27;
        border-color: #fde758;
        color: #ffffff;
        opacity: 0.9; }

/* Event archive and shortcode header and footer */
.post-type-archive-audiotheme_gig .audiotheme,
.events-listing .audiotheme {
  margin-bottom: 6.5em;
  margin-top: 2em;
  position: relative; }
  .post-type-archive-audiotheme_gig .audiotheme:after, .post-type-archive-audiotheme_gig .audiotheme:before,
  .events-listing .audiotheme:after,
  .events-listing .audiotheme:before {
    background: url("../../wp-content/themes/mst3k/images/filigree.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999; }
  .post-type-archive-audiotheme_gig .audiotheme:before,
  .events-listing .audiotheme:before {
    height: 28px;
    top: -22px;
    transform: translate(-42%);
    width: 141px; }
  .post-type-archive-audiotheme_gig .audiotheme:after,
  .events-listing .audiotheme:after {
    bottom: -21px;
    height: 33px;
    transform-origin: center center;
    transform: rotate(180deg) translateX(58%);
    width: 100px; }
  .post-type-archive-audiotheme_gig .audiotheme .audiotheme-archive-header,
  .post-type-archive-audiotheme_gig .audiotheme .events-header,
  .events-listing .audiotheme .audiotheme-archive-header,
  .events-listing .audiotheme .events-header {
    background: linear-gradient(90deg, #aa050e 0%, #e43030 55%, #aa050e 88%);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-bottom: 1em;
    position: relative; }
    .post-type-archive-audiotheme_gig .audiotheme .audiotheme-archive-header:before,
    .post-type-archive-audiotheme_gig .audiotheme .events-header:before,
    .events-listing .audiotheme .audiotheme-archive-header:before,
    .events-listing .audiotheme .events-header:before {
      background-color: #f2ce70;
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 3px; }
    .post-type-archive-audiotheme_gig .audiotheme .audiotheme-archive-header .audiotheme-archive-intro,
    .post-type-archive-audiotheme_gig .audiotheme .events-header .audiotheme-archive-intro,
    .events-listing .audiotheme .audiotheme-archive-header .audiotheme-archive-intro,
    .events-listing .audiotheme .events-header .audiotheme-archive-intro {
      color: #ffffff;
      padding: 1em 2em 0; }
    .post-type-archive-audiotheme_gig .audiotheme .audiotheme-archive-header .audiotheme-archive-title,
    .post-type-archive-audiotheme_gig .audiotheme .audiotheme-archive-header .events-title,
    .post-type-archive-audiotheme_gig .audiotheme .events-header .audiotheme-archive-title,
    .post-type-archive-audiotheme_gig .audiotheme .events-header .events-title,
    .events-listing .audiotheme .audiotheme-archive-header .audiotheme-archive-title,
    .events-listing .audiotheme .audiotheme-archive-header .events-title,
    .events-listing .audiotheme .events-header .audiotheme-archive-title,
    .events-listing .audiotheme .events-header .events-title {
      color: #ffffff;
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 0;
      padding: 0.5em 0;
      position: relative;
      text-align: center;
      text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.8); }
  .post-type-archive-audiotheme_gig .audiotheme .events-header,
  .events-listing .audiotheme .events-header {
    padding-bottom: 0; }

.events-listing .audiotheme {
  margin-bottom: 2.5em; }

.audiotheme-gigs.min-width-600 .audiotheme-gig-card.has-audiotheme-ticket-meta .audiotheme-gig-details {
  padding-right: 0.8em; }

/* "More Events" button in the events shortcode */
.more-events-listing {
  background: linear-gradient(90deg, #aa050e 0%, #e43030 55%, #aa050e 88%);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
  border-bottom: 3px solid #f2ce70;
  text-align: center;
  padding: 1em 0 1.5em;
  position: relative; }
  .more-events-listing:after {
    background: url("../../wp-content/themes/mst3k/images/filigree.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    bottom: -24px;
    height: 33px;
    transform-origin: center center;
    transform: rotate(180deg) translateX(58%);
    width: 100px; }
  .more-events-listing a {
    font-size: 16px;
    font-size: 1.6rem; }

.front-page-section-footer a,
.more-events-listing a {
  background: #fde758;
  background: -moz-linear-gradient(top, #efd549 0%, #daab23 100%);
  background: -webkit-linear-gradient(top, #efd549 0%, #daab23 100%);
  background: linear-gradient(to bottom, #efd549 0%, #daab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd549', endColorstr='#daab23',GradientType=0 );
  border-radius: 35px;
  border: 2px solid #e72f27;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  color: #b51418;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.3em 1em 0.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: none;
  width: auto; }
  .front-page-section-footer a:hover,
  .more-events-listing a:hover {
    background: #e72f27;
    border-color: #fde758;
    color: #ffffff;
    opacity: 0.9; }

/* Single Event Template */
.audiotheme_gig-template-default .audiotheme-gig-tickets-link a {
  background: #fde758;
  background: -moz-linear-gradient(top, #efd549 0%, #daab23 100%);
  background: -webkit-linear-gradient(top, #efd549 0%, #daab23 100%);
  background: linear-gradient(to bottom, #efd549 0%, #daab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd549', endColorstr='#daab23',GradientType=0 );
  border-radius: 35px;
  border: 2px solid #e72f27;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  color: #b51418;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.3em 1.3em 0.2em;
  text-align: center;
  text-transform: uppercase;
  transition: none;
  width: 90%; }
  .audiotheme_gig-template-default .audiotheme-gig-tickets-link a:hover {
    background: #e72f27;
    border-color: #fde758;
    color: #ffffff;
    opacity: 0.9; }

.audiotheme_gig-template-default .audiotheme-meta-list .audiotheme-meta-item {
  padding-bottom: 18px; }

.audiotheme_gig-template-default .audiotheme-gig-date {
  color: #fde758;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em; }

.audiotheme_gig-template-default .audiotheme-label {
  margin-bottom: 1em; }

/* Event shortcode & event archive page responsiveness */
@media screen and (max-width: 790px) {
  .events-listing .audiotheme .audiotheme-gigs .gig-card,
  .post-type-archive-audiotheme_gig .audiotheme .audiotheme-gigs .gig-card,
  .audiotheme-gigs .gig-card {
    display: block; }
    .events-listing .audiotheme .audiotheme-gigs .gig-card .gig-info,
    .post-type-archive-audiotheme_gig .audiotheme .audiotheme-gigs .gig-card .gig-info,
    .audiotheme-gigs .gig-card .gig-info {
      width: 100%; }
    .events-listing .audiotheme .audiotheme-gigs .gig-card .gig-tickets a,
    .post-type-archive-audiotheme_gig .audiotheme .audiotheme-gigs .gig-card .gig-tickets a,
    .audiotheme-gigs .gig-card .gig-tickets a {
      display: block;
      width: 50%; } }

/* Note Ribbon */
.audiotheme-gig-note {
  background: #aa050e;
  display: inline-block;
  font-size: 12px;
  margin-top: 1.5em;
  min-width: 180px;
  line-height: 1.2em;
  padding: 0.5em 1em;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 790px) {
    .audiotheme-gig-note {
      width: 50%; } }
  .audiotheme-gig-note p {
    margin-bottom: 0; }
  .audiotheme-gig-note:before, .audiotheme-gig-note:after {
    content: '';
    bottom: 100%;
    position: absolute;
    border-style: solid;
    left: 0;
    border-width: .5em .7em 0 0;
    border-color: transparent #924546 transparent transparent; }
  .audiotheme-gig-note:after {
    left: auto;
    right: 0;
    border-width: .5em 0 0 .7em;
    border-color: transparent transparent transparent #924546; }

/* Full alignment */
.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  padding-left: 2em;
  padding-right: 2em;
  width: 100vw; }

/* Wide alignment */
.alignwide {
  margin: 32px calc(25% - 25vw);
  max-width: 85vw;
  padding-right: 2em;
  width: 100vw; }

/* Cover block */
.alignleft,
.wp-block-image .alignleft {
  margin: 0 1.5em 1.5em 0; }

.alignright,
.wp-block-image .alignright {
  margin: 0 0 1.5em 1.5em; }

/* Captions */
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
figcaption,
.wp-caption-text {
  color: #dedede; }

/* Blockquote */
blockquote {
  border-color: #e72f27;
  color: #dedede;
  font-family: "clarendon-urw", Georgia, "Times New Roman", serif; }

/* Buttons */
.is-style-outline .wp-block-button__link {
  background: none;
  color: #fde758; }

.wp-block-button__link,
.wp-block-file .wp-block-file__button {
  display: inline-block; }

embed, iframe, object, video {
  margin-bottom: 0.5em; }

/*code */
code {
  display: block;
  margin: 1em 0; }

mark, ins {
  background: #5d95c1;
  color: #ffffff;
  padding: 0.5em; }

/* Separators */
.wp-block-separator.is-style-dots {
  border-bottom: 1px dotted #ffffff; }

/* More link */
.read-more:before,
.read-more:after {
  display: none; }

.read-more a:visited {
  color: #b51418; }

.read-more a:hover {
  color: #ffffff;
  opacity: 1; }

pre {
  background: #000000;
  border-color: #daab23;
  color: #dedede; }

/* Tables */
.wp-block-table.is-style-stripes td {
  padding: 1em; }

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #323774;
  color: #ffffff; }

/* Media & Text */
.wp-block-media-text__content p {
  margin-bottom: 0.5em; }

/* Make sure media & text blocks always stack image, then text */
@media (max-width: 800px) {
  .wp-block-media-text {
    margin-left: auto;
    margin-right: auto; }
    .wp-block-media-text.alignwide {
      padding-right: 1em; }
    .wp-block-media-text .wp-block-media-text__media {
      margin-bottom: 1.5em; }
    .wp-block-media-text .wp-block-media-text__content {
      padding: 0; }
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content"; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-media" "media-text-content"; } }

/* Edits to switch from circus to Bubble Tour Aesthetics - @michiecat & @nyiriland 6/16/21 */
/*adjust logo height (it's vertical and looks kind of small with the existing theme dimensions) */
.custom-logo {
  max-height: 380px; }

@media screen and (max-width: 782px) {
  .custom-logo {
    width: auto;
    max-height: 220px; }
  .site-identity {
    padding: 0; } }

/* Adjust header height */
@media screen and (min-width: 783px) {
  .home.has-header-media.admin-bar .site-header-inside, .has-header-media.admin-bar .site-header-inside, .home.has-header-media .site-header-inside, .has-header-media .site-header-inside {
    height: 100%;
    min-height: unset; } }

/* adjust theatre seat image */
@media screen and (min-width: 480px) {
  /* 	.site-header .theater {
		padding-top: 2vw;
	} */ }

.site-header .theater {
  padding-top: calc(50px + 1vw); }

@media screen and (min-width: 768px) {
  .site-header .theater {
    margin-left: 0;
    padding-top: 5vw; }
  .site-header .theater img {
    width: 75%;
    left: 50%;
    transform: translatex(-50%); } }

/* make reds gray */
blockquote {
  border-color: #acafb5; }

/* Remove the circus filigrees from newsletter signup area */
.footer-promo-area:before,
.footer-promo-area:after {
  display: none; }

/* change newsletter signup bg to purple and borders gray */
.footer-promo-area {
  background: linear-gradient(90deg, #6a2b83 0%, #95237b 55%, #6a2b83 88%);
  border-color: #acafb5; }

/* Update button colors */
.button, button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button__link, .wp-block-file .wp-block-file__button,
.front-page-section-footer a, .more-events-listing a {
  background: #fde758;
  background: -moz-linear-gradient(top, #efd549 0%, #daab23 100%);
  background: -webkit-linear-gradient(top, #efd549 0%, #daab23 100%);
  background: linear-gradient(to bottom, #efd549 0%, #daab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd549', endColorstr='#daab23',GradientType=0 );
  border-radius: 35px;
  border: 2px solid #95237b;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  color: #95237b;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.3em 1em 0.2em;
  text-align: center;
  text-transform: uppercase;
  width: auto; }

.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover,
.front-page-section-footer a:hover, .more-events-listing a:hover {
  background: #95237b;
  border-color: #fde758;
  color: #ffffff;
  opacity: 0.9; }

/* drawer menu close button height */
.sidebar-area .sidebar-toggle-button {
  height: unset; }
