/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2026 | 11:17:58 */
.is-position-sticky ~ * [id],
.is-position-sticky ~ [id] {
  scroll-margin-top: 60px;
}

html {
  scroll-padding-top: 110px; 
}

.header{
	margin-left: calc(-1 * var(--wp--custom--spacing--gutter)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--gutter))!important;
}
}


.phone-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background: #000;
}

.primary-menu a {
  font-weight: 500;
  transition: font-weight 0.2s;
}

.primary-menu a:hover {
  font-weight: 800;
}
.primary-menu .is-current-menu-item > a {
  font-weight: 800;
}

.submenu,.sm-text{
	border-radius:8px;
	outline: 1px white;
}
	

