.single-al_event.one-container .site-content {
    padding: 0;
}
.with-sidebar {
    display:block;
} 
.blog .content-band, .single-post .content-band {
    background:white;
    color:black;
}
sidebar {
    background-color: #e9e9e9;
}
sidebar a {
    color:black!important;
}
.single-post h1 {
    margin-bottom: 0;
    text-shadow: 2px 2px 4px #4d4848;
    text-align: center;
}
.single-al_event .entry-title {
  margin:3rem auto 1rem;
}
.single-al_event .content-band {
    background: white;
    color: black;
}
.single-al_event.full-width-content.one-container .site-content {
    padding: 40px;
}
.eventUSA img {
    display: block;
    margin: 0 auto 15px;
}
.centered {
    text-align:center;
}
.eventDates {
  font-size: 1.4rem;
}
.eventRow {
    display:block;
    padding: 5rem 0;
    align-items: center;
}
.eventRow.centered {
    text-align:center;
}
.eventRow.black {
    background-color:black;
    color:white;
}
.eventRow.yellow {
    background-color:#ffc423;
    color:white;
}
.eventRow.yellow h2 {
    color: black;
}
.eventRow.yellow a {
    color:black;
}
.eventHeader {
    color: white;
    background-size: cover;
    text-align: center;
    min-height: 500px;
    padding: 2rem 5rem;
    background-position: center bottom;
}
.zoomDetail {
    flex-basis:75%;
}
.zoomDetail p {
    font-size: 1.3rem;
}
.eventLogo, .eventHeader .eventAuction {
    text-align:center;
    flex-basis: 25%;
    margin-right:1rem;
    max-width: 300px;
    margin: 0 auto;
}
.eventBlurb {
    flex-basis: 60%;
    background-color: rgba(0,0,0,0.7);
    padding: 5px;
}
.eventDetail {
    flex-basis: 48%;
}
.eventSale {
    background: black;
}
.eventVideo {
    flex: 50%;
    text-align: center;
}
.eventPartners iframe {
    border: 5px solid #FFC423;
    padding: 10px;
    text-align: center;
}
.eventPartners .flex {
    align-items: flex-start;
    justify-content: space-evenly;
}
.eventPartners img {
    height: 250px;
    max-width: 100%;
    width: 250px;
}
.eventPartners .button {
    display:block;
}
.eventSeparator {
    background: #FFC423;
    padding: 5px;
    border: none;
}
.turntableItem {
    flex-basis:0;
    flex-grow: 1;
    margin:5px;
}
.turntableItem img{
    border: 5px solid #FFC423;
}  
.eventProduct {
     flex-basis:20%
}
.single-al_event .products-list h3 {
    background: #ffc423;
}
.single-al_event .product-list-band {
    border: none;
    border-bottom: none;
}
.single-al_event .resource-box h3 {
    color: yellow;
    line-height: 1.4em;
    text-decoration: underline;
}
.eventPartners {
    min-height: 450px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.eventAuction {
    text-align: center;
    padding: 2rem;
    background-color: rgba(0,0,0,0.7);
}
.eventPartners .button {
  margin-top: 3rem;
}

@media only screen and (max-width: 768px) {
    .single-al_event .embed-container iframe,
    .single-al_event .embed-container object,
    .single-al_event .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .single-al_event .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 
    .turntableItem {
        padding: 1.5rem 3rem;
    }
.eventPartners img {
  height: 125px;
  max-width: 100%;
  width: 125px;
}
.eventPartners .button {
  display: inline-block;
  margin: 2rem 0;
}
.eventPartners .embed-container {
  margin: 2rem;
}
.eventUSA img {
  display: block;
  margin: auto;
  max-width: 150px;
}
.single-al_event h1.entry-title {
    margin: 2rem 1rem;
}
.single-al_event #page {
  overflow: hidden;
}
.single-al_event .page-hero {
  padding-top: 25%!important;
  padding-bottom: 25%!important;
}
}
@media only screen and (min-width: 481px) {
    .single-al_event .eventTurntable iframe {
        width: 100%;
        height: 100%;
    }
}
@media only screen and (min-width: 767px) {
    .flexed {
        display:flex;
        justify-content: space-between;
        align-items:center;
    }
    .eventHeader {
        display: flex;
        min-height: 500px;
        justify-content: space-between;
        align-items: center;
        padding: 0 5rem;
        background-position: bottom;
        background-attachment: fixed;
    }
    .eventPartners {
        background-attachment: fixed;
        min-height: 450px;
        overflow: hidden;
    }
    .eventVideo {
        padding-right: 2rem;
        border-right: #ffc423 3px solid;
    }
    .eventDetail {
        padding-left: 2rem;
    }
    .with-sidebar {
        display:flex;
    }
    .with-sidebar article {
        flex: 1 1 70%;
        padding-right:15px;
    }
    sidebar {
        flex: 1 1 20%;
        border-left: 5px solid #e9e9e9;
        padding: 7rem 15px 0;
    }
}