.blog-post__content {
    width: 100%
}

.post-item {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px
}

.post-item:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0
}

.post-item__heading a {
    text-decoration: none
}

.post-item .btn,
.post-item .btn-primary {
    margin-top: 30px
}

.post-item__meta {
    font-size: .8em
}

.post-author {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.post-author span:first-child {
    margin-right: 15px
}

@media (min-width:1025px) {
    .post-item {
        padding-top: 50px;
        margin-top: 50px
    }
}

.image-cards {
    position: relative
}

.image-cards-overlay {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    object-fit: cover
}

@media (min-width:1200px) {
    .image-cards-overlay {
        width: 1521px;
        height: 750px;
        right: -549px;
        top: 190px
    }
}

.blog .page-sidebar .widget {
    margin-bottom: 50px
}

.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 {
    border: 0;
    display: block;
    margin-top: 20px
}

.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;
    visibility: hidden
}

.placeholder-block {
    position: relative;
    display: flex
}

.placeholder-block__inner {
    flex-grow: 1;
    background-color: #fafafa
}

.placeholder-block.is-loading:before {
    width: 50px;
    height: 50px
}

@-webkit-keyframes simpleSpin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg)
    }
}

@keyframes simpleSpin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg)
    }
}

.post-pagination {
    display: flex;
    justify-content: space-between;
    align-content: center
}

.btn-post-pagination {
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
    font-size: 22px;
    color: #000;
    position: relative
}

.btn-post-pagination a,
.btn-post-pagination a:hover,
.btn-post-pagination a strong,
.btn-post-pagination a span {
    color: #000 !important;
    text-decoration: none;
}

@media (min-width:768px) {
    .btn-post-pagination {
        padding: 15px 70px 15px 30px
    }
}

.post-pagination-text {
    display: none
}

.btn-post-pagination:hover {
    background: #ebebeb
}

.btn-post-pagination strong {
    display: block;
    font-size: 12px
}

.btn-post-pagination a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pagination-content {
    display: flex;
    flex-direction: column;
}

.btn-previous-post,
.btn-next-post {
    max-width: 48%;
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.btn-previous-post {
    padding-left: 20px;
    text-align: right;
}

.btn-previous-post a {
    flex-direction: row-reverse;
}

.btn-previous-post .pagination-content {
    align-items: flex-end;
}

.btn-next-post {
    text-align: left;
    padding-right: 20px
}

.btn-next-post a {
    flex-direction: row;
}

.btn-next-post .pagination-content {
    align-items: flex-start;
}

@media (min-width:768px) {
    .btn-previous-post {
        padding-left: 70px
    }

    .btn-next-post {
        text-align: left
    }
}

.mobile-arrow {
    width: 35px;
    height: 35px
}

.mobile-arrow:after {
    content: "\e911";
    font-family: "icomoon";
    display: block;
    width: 35px;
    height: 35px;
    color: #030021;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    text-align: center;
    line-height: 35px;
    font-size: 14px
}

.btn-post-pagination {
    position: relative;
    /* Anchor for absolute arrow */
}

.mobile-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.btn-previous-post .mobile-arrow {
    left: -15px;
    /* Closer to edge */
    margin-right: 0;
}

.btn-next-post .mobile-arrow {
    right: -15px;
    /* Closer to edge */
    margin-left: 0;
}

/* Ensure text doesn't overlap with arrow */
.btn-previous-post {
    padding-left: 80px !important;
}

.btn-next-post {
    padding-right: 80px !important;
}

.btn-previous-post .mobile-arrow:after {
    transform: rotate(180deg)
}

@media (min-width:768px) {
    .post-pagination-text {
        display: block
    }

    .btn-previous-post {
        text-align: right
    }

    .btn-next-post {
        text-align: left
    }
}

.search-result {
    text-decoration: none
}

.search-result__title {
    margin-bottom: 16px
}

.search-result__excerpt {
    margin-bottom: 20px
}

body.search .tab-accordion__tabs .tab-accordion__tab.is-active {
    background: linear-gradient(to right, rgba(4, 2, 60, 1) 0%, rgba(4, 2, 60, 1) 37%, rgba(4, 2, 60, 1) 100%);
    color: #fff
}

.search-results.js-load-more-posts .search-result {
    margin-bottom: 55px;
    display: block;
    border-bottom: none;
    margin-top: 25px
}

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

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

.blog-listing__wrapper .blog-post__item {
    border-radius: 10px;
    background: rgb(255 255 255 / 11%);
    border: 1px solid rgb(255 255 255 / 11%);
    overflow: hidden;
    transition: all ease-in-out 0.3s
}

.blog-listing__wrapper .blog-post__item:hover {
    box-shadow: 0 0 12px rgba(3, 0, 33, .36);
    transform: scale(1.05)
}

.blog-listing-page {
    background: linear-gradient(to right, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 39%, rgba(38, 161, 219, 1) 100%);
    padding: 120px 0 20px;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2
}

.blog-listing-title__page {
    text-align: center
}

.blog-listing-title__page .h1 {
    color: #fff;
    margin-bottom: 60px
}

@media (min-width:1025px) {
    .blog-listing-title__page {
        text-align: left
    }

    .blog-listing-page {
        padding: 185px 0 20px
    }
}

@media (min-width:1200px) {
    .blog-listing-title__page .h1 {
        margin-bottom: 110px
    }

    .blog-listing-page {
        padding: 185px 0 20px
    }
}

.no-posts-found {
    color: #fff;
    font-size: 20px
}

.blog-listing__wrapper .blog-post__meta {
    padding: 40px 35px
}

.blog-post__excerpt,
.blog-listing__wrapper .blog-post__title__link {
    color: #fff
}

.blog-post__excerpt {
    margin-bottom: 35px
}

.blog-listing__wrapper .blog-post__item a {
    border-bottom: none;
    border-radius: 40px
}

.blog-listing__wrapper .blog-post__item a:hover {
    text-decoration: none;
    outline: none;
    border-bottom: none
}

.blog-listing__pagination {
    text-align: center;
    color: #fff;
    margin: 55px 0 45px
}

body:not(.search-results) .blog-listing__pagination button {
    margin: 25px auto;
    background: #fff;
    color: #030021;
    border: 2px solid transparent;
    padding: 15px 53px
}

progress {
    border-radius: 10px
}

progress::-webkit-progress-bar {
    background-color: #13b5f1;
    border-radius: 10px
}

progress::-webkit-progress-value {
    background-color: #fff;
    border-radius: 10px
}

.search-results progress::-webkit-progress-value {
    background: linear-gradient(to right, rgba(4, 2, 60, 1) 0%, rgba(4, 2, 60, 1) 37%, rgba(4, 2, 60, 1) 100%)
}

.search-results .load-more__counter {
    color: #212529
}

.search-results .load-more__btn {
    margin: 25px auto
}

.sidebar-blog {
    margin-top: 0;
    z-index: 5
}

.sidebar-blog h3 {
    font-size: 27px;
    color: #fff
}

.sidebar-blog h3 span {
    display: block;
    color: #13b5f1;
    font-size: 45px;
    margin-top: -10px
}

@media (min-width:1200px) {
    .sidebar-blog {
        margin-top: 50px
    }
}

.widget_recent_entries ul li:before {
    content: none
}

.widget_recent_entries ul li {
    padding-left: 0;
    margin-bottom: 10px
}

.widget_recent_entries ul li a {
    color: #fff;
    border-bottom: none !important
}

.widget_recent_entries ul li a:hover {
    border-bottom: none !important;
    color: rgb(19, 181, 241)
}

.sidebar-blog form {
    position: relative;
    margin-bottom: 45px;
    overflow: hidden;
    border-radius: 5px
}

.sidebar-blog form input {
    width: 100%;
    padding: 10px 35px 10px 15px;
    border: none
}

.sidebar-blog form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 49px;
    border: none;
    background: linear-gradient(to right, rgba(4, 2, 60, 1) 0%, rgba(4, 2, 60, 1) 37%, rgba(4, 2, 60, 1) 100%);
    color: #fff
}

.single-post #block-9 .container {
    padding: 0
}

.single-post .sidebar-blog .container {
    padding: 0
}

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

.blog-post__content__wrapper {
    color: #fff
}

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

    .blog-listing__wrapper>div:nth-child(even) {
        margin-top: 55px
    }
}

.blog-listing-container .wysiwyg,
.blog-listing-container .wysiwyg .container {
    padding: 0;
    background-image: none
}

.blog-listing-container .wysiwyg:before,
.blog-listing-container .wysiwyg:after {
    display: none
}

.post-pagination {
    margin: 50px 0 30px
}

@media (min-width:768px) {
    .post-pagination {
        margin: 70px 0 30px
    }
}

.content-container {
    max-width: 872px;
    margin: 0 auto
}

.card-icon-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    justify-content: center
}

.card-icon-container .icon-text {
    padding: 35px 20px 24px;
    box-shadow: 0 0 15px rgb(3 0 33 / 19%);
    transition: all 0.3s;
    width: 50%;
    height: 200px;
    border: none;
    position: relative;
    border-radius: 10px;
    text-align: center;
    color: #030021;
    transition: all ease-in-out 300ms;
    transform: scale(1);
    flex: 1 1 33.33%
}

.card-icon-container .icon-text:hover {
    transform: scale(1.04)
}

.card-icon-container .icon-text h4 {
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 18px
}

.card-icon-container .icon-text a::hover {
    text-decoration: none
}

@media(min-width :768px) {
    .card-icon-container .icon-text {
        width: 33.33%;
        flex: 1 1 25%
    }
}

@media(min-width :1200px) {
    .card-icon-container .icon-text {
        width: 20%;
        flex: 1
    }
}

/* Added for Single Post Layout Fixes */
.blog-listing-title__page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media (min-width: 1025px) {
    .blog-listing-title__page {
        align-items: flex-start;
    }
}

.blog-listing-title__page .featured-image {
    width: 100%;
    margin-top: 20px;
}

.featured-image img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}