/*** Default layout ***/

.pagination-inner .page-numbers {
    background-color: white;
    color: #00002e;
    margin-right: 5px;
    padding: 10px 25px;
    margin-bottom: 5px !important;
}

.pagination-inner.d-flex.flex-wrap.justify-content-center {
    margin: 50px 0px 100px 0px;
}

.pagination-inner .page-numbers.current {
    background-color: #00002e !important;
    color: white;
    /* border: 1px solid #00002e; */
}

.page-blog .post-categories-inner a:first-child {
    background-color: #00002e !important;
    color: #fff !important;
    position: relative;
}

.page-blog .post-categories-inner a {
    background-color: #ffffff !important;
    color: #888 !important;
    width: 185px !important;
    display: inline-block !important;
    height: 58px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    padding: 0px 25px 0px 25px !important;
    font-weight: 900;
    font-family: CenturyGothicBold;
    margin-bottom: 5px !important;
}

.category .post-categories-inner a.current-cat {
    background-color: #00002e !important;
    color: #fff !important;
}

.category .post-categories-inner a {
    background-color: #ffffff !important;
    color: #888 !important;
    width: 185px !important;
    display: inline-block !important;
    height: 58px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    padding: 0px 25px 0px 25px !important;
    font-weight: 900;
    font-family: CenturyGothicBold;
    margin-bottom: 5px !important;
}

.category .post-categories.d-flex.justify-content-end {
    margin-bottom: 50px;
}

.post-categories-inner .active-tab:before {
    border-color: rgba(0, 0, 46, 0) !important;
    border-top-color: #00002E !important;
    border-width: 11px !important;
    margin-left: -11px !important;
}

body .post-categories-inner a.active-tab:before,
body .post-categories-inner a.active-tab:after {
    border-top-color: #00002e!important;
}

.post-categories-inner a.active-tab:after {
    border-color: rgba(0, 0, 46, 0) !important;
    border-top-color: #00002E !important;
    border-width: 5px !important;
    margin-left: -5px !important;
}

.post-categories-inner a.active-tab:after,
.post-categories-inner a.active-tab:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.post-categories.mb-5.d-flex.justify-content-center a {
    position: relative;
}

.post-categories.mb-5.d-flex.justify-content-center {
    margin-top: 40px;
    margin-bottom: 60px !important;
}

@media only screen and (max-width:600px) {
    body .post-categories-inner a.active-tab:before,
    body .post-categories-inner a.active-tab:after {
        display: none;
    }
    .post-categories-inner {
        width: 98%;
    }
    .post-categories.mb-5.d-flex.justify-content-center {
        text-align: center;
    }
    .page-blog .post-categories-inner a,
    .category .post-categories-inner a {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}