/*Fix alignment on mobile*/
@media (max-width: 834px) 
{.elementor-element .elementor-widget-container {
	padding: 20px 20px;
	}
 html, body {
  width:100%;
  overflow-x:hidden;
  }
}

/*Remove website URL on comment form*/
#respond .comment-form-url {
	display: none;
}

#respond .comment-form-author {
	width: 50%;
}

#respond .comment-form-email {
	width: 50%;
	padding: 0 0px !important;
}

/*Move scroll to top button to the top layer*/
#scroll-top {
    z-index: 9999;
}