.site-main {
    font-family: "Nunito", Sans-serif;
    background-color: #F9FAFD;
    padding-top: 20px;
}

.kama_breadcrumbs {
    color: #7688a7;
    font-size: 12px;
    line-height: 140%;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
    padding-bottom: 80px;
}

.breadcrumbs-container a {
    color: rgba(118,136,167,.5);
    padding: 5px 0;
    font-size: 12px;
    line-height: 140%;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
}

.breadcrumbs-container .kb_sep {
    color: rgba(118,136,167,.5);
}

.elementor-container__header {
    width: 100%;
}

.page-title {
    color: #001434;
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.page-title.page-title--left {
    text-align: left;
    max-width: 100%;
}

.page-description {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}

.page-description.page-description--left {
    text-align: left;
    max-width: 100%;
}

.articles-nav {
    width: 100%;
    overflow: hidden;
}

.articles-nav__search {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 715px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.articles-nav__search--title {
    white-space: nowrap;
    margin-right: 25px;
    color: #7688a7;
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
}

.articles-nav__search--total {
    color: #2d4eed;
}

.search-form {
    position: relative;
    flex-grow: 1;
    width: 100%;
}

.search-field {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 1px rgba(23,49,143,.1),0 0 1px rgba(23,49,143,.25)!important;
    color: #001434;
    border: 1px solid transparent;
    transition: border-color .25s;
    padding-right: 30px;
}

.search-field:focus {
    outline: none;
    border-color: #dfe6f5;
    box-shadow: 0 1px 6px rgba(0,48,92,.1)!important;
}

.search-submit {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 42px;
    height: calc(100% - 2px);
    outline: none;
    border: none;
    border-radius: 12px;
    background-color: #fff;
}

.articles-nav__cats {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 20px;
    overflow: auto;
}

.articles-nav__cats--title {
    flex-shrink: 0;
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    color: #7688a7;
    margin-right: 20px;
}

.articles-nav__cats--list {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
}

.articles-nav__cats--item {
    display: inline-block;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid #dfe6f5;
    padding: 10px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    line-height: 140%;
    color: #001434;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(23,49,143,.05), 0 0 1px rgba(23,49,143,.25);
    transition: border .3s,color .3s,background-color .3s,background-image .3s,box-shadow .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* .articles-nav__cats--item:hover {
    box-shadow: 0 6px 20px rgba(23,49,143,.2), 0 0 1px rgba(23,49,143,.2);
} */

.hub-page__list-heading {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .page-title  {
        font-size: 52px;
    }

    .articles-nav__search {
        flex-direction: row;
        align-items: center;
    }

    .articles-nav__cats {
        padding-bottom: 0;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .page-title  {
        font-size: 62px;
    }

    .page-description {
        font-size: 20px;
    }
}

/* Authors */
.authors-container {
    margin-top: 60px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(23,49,143,.06), inset 0 4px 10px #fff, 0 0 1px rgba(49,89,227,.25);
    border: 1px solid hsla(0,0%,100%,.8);
    border-radius: 12px;
    background-color: hsla(0,0%,100%,.8);
    display: block;
    text-align: center;
}

.authors__text {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    white-space: nowrap;
}

.authors__list {
    display: grid;
    grid-template-columns: repeat(2,minmax(100px,160px));
    grid-gap: 30px;
    text-align: left;
    justify-content: center;
    margin-bottom: 20px;
}

.authors__list-item {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.authors__list--gravatar {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}

.authors__list--gravatar img {
    width: 100%;
    height: auto;
}

.authors__list--name {
    font-size: 14px;
    color: #001434;
}

.authors__more {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #dfe6f5;
    width: auto;
    background: #fff;
    box-shadow: 0 1px 2px rgba(23,49,143,.06), 0 0 1px rgba(23,49,143,.25);
    color: #001434;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 13px 30px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
    transition: border .3s,color .3s,background-color .3s,background-image .3s,box-shadow .3s;
    cursor: pointer;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .authors-container {
        display: flex;
        margin-top: 80px;
    }

    .authors__list {
        grid-template-columns: repeat(4,minmax(100px,160px));
    }

    .authors__list--gravatar {
        width: 70px;
        height: 70px;
    }

    .authors__more {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .authors-container {
        margin-top: 100px;
        display: flex;
        align-items: center
    }

    .authors__text {
        width: auto;
        margin-bottom: 0;
        text-align: left;
        margin-right: 30px;
    }

    .authors__list {
        margin-bottom: 0;
    }
}

/* Articles */
.articles-container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px;
}

@media screen and (min-width: 768px) {
    .articles-container {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (min-width: 992px) {
    .articles-container {
        grid-template-columns: repeat(3,1fr);
    }
}

.articles-container .post,
.articles-container .page {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(23,49,143,.06);
    border-radius: 12px;
    border: 1px solid #c7d1f6;
    color: #001434;
    max-width: 370px;
}

.entry-meta {
    display: grid;
    grid-template-columns: 1fr 100px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.author-byline {
    margin-right: 5px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    align-items: center;
}

.author-byline .avatar {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.author-byline .url {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.posted-on {
    text-align: right;
}

.post-thumbnail__wrapper {
    position: relative;
}

.post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(23,49,143,.05), 0 0 1px rgba(23,49,143,.25);
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.cat-links {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cat-links a {
    font-size: 12px;
    padding: 5px 8px;
    border-width: 1px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid transparent;
    box-shadow: 0 4px 10px rgba(23,49,143,.05), 0 0 1px rgba(23,49,143,.25);
    background: #fff;
    border-color: #2d4eed;
    color: #2d4eed;
    text-decoration: none;
}

.cat-links a + a {
    margin-left: 10px;
}

.entry-title a {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    margin: 20px 0;
    color: #001434;
    text-decoration: none;
}

.entry-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(40,87,161,.06);
}

.entry-footer__link {
    width: 100%;
    border: 2px solid #dfe6f5;
    box-shadow: 0 4px 10px rgba(23,49,143,.05), 0 0 1px rgba(23,49,143,.25);
    background: #fff;
    color: #001434;
    display: inline-block;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 13px 30px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
    transition: border .3s,color .3s,background-color .3s,background-image .3s,box-shadow .3s;
    cursor: pointer;
}

.entry-footer__link:hover {
    box-shadow: 0 6px 20px rgba(23,49,143,.2), 0 0 1px rgba(23,49,143,.2);
}

/* Pagination */
.pagination-container {
    justify-content: center;
    padding-bottom: 100px;
}

.pagination-snippet {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.page-numbers {
    padding: 5px 10px;
    color: #7688a7;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
}

.page-numbers:hover {
    border-color: #c7d1f6;
    color: #2d4eed;
}

.page-numbers.prev,
.page-numbers.next {
    border: 1px solid #dfe6f5;
    color: #7688a7;
    opacity: .6;
    border-radius: 12px;
    cursor: pointer;
    padding: 8px;
    width: 20px;
    text-align: center;
}

a.page-numbers.prev,
a.page-numbers.next {
    color: #2d4eed;
}

a.page-numbers.prev:hover,
a.page-numbers.next:hover {
    border-color: #2d4eed;
}

.page-numbers.current {
    background-color: #cdd6ff;
    color: #2d4eed;
}
