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

/*Titles styles*/

.wd-title-style-overlined .liner-continer 
{border-top: none!important;
}

.wd-title-style-overlined .title 
{border-top: none!important;
}

/*Blog*/

.post-single-page .entry-header img {
max-width: 80%;
}

.wd-meta-author {
    display: none;
}

.wd-entry-meta .meta-author {
    font-size: 14px;
    display: none;
}

.wd-post-cat.wd-style-with-bg>a {
    color: #000!important;
}

.wd-dropdown {
   background-color: #000!important;
		 
	
}

.wd-dropdown-menu.wd-design-default {
    --wd-dropdown-width: 80px;
}


/*Page title font size*/	

.wd-page-title .title h1 {
    font-size: 48px;
}
@media (min-width:768px) {
    .title h1 {
        font-size: 30px;
    }
}
@media (min-width:1024px) {
    .title h1 {
        font-size: 30px;
    }
}
@media (min-width:1280px) {
    .title h1 {
        font-size: 40px;
    }
	
/*Page title mobile*/	
	
@media (max-width: 768.98px) {.wd-page-title {
    background-image: url(https://peccatidivino.com/wp-content/uploads/2025/04/29.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: top;
		padding-top: 80px!important;
	  padding-bottom: 40px!important;
	}
	}

@media (max-width: 1024px) {.wd-page-title {
    background-image: url(https://peccatidivino.com/wp-content/uploads/2025/04/29.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: top;
		padding-top: 80px!important;
	  padding-bottom: 40px!important;
	}
	}