/*----css for schedule database----*/
.schedule_artist_main .available-schedule-date{
    float: none;
    margin: 15px auto;
    margin-left:0;
    padding: 10px 10px 40px 0;
    width: 96%;
}
.available-schedule-date a,
.available-schedule-date a.active {
    cursor: pointer;
    font-size:22px; 
}
.available-schedule-date a{
    border-right: 2px solid #fff;
    color:blue;
    padding: 0 10px;
    float:left;
}
.available-schedule-date a.active{
    color:#fff !important;
    text-decoration: underline !important;
}
.schedule_artist_main{
    margin: 0 auto;
}
article#post-schedule{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    float:left;
}

.schedule_artist_main h1.archive-title.schedule{
    padding-left: 8px;
}
.artist-schedule-start-end-date{
    width: 100%;
    float: left;
    text-align: center;
}
p.schedule_time,p.schedule_full_date{
    font-size: 14px;
    font-weight: 600;
}
p.schedule-event-name{
    font-size: 16px;
    padding:10px 5px;
}
p.schedule-event-artist-name{
    font-size: 16px;
    padding:10px 7px;
}
h4.venue-name {
    font-size: 20px;
}
.artist-schedule-information{
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
}
.artist-schedule-start-end-date .artist-schedule-full.date{
    width: 60%;
    float: left;
}
h2.venue-name{
    color: #fff !important;
}
.artist-schedule-info-wrapper{ 
    display: table;
    float: left;
    width: 100%;
    border-top: 1px solid #FFC673;       
}
.schedule-venue{
    text-align: center;
    border-bottom: 1px #fff solid;
}
.available-schedule-date-wrapper{
    overflow-x: auto;
}
section.entry-content{
    overflow-y: auto;
}
.schedule_artist_main h1::before {
    background:none;
}
.artist-block {
    display: table-cell;    
    color: #fff;
}
.artist-block.left{
    width: 30%;
    vertical-align: middle;  
    text-align: center;  
}
.artist-block.right {
    background-color: #25AEE4;
}
.artist-block.right.headlinerClsR {
    background-color: #E63E8E;
}
.artist-block.left.headlinerClsL {
    background-color: #00A1A0;
}
.artist-block.right.headlinerClsR .schedule-event-name,
.headlinerClsL p{
    color: #fff !important;
}
.artist-block.right .headlinerCls {
    color: #FEBDD2;
}
.hideClass {
    display: none;
}
@media only screen and (min-width: 100px) and (max-width: 1024px){
   .schedule_artist_main h1.archive-title.schedule {
      padding-top: 20px;
   }   
}
@media (min-width: 768px) {
    /* Schedule CSS changes */
    .scheduleDiv:nth-of-type(odd) {
        padding-right: 10px;
    }
    .scheduleDiv:nth-of-type(even) {
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    /*Artist Page */
    article#post-schedule,
    .innerWrapHeadliner {
        width: 100%;
    }
}