/*Blog Section Starts Here*/
.post-item {
    margin-bottom: 30px;
}

.post-item .post-thumb {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.post-item .post-content {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
    overflow: auto;
    box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.03);
    padding: 35px 15px;
}

.post-item .post-content .title {
    margin-bottom: 8px;
}

.post-item .post-content .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item .post-content .meta-post {
    margin-right: -10px;
    margin-bottom: 25px;
}

.post-item .post-content .meta-post li {
    padding: 0;
    margin-right: 10px;
}

.post-item .post-content .meta-post li i {
    margin-right: 5px;
    font-size: 12px;
}

.post-item .post-content .meta-post li a {
    color: #555555;
    font-weight: 500;
    align-items: center;
}

.post-item .post-content .meta-post li a i {
    color: #1e90ff;
}

.post-item .post-content .entry-content p {
    margin-bottom: 32px;
}

.post-item .post-content .entry-content .author {
    align-items: center;
}

.post-item .post-content .entry-content .author .author-thumb {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.post-item .post-content .entry-content .author .author-thumb a {
    display: block;
}

.post-item .post-content .entry-content .author .author-thumb img {
    width: 100%;
}

.post-item .post-content .entry-content .author .author-cont {
    font-size: 18px;
    font-weight: 500;
}

.post-item .post-content .entry-content .author .author-cont a {
    color: #555555;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 420px) {
    .post-item .post-content {
        padding: 35px 40px;
    }

    .post-item .post-content .meta-post {
        margin-right: -20px;
    }

    .post-item .post-content .meta-post li {
        margin-right: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .post-item .post-content {
        padding: 35px 20px;
    }
}

.post-item:hover .post-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post-item:hover .post-content .title a {
    color: #1e90ff;
}

.post-item:hover .post-content a:hover {
    color: #1e90ff;
}

.post-item.post-details {
    margin-bottom: 60px;
}

.post-item.post-details .thumb-area {
    justify-content: space-between;
    margin-bottom: 10px;
}

.post-item.post-details .thumb-area .thumb {
    width: 100%;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .post-item.post-details .thumb-area .thumb {
        width: calc(50% - 15px);
        margin-bottom: 20px;
    }
}

.post-item.post-details .thumb-area .thumb img {
    width: 100%;
    margin-bottom: 15px;
}

.post-item.post-details .thumb-area .thumb a {
    display: block;
    color: #555555;
}

.post-item.post-details .thumb-area .thumb:hover a {
    color: #1f3366;
}

.post-item.post-details .post-thumb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.post-item.post-details .author-area {
    justify-content: space-between;
    margin-bottom: -20px;
}

.post-item.post-details .author-area .social,
.post-item.post-details .author-area .author {
    margin-bottom: 20px;
}

.post-item.post-details .author-area .social li {
    padding: 5px;
}

.post-item.post-details .author-area .social li a {
    line-height: 40px;
    color: #ffffff;
    background-color: #1f3366;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 23px;
    font-size: 14px;
    font-weight: 700;
}

.post-item.post-details .author-area .social li a.facebook {
    background: #3b5998;
}

.post-item.post-details .author-area .social li a.twitter {
    background: #55acee;
}

.post-item.post-details .author-area .social li a.linkedin {
    background: #007bb5;
}

.post-item.post-details .author-area .social li a.vimeo {
    background: #1ab7ea;
}

.post-item.post-details .author-area .social li a.google {
    background: #dd4b39;
}

.post-item.post-details .author-area .social li a.instagram {
    background: #e4405f;
}

.post-item.post-details .author-area .social li a.youtube {
    background: #cd201f;
}

.post-item.post-details .author-area .social li a.pinterest {
    background: #007bb5;
}

.post-item.post-details .author-area .social li a.whatsapp {
    background: #25d366;
}

.post-item.post-details .author-area .social li a.camera {
    background: #e4405f;
}

.post-item.post-details .author-area .social li a.tumblr {
    background: #34465d;
}

.post-item.post-details .author-area .social li a i {
    margin-right: 5px;
}

@media (max-width: 575px) {
    .post-item.post-details {
        margin-bottom: 40px;
    }

    .post-item.post-details .post-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section-bg .post-item .post-content {
    background: aliceblue;
}

.blog-details-quote {
    font-size: 20px;
    line-height: 27px;
    font-style: italic;
    margin-bottom: 34px;
}

.blog-details-quote::before {
    display: block;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: #1f3366;
    margin-bottom: 13px;
}

@media (max-width: 575px) {
    .blog-details-quote {
        font-size: 18px;
        line-height: 25px;
    }
}

.comment-area {
    padding: 30px 15px;
    background: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.comment-area .title {
    margin-top: -12px;
    text-transform: capitalize;
}

@media screen and (max-width: 576px) {
    .comment-area .title {
        margin-bottom: -10px;
        font-size: 24px;
        margin-top: -8px;
    }
}

@media (min-width: 576px) {
    .comment-area {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .comment-area {
        padding: 40px;
        margin-bottom: 60px;
    }
}

.comment-wrapper li {
    padding: 0;
}

.comment-wrapper li .comment-item {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.comment-wrapper li .comment-item .comment-thumb {
    width: 70px;
    height: 70px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.comment-wrapper li .comment-item .comment-thumb a {
    display: block;
}

.comment-wrapper li .comment-item .comment-thumb a img {
    width: 100%;
}

@media (max-width: 575px) {
    .comment-wrapper li .comment-item .comment-thumb {
        margin-bottom: 15px;
    }
}

.comment-wrapper li .comment-item .comment-content {
    width: 100%;
}

.comment-wrapper li .comment-item .comment-content .comment-header {
    margin-bottom: 9px;
}

.comment-wrapper li .comment-item .comment-content .sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.comment-wrapper li .comment-item .comment-content span {
    font-style: italic;
}

@media (min-width: 576px) {
    .comment-wrapper li .comment-item .comment-content {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
}

.comment-wrapper li .comment-item .comment-content .reply-button {
    padding: 2px 20px;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
}

.comment-wrapper li .comment-item .comment-content p {
    margin-bottom: -8px;
}

.comment-wrapper li .comment-item:hover .reply-button {
    background: #1f3366;
    color: #ffffff;
}

.comment-wrapper li .comment-item:hover .sub-title a {
    color: #1f3366;
}

.comment-wrapper li ul li {
    padding-left: 20px;
}

@media (min-width: 576px) {
    .comment-wrapper li ul li {
        padding-left: 40px;
    }
}

@media (min-width: 768px) {
    .comment-wrapper li ul li {
        padding-left: 60px;
    }
}

.comment-form {
    margin: -10px;
    margin-top: 15px;
}

.comment-form .form-group {
    width: 100%;
    padding: 10px;
    margin: 0;
}

.comment-form .form-group input,
.comment-form .form-group textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
}

.comment-form .form-group textarea {
    padding-top: 30px;
    height: 185px;
}

.comment-form .form-group input[type="submit"] {
    background: #1e90ff;
    border: none;
    width: auto;
    padding: 0 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mb-60-none .post-item {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .mb-60-none {
        margin-bottom: -60px;
    }

    .mb-60-none .post-item {
        margin-bottom: 60px;
    }
}

.post-item .post-content .meta-post,
.post-item .post-content .meta-post li a,
.post-item .post-content .entry-content .author,
.post-item.post-details .thumb-area,
.post-item.post-details .author-area,
.post-item.post-details .author-area .social,
.comment-form {
    display: flex;
    flex-wrap: wrap;
}

.c-thumb {
    overflow: hidden;
}

.c-thumb a {
    display: block;
}

.c-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.post-thumb.c-thumb a img {
    width: 100%;
    height: 100%;
    max-height: 300px;
}


.blog-sidebar {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    position: sticky;
    top: 80px;
}

@media (min-width: 992px) {
    .blog-sidebar {
        margin-left: auto;
        top: 120px;
    }
}

.widget {
    margin-bottom: 40px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    background: #ffffff;
}

.widget.widget-post ul li a {
    display: flex;
    flex-wrap: wrap;
}

.widget.widget-post ul li {
    padding: 20px 25px;
    border-bottom: 1px solid #e5e5e5;
}

.widget.widget-post ul li:last-child {
    border-bottom: none;
}

.widget.widget-post ul li a:hover .subtitle {
    color: #1f3366;
}

.widget.widget-post ul li a .thumb {
    width: 80px;
}

.widget.widget-post ul li a .thumb img {
    width: 100%;
}

.widget.widget-post ul li a .content {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.widget.widget-post ul li a .content .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: -5px;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.widget.widget-post ul li a .content span {
    font-size: 14px;
    font-style: italic;
    color: #555555;
}

@media screen and (max-width: 399px) {
    .widget.widget-post ul li {
        padding: 30px 15px;
    }

    .widget.widget-post ul li a .content .subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .widget.widget-post ul li a .content span {
        line-height: 20px;
        display: block;
        margin-top: 5px;
    }
}

.widget .title {
    font-size: 20px;
    margin: 0;
    padding: 14px 30px;
    background: hsl(var(--base)) !important;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: capitalize;
}