.ut-dark .ut-heading-line > ::before, .ut-heading-line > ::after {
    border-bottom: 1px solid #000;
}

.ut-dark #author-actions .ut-icon-button,
.ut-dark #author-actions .ut-search-input,
.ut-dark #author-actions .ut-nav-header {
    color: #FFF;
}

.ut-dark #author-actions .ut-icon-button,
.ut-dark #author-actions .ut-dropdown,
.ut-dark #author-actions .ut-navbar-dropdown {
    background: #202425;
    color: #FFF;
}

.ut-dark #author-actions .ut-dropdown a {
    color: #FFF;
}

.ut-dark #author-actions .ut-dropdown a:hover {
    color: #999;
}

.ut-light #author-actions .ut-search-input,
.ut-light #author-actions .ut-search-input:focus {
    color: #202425 !important;
}

.ut-light #author-actions .ut-icon-button,
.ut-light #author-actions .ut-dropdown,
.ut-light #author-actions .ut-navbar-dropdown {
    background: #FFF;
    color: #202425;
}

.ut-light #author-actions .ut-icon-button:hover {
    background: rgba(255,255,255, 0.8 );
}


.ut-slider-items .ut-post-card {
    opacity: 1 !important;
}

.gallery .gallery-item {
    max-width: max-content;
}

.gallery {
    max-width: max-content;
    margin: 0 auto 20px !important;
}

#ut-personal-site-bookmarks {
    position: relative;
}

#ut-personal-site-bookmarks.ut-has-likes:after {
    content: attr(data-count);
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    background: #207164;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.ut-show-on-tablet {
    display: none;
}

/* Resposive */
@media (min-width: 640px) and (max-width: 1199px) {

    .ut-hide-on-tablet {
        display: none !important;
    }

    .ut-show-on-tablet {
        display: inherit;
    }

}