/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Description: Дочерняя тема для Neve
Author: Ваше имя
Template: neve
Version: 1.0
*/

/* Cookies */
.rs-cookies {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 11;
    transition: 0.3s ease;
}
.rs-cookies .cookies_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px 30px;
    background: #f8f8f8;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9e9e9;
}
.rs-cookies .cookies_inner .cookies_btn {
    padding: 8px 40px;
}
.rs-cookies .cookies_title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #111;
}
.rs-cookies .cookies_text {
    font-size: 14px;
    font-weight: 100;
    line-height: normal;
    color: #383838;
}
.rs-cookies .cookies_text p {
    margin: 0;
}
/* End - Cookies */

/* BLOG single page */
.nv-content-wrap.entry-content .wp-block-heading, 
.nv-content-wrap.entry-content .wp-block-paragraph {
    margin-left: 45px;
}
.nv-content-wrap.entry-content .wp-block-list {
    margin-left: 65px;
}

.nv-tags-list {
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.post .nv-tags-list a {
    font-weight: normal;
    padding: 5px 10px;
}
.previous a[rel=prev] .nav-direction:before {
    content: "◃";
    margin-right: 5px;
}
.next a[rel=next] .nav-direction:after {
    content: "▹";
    margin-left: 5px;
}
/* End - BLOG single page */

/* Sidebar */
.widget a.wp-block-latest-posts__post-title{
    line-height: normal;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    color: #646464;
}
.widget .wp-block-latest-posts__post-excerpt {
    line-height: normal;
    margin-top: 0;
}

.widget.widget_nav_menu ul.menu {
    background: #f1f5f9;
}
.widget.widget_nav_menu ul.menu li{
    padding: 10px 25px;
    margin: 0;
    border-bottom: 1px solid #fff;
}
.widget.widget_nav_menu ul.menu li a {
    /*color: #111;*/
}
.widget.widget_nav_menu ul.menu li a:hover{
    text-decoration: underline;
}