.story-blog {
    background: #fff;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.story-blog .newest {
    margin-left: 0px;
    margin-right: 0px;
}

.story-blog .masonry {
    margin-left: -10px;
    margin-right: -10px;
}

.social {
    margin: 10px;
    text-align: center;
}

.social .blogger img {
    height: 1em;
    padding-bottom: 4px;
}

.social .blogger:hover img {
    opacity: 0.8;
}

a:hover img {
    opacity: 1;
}

figure img {
    width: 100%;
}

span.blod {
    font-weight: 600;
    text-decoration: underline;
}

.blog-popular-post .media .media-body {
    font-size: 15px;
    display: inline-block;
}

.sidebar-box.blog-popular-post ul li img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    object-fit: cover;
    margin-right: 10px;
}

.blog-popular-post .media .media-body p {
    padding: 3px 0;
    font-weight: 600;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.media-body span,
.relative-info span {
    font-size: 14px;
    color: #999;
}

.slash-divider {
    margin: 0 2px;
}

.newest.item .img-box {
    position: relative;
    height: 540px;
    overflow: hidden;
    margin: 0 auto;
}

.newest.item .img-box img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.newest.item .art-details {
    margin: 20px 5px 7px 0;
}

.newest.item .art-content p {
    padding: 0;
    font-size: 17px;
    line-height: 1.8;
    text-align: left;
    color: #6f6f6f;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.masonry {
    margin: 0;
}

.masonry>div {
    padding: 0 10px;
}

.item {
    position: relative;
    margin: 0 0 25px;
    break-inside: avoid;
    box-sizing: content-box;
    transition: all 0.5s ease-in-out 0s;
}

.item:hover {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
}

.item>a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.art-border {
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #fff;
}

.item:hover .overlay {
    opacity: 0.2;
}

.art-lr {
    padding: 0 25px 18px;
}

.art-author a {
    font-weight: 600;
}

.art-author a:hover {
    text-decoration: underline;
}

.art-header {
    padding: 20px 0;
}

.art-header .slash-divider {
    margin: 0 2px;
}

.art-header h2 {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.art-header h2:hover {
    color: #666;
}

.art-header span {
    font-size: 15px;
    color: #999;
    transition: all .1s ease-in-out 0s;
}

.art-header span.art-type:hover {
    color: #666;
    font-weight: 600;
}

.art-content p {
    padding: 0;
    font-size: 17px;
    line-height: 1.8;
    text-align: left;
    color: #6f6f6f;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.art-details {
    margin: 40px 5px 7px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.art-details .author {
    position: relative;
    display: flex;
    align-items: center;
}

.art-details .author>a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.art-details .author-icon {
    cursor: pointer;
    display: block;
    width: 48px;
    height: 48px;
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #333;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #444;
    transition: color 0.35s, border 0.35s;
}

.art-details .author-name span {
    cursor: pointer;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
}

.art-details .author:hover .author-name {
    text-decoration: underline;
}

.art-details .stats {
    display: flex;
    font-size: 14px;
    letter-spacing: 0;
    color: #333;
    text-align: center;
}

.art-details .stats div {
    margin-left: 8px;
    line-height: 16px;
}

.art-details .stats>span [class^="fa fa-"] {
    margin-right: 1px;
    margin-left: 5px;
    font-size: 14px;
    vertical-align: middle;
}

.page-load-status {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #dcdcdc;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

figure+div p a,
figure+div p a:focus,
figure+div p a:hover {
    color: #006ac6;
    border-bottom: 1px solid #006ac6;
}

@media (max-width: 767px) {
    .story-blog .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .newest.item .img-box {
        height: auto;
    }
}
