.radius-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.news-page {
    background: #000
}

.post-item-archive {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.post-item-archive .thumb {
    width: 100%
}

.post-item-archive .post-info {
    background-color: #1f1f1f;
    padding: 15px 20px;
    width: 100%;
    min-height: 7rem
}

.post-item-archive .post-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    line-height: 135%
}

.post-item-archive .post-title a {
    color: #fff
}

.post-item-archive .overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.color-theme-1 .post-info {
    background-color: #1f1f1f !important
}

.post-item-archive-large {
    margin-bottom: 30px;
    background-color: #1f1f1f;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.post-item-archive-large a {
    color: #fff
}

.post-item-archive-large .overlay-link {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0
}

.post-item-archive-large .thumb {
    width: 40%;
    padding-top: 40vh;
    height: 0;
    background: center center no-repeat;
    background-size: cover
}

.post-item-archive-large .post-info {
    width: 60%;
    padding: 30px
}

.post-item-archive-large .post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 24px
}

.post-item-archive-large .meta {
    margin-top: 10px;
    margin-bottom: 30px
}

.post-item-archive-large p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 20px
}

.post-item-archive-large .post-excerpt p {
    font-size: 15px;
    line-height: 24px
}

.breadcrumb {
    list-style: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 0 5px 0
}

.breadcrumb li {
    display: inline-block
}

.single-post-content {
    margin-top: 50px
}

.pagination {
    margin-bottom: 0;
    padding-bottom: 30px
}

.pagination .current {
    font-weight: bold
}

.list-posts {
    padding-bottom: 24px
}

.more-news {
    background: #e5e5e5;
    padding-top: 54px;
    padding-bottom: 100px
}

.news-left {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 35px 35px 0
}

.news-item-2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.news-item-2 .--title {
    font-size: 1.5rem;
    line-height: 135%;
    font-weight: 600;
    margin-bottom: 15px
}

.news-item-2 .--item-meta {
    font-size: .8125rem
}

.news-item-2 .--author {
    color: #f7a333
}

.section-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.--load-more {
    display: flex;
    justify-content: center;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
}

.--load-more .btn {
    max-width: 150px
}

.--load-more .btn:hover {
    background: #fff;
    color: #000
}

.--load-more .btn:active,
.--load-more .btn:visited {
    color: #fff;
    background: #000
}

.btn-e1 {
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    color: #fff;
    background: #000;
    border: 1px solid #1a1a1a;
    padding: 10px 30px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-width: 200px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.news-item-3 {
    margin-bottom: 30px
}

.news-item-3 .--title {
    font-size: .875rem;
    line-height: 1.0625rem;
    letter-spacing: .05em
}

.news-item-3 .col-sm-8 {
    padding-left: 0
}

.news-item-3 .--item-meta {
    letter-spacing: .1em;
    color: rgba(51, 51, 51, 0.7);
    font-size: .75rem;
    line-height: .9375rem
}

.news-item-3 img {
    margin: 0
}

.widget-title {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.2em;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 20px
}

.news-widget {
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3
}

.news-widget ul {
    padding-left: 0;
    list-style: none;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: .05em;
    color: #333
}

.news-widget ul li {
    margin-bottom: 15px
}

.news-widget:last-child {
    border-bottom: none
}

.single-item-meta {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.single-item-meta .--author {
    color: #f7a333;
}
.single-post p, .single-post li {
    font-size: 1rem;
}
.single-post h1 {
    font-size: 1.5rem;
    color: #000;
    line-height: 1.35;
    font-weight: 600;
}
.single-post .primary img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.single-post .primary .feature-image img {
    margin-top: 0;
}
.post-content {
    margin-bottom: 100px;
}
