body[data-matched-route-name='newsSingle'] .main {
    padding: 0;
}

.single-news-wrapper {
    background: #ffffff;
    border-bottom: 1px solid #E5E5E4;
}

.single-news-wrapper > .inner {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.single-news-wrapper > .inner .single-news-content,
.single-news-wrapper > .inner .single-news-sidebar {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.single-news-wrapper > .inner .single-news-content {
    max-width: calc(100% - 435px);
    padding-right: 35px;
    padding-bottom: 40px;
    border-right: 1px solid #E5E5E4;
}

.single-news-wrapper > .inner .single-news-content .breadcrumbs-wrapper {
    margin: 15px 0;
}

.single-news-wrapper > .inner .single-news-content .news-image {
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.single-news-wrapper > .inner .single-news-content .news-image img {
    display: block;
    width: 100%;
}

.single-news-wrapper > .inner .single-news-content .news-title {
    margin-bottom: 15px;
}

.single-news-wrapper > .inner .single-news-content .news-date {
    margin-bottom: 40px;
}

.single-news-wrapper > .inner .single-news-content .news-gallery .news-gallery-title {
    margin: 30px 0;
}

.single-news-wrapper > .inner .single-news-content .news-gallery .news-gallery-images {
    margin-top: -20px;
    margin-left: -20px;
}

.single-news-wrapper > .inner .single-news-content .news-gallery .news-gallery-images .news-gallery-image {
    display: inline-block;
    vertical-align: top;
    max-width: calc(25% - 20px);
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.single-news-wrapper > .inner .single-news-content .news-gallery .news-gallery-images .news-gallery-image img {
    display: block;
    width: 100%;
}

.single-news-wrapper > .inner .single-news-sidebar {
    max-width: 400px;
    padding-top: 45px;
    padding-bottom: 40px;
    padding-left: 35px;
}

.single-news-wrapper > .inner .single-news-sidebar .random-news-list .random-news {
    display: block;
    margin-top: 20px;
}

.single-news-wrapper > .inner .single-news-sidebar .random-news-list .random-news .random-news-image {
    display: inline-block;
    vertical-align: top;
    width: 145px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.single-news-wrapper > .inner .single-news-sidebar .random-news-list .random-news .random-news-image img {
    display: block;
    width: 100%;
}

.single-news-wrapper > .inner .single-news-sidebar .random-news-list .random-news .random-news-content {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 165px);
    width: 100%;
}

.single-news-wrapper > .inner .single-news-sidebar .random-news-list .random-news .random-news-content .random-news-name {
    margin-bottom: 5px;
}

.latest-news-wrapper {
    background: #f7f7f7;
}

.latest-news-wrapper > .inner {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
}

.latest-news-wrapper > .inner .latest-news-title {
    margin-bottom: 20px;
}

@media screen and (max-width: 740px) {

    .single-news-wrapper > .inner .single-news-content {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
        border-right: 0 none;
    }

    .single-news-wrapper > .inner .single-news-content .news-image {
        margin-bottom: 30px;
    }

    .single-news-wrapper > .inner .single-news-content .news-date {
        margin-bottom: 30px;
    }

    .single-news-wrapper > .inner .single-news-sidebar {
        max-width: 100%;
        padding-top: 15px;
        padding-bottom: 30px;
        padding-left: 0;
    }

    .latest-news-wrapper > .inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}