/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
  --huge: 72px;
  --h1: 48px;
  --h2: 40px;
  --h3: 36px;
  --h4: 28px;
  --h5: 24px;
  --paars: #483c62;
  --donkerblauw: #002e6c;
  --lichtblauw: #6da7ce;
  --licht: #f3f5f8;
}

body {
  overflow: hidden;
}

/* global */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500 !important;
  line-height: 1.25em;
}

h1,
.h1,
.banner h1,
.banner .h1 {
  font-size: var(--h1);
  line-height: 1em;
}

h2,
.h2,
.banner h2,
.banner .h2 {
  font-size: var(--h2);
}

h3,
.h3,
.banner h3,
.banner .h3 {
  font-size: var(--h3);
}

h4,
.h4,
.banner h4,
.banner .h4 {
  font-size: var(--h4);
}

h5,
.h5 {
  font-size: var(--h5);
  text-transform: none;
  letter-spacing: 0;
}

h6,
.h6 {
  font-size: 14px;
}

.huge {
  font-size: var(--huge);
}

.dark,
.dark p,
.dark td {
  color: #fff;
}

p.intro {
  font-size: 20px;
}

.box-text p {
  font-size: 1.1em;
}

.box-overlay.dark .box-text,
.box-shade.dark .box-text {
  text-shadow: none;
}

strong {
  font-weight: 700;
}

small {
  font-size: 14px;
}

.nomargin,
.banner .nomargin {
  margin-bottom: 0;
  margin-top: 0;
}

.nopadding {
  padding-bottom: 0px;
}

.banner {
  margin: 0 !important;
}

.box-text .button {
  margin: 0;
}

.box-text p {
  font-size: 1em;
}

/* buttons */
.button:not(.outline) {
  border: 0;
}
.nav > li > a.button {
  padding: 0.25em 1em;
}
.nav > li > a.button:hover {
  padding: 0.25em 1em;
}
.nav > li > a.button:before {
  background-color: transparent !important;
}
.button.primary {
  background: rgb(64, 77, 110);
  background: linear-gradient(
    0deg,
    rgba(64, 77, 110, 1) 0%,
    rgba(121, 172, 211, 1) 100%
  );
}
.button.secondary {
  background: rgb(114, 87, 146);
  background: linear-gradient(
    0deg,
    rgba(114, 87, 146, 1) 0%,
    rgba(200, 92, 154, 1) 100%
  );
}
.button span,
.button i {
  color: #fff;
}
.button.align-bottom {
  position: absolute;
  bottom: 1em;
}

.licht {
  color: var(--licht) !important;
}
.donkerblauw {
  color: var(--donkerblauw) !important;
}
.paars {
  color: var(--paars) !important;
}

.col.bg-licht .col-inner,
.section.bg-licht {
  background-color: var(--licht) !important;
}

.hon-banner .box-image .overlay {
  display: none;
}

/* afbeelding en vlak shortcodes */
img.afbeelding {
  position: absolute;
  pointer-events: none;
  max-width: unset;
}

.vlak {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  width: 100vw;
  padding: 0 !important;
  margin: 0 !important;
  xoverflow: hidden;
  z-index: -2;
}

.vlak.gestreept-onder .vlak-bg:after {
  content: "";
  background-image: url("/wp-content/uploads/streeppatroon.svg") !important;
  background-repeat: repeat-x;
  background-position: top;
  background-size: initial !important;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -100px;
}

.vlak-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: -1px;
  right: -1px;
}

.vlak-overlay.licht {
  background-color: var(--licht);
}

.vlak-bg {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

/* footer */
.back-to-top {
  border: 0px solid #000 !important;
  background-color: var(--paars) !important;
  color: #fff !important;
  right: 15px;
  bottom: 15px;
  border-radius: 0;
}

.absolute-footer {
  display: none;
}

@media only screen and (max-width: 850px) {
  :root {
    --huge: 48px;
    --h1: 24px;
    --h2: 20px;
    --h3: 18px;
  }

  .header-main li.html.custom {
    display: block;
  }
}

.hero-text h4 {
  position: relative;
  top: 210px;
  left: 50px;
  z-index: 3;
  max-width: 300px;
  font-weight: 800 !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
.hero-text {
  height: 0;
}
