body.page-template-wp-custom-template-search-posts, body.search-results, body.search{
    background: #0F0D0D !important;
    color: #FFF;
}

input[type="search"] {
    text-transform: uppercase;
    background: transparent;
    color: white !important;
}
input[type="search"]::placeholder{
    color: white !important;
}

body.search-results .columns-4 li{
    color: #FFF !important;
}

.single-voice .beauty-voices{
    overflow: hidden;
}

@media(max-width: 767px){
    .single-voice .beauty-voices .voices-logo{
        top: -123px !important;
    }
    
    .home .home-hero h2{
        font-size: 60px!important;
    }
    .home .home-hero+div+figure+div h3{
        line-height: .8 !important;
    }
    
}