/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2024 | 11:22:12 */
.custom-logo {
	height: auto;
}

.menu-toggle span::before, .menu-toggle span::after {
	background-color: #000;
}

.menu-toggle.activated span::before, .menu-toggle.activated span::after {
	background-color: #fff !important;
}

@media (min-width: 896px) {
	.menu-item a {
		color: #000;	
	}
	.menu-item a:hover, .menu-item a:focus, .menu-item.current-menu-item > a {
		color: #ccc;
	}
}

@media (min-width: 896px) {
  .front-page-1 {
    padding: 0vh 0 0vh;
  }
}