body {
	margin: 0;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	line-height: 1.5;
}

* {
	outline: none !important;
}

a {
	color: var(--e-global-color-accent);
}

p:last-child {
	margin-bottom: 0;
}

ul {
	padding-left: 15px;
}

.elementor-sticky--effects {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

p:empty,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	line-height: 1.2;
}

a {
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:last-child a {
	padding-right: 0 !important;
}

img {
	display: block;
}

img.size-full {
	width: 100%;
}

.open-menu .elementor-icon-wrapper {
	display: flex;
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	transition: all 0.4s;
	cursor: pointer;
	background: var(--e-global-color-accent);
	width: 50px !important;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back-to-top .elementor-widget-container {
	height: unset !important;
	display: flex;
}

.back-to-top .elementor-icon-wrapper {
	display: flex;
}

.back-to-top.show {
	opacity: 1;
}

.header .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 200px;
	transition: all 0.4s ease-out 0s;
}

.header.elementor-sticky--effects .elementor-widget-theme-site-logo.elementor-widget-image img {
	width: 170px;
}

/* viosondernemersclub */
input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
	color: #666;
	padding: 0.75em;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	border-radius: 2px;
	background: #fafafa;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.2s linear;
	line-height: 1.5;
}

.menu-toggle,
button,
.ast-button,
.ast-custom-button,
.button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	color: var(--e-global-color-secondary);
	border-color: #fffb00;
	background-color: #fffb00;
	border-radius: 10px;
	padding-top: 16px;
	padding-right: 40px;
	padding-bottom: 16px;
	padding-left: 40px;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
}

.custom-gallery.elementor-widget-image-carousel .swiper-slide {
	text-align: center;
	background: #fff;
	display: flex;
	padding: 10px;
	align-items: center;
	height: auto;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}
.gform_legacy_markup_wrapper .gform_footer input.button:hover, .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover, .gform_legacy_markup_wrapper .gform_page_footer input.button:hover, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:hover{
	    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
}