/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  background: #F9643A;
}
body {
  font: 400 15px/1.8 'Roboto Condensed', sans-serif;
  color: #fff;
  background: #F9643A;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.clear-b {
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #F9643A;
  text-decoration: none;
}
a:hover {
  color: #F9643A;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
.wp-block-image img {
  height: auto;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/* header */
.header {
  background: url('img/header_saturn.jpg') top center no-repeat #151515;
}
/* logo */
.logo {
  padding: 10px 0;
}
.logo-img {
  width: 420px;
  height: 160px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* nav */
.nav {
  width: 100%;
  min-height: 40px;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  text-align: center;
  border: 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: rgba(21, 21, 21, .7);
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav ul li {
  float: none;
  display: inline-block;
  margin: 0 0 0 12px;
  position: relative;
}
.nav ul li:first-child {
  margin: 0;
}
.nav ul li a {
  font-family: 'Oswald', sans-serif;
  display: block;
  padding: 5px 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  background: none;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 1px #000;
}
.nav ul li a:hover {
  color: #F9643A;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu-item-has-children:hover {
  background: #F9643A;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu-item-has-children:hover a, .menu-item-has-children a:hover {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nav ul li ul.sub-menu {
  background: #F9643A;
  list-style: none;
  margin-left: 0;
  display: none;
  width: 100%;
  z-index: 10000;
  position: absolute;
  text-align: left;
}
.nav ul li:hover ul.sub-menu {
  display: block;
}
.nav ul li ul.sub-menu li {
  margin: 0;
}
.nav .fa {
  font-size: 21px;
  line-height: 1.4;
}
.mobile-nav {
  display: none;
  background-color: #111111;
  width: 100%;
  padding: 10px 2%;
}
.nav-button {
  width: 20px;
  float: right;
}
.nav-button .bar {
  width: 100%;
  border-radius: 20px;
  height: 3px;
  margin-bottom: 4px;
  background-color: #fff;
}
.nav-button .bar:last-child {
  margin-bottom: 0;
}
.mobile-menu {
  height: 0;
  overflow: hidden;
}
.mobile-menu ul {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.mobile-menu ul.sub-menu li:last-child {
  padding-bottom: 0;
}
.mobile-menu ul.sub-menu a {
  color: #aaa;
}
.mobile-menu ul li {
  padding: 10px 0;
  font-size: 16px;
}
.mobile-menu ul li a {
  color: #fff;
  font-weight: 600;
}
.nav-show {
  height: 100% !important;
}
#menu-item-933, #menu-item-934, #menu-item-935, #menu-item-936 {
  display: inline;
  margin: 10px 20px;
}
/* sidebar */
.sidebar {
  width: 30%;
  float: left;
  background-color: #111;
  border-radius: 5px;
  padding: 15px 10px 10px 10px;
  min-height: 50px;
  border: 0;
}
.search {
  position: relative;
}
.fa-envelope:before {
  content: "\f0e0";
}
input[type="search"] {
  font-family: "Oswald", sans-serif;
  margin-top: 3px;
  padding: 7px 10px;
  border-radius: 5px 100px 100px 5px;
  width: 100%;
  font-size: 14px;
  text-shadow: 1px 1px 0 #333;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  background: #F9643A;
  color: #fff;
  font-weight: 400;
  border: 1px solid #F9643A;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
input[type="search"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.search-submit {
  margin-top: 0px;
  float: right;
  display: block;
  border-radius: 50%;
  padding: 7px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  background-color: #F9643A;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 1px;
  right: 0;
  text-shadow: 1px 1px 0 #333;
  border: 1px solid #151515;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#media_image-2 {
  max-width: 220px;
  margin: 20px auto;
}
.just-announced h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 2;
  padding-left: 5px;
  color: #EEE;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #666;
}
.just-announced h6 {
  margin: 0;
}
.just-announced h6 a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  padding: 8px 15px;
  color: #999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
}
.just-announced h6 a:hover {
  color: #eee;
  background: #F9643A;
  letter-spacing: 0.025em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* footer */
.footer {}
main {
  padding: 10px 2%;
}
.body-content {
  width: 68%;
  float: right;
  background-color: #111;
  border-radius: 5px;
  padding: 20px;
}
.body-content-full {
  width: 100%;
  float: none;
  background-color: #111;
  border-radius: 5px;
  padding: 20px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
h2.list-view-title {
  font-size: 33px;
  color: #999;
  text-transform: uppercase;
  opacity: .8;
  font-weight: 700;
  float: none;
  margin: 10px auto;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
}
.list-view-item {
  border: 0px;
  border-bottom: 3px solid #353535;
  margin-bottom: 20px;
  padding: 20px;
  background: #252525;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.image-url {
  width: 300px;
  display: table-cell;
  margin: 40px 16px 0 0;
  float: left;
  text-align: center;
}
.list-view-details {
  display: table-cell;
  float: none;
  width: 45%;
  margin: 40px 0 0 6px;
  padding: 40px 0 0 6px;
  position: relative;
}
.list-view-item .dates {
  display: block;
  text-align: left;
  background: #e5e5e5;
  color: #151515;
  border-bottom: 3px solid #F9643A;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.6;
  padding: 5px 0;
  margin: 0;
  text-indent: 20px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.list-view-details .topline-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
  margin-bottom: 5px;
  color: #999;
}
.list-view-details .headliners {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
  overflow-wrap: break-word;
}
.list-view-details .headliners a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.list-view-details .more-info {
  text-transform: uppercase;
  display: block;
  padding: 10px 0 10px 3px;
}
.list-view-details .more-info a {
  color: #eee;
  font-size: 14px;
  font-weight: 400;
}
h1 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
h1.page-title {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 36px;
  color: #999;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: .8;
}
/* PSAC SLIDER */
.psac-post-slider.psac-design-1 .psac-post-overlay {
  top: auto;
  bottom: -39px;
  width: 100%;
  max-width: none;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  text-align: left;
  padding: 10px;
}
.psac-post-slider.psac-design-1 .psac-post-title {
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.psac-post-slider.psac-design-1 .psac-post-overlay .date-venue {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.psac-post-slider.psac-design-1 .psac-post-overlay .slider-left {
  float: left;
  width: 80%;
}
.psac-post-slider.psac-design-1 .psac-post-overlay .primary-link {
  float: right;
  width: 20%;
}
.psac-post-slider.psac-design-1 .psac-post-overlay .primary-link a {
  background-color: #cf9e5f;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
.psac-post-title a, .psac-post-categories a {
  color: #fff;
}
.psac-slider-and-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.3);
}
.psac-slider-and-carousel .owl-dots .owl-dot.active {
  background: rgba(255, 255, 255, 0.5)
}
.psac-post-slider-wrp {
  border-radius: 10px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
.psac-slider-and-carousel .owl-dots {
  position: absolute;
  z-index: 99999;
  bottom: 10px;
  right: 10px;
  text-align: right;
}
/* Contact Form */
form.wpcf7-form input {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  text-transform: none;
  background: #252525;
  color: #eee;
  border: 1px solid #353535;
  border-radius: 5px;
  margin: 0px;
  padding: 5px;
  display: block;
  float: none !important;
  font-size: 1.1em;
  max-width: 70%;
  width: auto;
}
form.wpcf7-form textarea {
  font-weight: 400;
  font-size: 1.1em;
  line-height: 2;
  width: 57%;
  height: 100px;
  background: #252525;
  color: #eee;
  border: 1px solid #353535;
  padding: 5px;
  border-radius: 5px;
}
form.wpcf7-form input:focus, form.wpcf7-form textarea:focus {
  font-weight: 400;
  background: #252525;
  color: #fff;
  border: 1px dotted #F9643A;
}
form.wpcf7-form p {
  font-weight: 400;
  color: #eee;
  letter-spacing: 0.015em;
  margin-top: 20px;
  font-size: 16px;
}
form.wpcf7-form p em {
  color: #F9643A;
}
form.wpcf7-form .wpcf7-form-control-wrap input, form.wpcf7-form textarea {
  margin-top: 10px;
}
form.wpcf7-form input[type="checkbox"] {
  display: none;
}
/* to hide the checkbox itself */
form.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
  /* for pretty checkboxes */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 1.2em;
}
form.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label {
  /* checkbox labels */
  color: #656565;
  font-weight: 400;
  font-size: 1em;
  margin: 0 20px 0 0;
}
form.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
  /* add checkbox icon */
  content: "\f1db";
  font-weight: 400;
}
form.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before, form.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  letter-spacing: 5px;
  /* add space between checkbox and label */
}
form.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  /* add checked icon  */
  content: "\f058";
  color: #F9643A;
  font-weight: 400;
}
form.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label {
  /* checked label */
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
form.wpcf7-form input[type="submit"] {
  float: left;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #252525;
  border: 1px solid #F9643A;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 14px;
  font-size: 1.2em;
  line-height: 1;
  padding: .6em 1em;
}
form.wpcf7-form input[type="submit"]:hover {
  cursor: pointer;
  border: 1px solid #F9643A;
  color: #fff;
  background-color: #F9643A;
  text-shadow: 1px 1px 0 #353535;
}
form.wpcf7-form input[type="submit"], form.wpcf7-form input[type="submit"]:hover {
  transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
}
.su-spoiler-style-fancy {
  border: 1px solid #111 !important;
  border-radius: 10px;
  background: #111 !important;
  color: #fff !important;
}
.su-spoiler.my-custom-spoiler .su-spoiler-title {
  background-color: #F54C2D;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
}
#post-127 iframe, #post-146 iframe {
  max-width: 100% !important;
}
#footer-widget li {
  display: block;
  font-size: 16px;
  float: left;
  color: #fff;
  width: 31.25%;
  list-style: none;
  padding: 0;
  margin: 1%;
}
#wrapper li.widget {
  margin-bottom: 15px;
}
.more-links {
  display: block;
  padding-bottom: 30px;
  font-size: 18px;
}
.social-icons, .more-links {
  text-align: center;
  width: 85%;
}
#footer-widget a, #footer-widget .social-icons a:hover {
  color: #151515;
  text-shadow: none;
}
#footer-widget .social-icons a {
  color: #fff;
  text-shadow: 1px 1px 1px #151515;
}
.venue-address {
  text-align: right;
}
#text-6 .textwidget {
  margin: 0 auto;
  text-align: center;
}
.ticket-price a {
  border: none;
  background: #F9643A;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 4px 10px;
  width: 100px;
  border-radius: 6px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ticket-price a:hover {
  background: none;
  color: #F9643A;
  display: flex;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ticket-price a:hover:after {
  content: "\f135";
  font-family: FontAwesome;
  font-style: 400;
  text-decoration: inherit;
  color: #F9643A;
  display: inline-block;
  font-size: 24px;
  line-height: 1.1;
  padding: 3px 0 0 10px;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.list-view-details .times:before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  color: #666;
  padding-right: 2px;
  display: inline-block;
}
.list-view-details .times {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0;
}
.artist-info h3 {
  line-height: 24px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Font-Name';
  src: url('fonts/font-name.eot');
  src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
    url('fonts/font-name.woff') format('woff'),
    url('fonts/font-name.ttf') format('truetype'),
    url('fonts/font-name.svg#font-name') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (max-width: 610px) {
  .nav {
    display: none;
  }
  .mobile-nav {
    display: block;
    position: absolute;
    z-index: 10;
  }
  .body-content {
    width: 100%;
    float: none;
  }
  .sidebar {
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .mobile-menu .menu-item-has-children:hover {
    background-color: transparent;
  }
  .logo-img {
    max-width: 200px;
    height: auto;
    margin-top: 40px;
  }
  .image-url {
    width: 100%;
  }
  .list-view-details {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
  }
  .list-view-details .topline-info {
    margin-top: 10px;
    clear: both;
  }
  .ticket-link {
    text-align: center;
  }
  .ticket-price a:hover {
    margin: 0 auto;
  }
  #footer-widget li {
    width: 100%;
    float: left;
  }
  .venue-address, p.copyright {
    text-align: center;
  }
  .social-icons, .more-links {
    width: 100%;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/** CP4WP **/
/* Just Announced */
#just-announced-events-list .mdc-card {
  background: none;
  border: 0;
  padding: 0;
}
#just-announced-events-list .mdc-card a {
  color: #999;
  font-weight: 400;
}
#just-announced-events-list .seetickets-list-event-content-container {
  padding: 0;
}
#just-announced-events-list .seetickets-list-event-content-container {
  min-height: 20px !important;
}
#just-announced-events-list p {
  display: inline;
}
#just-announced-events-list p.event-date {
  margin-right: 4px;
  color: #999;
  font-weight: 400;
  display: inline-block;
}
#just-announced-events-list p.event-date:after {
  content: '-';
  color: inherit;
  margin-left: 4px;
  display: inline-block;
}
#just-announced-events-list .fs-18 {
  font-size: 16px;
}
#just-announced-events-list .seetickets-list-view-event-image-container, #just-announced-events-list .buy-and-share-block, #just-announced-events-list .venue, #just-announced-events-list .doortime-showtime, #just-announced-events-list .ages-price, #just-announced-events-list .event-header, #just-announced-events-list .subtitle, #just-announced-events-list .headliners, #just-announced-events-list .supporting-talent, #just-announced-events-list .genre {
  display: none;
}
/** calendar **/
@media (min-width: 920px) {
  #list-view-events.with-calendar {
    display: none !important;
    opacity: 0;
    transition: 1s ease all;
  }
  .seetickets-calendar-container {
    display: block !important;
    opacity: 1;
    transition: 1s ease all;
  }
}
@media (max-width: 919px) {
  #list-view-events.with-calendar {
    display: block !important;
    opacity: 1;
    transition: 1s ease all;
  }
  .seetickets-calendar-container {
    display: none !important;
    opacity: 0;
    transition: 1s ease all;
  }
}