@charset "UTF-8";
/*!
    Theme Name: De Publieke Zaak
	Description: Custom WordPress Theme
	Version: 1.0
	Author: Amiet Eliezer
	Author URI: https://kleinmedia.nl
*/
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

a,
a:hover,
a:focus {
  outline: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* text-size */
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* use boxsize */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* form reset */
*:focus {
  outline: none;
}

textarea,
input,
select,
button,
textarea:focus,
input:focus,
select:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  color: inherit;
}

/* form input, form textarea {  -webkit-appearance: none; -moz-appearance: none; } */
input,
textarea,
select,
button {
  font-family: inherit;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

/* highlight */
::-moz-selection {
  background: #202022;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #202022;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #202022;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #202022;
  color: #FFF;
  text-shadow: none;
}

/* BASE */
html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  min-height: 100%;
  min-width: 300px;
}

/* MEDIA */
figure {
  margin: 0;
}

img,
object,
embed,
video {
  max-width: 100%;
  _width: 100%;
}

img {
  height: auto;
  width: auto\9;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* css main */
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #202022;
  line-height: 1;
  overflow-x: hidden;
}

/* clearfix */
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

/* page layout */
.wrapper {
  width: 100%;
  max-width: 1420px;
  padding: 0 20px;
  margin: 0 auto;
  clear: both;
}

.wrapper.wrapper-hidden {
  overflow: hidden;
}

.wrapper-xl {
  max-width: 1420px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 3%;
}

/* colors */
.black {
  color: #202022;
}

.white {
  color: white;
}

.red {
  color: #d6655a;
}

.orange {
  color: #f49600;
}

.green {
  color: #74a588;
}

#title-economie > h3:before,
.thema-economie > a:before,
.title-tag.thema-economie:before,
.social-tags .thema-economie > a:after,
#tag-single-footer #pagination-tags a#prev.thema-economie:after,
#tag-single-footer #pagination-tags a#next.thema-economie:before {
  background: #00a9c5;
}

#title-gezondheidszorg > h3:before,
.thema-gezondheidszorg > a:before,
.title-tag.thema-gezondheidszorg:before,
.social-tags .thema-gezondheidszorg > a:after,
#tag-single-footer #pagination-tags a#prev.thema-gezondheidszorg:after,
#tag-single-footer #pagination-tags a#next.thema-gezondheidszorg:before {
  background: #726754;
}

#title-zorg > h3:before,
.thema-zorg > a:before,
.title-tag.thema-zorg:before,
.social-tags .thema-zorg > a:after,
#tag-single-footer #pagination-tags a#prev.thema-zorg:after,
#tag-single-footer #pagination-tags a#next.thema-zorg:before {
  background: #74a588;
}

#title-samenleving > h3:before,
.thema-samenleving > a:before,
.title-tag.thema-samenleving:before,
.social-tags .thema-samenleving > a:after,
#tag-single-footer #pagination-tags a#prev.thema-samenleving:after,
#tag-single-footer #pagination-tags a#next.thema-samenleving:before {
  background: #f0ac27;
}

#title-onderwijs > h3:before,
.thema-onderwijs > a:before,
.title-tag.thema-onderwijs:before,
.social-tags .thema-onderwijs > a:after,
#tag-single-footer #pagination-tags a#prev.thema-onderwijs:after,
#tag-single-footer #pagination-tags a#next.thema-onderwijs:before {
  background: #d6655a;
}

.social-tags .thema-economie > a:after {
  border: 1px solid #00a9c5;
}

.social-tags .thema-duurzaamheid > a:after {
  border: 1px solid #726754;
}

.social-tags .thema-zorg > a:after {
  border: 1px solid #74a588;
}

.social-tags .thema-samenleving > a:after {
  border: 1px solid #f0ac27;
}

.social-tags .thema-onderwijs > a:after {
  border: 1px solid #d6655a;
}

/* clear-fix */
.clear,
header:after,
header .wrapper-xl:after,
header .wrapper:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}

/* font */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

section p {
  margin-bottom: 25px;
}

/* Header */
header {
  position: relative;
}

/* Header - top balk */
#top-banner-black {
  background: #fff;
  padding: 12px 3%;
  color: #10abc7;
  border-bottom: 8px solid #10abc7;
}

#top-banner-black-intro {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

#header-top-left {
  float: left;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

ul#header-right-menu {
  float: right;
  display: none;
  padding-top: 38px;
}

ul#header-right-menu li {
  display: inline-block;
  font-size: 14px;
  padding-left: 16px;
}

ul#header-right-menu li a {
  color: #10abc7;
  font-weight: 600;
  padding: 20px 10px;
}

.no-touch ul#header-right-menu li a:hover,
ul#header-right-menu li.current_page_item a {
  color: #f49600;
}

@media only screen and (min-width: 1220px) {
  #header-top-left {
    text-align: left;
  }
}

/* Header - tag menu */
ul#menu-header-themas > li {
  display: block;
  margin-bottom: 12px;
}

ul#menu-header-themas > li a:before {
  position: relative;
  top: 2px;
  content: '';
  display: inline-block;
  margin: 0 8px 0 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

/* Dropdown Content (Hidden by Default) */
.sub-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 150;
  margin-top: 20px;
}

/* Links inside the dropdown */
.sub-menu li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

ul#header-right-menu li.menu-item-has-children ul.sub-menu li {
  display: block;
  padding-left: 0px;
}

/* Change color of dropdown links on hover */
.sub-menu li a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.menu-item-has-children:hover .dropbtn {
  background-color: #3e8e41;
}

/* Header -logo */
header a#logo {
  display: inline-block;
  float: left;
  text-align: center;
}

header a#logo img {
  display: inline-block;
  width: 180px;
}

.top-menu {
  padding-bottom: 10px;
  padding-top: 10px;
}

.top-menu-meer-wel {
  padding-bottom: 10px;
  padding-top: 10px;
}

#bbp_forums_widget-5.sidebar-block.sidebar-block-top {
  border-top: none;
}

.top-menu.scrolled {
  top: 0;
}

.top-menu-meer-wel.scrolled {
  top: 0;
}

@media only screen and (min-width: 1220px) {
  /* header */
  .top-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 8px solid #10abc7;
  }
  .top-menu-meer-wel {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 8px solid #10abc7;
  }
  header a#logo {
    margin-right: 30px;
  }
}

/* Top Image */
#top-image.top-image-home {
  margin-bottom: 40px;
  margin-top: 40px;
}

#top-image > div {
  position: relative;
}

#top-image > div img {
  display: block;
  width: 100%;
}

#sidebar .bbp-login-form label {
  width: 200px;
}

.bbp-register-link {
  margin-right: 10px;
  font-weight: 600;
  padding: 10px 11px;
  background-color: #10abc7;
  margin-top: 10px;
  color: #fff;
  clear: none !important;
}

@media only screen and (min-width: 1220px) {
  #top-image.top-image-home {
    margin-bottom: 0;
  }
}

/* nav-button */
#nav-button {
  position: absolute;
  z-index: 9;
  border: 3px solid #10abc7;
  background: white;
  top: 12px;
  right: 3%;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  color: white;
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
}

#nav-button.open {
  background: #202022;
}

.top-menu {
  padding: 0px;
  display: none;
}

.top-menu-meer-wel {
  padding: 0px;
}

#btn-menu {
  display: inline-block;
  height: 26px;
  width: 26px;
  padding: 0;
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#btn-menu:active {
  -webkit-transition: 0;
  transition: 0;
}

#nav-button em {
  display: none;
}

#nav-button .lines {
  display: inline-block;
  width: 26px;
  height: 3px;
  background: #10abc7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

#nav-button .lines:before,
#nav-button .lines:after {
  display: inline-block;
  width: 26px;
  height: 3px;
  background: #10abc7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
}

#nav-button .lines:before {
  top: 8px;
}

#nav-button .lines:after {
  top: -8px;
}

#nav-button.open {
  border-color: transparent;
}

#nav-button.open .lines,
#nav-button.open .lines:before,
#nav-button.open .lines:after {
  height: 3px;
}

#nav-button.open #btn-menu .lines {
  background: transparent;
}

#nav-button.open #btn-menu .lines:before,
#nav-button.open #btn-menu .lines:after {
  top: 1px;
  left: 1px;
  width: 26px;
}

#nav-button.open #btn-menu .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

#nav-button.open #btn-menu .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* nav button hover */
#nav-button:hover,
#nav-button:focus,
#nav-button:active {
  background: transparent;
}

.no-touch #nav-button:hover {
  background: #202022;
}

.no-touch #nav-button:hover .lines,
.no-touch #nav-button:hover .lines:before,
.no-touch #nav-button:hover .lines:after {
  background: white;
}

.no-touch #nav-button.open:hover .lines,
.no-touch #nav-button.open:hover .lines:before,
.no-touch #nav-button.open:hover .lines:after {
  background: #202222;
}

.no-touch #nav-button.open,
.no-touch #nav-button.open:hover {
  background: transparent;
}

#nav-wrapper {
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  position: fixed;
}

#nav-wrapper.open {
  opacity: 1;
  visibility: visible;
}

#nav-wrapper nav {
  background: #fff;
  border: 0px;
  border-bottom: 8px solid #10abc7;
  width: 100%;
  padding: 40px 20px 20px 20px;
  font-size: 0;
}

#nav-wrapper nav ul li a {
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
}

.no-touch #nav-wrapper nav ul li a:before {
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.no-touch #nav-wrapper nav ul li a:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#nav-wrapper nav ul#sub-menu-mobile {
  padding-top: 4px;
  padding-bottom: 28px;
}

#nav-wrapper nav ul#sub-menu-mobile li {
  margin-top: 5px;
}

#nav-wrapper nav ul#sub-menu-mobile li a {
  font-size: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#menu-header-themas {
  display: none;
}

@media only screen and (min-width: 450px) {
  /* header */
}

@media only screen and (min-width: 680px) {
  /* header */
}

/* ZOEKEN */
#nav-search {
  padding: 0;
  position: absolute;
  bottom: 11px;
  left: 13px;
  right: 13px;
}

form.searchform {
  border: 1px solid #202022;
  background: #fff;
  display: block;
}

form.searchform input {
  font-size: 0;
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  display: inline-block;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
  min-height: 28px !important;
}

form.searchform input.s {
  padding: 0 6px;
  width: 100%;
  font-size: 16px;
}

form.searchform input.searchsubmit {
  position: absolute;
  right: 30px;
  cursor: pointer;
  border: none;
  padding: 0;
  width: 28px;
  font-size: 19px;
  text-align: center;
  background: none;
  color: #666;
  font-family: 'Ionicons';
}

.no-touch form.searchform input.searchsubmit:hover {
  background: #202022;
  color: #fff;
}

#mobile-search {
  width: 100%;
  overflow: hidden;
  padding: 5px 0 0 8px;
}

#mobile-search form.searchform {
  float: left;
}

#mobile-search form.searchform input {
  color: #ddd;
}

@media only screen and (min-width: 1220px) {
  .top-menu {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    -webkit-transition: all 0.5 ease-in;
    transition: all 0.5 ease-in;
  }
  .top-menu-meer-wel {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    -webkit-transition: all 0.5 ease-in;
    transition: all 0.5 ease-in;
  }
  #mobile-search {
    display: none;
  }
  #nav-search {
    bottom: auto;
    left: auto;
    right: 0;
    top: -75px;
  }
  form.searchform {
    width: 100%;
  }
}

/* header content */
#header-content {
  text-align: right;
  color: white;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 6%;
  right: 0;
}

#header-content h1 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: lowercase;
}

#header-content h2 {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 7px;
}

#header-content p {
  margin-bottom: 0;
  padding-left: 4px;
}

#header-content svg {
  width: 6px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

#header-content p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.home #header-content {
  text-align: center;
  bottom: auto;
  height: 1px;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.home #header-content .wrapper {
  display: table-cell;
  vertical-align: bottom;
  overflow: hidden;
}

.home #header-content h1 {
  font-size: 39px;
  margin-bottom: 30px;
  padding-top: 160px;
}

.home #header-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
  max-width: 220px;
  display: inline-block;
}

.home #header-content p {
  margin-bottom: 10px;
  padding-left: 13px;
}

.home #header-content svg {
  display: block;
  width: 9px;
  margin: 4px auto 3px;
}

.home #header-content p span {
  font-size: 16px;
}

/* black button */
a.black-button {
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  display: block;
  vertical-align: top;
  line-height: 1.1;
  text-transform: uppercase;
  color: white;
  border: 2px solid #333333;
  letter-spacing: 1px;
  background: #333333;
  padding: 8px 16px;
}

.no-touch a.a.black-button {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.no-touch a.black-button:hover {
  background: white;
  color: #333333;
}

/* orange button */
a.button-solid-orange {
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 1.1;
  text-transform: uppercase;
  color: white;
  border: 2px solid #f49600;
  letter-spacing: 1px;
  background: #f49600;
  padding: 8px 16px;
}

.no-touch a.button-solid-orange {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.no-touch a.button-solid-orange:hover {
  background: #202022;
  border-color: #202022;
}

/* page home */
#section-content-home .wrapper {
  position: relative;
}

#intro-content h1 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
}

#intro-content h2 {
  font-size: 19px;
  line-height: 1.4;
  margin: 0 0 6px;
  color: #6e767e;
}

#intro-content h1 span,
#intro-content h2 span {
  white-space: nowrap;
  display: block;
}

#intro-price {
  position: absolute;
  right: 5%;
  bottom: -6px;
}

#intro-price span {
  display: inline-block;
  letter-spacing: -2px;
  text-align: center;
  font-size: 26px;
  padding-left: 3px;
  width: 60px;
  height: 60px;
  line-height: 54px;
  border-radius: 50%;
  border: 2px solid #202022;
  color: #202022;
}

.no-touch #intro-price a span {
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.no-touch #intro-price a:hover span {
  border-color: #242424;
  color: #242424;
}

#section-images-home {
  clear: both;
  overflow: hidden;
}

#section-images-home div {
  width: 48%;
  float: left;
}

#section-images-home div + div {
  width: 48%;
  float: right;
}

/* Slider - HOME */
.slick-slider {
  opacity: 0;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

.slick-slider {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  overflow: hidden;
  height: 100%;
  min-height: 1px;
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev {
  display: none !important;
}

.touch .slick-next {
  display: none !important;
}

.slick-next {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -10px;
  display: block;
  background: #efefef;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  padding: 0 0 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.slick-slider:hover .slick-next {
  opacity: 1;
}

.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-next:before {
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: 2px solid #202022;
  border-right: 2px solid #202022;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 13px;
}

/* Dots */
.slick-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 6px;
  margin: 0 2px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: #999999;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.slick-dots li button,
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #d6655a;
}

/* slick fix */
.slick-track,
.slick-list {
  -webkit-backface-visibility: hidden;
}

/* section index */
/* homepage extra articles */
#home-more-articles {
  overflow: hidden;
  margin-bottom: 30px;
}

#home-more-articles > div {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

#home-more-articles ul li {
  border-bottom: 1px solid #202022;
  margin-bottom: 10px;
  padding-top: 5px;
}

#home-more-articles ul li a {
  display: block;
  overflow: hidden;
  font-size: 0;
}

#home-more-articles ul li a .sidebar-latest-image {
  display: inline-block;
  width: 25%;
}

#home-more-articles ul li a .sidebar-latest-image img {
  display: block;
}

#home-more-articles ul li a .sidebar-latest-content {
  display: inline-block;
  width: 75%;
  padding-left: 5%;
  vertical-align: top;
}

#home-more-articles ul li a .sidebar-latest-content h3 {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 6px;
}

#home-more-articles ul li a .sidebar-latest-content p {
  font-size: 11px;
  font-weight: 700;
  color: #d6655a;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media only screen and (min-width: 480px) {
  #home-more-articles > div {
    width: 50%;
    padding-right: 40px;
  }
}

/* tickets */
section#section-tickets {
  max-width: 1240px;
  margin: 0 auto;
}

section#section-tickets .wrapper {
  padding-left: 0;
  padding-right: 0;
}

iframe#tickets-iframe {
  width: 100%;
  min-height: 1720px;
}

section#tickets-logos {
  margin-top: -20px;
}

/* archive sprekers */
h2.sprekers-cat-title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
}

ul.sprekers-wrapper {
  overflow: hidden;
  font-size: 0;
  margin: 0 auto 30px;
  max-width: 590px;
}

ul.sprekers-wrapper li {
  margin-bottom: 40px;
  clear: both;
  overflow: hidden;
}

ul.sprekers-wrapper li a.sprekers-img {
  width: 28%;
  float: left;
  display: block;
}

ul.sprekers-wrapper li a.sprekers-img {
  -webkit-transition: 0.2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.no-touch ul.sprekers-wrapper li a.sprekers-img:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

ul.sprekers-wrapper li > div {
  float: left;
  width: 72%;
  padding-left: 4%;
}

ul.sprekers-wrapper li h2 {
  font-size: 22px;
  line-height: 1.2;
  padding-top: 5px;
}

ul.sprekers-wrapper li h2 a {
  color: #d6655a;
}

ul.sprekers-wrapper li h2 span {
  color: #202022;
  font-size: 18px;
  display: block;
}

ul.sprekers-wrapper li p {
  line-height: 1.2;
  padding-top: 10px;
  margin: 0;
}

ul.sprekers-wrapper li p span {
  display: block;
  font-size: 15px;
  padding-bottom: 2px;
}

ul.sprekers-wrapper li p a {
  color: #d6655a;
  font-size: 18px;
}

/* archive partners */
h2.partners-cat-title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
}

ul.partners-wrapper {
  overflow: hidden;
  font-size: 0;
  margin: 0 -3% 30px;
}

ul.partners-wrapper li {
  display: inline-block;
  width: 25%;
  padding: 0 3% 3%;
  vertical-align: middle;
  text-align: center;
}

ul.partners-wrapper li a {
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.2s;
  -webkit-transition: .2s;
  transition: .2s;
}

ul.partners-wrapper li a:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/* sprekers single */
#section-single-sprekers .wrapper > div {
  margin-bottom: 40px;
  position: relative;
}

#sprekers-content h1.page-title {
  text-align: left;
  margin: 30px 0 10px;
}

#sprekers-content h2.page-title {
  font-size: 26px;
  text-align: left;
  margin: 0 0 10px;
}

#sprekers-content h2.page-title a {
  color: #d6655a;
}

.spreker-img {
  max-width: 280px;
}

ul#social-list {
  display: block;
  font-size: 0;
  text-align: left;
  margin-bottom: 20px;
  margin-top: -30px;
}

ul#social-list li {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
}

ul#social-list li a {
  width: 40px;
  text-align: center;
  padding: 5px;
  font-size: 32px;
  color: #d6655a;
}

#extra-content #linked {
  padding-top: 20px;
  margin-bottom: 20px;
}

#extra-content #linked h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

#extra-content #linked a {
  font-size: 18px;
  color: white;
  padding: 12px 16px;
  position: relative;
  display: block;
  background: #d6655a;
  max-width: 480px;
}

#extra-content #linked a i {
  position: absolute;
  right: 10px;
  top: 13px;
}

#tags h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

#tags a {
  display: inline-block;
  font-size: 16px;
  color: white;
  padding: 6px 8px;
  background: #d6655a;
}

.no-touch ul#social-list li a,
.no-touch #extra-content #linked a,
.no-touch #tags a {
  -webkit-transition: background .2s;
  transition: background .2s;
}

.no-touch #extra-content #linked a:hover,
.no-touch #tags a:hover {
  background: #2d255e;
}

.no-touch ul#social-list li a:hover {
  color: #2d255e;
}

/* programma single */
#details-wrapper {
  overflow: hidden;
  clear: both;
  padding-bottom: 30px;
}

#programma-details {
  float: left;
  width: 74%;
}

#programma-image {
  float: right;
  width: 23%;
  margin-top: -13px;
}

.twee-sprekers #programma-image {
  margin-top: -9px;
}

.drie-sprekers #programma-image {
  margin-top: -9px;
  text-align: center;
}

#programma-image a {
  display: block;
  width: 100%;
  max-width: 240px;
}

.twee-sprekers #programma-image a {
  margin-bottom: 20px;
}

.drie-sprekers #programma-image a {
  margin-bottom: 20px;
}

#details-wrapper h1.page-title {
  font-size: 26px;
  text-align: left;
  margin: 30px 0 20px;
}

#programma-details h2,
#programma-details h3 {
  position: relative;
  padding-left: 40px;
  line-height: 1.2;
}

#programma-details h2 {
  font-size: 22px;
  text-align: left;
  margin: 0 0 20px;
}

#programma-details h2 em {
  font-size: 18px;
  font-style: normal;
  display: block;
}

#programma-details h3 {
  font-size: 20px;
  text-align: left;
  margin: 0 0 15px;
}

#programma-details h2 span,
#programma-details h3 span {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  font-size: 14px;
  text-transform: lowercase;
}

#programma-details h3 span {
  top: 4px;
}

#programma-details h2 a,
#programma-details h3 a {
  color: #d6655a;
}

#programma-details h3#the-tags {
  top: 10px;
}

#programma-details h3#the-tags a {
  font-size: 15px;
  padding: 3px 8px;
  margin-right: 4px;
  background: #d6655a;
  color: white;
}

/* section-single pagination */
#pagination.nextprev {
  overflow: hidden;
  text-align: center;
}

#pagination.nextprev a {
  font-size: 15px;
  width: 100%;
  padding: 30px;
  line-height: 1.3;
  display: inline-block;
  vertical-align: top;
  color: inherit;
  margin-bottom: 20px;
}

#pagination.nextprev.single-link a {
  text-align: center;
}

#pagination.nextprev a[rel='next']:before,
#pagination.nextprev a[rel='prev']:before {
  content: 'Volgende »';
  display: block;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

#pagination.nextprev a[rel='prev']:before {
  content: '« Vorige';
}

.no-touch #pagination.nextprev a {
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.no-touch #pagination.nextprev a:hover {
  color: #242424;
}

/* section-index pagination */
#pagination.index {
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
  font-size: 27px;
  line-height: 35px;
}

#pagination.index a {
  display: inline-block;
  color: inherit;
  padding: 20px;
  text-align: center;
}

.no-touch #pagination.index a {
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.no-touch #pagination.index a:hover {
  color: #242424;
}

/* section-portfolio single pagination */
#pagination.thumbnails {
  padding: 40px 0;
  overflow: hidden;
}

#pagination.thumbnails > a {
  display: block;
  float: left;
  width: 33.33%;
  padding: 2%;
}

#pagination.thumbnails > a[rel='next'] {
  float: right;
}

.no-touch .open-overlay:hover {
  color: #242424;
  cursor: pointer;
}

.section-content-small .wrapper {
  max-width: 1040px;
}

/** SECTION SINGLE **/
#section-single-content {
  padding: 18px 0 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 760px) {
  .single #section-single-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1120px) {
  #section-single-content {
    padding-right: 30px;
  }
}

#section-single-featured-image {
  display: block;
  overflow: hidden;
}

.article-tile #section-single-featured-image img {
  display: block;
  width: 100%;
  margin: -23px 0;
}

#section-single-content h1#section-single-title,
h2#section-single-second-title,
h2.section-single-second-title {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 30px;
}

#section-single-content h1#section-single-title.section-single-title-tag span {
  font-weight: 400;
}

#section-single-content #section-single-meta {
  position: relative;
  width: 100%;
  clear: both;
  margin: 0 0 30px;
}

#section-single-meta #section-single-subtitle {
  float: left;
  font-size: 16px;
  line-height: 1.3;
}

#section-single-meta #section-single-subtitle span {
  padding: 0 6px;
}

#section-single-meta #section-single-subtitle ul.post-categories {
  display: inline-block;
}

#section-single-meta #section-single-subtitle ul.post-categories li {
  display: inline-block;
}

#section-single-meta #section-single-subtitle ul.post-categories li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#section-single-meta-social {
  padding-left: 10%;
  display: inline-block;
  position: relative;
  top: -2px;
}

#section-single-meta #section-single-tags {
  float: right;
  position: relative;
  top: 1px;
}

#section-single-meta #section-single-tags ul li {
  display: inline-block;
}

#section-single-meta #section-single-tags ul li a {
  text-transform: uppercase;
  font-size: 13px;
}

#section-single-meta #section-single-tags ul li a:before {
  position: relative;
  top: 1px;
  content: '';
  display: inline-block;
  margin: 0 5px 0 10px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

#section-single-footer {
  padding: 60px 0 20px;
}

#section-single-footer h3 {
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 10px;
}

#section-single-footer ul.social-buttons li {
  margin: 0 5;
}

#section-single-footer ul.social-buttons li a {
  font-size: 19px;
}

#related-posts-intro {
  padding: 60px 0 40px;
}

#related-posts-intro p {
  padding: 90px 0 0;
  margin: 0;
}

#related-posts-intro p span,
#related-posts-intro p a#back-button-single-footer {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

#related-posts-intro p a#back-button-single-footer {
  margin-bottom: 30px;
}

@media only screen and (min-width: 480px) {
  #related-posts-intro p span {
    float: left;
    margin: 0;
  }
  #related-posts-intro p a#back-button-single-footer {
    float: right;
    margin: 0;
  }
}

/* single comments */
#section-single-comments {
  margin-top: 40px;
  border-top: 8px solid #10abc7;
  padding-top: 40px;
  padding-bottom: 40px;
}

#section-single-comments > h3 {
  font-size: 24px;
  margin-bottom: 40px;
}

/** PAGES - contact **/
#contact-page-meta {
  padding: 0 0 60px;
}

#contact-page-meta:before {
  display: block;
  margin-right: -30px;
  margin-top: 40px;
  margin-bottom: 60px;
  content: '';
  border-top: 1px solid #202022;
}

#contact-page-meta ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* gmaps */
.map-responsive {
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  height: 0;
  margin-bottom: 40px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* TAG single */
#tag-single-footer #pagination-tags {
  padding: 30px 0;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
}

#tag-single-footer #pagination-tags a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

#tag-single-footer #pagination-tags a#prev {
  float: left;
}

#tag-single-footer #pagination-tags a#prev:before {
  font-size: 14px;
  content: '\f124';
  display: inline-block;
  padding-right: 10px;
  font-family: 'Ionicons';
}

#tag-single-footer #pagination-tags a#next {
  float: right;
}

#tag-single-footer #pagination-tags a#next:after {
  font-size: 14px;
  content: '\f125';
  display: inline-block;
  padding-left: 10px;
  font-family: 'Ionicons';
}

#tag-single-footer #pagination-tags a#prev:after,
#tag-single-footer #pagination-tags a#next:before {
  position: relative;
  top: 2px;
  background: grey;
  content: '';
  display: inline-block;
  margin: 0 8px 0 8px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

/* social buttons archives */
.article-meta {
  position: relative;
  padding: 15px 20px 20px;
}

.social-tags {
  position: absolute;
  z-index: 6;
  right: 20px;
  top: 20px;
}

.social-tags ul.tags-count4 li,
.social-tags ul.tags-count5 li {
  float: right;
}

.social-tags ul.tags-count4 li.tag-nr3 {
  clear: right;
}

.social-tags ul.tags-count5 li.tag-nr3,
.social-tags ul.tags-count5 li.tag-nr5 {
  clear: right;
}

.social-tags ul li {
  display: block;
  margin-bottom: 6px;
}

.social-tags ul li a {
  font-size: 13px;
  position: relative;
}

.social-tags ul li a:after {
  position: relative;
  content: '';
  display: inline-block;
  margin: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.social-tags ul li a:hover:after {
  border: 1px solid #202022;
}

.social-tags ul li a {
  position: relative;
  display: inline-block;
  padding-right: 9px;
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
}

.social-tags ul li a span {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  background: #202022;
  color: white;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: -13px;
  padding: 13px 31px 14px 13px;
  line-height: 1;
}

.social-tags ul li:hover a {
  z-index: 2;
}

.social-tags ul li:hover a span {
  opacity: 1;
  visibility: visible;
}

/* sidebar */
#sidebar-wrapper {
  position: relative;
}

.sidebar-block {
  padding: 16px 0 8px;
}

ul.bbp-forums-widget li {
  margin-bottom: 10px;
}

.sidebar-block {
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.sidebar-block > div {
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-block > div.full {
  max-width: none;
}

.sidebar-block.sidebar-block-bottom {
  border: none;
  border-bottom: 8px solid #10abc7;
}

.sidebar-block.sidebar-block-top {
  border-top: 8px solid #10abc7;
}

.sidebar-block h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}

#sidebar-top.sidebar-block h2 {
  font-size: 32px;
}

.sidebar-block h2 span {
  padding: 0 1px;
}

#sidebar-top {
  border-top: 8px solid #10abc7;
  position: relative;
  height: 200px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

#sidebar-top > div {
  display: table-row;
}

#sidebar-top > div > div {
  display: table-cell;
}

#sidebar-top > div > div#sub-menu {
  display: none;
  vertical-align: bottom;
}

.sub-menu {
  display: none;
}

div#sub-menu ul {
  width: 100%;
  padding-bottom: 15px;
  font-size: 0;
}

div#sub-menu ul li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.single-agenda div#sub-menu ul li.menu-item-type-agenda a,
.post-type-archive-agenda div#sub-menu ul li.menu-item-type-agenda a,
.single-tips div#sub-menu ul li.menu-item-type-tips a,
.post-type-archive-tips div#sub-menu ul li.menu-item-type-tips a,
div#sub-menu ul li.current-post-ancestor a,
div#sub-menu ul li.current-menu-item a {
  font-weight: 700;
}

div#sub-menu.sub-menu-home {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  display: none;
}

div#sub-menu ul {
  -webkit-display: -webkit-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-home #sidebar-themas {
  border-top: 8px solid #10abc7;
}

#sidebar-latest-news ul {
  margin-bottom: -10px;
}

#sidebar-latest-news ul li {
  border-bottom: 1px solid #202022;
  margin-bottom: 10px;
  padding-top: 5px;
}

#sidebar-latest-news ul li a {
  display: block;
  overflow: hidden;
  font-size: 0;
}

#sidebar-latest-news ul li a .sidebar-latest-image {
  display: inline-block;
  width: 25%;
}

#sidebar-latest-news ul li a .sidebar-latest-image img {
  display: block;
}

#sidebar-latest-news ul li a .sidebar-latest-content {
  display: inline-block;
  width: 75%;
  padding-left: 5%;
  vertical-align: top;
}

#sidebar-latest-news ul li a .sidebar-latest-content h3 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 6px;
}

#sidebar-latest-news ul li a .sidebar-latest-content p {
  font-size: 12px;
  font-weight: 700;
  color: #d6655a;
  text-transform: uppercase;
  margin-bottom: 6px;
}

#sidebar-latest-news p {
  padding: 20px 0 0 0;
  max-width: 320px;
}

#sidebar-latest-news p a.button {
  text-transform: uppercase;
  display: inline-block;
  float: right;
  background: #000;
  color: white;
  font-weight: 700;
  border: 1px solid #202022;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 8px 12px;
}

.sidebar-block .sidebar-block-content {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20px;
  overflow: hidden;
  font-weight: 600;
}

#sidebar-random-quote blockquote p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 30px;
}

#sidebar-random-quote blockquote cite span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 4px;
}

#sidebar-random-quote blockquote cite a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  font-style: normal;
  text-transform: uppercase;
}

#sidebar-random-quote blockquote cite a:before {
  content: '-';
  display: inline-block;
  padding: 0 6px 0 0;
}

#sidebar-movie {
  background: #202022;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 40px 0;
  overflow: hidden;
}

#sidebar-movie div {
  margin-right: -1px;
  max-width: none;
}

/* sidebar tag-info */
#sidebar-tag-info h2.title-tag:before {
  position: relative;
  top: 1px;
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin-right: 8px;
}

#sidebar-themas p#themas-intro {
  line-height: 1.3;
  margin-bottom: 15px;
}

#sidebar-themas ul {
  margin-bottom: -10px;
  overflow: hidden;
}

#sidebar-themas ul li {
  margin-bottom: 10px;
  padding-top: 5px;
}

#sidebar-themas ul li h3 {
  display: inline-block;
  margin-bottom: 3px;
  cursor: pointer;
  padding: 3px 0;
}

#sidebar-themas ul li h3:before {
  position: relative;
  top: 3px;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
}

#sidebar-themas ul li .description {
  padding: 10px 0 10px 2px;
  overflow: hidden;
  display: none;
  border-bottom: 1px solid #202022;
}

#sidebar-themas ul li .description p {
  margin-bottom: 10px;
  line-height: 1.5;
}

#sidebar-themas ul li .description p a {
  color: #d6655a;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 9px;
  text-transform: uppercase;
}

/* sidebar-pp */
#sidebar-pp > div {
  padding-top: 30px;
  padding-bottom: 30px;
}

#sidebar-pp h3 a {
  display: inline-block;
  margin-bottom: 3px;
  cursor: pointer;
  padding: 3px 0;
  text-transform: uppercase;
}

#sidebar-pp h3 a:before {
  position: relative;
  top: 2px;
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-right: 8px;
  border: 2px solid black;
}

#sidebar-pp .description {
  padding: 10px 0 10px 2px;
  overflow: hidden;
}

#sidebar-pp .description p {
  margin-bottom: 10px;
  line-height: 1.5;
}

#sidebar-pp .description p a {
  color: #d6655a;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 9px;
  text-transform: uppercase;
  display: block;
  max-width: 80px;
}

.no-touch #sidebar-pp h3 a,
.no-touch #sidebar-pp h3 a:before {
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.no-touch #sidebar-pp h3 a:hover {
  color: #d6655a;
}

.no-touch #sidebar-pp h3 a:hover:before {
  border-color: #d6655a;
}

/* tax-pp */
#tax-pp #section-single-title.section-single-title-tag {
  text-transform: uppercase;
}

#tax-pp span.circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 20px 8px 20px 0;
  border: 2px solid black;
}

/* sidebar draag bij aan */
#sidebar-draag-bij h2 span {
  display: block;
  font-weight: 400;
}

#sidebar-draag-bij form {
  padding-top: 10px;
  padding-right: 24px;
}

#sidebar-draag-bij form p {
  margin-bottom: 20px;
}

#sidebar-draag-bij form p > strong {
  display: inline-block;
  margin-bottom: 5px;
}

#sidebar-draag-bij form p input {
  border: 1px solid #202022;
  padding: 6px;
}

#sidebar-draag-bij form p.label-left {
  position: relative;
  width: 100%;
  padding-left: 110px;
}

#sidebar-draag-bij form p.label-left > strong {
  position: absolute;
  left: 0;
  top: 3px;
}

#sidebar-draag-bij form p.label-left > span {
  width: 100%;
}

#sidebar-draag-bij form p.label-left > span input {
  width: 100%;
}

#sidebar-draag-bij form p textarea {
  display: block;
  border: 1px solid #202022;
  width: 100%;
}

#sidebar-draag-bij form p input[type="submit"] {
  cursor: pointer;
  background: black;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: inherit;
  padding: 6px 10px;
  display: inline-block;
  width: 100%;
  max-width: 150px;
  float: right;
  border: 1px solid #202022;
}

/* form error & result */
#sidebar-draag-bij form p span.wpcf7-not-valid-tip {
  color: #f49600;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  padding-top: 4px;
}

#sidebar-draag-bij form div.wpcf7-validation-errors {
  padding: 10px;
  border-color: #f49600;
  margin: 10px auto;
}

/* sidebar - Twitter */
#sidebar-twitter {
  border-top: 8px solid #10abc7;
  padding-bottom: 30px;
}

#twitter-stream {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
  padding-right: 20px;
}

#sidebar-twitter a#twitter-button {
  background: #202022;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: center;
  font-family: inherit;
  padding: 6px 10px;
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  border: 1px solid #202022;
}

/* sidebar - agenda */
#sidebar-latest-agenda {
  padding-top: 30px;
}

#sidebar-latest-agenda ul li {
  border-bottom: 1px solid #202022;
  margin-bottom: 10px;
  padding-top: 5px;
}

#sidebar-latest-agenda ul li a {
  display: block;
  overflow: hidden;
  font-size: 0;
}

#sidebar-latest-agenda ul li a p.sidebar-latest-meta {
  font-size: 13px;
  margin-bottom: 4px;
}

#sidebar-latest-agenda ul li a p.sidebar-latest-meta span {
  padding: 0 8px;
}

#sidebar-latest-agenda ul li a p.sidebar-latest-meta strong {
  font-size: 12px;
  font-weight: 600;
}

#sidebar-latest-agenda ul li a h3 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 5px;
}

#sidebar-latest-agenda ul li a p.sidebar-latest-content {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 9px;
}

#sidebar-latest-agenda ul li a p.sidebar-latest-content span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #d6655a;
  text-transform: uppercase;
  margin-top: 5px;
}

/* sidebar - friend */
/* sidebar - tips */
#sidebar-latest-tips ul {
  margin-bottom: -10px;
}

#sidebar-latest-tips ul li {
  border-bottom: 1px solid #202022;
  margin-bottom: 10px;
  padding-top: 5px;
}

#sidebar-latest-tips ul li a {
  display: block;
  overflow: hidden;
  font-size: 0;
}

#sidebar-latest-tips ul li a p.sidebar-latest-meta {
  font-size: 13px;
  margin-bottom: 4px;
}

#sidebar-latest-tips ul li a p.sidebar-latest-meta span {
  padding: 0 8px;
}

#sidebar-latest-tips ul li a p.sidebar-latest-meta strong {
  font-size: 12px;
  font-weight: 600;
}

#sidebar-latest-tips ul li a h3 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 5px;
}

#sidebar-latest-tips ul li a p.sidebar-latest-content {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 9px;
}

#sidebar-latest-tips ul li a p.sidebar-latest-content span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #d6655a;
  text-transform: uppercase;
  margin-top: 5px;
}

h2#contact-form-title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* contact form */
form#form-action {
  padding: 2% 0;
  max-width: 960px;
  margin: 0 auto 50px;
}

form#form-action #form-content p {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 15px;
  background: rgba(153, 153, 153, 0.1);
}

form#form-action #form-content p label {
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: -5px;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666666;
}

form#form-action #form-content p textarea,
form#form-action #form-content p input,
form#form-action #form-content p select {
  background: none;
  border: none;
  width: 100%;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
}

form#form-action #form-content p textarea {
  padding-bottom: 15px;
  min-height: 120px;
}

form#form-action #form-content p.empty {
  background-color: #e5cbcd;
  background-color: rgba(229, 203, 205, 0.6);
}

form#form-action #form-content p textarea.send,
form#form-action #form-content p input.send,
form#form-action #form-content p select.send {
  color: #a8a8a8;
}

form#form-action #form-content p span.description {
  font-size: 14px;
  line-height: 19px;
}

form#form-action #form-content p#call-me {
  background: none;
  padding-top: 30px;
}

form#form-action #form-content p#call-me label {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  margin-right: 30px;
  margin-bottom: 10px;
}

form#form-action #form-send {
  width: 100%;
  clear: both;
  padding: 10px 0 0;
  overflow: hidden;
}

form#form-action input.button {
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 280px;
  border-radius: 0;
  outline: none;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  padding: 10px 0;
  background: #d6655a;
  border: none;
  color: white;
}

.no-touch form#form-action input.button:hover {
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.no-touch form#form-action input.button:hover {
  background: #2d255e;
  color: white;
}

form#form-action input.button:disabled {
  background: rgba(45, 37, 94, 0.2);
  color: #dedede;
}

form#form-action input.button:disabled:hover {
  -webkit-transform: none;
  transform: none;
  cursor: default;
  background: rgba(45, 37, 94, 0.2);
  color: #dedede;
}

form#form-action .honing {
  display: none;
}

form#form-action #action-response {
  overflow: hidden;
  clear: both;
}

form#form-action #action-response .failed,
form#form-action #action-response .success {
  width: 100%;
  padding: 20px 12px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 27px;
  clear: both;
}

/* form reset */
form textarea,
form input,
form select,
form textarea:focus,
form input:focus,
form select:focus {
  outline: none !important;
}

/* titles */
h2.page-title,
h1.page-title {
  font-size: 33px;
  line-height: 1.4;
  margin-bottom: 10px;
}

h2.page-title {
  font-size: 26px;
  margin-bottom: 16px;
}

/* shortcode */
.social-buttons-shortcode {
  clear: both;
  padding: 30px 0 40px;
}

.editor .social-buttons-shortcode > p {
  margin: 0 0 8px;
}

.social-buttons-shortcode > a {
  display: inline-block;
  margin-right: 24px;
  font-size: 24px;
}

/*----- Accordion -----*/
.accordion {
  overflow: hidden;
  margin-bottom: 60px;
  padding-top: 30px;
}

.accordion-section-title {
  background: #f6f6f6;
  padding: 8px 20px;
  margin-bottom: 5px;
  display: block;
  font-size: 21px;
  line-height: 1.2;
  position: relative;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.accordion-section-title:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 1;
  position: absolute;
  border-bottom: 2px solid #202022;
  border-right: 2px solid #202022;
  z-index: 1;
  right: 15px;
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-section.active .accordion-section-title:after,
.accordion-section.active .accordion-section-title:hover:after {
  top: 19px;
  border: none;
  border-left: 2px solid #202022;
  border-top: 2px solid #202022;
}

.accordion-section-content {
  padding: 10px 20px 40px;
  display: none;
  margin-bottom: 5px;
  overflow: hidden;
}

.accordion-section-content.with-image > div {
  float: left;
  width: 100%;
}

.accordion-section-content.with-image div.accordion-image {
  float: right;
}

.accordion-section-content a.post-edit-link {
  position: absolute;
  bottom: -10px;
  left: auto;
  right: 10px;
}

/* EDITOR */
.editor {
  position: relative;
}

.editor,
.editor p,
.editor ul li {
  font-size: 17px;
  line-height: 1.4;
}

.editor p {
  margin-bottom: 18px;
}

.editor a {
  text-decoration: underline;
  color: #10abc7;
}

.no-touch .editor a {
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.no-touch .editor a:hover {
  text-decoration: none;
  background: #f2f2f2;
  color: #10abc7;
}

.editor strong {
  font-weight: 600;
}

.editor em,
.editor italic {
  font-style: italic;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  line-height: 1.3;
  margin: 0 0 6px;
  padding-top: 3px;
}

.editor h1,
.editor h2 {
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
}

.editor h3 {
  font-size: 24px;
  font-weight: 400;
}

.editor h4 {
  font-size: 21px;
}

.editor h5 {
  font-size: 32px;
}

.editor h6 {
  font-size: 16px;
  text-transform: uppercase;
}

.editor blockquote {
  font-weight: 400;
  font-style: italic;
  padding: 20px 0;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 15px;
}

.editor blockquote p {
  margin: 0 0 15px;
}

.editor blockquote,
.editor blockquote p {
  font-size: 20px;
  line-height: 1.5;
}

.editor blockquote cite {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 15px;
}

.editor ol,
.editor ul {
  list-style-position: inside;
  padding: 0;
  clear: both;
}

.editor ol {
  list-style-type: decimal;
  margin: 0 0 30px 20px;
}

.editor ul {
  list-style-type: disc;
  margin: 0 0 30px 20px;
}

.editor ol li,
.editor ul li {
  margin: 0 0 5px 0;
  padding: 0;
}

.editor table {
  overflow: hidden;
  word-wrap: break-word;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
  border-spacing: 0px;
  border-collapse: collapse;
}

.editor table td {
  padding: 10px 0;
}

@media only screen and (max-width: 1220px) {
  .top-menu {
    display: block;
  }
}

@media only screen and (max-width: 540px) {
  .editor table td {
    display: block;
  }
  .page-id-63 .editor table td {
    padding: 8px 0 0;
  }
  .page-id-63 .editor table td + td {
    padding: 0 0 8px;
    font-style: italic;
  }
  .page-id-63 .editor table tr {
    border-bottom: 1px solid #bbb;
  }
}

/* editor images + video */
.editor img {
  max-width: 100%;
  padding: 2%;
  margin-bottom: 30px;
}

.editor img {
  margin: 0 auto 30px;
  display: block;
}

.editor img.aligncenter,
.editor img.alignnone {
  margin: 0 auto 30px;
}

.editor img.alignright {
  float: right;
}

.editor img.alignleft {
  float: left;
}

.editor div.wp-caption {
  max-width: 100%;
}

.editor .wp-caption {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  background: none;
  text-align: left;
}

.editor .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.editor .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.editor .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.editor .wp-caption.aligncenter {
  margin: 5px auto 20px;
}

.editor .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.editor .wp-caption-text,
.editor .wp-caption .wp-caption-text,
.editor .gallery-caption {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  text-align: right;
}

.editor .fve-video-wrapper {
  margin-bottom: 30px;
}

.editor iframe.wp-embedded-content {
  display: block;
  margin: 0 auto 30px;
}

#featured-image {
  text-align: center;
}

/* edit link fixed */
a.post-edit-link {
  display: none;
}

a.post-edit-link:after {
  content: '-';
  display: inline-block;
  padding: 0 6px;
}

/* video responsive embeds */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Lazy Load XT 1.0.6  */
.lazy-hidden {
  opacity: 0;
}

.lazy-loaded {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

/* Fluid Video Embeds */
.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%;
}

.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fve-video-wrapper a.hyperlink-image {
  position: relative;
  display: none;
}

.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  z-index: 3;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
  border-radius: 10px;
}

.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
}

section .wrapper h1.home-title a,
section .wrapper h1.home-title {
  color: #202022;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 34px;
}

section .wrapper a.button-red {
  color: white;
  clear: both;
  width: 100%;
  max-width: 300px;
  margin: 0;
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  background: #fc3f4d;
  background: #d6655a;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.home section .wrapper a.button-red {
  margin: 0 auto;
}

.no-touch section .wrapper a.button-red {
  -webkit-transition: background .2s;
  transition: background .2s;
}

.no-touch section .wrapper a.button-red:hover {
  background: #2d255e;
  color: white;
}

a#tickets-button {
  margin-top: 30px;
  margin-bottom: 40px;
}

#section-home-intro {
  padding-top: 50px;
  padding-bottom: 0;
}

#section-home-intro .wrapper {
  font-size: 0;
  text-align: center;
}

#section-home-intro .wrapper > div {
  vertical-align: top;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 50px;
}

#section-home-intro h1,
#section-home-intro h2 {
  color: #d6655a;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 12px;
}

#section-home-intro h1 a,
#section-home-intro h2 a {
  color: #d6655a;
}

#section-home-intro .wrapper .editor {
  width: 100%;
  max-width: 440px;
  margin: 0 auto 30px;
  min-height: 125px;
}

#section-home-intro .wrapper .editor,
#section-home-intro .wrapper .editor p {
  line-height: 1.5;
}

#section-home-intro .wrapper div a.button-red {
  max-width: 220px;
}

/* HOME - section-home-sprekers */
#section-home-sprekers {
  padding-top: 50px;
  padding-bottom: 70px;
  overflow: hidden;
  max-width: 460px;
  margin: auto;
}

#section-home-sprekers ul {
  font-size: 0;
  text-align: center;
  margin-right: -5%;
  padding-bottom: 60px;
  overflow: hidden;
}

#section-home-sprekers ul li {
  display: inline-block;
  width: 45%;
  margin-right: 5%;
  vertical-align: top;
}

#section-home-sprekers ul li h2 {
  display: none;
  font-size: 24px;
  line-height: 1.3;
  padding-top: 5px;
  color: #d6655a;
}

#section-home-sprekers ul li h2 span {
  color: #202022;
  font-size: 18px;
  display: block;
}

#section-home-sprekers ul li:nth-child(3) {
  margin: -20px 10% -20px 5%;
  position: relative;
}

#section-home-sprekers ul li {
  overflow: hidden;
}

#section-home-sprekers ul li a img {
  border-radius: 38px;
  display: inline-block;
  width: 100%;
  max-width: 160px;
  -webkit-backface-visibility: hidden;
}

.no-touch #section-home-sprekers ul li a img {
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.no-touch #section-home-sprekers ul li a:hover img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.no-touch #section-home-sprekers ul li a:hover {
  text-decoration: none;
}

/* HOME - banner bg */
section#section-home-banner #section-home-banner-bg {
  color: white;
  position: relative;
  padding: 30px 0 40px;
  margin: 0 auto 40px;
  max-width: 1320px;
  background-color: #202022;
  background-image: url(../img/bg/bg-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 440px;
}

section#section-home-banner #bg-filter {
  background: rgba(22, 22, 130, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section#section-home-banner .wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section#section-home-banner .wrapper h1 {
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}

section#section-home-banner .wrapper .banner-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  overflow: hidden;
}

section#section-home-banner .wrapper .banner-content .editor {
  font-size: 23px;
}

section#section-home-banner .wrapper .editor ul li {
  font-size: 0.79em;
  line-height: 1.3;
  margin-bottom: 12px;
  list-style: outside disc;
  text-indent: 0;
  margin-right: 22px;
}

section#section-home-banner .wrapper a.button-red {
  max-width: 300px;
}

/* HOME - nieuws */
#section-home-nieuws {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.article-wrapper {
  font-size: 0;
}

#search-2 {
  padding: 30px;
}

.searchform {
  width: 85%;
}

.article-tile {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  width: 50%;
  float: left;
  min-height: 463px;
  padding-right: 40px;
  position: relative;
}

.article-tile .article-image {
  border-top: 8px solid #10abc7;
  display: block;
  overflow: hidden;
}

.article-tile img {
  display: block;
  margin: -44px 0;
}

.article-tile h1 {
  font-size: 19px;
  line-height: 1.3;
  min-height: 56px;
  margin-right: 25px;
}

.article-tile h1.total-tags4,
.article-tile h1.total-tags5 {
  margin-right: 50px;
}

.article-tile h1 a {
  color: #202022;
}

.article-wrapper .index-tags {
  font-size: 12px;
}

.article-tile .article-meta-footer {
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  padding-top: 20px;
  padding-right: 70px;
  text-transform: uppercase;
}

.article-tile .article-meta-footer > span {
  padding: 0 6px;
}

.article-tile .article-meta-footer ul.post-categories {
  display: inline-block;
}

.article-tile .article-meta-footer ul.post-categories li {
  display: inline-block;
}

.article-tile .article-meta-footer ul.post-categories li + li:before {
  content: ' / ';
}

.article-tile .article-meta-footer ul.post-categories li a {
  font-weight: 700;
  text-transform: uppercase;
}

.article-tile .article-meta-footer ul.social-buttons {
  position: absolute;
  top: 14px;
  right: 0;
}

.article-wrapper #first-post article {
  width: 100%;
  margin: 0;
}

/* first post meta */
.article-wrapper #first-post article .article-meta-footer {
  padding-top: 0;
  padding-bottom: 24px;
}

/* next page article overlay */
#next-page-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  border-top: 8px solid #10abc7;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 9;
}

@media only screen and (min-width: 480px) {
  #next-page-overlay {
    right: 40px;
  }
}

.no-touch #next-page-overlay {
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.no-touch #next-page-overlay:hover {
  background: rgba(255, 255, 255, 0.95);
}

#next-page-overlay span {
  text-align: center;
  display: block;
  padding-top: 30%;
  font-size: 23px;
  font-weight: 600;
}

#next-page-overlay span i {
  margin-left: 5px;
  color: #f49600;
  font-size: 19px;
  position: relative;
  top: -1px;
}

/* HOME page-movie */
.article-tile#home-page-movie {
  width: 100%;
}

.article-tile#home-page-movie .article-image,
.article-tile#home-page-movie .article-meta {
  background: #202022;
}

.article-tile#home-page-movie .article-meta strong {
  font-weight: 600;
}

.article-tile#home-page-movie h1 a,
.article-tile#home-page-movie .article-meta-footer,
.article-tile#home-page-movie .article-meta-footer .social-buttons a {
  color: white;
}

.article-tile#home-page-movie .social-tags ul li a span {
  background: #2c2c2c;
}

/* AGENDA / TIPS ARCHIVE */
.article-wrapper.agenda-tips article h1 {
  margin-right: 0;
  min-height: auto;
  margin: 0 0 10px;
}

.article-wrapper.agenda-tips article p.thedate {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.article-wrapper.agenda-tips article p.excerpt {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.article-wrapper.agenda-tips .article-meta-footer {
  padding: 0;
}

/* social buttons */
ul.social-buttons {
  display: inline-block;
  text-align: left;
  font-size: 0;
}

ul.social-buttons li {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}

ul.social-buttons li a {
  display: block;
  font-size: 16px;
  padding: 4px;
  color: black;
}

.no-touch ul.social-buttons li a {
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.no-touch ul.social-buttons li.twitter-button a:hover {
  color: #26c4f1;
}

.no-touch ul.social-buttons li.facebook-button a:hover {
  color: #306199;
}

.no-touch ul.social-buttons li.linkedin-button a:hover {
  color: #0077b5;
}

/* social-buttons-manifest */
.editor .social-buttons-manifest {
  display: inline-block;
  text-indent: 0;
  border-bottom: 1px solid #d6655a;
}

.social-buttons-manifest > span a {
  display: inline-block;
  font-size: 19px;
  padding: 4px;
  text-decoration: none;
  color: #d6655a;
}

.no-touch .social-buttons-manifest > span a:hover {
  background: none;
  border: none;
}

.no-touch .social-buttons-manifest > span.twitter-button a:hover {
  color: #26c4f1;
}

.no-touch .social-buttons-manifest > span.facebook-button a:hover {
  color: #306199;
}

.no-touch .social-buttons-manifest > span.linkedin-button a:hover {
  color: #0077b5;
}

/* social-buttons email */
.editor a.shareEmail {
  display: inline-block;
  text-indent: 0;
  text-decoration: none;
  color: #d6655a;
  border-bottom: 1px solid #d6655a;
  padding: 0;
  display: inline-block;
}

.editor a.shareEmail i {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  text-decoration: none;
}

.no-touch .editor a.shareEmail:hover {
  background: none;
  border-bottom: 2px solid #d6655a;
}

/* MANIFEST */
#manifest {
  text-align: center;
  padding: 50px 6%;
  clear: both;
  background: #a1cbb9;
  margin-bottom: 50px;
  border-top: 8px solid #10abc7;
}

#manifest #manifest-intro {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 50px;
  color: #364d43;
}

#manifest #manifest-intro h1 {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 15px;
}

#manifest #manifest-intro div p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#manifest #manifest-hetbegint {
  padding: 5%;
  background: white;
  margin-bottom: 50px;
}

#manifest #manifest-hetbegint h2,
#manifest #manifest-hetbegint h3 {
  font-family: 'Abril Fatface', cursive;
  font-weight: normal;
  line-height: 1.5;
}

#manifest #manifest-hetbegint h2 {
  font-size: 44px;
  margin-bottom: 20px;
}

#manifest #manifest-hetbegint h3 {
  font-size: 34px;
  margin-bottom: 6px;
}

#manifest #manifest-hetbegint p {
  font-family: 'PT Serif', serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#manifest #teken-het-manifest h3 {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 12px;
}

#manifest #teken-het-manifest #manifest-logo {
  text-align: center;
  margin-bottom: 20px;
}

#manifest #teken-het-manifest #manifest-logo img {
  display: inline-block;
  width: 100%;
  max-width: 150px;
}

#manifest #teken-het-manifest form p {
  margin-bottom: 40px;
}

#manifest #teken-het-manifest form p strong {
  font-size: 15px;
  display: inline-block;
  width: 60px;
  padding: 6px 0;
  text-align: left;
}

#manifest #teken-het-manifest form p input {
  font-size: 18px;
  border: none;
  background: white;
  font-family: inherit;
  padding: 6px 10px;
  width: 100%;
  max-width: 280px;
}

#manifest #teken-het-manifest form p input[type=submit] {
  cursor: pointer;
  background: black;
  color: white;
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  max-width: 160px;
  margin-right: 32px;
  margin-top: 0;
}

#manifest #teken-het-manifest div.wpcf7 .ajax-loader {
  width: 21px;
  height: 21px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: white;
  background-repeat: no-repeat;
}

/* responses */
#manifest #teken-het-manifest form p span.wpcf7-not-valid-tip {
  display: none;
}

#manifest #teken-het-manifest form p input.wpcf7-not-valid {
  background: #ffe0e0;
}

#manifest #teken-het-manifest form div.wpcf7-mail-sent-ok,
#manifest #teken-het-manifest form div.wpcf7-validation-errors {
  border: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 20px 4%;
  background: white;
}

#manifest #teken-het-manifest form p {
  position: relative;
}

#manifest #teken-het-manifest form p img.ajax-loader {
  visibility: visible;
  -webkit-transition: visibility 0.3s;
  -webkit-transition: visibility .3s;
  transition: visibility .3s;
}

#manifest #teken-het-manifest form p img.ajax-loader {
  top: 20px;
  width: 30px;
  border-radius: 50%;
  position: absolute;
  padding: 5px;
  background: white;
  margin: 0 auto;
  display: inline-block;
}

/* deel-mee-movie */
#deel-mee-movie {
  padding-top: 20px;
  padding-bottom: 60px;
}

/* RESPONSIVE */
@media only screen and (min-width: 400px) {
  #top-image #manifest-button {
    bottom: 18px;
    top: auto;
  }
  #top-image #blockquote-wrapper blockquote {
    padding-right: 90px;
  }
}

@media only screen and (min-width: 480px) {
  .home #header-content h2 {
    max-width: none;
  }
  .home #header-content svg {
    display: inline-block;
    margin: 0 6px;
  }
  /* nieuws */
  .article-wrapper {
    margin-right: -40px;
  }
  .article-wrapper .article-tile {
    width: 50%;
    padding-right: 40px;
  }
  .article-tile img {
    margin: -20px 0;
  }
  /* single nieuws - footer */
  #nieuws-footer-left,
  #nieuws-footer-right {
    padding: 0 5%;
  }
  /* AGENDA / TIPS ARCHIVE */
  .article-wrapper.agenda-tips article {
    width: 100%;
  }
  .article-wrapper.agenda-tips article .article-image {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
  }
  .article-wrapper.agenda-tips article .article-meta {
    display: inline-block;
    vertical-align: top;
    width: 66.66%;
    padding-right: 0;
  }
  .article-wrapper.agenda-tips article.postnr1 .article-meta {
    border-top: 8px solid #10abc7;
  }
}

@media only screen and (min-width: 540px) {
  /* form  */
  form#form-action #form-content p label {
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 14px;
  }
  form#form-action #form-content p textarea,
  form#form-action #form-content p input,
  form#form-action #form-content p select {
    padding: 0 0 0 110px;
  }
  /* programma single */
  .twee-sprekers #programma-details,
  .drie-sprekers #programma-details {
    width: 62%;
  }
  .twee-sprekers #programma-image,
  .drie-sprekers #programma-image {
    width: 34%;
  }
  .twee-sprekers #programma-image a,
  .drie-sprekers #programma-image a {
    width: 48%;
    display: inline-block;
  }
  .twee-sprekers #programma-image a + a,
  .drie-sprekers #programma-image a + a {
    margin-left: 4%;
  }
  .drie-sprekers #programma-image a + a + a {
    margin: -30px 0 0 0;
    border-radius: 34px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 680px) {
  /*	manifest-button home */
  #top-image #manifest-button {
    position: absolute;
    bottom: -24px;
    right: 0;
    width: 33.33%;
  }
  #top-image #manifest-button #manifest-button-inner {
    height: 140px;
    width: 140px;
  }
  #top-image #manifest-button #manifest-button-inner p {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-top: 45px;
    margin: 0 0 6px;
  }
  #top-image #manifest-button #manifest-button-inner p br {
    display: block;
  }
  #top-image #manifest-button #manifest-button-inner i {
    font-size: 28px;
  }
  /* header home blockquote */
  #top-image #blockquote-wrapper {
    position: absolute;
    bottom: 12%;
    left: 5%;
    padding: 0;
    background: none;
    margin: 0;
  }
  #top-image #blockquote-wrapper blockquote {
    max-width: 460px;
    padding-right: 0;
  }
  #top-image #blockquote-wrapper blockquote p {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.3;
  }
  #top-image #blockquote-wrapper blockquote cite {
    font-size: 14px;
  }
  /* basics 
	.wrapper { padding-left: 30px; padding-right: 30px; }
	
	section .wrapper a.button-red  { margin: 0 auto; }
	*/
  /* page */
  h2.page-title {
    font-size: 28px;
    padding-top: 10px;
  }
  h1.page-title {
    font-size: 40px;
    padding-top: 10px;
  }
  h2.page-title,
  h1.page-title {
    margin-bottom: 30px;
  }
  /* home */
  section .wrapper h1.home-title a,
  section .wrapper h1.home-title {
    font-size: 18px;
    margin-bottom: 44px;
    text-align: center;
  }
  /* home-intro */
  #section-home-intro .wrapper > div {
    display: inline-block;
    width: 50%;
    padding: 0 3% 0 0;
  }
  #section-home-intro .wrapper div + div {
    padding: 0 0 0 3%;
  }
  /* home bg */
  section#section-home-banner #section-home-banner-bg {
    padding: 70px 0 80px;
  }
  section#section-home-banner .wrapper h1 {
    font-size: 46px;
    line-height: 1.5;
  }
  /* archive sprekers */
  h2.sprekers-cat-title {
    text-align: center;
  }
  /* contact */
  #contactgegevens .editor,
  #contactgegevens .editor table {
    text-align: center;
  }
  /* single nieuws - footer */
  #nieuws-footer .wrapper > div > h2 {
    text-align: center;
  }
  #nieuws-footer-right {
    text-align: center;
  }
  #nieuws-footer-right .editor {
    max-width: 420px;
    margin: 0 auto;
  }
  /* contact */
  h2#contact-form-title {
    text-align: center;
  }
  form#form-action {
    padding: 2%;
  }
  form#form-action input.button {
    margin: 0 auto;
  }
  form#form-action #action-response .failed,
  form#form-action #action-response .success {
    text-align: center;
  }
}

@media only screen and (min-width: 1220px) {
  .wrapper-xl {
    padding: 0 30px;
    margin-top: 40px;
  }
  /** LEFT - RIGHT **/
  .wrapper-left {
    width: 66.66%;
    float: left;
  }
  .wrapper-right {
    width: 33.33%;
    float: right;
  }
  .wrapper-left {
    padding-right: 20px;
  }
  .wrapper-right {
    padding-left: 20px;
  }
  /* header */
  header a#logo img {
    width: 290px;
  }
  /* menu */
  #nav-button {
    display: none;
  }
  #nav-wrapper,
  #nav-wrapper.open {
    opacity: 1;
    visibility: visible;
    display: block;
    max-width: none;
    width: auto;
    position: relative;
  }
  #nav-wrapper {
    max-width: 1180px;
    margin: 0 auto;
  }
  #nav-wrapper nav {
    border: none;
    padding: 0;
    background: none;
  }
  #nav-wrapper nav ul li {
    display: inline-block;
    padding: 7px;
    margin-bottom: 0;
  }
  #nav-wrapper nav ul li a {
    color: #202022;
  }
  #menu-header-themas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  /* sub-menu switch */
  ul#header-right-menu {
    display: block;
  }
  #nav-wrapper nav ul#sub-menu-mobile,
  #nav-wrapper nav ul#sub-menu-mobile2 {
    display: none;
  }
  #sidebar-top > div > div#sub-menu {
    display: table-cell;
  }
  .article-wrapper #first-post article .article-meta-footer ul.social-buttons {
    position: relative;
    padding-left: 20%;
    top: 1px;
  }
  .article-tile img {
    margin: 0;
  }
  .article-tile h1 {
    font-size: 21px;
  }
  /* social buttons archives */
  .social-tags ul li a {
    padding-left: 9px;
    padding-right: 0;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .social-tags ul li a span {
    right: auto;
    left: 0;
    top: -13px;
    padding: 13px 13px 14px 31px;
  }
  /* sidebar */
  .sidebar-block .sidebar-block-content {
    padding-left: 30px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1120px) {
  .article-tile #section-single-featured-image img {
    margin: 0;
  }
  /* sidebar sub-menu */
  div#sub-menu ul li a {
    font-size: 18px;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1200px) {
  #nav-wrapper nav ul li {
    padding: 7px 12px;
  }
}

.row-intro-home {
  margin-bottom: 24px;
}

.row-intro-home .editor {
  margin-bottom: 24px;
}

@media only screen and (min-width: 960px) {
  .row-intro-home {
    margin-bottom: 48px;
  }
  .row-intro-home .editor {
    padding-left: 5%;
    margin-bottom: 48px;
  }
}

/* PAGES - about us */
/* quote */
#about-us-quote {
  text-align: center;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 30px;
}

#about-us-quote h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: italic;
  color: #f49600;
  margin-bottom: 15px;
}

#about-us-quote p {
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
}

/* hide sidebar newsletter */
@media only screen and (max-width: 959px) {
  .page-template-template-page-over-ons #sidebar-newsletter {
    display: none;
  }
}

/* PAGES - about us */
#onze-mensen {
  padding: 30px 0 0;
  margin-bottom: 30px;
  overflow: hidden;
}

#onze-mensen .article-wrapper .article-meta {
  position: relative;
}

#onze-mensen .article-tile h1 {
  min-height: 30px;
  font-weight: 600;
  margin-right: 0;
}

#onze-mensen .article-tile h1.total-icons1 {
  margin-right: 25px;
}

#onze-mensen .article-tile h1.total-icons2 {
  margin-right: 38px;
}

#onze-mensen .article-tile h1.total-icons3 {
  margin-right: 65px;
}

#onze-mensen .article-wrapper .article-meta ul.social-buttons {
  position: absolute;
  right: 14px;
  top: 17px;
}

/* hover */
#onze-mensen .article-wrapper .article-inner-wrapper .article-image {
  position: relative;
}

#onze-mensen .article-wrapper .article-inner-wrapper .article-image img {
  margin: 0;
}

#onze-mensen .article-wrapper .article-inner-wrapper .article-image div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#onze-mensen .article-wrapper .article-inner-wrapper .article-image div p {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 5%;
  right: 5%;
  text-align: center;
  top: -20%;
  color: white;
  margin: -8px 0 0;
  font-size: 15px;
  line-height: 1.3;
  font-style: italic;
}

#onze-mensen .article-wrapper .article-inner-wrapper .article-image,
#onze-mensen .article-wrapper .article-inner-wrapper .article-image img,
#onze-mensen .article-wrapper .article-inner-wrapper .article-image div p {
  -webkit-transition: 0.3s;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: default;
}

#onze-mensen .article-wrapper .with-description .article-inner-wrapper:hover .article-image {
  background: #202022;
}

#onze-mensen .article-wrapper .with-description .article-inner-wrapper:hover .article-image div {
  top: 0;
}

#onze-mensen .article-wrapper .with-description .article-inner-wrapper:hover .article-image img {
  opacity: 0.1;
}

#onze-mensen .article-wrapper .with-description .article-inner-wrapper:hover .article-image div p {
  opacity: 1;
  visibility: visible;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1120px) {
  #onze-mensen .article-tile {
    width: 33.33%;
  }
  #onze-mensen .article-wrapper .article-inner-wrapper .article-image div p {
    font-size: 19px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 1200px) {
  .archive.author .article-tile {
    width: 33.33%;
  }
}

/* single footer  */
.single .author-info-wrapper {
  padding-top: 40px;
}

.single .author-info-content > h3 {
  font-weight: 400;
  font-style: italic;
  padding: 4px;
  line-height: 1.3;
  display: inline-block;
}

.single .author-info-content > h3 a {
  font-weight: 400;
  font-style: italic;
  color: inherit;
  text-decoration: none;
}

.no-touch .single .author-info-content > h3 a:hover {
  color: #f49600;
  text-decoration: underline;
}

/* archive */
.author-info-wrapper {
  position: relative;
}

#author-intro-title {
  padding-right: 150px;
  min-height: 120px;
}

#author-intro-title h1 {
  margin-bottom: 30px;
  font-size: 32px;
}

#author-intro-title h2 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 20px;
}

/* img */
.author-info-img {
  display: block;
  height: 102px;
  border-radius: 50%;
  width: 102px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 16px;
  background-color: #ddd;
}

.no-touch a.author-info-img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.no-touch a.author-info-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 480px) {
  .author-info-img {
    height: 132px;
    width: 132px;
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .archive .author-info-img {
    position: absolute;
    right: 0;
    top: -16px;
  }
  .single .author-info-img {
    float: left;
    margin-left: 0;
    margin-right: 32px;
  }
  .single .author-info-content > h3 {
    margin-top: 50px;
  }
}

/* hide sidebar */
/* hide sidebar newsletter */
@media only screen and (max-width: 959px) {
  .author-digitaalatelier #sidebar-wrapper {
    display: none;
  }
}

/* Form - basics */
textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 36px;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #202222;
  color: #202222;
  font-family: inherit;
  font-size: 17px;
  font-weight: normal;
  padding: 16px 8px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: none;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
body .gform_wrapper .button {
  background-color: #10abc7;
  border: 1px solid #10abc7;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  text-transform: uppercase;
  padding: 8px 24px;
  width: auto;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 1px;
  -webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
body .gform_wrapper .button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  background-color: #202222;
  border-color: #202222;
  color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* GRAVITY FORM - resets */
body .entry-content .gform_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

body .gform_wrapper {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 0px;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0;
}

body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

body .gform_wrapper .top_label .gfield_label {
  font-size: 15px;
  font-weight: 400;
}

body .bbp-login-form label {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

body .bbp-lostpass-link {
  margin-top: 20px;
}

body .gform_wrapper textarea,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 9px;
  border: 1px solid #202222;
}

body .gform_wrapper select {
  padding: 9px;
  -webkit-border-radius: 0;
  border: 0;
  height: 39px;
  outline: 1px solid #202222 !important;
  outline-offset: -1px;
  margin-left: 0px !important;
}

body .gform_wrapper .top_label div.ginput_container_textarea {
  margin-top: 26px;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 14px;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}

body .gform_wrapper .top_label .gfield_error {
  width: inherit;
}

body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 2px;
}

body .gform_wrapper .validation_message {
  display: none;
  color: green;
  font-size: 15px;
  font-weight: normal;
  padding: 0 0 0 8px;
}

body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .gfield_required {
  color: #f49600;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 8px;
}

/* Gravity Forms - custom checkbox */
body .gform_wrapper ul.gfield_checkbox li {
  display: block;
  position: relative;
}

body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

body .gform_wrapper ul.gfield_checkbox li label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  font-size: 15px;
  padding: 6px 0 2px 34px;
}

body .gform_wrapper ul.gfield_checkbox li label:before {
  content: ' ';
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  text-align: center;
  font-style: normal;
  line-height: 24px;
  width: 24px;
  background-color: #fff;
  font-weight: bold;
  border: 1px solid #202222;
  color: #f49600;
  font-size: 18px;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
  content: 'X';
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: 400;
}

.editor .gform_wrapper ul.gfield_checkbox li label a,
body .gform_wrapper ul.gfield_checkbox li label a {
  color: #202222;
  text-decoration: underline;
}

.editor .gform_wrapper ul.gfield_checkbox li label a:hover,
body .gform_wrapper ul.gfield_checkbox li label a:hover {
  color: #f49600;
  background: none;
  text-decoration: underline;
}

/* GRAVITY FORM - send */
body .gform_wrapper .gform_footer {
  position: relative;
}

body .gform_wrapper img.gform_ajax_spinner {
  display: block;
  position: absolute;
  top: 16px;
  right: 6%;
  padding: 6px;
  background: #fff;
  border-radius: 50%;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border-color: #202222;
}

body .gform_wrapper div.validation_error {
  color: #fff;
  border: none;
  font-size: inherit;
  margin: 0;
  text-align: inherit;
  padding: 6px 8px;
  background: #333333;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.3;
}

/* error */
body .gform_wrapper .gfield_error label,
body .gform_wrapper .gfield_error label a {
  color: #f49600 !important;
}

/* newsletter footer white form */
#footer-newsletter .gform_wrapper ul.gfield_checkbox li label,
#footer-newsletter .gform_wrapper ul.gfield_checkbox li label a {
  color: #fff;
}

#footer-newsletter .gform_wrapper .gfield_error ul.gfield_checkbox li label,
#footer-newsletter .gform_wrapper .gfield_error ul.gfield_checkbox li label a,
#footer-newsletter .gform_wrapper ul.gfield_checkbox li label a:hover {
  color: #f49600;
}

#footer-newsletter input[type=submit]:hover {
  color: #f49600;
  background: #fff;
  border-color: #fff;
}

/* sidebar newsletter */
#form-name-email {
  padding-bottom: 0;
}

/* sidebar & newsletter centered button */
#footer-newsletter .gform_wrapper .top_label .gfield_label,
#form-name-email .gform_wrapper .top_label .gfield_label,
#form-tips .gform_wrapper .top_label .gfield_label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

#footer-newsletter input[type=submit],
#form-name-email input[type=submit],
#form-tips input[type=submit] {
  display: block;
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
}

.home #sidebar-poll {
  border-bottom: none;
}

#poll-wrapper p {
  margin-bottom: 20px;
  line-height: 1.3;
}

#poll-wrapper .wp-polls > p,
#poll-wrapper .wp-polls-form > p > strong {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left !important;
}

#poll-wrapper p a[href="#ViewPollResults"],
#poll-wrapper p a[href="#VotePoll"] {
  border: 1px solid #202022;
  padding: 8px 16px;
  min-width: 160px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.no-touch #poll-wrapper p a[href="#ViewPollResults"],
.no-touch #poll-wrapper p a[href="#VotePoll"] {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.no-touch #poll-wrapper p a[href="#ViewPollResults"]:hover,
.no-touch #poll-wrapper p a[href="#VotePoll"]:hover {
  background: #202022;
  color: #fff;
}

#poll-wrapper .wp-polls input[type="button"] {
  cursor: pointer;
  background: #f49600;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: inherit;
  padding: 8px 16px;
  display: inline-block;
  min-width: 160px;
  border: 1px solid #f49600;
}

.no-touch #poll-wrapper .wp-polls input[type="button"] {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.no-touch #poll-wrapper .wp-polls input[type="button"]:hover {
  background: #202022;
  border-color: #202022;
}

/* sidebar poll checkboxes */
#poll-wrapper .wp-polls-ul {
  margin: 0 0 20px;
  padding: 0;
}

#poll-wrapper ul.wp-polls-ul li {
  margin-bottom: 20px;
}

#poll-wrapper ul.wp-polls-ul li label {
  cursor: pointer;
}

#poll-wrapper ul.wp-polls-ul li .pollbar {
  margin-top: 5px;
}

/* radio */
.wp-polls-form ul.wp-polls-ul li {
  position: relative;
}

.wp-polls-form ul.wp-polls-ul li input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.wp-polls-form ul.wp-polls-ul li label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  font-size: 15px;
  padding: 6px 0 2px 34px;
}

.wp-polls-form ul.wp-polls-ul li label:before {
  content: ' ';
  position: absolute;
  top: 1px;
  left: 0;
  height: 24px;
  text-align: center;
  font-style: normal;
  line-height: 24px;
  width: 24px;
  background-color: #fff;
  font-weight: bold;
  border: 1px solid #202222;
  color: #f49600;
  font-size: 18px;
}

.wp-polls-form ul.wp-polls-ul li input[type="radio"]:checked + label:before {
  content: 'X';
}

#corner-slider {
  position: fixed;
  z-index: 7;
  overflow: hidden;
  padding: 30px 60px 30px;
  height: auto;
  width: 100%;
  max-width: 540px;
  background: #fff;
  border-top: 8px solid #202222;
  border-right: 8px solid #202222;
}

#corner-slider.hidden {
  display: none;
}

#corner-slider h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #202022;
  margin: 0 0 8px;
}

#corner-slider h3 {
  font-size: 21px;
  line-height: 1.3;
  margin: 0 0 16px;
}

#corner-slider-content {
  overflow: hidden;
  margin-bottom: 20px;
}

#corner-slider span.close {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 1002;
  /*Change the close button position*/
  right: 9px;
  top: 8px;
}

#corner-slider span.close:before,
#corner-slider span.close:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #f49600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 8px;
  top: 16px;
  content: '';
}

#corner-slider span.close:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

#corner-slider span.close:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

/* old form tooltip ? */
#tooltip h3 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 3px;
}

#tooltip p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
}

/*--------------------------------------------------------------
OLD EDITOR - Skin - Contact Form 7
--------------------------------------------------------------*/
.editor div.wpcf7 {
  padding: 20px 0;
  width: 100%;
  max-width: 740px;
}

.editor .wpcf7-form-control-wrap {
  display: inline;
}

.editor .wpcf7 input[type="text"],
.editor .wpcf7 input[type="email"],
.editor .wpcf7 input[type="url"],
.editor .wpcf7 input[type="password"],
.editor .wpcf7 textarea {
  background-color: #c7e0d5;
  border: 1px solid #c7e0d5;
  border-radius: 0;
  outline-color: transparent;
  outline-style: none;
  padding: 10px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  margin-top: 5px;
}

.editor .wpcf7 input[type="text"]:focus,
.editor .wpcf7 input[type="email"]:focus,
.editor .wpcf7 input[type="url"]:focus,
.editor .wpcf7 input[type="password"]:focus,
.editor .wpcf7 textarea:focus {
  background-color: #c7e0d5;
  color: #111;
  font-family: inherit;
}

/* error */
.editor .wpcf7 span input.wpcf7-not-valid {
  border: 1px solid #e62c33;
}

.editor .wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.editor .wpcf7 div.wpcf7-validation-errors {
  border: none;
  border-bottom: 8px solid #e62c33;
  margin: 0 0 30px;
  padding: 0 26px 15px;
  text-align: center;
}

/* success */
.editor .wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
  border-bottom: 8px solid #202022;
  background: none;
  color: #202022;
  margin: 0 0 30px;
  padding: 0 26px 15px;
  text-align: center;
}

/* dropdown */
.editor .wpcf7 select {
  background-color: #c7e0d5;
  border: 1px solid #c7e0d5;
  border-radius: 0;
  outline-color: transparent;
  outline-style: none;
  padding: 15px 26px;
  font-family: inherit;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
  z-index: 100;
}

/* checkbox */
.editor .wpcf7 span.wpcf7-list-item {
  display: block;
  margin: 0 0 6px;
}

/* send */
.editor .wpcf7 input[type="submit"] {
  border: none;
  border-radius: 0;
  background: #202022;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: button;
  font-family: inherit;
  outline-color: transparent;
  outline-style: none;
  text-shadow: 0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 24px;
  display: inline-block;
  line-height: 19px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.editor .wpcf7 input[type="submit"]:hover {
  color: #202022;
  background: #c7e0d5;
}

.editor div.wpcf7 p img.ajax-loader {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 20px auto 0;
}

.editor .wpcf7 .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 20px 0 0;
}

.editor .wpcf7 .wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.editor .wpcf7 .wpcf7-checkbox label input {
  visibility: hidden;
  position: absolute;
}

.editor .wpcf7 .wpcf7-checkbox label span {
  position: relative;
  display: inline-block;
}

.editor .wpcf7 .wpcf7-checkbox label span:before {
  content: '';
  height: 28px;
  width: 28px;
  background: #c7e0d5;
  display: inline-block;
  position: absolute;
  left: -34px;
  top: -2px;
}

.editor .wpcf7 .wpcf7-checkbox [type=checkbox]:checked + span:after {
  content: '\2714';
  font-size: 22px;
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -34px;
  width: 28px;
  text-align: center;
  z-index: 2;
}

/* contactformulier */
.editor .wpcf7 .checkbox-wrapper {
  display: inline-block;
  margin-right: 30px;
}

.editor .wpcf7 p.checkbox-wrapper + p.checkbox-wrapper {
  margin-right: 0;
}

.editor .wpcf7 .checkbox-wrapper .wpcf7-checkbox {
  display: inline-block;
  width: auto;
}

.editor .wpcf7 .checkbox-wrapper #tooltip-panel {
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

.editor .wpcf7 .checkbox-wrapper #tooltip-panel #tooltip {
  display: block;
  position: absolute;
  bottom: 30px;
  left: -60px;
  background-color: #fff;
  border: 6px solid #a1cbb9;
  padding: 9px;
  width: 320px;
}

/* FOOTER */
footer {
  width: 100%;
  padding: 60px 30px 0;
  overflow: hidden;
  color: #fff;
  background: #10abc7;
}

#footer-wrapper {
  margin: 0 auto;
}

footer .wrapper-xl {
  margin-top: 0px;
}

footer ul li a {
  color: #fff;
}

footer h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: -5px;
  font-weight: 600;
}

footer h3 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

#footer-left {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  position: relative;
}

#footer-logo {
  width: 100%;
  margin-bottom: 24px;
}

#footer-logo img {
  display: inline-block;
  width: 100%;
  max-width: 220px;
}

ul#footer-list-contact {
  margin-bottom: 12px;
}

ul#footer-list-contact li {
  margin-bottom: 8px;
}

ul#footer-list-contact li.email {
  padding-top: 12px;
}

ul#footer-list-social {
  margin: 0 -14px;
}

ul#footer-list-social li {
  display: inline-block;
  margin: 6px;
  font-size: 20px;
}

ul#footer-list-social li a {
  display: block;
  padding: 8px;
}

#footer-bottom {
  text-align: center;
  width: 100%;
  max-width: 1600px;
  overflow: hidden;
  clear: both;
  font-size: 13px;
  line-height: 1;
  padding: 0 24px 32px;
}

#footer-bottom ul li {
  display: inline-block;
  font-size: 12px;
  margin-left: 12px;
  margin-bottom: 8px;
}

#footer-bottom ul li a {
  color: #fff;
}

#footer-bottom ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer-bottom ul li span {
  font-weight: 600;
}

#footer-bottom {
  padding: 0px 24px;
}

.no-touch #footer-left li a,
.no-touch #footer-middle li a,
.no-touch #footer-right a:before {
  -webkit-transition: 0.2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.no-touch #footer-left li a:hover,
.no-touch #footer-middle li a:hover {
  color: #f49600;
}

.no-touch #footer-right a:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 960px) {
  /* footer */
  #footer-left {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 110px;
  }
  #footer-bottom {
    padding-right: 110px;
    text-align: right;
  }
}

/* homepage duo-blocks */
#doe-home-intro {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 30px;
}

.duo-block-wrapper > div {
  text-align: center;
  margin-bottom: 40px;
}

.duo-block-wrapper .duo-block-left,
.duo-block-wrapper .duo-block-right {
  padding: 5%;
  background-image: url(../img/home/header-image.jpg);
  background-size: cover;
  background-position: center center;
}

.duo-block-wrapper .duo-block-content {
  background: white;
  color: #202022;
  padding: 60px 5% 40px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}

.duo-block-wrapper .duo-block-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.duo-block-wrapper .duo-block-content p {
  font-size: 26px;
  margin-bottom: 15px;
}

.duo-block-wrapper .duo-block-content i {
  font-size: 39px;
}

.no-touch .duo-block-wrapper a.duo-block-content {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.no-touch .duo-block-wrapper a.duo-block-content:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (min-width: 480px) {
  .duo-block-wrapper > div {
    padding-right: 20px;
  }
  .duo-block-wrapper > div + div {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 760px) {
  /* DOE MEE - homepage */
  .duo-block-wrapper {
    display: table;
    table-layout: fixed;
  }
  .duo-block-wrapper > div {
    display: table-cell;
    margin-bottom: 0;
    width: 50%;
  }
}

/* page-extra-content */
#page-extra-content {
  width: 100%;
  padding-bottom: 30px;
  clear: both;
}

/* partners */
#partners-wrapper > ul > li {
  padding: 30px;
  text-align: center;
}

@media only screen and (min-width: 400px) {
  #partners-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #partners-wrapper > ul > li {
    width: 50%;
  }
}

@media only screen and (min-width: 760px) {
  #partners-wrapper > ul > li {
    width: 33.33%;
  }
}

#partners-wrapper > ul > li > a,
#partners-wrapper > ul > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#partners-wrapper > ul > li img {
  display: inline-block;
}

#partners-wrapper > ul > li h3 {
  margin-top: auto;
  padding-top: 8px;
}

/* sidebar hide */
@media only screen and (max-width: 959px) {
  .page-template-template-page-partners .wrapper-right {
    display: none;
  }
}

/* forum */
.forum a {
  text-decoration: underline;
  color: #10abc7;
}

.forum a:hover {
  text-decoration: none;
  background: #f2f2f2;
  color: #10abc7;
}

#bbpress-forums {
  font-size: 14px;
}

#bbpress-forums div.bbp-search-form {
  display: none;
}

#bbpress-forums ul.bbp-forums {
  font-size: 14px;
}

#bbpress-forums li.bbp-header ul li {
  font-size: 10px;
}

#bbpress-forums ul.bbp-topics {
  font-size: 14px;
}

a.logout-link {
  color: #000;
  text-decoration: none;
}

#bbpress-forums img.avatar {
  margin-bottom: 0;
  padding: 0;
}

div.bbp-template-notice.info {
  background-color: #10abc70d;
}

.bbp-topics ul.super-sticky {
  background-color: #fafafa !important;
}

#bbp_search {
  padding: 0;
  position: relative;
  top: 1px;
  min-height: 34px;
}

ul#header-right-menu li a {
  text-decoration: none !important;
}

#bbpress-forums fieldset.bbp-form select {
  height: auto;
}

.bbp-template-notice.info,
.bbp-pagination,
.author-info-wrapper {
  display: none;
}

.bbp-user-section h4 {
  display: none;
}

.bbp-topic-form {
  display: none;
}

ul.bbp-forums-widget > li a:before {
  position: relative;
  background: #00a9c5;
  top: 2px;
  content: '';
  display: inline-block;
  margin: 0 8px 0 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

ul.bbp-forums-widget > li a:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*# sourceMappingURL=style.css.map */