/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 23 2024 | 13:55:08 */
@font-face {
  font-family: 'Roboto', sans-serif;
  font-display: block;
  font-style: normal;
  src: url(../woff2/kfomcnqeu92fr1mu4mxk.woff2) format('woff2');
}
.lsi-social-icons li a {
    padding: 6px !important;
    line-height: 1.2em !important;
}
.entry-content p {
	font-size: 18px;
}
.logo img {
    max-width: 140px;
}

.header-info {
    padding: 0px 20px 0px 20px !important;
    background-color: unset !important;
}

@media screen and (max-width: 880px){
.hamburger {
    top: 28px;
}
.header-info {
    padding: 15px 20px 15px 20px !important;
	background-color: unset !important;
}
.fat-nav {
    margin-top: 70px !important;
}
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #f2f2f2; 
}
.sticky-header .header-info {
    background-color: unset;
}
.hamburger.sticky-hamburger {
    position: fixed !important;
    top: 28px !important;
    z-index: 999999 !important;
}
.hamburger.sticky-hamburger.active {
    position: fixed !important;
    top: 28px !important;
    z-index: 999999 !important;
}

.body-padded {
  padding-top: 0;
}