.btn-red {
  text-transform: none !important;
}

#maincontent #whatson-filters  button.btn-red,
#maincontent .filters button.btn-red {
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.event-content p {
  margin-bottom: 0 !important;
}

#maincontent .mc4wp-form-fields {
  width: 100%;
}

.mc4wp-alert.mc4wp-error {
  padding: 1rem;
  padding-bottom: .1rem;
  font-size: 1rem;
  margin-left: 1rem;
  border: none !important;
  background-color: #DBDBDB !important;

}

#maincontent .mc4wp-alert.mc4wp-success{
  padding: 1rem;
  padding-bottom: .1rem;
  font-size: 1rem;
  margin-left: 1rem;
  border: none !important;
  background-color: #DBDBDB !important;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7-form-control.wpcf7-submit.btn-red {
  height: 45px;
  width: 29%;
  line-height: 1;
}


#maincontent .subscribe-block--main div.mc4wp-form-fields input.cta {
  width: 28%;
}

#maincontent .subscribe-block--main.mc4wp-form-success .entry {
  float: left;
  width: 60%;
}

#maincontent .subscribe-block--main.mc4wp-form-success .cta {
  width: 39%;
}

/** needed to allow some title to fit on 1 line - e.g. Booking Info */
.section-header .header-icon {
  padding-right: 0.5rem;
}
.section-header .header-icon  img,
.section-header .header-icon  svg {
 max-height:60px;
}


#ccc-icon svg{
  display: none;
}

.search-listing .search-item .img {
  height: auto;
}



#ccc-icon {
  display: none;
}

#myGalleryModal img{
  margin-right: 20px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none !important;
  color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  background-color: #DBDBDB !important;
  /*1max-width: 500px; rule disbaled by COL - why? */
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  width: 100%;
}


.event-title {
  text-transform: none !important;
}


.card-event .date {
  padding-bottom: 0 !important;
}

#subscribe-contact-page-mailing-list .wysiwyg p {
  font-size: 16px;
}

#maincontent a.cta:hover {
  cursor: pointer;
}


#maincontent .wpcf7-form-control.wpcf7-submit.btn-red {
  text-transform: uppercase !important;
  border-radius: 3px !important;
  font-weight: bold;
  border: 0;
  float: right;
  padding: .6rem 2.4rem .7rem !important;
}

.social-menu--share a:hover {
  background-color: #AE0D36;
  border-color: #AE0D36 !important;
  color: #fff !important;
}

#maincontent .wpcf7-form-control.wpcf7-submit.btn-red {
  border-radius: 4px !important;
  font-size: 1rem !important;
  min-width: 268px !important;
  margin-bottom: 1rem !important;
}

li.pricing-info a {
  color: #000;
  border-bottom: 1px dashed #AE0D36;
  transition: .2s;
}

#maincontent .grid-container .booking-info-cta.booking-info-cta--top {
  margin-top: -25px;
}


main#maincontent .wrapper-curtain a.cta-event-search,.wrapper-curtain.bg-grey.curve-top a.cta-event-search {
  padding: 2.8rem 1rem 2.8rem 2.5rem;
  font-size:1.2rem;
}

.wrapper-footer .main-nav {
  text-align: center;
  columns: 6;
  display: flex;
  flex-wrap: wrap;
}

.wrapper-footer .main-nav li {
  flex-grow: 1;
  vertical-align: bottom;
}
.wrapper-footer .main-nav li a img {
  max-height:45px;
  height:45px;
  max-width:70px;
}



  /* Events Video Modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: min-content; /* Could be more or less, depending on screen size */
}

.modal#myGalleryModal .modal-content {
  width: 80%;
}

/* The Close Button */
.modal .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}


.modal .modal-content .close:hover,
.modal .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* Calendar ToolTips */
.js-datepicker a.datepicker--cell {
  z-index:unset;
  position: relative;
}
.js-datepicker a.active {
  border:solid 2px #ae0d36 !important;
}
.js-datepicker a.-other-month-  {
  border:1px solid #949394 !important;
}
.js-datepicker a.active div.cal-tooltip {
  position: absolute;
  top: -7rem;
  left: -6rem;
  display: none;
  z-index:99999;
 }
.js-datepicker a.-selected- div.cal-tooltip, .js-datepicker a.-focus div.cal-tooltip {
  display: block;
}
.js-datepicker a.-selected- div.cal-tooltip, .js-datepicker a.-focus div.cal-tooltip button {
  cursor: pointer !important;

}
.js-datepicker a.active div.cal-tooltip .card-event {
  min-width: 16rem;
  min-height: 14rem;
  box-shadow: 0px 0px 10px 10px rgba(25, 25, 25, 0.80);
  border-radius: 8px;
}


.__8by8container {
  position: fixed;
  right: 0px;
  top: 45%;
  max-width: 2em;
  z-index: 3;
}

/* Desktop ONly */
/*ONly show it if body has class __8by8ok :: 39.9375em*/
@media screen and (min-width: 640px ) {
  .__8by8container {
    display: none;
  }

  body.__8by8ok div.__8by8container {
    display:block !important;
  }
}


/* UP TO 600px */
@media only screen and (max-width: 600px) {
  .wpcf7 form .wpcf7-response-output {
    float: left;
  }
  .hide-on-mobile {
    display: none;
  }
}

@media screen and (max-width: 39.9375em) {

  #subscribe-block.subscribe-block--main {
    display: inline-block;
    width: 100%;
  }

  #subscribe-block .mc4wp-response {
    clear: both;
    margin-top: 101px;
  }

  .wpcf7-form-control.wpcf7-submit.btn-red {
    width: 40% !important;
  }

  .wrapper-footer .main-nav {
    margin: .5rem 0 1rem 0;
    text-align: center;
    columns: 3;
    display: flex;
    flex-wrap: wrap;
  }

  .wrapper-footer .main-nav li {
    margin: 0 1% 1rem;
    width: 31%;
  }
}


@media screen and (max-width: 39.9375em) {

  #maincontent .wpcf7-form-control.wpcf7-submit.btn-red, #maincontent form .cta {
    margin-top: 20px;
    margin-bottom: 0;
  }

  #maincontent form.filters .cta {
    margin-top: 1px;
  }

  .wpcf7-response-output {
    margin-top: 10px !important;
  }
  .img-box .card {
    /* 1min-height: 180px; rule disabled by COL - why? */
  }
  .card-event .img-box {
    height: 100% !important;
  }

  .search-listing .search-item .img {
    /* 1height: 60px; rule disabled by COL - why? */
    border-width: 3px;
    margin-right: 0;
    margin-top: 6px;
  }

  /* == this rule causes the side bar Book Now Button to be invisible on mobile
     == This is because it stacks directly under the book now button from the main content area.
   **/
  .event-series .sidebar-items--event:before {
    content: "";
  }
  .event-series .sidebar-items--event #sidebar-items--event-date,
  .event-series .sidebar-items--event #sidebar-items--event-booking-button {
    display: none;
  }


  #maincontent .wpcf7-form-control.wpcf7-submit.btn-red {
    width:59% !important;
  }
  .subscribe-block .entry {
    width: 100% !important;
  }
  .subscribe-block--main .cta {
    width: 46% !important;
  }

  .wrapper-footer .subscribe-block input.cta {
    margin-top: 20px !important;
  }


}

@media screen and (max-width: 63.9375em) and (min-width: 40em) {

  .search-listing .search-item .img {
    /* 1height: 100px;  rule disabled by COL - why? */
  }
}

