/* @import "partials/form"; */

:root {
  --font-blinker: "Blinker", Helvetica, Arial, sans-serif;
  --white: #ffffff;
  --green: #1aa850;
  --dark-grey: #202020;
}

/* General styles */
html,
body {
  font-family: var(--font-blinker);
  margin: 0;
  padding: 0;
}

header,
footer {
  display: none !important;
}

main {
  margin-bottom: 100px;
}

a {
  color: var(--dark-grey);
  text-decoration: none;
  transition: all 0.1s ease-in-out !important;
}

a.button {
  background-color: var(--green);
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 0px;
  color: var(--white) !important;
  font-family: "Blinker", Sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  fill: var(--green);
  padding: 12px 24px 12px 24px;
  width: fit-content;
}
a.button:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}

ul {
  /* list-style: none; */
  padding-inline-start: 0;
}

.clear {
  clear: both;
}

.wp-block-image img {
  border-radius: 8px;
}

.wp-block-columns {
  padding: 2rem 0;
}

.wp-block-column:nth-last-child(1) {
  background-color: #e6f4e9;
  border-radius: 8px;
  padding: 2rem;
}

.elementor-widget-container {
  height: auto;
}

.elementor-widget-container p a {
  text-decoration: underline;
}

.elementor-widget-container > .elementor-widget-container {
  height: auto;
}

h2 span.capitalize {
  text-transform: capitalize;
}

.button_bar {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.button_bar a {
  background-color: var(--white);
  border: 1px solid var(--dark-grey);
  border-radius: 4px;
  color: var(--dark-grey);
  font-size: 1.125rem;
  font-weight: 700;
  padding: 12px 24px;
}
.button_bar a:hover {
  background-color: var(--green);
  border: 1px solid var(--green);
  color: var(--white);
}

.item .content .excerpt {
  margin: 1rem 0 0 0;
}

.item .content h4 {
  font-size: 1.5rem;
}

.item .content .date,
.item .content h4 {
  margin: 0;
}

.elementor img {
  width: 100%;
}

.elementor.elementor .e-con > .elementor-widget {
  max-width: 100%;
}

/* Nav menu horizontal */
/* Nav menu horizontal - 1st level */
.elementor-nav-menu--layout-horizontal > ul > li > .sub-menu {
  display: none !important;
}

.elementor-nav-menu--layout-horizontal > ul > li > .sub-menu.menu-expanded {
  width: max-content !important;
  max-height: 22.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  align-content: flex-start !important;
  gap: 10px;
  background-color: #fff !important;
  border-radius: 8px !important;
  border: 1px solid #f2f2f2 !important;
}

.elementor-nav-menu--layout-horizontal
  > ul
  > li
  > .sub-menu.menu-expanded::before,
.elementor-nav-menu--layout-horizontal
  > ul
  > li
  > .sub-menu.menu-expanded::after {
  content: "";
  position: absolute;
}

.elementor-nav-menu--layout-horizontal
  > ul
  > li
  > .sub-menu.menu-expanded::before {
  top: -15px;
  left: 45px;
  rotate: 45deg;
  height: 30px;
  width: 30px;
  z-index: -1;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}

.elementor-nav-menu--layout-horizontal
  > ul
  > li
  > .sub-menu.menu-expanded::after {
  top: -35px;
  left: 0;
  right: 0;
  height: 52px;
  background-color: transparent;
  z-index: -1;
}

/* Nav menu horizontal 2nd level - last items */
.elementor-nav-menu--layout-horizontal
  > ul
  > li.right-menu
  > .sub-menu.menu-expanded {
  right: 0;
}

.elementor-nav-menu--layout-horizontal
  > ul
  > li.right-menu
  > .sub-menu.menu-expanded::before {
  right: 45px;
  left: auto;
}

/* Nav menu horizontal 2nd level */
.elementor-nav-menu--layout-horizontal
  ul
  li
  ul.elementor-nav-menu--dropdown.sub-menu {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1254901961);
  padding-bottom: 30px !important;
}

.elementor-nav-menu--layout-horizontal
  ul
  li
  ul.elementor-nav-menu--dropdown.sub-menu
  li:nth-child(1)::before {
  display: none;
}

.elementor-nav-menu--layout-horizontal
  > ul
  > li
  > .sub-menu.menu-expanded
  li
  .sub-menu
  li:nth-child(1)::before {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  top: -15px;
  left: 30px;
  rotate: 45deg;
  z-index: -1;
  display: block;
}

.elementor-nav-menu--layout-horizontal
  ul
  li
  ul.elementor-nav-menu--dropdown.sub-menu
  li {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 16px 0 0 !important;
  width: 20rem;
}

.elementor-nav-menu--layout-horizontal
  ul
  li
  ul.elementor-nav-menu--dropdown.sub-menu
  li
  a {
  white-space: normal;
}

/* Nav menu horizontal general */
.elementor-nav-menu--layout-horizontal ul li a:hover {
  text-decoration: underline;
  font-weight: 500 !important;
}

.elementor-nav-menu--layout-horizontal
  ul
  li
  ul.elementor-nav-menu--dropdown.sub-menu
  .sub-menu {
  columns: 1;
  width: auto !important;
  max-width: 340px !important;
  margin-left: 66px !important;
  margin-top: 16px !important;
}

.elementor-nav-menu--layout-horizontal
  ul
  li
  ul.elementor-nav-menu--dropdown.sub-menu
  .sub-menu
  li {
  padding: 16px 0 0;
}

.elementor-nav-menu--layout-horizontal
  ul
  li
  ul.elementor-nav-menu--dropdown.sub-menu
  .sub-menu
  li
  a {
  padding: 0;
  white-space: normal;
}

/* Mobile menu */
.lto-mobile-menu
  .elementor-nav-menu--dropdown
  .elementor-item.elementor-item-active,
.lto-mobile-menu .elementor-nav-menu--dropdown .elementor-item.highlighted,
.lto-mobile-menu .elementor-nav-menu--dropdown .elementor-item:focus,
.lto-mobile-menu .elementor-nav-menu--dropdown .elementor-item:hover,
.lto-mobile-menu .elementor-sub-item.elementor-item-active,
.lto-mobile-menu .elementor-sub-item.highlighted,
.lto-mobile-menu .elementor-sub-item:focus,
.lto-mobile-menu .elementor-sub-item:hover {
  background-color: transparent !important;
  color: var(--green) !important;
  fill: var(--green) !important;
}

.lto-mobile-menu
  .elementor-nav-menu--dropdown.elementor-nav-menu__container
  .elementor-sub-item {
  font-size: 1rem !important;
}

.lto-mobile-menu .elementor-nav-menu a,
.lto-mobile-menu .elementor-nav-menu a:focus,
.lto-mobile-menu .elementor-nav-menu a:hover {
  line-height: 1.5;
  padding-bottom: 8px !important;
  cursor: pointer;
}

.lto-mobile-menu .menu-item.menu-item-has-children {
  border-bottom: 1px solid var(--green);
  margin-bottom: 0.75rem;
}

.lto-mobile-menu .sub-menu .menu-item.menu-item-has-children {
  border-bottom: none;
}

.lto-mobile-menu .menu-item.menu-item-has-children:first-child {
  padding-top: 0;
}

.elementor-nav-menu .sub-menu {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* ------------------------ */
/* Gravity form styles - begin */
/* ------------------------ */

.gform_fields .gfield {
  overflow: visible;
}

.ginput_container,
.ginput_container_text {
  margin-right: 25px;
}

.gform_legacy_markup_wrapper .gfield_description {
  padding: 4px 0 8px 0 !important;
}

.gsection_description {
  color: #1f1f1f !important;
  font-size: 0.85rem;
}

.gform_footer {
  margin-block-start: 0 !important;
}

.gform_fields .gfield img {
  width: 50% !important;
}

.gform_fields .gfield.gfield_html.crmbox {
  max-width: 100% !important;
}

.eael-contact-form-title,
.eael-gravity-form-title {
  margin-bottom: 20px !important;
}

.gform_legacy_markup_wrapper h2,
.gsection_title h2 {
  color: #00993c !important;
  margin-left: -6px !important;
}

.gform-field-label--type-inline {
  margin-left: 5px;
  margin-right: 25px;
}

.gfield_visibility_hidden {
  display: none !important;
}

.gform_legacy_markup_wrapper .gform_ajax_spinner {
  float: right;
  margin: 0 10px 0 0;
  padding: 0;
  width: 40px;
}

.gform_legacy_markup_wrapper select {
  max-width: 100% !important;
}

select.dynamic_selector {
  appearance: none;
  background-color: #f4f4f4;
  box-sizing: border-box;
  background-image: url("../images/down_arrow.svg");
  background-position: calc(100% - 14px) center;
  background-size: 14px;
  background-repeat: no-repeat;
  border-style: none;
  border-radius: 0;
  border: 0px solid #fff;
  color: fieldtext;
  font-weight: 300;
  height: 50px;
  outline: 0;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.gfield--input-type-adminonly_hidden {
  display: none;
}

/* Form - Steps */
.gf_page_steps {
  align-items: start;
  align-content: center;
  border: 0px solid #fff !important;
  display: flex;
  padding: 2rem 0 !important;
  max-width: 1140px;
  justify-content: start;
  width: 100%;
}
.gform_legacy_markup_wrapper .gf_step,
.gf_step {
  height: 100% !important;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1fr 1fr;
  position: relative;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0;
  min-width: 120px !important;
  width: 100% !important;
}
.gform_legacy_markup_wrapper .gf_step::before,
.gf_step::before {
  background-color: #c6c6c6;
  border-radius: 4px;
  content: "";
  position: absolute;
  height: 8px;
  margin: 0;
  top: 20px;
  left: calc(50% + 40px);
  padding: 0;
  width: calc(100% - 80px);
  z-index: -1;
}
.gform_legacy_markup_wrapper .gf_step:nth-last-child(1):before,
.gf_step:nth-last-child(1):before {
  background-color: var(--green);
  content: "";
  position: absolute;
  height: 0;
  margin: 0;
  top: 20px;
  left: 50%;
  padding: 0;
  width: 100%;
  z-index: -1;
}
.gform_legacy_markup_wrapper .gf_step .gf_step_number,
.gf_step .gf_step_number {
  clear: both;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
  padding: 0;
  display: flex !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  font-family: var(--font-blinker);
  font-weight: 700;
  color: var(--white);
  font-size: 1.5rem !important;
  text-align: center;
  width: 55px;
  height: 50px;
}
.gform_legacy_markup_wrapper .gf_step .gf_step_number::before,
.gf_step .gf_step_number::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  background-color: #c6c6c6;
  margin: 0 0 0 -25px;
  padding: 0;
  width: 50px;
  height: 50px;
}
.gform_legacy_markup_wrapper .gf_step .gf_step_label,
.gf_step .gf_step_label {
  width: 100%;
  font-family: var(--font-blinker);
  text-align: center;
  font-weight: 500;
  padding: 10px;
}
.gform_legacy_markup_wrapper .gf_step.gf_step_active::before,
.gf_step.gf_step_active::before {
  background-color: var(--green);
}
.gform_legacy_markup_wrapper .gf_step.gf_step_active .gf_step_number::before,
.gf_step.gf_step_active .gf_step_number::before {
  background-color: var(--green);
}
.gform_legacy_markup_wrapper .gf_step.gf_step_active .gf_step_label,
.gf_step.gf_step_active .gf_step_label {
  font-weight: 700;
}

/* Form - Progress bar */
.gf_progressbar_wrapper {
  margin-top: 8px !important;
}

.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  height: 4px !important;
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
  background-color: var(--green) !important;
}

/* Form - Checkbox */
.ginput_container_checkbox .gfield_checkbox li label,
.ginput_container_checkbox .gfield_radio li label {
  margin-left: 8px !important;
}

li.checkbox_button .ginput_container ul.gfield_checkbox li {
  position: relative;
  border-radius: 4px;
  float: left;
  cursor: pointer;
  background-color: #e6e6e6;
  width: fit-content;
  margin: 0 10px 10px 0 !important;
  transform: all 0.2s ease-in;
}
li.checkbox_button
  .ginput_container
  ul.gfield_checkbox
  li:has(input:checked)
  label {
  color: var(--white) !important;
}
li.checkbox_button .ginput_container ul.gfield_checkbox li:has(input:checked) {
  background-color: #9c3291 !important;
}
li.checkbox_button .ginput_container ul.gfield_checkbox li:hover {
  background-color: #9c3291;
}
li.checkbox_button .ginput_container ul.gfield_checkbox li:hover label {
  color: var(--white) !important;
}
li.checkbox_button .ginput_container ul.gfield_checkbox li input {
  display: none !important;
  /* display: block !important;
  opacity: 1 !important; */
}
li.checkbox_button .ginput_container ul.gfield_checkbox li label {
  color: var(--white);
  color: #1f1f1f !important;
  font-family: "Blinker", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  padding: 12px 24px !important;
  text-wrap: nowrap !important;
}

/* Form - Inputs */
.gform_wrapper input[type="radio"].gfield-choice-input {
  position: relative;
}
.gform_wrapper input[type="radio"].gfield-choice-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.12s ease !important;
}
.gform_wrapper input[type="radio"].gfield-choice-input:checked::before {
  transform: translate(-50%, -50%) scale(1) !important;
}

input[aria-invalid="true"] {
  border: 1px solid #ee2a27 !important;
}

input.gchoice_other_control {
  clear: both !important;
  float: left !important;
  margin: 20px 0 0 0 !important;
  min-width: 300px !important;
  width: 100% !important;
}

.gform_legacy_markup_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  max-width: 100% !important;
}

.gform_body .gform_page_footer input[type="button"],
.gform_body .gform_page_footer input[type="submit"],
.gform_body .gform_page_footer .lto-submit-button {
  margin-top: 24px !important;
  margin-right: 12px !important;
  border-color: transparent !important;
}

/* Form - Others */
#register_newsletter {
  border-radius: 0 4px 4px 0;
}
#register_newsletter_footer {
  border-radius: 0 0 4px 4px;
}

.elementor-search-form--skin-minimal:focus-within {
  outline-width: 0px !important;
}

#form-field-email {
  border-radius: 4px 0 0 4px;
}

#form-field-email_footer {
  border-radius: 4px 4px 0 0;
}

/* ------------------------ */
/* Gravity form styles - end */
/* ------------------------ */

/* Other styles */
.voordeel.type-voordeel,
.voordeel.type-voordeel {
  box-sizing: border-box;
  background-image: url("../images/arrow.svg");
  background-position: calc(100% - 14px) center;
  background-size: 22px;
  background-repeat: no-repeat;
}

.voordeel.type-voordeel div .elementor-post__title a {
  float: left;
  padding: 20px 80px 20px 20px;
  position: relative;
}

.voordeel.type-voordeel .elementor-post__title a {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: rgba(32, 32, 32, 0.0196078431);
  width: 100%;
}

.voordeel.type-voordeel:nth-last-child(1) .elementor-post__title a {
  border-width: 0;
}

.voordeel.type-voordeel .elementor-post__title a,
.voordeel.type-voordeel .elementor-post__title a {
  float: left;
  padding: 14px 80px 14px 14px;
  position: relative;
}

.voordeel.type-voordeel .elementor-post__title a,
.voordeel.type-voordeel .elementor-post__title a {
  transition: color 0.2s ease-in;
}

.voordeel.type-voordeel:hover,
.voordeel.type-voordeel:hover {
  background-position: calc(100% - 34px) center;
}

#lto-energie .voordeel.type-voordeel {
  background-image: url("../images/green_arrow.svg");
  background-size: 16px;
}

#lto-verzekeringen .voordeel.type-voordeel {
  background-image: url("../images/blue_arrow.svg");
  background-size: 16px;
}

#lto-veiligheid .voordeel.type-voordeel {
  background-image: url("../images/turqoise_arrow.svg");
  background-size: 16px;
}

#lto-mobiliteit .voordeel.type-voordeel {
  background-image: url("../images/red_arrow.svg");
  background-size: 16px;
}

#lto-bedrijfsvoering .voordeel.type-voordeel {
  background-image: url("../images/purple_arrow.svg");
  background-size: 16px;
}

#crm {
  background-color: rgba(26, 168, 80, 0.1254901961) !important;
  border-radius: 8px;
}

/* Accordion */
.elementor-accordion .elementor-accordion-item {
  margin: 0 0 1rem 0;
}
.elementor-accordion .elementor-tab-title {
  border-radius: 8px;
}
.elementor-accordion .elementor-tab-title.elementor-active {
  background-color: var(--green) !important;
  border-radius: 8px 8px 0 0;
}
.elementor-accordion .elementor-tab-title.elementor-active a {
  color: var(--white) !important;
}
.elementor-accordion .elementor-tab-title.elementor-active span span svg path {
  fill: var(--white) !important;
}
.elementor-accordion .elementor-tab-content.elementor-active {
  border-color: var(--green);
  border-style: solid;
  border-width: 1px !important;
  border-radius: 0 0 8px 8px;
}

/* Product content */
.product_content {
  align-items: center;
  align-content: space-around;
  display: grid;
}
.product_content ul {
  margin: 0;
  padding: 0;
}
.product_content ul li {
  background-image: url("../images/green_check.svg");
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  color: var(--dark-grey);
  display: block;
  font-weight: 500;
  height: auto;
  line-height: 20px;
  margin: 0;
  padding: 5px 0px 5px 20px;
  width: fit-content;
}

/* Tables */
table {
  position: relative;
  width: 100% !important;
  display: block;
  overflow-x: auto;
  margin: 0;
  padding: 0;
}
table thead {
  background: #fff;
  background-color: #fff;
  border: 1px solid var(--dark-grey);
  border-block-end: 1px solid var(--dark-grey) !important;
  border-block-start: 1px solid var(--dark-grey) !important;
}
table thead tr {
  background: #fff !important;
  background-color: #fff !important;
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  border-radius: 4px 4px 0 0 !important;
  border-block-end: 1px solid var(--dark-grey) !important;
  border-block-start: 1px solid var(--dark-grey) !important;
}
table thead tr:first-child th {
  border-block-end: 1px solid var(--dark-grey) !important;
  border-block-start: 1px solid var(--dark-grey) !important;
}
table thead tr th {
  background: #fff !important;
  background-color: #fff !important;
  border-block-end: 1px solid var(--dark-grey) !important;
  border-block-start: 1px solid var(--dark-grey) !important;
  color: var(--dark-grey);
  font-family: var(--font-blinker);
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 1rem !important;
  text-align: left;
  text-wrap: nowrap;
}
table tbody {
  border: 1px solid #ccc;
}
table tbody tr td {
  background-color: var(--white) !important;
  border-top: 0px solid var(--dark-grey) !important;
  border: 0px solid var(--dark-grey);
  color: var(--dark-grey);
  font-family: var(--font-blinker);
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
  padding: 1rem !important;
  text-align: left !important;
}

/* homeclick */
#homeclick {
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: start;
  max-height: 100px;
  margin: 0 2rem 0 0;
  padding: 12px 24px;
  max-width: 280px;
}
#homeclick img {
  max-height: 80px;
  margin: 0;
  padding: 0;
  width: auto;
}

/* @import "partials/lisa"; */

@media screen and (min-width: 781px) {
  .wp-block-columns:nth-child(odd) {
    direction: rtl;
  }
  .wp-block-columns:nth-child(odd) .wp-block-column {
    direction: ltr;
  }
}

@media screen and (max-width: 1330px) {
  main {
    margin-bottom: 60px;
  }

  .page-content .elementor .e-con-inner {
    padding: 20px;
  }
  .wp-block-column,
  .alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wp-block-column:nth-last-child(1) {
    background-color: #fff;
    padding: 0 1rem;
  }
  .wp-block-columns {
    padding: 1rem 0;
  }
}

@media (max-width: 767.98px) {
  .center-btn > .elementor-widget-container {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
  }

  a.nav_button {
    padding: 6px 16px;
  }
  .navigation_bar.mobile {
    display: flex;
  }

  /* Forms */
  .gform_fields .gfield {
    max-width: 100% !important;
    width: 100% !important;
  }

  #register_newsletter {
    border-radius: 0 0 4px 4px;
  }

  #form-field-email {
    border-radius: 4px 4px 0 0;
  }

  .gfield_html .et-box,
  .ginput_container_textarea textarea {
    width: 100% !important;
  }

  .gform_body .gform_page_footer input[type="button"],
  .gform_body .gform_page_footer input[type="submit"],
  .gform_body .gform_page_footer .lto-submit-button {
    width: unset !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  /* Form - Steps */
  .gf_page_steps {
    padding: 1rem 0 !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .gform_legacy_markup_wrapper .gf_step,
  .gf_step {
    grid-template-rows: 1fr 2fr;
    min-width: 68px !important;
    width: 33% !important;
  }
  .gform_legacy_markup_wrapper .gf_step::before,
  .gform_legacy_markup_wrapper .gf_step.gf_step_active::before {
    background-color: transparent;
  }
  .gform_legacy_markup_wrapper .gf_step .gf_step_number,
  .gf_step .gf_step_number {
    font-size: 1.25rem !important;
    width: 40px;
    height: 40px;
  }
  .gform_legacy_markup_wrapper .gf_step .gf_step_number::before,
  .gf_step .gf_step_number::before {
    margin: 0 0 0 -20px;
    width: 40px;
    height: 40px;
  }
  .gform_legacy_markup_wrapper .gf_step .gf_step_label,
  .gf_step .gf_step_label {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 450px) {
  a.nav_button {
    padding: 4px 12px;
  }

  #homeclick {
    max-width: 180px;
  }
}

@media screen and (max-width: 350px) {
  .navigation_bar,
  .navigation_bar.mobile {
    display: none;
  }
}

/*# sourceMappingURL=custom.css.map */
