body{
    font-size: .75rem;
    font-family: Arial, sans-serif;
    --font-family-sans-serif: Arial;
    line-height: 1.3;
}

h1 {
    font-size: 1.2rem;
}

h2 {
    font-size: 1rem;
}

h3 {
    font-size: 0.95rem;
}

h4 {
    font-size: 0.85rem;
}

h5 {
    font-size: .8em;
}

h6 {
    font-size: .75rem;
}

.bg-black {
    background-color: black;
}

.text-light {
    color: #CCCCCC !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #f8f9fa;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #5F636E;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .colored {
    color: #5F636E;
}

h2.news-header {
    font-size: .75rem;
    border-bottom: 1px dotted #5f636e;
    color: #5F636E;
    letter-spacing: .5rem;
    font-weight: bold;
}

h2.news-header.ls-reduced {
    letter-spacing: .4rem;
}

img {
    max-width: 100%;
}

a, a:hover, a:active, a:focus {
    color: #CCCCCC;
}

article a, article a:link, article a:link, article a:link, article a:hover {
    background: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    outline: none;
    cursor: pointer;
}

.label-archive-nav a, .label-archive-nav a:link, .label-archive-nav a:link, .label-archive-nav a:link, .label-archive-nav a:hover {
    background: transparent;
    text-decoration: none;
    border-bottom: 1px dotted #cccccc;
    outline: none;
    cursor: pointer;
}

nav#primary-menu a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8125rem;
}

.dropdown-menu {
    background-color: black;
}

.dropdown-item {
    color: #6F737E;
    font-size: .75rem;
    padding-left: 0.65rem;
}

nav#primary-menu .dropdown-item:hover, nav#primary-menu .dropdown-item:active, nav#primary-menu .dropdown-item:focus {
    color: #ccc;
    background-color: #171717;
}

nav#secondary-menu a {
    color: #cccccc;
}

nav#secondary-menu li:last-child a{
    border-right: 0;
}

nav#secondary-menu.navbar, nav#secondary-menu li:first-child a{
    padding-left: 0;
}

.text-justify {
    text-align: justify;
}

.review-content {
    margin-top: 1rem;
}

.review-cover img {
    border: 1px solid #606060;
    padding: 3px;
}

.review-release-data {
    margin-top: 1rem;
}

.interview-content img.float_left, .special-content img.float_left {
    padding-right: 1rem;
    float: left;
    margin: 5px 0;
}

.interview-content img.float_right, .special-content img.float_right {
    padding-left: 1rem;
    float: right;
    margin: 5px 0;
}

.deceased-artist {
    font-size: .7rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    width: 25% !important;
    min-width: 130px !important;
}

.deceased-artist img {
    width: 111px;
    height: 150px;
    margin-bottom: .8rem;
}

.deceased-artist-name-container {
    height: 4.5rem;
    padding: 0 .9rem !important;
}

.label-archive {
    min-width: 119px !important;
    width: 25% !important;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.label-archive img {
    width: 100px;
    height: 100px;
    margin-bottom: .4rem;
    border: 1px solid #606060;
}

.label-archive-nav {
    font-size: .7rem;
}

.label-archive-title {
    font-size: .7rem;
    min-height: 2.5rem;
}
.archive-list {
    list-style-type: none;
    padding-left: 1.1rem;
}

.form-control:focus {
    color: #cccccc;
    border-color: #808080;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.25);
}

input.form-control, input.form-control:focus, textarea.form-control, textarea.form-control:focus {
    background-color: black !important;
}

input.form-control, input.form-control::placeholder, input.form-control:focus, textarea.form-control:focus{
    color: #cccccc;
    border-color: #666666;
    font-size: 12px !important;
}

form.voices-search-form select, form.voices-search-form select:focus, form.voices-search-form select:active {
    -moz-appearance:none;
    -webkit-appearance: none;
    background: transparent;
    color: #CCCCCC;
    font-size: .8rem;
    border-color: #666666;
}

.voices-contact-form input, .voices-contact-form textarea {
    background-color: black !important;
    color: #cccccc !important;
    border-color: #666666 !important;
}

.voices-contact-form label {
    font-size: .75rem !important;
}

.voices-contact-form label.wpforms-error {
    color: red !important;
}

button.btn-custom.btn-go {
    font-size: 1rem;
}

p.comment-form-cookies-consent label {
    margin-left: 1rem;
}

.btn-custom {
    color: #CCCCCC !important;
    background-color: black !important;
    border-color: #333333 !important;
    font-size: .75rem !important;
    padding: .3rem .6rem !important;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #555555 !important;
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.25) !important;
}

form.comment-form input.submit {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #CCCCCC;
    background-color: black;
    border-color: #333333;
}

form.comment-form input.submit:hover, form.comment-form input.submit:active, form.comment-form input.submit:focus {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #ffffff;
    background-color: #333333;
    border-color: #555555;
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.25);
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.content-navigation {
    padding-left: 15px;
}

#reply-title {
    display: none;
}

#sidebar-column input{
    font-family: Arial, sans-serif;
}

.underlined-header {
    border-bottom: 1px dotted #333333;
}

.archive-table tbody tr:hover, .archive-table tbody tr.odd:hover {
    color: #f8f9fa;
    background-color: #777777;
}

.dataTables_wrapper {
    margin-bottom: 2rem;
}

.dataTables_wrapper table{
    padding-bottom: 1rem;
    width: 100%;
}

table.dataTable {
    font-size: .7rem;
}

table.dataTable tbody tr td:first-child{
    font-weight: bold;
}

table.dataTable thead th, table.dataTable tfoot th {
    padding: 8px 10px;
}

table.dataTable thead tr th, table.dataTable tr:last-child td{
    border-bottom: 1px dotted #333333;
    border-collapse: collapse;
    border-spacing: 0;
}

table.dataTable thead tr th {
    color: #5f636e;
}

table.dataTable tbody tr.odd {
    background-color: #222222;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #cccccc !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #cccccc !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    /*display: none;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #cccccc !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: none;
    cursor: default;
}

table.dataTable, table.dataTable tbody tr {
    background-color: black;
}

table.dataTable tbody tr td {
    padding: 0;
}

table.dataTable thead tr th {
    padding-left: 0;
}

.dataTables_wrapper label select, .dataTables_wrapper label input {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #cccccc;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #666666;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTables_wrapper label select option {
    background-color: black;
}

.dataTables_wrapper label select:hover,
.dataTables_wrapper label select:focus,
.dataTables_wrapper label select:active,
.dataTables_wrapper label input:hover,
.dataTables_wrapper label input:active,
.dataTables_wrapper label input:focus {
    border-color: #808080;
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.25);
}

.pagination-info {
    padding: 0.5em 0;
}

nav.pagination {
    padding-left: 15px;
}

nav.pagination .nav-links .page-numbers {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #cccccc !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

nav.pagination .nav-links .page-numbers.current:hover, nav.pagination .nav-links .page-numbers:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    /* W3C */
}

nav.pagination .nav-links .page-numbers.current:hover{
    color: #cccccc !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: none;
    cursor: default;
}

nav.pagination .nav-links .page-numbers.dots, nav.pagination .nav-links .page-numbers.dots:hover {
    background: none;
    color: #cccccc !important;
    border: 0;
    cursor: default;
}
.w-20 {
    width: 20% !important;
}
.w-10 {
    width: 10% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.voices-footer-info, .voices-footer-info a {
    font-size: .625rem;
    color: #5F636E;
}
.voices-footer-info a {
    text-decoration: underline;
}


@media (min-width: 992px) {

    nav#primary-menu {
        padding: 0;
        min-width: 976px;
        background: black url("/wp-content/themes/voices/assets/graphics/bg_topmenu.gif");
    }

    nav#primary-menu .nav-item {
        border-right: 1px solid #747474;
        padding-left: .3rem;
        padding-right: .3rem;
    }

    nav#primary-menu li.nav-item:hover {
        background-image: linear-gradient(rgb(120,120,120), rgb(80,80,80));
    }

    nav#secondary-menu {
        margin: 8px 0;
        padding-left: 0;
    }

    nav#secondary-menu a {
        padding: 0 6px;
    }

    nav#secondary-menu li a {
        border-right: 1px solid #cccccc;
    }

    .voices-feed {
        padding-left: 1rem !important;
    }

    form#navbar-search-form {
        display: none;
    }

    #page {
        padding-top: 200px;
        background-image: url("/wp-content/themes/voices/assets/graphics/header.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        border: 2px solid #333333;
        margin-top: 1rem;
    }

    .container {
        max-width: 980px;
    }

    .col-12 {
        padding: 0;
    }

    .col-md-9 {
        padding-right: 100px;
        padding-top: 2rem;
        background-image: url("/wp-content/themes/voices/assets/graphics/border.jpg");
        background-repeat: repeat-y;
        background-position: right top;
        min-height: 1024px;
    }

    .deceased-artist {
        border-bottom: 1px solid #5f636e;
    }

    .label-archive {
        border-bottom: 1px solid #5f636e;
    }

    .ls-wide {
        letter-spacing: .5rem;
    }

    #sidebar-column {
        padding: 0 1rem;
    }

    #sidebar-column aside {
        margin-top: 2rem;
    }

    #sidebar-column ul {
        padding-left: .5rem;
    }

    #sidebar-column ul li {
        list-style-type: none;
    }

    #sidebar-column aside{
        background: #333333;
    }

    #sidebar-column aside h2{
        background: url("/wp-content/themes/voices/assets/graphics/bg_boxheader.jpg") repeat-x;
        line-height: 30px;
        font-size: 0.75rem;
        font-weight: bold;
        text-align: left;
        vertical-align: middle;
        padding: 0 0.5rem;
    }

    #sidebar-column aside ul{
        font-size: .7rem;
        padding-bottom: .5rem;
        color: #cccccc;
    }

    #sidebar-column aside ul li a{
        font-weight: bold;
        color: #cccccc;
    }

    .hide-desktop {
        display: none !important;
    }
}

@media (max-width: 991px) {

    #page {
        background-image: url("/wp-content/themes/voices/assets/graphics/logo.png");
        background-repeat: no-repeat;
        background-position: center top;
        margin-bottom: 100px;
    }

    .voices-logo {
        margin: 0 auto;
        height: 200px;
        width: 270px;
        background: none;
    }

    nav#primary-menu{
       padding-left: 0;
    }

    .dropdown-item {
        padding-left:0;
    }

    .voices-feed {
        padding-left: 0 !important;
    }

    #sidebar-column, .archive-table .hide-mobile, .hide-mobile {
        display: none !important;
    }

    .deceased-artist, .label-archive {
        margin-right: 0;
        width: 25% !important;
    }

    .deceased-artist-name-container {
        height: 4.5rem;
    }

    .label-archive-title {
        min-height: 3.5rem;
    }

    .col-md-9 {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .content-navigation div.col-12 {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .deceased-artist, .label-archive {
        margin-right: 0;
        width: 33% !important;
    }
}

@media (max-width: 576px) {

    .deceased-artist, .label-archive {
        width: 50% !important;
    }

    nav#secondary-menu {
        justify-content: center;
        font-size: 1.5em;
    }

    nav#secondary-menu  ul{
        padding-left: 1rem;
    }

    nav#secondary-menu ul li{
        text-align: center;
    }
}

}
a.wp-block-button__link.has-black-color.has-luminous-vivid-amber-background-color.has-text-color.has-background {
    border: none !important;
    height: 32px !important;
}