.live-music-wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.live-music-wrap .date-wrap {
    display: none;
}

.live-music-wrap .artist-photo {
    height: 228px;
    margin-bottom: 20px;
    background-position: top center !important;
}

.live-music-wrap .artist-name {
    font-size: 26px;
}

.primary-color {
    color: #d3b5a3;
}

.live-music-wrap .event-date {
    font-size: 16px;
    margin-bottom: 16px;
}


@media screen and ( min-width: 641px ) {
    .live-music-item {
        position: relative;
        padding-left: 115px;
        border-bottom: 1px solid #DDDFDB;
        padding-bottom: 40px;
        margin-bottom: 50px; 
    }    
	.live-music-wrap .date-wrap {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        text-align: center;
    }
    .live-music-wrap .display-date {
        font-size: 70px;
        line-height: 1;
    }
    .live-music-item .blurb {
        max-width: 800px;
    }

    .live-music-item .music-date {
        display: none;
    }
}

@media screen and ( min-width: 768px ) {
    .event-details {
        position: relative;
        padding-left: 225px;
        min-height: 190px;
    }    
    .no-image .event-details {
        padding-left: 40px;
    }  
	
	.no-image .event-details {        
        min-height: 120px;
    }
	
	
    .event-details .artist-photo {
        position: absolute;
        top: 0; left: 0px;
        height: 184px;
        width: 184px;
    }
    .live-music-wrap .artist-name {
        font-size: 34px;
    }
    .live-music-wrap .event-date {
        font-size: 23px;
    }
    .live-music-wrap .display-date {
        font-size: 87px;
    }
    .live-music-wrap .display-month {
        font-size: 32px;
    }    
}