/*
@import url('https://fonts.googleapis.com/css?family=Montserrat');
*/

body, html {
    background: #fff !important;
    color: #000 !important;
    font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    max-height: 550px;
}

.print-version {
    font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
    text-align: center;
}

.logo {
    max-width: 160px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 20px;
}

.address {
    font-size: 10px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 30px;
}

h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

h5 {
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    margin: 10px 0px 5px 0px;
}

.dimensions {
    margin-top: 0px;
    font-size: 12px;
    line-height:16px;
}

.dimensions span {
    font-weight: 600;
}
/*:not(.artwork-display) {*/
    /*display: none;*/
/*}*/

.artwork.grid {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 15px;
    font-size: 50%;
    min-height: 300px;
    page-break-inside: avoid;
}

.artwork.grid a {
    color: #000;
    text-decoration: none;
}

.site-nav, .admin-sticky, h5.header, .uk-modal, .uk-offcanvas, .search-container, .pagination, .site-footer { display: none; }