/** TEMPLATE: PROA HOME / ARTIST LIST **/

#A-Z_buttons {
    padding-bottom: 30px;
}

#artist-directory #filter-subtitle {
    padding-bottom: 10px;
}

.alphabet li {
    float: left;
    margin-right: 4px;
    margin-bottom: 0px !important;
    background: none !important;
    padding: 0 !important;
}

.alphabet li a {
    display: block;
    text-decoration: none !important;
    background: #f0f0f0;
    border: 1px #00498e solid;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.alphabet li.active a,
.alphabet li a:hover {
    background: #00498e;
    color: #fff !important;
}

#artist-directory .view-content a {
    text-decoration: none !important;
    font-size: 14px !important;
    margin-bottom: 6px;
}

.page-museum-proa-artist-directory #content .view-artist-list-view .view-content .item-list ul {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
    height: 280px;
}

.page-museum-proa-artist-directory #content .view-artist-list-view .view-content .item-list li {
    margin-left: 0;
    padding-left: 0;
    background: none;
    margin-bottom: 8px;
}

.pager .btn {
    border: 0px solid #ffffff;
}
.content .btn-pager a, #content .btn-pager a {
    width: 114px;
}
@media (min-width: 768px) {
    #A-Z_buttons {
        display: block !important;
    }
}

@media (min-width: 970px) and (max-width: 1023px) {
    .alphabet li a {
        width: 28px;
        height: 28px;
    }

    .page-museum-proa-artist-directory #content .view-artist-list-view .view-content .item-list ul {
        width: 100%;
        overflow: hidden;
        -webkit-columns: 5;
        -moz-columns: 5;
        columns: 5;
        height: 290px;
    }
}

@media (min-width: 768px) and (max-width: 969px) {
    .pane-artist-list-view h2 {
        padding-bottom: 0;
    }

    .alphabet {
        overflow: auto;
        padding-bottom: 0 !important;
    }

    .alphabet li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .alphabet li {
        margin-right: 11px;
        padding-top: 10px !important;
    }

    .page-museum-proa-artist-directory #content .view-artist-list-view .view-content .item-list ul {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
        height: 380px;
        width: 100%;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .pane-artist-list-view h2 {
        position: relative;
        padding-bottom: 0;
        cursor: pointer;
        background: #feb926;
        color: #fff;
        text-indent: 10px;
        line-height: 36px;
    }

    .pane-artist-list-view h2:before {
        content: "\f0d7";
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        right: 10px;
    }

    .pane-artist-list-view h2.open:before {
        content: "\f0d8";
    }

    #artist-directory #filter-subtitle {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .view-artist-list-view .view-empty h3 {
        padding-top: 10px;
    }

    .alphabet {
        overflow: auto;
        padding-bottom: 0 !important;
    }

    #A-Z_buttons {
        display: none;
        padding-bottom: 10px;
        border-bottom: 2px solid #feb926;
    }

    .view-artist-list-view #A-Z_buttons {
        padding-top: 4px;
    }

    .alphabet li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .alphabet li {
        margin-right: 4px;
        padding-top: 4px !important;
    }

    .page-museum-proa-artist-directory #content .view-artist-list-view .view-content .item-list ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        height: auto;
        width: 100%;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}