/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 04 2026 | 09:53:12 */
/* Push everything down to not overlap */
/* Target desktop screens (1025px and wider) */
@media only screen and (min-width: 1025px) {
  #content {
    margin-top: 164px!important;
  }
}

/* Black Menu on white bg */ 
.site-header { 
	background: #1D1D1D!important;
}
/* remove the page title */
.entry-title {
	display: none!important;
}


/* Target mobile devices with a max width of 767px */
@media only screen and (max-width: 767px) {
  #content {
    margin-top: 100px!important;
  }
}