/* =================================
Start of Blog CSS
================================== */

.cla_single-blog-post {
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin: 20px 0;
}

.cla_post-title {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3498db;
    margin: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cla_post-title:hover {
    color: #256E9F;
}

.cla_single-post-img {
    width: 50%;
    float: left;
    overflow: hidden;
}

.cla_single-blog-post:hover .cla_single-post-img {
    background: rgba(0, 0, 0, 0.5);
}

.cla_single-post-img img {
    width: 100%;
}

.cla_single-post-text {
    float: none;
    display: block;
    overflow: hidden;
    padding-left: 20px;
}

.cla_single-post-text .site_cta {
    color: #24485a;
}

.cla_single-post-text .site_cta:hover {
    color: #d18e3d;
}


.cla_single-post-text .cla_cta-btn {
    margin: 20px 20px 0 0;
    padding: 8px 20px !important;
    float: right;
}

.cla_single-post-elements {
    margin: 15px 0 0;
}

.cla_single-post-elements span a {
    color: #555555;
    font-size: 14px;
}

.cla_single-post-elements span {
    margin-right: 15px;
}

.cla_single-post-cat {
    margin-top: 10px;
}

.cla_single-post-cat a {
    color: #3498DB;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    word-wrap: break-word;
}

.cla_single-post-cat a:hover {
    color: #256E9F;
    text-decoration: underline;
}


.blog-pagination {
    width: 100%;
    float: left;
}

.cla_single-post-cat ul {
    list-style: none;
    padding: 0;
}

.cla_single-post-tag {
    margin-top: 10px;
}

.cla_single-post-tag .fa {
    margin-right: 5px;
}

@media(max-width:991px) {
    .cla_single-post-img {
        width: 100%;
        float: none;
    }

    .cla_single-post-text {
        padding: 15px 0 0;
    }

    .cla_single-post-text .cla_cta-btn {
        margin: 10px 0 0;
        float: none;
    }
}

@media(max-width:767px) {
    .cla_post-title {
        font-size: 20px;
        line-height: 25px;
    }

    .cla_blog-section.cla_section-padding.area {
        padding: 25px 0;
    }
}

/*------ Sidebar css start ----------*/
.cla_sidebar-right {
    margin: 20px 0;
}

.cla_sidebar-searchbar {
    position: relative;
}

.cla_input-filed {
    width: 100%;
    padding: 15px 60px 15px 15px;
    border: none;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    color: #333333;
    font-size: 16px;
    line-height: 20px;
}

.cla_search-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    width: 60px;
    padding: 15px 0;
    color: #cccccc;
}

.cla_blog-section .widget {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.cla_blog-section .widget-title {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #24485a;
    border-bottom: 2px solid #54BC77;
}

.cla_blog-section .widget ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.cla_blog-section .widget ul li {
    background: rgba(0, 148, 216, 0.4);
    padding: 0 0 0 30px;
    margin: 0 0 7px 0;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cla_blog-section .widget ul li::before {
    content: "";
    width: 11px;
    height: 11px;
    background: #54BC77;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cla_blog-section .widget ul li:hover {
    background: rgba(0, 148, 216, 0.8);
}

.cla_blog-section .widget ul li a {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    display: block;
    padding: 7px 0;
    text-transform: capitalize;
}

.tagcloud {
    margin: 15px 0 0;
}

.tag-cloud-link {
    background: #54BC77;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 12px !important;
    line-height: 12px !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
}

/*------ Sidebar css End ----------*/
/*--------(Single Page) post details css start -------------*/
.cla_post-details .cla_single-post-img {
    width: 100%;
    float: none;
}

.cla_post-details .cla_single-post-text {
    padding: 20px 0 0;
}

/*------- comments css start -----------*/
.cla-comments {
    width: 100%;
    float: left;
}

.cla-comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cla-comments .children {
    list-style: none;
}

.cla-comments .comment-body {
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    padding: 15px;
}

.cla-comments .comment-meta {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}

.cla-comments .avatar {
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cla-comments .fn {
    text-transform: uppercase;
}

.cla-comments .comment-metadata a {
    color: inherit;
}

.cla-comments .comment-content {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.cla-comments .reply .comment-reply-link {
    background: #E95E4A;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 10px;
    border-radius: 5px;
}

.cla-comments .reply {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.commentlist {
    list-style: none;
}

.comment.odd {
    margin-left: 50px;
}

.cla-comments .reply .comment-reply-link:hover {
    background: #590F1E;
}

.cla-comments .comment-form label {
    width: 100%;
    margin: 15px 0 5px;
}

.cla-comments .comment-form input,
.comment-form textarea {
    width: 100%;
    border: 1px solid #dddddd !important;
    padding: 7px 15px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cla-comments .comment-form .submit {
    margin: 15px 0 0;
    background: #E95E4A;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cla-comments .comment-form .submit:hover {
    background: #590F1E;
}

.cla-comments .comment-form input:focus,
.comment-form textarea:focus {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) !important;
}

/*------- comments css end -----------*/

/*--------(Single Page) post details css end -------------*/

/*-- Extend blog CSS --*/

.cla_blog-section .widget ul li::before {
    content: "\f061";
    font-family: fontAwesome;
    background: transparent;
    width: auto;
    top: 19px;
    color: #54BC77;
    left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: auto;
}

.cla_blog-section .widget ul li:hover::before {
    left: 10px;
}

.cla_blog-section .widget ul li a {
    color: #333333;
    text-transform: uppercase;
    line-height: 24px;
}

.cla_blog-section .widget ul li a:hover {
    color: #54BC77;
}

.cla_sidebar-searchbar {
    margin: 20px 0 0;
}

.cla_blog-sidebar .widget {
    padding: 20px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.tag-cloud-link {
    background: #54BC77;
    color: #ffffff !important;
    padding: 5px 10px;
}

.tag-cloud-link:hover {
    background: #4DC6C0;
}

.cla_search-btn {
    padding: 12px 0;
}

.cla_post-title {
    color: #000;
}

.cla_post-title:hover {
    color: #54BC77;
}

.cla_single-post-text .site_cta {
    float: right;
    margin-right: 40px;
    text-transform: uppercase;
    font-size: 12px !important;
    margin-top: 25px;
}

.cla_blog-section {
    padding: 30px 0;
}

.pagination>li {
    display: inline-block;
}

.page-numbers {
    background: #54BC77 !important;
    color: #ffffff !important;
    margin: 0 3px !important;
    padding: 7px 15px;
    display: inline-block;
}

.page-numbers.current,
.page-numbers:hover {
    background: #4DC6C0 !important;
}

.no-results,
.not-found {
    padding: 50px 0 150px;
}

.comment-form p {
    margin: 0;
}

.cla-comments .comment-form .submit {
    background: #54BC77;
    text-transform: uppercase !important;
    cursor: pointer;
}

.cla-comments .comment-form .submit:hover {
    background: #4DC6C0;
}

.cla_blog-section .widget ul li,
.cla_blog-section .widget ul li:hover {
    background: none;
    margin: 0;
}

.cla_single-post-img a {
    display: inline-block;
    width: 100%;
}

.cla_single-post-img img {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.cla_single-blog-post:hover .cla_single-post-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.single-post .cla_single-post-img img {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}

.cla-comments .reply .comment-reply-link {
    background: #54BC77;
    padding: 5px 10px;
    line-height: 20px;
}

.cla-comments .reply .comment-reply-link:hover {
    background: #4DC6C0;
}

.comment-form-cookies-consent input {
    width: auto !important;
    margin-right: 15px;
}

.comment-form-cookies-consent label {
    display: inline;
}

.comment-form-cookies-consent {
    margin: 15px 0 0 !important;
}

.cla_single-post-tag a {
    color: inherit;
}

.cla_single-post-cat {
    margin: 0;
}

.cla_single-post-cat ul li a {
    font-size: 14px;
    color: inherit !important;
    text-decoration: none !important;
}

.cla_single-post-schedule span {
    font-size: 15px;
}

.cla_single-post-text ul,
.cla_single-post-text ol {
    padding-left: 35px;
}

.cla_single-post-text ul li,
.cla_single-post-text ol li {
    margin: 0 0 5px;
}

nav.navigation.pagination {
    width: 100%;
}








@media(max-width:991px) {
    .cla_blog-section .widget ul li a {
        font-size: 13px;
        line-height: 18px;
    }

    .cla_single-post-img {
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }

    .cla_single-post-text .cla_cta-btn {
        float: none;
    }

    .cla_single-post-text {
        padding: 0;
    }
}

@media(max-width:767px) {
    .single .title-header .media-heading {
        font-size: 16px;
        line-height: 22px;
    }

    .single-post .cla_single-post-img img {
        height: 250px;
    }

    .cla_single-post-text .site_cta {
        float: none;
        margin: 0;
    }
}

/*-- Blog Extend CSS End --*/
.cla_single-post-cat {
    margin: 0;
}

.cla_single-post-cat ul li a {
    font-size: 14px;
    color: inherit !important;
    text-decoration: none !important;
}

.cla_single-post-schedule span {
    font-size: 15px;
}

.cla_single-post-tag a {
    color: #333;
    font-size: 14px;
    line-height: 1.3 !important;
    margin-left: 7px;
}

.cla_single-post-tag i.fa {
    font-size: 14px;
}

.cla_single-post-tag a:hover,
.cla_single-post-tag a:focus {
    color: #E89E1E;
}

.cla_single-post-cat ul li a:hover,
.cla_single-post-cat ul li a:focus {
    color: #E89E1E !important;
}

.cla_single-post-tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.4;
}

.cla_single-post-tag ul li {
    display: inline-block;
    line-height: 1.2 !important;
}

.cla_single-post-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cla_single-post-tag i.fa {
    position: relative;
    top: 3px;
}