/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.news {
    padding: 40px 0 20px 0;
}

.news .entry {
    padding: 10px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.news .entry .entry-img {
    padding: 10px 0;
    max-height: 440px;
    margin: 0px auto 20px auto;
    overflow: hidden;
}

.news .entry .entry-info {
    margin: 0 auto;
    width: 96%;
}

.news .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.news .entry .entry-title a {
    color: #484848;
    transition: 0.3s;
}

.news .entry .entry-title a:hover {
    color: #5ab4ff;
}

.news .entry .entry-meta {
    margin-bottom: 15px;
    color: #c1c8d0;
}

.news .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.news .entry .entry-meta ul li + li {
    padding-left: 20px;
}

.news .entry .entry-meta i {
    color: #5ab4ff;
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.news .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.news .entry .entry-content p {
    line-height: 24px;
}

.news .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.news .entry .entry-content .read-more a {
    display: inline-block;
    background: #5ab4ff;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.news .entry .entry-content .read-more a:hover {
    background: #5ab4ff;
}

.news .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.news .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.news .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.news .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #556270;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.news .entry .entry-footer i {
    color: #a4afba;
    display: inline;
}

.news .entry .entry-footer a {
    color: #606f7e;
    transition: 0.3s;
}

.news .entry .entry-footer a:hover {
    color: #5ab4ff;
}

.news .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.news .entry .entry-footer .cats li {
    display: inline-block;
}

.news .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.news .entry .entry-footer .tags li {
    display: inline-block;
}

.news .entry .entry-footer .tags li + li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.news .entry .entry-footer .share {
    font-size: 16px;
}

.news .entry .entry-footer .share i {
    padding-left: 5px;
}

.news .entry-single {
    margin-bottom: 30px;
}

.news .news-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.news .news-author img {
    width: 120px;
    margin-right: 20px;
}

.news .news-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #556270;
}

.news .news-author .social-links {
    margin: 0 10px 10px 0;
}

.news .news-author .social-links a {
    color: rgba(85, 98, 112, 0.5);
    margin-right: 5px;
}

.news .news-author p {
    font-style: italic;
    color: #b7b7b7;
}

.news .news-comments {
    margin-bottom: 30px;
}

.news .news-comments .comments-count {
    font-weight: bold;
}

.news .news-comments .comment {
    margin-top: 30px;
    position: relative;
}

.news .news-comments .comment .comment-img {
    margin-right: 14px;
}

.news .news-comments .comment .comment-img img {
    width: 60px;
}

.news .news-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.news .news-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.news .news-comments .comment h5 a:hover {
    color: #5ab4ff;
}

.news .news-comments .comment h5 .reply {
    padding-left: 10px;
    color: #556270;
}

.news .news-comments .comment h5 .reply i {
    font-size: 20px;
}

.news .news-comments .comment time {
    display: block;
    font-size: 14px;
    color: #6b7b8d;
    margin-bottom: 5px;
}

.news .news-comments .comment.comment-reply {
    padding-left: 40px;
}

.news .news-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.news .news-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.news .news-comments .reply-form p {
    font-size: 14px;
}

.news .news-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.news .news-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #e9797f;
}

.news .news-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.news .news-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #6cbcff;
}

.news .news-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.news .news-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #556270;
}

.news .news-comments .reply-form .btn-primary:hover {
    background-color: #606f7e;
}

.news .news-pagination {
    color: #8795a4;
}

.news .news-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.news .news-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.news .news-pagination li a {
    color: #556270;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .news-pagination li.active, .news .news-pagination li:hover {
    background: #5ab4ff;
}

.news .news-pagination li.active a, .news .news-pagination li:hover a {
    color: #fff;
}

.news .sidebar {
    padding: 16px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.news .sidebar .sidebar-title {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 16px 0;
    margin: 0 0 15px 0;
    color: #484848;
    position: relative;
}
.news .sidebar .sidebar-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 42px;
    height: 2px;
    background: #484848;
    bottom: 0;
}

.news .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.news .sidebar .search-form {
    margin-bottom: 0!important;
}
.news .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
    margin-bottom: 0;
}

.news .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.news .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #5ab4ff;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.news .sidebar .search-form form button i {
    line-height: 0;
}

.news .sidebar .search-form form button:hover {
    background: #5ab4ff;
}

.news .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.news .sidebar .categories ul li {
    padding-top: 10px;
    font-size: 13px;
    font-weight: 600;
}

.news .sidebar .categories ul a {
    color: #484848;
    transition: 0.3s;

}

.news .sidebar .categories ul a:hover {
    color: #5ab4ff;
    margin-left: 3px;
}

.news .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.news .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.news .sidebar .recent-posts img {
    width: 115px;
    float: left;
    margin-right: 10px;
}

.news .sidebar .recent-posts h4 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px!important;
    line-height: 20px;
}

.news .sidebar .recent-posts h4 a {
    color: #484848;
    transition: 0.3s;
}

.news .sidebar .recent-posts h4 a:hover {
    color: #5ab4ff;
}

.news .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #aaaaaa;
}

.news .sidebar .tags {
    margin-bottom: -10px;
}

.news .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.news .sidebar .tags ul li {
    display: inline-block;
}

.news .sidebar .tags ul a {
    color: #96a2af;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid white;
    display: inline-block;
    transition: 0.3s;
}

.news .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #5ab4ff;
    background: #5ab4ff;
}

.news .sidebar .tags ul a span {
    padding-left: 5px;
    color: #fbfbfc;
    font-size: 14px;
}

.news .sideimg {
    margin-left: 22px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
    #footer .container {
        max-width: 1600px!important;
    }
}

