@charset "UTF-8";
/* CSS Document */

.shows-button-container {
    display: block;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #000;
    width: 100%;
    float: left
   }

.shows-button {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    background-color:rgba(188,57,21,1.00);
    padding: 8px;
    margin: 6px 8px 6px 0;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 17px;
    transition: all 0.5s ease;
    float: left;
    }

.shows-button:hover {
    background-color:rgba(0,0,0,1.00);
      
    }

.col-wrap-left{
    float:left;
    width:60%;
    padding: 0 10px 0 0;
    }

.col-wrap-right{
    float:left;
    width:40%;
    padding: 0 0 0 10px;
    }

.col-wrap-right img{
    float:left;
    width:100%;
    }

.live-col{
    float:left;
    width:100%;
    margin-top: 30px;
   }

.live-col h1{
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 16px 0;
    color: #000;
    font-weight: normal;
    }

.live-col img{
    width: 100%;
    height: auto;
    
    }

.entry{
    width: 100%;
    background-color: rgba(0,0,0,0.14);
    padding: 6px 120px 6px 8px;
    margin: 0 0 4px 0;
    position: relative;
}


.entry h1{
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 2px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    }
.entry p{
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    margin: 0;
    }

.entry > div{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}


.entry a{
    display: inline-block;
    color: #fff;
    background-color: #bc3915;
    padding: 8px 12px;
    text-decoration: none;
    font-family: 'droid_serifbold', serif;
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    transition: all 0.5s ease;
   }

.entry a:hover{
   background-color: #000;
    }

@media (max-width: 730px) {
    
    .shows-button-container {
    
    padding: 0 0 16px 0;
    
   }
    
    .shows-button {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 6px 0px 6px 0;
    text-align: center;
    
    }
    
  .col-wrap-left{
    float:left;
    width:100%;
    padding: 0 0 30px 0;
    }

.col-wrap-right{
    float:left;
    width:100%;
    padding: 0 0 0 0;
    }
    
    .live-col h1{
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 8px 0;
    color: #000;
        font-weight: normal;
    }
    
    .entry h1{
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 2px 0;
    text-transform: uppercase;
    color: #fff;
        font-weight: normal;
    }
.entry p{
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    margin: 0;
    }
    
}








