/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 24 2025 | 19:03:10 */
/*
font-size: 16px;

	@include tablet {
		font-size: 18px;
	}

	@include desktop {
		font-size: 20px;
	}

	@include tweakpoint(0, 600px) {
		// some styles
	}
}
*/
#main-header, #main-header.et-fixed-header {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 980px) {
  #logo {
    content: url("/wp-content/uploads/2025/08/logo-lens-color.svg");
    height: auto !important;
  }
}
@media (max-width: 980px) {
  #main-header .container {
    width: 90% !important;
  }
}
