/*background*/
.ic-bg {
    height: 100vh;
}

/*.ic-secondary {
    background-color: rgba(0, 0, 0, 0.20);
}*/

.ic-bg-cover {
    background: linear-gradient(top, rgba(15, 15, 15, .45), rgba(253, 236, 236, 0.8) 65%, #0f0f0f);
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #ffffff;
}

/*使图片撑满容器*/
.ic-img {
    object-fit: cover;
    height: 250px;
}

.uk-divider-small::after {
    border-top: 2px solid #F36C69;
    width: 70px;
}

/*Nav*/

.uk-navbar-container:not(.uk-sticky-fixed) {
    background: rgba(0, 0, 0, 0) !important;
}

.ic-red {
    background-color: #F36C69;
}

.uk-sticky-fixed {
    z-index: 1000;
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #F36C69;
}
.uk-link, a {
    color: #F36C69;
}

/*覆盖整体布局*/
/*bookmark style*/

.kg-bookmark-card {
    width: 100%;
    position: relative;
}

.kg-bookmark-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    color: currentColor;
    font-family: inherit;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.kg-bookmark-container:hover {
    text-decoration: none;
}

.kg-bookmark-content {
    flex-basis: 0;
    flex-grow: 999;
    padding: 20px;
    order: 1;
}

.kg-bookmark-title {
    font-weight: 600;
}

.kg-bookmark-metadata,
.kg-bookmark-description {
    margin-top: .5em;
}

.kg-bookmark-metadata {
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kg-bookmark-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.kg-bookmark-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
    margin-right: .5em;
    margin-bottom: .05em;
}

.kg-bookmark-thumbnail {
    display: none;
}

.kg-bookmark-thumbnail img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
}

.kg-bookmark-author {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kg-bookmark-publisher::before {
    content: "•";
    margin: 0 .5em;
}

.kg-width-full img {
    max-width: 100vw;
}

.kg-width-wide {
    position: relative;
    width: 85vw;
    min-width: 100%;
    margin: auto calc(50% - 50vw);
    transform: translateX(calc(50vw - 50%));
}

.kg-width-full {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.kg-gallery-container {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem;
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 2px;
}

.kg-button-card a.kg-btn-accent {
    background-color: #d04f46;
    padding: 1.5rem;
}

.kg-header-card.kg-size-large {
    min-height: 90vh;
}