/*----------------------------------------------------------------------------------------------------------
Theme Name: 	The Wormhole Cult
Theme URI:
Description: 	Custom made thema
Version: 		2025.1.0
Author: 		edwin slothouber
Author URI:
----------------------------------------------------------------------------------------------------------
14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

---------------------------- in plaats van 1440, 768, 640 gebruiken we em:
 640 - 40.em
 704 - 44em
 768 - 48em
 960 - 60em
1024 - 64.em
1080 - 68em
1280 - 80em
1440 - 90em
1920 - 120em
----------------------------------------------------------------------------------------------------------*/
@import "css/normalize.css";
:root {
  --gutter: 40px;
}
@media (max-width: 64em) {
  :root {
    --gutter: 30px;
  }
}
@media (max-width: 40em) {
  :root {
    --gutter: 20px;
  }
}

/* serrif */
@font-face {
  font-display: swap;
  font-family: "serrif";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Serrif-Regular.woff2") format("woff2");
}
/* serrif compressed*/
@font-face {
  font-display: swap;
  font-family: "serrifcompressed";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/SerrifCompressed-Regular.woff2") format("woff2");
}
/* matter */
@font-face {
  font-display: swap;
  font-family: "Matter";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/MatterXH-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "MatterBold";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/MatterXH-Bold.woff2") format("woff2");
}
/*---------------------------- classes:
.push-right			zet dingen rechts
.col-xx-xx			columns in 12
.push-xx-xx			creates an empty space on the left
.small-col-xx-xx	forceert een column wanneer small (<48em/768px)
.medium-col-xx-xx	forceert een column wanneer medium (<48em/768px)
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0px;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.push-right {
  float: right;
}

/* -------------------------------- mobile first / tot 640px / small */
@media only screen {
  .row {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 90em;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
    padding-left: var(--gutter); /* row-space to left */
    padding-right: 0px; /* row-space to right: (row-space-left - column-space) e.g. 30px-30px=0 */
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .row.center-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row:before, .row:after {
    content: normal;
  }
  .row:after {
    clear: both;
  }
  .row [class*=c-] {
    float: left;
    padding-right: var(--gutter); /* column-space */
  }
  .row .c-s-12 {
    width: 100%;
  }
  .row .c-s-11 {
    width: 91.66%;
  }
  .row .c-s-10 {
    width: 83.333%;
  }
  .row .c-s-9 {
    width: 75%;
  }
  .row .c-s-8 {
    width: 66.66%;
  }
  .row .c-s-7 {
    width: 58.33%;
  }
  .row .c-s-6 {
    width: 50%;
  }
  .row .c-s-5 {
    width: 41.66%;
  }
  .row .c-s-4 {
    width: 33.33%;
  }
  .row .c-s-3 {
    width: 25%;
  }
  .row .c-s-2 {
    width: 16.667%;
  }
  .row .c-s-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: none !important;
  }
  .row .p-s-11 {
    margin-left: 91.66%;
  }
  .row .p-s-10 {
    margin-left: 83.333%;
  }
  .row .p-s-9 {
    margin-left: 75%;
  }
  .row .p-s-8 {
    margin-left: 66.66%;
  }
  .row .p-s-7 {
    margin-left: 58.33%;
  }
  .row .p-s-6 {
    margin-left: 50%;
  }
  .row .p-s-5 {
    margin-left: 41.66%;
  }
  .row .p-s-4 {
    margin-left: 33.33%;
  }
  .row .p-s-3 {
    margin-left: 25%;
  }
  .row .p-s-2 {
    margin-left: 16.667%;
  }
  .row .p-s-1 {
    margin-left: 8.33%;
  }
  .row .p-s-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 768px / medium */
@media only screen and (min-width: 40em) {
  .row {
    padding-left: var(--gutter);
  }
  .row [class*=c-] {
    padding-right: var(--gutter);
  }
  .row .c-m-12 {
    width: 100%;
  }
  .row .c-m-11 {
    width: 91.66%;
  }
  .row .c-m-10 {
    width: 83.333%;
  }
  .row .c-m-9 {
    width: 75%;
  }
  .row .c-m-8 {
    width: 66.66%;
  }
  .row .c-m-7 {
    width: 58.33%;
  }
  .row .c-m-6 {
    width: 50%;
  }
  .row .c-m-5 {
    width: 41.66%;
  }
  .row .c-m-4 {
    width: 33.33%;
  }
  .row .c-m-3 {
    width: 25%;
  }
  .row .c-m-2 {
    width: 16.667%;
  }
  .row .c-m-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: none !important;
  }
  .row .p-m-11 {
    margin-left: 91.66%;
  }
  .row .p-m-10 {
    margin-left: 83.333%;
  }
  .row .p-m-9 {
    margin-left: 75%;
  }
  .row .p-m-8 {
    margin-left: 66.66%;
  }
  .row .p-m-7 {
    margin-left: 58.33%;
  }
  .row .p-m-6 {
    margin-left: 50%;
  }
  .row .p-m-5 {
    margin-left: 41.66%;
  }
  .row .p-m-4 {
    margin-left: 33.33%;
  }
  .row .p-m-3 {
    margin-left: 25%;
  }
  .row .p-m-2 {
    margin-left: 16.667%;
  }
  .row .p-m-1 {
    margin-left: 8.33%;
  }
  .row .push-meduim-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 1024px */
@media only screen and (min-width: 64em) {
  .row {
    padding-left: var(--gutter);
  }
  .row [class*=c-] {
    padding-right: var(--gutter);
  }
  .row .c-l-12 {
    width: 100%;
  }
  .row .c-l-11 {
    width: 91.66%;
  }
  .row .c-l-10 {
    width: 83.333%;
  }
  .row .c-l-9 {
    width: 75%;
  }
  .row .c-l-8 {
    width: 66.66%;
  }
  .row .c-l-7 {
    width: 58.33%;
  }
  .row .c-l-6 {
    width: 50%;
  }
  .row .c-l-5 {
    width: 41.66%;
  }
  .row .c-l-4 {
    width: 33.33%;
  }
  .row .c-l-3 {
    width: 25%;
  }
  .row .c-l-2 {
    width: 16.667%;
  }
  .row .c-l-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: block !important;
  }
  .row .hide-on-large {
    display: none !important;
  }
  .row .p-l-11 {
    margin-left: 91.66%;
  }
  .row .p-l-10 {
    margin-left: 83.333%;
  }
  .row .p-l-9 {
    margin-left: 75%;
  }
  .row .p-l-8 {
    margin-left: 66.66%;
  }
  .row .p-l-7 {
    margin-left: 58.33%;
  }
  .row .p-l-6 {
    margin-left: 50%;
  }
  .row .p-l-5 {
    margin-left: 41.66%;
  }
  .row .p-l-4 {
    margin-left: 33.33%;
  }
  .row .p-l-3 {
    margin-left: 25%;
  }
  .row .p-l-2 {
    margin-left: 16.667%;
  }
  .row .p-l-1 {
    margin-left: 8.33%;
  }
  .row .p-l-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 1024px */
@media only screen and (min-width: 80em) {
  .row {
    padding-left: var(--gutter);
  }
  .row [class*=c-] {
    padding-right: var(--gutter);
  }
  .row .c-x-12 {
    width: 100%;
  }
  .row .c-x-11 {
    width: 91.66%;
  }
  .row .c-x-10 {
    width: 83.333%;
  }
  .row .c-x-9 {
    width: 75%;
  }
  .row .c-x-8 {
    width: 66.66%;
  }
  .row .c-x-7 {
    width: 58.33%;
  }
  .row .c-x-6 {
    width: 50%;
  }
  .row .c-x-5 {
    width: 41.66%;
  }
  .row .c-x-4 {
    width: 33.33%;
  }
  .row .c-x-3 {
    width: 25%;
  }
  .row .c-x-2 {
    width: 16.667%;
  }
  .row .c-x-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: block !important;
  }
  .row .hide-on-large {
    display: none !important;
  }
  .row .hide-on-xlarge {
    display: none !important;
  }
  .row .p-x-11 {
    margin-left: 91.66%;
  }
  .row .p-x-10 {
    margin-left: 83.333%;
  }
  .row .p-x-9 {
    margin-left: 75%;
  }
  .row .p-x-8 {
    margin-left: 66.66%;
  }
  .row .p-x-7 {
    margin-left: 58.33%;
  }
  .row .p-x-6 {
    margin-left: 50%;
  }
  .row .p-x-5 {
    margin-left: 41.66%;
  }
  .row .p-x-4 {
    margin-left: 33.33%;
  }
  .row .p-x-3 {
    margin-left: 25%;
  }
  .row .p-x-2 {
    margin-left: 16.667%;
  }
  .row .p-x-1 {
    margin-left: 8.33%;
  }
  .row .p-x-0 {
    margin-left: 0;
  }
}
header {
  position: fixed;
  width: 100%;
  padding: 20px 0px 40px;
  left: 0px;
  top: 0px;
  z-index: 9998;
  background-color: transparent;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.5)), to(rgb(0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgb(0, 0, 0) 100%);
}
@media (max-width: 58em) {
  header {
    position: relative;
    padding: 10px 0px;
    height: 100px;
  }
}
@media (min-width: 58em) {
  header.klein {
    padding: 0px 20px 40px;
  }
  header.klein ul#hoofdmenu {
    padding: 0;
  }
  header.klein .logo {
    height: 70px;
    top: 10px;
    left: calc(50% - 64px);
  }
  header.klein .socials {
    top: 10px;
  }
}
header .logo {
  position: absolute;
  left: calc(50% - 60px);
  top: 20px;
  z-index: 99;
  width: 124px;
  height: 124px;
  text-decoration: none;
  background-position: center center;
  background-image: url("img/wormhole-cult-logo.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .menuus {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .menuus ul#hoofdmenu,
header .menuus ul#hoofdmenu2 {
  display: inline-block;
  padding: 15px 0;
  margin: 0;
  text-align: left;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
  width: 50%;
}
header .menuus ul#hoofdmenu > li,
header .menuus ul#hoofdmenu2 > li {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0 20px 0 20px;
}
header .menuus ul#hoofdmenu > li.current_page_item > a, header .menuus ul#hoofdmenu > li.current-menu-item > a, header .menuus ul#hoofdmenu > li.current-menu-ancestor > a,
header .menuus ul#hoofdmenu2 > li.current_page_item > a,
header .menuus ul#hoofdmenu2 > li.current-menu-item > a,
header .menuus ul#hoofdmenu2 > li.current-menu-ancestor > a {
  font-weight: 580;
  color: #fff;
}
header .menuus ul#hoofdmenu > li.current_page_item.button, header .menuus ul#hoofdmenu > li.current-menu-item.button, header .menuus ul#hoofdmenu > li.current-menu-ancestor.button,
header .menuus ul#hoofdmenu2 > li.current_page_item.button,
header .menuus ul#hoofdmenu2 > li.current-menu-item.button,
header .menuus ul#hoofdmenu2 > li.current-menu-ancestor.button {
  background-color: #fff;
  color: #fff;
}
header .menuus ul#hoofdmenu > li.menu-item-has-children > a,
header .menuus ul#hoofdmenu2 > li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
header .menuus ul#hoofdmenu > li.menu-item-has-children > a:after,
header .menuus ul#hoofdmenu2 > li.menu-item-has-children > a:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  top: 19px;
  right: 3px;
  width: 20px;
  height: 28px;
  color: #fff;
}
header .menuus ul#hoofdmenu > li a,
header .menuus ul#hoofdmenu2 > li a {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Matter", sans-serrif;
  line-height: 3.5em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0px 20px 0;
  text-indent: 0px;
  color: #fff;
}
header .menuus ul#hoofdmenu > li a:hover,
header .menuus ul#hoofdmenu2 > li a:hover {
  color: #fff;
}
header .menuus ul#hoofdmenu2 {
  text-align: right;
}
header .socials {
  position: absolute;
  top: 40px;
  right: 30px;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Matter", sans-serrif;
  line-height: 3.5em;
}
header .socials a {
  text-decoration: none;
  text-transform: uppercase;
}
header .mobielesocials {
  display: none;
}

#hamburger {
  display: none;
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 9998;
  width: 40px;
  height: 40px;
  color: #fff;
  text-decoration: none;
}
#hamburger:before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  font-family: "Font Awesome 5 Pro";
  content: "\f0c9";
  font-weight: 50;
  font-size: 40px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#hamburger.toggled:before { /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  content: "\f067";
}

/* ---------------- tussen resolutie om direct naar kleiner te maken */
@media screen and (max-width: 58em) {
  header .headerrow {
    position: relative;
    background-color: #000;
  }
  header .headerrow.actief {
    height: 100vh;
  }
  header {
    position: fixed;
  }
  header #hamburger {
    display: block;
  }
  header .menuus {
    display: none;
    padding: 110px 0 20px;
  }
  header .menuus ul#hoofdmenu,
  header .menuus ul#hoofdmenu2 {
    position: relative;
    top: 20px;
    width: 100vw;
    padding: 0;
  }
  header .menuus ul#hoofdmenu li,
  header .menuus ul#hoofdmenu2 li {
    display: block;
    text-align: center;
  }
  header .menuus ul#hoofdmenu li a,
  header .menuus ul#hoofdmenu2 li a {
    line-height: 60px;
    font-size: 40px;
    font-family: serrif;
    text-transform: lowercase;
    padding-bottom: 20px;
  }
  header .logo {
    height: 70px;
  }
  header .socials {
    display: none;
  }
  header .mobielesocials {
    position: absolute;
    bottom: 120px;
    display: none;
    text-align: center;
    width: 100%;
  }
  header .mobielesocials a {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 46px;
    text-decoration: none;
  }
}
html,
body {
  width: 100%;
  margin: 0px;
  padding: 0;
  min-height: 100%;
}

html {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  width: 100%;
  min-height: 100%;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Matter", sans-serrif;
  line-height: 1.5em;
}

p, div {
  margin: 0px;
  padding: 0px;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

/*
:target {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
*/
::-moz-selection {
  background: #fff; /* WebKit/Blink Browsers */
  color: #000;
}
::selection {
  background: #fff; /* WebKit/Blink Browsers */
  color: #000;
}

::-moz-selection {
  background: #fff; /* Gecko Browsers */
  color: #000;
}

*:focus {
  outline: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
  border: 0px solid transparent;
  vertical-align: top;
}

ul {
  padding-left: 20px;
  margin: 0 0 20px 0;
}

ol {
  padding-left: 20px;
}

a.filter {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #fff;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px 30px;
  margin: 0 5px 20px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: center;
  font-size: 1rem;
  font-weight: 580;
  font-family: "Matter", sans-serrif;
  line-height: 1.25em;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
}
a.filter:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-color: #fff;
  -webkit-transform: scaleX(0) skewX(-30deg);
          transform: scaleX(0) skewX(-30deg);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  isolation: isolate;
  z-index: -1;
}
a.filter:hover {
  color: #000;
  text-decoration: none;
}
a.filter:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
a.filter.radius {
  border-radius: 99px;
}
a.filter.actief {
  background-color: #fff;
  color: #000;
}

a,
button,
span {
  position: relative;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  color: #fff;
}
a:hover,
button:hover,
span:hover {
  text-decoration: underline;
}
a.leesmeer,
button.leesmeer,
span.leesmeer {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "serrif", serif;
  line-height: 1.4444444444em;
  color: #fff;
  text-decoration: none;
  padding-right: 27px;
  margin: 5px 20px 0 0;
}
a.leesmeer:after,
button.leesmeer:after,
span.leesmeer:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 4px;
  width: 21px;
  height: 21px;
  color: #fff;
  -webkit-transition: right 0.15s ease-out;
  transition: right 0.15s ease-out;
  background-image: url(img/leesmeer-pijl.svg);
  background-position: right 0px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
a.leesmeer:hover:after,
button.leesmeer:hover:after,
span.leesmeer:hover:after {
  right: -10px;
}
a.sharebutton,
button.sharebutton,
span.sharebutton {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: normal;
  font-family: "serrif", serif;
  line-height: 1.8181818182em;
  padding-left: 120px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.sharebutton:before,
button.sharebutton:before,
span.sharebutton:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 110px;
  height: 40px;
  content: "";
  background-image: url(img/sharebutton.svg);
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 100px auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.sharebutton:hover,
button.sharebutton:hover,
span.sharebutton:hover {
  padding-left: 140px;
}
a.sharebutton:hover:before,
button.sharebutton:hover:before,
span.sharebutton:hover:before {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  left: 10px;
}
a.button,
button.button,
span.button {
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: 0px;
  border: 4px solid #fff;
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 580;
  font-family: "Matter", sans-serrif;
  line-height: 1.1em;
  text-decoration: none;
}
a.button:hover,
button.button:hover,
span.button:hover {
  background-color: #fff;
  color: #000;
}
a.button.grey,
button.button.grey,
span.button.grey {
  cursor: default;
  border-color: #aaa;
  color: #aaa;
}
a.button,
button.button,
span.button {
  text-decoration: none;
}
a,
button,
span {
  /*
  &[href$=".zip"],
  &[href$=".doc"],
  &[href$=".docx"],
  &[href$=".pdf"] {
  	display: inline-block;
  	color: $wit;
  	padding-right: 60px;
  	transition: padding 0.2s ease;
  	&:after {
  		content: "\f061";
  		position: absolute;
  		right: 20px;
  		top: 16px;
  		width: 22px;
  		height: 22px;
  		line-height: 22px;
  		background-color: $wit;
  		text-align: center;
  		display: block;
  		font-family: "Font Awesome 5 Pro";
  		font-weight: 900;
  		font-size: 12px;
  		transition: right 0.15s ease-out;
  		border-radius: 999px;
  		transition: transform 0.2s ease;
  		transform: rotate(90deg);
  	}
  	&:hover {
  		padding: 15px 65px;
  	}
  }
  */
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin: 0;
  padding: 0 0 0 0;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  font-family: "serrifcompressed", serif;
}

h1 {
  font-size: 5rem;
  font-weight: 400;
  font-family: "serrifcompressed", serif;
  line-height: 0.8875em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h2 {
  font-size: 3.125rem;
  font-weight: 400;
  font-family: "serrifcompressed", serif;
  line-height: 0.96em;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "serrifcompressed", serif;
  line-height: 1.1666666667em;
  margin-bottom: 10px;
}

@media (max-width: 64em) {
  h1 {
    font-size: 2.8125rem;
    font-weight: 700;
    font-family: "serrifcompressed", serif;
    line-height: 1.1777777778em;
  }
  h2 {
    font-size: 2.375rem;
    font-weight: 700;
    font-family: "serrifcompressed", serif;
    line-height: 1.1052631579em;
  }
  h3 {
    font-size: 1.625rem;
    font-weight: 700;
    font-family: "serrifcompressed", serif;
    line-height: 1.3076923077em;
  }
}
@media (max-width: 40em) {
  h1 {
    font-size: 2.8125rem;
    font-weight: 700;
    font-family: "serrifcompressed", serif;
    line-height: 1.1111111111em;
  }
  h2 {
    font-size: 1.875rem;
    font-weight: 700;
    font-family: "serrifcompressed", serif;
    line-height: 1.1333333333em;
  }
  h3 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "serrifcompressed", serif;
    line-height: 1.25em;
  }
}
hr {
  margin: 30px 0;
  border: 0px solid #fff;
  border-bottom: 1px solid #fff;
}

label {
  display: inline-block;
  color: #fff;
}

input,
input[type=textarea] input[type=text] {
  display: inline-block;
  color: #fff;
  background-color: transparent;
  border: 4px solid #fff;
  margin: 5px 0 5px 0;
  padding: 7px 20px;
  border-radius: 0px;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Matter", sans-serrif;
  line-height: 1.4444444444em;
}
input[type=submit] {
  display: inline-block;
  border: 4px solid #fff;
  background-color: transparent;
  color: #fff;
}

input[type=checkbox],
input[type=radio] {
  margin: 5px 15px 5px 0;
}

b,
strong {
  font-weight: bold;
  font-weight: 700;
}
b a,
strong a {
  font-weight: inherit;
}

hr {
  position: relative;
  height: 5px;
  padding: 20px 0;
  margin: 20px 0 30px;
  border: 0px solid transparent !important;
  background-image: url(img/ruit.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
hr:before {
  content: "";
  position: absolute;
  right: 53px;
  top: 20px;
  left: 36px;
  height: 5px;
  background-color: #fff;
}
hr:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 3px;
  width: 40px;
  height: 40px;
  background-image: url(img/ruit.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  z-index: 99;
}

table {
  width: 100%;
}
table tr:nth-child(even) {
  background: #efefef;
}
table tr td {
  padding: 5px 10px;
}

.mc4wp-form {
  padding: 20px 0 0;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

img.aligncenter {
  margin: 0 auto;
}

button.aligncenter {
  margin: 0 auto;
}

.clearfix:after {
  zoom: 1;
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* ============================= algemeen= ============ */
#verloop {
  z-index: -1;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.31)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 20%, rgb(0, 0, 0) 100%);
}

.contentspacer {
  min-height: calc(100vh - 565px);
  background-color: transparent;
  margin-top: 150px;
}
@media (max-width: 58em) {
  .contentspacer {
    margin: 0 !important;
  }
}
.contentspacer .inleiding {
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "Matter", sans-serrif;
  line-height: 1.6363636364em;
  margin-bottom: 10px;
}
@media (max-width: 40em) {
  .contentspacer .inleiding {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: "Matter", sans-serrif;
    line-height: 1.6666666667em;
  }
}

.xglobal-video-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: -1;
  opacity: 0.5;
}
.xglobal-video-container video,
.xglobal-video-container iframe {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  /* Maak iframe groter om crop effect te krijgen */
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 aspect ratio */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#mainVideo {
  position: fixed;
  z-index: -1;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 70vw; /* 16:9 ratio: 9/16 = 0.5625 */
  min-height: 100vh;
  min-width: 120vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.filters {
  padding: 40px 40px;
  text-align: center;
}
@media (max-width: 40em) {
  .filters {
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
    max-width: 40em;
  }
}

.agenda,
.single-show {
  position: relative;
  padding: 0 20px;
}
@media (max-width: 40em) {
  .agenda,
  .single-show {
    padding: 0px;
  }
}
.agenda #showmore,
.single-show #showmore {
  margin: 0 auto;
  width: 100%;
  border: 0px solid transparent;
  padding: 30px 0;
}
@media (max-width: 40em) {
  .agenda #showmore,
  .single-show #showmore {
    margin: 40px 0 0 20px;
  }
}
.agenda #showmore:hover,
.single-show #showmore:hover {
  background-color: transparent;
}
.agenda .row.show.meer,
.single-show .row.show.meer {
  display: none;
}
.agenda .row [class*=c-] .band,
.single-show .row [class*=c-] .band {
  margin: 0 0 40px 0;
}
.agenda .row [class*=c-] .datum,
.single-show .row [class*=c-] .datum {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "MatterBold", sans-serrif;
  line-height: 1.2333333333em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.agenda .row [class*=c-] .locatie,
.single-show .row [class*=c-] .locatie {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Matter", sans-serrif;
  line-height: 1.35em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.agenda .row [class*=c-] .tijd,
.single-show .row [class*=c-] .tijd {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Matter", sans-serrif;
  line-height: 1.35em;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.6;
}
.agenda .row [class*=c-] .bandnaam,
.single-show .row [class*=c-] .bandnaam {
  font-size: 3.125rem;
  font-weight: 400;
  font-family: "serrifcompressed", serif;
  line-height: 1.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.agenda .row [class*=c-] .genres,
.single-show .row [class*=c-] .genres {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Matter", sans-serrif;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.agenda .row [class*=c-] .tickets,
.single-show .row [class*=c-] .tickets {
  padding: 20px 0;
}
.agenda .row [class*=c-] .socials a,
.single-show .row [class*=c-] .socials a {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Matter", sans-serrif;
  line-height: 1.5em;
  background-image: url(img/pijl.svg);
  background-size: 31px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  margin-right: 20px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  width: 25%;
}
.agenda .row [class*=c-] .socials a:hover,
.single-show .row [class*=c-] .socials a:hover {
  padding-left: 50px;
}
@media (max-width: 64em) {
  .agenda .row [class*=c-] .socials a,
  .single-show .row [class*=c-] .socials a {
    width: 40%;
  }
}

.single-show {
  padding: 0;
}
.single-show #mainVideo {
  display: none;
}
.single-show .contentspacer {
  margin-top: 0px;
}
.single-show .showslider {
  padding-bottom: 50px;
  min-height: 200px;
  height: 30vh;
  overflow: hidden;
}
.single-show .showslider img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-show .showslider {
  margin-bottom: var(--gutter);
}
.single-show .row.show {
  padding: 50px 0 0 var(--gutter);
}
.single-show .row.show .bandnaam {
  font-size: 2.125rem;
  font-weight: 400;
  font-family: "serrifcompressed", serif;
  line-height: 1.1176470588em;
}

.hero {
  padding: 0 0 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 40em) {
  .hero {
    padding-top: 120px;
  }
}
.hero .row {
  height: 100%;
}
.hero .row [class*=c-] {
  height: 100%;
}
.hero .row [class*=c-] .inhoud {
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* vertical alignment */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* horizontal alignment (optional) */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0;
}
@media (max-width: 40em) {
  .hero .row [class*=c-] .inhoud {
    min-height: 70vh;
  }
}
.hero .row [class*=c-] .inhoud .inleiding {
  font-weight: 700;
}

.modulair.divider img {
  width: 100%;
}
.modulair .inhoud {
  font-size: 1.375rem;
  font-weight: normal;
  font-family: "Matter", sans-serrif;
  line-height: 1.4545454545em;
}
.modulair.faq {
  padding: 40px 0;
}
.modulair.faq .vraag_antwoord .row [class*=c-] .inhoud .vraag {
  border-top: 4px solid #fff;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  font-size: 26px;
  padding: 30px 80px 30px 0;
}
.modulair.faq .vraag_antwoord .row [class*=c-] .inhoud .vraag i {
  position: absolute;
  right: 0px;
  top: 12px;
  color: #fff;
  width: 45px;
  height: 90px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  background-image: url(img/cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.modulair.faq .vraag_antwoord .row [class*=c-] .inhoud .vraag.actief i {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.modulair.faq .vraag_antwoord .row [class*=c-] .inhoud .antwoord {
  display: none;
  padding-right: 55px;
  padding-bottom: 40px;
}
.modulair.become-a-disciple {
  position: relative;
  margin: 60px 0px 60px;
  padding: 60px 0;
}
.modulair.become-a-disciple .row [class*=c-] .inhoud {
  padding: 0 4vw;
}
.modulair.een_kolom {
  position: relative;
  margin: 60px 0px 60px;
  padding: 60px 0;
}
.modulair.een_kolom .lijn-links.uit, .modulair.een_kolom .lijn-rechts.uit {
  display: none;
}
@media (max-width: 40em) {
  .modulair.een_kolom .lijn-links, .modulair.een_kolom .lijn-rechts {
    display: none;
  }
}
.modulair.een_kolom:nth-child(even) .lijn-links {
  position: absolute;
  top: 0px;
  width: 36px;
  height: 100%;
  left: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(img/circle.svg);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: top center;
}
.modulair.een_kolom:nth-child(even) .lijn-links:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 36px;
  width: 4px;
  bottom: 36px;
  background-color: #fff;
}
.modulair.een_kolom:nth-child(even) .lijn-links:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 36px;
  height: 36px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-image: url(img/circle.svg);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: top center;
}
.modulair.een_kolom:nth-child(odd) .lijn-rechts {
  top: 0px;
  position: absolute;
  width: 42px;
  height: 100%;
  right: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(img/diamond.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.modulair.een_kolom:nth-child(odd) .lijn-rechts:before {
  content: "";
  position: absolute;
  left: 19px;
  top: 34px;
  width: 4px;
  bottom: 30px;
  background-color: #fff;
}
.modulair.een_kolom:nth-child(odd) .lijn-rechts:after {
  content: "";
  position: absolute;
  right: 1px;
  width: 40px;
  height: 40px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-image: url(img/triangle.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.modulair.een_kolom.nohero .achtergrond {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 53%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(img/vorm_wit_1.svg);
  background-position: right top;
  background-size: auto 100%;
}
.modulair.een_kolom .inhoud {
  min-width: 10px;
}
.modulair.een_kolom .buttons {
  padding-bottom: 30px;
}
.modulair.twee_kolommen .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 64em) {
  .modulair.twee_kolommen .row {
    display: block;
  }
}
.modulair.twee_kolommen .row [class*=c-] {
  margin-bottom: 40px;
}
.modulair.twee_kolommen .row [class*=c-] .inhoud {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100% !important;
  margin: 0 auto;
  padding: 30px 30px;
}
.modulair.twee_kolommen .row [class*=c-] .inhoud img {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
@media (max-width: 1440px) {
  .modulair.twee_kolommen .row [class*=c-] .inhoud {
    max-width: 100%;
  }
}
@media (max-width: 40em) {
  .modulair.twee_kolommen .row [class*=c-] .inhoud {
    padding: 30px 0;
  }
}
.modulair.drie_kolommen h2 {
  text-align: center;
}
.modulair.drie_kolommen .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (max-width: 64em) {
  .modulair.drie_kolommen .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modulair.drie_kolommen .row [class*=c-] {
  margin-bottom: 40px;
}
.modulair.drie_kolommen .row [class*=c-] .inhoud {
  height: 100% !important;
  padding: 0 30px;
  margin: 0 auto;
}
.modulair.drie_kolommen .row [class*=c-] .inhoud img {
  padding-bottom: 30px;
}
@media (max-width: 1440px) {
  .modulair.drie_kolommen .row [class*=c-] .inhoud {
    max-width: 100%;
  }
}
.modulair.mailchimp .row {
  padding-top: 60px;
  padding-bottom: 60px;
}
.modulair.mailchimp .row .lijnen {
  width: 100%;
}
.modulair.mailchimp .row .inhoud {
  text-align: center;
  padding: 60px 0;
}
.modulair.mailchimp .row .inhoud input {
  margin: 10px 20px;
}
.modulair.mailchimp .row .inhoud input[type=submit] {
  font-weight: 700;
}
.modulair.mailchimp .row .inhoud input[type=submit]:hover {
  background-color: #fff;
  color: #000;
}

/* ========================================================================= footer ======== */
#footer {
  position: relative;
  width: 100%;
  padding: 200px 0 0px 0;
}
#footer .lijnen {
  position: absolute;
  display: block;
  top: 0px;
  width: 100%;
  z-index: -1;
  padding: 0 var(--gutter);
}
#footer .lijnen img {
  position: relative;
  display: block;
  margin: auto;
}
#footer .row [class*=c-] .inhoud {
  height: 100%;
  padding-top: 5vw;
  padding-bottom: 10px;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  font-family: "serrif", serif;
  line-height: 1.75em;
}
#footer .row [class*=c-] .inhoud a {
  color: #fff;
  text-decoration: none;
}
#footer .row [class*=c-] .inhoud h2 {
  margin: 0px;
}
#footer .row [class*=c-] .inhoud h2 a {
  line-height: 20px;
}
#footer .row [class*=c-] .inhoud.socials {
  padding-top: 0px;
  margin-top: 20px;
}
#footer .row [class*=c-] .inhoud.socials a.social {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 10px;
  text-align: left;
  font-size: 30px;
  color: #fff !important;
}
@media (max-width: 40em) {
  #footer .row [class*=c-] .inhoud.inhoud {
    text-align: center !important;
  }
  #footer .row [class*=c-] .inhoud.inhoud p {
    text-align: inherit !important;
  }
}

.lijn {
  position: relative;
  border-top: 4px solid #fff;
  padding: 0 30px 60px;
  margin: 80px auto 0;
  max-width: 90em;
}
.lijn:after {
  position: absolute;
  top: -80px;
  left: calc(50% - 2px);
  content: "";
  height: 120px;
  width: 4px;
  background-color: #fff;
}

/* ========================================================================= diversen ======== */
.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.trans {
  background-color: transparent;
}

.radius {
  border-radius: 10px;
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
}

.paddingL0 {
  padding-left: 0px;
}

.paddingT50 {
  padding-top: 50px;
}

.marginT10 {
  margin-top: 10px;
}

.paddingB20 {
  padding-bottom: 20px !important;
}

.beeld100prc {
  max-width: 100%;
}

.beeld100prc img {
  width: 100%;
  height: auto;
}

/* ========================================================================= media query 820px ======== */
.google-map {
  -webkit-filter: grayscale(75%);
  -moz-filter: grayscale(75%);
  -ms-filter: grayscale(75%);
  -o-filter: grayscale(75%);
  filter: grayscale(75%);
}

/* ========================================================================= garvity forms ===== */
.gform_heading {
  display: none !important;
}

.gform-theme--framework .gfield_list_group_item::before,
.gform-theme--framework .gform-field-label {
  font-size: 1.125rem !important;
  font-weight: normal !important;
  line-height: 1.2222222222em !important;
}

.gform_wrapper .gform_body .gform_fields {
  row-gap: 0px;
  border-top: 4px solid #fff;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  margin: 8px 0 0 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label sub {
  display: block;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  background-image: url(img/pijl-input-rechts.svg);
  background-repeat: no-repeat;
  background-size: 140px auto;
  background-position: right center;
}
@media (max-width: 40em) {
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    background-image: none;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper .gform_body .gform_fields .gfield select {
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "Matter", sans-serrif;
  line-height: 2.0909090909em;
  padding: 10px 100px 15px;
  height: auto !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0px solid transparent;
  border-bottom: 4px solid #fff;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  background-image: url(img/pijl-input-links.svg);
  background-repeat: no-repeat;
  background-size: 140px auto;
  background-position: left center;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text]::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield input[type=email]::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::-webkit-input-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text]::-moz-placeholder, .gform_wrapper .gform_body .gform_fields .gfield input[type=email]::-moz-placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::-moz-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield select:-ms-input-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text]::-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield input[type=email]::-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::-ms-input-placeholder {
  color: #aaa;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text]::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield input[type=email]::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
  color: #aaa;
}
@media (max-width: 40em) {
  .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
  .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
  .gform_wrapper .gform_body .gform_fields .gfield select {
    background-image: none;
    padding: 10px 15px;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.gform_wrapper .gform_body .gform_fields .gfield option {
  color: #fff;
  background-color: #000;
}
.gform_wrapper .gform_body .gform_fields .gfield .textarea {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "serrif", serif;
  line-height: 1.3333333333em;
  padding-left: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .gform_button {
  width: 100% !important;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  padding: 20px 30px !important;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  border: 4px solid #fff !important;
}
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #000 !important;
  color: #fff !important;
}