/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.home .whb-sticky-prepared .whb-main-header {
    position: relative !important;
}

body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
    background-color: #212121 !important;
}

.whb-sticky-prepared .whb-main-header {
    position: relative !important;
}

.whb-sticked .whb-main-header{
	    position: fixed !important;
}


.page .page-title{
    display: table;
    width: 100%;
    background-position: center top;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://danieledagostinocoach.it/wp-content/uploads/2021/10/Mask-Group-2.png);

    height: 350px;
    color: white;
}
.blog .page-title,
.post-type-archive .page-title,
.category .page-title{
    display: table;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://danieledagostinocoach.it/wp-content/uploads/2021/10/Mask-Group-2.png);
    background-position: center top;
    height: 350px;
    color: white;
}

.logo-column img {
    max-width: 175px;
    margin-bottom: 20px;
}

#block-8 li{
    border: none !important;
    margin: 0;
}

#gallery-474 .wd-gallery-item.col-6:nth-child(1){
    padding-left: 50px !important;
}

#gallery-474 .wd-gallery-item.col-6:nth-child(2){
    padding-right: 50px !important;
}

#gallery-475 .wd-gallery-item.col-6:nth-child(1){
    padding-left: 50px !important;
}

#gallery-475 .wd-gallery-item.col-6:nth-child(2){
    padding-right: 50px !important;
}

@media only screen and (max-width: 767px) {
    .page-title {
        height: unset !important;
    }

    .entry-content > div {
        padding-top: 50px !important;
    }
}

.search-no-results h1.entry-title {
    display: none;
}

.post.no-results.not-found p {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}