body {
    color: #666;
}

ul {
    margin-bottom: 18px;
}

h1 {
    font-size: 32px;
}

h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.posts_navigation .prev-link h4, .posts_navigation .next-link h4 {
    text-transform: none;
}

.media-container {
    width: 100%;
    margin-bottom: 25px;
}

.media-container img {
    margin: auto;
    display: block;
}

fig {
    text-align: center;
    display: block;
}

b,
strong {
    color: #010f2e;
}

p,
ul li {
    text-align: justify;
}

.details__content ul {
    padding-inline-start: 30px;
}

.details__content ul li {
    list-style-type: disc;
}

.details__content a {
    color: #0469cd;
}

.details__content a:hover {
    color: #83003f;
}

.details__content .meta-info a {
    color: #010f2e;
}

.details__content .meta-info a:hover {
    color: #0469cd;
}


.main-menu ul {
    margin-bottom: 0;
}

.nav-item a,
.main-menu a {
    text-transform: capitalize;
}

.posts_navigation .prev-link h4,
.posts_navigation .next-link h4 {
    height: auto;
}

.details__content h2 {
    font-size: 26px;
}

div.avatar-img img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 6px solid white;
}

.sidebar-widget .widget a:hover {
    padding-left: 0px;
}

.fp-box ul {
    margin-bottom: 0;
}

.fp-box .text {
    padding: 25px;
}

.ts-box .img {
    height: 250px;
    display: flex;
    justify-content: center;
}

.ts-box .img img {
    height: 250px;
    width: auto;
    margin: auto;
}

.rp-box .img {
    display: flex;
    justify-content: center;
}

.rp-box .img img {
    height: 200px;
    max-width: none;
    width: auto;
    margin: auto;
}

@media (max-width: 991px) {
    .rp-box .img img {
        height: auto;
        width: 100%;
    }
}

.ts-box2 .img {
    border-radius: 4px;
}

.ts-box2 .img {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.ts-box2 .img img {
    height: 100px;
    max-width: none;
    width: auto;
    margin: auto;
}

.ts-box2 ul {
    margin-bottom: 0;
}

.ts-box2 .text .post-tags li .icon {
    margin-right: 5px;
}

@media (max-width: 991px) {
    .ts-box2 .img img {
        height: 100%;
        width: 100%;
    }

    .ts-box2 .img {
        margin-bottom: 15px;
    }
}

.meta-info ul {
    margin-bottom: 0;
}

.copyright-wrap a {
    color: white;
}

.copyright-wrap a:hover {
    color: #0469cd;
}

@media (max-width: 767px) {
    .details__content h3 {
        font-size: 20px;
    }
}

.box-slider-post .text .post-tags-top li a {
    padding: 1px 10px;
    border-radius: 3px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .box-slider-post .img-s {
        height: 430px;
    }
}

div.cat a {
    color: white;
    text-transform: uppercase;
}

.f-insta li {
    overflow: hidden;
    border-radius: 4px;
}

.footer-social a:nth-child(1),
.header-social a:hover:nth-child(1) {
    background: #3b5998;
}

.footer-social a:nth-child(2),
.header-social a:hover:nth-child(2) {
    background: #1DA1F2;
}

.footer-social a:nth-child(3),
.header-social a:hover:nth-child(3) {
    background: #E60023;
}

.rounded {
    border-radius: 4px;
    overflow: hidden;
}

div.bsingle__post-thumb img, img.content-media {
    width: 100%;
}