/*
0. Global
1. No Yootheme
2. DJ Video Cards
3. DJ Attribiutes

 */

/* ==============================
0. Global
============================== */


/* ==============================
1. No Yootheme
============================== */
.no-yootheme {
    .tm-main {
        .uk-container {
            max-width: 1400px;
        }
    }
}


/* ==============================
2. DJ Video Cards
============================== */
.dj-video-cards {
    .card-body {
        display: none;
    }
}


/* ==============================
3. DJ Attribiutes
============================== */
.djc_attributes {
    padding: 0;
    list-style: none;
    .djc_attribute {
        padding: 16px;
        box-sizing: border-box;
        .djc_label {
            margin-bottom: 8px;
            display: block;
            font-size: 18px;
            font-weight: 600;
        }
    }
}