/*Анимация меню*/
ul.nav.menu li a:after {
background-color: #E3B87F;
display: block;
content: "";
height: 2px;
width: 100%;
left: 0;
right:0;
top: -20px;
position: absolute;
opacity: 0;
-webkit-box-shadow: 0 2px 8px 0.1px rgba(227, 184, 127, 0.67);
box-shadow: 0 2px 8px 0.1px rgba(227, 184, 127, 0.67);
-webkit-transition: opacity,top,.3s;
-o-transition: opacity,top,.3s;
transition: opacity,top,.3s;
}
ul.nav.menu li.active > a:after,
ul.nav.menu li a:hover:after,
ul.nav.menu li a:focus:after {
opacity: 100%;
top: 25px;
}
/*Выравниваю описание номера по девому краю на странице категории*/
.list .ba-blog-post-fields .ba-blog-post-field-value{
text-align: left;
}
.breadcrumb {
font-size: 14px;
margin: 0;
}
.well {
margin-bottom: 5px;
padding: 5px;
}
/*Кнопки градиент 1*/
.ss-button1 a{
background: linear-gradient(#f5c37d 50%, #6E4A1C 50%) !important;
transition: all 0.7s ease;
}
.ss-button1 a:hover{
background: linear-gradient(#CA9B5B 50%, #91672F 50%) !important;
}
/*Кнопки градиент 2*/
.ss-button2 a{
background: linear-gradient(#0083C1 50%, #006B9F 50%) !important;
transition: all 0.7s ease;
}
.ss-button2 a:hover{
background: linear-gradient(#0076CA 50%, #006B9F 50%) !important;
}
.ba-blog-post-button-wrapper a{
background: linear-gradient(#007CB5 50%, #006B9F 50%) !important;
transition: all 0.7s ease;
}
.ba-blog-post-button-wrapper a:hover{
background: linear-gradient(#0076CA 50%, #0072AF 50%) !important;
transition: all 0.7s ease;
}