/*smooth scrolling*/
html {
  scroll-behavior: smooth!important;
}
#about, #services, #faq, #email {
	scroll-margin-top: 120px!important;
}

/* spacing adjustments */
.site-inner {
	padding-top: 0;
	padding-bottom: 0;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
.elementor-element-52dfaa2 .elementor-widget-text-editor, .elementor-widget-menu-anchor p {
	margin-bottom: 0!important;
}

/* header */
.menu-toggle {
  float: none;
}
.site-header .button a {
	color: #fff;
}
@media screen and (max-width:960px) {
  .site-header {
    padding: 0 12px;
  }
  .title-area {
    float: none;
    max-width: none!important;
    max-height: 90px;
    text-align: center;
  }
  .custom-logo {
    max-width: 240px;
  }
}

/* contact form */
#emailFormInner .emailFormLine, #SendEmail {
	margin-bottom:12px;
}
#SendEmail {
	width: 100%;
}