/**
 * CUSTOM CSS
 */
.elementor-background-slideshow__slide__image {
	opacity: 0.4 !important;
}
label.form_label {
    color: var(--e-global-color-primary);
    font-size: 22px;
}
.wpcf7-submit {
		color: black;
		border-color: black;
		background-color: rgb(211,211,211);
}
.wpcf7-submit:hover {
		color: rgb(211,211,211);
		border-color: rgb(211,211,211);
		background-color: #262626;
}
label.form_label {
    font-family: 'Poppins';
}
#site-footer {
		display: none;
}
div#footer {
    padding: 20px 0px;
    border-top: 1px solid;
}
summary.e-n-accordion-item-title {
    margin: auto;
    text-decoration: underline;
}
.elementor-element.e-con-full.e-flex.e-con.e-child {
    border: none;
}
input, textarea {
    border-radius: 11px !important;
}

* {
		font-family: var(--e-global-typography-primary-font-family), Sans-serif !important
}

#site-header .menu-item a {
		font-weight: 600;
}
.entry-title {
		color: #ccc;
}

#content.site-main.post-315 {
		color: #ccc !important;
}
.cookies-per-purpose *, .purpose h4 {
    color: #555;
}