/* List Styles */

.nx-list-item{
    position: relative;
    display: block;
}

.nx-list-item .nx-list-item-content .nx-list-item-content-details{
    text-decoration: none;
    color: #373737;
    transform-origin:bottom left;
    transition: all .2s ease-in-out;

}

.nx-list-item-scale:hover .nx-list-item-content .nx-list-item-content-details {
    transform: scale(1.03) ;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    color: #0e0e0e;
}

.uk-scope .nx-list-item .uk-grid-small>*{
    padding-left:10px;
}

/* Button Styles */
.nx-button-date{
    font-size: 10px;
    line-height: 16px;
    color: #d0d0d0;
    background: #0a0e14;
}

.nx-button-date-position{
    margin-top:-16px;
}

.uk-button.nx-special-padding-top-15{
    padding-top:15px;
}

.padding-5{
    padding:5px;
}

/* Grid */
.nx-grid-item {
    position: relative;

    a {
        cursor: pointer;
    }
}

/* Debug */

.agiledownloads-debug .uk-accordion-title {
    font-size: 1rem;
}

/* Lightbox */

.agiledownloads-container iframe.uk-lightbox-iframe {
    background: #ffffff;
    border-radius:6px;
}
