/* 
Theme Name: Webfluencer
Theme URI: https://www.webfluencer.nl
Description: Een thema van Webfluencer
Author: Webfluencer
Author URI: https://www.webfluencer.nl/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* -------------------------------------------- */
/* -------------- BEGIN ALGEMEEN -------------- */
/* ---------- BEGIN BINNENKORT ONLINE --------- */
/* ------------- BEGIN 404 PAGINA ------------- */
/* ---------------- BEGIN MENU ---------------- */
/* ---------------- BEGIN HOME ---------------- */
/* --------------- BEGIN DETAIL --------------- */
/* ---- BEGIN VEELGESTELDE VRAGEN ARCHIVE ----- */
/* --------------- BEGIN CONTACT -------------- */
/* ------------ BEGIN GRAVITY FORM ------------ */

.gform_confirmation_wrapper {
    display: block;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 0px;
    background-color: #000000;
    padding: 15px 20px;
}

.gform_confirmation_wrapper .gform_confirmation_message {
    font-weight: inherit;
    font-size: inherit;
/*     line-height: inherit; */
    color: #ffffff;
}

body .gform_wrapper {

}

body .gform_wrapper.gform_validation_error .gform_validation_errors {
/*     border: 1px solid #ff0000;
    border-radius: 0px;
    box-shadow: none;
    background: #ff0000;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 15px 20px; */
	display: none;
}

body .gform_wrapper.gform_validation_error .gform_validation_errors h2 {
    font-weight: inherit;
    font-size: inherit;
/*     line-height: inherit; */
    color: #ffffff;
}

body .gform_wrapper.gform_validation_error .gform_validation_errors h2 span {
    display: none !important;
}

body .gform_wrapper .gform_heading {
    display: none;
}

body .gform_wrapper .gform_body {

}

body .gform_wrapper .gform_body .gform_fields {
    row-gap: 50px;
    column-gap: 25px;
}

body .gform_wrapper .gform_body .gform_fields .gfield {

}

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    padding: 15px 0px;
    font-family: inherit;
    font-weight: inherit;
	font-size: 16px;
    line-height: 160%;
    border-radius: 0px;
    border: 1px solid #000000;
	box-shadow: inherit;
	width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    /* Basis styling consistent met andere input-elementen */
    padding: 5px 0px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    line-height: 160%;
    width: 100%;
    
    /* Verwijder standaard styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* Borders en achtergrond */
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #7A54BB !important;
    background-color: transparent;
    
    /* Dropdown pijltje rechts */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%237A54BB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 12px;
    
    /* Padding rechts voor het pijltje */
    padding-right: 25px;
    
    /* Overige styling */
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
}

/* Hover en Focus states */
body .gform_wrapper .gform_body .gform_fields .gfield select:hover,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
    outline: none;
    border-bottom: 2px solid #7A54BB !important;
}

/* Styling voor de dropdown options (werkt alleen in Firefox) */
body .gform_wrapper .gform_body .gform_fields .gfield select option {
    background-color: white;
    color: #333333;
    font-size: 16px;
    padding: 10px;
}

/* Zorg dat het pijltje verborgen wordt in IE/Edge */
body .gform_wrapper .gform_body .gform_fields .gfield select::-ms-expand {
    display: none;
}

/* Corrigeer specifiek voor het dropdown element in de afbeelding */
#input_6_11 {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #7A54BB !important;
    background-color: transparent;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    height: 70px;
    resize: none;
}

.wf_form .gfield textarea.small {
    min-block-size: 2rem !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield :where(textarea:focus, textarea:focus-within, textarea:focus-visible) {
    outline: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input::placeholder,
body .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder,
body .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
    color: #929292;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error select {
    border-bottom: 2px solid #ff0000 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_label {
    color: var(--e-global-color-text);
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: inherit;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 5px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    font-size: inherit;
    padding-left: 0px;
    margin-left: 2px;
    color: inherit;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {

}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {

}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description.gfield_validation_message {
    display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input {
    margin: 0;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label a {
    text-decoration: underline;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container_consent .gform-field-label,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container_consent .gform-field-label a {
    color: #ff0000 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gfield_required {
    font-size: inherit;
    color: inherit;
}

body .gform_wrapper .gform_footer {
    margin: 20px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    justify-content: flex-end;
}

body .gform_wrapper .gform_footer .gform_button, body .gform_wrapper .gform_footer input, .wf_form input[type=button], .wf_form .gform-page-footer .button {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1 !important;
    border: inherit;
    margin-bottom: 0px !important;
	background-color: #7A54BB !important;
	color: #FFFFFF !important;
	border: none !important;
	min-height: 40px;
    cursor: pointer;
    transition: .3s all;
    border-radius: 12px 12px 12px 12px !important;
    padding: 12px 24px 12px 24px !important;
}

.wf_form .gform_footer > .button, .wf_form input[type=button], .wf_form .gform-page-footer > .button {
	font-size: 16px !important;
	font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-size: 16px !important;
    line-height: 100% !important;
	font-weight: 600 !important;
}


.wf_form .gform_footer > .button:hover, .wf_form input[type=button]:hover, .wf_form .gform-page-footer > .button:hover {
	color: #7A54BB !important;
	background-color: #FFFFFF !important;
	transition: 0.3s !important;
}

.wf_form .ginput_container input, .wf_form .ginput_container textarea {
	border: none !important;
	border-radius: 0 !important;
	border-bottom: 2px solid #7A54BB !important;
}

.wf_form .gfield {
    position: relative !important;
}

.wf_form .gform-field-label {
  position: absolute !important;
  /*top: 50% !important;*/
  pointer-events: none !important;
  transform: translateY(20%) !important;
  font-size: 16px;
  transition: transform 0.25s ease, font-size 0.25s ease, top 0.25s ease, color 0.25s ease !important;
  transform-origin: left;
  pointer-events: none;
  background: white;
  padding: 0 0px;
}

.wf_form .move {
  transform: translateY(-60%) scale(.8) !important;
/*   top: -15px !important; */
  opacity: .5;
}

.wf_form .gf_progressbar_wrapper {
	display: none;
}

.wf_form .ginput_container_date::after {
	width: 0;
	padding-right: 10px;
}

.gform-theme--foundation .gform_page_footer {
	justify-content: end;
}

.gform-theme--foundation .gfield_list_header {
    display: none !important;
}

.wf_form .gform_drop_area {
 	background-color: #DFE1EB;
    border: none;
    border-radius: 15px;
	padding: 24px;
	z-index: 5;
}

.wf_form .gform_drop_area::before {
 	color: #000 !important;
	font-size: 24px !important;
}

.wf_form .gform_drop_area .gform_button_select_files, .wf_form .gform_fileupload_rules{
/*  	display: none !important; */
}

.gform_button_select_files {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  z-index: 10;
  cursor: pointer;
  pointer-events: all;
}

.gform_button_select_files.drag-lower {
  z-index: 1 !important;
}

.wf_form .moxie-shim {
  width: 100% !important;
  height: 100% !important;
}

.wf_form .moxie-shim:hover {
	background: #7A54BB20;
    border-radius: 15px;
}

.wf_form .gform_fileupload_multifile.drag-over .gform_drop_area::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(122, 84, 187, 0.125); /* paarse tint met 20% opacity */
  border-radius: 15px;
  pointer-events: none; /* laat clicks erdoorheen */
  z-index: 20;
}

.wf_form .gfield.gfield_error .gform_drop_area {
	border: 2px solid #ff0000 !important;
}


.gform_button_select_files.disable-pointer {
  pointer-events: none !important;
}


.gform_fileupload_multifile input[type="file"] {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  z-index: 2 !important;
  cursor: pointer;
}

.gform_fileupload_multifile {
  position: relative !important;
  z-index: 1;
}

.gform_drop_area {
  position: relative !important;
  z-index: 1;
}

.gform_fileupload_multifile input[type="file"] {
    z-index: 9999 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}


/* --------------- BEGIN FOOTER --------------- */
/* ------------- BEGIN RESPONSIVE ------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* -------------- BEGIN ALGEMEEN -------------- */
/* -------------------------------------------- */

.generic-section {
	padding-left: 64px;
	padding-right: 64px;
}


body {
    margin: 0 !important;
}

.dot-title {
    color: var(--e-global-color-text);
}

.left-section {
    padding-right: calc((100vw - 1400px) / 2) !important;
}

.right-section {
    padding-left: calc((100vw - 1400px) / 2) !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

:is(.elementor-widget-heading,
.elementor-widget-text-editor,
.elementor-widget-icon-box) :is(h1, h2, h3, h4, h5, h6, p, span) {
    text-wrap: balance;
}

input:focus, input:focus-visible,
input:focus-within button:focus,
button:focus-within,
button:focus-visible {
    outline: none !important;
}

.owl-dots > button:not(.active) {
    background-color: var(--e-global-color-text) !important;
}

.owl-dots > button {
    height: 20px;
    width: 20px;
}

.owl-dots > button.active {
    border: 1px solid var(--e-global-color-text) !important;
}

.owl-dots {
    display: flex;
    width: 100px;
    margin: 0 auto;
    justify-content: space-between;
}

.owl-nav button svg {
  color: #313544;
  width: 20px;
  height: auto;
  transition: color 0.3s ease;
}

.owl-nav button:hover svg {
  color: #fff;
}

.owl-nav button:hover  {
  background-color: #313544 !important;
}

.owl-nav button {
  transition: .3s;
}

p:first-of-type {
    margin-top: 0px !important;
}

p:last-of-type {
    margin-bottom: 0px !important;
}

div.geenClass {
    background-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-text);
    background-color: var(--e-global-color-accent);
}

table {
    border-spacing: 0px !important;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: transparent !important;
}

button, a, input[type="button"], input[type="submit"] {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

@keyframes to-bottom {	 to {		 transform: translateY(100%);	}} @keyframes to-top {	 to {		 transform: translateY(-100%);	}} @keyframes to-left {	 to {		 transform: translateX(-100%);	}} @keyframes to-right {	 to {		 transform: translateX(100%);	}}
	@keyframes fadeDown {    from {        opacity: 0;        transform: translate3d(0,-30px,0)    }
    to {        opacity: 1;        transform: none    }}
.elementor-element.fadeInDown {    animation-name: fadeDown}
@keyframes fadeLeft {    from {        opacity: 0;        transform: translate3d(-30px,0,0)    }
    to {        opacity: 1;        transform: none    }}
.elementor-element.fadeInLeft {    animation-name: fadeLeft}
@keyframes fadeRight {    from {        opacity: 0;        transform: translate3d(30px,0,0)    }
    to {        opacity: 1;        transform: none    }}
.elementor-element.fadeInRight {    animation-name: fadeRight}
@keyframes fadeUp {    from {        opacity: 0;        transform: translate3d(0,30px,0)    }
    to {        opacity: 1;        transform: none    }}
.elementor-element.fadeInUp {    animation-name: fadeUp}

button.owl-dot {
    padding: 0;
    background: unset;
    border: none;
    list-style-type: disc;
    text-align: left;
}

.custom-dots {
    display: flex;
    flex-direction: column;
    width: 110px;
    list-style-type: disc;
    text-align: left;
    justify-content: flex-start;
    gap: 16px;
}

.spf_title :where(h1, h2, h3, h4) .line:last-child::after {
    content: '.';
    color: var(--e-global-color-primary);
    font-family: poppins;
    font-size: 130%;
    position: relative;
    line-height: 0;
}

.blog-archive-header-owl .owl-dots > button {
    background: var(--e-global-color-primary) !important;
    opacity: .3;
    border: none !important;
    width: 8px;
    height: 8px;
    transition: .3s;
}

.blog-archive-header-owl .owl-dots > button.active,
.blog-archive-header-owl .owl-dots > button:hover {
    opacity: 1;
}

.blog-archive-header-owl .owl-dots {
    gap: 14px !important;
    justify-content: center;
}

/* Cookiebot */
#CybotCookiebotDialogHeader {
	display: none !important;
}


/* -------------------------------------------- */
/* --------------- END ALGEMEEN --------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------- BEGIN BINNENKORT ONLINE --------- */
/* -------------------------------------------- */

.elementor-maintenance-mode header,
.elementor-maintenance-mode footer {
    display: none !important;
}

/* -------------------------------------------- */
/* ----------- END BINNENKORT ONLINE ---------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ------------- BEGIN 404 PAGINA ------------- */
/* -------------------------------------------- */

.error404 header,
.error404 footer {
    display: none !important;
}

/* -------------------------------------------- */
/* -------------- END 404 PAGINA -------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------------- BEGIN MENU ---------------- */
/* -------------------------------------------- */

.sub-menu li a {
    border-left: none !important;
}

span.count {
    background: red;
    font-size: 10px;
    width: 15px;
    aspect-ratio: 1/1;
    display: grid;
    place-content: center;
    border-radius: 10px;
    position: relative;
    height: 15px;
    transform: translate(2px, -10px);
    color: #fff;
}

/* -------------------------------------------- */
/* ----------------- END MENU ----------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ---------------- BEGIN HOME ---------------- */
/* -------------------------------------------- */



/* -------------------------------------------- */
/* ----------------- END HOME ----------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* --------------- BEGIN DETAIL --------------- */
/* -------------------------------------------- */

.veelgesteldevraag-section {
	border-radius: 16px;
}

.veelgesteldevraag-section > .e-con-inner {
    position: relative;
    gap: 12px;
    transition: .5s ease-out;
}

.veelgesteldevraag-section:not(.active) .veelgesteldevraag-vraag::after {
    opacity: 0;
}

.veelgesteldevraag-section .veelgesteldevraag-vraag {
    cursor: pointer;
    text-wrap: balance;
}

.veelgesteldevraag-section:not(.active) {
	padding: 0 24px;
}

.veelgesteldevraag-section:not(.active) .veelgesteldevraag-antwoord {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .3s all;
}

.veelgesteldevraag-section.active .veelgesteldevraag-antwoord {
    max-height: 500px;
    opacity: 1;
    transition: max-height 0.5s ease, opacity 0.3s ease 0.2s;
    text-wrap: balance;
}

.veelgesteldevraag-section.active {
	background-color: var(--e-global-color-primary);
	border-radius: 16px;
	padding: 24px;
}

.veelgesteldevraag-section.active * {
	color: #fff;
}

.veelgesteldevraag-section {
    padding-bottom: 16px !important;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #DFE1EB;
    border-radius: 0;
}

/* -------------------------------------------- */
/* ---------------- END DETAIL ---------------- */
/* -------------------------------------------- */



/* -------------------------------------------- */
/* --------------- BEGIN CONTACT -------------- */
/* -------------------------------------------- */



/* -------------------------------------------- */
/* ---------------- END CONTACT --------------- */
/* -------------------------------------------- */


/* -------------------------------------------- */
/* --------------- BEGIN FOOTER --------------- */
/* -------------------------------------------- */



/* -------------------------------------------- */
/* ---------------- END FOOTER ---------------- */
/* -------------------------------------------- */

/* -------------------------------------------- */
/* ------------- BEGIN RESPONSIVE ------------- */
/* -------------------------------------------- */

@media only screen and (max-width: 1024px) {
	.veelgesteldevraag-section:not(.active) {
 	   padding: 0;
	}
	.generic-section {
		padding-left: 32x;
		padding-right: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.custom-dots {
		flex-direction: row;
	}
	.generic-section {
	padding-left: 16px;
	padding-right: 16px;
}
}



/* -------------------------------------------- */
/* -------------- END RESPONSIVE -------------- */
/* -------------------------------------------- */