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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/poppins-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/poppins-v22-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/poppins-v22-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* solitreo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Solitreo';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/solitreo-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body { font-family:  "Inter", sans-serif; /*font-size: 1.1em;*/ }
.nav > li > a { font-family:  "Inter", sans-serif; font-size: .95em; /*color: #5F6369;*/ }
.nav > li > a:hover, .nav > li.active > a { /*color: #C43B95;*/ }
.nav-uppercase > li > a { text-transform: lowercase !important; font-weight: normal; letter-spacing:normal; }
.off-canvas-center .nav-vertical > li > a {
  font-size: 1.5em; padding-bottom: 0; padding-top: 0;
}
/*.header-button .button { font-weight: normal !important; line-height: 2.2em !important; letter-spacing: normal !important;	 }*/
h1,h2,h3,h4,h5,h6, .heading-font { font-family: "Poppins", sans-serif; font-weight: 500; }
h1 { font-weight: 400; font-size: 3em; line-height: 1; margin-bottom: 1em; color:rgb(98, 118, 83) !important;  }
h4, h5, h6 { font-weight: 400; }
.alt-font { font-family: "Solitreo", sans-serif;  }

@media screen and (max-width: 600px) {
	h1 { font-size: 2.4em; }	
	h4 { font-size: 1.1em; }
}

/*.logo { position: relative; top: -18px; }*/
/*#logo img, .stuck #logo img { max-height: 120px !important; }*/
/*.header-main { z-index: 13; background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,1) 18%, rgba(60,71,52,1) 18%); } */
/*background: linear-gradient(180deg, rgba(255,255,255,1) 18%, rgba(0,66,80,1) 18%);}*/

/*.header-top .nav { top: 5px; }*/

#main a:not(.button) {
  text-decoration: underline;
}


.links-uitgelijnd .flickity-page-dots {
	left: 0; text-align: left;	
}


.wpcf7 .wpcf7-not-valid-tip {
  background-color: #b20000;
  border-radius: 3px;
  color: #f1f1f1;
  line-height: 1.2em;
  margin-top: -10px;
  opacity: .8;
  padding: 5px 8px;
  position: relative;
}
.wpcf7 .wpcf7-not-valid-tip::after {
  border: 10px solid rgba(136,183,213,0);
    border-bottom-color: rgba(136, 183, 213, 0);
  border-bottom-color: #b20000;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 30px;
  margin-left: -10px;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #b20000;
}
