header .menu_second ul.menu li.active a::after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    background: #eb5f22;
    position: absolute;
    bottom: 17px;
    left: 20px;
    opacity: 1;
    -webkit-transition: all .15s cubic-bezier(0, 0, 0, 0.82) 0s;
    -o-transition: all .15s cubic-bezier(0, 0, 0, 0.82) 0s;
    transition: all .15s cubic-bezier(0, 0, 0, 0.82) 0s;
}


.page-template .col-content .box-wrapper a {
    color: #006cb8;
    font-family: "Playfair Display", sans-serif;
    font-size: 22px;
    text-decoration: none;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
    -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
    transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
    font-weight: 400;
    letter-spacing: initial;
}

.page-template .col-content .box-wrapper a:hover {
    color: #000;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
    -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
    transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
    border: none;
    display: initial;
}

.page-template.page-template-page-builder-page-content .col-content .shortcode_person .photo,
.page-template.page-template-page-subpage-cutsom-menu .col-content .shortcode_person .photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.single-person .top-widget .img-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.loop-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.showPosts {
    padding-left: 15px;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
}

.showPosts select {
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.showPosts input {
    background-color: #006cb9;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 2px 11px;
    border-radius: 100px !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

@media (max-width: 390px) {
    .loop-pagination {
        display: initial;
    }

    .loop-pagination .pagination-list-wrapper {
        left: 50%;
        transform: translate(-50%, 0%);
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    .post-display-filter-wrapper .loop-box .loop-events .loop-pagination {
        padding-left: 15px;
    }
}