
.button {
    color: #fff;
    background-color: #0c1d32;
    border: 1px solid #0c1d32;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}

.button:hover,.button:not(.fwp-load-more):focus {
    background-color: transparent;
    color: #0c1d32
}

.blog-page-template .blog-search-block .searchform-container .searchform-submit {
    color: #fff;
    background-color: #0c1d32;
    border: 1px solid #0c1d32;
    text-decoration: none;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    font-family: inherit;
}
.blog-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.blog-page-template .content-header a {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.26px;
    line-height: 1.1;
    color: #0d1d32;
}

@media (max-width: 640px) {
    .blog-page-template .content-header {
        text-align:center;
        padding: 0 3vw
    }
}

.blog-page-template .section-content {
    padding: 4.5em 2em;
}

@media (max-width: 640px) {
    .blog-page-template .section-content {
        padding-bottom:3.5em
    }
}

@media (min-width: 641px) {
    .blog-page-template .section-content {
        width:90%;
        padding: 4.5em 0
    }
}

@media (min-width: 1300px) {
    .blog-page-template .section-content {
        padding:3.5em 0
    }
}
@media (min-width: 991px) {
    .blog-item.blog-item-0{
        flex-direction: row-reverse;
    }
}

.blog-page-template .section-description {
    font-size: 17px;
    line-height: 1.4;
    width: 76%;
    padding-top: 1vw;
    color: #0d1d32;
    font-weight: 400;
}
.blog-page-template .section-description span.span-reading-time{
    margin-bottom: 10px;
}

.blog-page-template .blog-img-part img {
    max-width:100%;
    margin: 0
}
.featured-card-wrap{
    position: relative;
    width: 100%;
    margin-top: 2em;
    background: url(../img/blog-post-img-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
}

.featured-card-content a {
    color: #0c1d32;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 15px
}

.featured-card-content a:focus,.featured-card-content a:hover {
    text-decoration: none
}
.featured-card-content {
    padding:18px 20px 13px 20px;
    font-size: 14px;
    background: #fff;
    letter-spacing: -.4px;
    line-height: 1.2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 20px
}
@media (max-width: 640px) {
    .featured-card-content {
        margin-bottom:10vw
    }
}

@media (min-width: 1024px) {
    .featured-card-content {
        padding:18px 48px 13px 39px;
        font-size: 17px;
        background: #fff;
        letter-spacing: -.64px;
        line-height: 24px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 20px
    }

    .featured-card-content p {
        margin-top: 12px
    }
}

.featured-card {
    position: relative
}

@media (min-width: 1024px) {
    .featured-card {
        width:49.2%;
        margin: 0
    }
}

@media (max-width: 1023px) {
    .blog-page-template .content-header a {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -1.26px;
        line-height: 1.2;
    }
    .blog-page-template .section-description {
        font-size: 15px;
        line-height: 1.4;
        padding-top: 0px;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .blog-page-template .section-description {
        width:90%;
        margin: 5%
    }
}

@media (min-width: 641px) {
    .blog-page-template .section-description {
        width:91%
    }

    .blog-page-template .blog-img-part .container {
        width: 90%
    }
}



@media (min-width: 1024px) {
    .blog-page-template .blog-img-part img {
        max-width:81.7%;
        margin-left: 11.5%
    }
}

@media (min-width: 641px) {
    .blog-page-template .featured-card {
        width:100%;
        margin-top: 0;
        position: relative;
    }
}

@media (max-width: 640px) {
    .blog-page-template .featured-card-content {
        text-align:center;
        margin: 2% 12%;
        padding: 14% 4%;
        position: absolute;
        bottom: 25%;
        box-sizing: border-box;
        max-width: 50%;
        z-index: 1;
    }
}

@media (min-width: 641px) {
    .blog-page-template .featured-card-content {
        text-align:center;
        margin: 2% 12%;
        padding: 14% 4%
    }
}

@media (min-width: 1024px) {
    .blog-page-template .featured-card-content {
        margin:2% 12% 6% 16%;
        padding: 6% 4%
    }
}

.blog-page-template .featured-card-content a {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
    display: block;
}
.blog-page-template .featured-card-content a img{
    max-width: 100%;
    display: block;
}
.blog-search-block .searchform-container{
    display: flex;
    justify-content: center;
}
.blog-page-template .button {
    max-width: 226px;
    display: block;
    margin: 0 auto
}
.blog-pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.blog-pagination ul {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-pagination li {
    display: inline-block;
}
.blog-pagination ul li:before {
    display: none !important;
}
.blog-pagination a,
.blog-pagination span {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 4px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}
.blog-pagination .current,
.blog-pagination a:hover {
    background: #222;
    color: #fff;
}