/**
* Theme Name: Экзархат Африки
* Author: Vidanov Digital 
* Version: 1.0.0
* Text Domain: africa
*/

.header__content-top-title span{
    display: block;
    color: #1F1F21;
    font-family: Sverdlovsk;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home-title-top{
    font-size: 20px;
    letter-spacing: 1.7px;
}
.home-title-midle{
    font-size: 28px;
    letter-spacing: 2.38px;
}
.home-title-bottom{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.02px;
    padding: 10px 0 0;
}
.footer__menu-item .socials{
    justify-content: center;
}
.home__header::before{
    display: none !important;
}
.block__header-wrap.home__header{
    height: auto;
    padding: 240px 0 40px;
}
.home__header .block__header{
    height: auto;
}
.home__header .posts{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
}
.home__header .posts.posts__header .post{
    width: 100%;
}
.start .posts,
.home__blocks .posts-docs{
    align-items: flex-start;
}
.start{
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
    padding: 0 0 50px;
}
.start .post-date{
    color: #9D9EA0;
}
.taxonomy-desc{
    padding: 0 0 50px;
}
.taxonomy-desc a{
    text-decoration: underline;
    text-decoration-thickness: from-font;
    color: #335CCC;
    transition: all 0.3s;
}
.taxonomy-desc a:hover{
    text-decoration-color: transparent;
}

@media all and (max-width: 1365px){
    .home-title-top{
        font-size: 15px;
    }
    .home-title-midle{
        font-size: 22px;
        padding: 3px 0 0;
    }
    .home-title-bottom{
        font-size: 11px;
    }
    .block__header-wrap.home__header{
        margin-top: -190px;
    }
    .home__header .posts{
        grid-gap: 40px;
    }
    .start .posts,
    .home__blocks .posts-docs{
        align-items: stretch;
    }
}

@media all and (max-width: 768px){
    .home-title-top{
        font-size: 12px;
    }
    .home-title-midle{
        font-size: 17px;
    }
    .home-title-bottom{
        font-size: 10px;
    }
    .block__header-wrap.home__header{
        margin-top: 0;
        padding: 40px 15px 40px;
    }
    .home__header .posts{
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}