/* Section Why */
.why__options ul {
    padding-left: 0px;
    list-style: none;
}
.why__options li {
    font-weight: 600;
    padding-bottom: 15px;
}
.why__options li > .bi {
    color:#ff8e19;
}
/* Section Info Box */
.info__content {
    font-size: 16px;
}
/* Mansonary - One - section-info */
.mordor-float {
    position: absolute;
    left: -210px;
    top: -8%;
    width: 350px;
    z-index: -1;
}
@media (max-width: 1300px) {
    .mordor-float {
        display: none !important;
    }
}
@media (max-width: 1400px) {
    .mordor-float {
        position: absolute;
        left: -128px;
        top: -8%;
        width: 270px;
        z-index: -1;
    }
}

/* Call to Action - Select Hosting or Contact*/
@media (max-width: 770px) {
    .info__cta {
        text-align: center;
    }
}

/* Blog */
.box-blog {
    /*background-color: #f8f9fa;
    border-radius: 10px;*/
    padding: 15px 25px;
}
.span-label__category {
    background-color: #ffca9b;
    color: rgb(68, 68, 68);
    border-radius: 8px;
    font-size: 13px;
    padding: 5px 12px;
    margin-right: 10px;
}
.posttitle__posts > h2 {
    font-size: 24px;
}
.postcontent__posts > p {
    font-size: 15px;
    color: #a7a3a3;;
}

.postdate > p {
    font-size: 16px;
    background: #fff;
    border: 1px solid #ff8e19;
    border-radius: 10px;
    padding: 4px 8px;
}
.btn-readmore {
    width: auto !important;
}
.img-postblog {
    border-radius: 10px;
}
/* WHY */
.section.section-why, .section.section-cta {
    padding-top: 40px;
}
@media (max-width: 770px) {
    .why__cta {
        text-align: center;
    }
}

/* Post navigation */
a.page-numbers {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
}
span.page-numbers.current {
    border: 1px solid #C9A66B;
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #C9A66B;
    color: #fff;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.nav-previous, .nav-next {
    max-width: 390px;
    font-weight: 500;
}