/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/**
 * Layout
 */
/* Force table to not be like tables anymore */
.site {
  max-width: 100%;
}
body:not(.home) .site-content, .home #secondary {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
}
.site-logo {
  width: 400px;
}
.hero-content > img {
  width: 100%;
}
.main-navigation a {
  font-size: 1.3rem;
  letter-spacing: 0.075em;
}
.media-nav {
  list-style: none;
  margin-left: 0;
  display: flex;
  justify-content: center;
}
.media-nav li {
  margin-right: 1.5rem;
}
.media-nav li a {
  color: #000;
}
.media-nav li.media-current a {
  color: #04c2c2;
}
.media-nav li:after {
  content: "|";
  margin-left: 1.5rem;
}
.media-nav li:last-child:after {
  content: none;
}
.home .entry-title {
  display: none;
}
.home .display-posts-listing .title {
  color: #333;
  display: block;
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 1em;
}
.home .display-posts-listing .excerpt-dash {
  display: none;
}
.page-child.parent-pageid-2215 .entry-title {
  display: none;
}
.widget-title {
  text-align: left;
}
.widget-title:before, .widget-title:after {
  content: none;
}
.gigpress-tickets-link {
  background-color: #033649;
  display: block;
  font-size: 1.15rem;
  letter-spacing: 0.05rem;
  margin: 5px 0;
  padding: 0.35rem 0.75rem;
  width: max-content;
}
.gigpress-tickets-link:after {
  content: "";
  display: block;
  clear: both;
}
.gigpress-date, .gigpress-city, .gigpress-venue, .gigpress-country {
  font-size: 1.3rem;
}
button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
  padding: 4px 10px;
  border-radius: 0;
}
.tiled-gallery {
  margin: 0 0 50px;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.1em;
}
blockquote {
  border-left: 0;
  font-size: 3.5rem;
  margin: 30px 70px;
}
.home .display-posts-listing .title {
  font-weight: 400;
  text-transform: uppercase;
}
.hero-container-inner .more-link {
  display: block;
  margin-top: 20px;
}
article #subscribe-text {
  margin: 50px 0 5px;
  border-top: 1px solid #e6e6e6;
  padding: 40px 0 15px;
}
#subscribe-email input {
  width: 92%;
}
@media screen and (max-width: 550px) {
  table, thead, tbody, th, td, tr {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Top/left values mimic padding */
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 550px) {
  /**
 * Grids
 */  .gigpress-tickets-link {
    float: right;
  }
}
.columns {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 2rem;
}
.media-video-posts-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 0.5rem;
}
.media-video-posts-listing .title {
  display: none;
}
.media-video-posts-listing .image {
  margin: 0;
  display: block;
  position: relative;
}
.media-video-posts-listing .image:after {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background: transparent url("https://aparnacomedy.com/wp-content/uploads/2018/01/play-button-icon.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-video-posts-listing img {
  display: block;
}
.media-audio-posts-listing {
  /**
 * Colors
 */
}
.media-audio-posts-listing .listing-item {
  border-bottom: 1px solid #e2e2e2;
  margin: 1.5rem 0;
  padding-bottom: 1.5rem;
}
.media-audio-posts-listing .listing-item:last-child {
  border-bottom: none;
}
body, button, input, select, textarea {
  color: #000;
}
input, select, textarea {
  border-color: #e2e2e2;
}
.sidebar-widget-area .widget-title {
  color: #033649;
}
.entry-meta a, .gigpress-table a {
  color: #6f7f98;
}
.gigpress-table .gigpress-tickets-link {
  color: #fff;
}
.main-navigation li.current_page_item > a, .main-navigation li.current-menu-item > a, .main-navigation .nav-menu > li > a:after, .main-navigation .menu > li > a:after {
  color: #07cfcd;
}
.parent-pageid-2215 .menu-item-2261 a {
  color: #07cfcd;
}
.site-footer {
  background-color: #033649;
}
.social-links ul a:before, .footer-widget-area button {
  background-color: #fff;
  color: #033649;
}
.social-links ul li {
  margin: 0 3px;
}
.site-info a:hover {
  color: #07cfcd;
}
a, .entry-title a:hover, .comment-meta a, .jetpack-testimonial .entry-title {
  color: #07cfcd;
}