body, input, textarea, select, button, #cancel-comment-reply-link, .lsvr-primary-font { font-family: 'Inter', Arial, sans-serif; }
h1, h2, .lsvr-secondary-font { font-family: 'Playfair Display', serif; }
html, body { font-size: 16px; }
.header-branding__logo-link { max-width: 90px; }
#header {
    border-color: rgba(255,255,255,0.1);
    background-color: #0c1013;
}
.post-content p{
    font-size: 20px;
    line-height: 38px;
    color: #484848;
    font-weight: 500;
}
.cover {
    object-fit: cover;
}
.text-secondary {
    color: #555!important;
}
.heading__formall {
    margin-bottom: 25px;
    border-bottom: 1px solid #d0cfcf;
    display: block;
    position: relative;
}
.heading__formall span {
    color: #f00;
    font-size: 35px;
    line-height: 58px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.cate-column {
    background: #fff;
    text-align: center;
    padding: 10px;
}
.family-tree__row-inner{
    position: relative;
}
.generation-text {
    position: absolute;
    top: 0px;
    left: 27px;
    background-color: #f44;
    color: #ffffff;
    padding: 2px 7px;
    border-radius: 3px;
    font-size: 14px;
    z-index: 1000;
}
.home-notice-container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    margin: 15px;
    background-color: #222222;
    padding: 15px 15px;
}
.home-notice-list{
    list-style: none;
    overflow: auto;
    overflow-y: scroll;
    padding: 0;
}
.home-notice-list li:first-child {
    border-top: 1px solid #4d4d4d;
}
.home-notice-list li:last-child {
    border-bottom: 0px solid #4d4d4d;
}
.home-notice-list li {
    border-bottom: 1px solid #4d4d4d;
    padding: 7px 0px;
    margin: 0;
    background-color: transparent;
}
.home-notice-list li:hover {
    background-color: #444444;
}
.home-notice-list li a{
    text-decoration: none;
    color: #FFFFFF;
}
.home-notice-list li span{
    color: #ffbb09;
    font-size: 0.7em;
    display: block;
}
@media (max-width: 600px) {
    .home-notice-container {
        position: relative;
        width: 100%;
        background-color: #222222;
        padding: 15px 15px;
        margin: 0;
    }
}
#top-search-form label.error {
     position: relative;
     top: -33px;
     right: -21px;
 }