/*   
Theme Name: smolurik
Version: 1.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
*/

.applicant__info--ol ul li {
    list-style: disc !important;
}


.applicant__info--ol ul {
    margin-top:12px;
}

.newspage-secondary__image a, .newspage-card__image a, .news-secondary__image a, .news-card__image a {
    display: inline;
}

.applicant__info--block .applicant__info--text a {
    color: #ffcf63;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7-response-output {
    margin: 0!important;
    padding: 5px !important;
}

[data-name*="acceptance"] {
    display: none;
}

form[data-status="unaccepted"] .popupagree {
    outline: 1px solid #ff0000;
}

.page .nav-links .current-menu-item a {
    background: var(--accent);
    color: var(--white);
    font-weight: 600;
}