﻿.latest-post-area {
    margin-top: 20px !important;
    padding:0
}

@media (max-width: 575px) {
    .latest-post-area .container {
        padding: 0px 15px !important;
    }
}

.latest-post-area .latest-post-wrap {
    padding: 20px;
    background: #fff;
}

    .latest-post-area .latest-post-wrap .cat-title {
        font-size: 14px;
        font-weight: 600;
        /*background: #04091e;*/
        background: #ed1c24 !important;
        color: #fff;
        padding: 10px 25px;
    }

    .latest-post-area .latest-post-wrap .single-latest-post {
        margin-top: 20px;
    }

        .latest-post-area .latest-post-wrap .single-latest-post .feature-img,
        .latest-post-area .single-post-wrap .feature-img-thumb {
            overflow: hidden;
        }

            .latest-post-area .latest-post-wrap .single-latest-post .feature-img img,
            .latest-post-area .single-post-wrap .feature-img-thumb img {
                width: 100%;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

            .latest-post-area .latest-post-wrap .single-latest-post .feature-img .overlay-bg,
            .latest-post-area .single-post-wrap .feature-img-thumb .overlay-bg {
                background: rgba(0, 0, 0, 0.4);
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

            .latest-post-area .latest-post-wrap .single-latest-post:hover .feature-img img,
            .latest-post-area .single-post-wrap .feature-img-thumb:hover img {
                transform: scale(1.1);
            }

        .latest-post-area .latest-post-wrap .single-latest-post .tags {
            position: relative;
            bottom: 45px;
            left: 15px;
        }

            .latest-post-area .latest-post-wrap .single-latest-post .tags li {
                display: inline-block;
                background: #f6214b;
                color: #fff;
                padding: 4px 30px;
                font-weight: 300;
            }

                .latest-post-area .latest-post-wrap .single-latest-post .tags li a {
                    color: #fff;
                }

        .latest-post-area .latest-post-wrap .single-latest-post .meta {
            margin: 10px 0px;
        }

            .latest-post-area .latest-post-wrap .single-latest-post .meta li {
                display: inline-block;
                color: #777777;
                margin-right: 10px;
                font-weight: 300;
                font-size: 12px;
            }

                .latest-post-area .latest-post-wrap .single-latest-post .meta li .lnr {
                    margin-right: 10px;
                    font-weight: 700;
                }

                .latest-post-area .latest-post-wrap .single-latest-post .meta li a, .latest-post-area .latest-post-wrap .single-latest-post .meta li .lnr {
                    color: #777777;
                }

        .latest-post-area .latest-post-wrap .single-latest-post .excert {
            margin-bottom: 0px;
        }

        .latest-post-area .latest-post-wrap .single-latest-post .post-right h4 {
            max-width: 100%;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            font-size: 18px;
        }

            .latest-post-area .latest-post-wrap .single-latest-post .post-right h4:hover {
                color: #f6214b;
            }

@media (max-width: 991px) {
    .latest-post-area .latest-post-wrap .single-latest-post .post-right h4 {
        max-width: 100% !important;
    }
}

@media (max-width: 991px) {
    .latest-post-area .latest-post-wrap .single-latest-post .post-right {
        margin: 20px 0px;
    }
}

.ad-widget-wrap {
    background: #fff !important;
}

    .ad-widget-wrap img {
        padding: 25px 0px;
    }

.latest-post-area h1, h3, h4, h5, h6 {
    color: #222222;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}


.latest-post-area .latest-post-wrap .single-latest-post .post-right p {
    color: #777777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.sidebars-area .single-sidebar-widget h4 {
    max-width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 18px;
}

    .sidebars-area .single-sidebar-widget h4:hover {
        color: #f6214b;
    }
/*-------- End latest-post Style -------------*/

.sidebars-area {
    background: #fff !important;
    padding: 16px 0 0 0 !important;
}

.single-sidebar-widget:last-child {
    margin-bottom: 0px;
}

.single-sidebar-widget .title {
    /* background: #04091e; */
    background: #ed1c24 !important;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 20px;
}

.relative {
    position: relative;
}



.editors-pick-post .details {
    padding-bottom: 0 !important;
    padding-top: 15px;
}

.brd-bottom-none {
    border-bottom: 0 !important;
}

.editors-pick-post .feature-img {
    overflow: hidden;
}

.editors-pick-post .tags {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.sidebars-area .single-sidebar-widget .tags li {
    display: inline-block;
    background: var(--thcolor);
    color: #fff;
    padding: 4px 30px;
    font-weight: 300;
}

    .sidebars-area .single-sidebar-widget .tags li a {
        color: #fff;
    }


.sidebars-area .editors-pick-post .feature-img .overlay-bg {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.sidebars-area .editors-pick-post .feature-img:hover img {
    transform: scale(1.1);
}

.sidebars-area .editors-pick-post .feature-img .overlay-bg, .latest-post-area .single-post-wrap .feature-img-thumb .overlay-bg {
    position: relative;
}

.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebars-area .single-sidebar-widget .meta {
    margin: 10px 0px;
}


    .sidebars-area .single-sidebar-widget .meta li {
        display: inline-block;
        color: #777777;
        margin-right: 10px;
        font-weight: 300;
        font-size: 12px;
    }

        .sidebars-area .single-sidebar-widget .meta li a {
            color: #777777;
        }

        .sidebars-area .single-sidebar-widget .meta li .lnr {
            margin-right: 10px;
            font-weight: 700;
        }

.sidebars-area .most-popular-widget li {
    margin-right: 2px !important;
}

    .sidebars-area .most-popular-widget li:first-child {
        display: none;
    }

.sidebars-area .single-sidebar-widget h4 {
    max-width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 18px;
}

.sidebars-area .single-sidebar-widget p {
    color: #777777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.most-popular-widget .details h6 {
    line-height: 1.4em !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: 600;
}

.most-popular-widget .details {
    margin-left: 10px
}
