.blog_template {}

.blog_template a {
    color: #5bc646;
}

.blog_template a:hover {
    color: #ffcc32;
}

.blog_cards .card {
    color: #000;
    border-radius: 15px;
}

.blog_cards .card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.cats {
    padding: 10px 0;
}

h3.card-title a {
    color: #000;
}

h3.card-title a:hover {
    text-decoration: underline;
}

.blogcard-block {
    color: #000;
}

.blogcard-block .card {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.blogcard-block .card-body {
    padding: 10px 0;
}

.blogcard-block h3 {
    font-size: 22px;
    font-weight: 600;
}

.blogcard-block p {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

.blogcard-block .blogcard-btn {
    background-color: #5bc646;
    ;
    padding: 8px 15px;
    border: 1px solid #5bc646;
    ;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.blogcard-block .blogcard-btn:hover {
    color: #5bc646;
    ;
    background-color: #fff;
    /* border-color: #000; */
}


/* Search Form */

.wp-block-search {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.wp-block-search__label {
    display: none !important;
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    padding: 0;
    border: none;
}

.wp-block-search__input {
    padding: 6px 40px 5px 15px;
    border: 1px solid #5bc646;
    width: 100%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .75em;
    outline: 0;
    font-family: 'Josefin Sans';
}

.wp-block-search__button {
    background: #5bc646;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #5bc646;
}

.wp-block-search__button:hover {
    background: #fff;
    color: #5bc646;
}


/* Search Form */

.blog_cats {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 20px;
}

.blog_cats h3 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.blog_cats ul,
.blog_cats ul li {
    padding-left: 0;
}

.blog_cats ul li::before {
    content: '-';
    position: relative;
    color: #000;
    padding-right: 10px;
    font-size: 25px;
    line-height: 20px;
}

.blog_cats ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.blog_cats ul li a:hover {
    color: #5bc646;
}


/*Single Page styles */

.blog_template h1 {
    font-size: 50px;
    line-height: 55px;
}

.post_meta_div {
    margin-bottom: 15px;
}

.post_meta_div a {
    margin-right: 10px;
}

.blog_template img.single_img {
    margin-bottom: 25px;
}

blockquote {
    padding-left: 25px;
    border-left: 5px solid #5bc646;
    margin-bottom: 25px;
}

.blog_template .content_area p {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.blog_template .content_area h2 {
    font-size: 50px;
    line-height: 60px;
}

.blog_template .content_area h3 {
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
}

.blog_template .content_area h4 {
    font-size: 35px;
    line-height: 40px;
}

.blog_template .content_area h5 {
    font-size: 30px;
    line-height: 40px;
}

.blog_template .content_area h6 {
    font-size: 25px;
    line-height: 30px;
}

.blog_template .content_area ul {
    margin-bottom: 25px;
}

.blog_template .content_area li {
    font-size: 20px;
    line-height: 30px;
}

#ez_toc_widget_sticky-2 {
    position: sticky;
    transition: all 0s ease 0s;
    box-sizing: border-box;
    padding: 15px;
    top: 150px;
    /* transform: translateY(0px); */
    background-color: #fbfcfd;
    border-radius: 15px;
}

.ez-toc-title,
.ez-toc-widget-sticky-title-toggle {
    display: block;
}

#ez_toc_widget_sticky-2 .ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list li.active {
    background-color: transparent !important;
}

.ez-toc-widget-sticky h5 {
    color: #000;
}

.ez-toc-widget-sticky ul {
    margin-left: 0;
}

#ez-toc-widget-sticky-container ul ul,
.ez-toc div.ez-toc-widget-sticky-container ul ul {
    margin-left: 0 !important;
    padding-left: 10px;
}

.ez-toc-widget-sticky li {
    padding-left: 15px;
}

.ez-toc-widget-sticky-container ul li a {
    color: #5bc646;
}

.pagination {
    margin-bottom: 25px;
    justify-content: center;
}

.pagination .page-numbers {
    background-color: #fff;
    padding: 5px 10px;
    color: #5bc646;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: #5bc646;
    color: #fff;
}

.wp-block-button__link {
    border-radius: 4px;
    background-color: #5bc646;
    border: 1px solid #5bc646;
    color: #fff;
}

.wp-block-button__link:hover {
    background-color: #fff;
    color: #5bc646;
}

.content_area {
    padding-bottom: 50px;
}

.blog_cards {
    padding-top: 40px;
}

.widget_search {
    padding-top: 0px;
}

.blog_cards .card img,
.widget_block .card img {
    max-height: 500px;
    object-fit: cover;
    object-position: center bottom;
}

.blog_cards .card a,
.widget_block .card a {
    text-decoration: none;
    font-family: 'Josefin Sans';
}

.blog_cards .card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.wp-block-search__inside-wrapper {
    margin-right: 0px;
}

.wp-block-search__input {
    padding: 0px 40px 0px 15px;
    border: 1px solid #5bc646;
    height: 30px;
}

.blog_cats ul li::before {
    display: none;
}

.blog_cats ul {
    padding-left: 20px;
}

.card .cats {
    padding: 0px 0;
}

.pagination .page-numbers a,
.blog_cats ul li a,
.nav-links a,
.main_blog_inner a {
    text-decoration: none;
}

.widget_block .card h3.card-title a {
    font-size: 34px;
    line-height: 38px;
}

.blogcard-block .blogcard-btn {
    background-color: #5bc646;
    border: 1px solid #5bc646;
    border-radius: 50px;
}

.blog_template .cats a {
    color: #0b9ad6;
}

.blog_template .cats a:hover {
    color: #fec930;
}

.blogcard-block .blogcard-btn:hover {
    background: #ffcc31;
    color: #000000;
    border: 1px solid #ffcc31;
}

#blog-landing .white-panel .row.align-items-center {
    align-items: start!important;
    margin-top: 40px;
}

.main_blog_inner a {
    font-family: 'Josefin Sans';
}

.main_blog_inner a:hover {
    color: #0b9ad6;
}

.single-post h2 {
    font-size: 47px;
    line-height: 53px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 20px;
}

.single-post h5 {
    font-size: 35px;
}

.single-post h5,
.single-post h2,
.single-post h1 {
    font-family: 'Josefin Sans';
}

#post_sidebar .widget {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 15px;
}

#post_sidebar .widget a {
    text-decoration: none;
    color: #0b9ad6;
}

#post_sidebar .widget a:hover {
    color: #5bc64c;
}

.error404 h1 {
    font-size: 60px;
}

.archive .banner_content h1 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 50px;
    line-height: normal;
}

@media (max-width: 1200px) {
    .blog_cards .card img,
    .widget_block .card img {
        max-height: 280px;
    }
}

@media (max-width: 767.98px) {
    .single-post .page_banner {
        margin-top: 180px;
    }
    .single-post h2 {
        font-size: 33px;
        line-height: 38px;
    }
    .blog_template h1 {
        font-size: 35px;
        line-height: 38px;
    }
    .blog_template .content_area h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .archive .banner,
    .page-template-template-blog .banner {
        min-height: 375px;
        background-image: url(../images/about_banner.jpg);
        background-color: transparent;
        margin-top: 185px;
        max-height: 390px;
    }
    .archive .banner_content,
    .page-template-template-blog .banner_content {
        margin-top: 0%;
    }
    .archive .banner_content h1,
    .page-template-template-blog .banner_content h1 {
        font-size: 40px;
    }
    .main_blog_inner h3 {
        font-size: 30px;
        margin-top: 15px;
    }
    .burger-menu {
        top: 35px;
    }
    .error404 h1 {
        margin-top: 200px;
        font-size: 30px;
        text-align: center;
    }
    .error404 .page_content {
        text-align: center;
    }
    .blog_template {
        margin-top: 155px;
    }
    .single-post .blog_template {
        margin-top: 175px;
    }
}