.details-btn{
    color: #fff !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.artist_new{
    background: url(https://exoduslasvegas.com/wp-content/themes/exoduslasvegas/images/artist.png) no-repeat;
    padding: 70px 0px 0px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media(min-width:1366px){
	
.artist_new{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
}

.artist_new h3{margin: 0px 0px 50px;text-align: center;font-size: 22px;color: #000;text-transform: uppercase;}
.artist_new .nav-link{background: #bcb29f;font-size: 13px;border-radius: 10px; border: 2px solid #FFF;padding: 14px 15px;}
.artist_new .nav{justify-content: center;gap: 20px;margin-bottom: 45px;}
.artist_new .nav-pills .nav-link.active{color: #fff;background-color: #000;}
.artist_new .nav-pills .nav-link:hover{color: #fff !important;background-color: #000;}
.artist_flex{display: flex;flex-wrap: wrap;}
.artist_card{width: 25%;position: relative;border-top: 1px solid #FFF;border-right: 1px solid #FFF;}
.artist_card_image{width: 100%;height: 100%;object-fit: cover;}
.artist_content{position: absolute;bottom: 15px;z-index: 2;left: 12px;right: 12px;}
.artist_card h4{
    font-size: 25px;
    font-weight: 500;
    line-height: 32.62px;
    text-align: left;
    margin: 0px 0px 14px;
    text-transform: uppercase;
}
.artist_card p{
    font-size: 10px;
    font-weight: 500;
    line-height: 13.05px;
    text-align: left;
    margin: 0px;
}
.artist_title{border-bottom: 1px solid #FFFFFF;margin-bottom: 10px;padding-bottom: 2px;}
.artist_card h5{
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color:#FFFFFFDE;
    margin: 0px;
}
.artist_card h6{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin: 0px;
}
.artist_overlay{
    background: #00000047;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}
.artist_venue{margin-bottom: 15px;}
.artist_DT{display: flex;justify-content: space-between;}
.artist_card:nth-child(4){border-right: none;}
.artist_card:nth-child(8){border-right: none;}



@media only screen and (min-width: 1200px) and (max-width: 1650px) {
.artist_card{height: 420px;}
}

@media only screen and (min-width: 1000px) and (max-width: 1026px) {
.artist_card{height: 400px;} 
.artist_card h4{font-size: 20px;line-height: 22px;}
.artist_card h5{font-size: 14px;}
.artist_card h6{font-size: 11px;}
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
.artist_new .nav-item{width: 100%;text-align: center;}
.artist_new .nav-link{width: 100%;}
.artist_DT{display: grid;}
.artist_card h5{font-size: 14px;line-height: 20px;}
.artist_card h6{font-size: 12px;}
.artist_date{margin-bottom: 5px;}
.artist_date{font-size: 18px;}
.artist_title{padding-bottom: 6px;}
.artist_card{height: 400px;}
.artist_card h4{font-size: 18px;line-height: 20px;}
.artist_card p{font-size: 10px !important;}
}

@media (max-width: 750px) {
.artist_new .nav-item{width: 100%;}
.artist_new .nav-link{width: 100%;}
.artist_card{width: 100%;border-right: none;height: 500px;}
}

