.container--outer{
    margin-top: 0px;
}

.header{
    background: #d1d1d1;
}
.wrapper {
    background: #f8f9f9;
    padding: 15px;
}

.logo__title{
    color: #000;
}

.menu__link{
    color: #000;
}

.menu__item:hover{
    background: #43423e;
}
.menu__btn{
    background: #00eddd;
}

.menu__list{
    background: #00eddd;
}

.btn_k{
    background: #d1d1d1;
    color: #222;
}

h1.post__title{
    background: #00eddd;
    color: #000;
    padding: 10px;
    border-radius: 3px;
}
.logo--mixed .logo__img {
    max-width: 60px;
    max-height: 60px;
}
.logo__text {
    text-transform: none;
}
.post__content h2{
    background: #00eddd;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    margin-top:2rem;
}

.post__content h3{
    border-left: 10px solid #00eddd;
    border-bottom: 2px solid #00eddd;
    padding: 5px 5px 3px 10px;
}

.related-posts h1{
    font-size: 1.8rem;
    margin-top: 20px;
    padding: 10px;
    border: double 3px #00eddd;
}

.linkcard{
    border: 1px solid #00eddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 1.2rem;
}

.linkcard h2.list__title_card{
    background: none;
    font-size: 1.1rem;
    margin-top: 0;
}

.linkcard .list__item{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.linkcard a.list__footer-readmore.btn{
    color: #000;
    background: #00eddd;
    border-radius: 10px;
}
@media screen and (min-width: 767px){
    .menu {
        border-bottom: 5px solid #d1d1d1;
    }
}