/*--------------------------------------------------------------
 *  * # Image Gallery
 *   * --------------------------------------------------------------*/
.gallery-categories-container {
    background-color: #f6f6f6;
    margin-bottom: 0.5em;
    padding: 0.5em;
}

.gallery-categories-container .gallery-category a {
    text-decoration: none;
}

.gallery-categories-container .gallery-category a:hover {
    text-decoration: underline;
}

.gallery-category {
    float: left;
    margin-right: 0.5em;
}

.gallery-category .maincat {
    font-weight: 600;
}

.gallery-category-page .section-gap,
.gallery-details-page .section-gap,
.gallery-home-page .section-gap {
    padding-top: 1em;
}

.gallery-category-page .breadcrumbs .clickstream .clickstream,
.gallery-category-page .breadcrumbs .clickstream .current,
.gallery-details-page .breadcrumbs .clickstream .clickstream,
.search-page .breadcrumbs .clickstream .clickstream,
.search-page .breadcrumbs .clickstream .current {
    font-size: 1.25em;
    font-weight: 600;
    text-decoration: none;
}

.gallery-category-page .breadcrumbs .clickstream .clickstream:hover,
.gallery-details-page .breadcrumbs .clickstream .clickstream:hover,
.search-page .breadcrumbs .clickstream .clickstream:hover {
    text-decoration: none;
}

.gallery-category-page .breadcrumbs .clickstream .clickstream:not(:first-of-type):before,
.gallery-category-page .breadcrumbs .clickstream .current:before,
.gallery-details-page .breadcrumbs .clickstream .clickstream:not(:first-of-type):before,
.search-page .breadcrumbs .clickstream .clickstream:not(:first-of-type):before,
.search-page .breadcrumbs .clickstream .current:before {
    color: #212529;
    content: '/';
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.gallery-details-page .breadcrumbs .clickstream .current {
    display: none;
}

.gallery-details-page .breadcrumbs [data-pin-log="button_pinit_bookmarklet"] {
    float: right;
}

.gallery-details-page .gallery-details-image img {
    max-height: 80vh;
}

.gallery-details-page #secondary .widget li.header {
    margin-bottom: 0.5em;
}

.gallery-details-page .request-link {
    float: right;
}

.gallery-category-page .tags-links a,
.gallery-details-page .tags-links a {
    margin: 0 4px 8px 0;
}

.gallery-category-page .entry-meta {
    padding-bottom: 1em;
    padding-top: 0.5em;
}

.gallery-category-page .entry-meta span:before,
.gallery-details-page .entry-meta span:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

.gallery-category-page .entry-meta .car:before {
    content: "\f1b9";
}

.gallery-details-page .entry-meta .date:before {
    content: "\f017";
}

.gallery-category-page .entry-meta .edit:before,
.gallery-details-page .entry-meta .edit:before {
    content: "\f044";
}

.gallery-details-page .entry-meta .file:before {
    content: "\f1c5";
}

.gallery-details-page .entry-meta .hits:before {
    content: "\f682";
}

.gallery-category-page .entry-meta .instagram:before {
    content: "\f16d";
    font-family: 'Font Awesome 5 Brands';
}


.gallery-buttons a {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 0 8px 8px 0;
    padding: 8px 8px;
    text-decoration: none;
}

.gallery-buttons a:hover {
    color: #000;
}

.gallery-buttons a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.gallery-buttons .download:before {
    content: '\f56d';
}

.gallery-buttons .buy-image:before,
.gallery-buttons .request-image:before {
    content: '\f217';
}

.gallery-title {
    font-size: 2em;
}

@media screen and (max-width: 567px) {
    .gallery-title {
        font-size: 1.5em;
    }
}

