/*
Theme Name: km
Author: <a href="http://sheer82.ru">Roman Mihailovich</a>
Description: base wp theme
Version: 1.0
*/

.screen-reader-response,
form .wpcf7-response-output,
form .wpcf7-not-valid-tip,
form .wpcf7-mail-sent-ok {
  display: none !important;
}
form .wpcf7-not-valid:not(.wpcf7-checkbox) {
  border-color: transparent !important;
  box-shadow: inset 0 0 0 1px #c00;
}

.contacts__text + .contacts__text.no_margin {
    margin-top: -23px;
}

.link_map {
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
    color: #8b0a0e;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#scr_callback form.success .callback__bottom,
#scr_callback form.success .callback__right,
#scr_callback form.success .callback__middle{
    display: none;
}

#scr_callback form.success .callback__left {
    margin: 0 auto !important;
    text-align: center !important;
}

img {
    max-width: 100%;
    width: auto;
}

img.alignleft{
    float:left;
    margin:0 20px 10px 0;
}
img.alignright{
    float:right;
    margin:0 0 10px 20px;
}
img.aligncenter{
    margin:0 auto;
}

.scr1__menu-wrap .menu-item.active {
    border-right: 5px solid #8b0a0e;
}

.scr1__menu-wrap .menu-item.active p{
    color: #8b0a0e !important;
}

.scr1__menu-wrap .menu-item.active_sub a{
    color: #8b0a0e !important;
}