﻿@media only screen and (max-width: 576px) {
    .nav-item {
        margin-right: 1.3rem !important;
    }
}

@media only screen and (max-width: 346px) {
    .nav-item {
        margin-right: 0.6rem !important;
        font-size: 1rem !important;
    }
}




/*Manager-detail-page*/

.maneger-detail-table {
    border-collapse: collapse;
    border-style: hidden;
}


@media only screen and (max-width: 321px) {
    .table td, .table th {
        padding: .45rem;
    }
}


@media only screen and (max-width: 960px) {
    .manager-subheadline {
        margin-top: 50px;
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 720px) {
    .manager-subheadline {
        margin-top: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .manager-subheadline {
        margin-top: 30px;
        padding-right: 30px;
        padding-left: 20px;
    }
}


.me-detail-options h6 {
    color: black;
    font-weight: bold;
}

.artist-commercial {
    padding-bottom: 0px !important;
}

.artist-awards{
    color:black;
    font-weight:bold;
    padding-bottom:8px;

}

.me-slide .owl-nav {
    display: none;
}

.me-slide .owl-dots {
    margin-top: -50px !important;
}
