.wp-calendar-nav
{
 border:2px solid rgb(0,0,0,0.02);
 margin-left:2px;
}
.wp-calendar-nav a
{
    padding:2px 20px;
}

@media only screen and (max-width: 1024px)
{
    .tt-tabs .tt-tabs__body > div:hover > span {
        color: white!important;
    }
}
.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}

.input-wrapper
{
    margin-bottom:20px;
}

.pagination .current:hover
{
    color:white!important;
}

@media only screen and (min-width: 701px)
{
    .menu-item-has-children .current-menu-item a
    {
        color:white!important;
    }

}

.form-row-01
{
    display:flex;
}

.form-row-01 .col:nth-of-type(2n) {
    padding:0 10px;
}

@media (max-width: 768px){
    .container-indent{
        margin-top: 44px;
        padding-bottom: 12px;
    }
}