
.gallery-wrap .row {
    margin-right: -10px;
    margin-left: -10px;
}

.gallery-wrap .gallery-item {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.gallery-wrap .gallery-item-photo {
    position: relative;
    height: 278px;
}

.gallery-wrap .gallery-item-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-wrap .gallery-item-info {
    height: 100px;
    overflow: hidden;
    padding-top: 10px;
}

.gallery-wrap .gallery-item-title a {
    text-transform: uppercase;
    font-weight: 600;
    color: black;
}

.gallery-wrap .gallery-item-date {
    position: absolute;
    bottom: 30px;
    left: 0;
    background: rgba(28, 204, 120, 0.85);
    padding: 8px 26px;
    line-height: 27px;
    font-weight: 600;
    color: white;
}

.gallery-item-subtitle .separator {
    display: inline-block;
    margin: 0 5px;
}

.gallery-item-subtitle .gallery-item-location {
    display: inline-block;
}

.gallery-item-subtitle .gallery-item-tag {
    margin-right: 5px;
}

.gallery-item-subtitle > * {
    vertical-align: middle;
}

.gallery-item-subtitle .gallery-item-location > * {
    vertical-align: middle;
    line-height: 22px;
}

.gallery-item-subtitle .gallery-item-location a {
    color: black;
}

.gallery-item-subtitle .gallery-item-location a:hover {
    text-decoration: underline;
}

.gallery-item-subtitle .gallery-item-location img {
    margin-right: 5px;
    display: inline-block;
}

.gallery-inner .gallery-item-subtitle {
    margin: 10px 0;
}

.gallery-inner .sidebar-right .section-city-events .subtitle:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/images/event_icon.png) center no-repeat;
    width: 41px;
    height: 40px;
    margin-right: 10px;
}

.gallery-inner .sidebar-right .section-city-events {
    border-color: #44ad98;
}

.gallery-inner .sidebar-right .section-city-events .sidebar-news-item,
.gallery-inner .sidebar-right .section-city-events .subtitle {
    border-color: #44ad98;
}

.minimalistic {
    margin-top: 20px;
}
