.masthead-inner {
    background-size: cover;
    text-align: center;
    padding: 40px 0;
    min-height: 148px;
    position: relative
}

.masthead-inner h1 {
    margin: 0
}

.masthead-inner .masthead-inner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1
}

.masthead-inner * {
    position: relative;
    z-index: 2
}

.masthead-inner .breadcrumbs {
    margin-top: 12px
}

@media(min-width: 767px) {
    .masthead-inner {
        background-color: #f8f6f3;
        text-align: center;
        padding: 60px 0;
        height: 200px
    }
}

@media(min-width: 1025px) {
    .masthead-inner {
        background-color: #f8f6f3;
        text-align: center;
        padding: 80px 0;
        height: 248px
    }
}

.blogposts-sidebar h3 {
    font-weight: 800
}

.blog-popup {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 999999
}

.blog-popup-wrapper {
    position: absolute;
    width: 500px;
    min-height: 350px;
    max-width: 100%;
    background: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    padding: 20px 50px
}

.blog-popup #close {
    background: #5085c3;
    color: #fff;
    border-radius: 0;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: 0
}

.blog-listing {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px
}

.blog-post-item__wrapper {
    background: #fff;
    height: 100%;
    box-shadow: 0 8px 20px rgb(56 56 56/10%);
    position: relative;
    overflow: hidden;
    transition: .3s
}

.blog-post__meta {
    padding: 35px 30px
}

.blog .blog-post__meta {
    padding: 35px 30px 55px
}

.blog .blog-post__meta .blog-post__link {
    position: absolute;
    bottom: 25px;
    left: 30px
}

.blog-post__item {
    position: relative;
    height: 100%
}

.blog-post__img-container img {
    height: 200px;
    width: 100%;
    object-fit: cover
}

.blog-post__meta .blog-post__link,
.feat-post-title a {
    color: var(--color-orange);
    font-weight: 700
}

.blog-post__tags a {
    position: relative;
    padding-right: 10px
}

.blog-post__tags a:after {
    content: '|';
    position: absolute;
    right: -2px;
    font-size: 15px;
    top: -2px
}

.blog-post__tags>a:last-child::after {
    content: none
}

.blog-post__tags a:hover {
    text-decoration: underline
}

.blog-post__title__link:hover {
    text-decoration: none
}

.blog-post__meta .blog-post__link:hover,
.feat-post-title a:hover {
    text-decoration: underline !important
}

.blog-post__excerpt.push-bottom {
    font-size: 16px
}

.blog-post__excerpt p {
    word-break: break-word
}

.blog-post__title a {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 10px;
    color: var(--color-default)
}

.blog-post__title {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-listing__pagination {
    text-align: center;
    margin: 100px 0
}

@media(min-width: 768px) {

    .blog-post-item__wrapper:hover,
    .post-container__item article:hover {
        transform: scale(1.05)
    }
}

#block-2 {
    text-align: center
}

@media(min-width: 768px) {
    .blog-listing {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(min-width: 1025px) {
    .blog-listing {
        grid-template-columns: repeat(2, 1fr)
    }
}

.sticky-subscribe {
    background-color: #2c5381;
    color: #fff;
    padding: 7px 15px;
    z-index: 999;
    position: fixed;
    top: 50%;
    right: 0;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    transform: rotate(-90deg) translate(50%, 0)
}

.sticky-subscribe:hover {
    background: #5085c3;
    text-decoration: none
}

.active-modal {
    overflow: hidden
}

.subscribe-modal {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999999999;
    top: 0
}

.subscribe-modal.is-visible {
    display: block
}

.subscribe-modal.is-visible::before {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .4
}

.subscribe-modal-body {
    background: #fff;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, .2);
    min-width: 400px;
    max-width: 490px;
    margin: auto;
    padding: 55px 25px 50px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: fixed
}

.subscribe-modal-body .icon-exit {
    font-size: 20px
}

.subscribe-modal-body .pum-close.popmake-close {
    position: absolute;
    height: 40px;
    width: 40px;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    padding: 0;
    color: #fff;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
    border: 1px #fff;
    border-radius: 0;
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.00);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.23);
    background-color: rgba(80, 133, 195, 1.00)
}

.subscribe-modal-body .modal-close {
    background: #e77420;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid transparent;
    height: 20px;
    width: 20px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: .6
}

.subscribe-modal-body .modal-close:hover {
    opacity: .7
}

.feat-post {
    border: 1px solid #ece2d1;
    display: flex;
    flex-direction: column;
    margin: 45px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.feat-post-tag {
    background-color: #e77420;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    z-index: 2
}

.feat-post__image,
.feat-post__info {
    width: 100%
}

.feat-post__image {
    min-height: 150px
}

.objectfit {
    -o-object-fit: cover;
    object-fit: cover
}

.feat-post-image {
    width: 100%;
    height: 100%
}

.feat-post__info {
    padding: 20px
}

.feat-post-title {
    font-weight: 400
}

.learn-more {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #e77420;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative
}

.learn-more::after {
    font-family: icomoon;
    content: '\e911';
    font-size: 22px;
    margin-left: 5px;
    position: absolute;
    top: 1px;
    right: -30px
}

@media(min-width: 768px) {
    .feat-post .feat-post-image {
        height: 280px
    }
}

@media(min-width: 1025px) {
    .feat-post {
        min-height: 416px;
        flex-direction: row;
        margin: 100px 0 0
    }

    .feat-post__image,
    .feat-post__info {
        width: 50%
    }

    .feat-post__image,
    .feat-post-image {
        height: 100%;
        position: relative
    }

    .feat-post__info {
        padding: 60px
    }

    .feat-post .feat-post-image {
        height: 456px;
        object-fit: cover;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

.masthead--innerpage__heading-wrap {
    text-align: left
}

.blogposts {
    display: block;
    position: relative;
    margin-bottom: 100px
}

.blogposts [class*=col-] {
    padding-left: 17px;
    padding-right: 17px
}

.blogposts-item {
    margin-bottom: 34px;
    border: 1px solid #ece2d1
}

.blogposts-image {
    height: 220px;
    width: 100%
}

.blogposts-item-article {
    padding: 20px;
    font-size: 16px;
    position: relative
}

.blogposts-meta {
    text-transform: uppercase;
    padding-bottom: 10px
}

.blogposts-title {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 10px
}

.blogposts-btn {
    display: block;
    width: 100%
}

.blogposts-sidebar {
    position: relative
}

.blogposts-sidebar .widget,
.blogposts-sidebar .sidebar-promo__inner {
    background-color: #f8f8fd;
    padding: 30px 34px
}

.blogposts-sidebar .sidebar-promo__inner {
    text-align: center
}

.sidebar-promo__inner a img {
    margin: 0 auto
}

.blogposts-sidebar ul {
    margin: 0
}

.sidebar-category-wrap h3 {
    margin-bottom: 10px;
    font-size: 20px
}

.blogposts-sidebar .sidebar-category {
    display: flex;
    flex-wrap: wrap
}

.blogposts-sidebar li {
    list-style: none;
    list-style-type: none
}

.categ {
    background-color: #e5edf7;
    font-size: 20px;
    font-weight: 800
}

.categ a {
    display: flex;
    align-items: center;
    padding: 10px;
    height: 70px;
    width: 100%
}

.categ-icon {
    background-color: #5085c3;
    color: #fff;
    display: inline-block;
    padding: 10px;
    width: 70px;
    height: 100%
}

.categ-icon-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block
}

.categ-title {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 10px 25px
}

.blogposts-sidebar .widget_custom_html {
    background-color: #e6edf7;
    margin-bottom: 40px
}

.blogposts-sidebar .widget_custom_html h4 {
    background-color: transparent !important;
    font-size: 24px !important;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
    text-align: center
}

.blogposts-sidebar .widget_custom_html p {
    font-size: 18px !important;
    text-align: center
}

.blogposts-sidebar .widget_custom_html [type=email] {
    border-color: #e6edf7 !important
}

.blogposts-sidebar .widget_media_image {
    padding: 0;
    background-color: transparent
}

.blogposts-sidebar .widget_media_image img {
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width: 1025px) {
    .blogposts-item-article {
        padding: 30px 34px;
        height: 284px
    }

    .blogposts-btn {
        position: absolute;
        left: 0;
        bottom: 0;
        padding-right: 34px;
        padding-left: 34px
    }

    .blogposts-sidebar {
        padding-left: 10px
    }
}

.jump-top-section {
    box-shadow: 4px 7px 12px 0 rgb(0 0 0/17%);
    width: 100%;
    max-width: 408px
}

.nojs-toggle-heading {
    padding: 14px;
    background-color: rgb(211 222 238);
    font-size: 18px;
    font-weight: 800;
    color: #404040;
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    text-transform: uppercase
}

.section-list {
    background-color: #f8f8fd;
    padding: 20px 15px
}

.section-list ol {
    padding-left: 0;
    font-size: 14px;
    font-weight: 600;
    counter-reset: list-number
}

.section-list ol li {
    margin-bottom: 25px;
    padding-right: 10px;
    counter-increment: list-number;
    padding-left: 5px;
    list-style-type: none
}

.section-list ol li a,
.section-list ol li {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    transition: all ease-in 300ms;
    color: #404040
}

.section-list ol li a:hover,
.section-list ol li:hover {
    text-decoration: none;
    color: #5085c3
}

.sidebar-promo+.jump-top-section {
    margin-top: 30px
}

.jump-top-section .section-scroller::-webkit-scrollbar {
    width: .4em
}

.jump-top-section .section-scroller::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0/15%)
}

.jump-top-section .section-scroller::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
    outline: none;
    border-radius: 15px
}

@media(max-width: 1024px) {
    .jump-top-section {
        position: unset !important;
        max-width: unset;
        width: 100% !important
    }
}

.sidebar-category-wrap {
    margin-bottom: 40px
}

.sidebar-category {
    margin: 0;
    padding: 0
}

.sidebar-category_item {
    background: rgba(80, 133, 195, .2);
    transition: all ease .3s;
    margin-right: 10px
}

.sidebar-category_item:hover {
    background: rgba(80, 133, 195, .5)
}

.sidebar-category_link {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    padding-right: 20px
}

.sidebar-category_link:hover {
    text-decoration: none
}

.cate-icon {
    background: #5085c3;
    margin-right: 20px;
    padding: 0 10px;
    display: flex;
}

.cate-icon-svg {
    padding-right: 0px
}

/* Apply a default transform value to the SVG */
.cate-icon-svg svg {
    transition: transform 0.3s ease-in-out; /* Add a smooth transition effect */
}

/* Apply a transform scale on hover to zoom in the SVG */
.sidebar-category_link:hover .cate-icon-svg svg {
    transform: scale(1.2); /* Adjust the scale factor as needed */
}

.cate-icon img {
    width: 30px
}

.sidebar-category_item:hover img {
    transform: scale(1.2)
}

.post-container__item {
    margin-bottom: 35px
}

.post-container__item article {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 8px 20px rgb(56 56 56/10%);
    transition: .3s
}

.post-container__item article .blog-post__img-container {
    position: relative
}

.post-container__item article .blog-post__img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 1025px) {

    .post-container__item article .blog-post__img-container,
    .post-container__item article .blog-post__meta {
        flex: 0 0 50%
    }
}

.follow-icons__title h3 {
    font-size: 18px;
    padding: 0;
    margin: 0
}

.follow-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1.5rem 0 !important;
    border: 2px solid var(--default-gray);
    border-left: 0;
    border-right: 0;
    gap: 10px
}

li.follow-icons__title {
    margin-right: auto;
    margin-bottom: 0
}

li.follow-icons__title h3 {
    font-size: 1.1rem;
    margin: 0;
    padding: 0
}

.follow-icons li span {
    color: var(--color-default);
    font-size: 24px;
    transition: all ease-in-out .5s
}

.follow-icons li {
    margin-bottom: 0
}

.follow-icons li a:hover span {
    color: var(--color-orange)
}

.load-more__progress {
    margin-top: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 10px;
    border: 0;
    border-radius: 0;
    min-width: 250px
}

progress::-webkit-progress-bar,
progress::-webkit-progress-value,
progress::-moz-progress-bar {
    height: 10px;
    border: 0;
    border-radius: 0
}

progress::-webkit-progress-bar {
    background-color: #ddd
}

progress::-webkit-progress-value {
    background-color: #4a4a4a
}

.is-loading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    border: 5px solid;
    border-color: #e3e3e3 #e3e3e3 transparent;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: simpleSpin 1.5s linear infinite;
    animation: simpleSpin 1.5s linear infinite
}

.load-more__btn.is-loading {
    position: relative;
    opacity: .6;
    cursor: not-allowed
}

.load-more__btn.is-loading:before {
    width: 20px;
    height: 20px
}

.load-more__btn.is-disabled {
    cursor: not-allowed;
    background-color: #4a4a4a
}

.blog-item__date-author-box>div {
    float: left;
    font-size: 15px;
    font-style: italic
}

.blog-item__date-author-box .blog-item__date {
    margin-right: 5px
}

.blog-item__date-author-box .blog-item__date:after {
    content: '|';
    margin-left: 5px;
    position: relative;
    top: -1px
}

.blog-item__bottom_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

@media(min-width: 1025px) {
    .jumplink {
        margin-top: -200px
    }
}

.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4 {
    margin-top: 56px;
    margin-bottom: 24px
}

.blog-single-content img {
    max-width: 100%;
    height: auto
}

.blog-single-content .wp-block-image {
    margin-left: 0;
    margin-right: 0
}

.wp-pagenavi {
    clear: both
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 3px 5px;
    margin: 2px
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000
}

.wp-pagenavi span.current {
    font-weight: 700
}

.sidebar-category_link svg {
    scale: .75;
}

.sidebar-category_link:hover svg {
    scale: .82!important;
}

.sidebar-category_link {
    /* transition: all .3s ease-in-out; */
}