/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Imagely
Version: 2.13

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

a.gallery_link {
    color: #444;
    font-size: 0.85rem;
    font-weight: 400;
}

.ngg-albumoverview.default-view .ngg-album {
    padding: 1rem;
}

.ngg-albumoverview.default-view .ngg-thumbnail {
    margin-right: 0px;
}

.ngg-albumtitle {
    text-align: center;
}

.ngg-breadcrumbs {
    font-size: 11px;
    margin: 0px 0 0px !important;
}

.ngg-thumbnail {
    float: none;
    margin-right: 0;
    margin-bottom: 1rem;
}

.ngg-album {
    /* height: 100%; */
    width: 49%;
    vertical-align: top;
    display: inline-block;
    min-height: 16.5rem;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
}

h1.entry-title.gallery_head {
    margin: 0;
}

.ngg-albumoverview {
    margin-top: 10px;
    margin-bottom: 10px;
}