/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 22 2022 | 07:27:38 */
/*HEADER*/

.navigation-branding img {
    height: 80px !important;
}
.site-logo.mobile-header-logo img {
	60px
}


span.gp-icon.icon-search svg, button.menu-toggle .icon-menu-bars svg  {
    color: #f46a35;
}
li.search-item.menu-item-align-right:hover * {
    color: white;
}
/*FOOTER*/
.footer-image {
    margin-top: 35px;
    margin-bottom: 35px;
}

.site-info {
    background-color: #112333 !important;
}
.footer-links-new {
   
    margin-bottom: 50px;
}
.footer-links-new a {
    margin: 10px;
}
.footer-links-new a:hover{
    color: white;
}