
h1 {
}

h1:before {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 40px;
    height: 2px;
    background-color: var(--orange);
    margin-right: 10px;
}

h2 {
    margin-bottom: 20px !important;
}



.layout-page {
    padding-top: 100px;
}



@media screen and (max-width:1024px) {

    .layout-page.single {
        padding-top: 40px;
    }

    .headband .navigation {
        display: none;
    }
    
    .headband .category {
        /* font-size: 50px; */
        top: 60%;
        line-height: 0.9;
    }
    
    .headband .logo {
        width: 130px;
    }
}