/* Theme name: dhwp */


li.nav__item.menu-item.menu-item-type-post_type.menu-item-object-page.active a {
    color: #193f7d;
}

li.nav__item.menu-item.menu-item-type-post_type.menu-item-object-page.active a:before {
    width: 100%;
}

.popup-gallery-item img, .portfolio__img img {
    width: 100%;
    height: 272px;
}

span.current{
    color: #ffffff;
    border-color: #193f7d;
    background-color: #193f7d;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: none;
    border-radius: 7px;
    border: 2px solid #193f7d;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a.page.larger, a.nextpostslink, a.page.smaller, a.previouspostslink{
     color: #222222;
    background-color: transparent;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: none;
    border-radius: 7px;
    border: 2px solid #193f7d;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
span.pages, a.page.larger, span.current, a.page.smaller, a.previouspostslink{
        margin-right: 10px;
}
.wp-pagenavi{
    display: flex;
}