/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2022 | 16:37:11 */
/* Navigation logo */

body.affix-header .site-header .desktop .site-logo img{
	max-width: 140px
	max-height: 140px;
	height: 70px;
	width: auto;
}

/* Mobile header */
.mobile-header .mobile-header-wrap, 
.mobile-header .mobile-header-wrap img {
    height: 65px;
   	width: 100%
  	margin: auto;
  	display: flex;
  	justify-content: left;
    }
}

