/*
Theme Name: x-mediawijzer
Theme URI: http://www.mediawijsheid.nl/
Author: Sparkly Media
Author URI: http://www.sparklymedia.nl/
Description: X child-theme
Version: 1.0.0
Template: x
*/
/*
	All changes in this file can be overwritten with SCSS compiler, please paste all changes in /scss/style.scss
*/
/* colors */
/* Typo sizes */
@import '//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css';
@import '//fonts.googleapis.com/css?family=Rubik:500,500i';
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 4000; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  from {
    stroke-dashoffset: 4000; }
  to {
    stroke-dashoffset: 0; } }

@keyframes dashoff {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 4000; } }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

#container {
  margin: auto auto;
  position: relative;
  overflow: hidden; }

#container:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 12px 0 15px -4px #000, inset -12px 0 8px -4px #000; }

.row:after {
  display: block;
  width: 100%;
  clear: both;
  content: ''; }

.row-5 {
  margin-left: -5px;
  margin-right: -5px; }

.row-5 [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.row .col-3 {
  float: left;
  width: 33.3333%; }

[class*="col-"] .row .col-2 {
  float: left;
  width: 50%; }
  [class*="col-"] .row .col-2 h1:first-child, [class*="col-"] .row .col-2 h2:first-child, [class*="col-"] .row .col-2 h3:first-child, [class*="col-"] .row .col-2 h4:first-child, [class*="col-"] .row .col-2 h5:first-child, [class*="col-"] .row .col-2 h6:first-child {
    margin-top: 0 !important; }

.clearfix:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both; }

.radio-input {
  display: inline-block;
  position: relative; }
  .radio-input input[type="radio"] {
    display: none; }
  .radio-input input[type="radio"] + label {
    color: #ed1163;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding-left: 20px;
    cursor: pointer; }
  .radio-input input[type="radio"] + label:before {
    display: block;
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 100%;
    content: '';
    background: #fff; }
  .radio-input input[type="radio"]:checked + label:before {
    background-color: #ed1163; }
  .radio-input input[type="radio"] + label:before,
  .radio-input input[type="radio"]:checked + label:before {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear; }

.more {
  display: inline-block;
  color: #343434;
  margin-top: 10px; }
  .more:before {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    background: url(assets/images/icons/list.png) 0 0 no-repeat;
    content: '';
    margin-right: 7px; }

.site {
  position: relative; }

.x-navbar a.x-brand {
  padding-right: 18px; }

.x-slider-container.below {
  border-bottom: 0; }

#header-wrapper {
  background: black; }

.masthead-inline {
  max-width: 1400px;
  margin: 0 auto; }
  .masthead-inline .x-topbar {
    border: none;
    position: absolute;
    width: 100%;
    max-width: 1400px; }
    .masthead-inline .x-topbar .p-info {
      color: #ed1163;
      font-size: 18px;
      padding-left: 1em; }
      .masthead-inline .x-topbar .p-info a {
        font-weight: 300;
        margin-left: 20px;
        color: #ed1163;
        text-decoration: none; }
    .masthead-inline .x-topbar .x-nav-top-navigation {
      float: right;
      margin-top: 10px;
      margin-left: 0;
      margin-right: 0px; }
      .masthead-inline .x-topbar .x-nav-top-navigation li {
        display: inline; }
        .masthead-inline .x-topbar .x-nav-top-navigation li a {
          color: #fff;
          font-size: 14px;
          margin: 0 10px; }
  .masthead-inline .x-navbar {
    border: medium none;
    box-shadow: none;
    background-color: transparent;
    transition: 0.6s; }
    .masthead-inline .x-navbar .desktop .x-nav {
      margin-top: 50px;
      float: none; }
      .masthead-inline .x-navbar .desktop .x-nav > li > a:hover,
      .masthead-inline .x-navbar .desktop .x-nav > .x-active > a,
      .masthead-inline .x-navbar .desktop .x-nav > .current-menu-item > a {
        border: none; }
      .masthead-inline .x-navbar .desktop .x-nav > li > a {
        padding-top: 0; }
  .masthead-inline .navbar-solid .x-navbar, .masthead-inline .navbar-solid body .x-navbar-inner, .masthead-inline .navbar-solid body.x-container {
    height: 100vh;
    position: relative;
    z-index: 1000; }
  .masthead-inline .navbar-solid .x-navbar {
    position: fixed;
    width: 100vw;
    background-color: rgba(8, 7, 5, 0.9);
    overflow: auto; }

.x-context-menu-wrap {
  color: #fff; }
  .x-context-menu-wrap .x-context-menu {
    display: inline;
    margin: 0; }
    .x-context-menu-wrap .x-context-menu li {
      display: inline; }
      .x-context-menu-wrap .x-context-menu li a .x-btn {
        background: #ffffff;
        color: #343434;
        border: none;
        text-shadow: none; }

/* This exists on production only, it's for moving the EN | NL parts of the top right menu closer to eachother */
#menu-item-65981 {
  margin-right: -1.3em; }

footer .x-social-global a {
  height: 24px;
  width: 24px;
  background-size: 100% auto; }
  footer .x-social-global a i {
    display: none; }
  footer .x-social-global a.facebook {
    background-image: url(assets/icons/icon-facebook.svg); }
  footer .x-social-global a.linkedin {
    background-image: url(assets/icons/icon-linkedin.svg); }
  footer .x-social-global a.twitter {
    background-image: url(assets/icons/icon-twitter.svg); }
  footer .x-social-global a.google-plus {
    background-image: url(assets/icons/icon-googleplus.svg); }
  footer .x-social-global a.whatsapp {
    background-image: url(assets/icons/icon-whatsapp.svg); }
  footer .x-social-global a.youtube {
    background-image: url(assets/icons/icon-youtube.svg); }
  footer .x-social-global a.flickr {
    background-image: url(assets/icons/icon-flickr.svg); }
  footer .x-social-global a.rss {
    background-image: url(assets/icons/icon-rss.svg); }

/* Fixes radio button missing a part of the circle */
.frm_form_field {
  margin-left: 1px; }

.tp-tab, .tp-thumb {
  opacity: 1; }

/* Sets a black background for slide container */
.page .tp-revslider-mainul {
  background: black; }

/* Limits revslider content to site overflow max */
.page .tp-bgimg {
  max-width: 1400px;
  margin: 0 auto; }

/* Disables the box-shadow vignet on revslider slides. */
.tp-revslider-slidesli .tp-bgimg {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }
  .tp-revslider-slidesli .tp-bgimg:before, .tp-revslider-slidesli .tp-bgimg:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    z-index: 25; }
  .tp-revslider-slidesli .tp-bgimg:before {
    height: 100%;
    top: 0; }
  .tp-revslider-slidesli .tp-bgimg:after {
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/x_rev_vignet.png); }

.tp-caption {
  font-weight: normal !important;
  text-shadow: 2px 2px #000000; }

.max-slider-width {
  max-width: 1400px; }

.x-slider-wrapper {
  position: relative;
  background: #000; }
  .x-slider-wrapper .x-container {
    height: 100%; }
  .x-slider-wrapper .x-slider-wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 1400px;
    background-color: #000; }
    .x-slider-wrapper .x-slider-wrap .x-slide-container {
      background-size: cover;
      background-position: center;
      opacity: 0;
      height: 100%;
      left: 0;
      right: 0;
      position: absolute;
      top: 0;
      -webkit-transition: opacity 1.5s ease-out;
      -moz-transition: opacity 1.5s ease-out;
      -ms-transition: opacity 1.5s ease-out;
      -o-transition: opacity 1.5s ease-out;
      transition: opacity 1.5s ease-out; }
      .x-slider-wrapper .x-slider-wrap .x-slide-container .x-slide-wrap {
        position: relative;
        color: #fff;
        line-height: 1.5;
        z-index: 10;
        padding-top: 140px;
        z-index: 999; }
        @media screen and (max-width: 979px) {
          .x-slider-wrapper .x-slider-wrap .x-slide-container .x-slide-wrap {
            padding-top: 90px; } }
        .x-slider-wrapper .x-slider-wrap .x-slide-container .x-slide-wrap .x-slide {
          width: 66%;
          margin: 0;
          padding: 0;
          position: relative; }
          .x-slider-wrapper .x-slider-wrap .x-slide-container .x-slide-wrap .x-slide .x-slide-content {
            opacity: 0;
            -webkit-transition: opacity 1s ease-out;
            -moz-transition: opacity 1s ease-out;
            -ms-transition: opacity 1s ease-out;
            -o-transition: opacity 1s ease-out;
            transition: opacity 1s ease-out;
            text-shadow: 2px 2px #000000; }
            .x-slider-wrapper .x-slider-wrap .x-slide-container .x-slide-wrap .x-slide .x-slide-content h2 {
              color: #fff;
              text-shadow: 2px 2px #000000;
              letter-spacing: 0.5px; }
      .x-slider-wrapper .x-slider-wrap .x-slide-container.active {
        opacity: 1; }
        .x-slider-wrapper .x-slider-wrap .x-slide-container.active .x-slide-wrap .x-slide .x-slide-content {
          opacity: 1; }
      .x-slider-wrapper .x-slider-wrap .x-slide-container:before, .x-slider-wrapper .x-slider-wrap .x-slide-container:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0; }
      .x-slider-wrapper .x-slider-wrap .x-slide-container:before {
        height: 100%;
        top: 0; }
      .x-slider-wrapper .x-slider-wrap .x-slide-container:after {
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url(assets/images/xslider_vignet.png); }
  .x-slider-wrapper.boxed .x-slider-wrap {
    margin: 0 auto; }
  .x-slider-wrapper .x-slider-items {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    z-index: 999; }
    @media screen and (max-width: 979px) {
      .x-slider-wrapper .x-slider-items {
        max-width: 96%;
        left: 2%;
        right: 2%; } }
    .x-slider-wrapper .x-slider-items .x-slider-items-wrapper {
      margin: 0 0 10px 0;
      max-width: 1040px;
      margin: 0 auto; }
    .x-slider-wrapper .x-slider-items .x-slider-item-wrap {
      width: 25%;
      float: left;
      margin: 0;
      padding: 0;
      position: relative; }
      .x-slider-wrapper .x-slider-items .x-slider-item-wrap svg {
        position: absolute;
        display: block; }
        .x-slider-wrapper .x-slider-items .x-slider-item-wrap svg .st0 {
          fill: transparent;
          width: 100%;
          height: 100%;
          width: calc(100% - 4px);
          height: calc(100% - 4px);
          stroke-dashoffset: 0; }
      .x-slider-wrapper .x-slider-items .x-slider-item-wrap.sactive .st0 {
        stroke: #02b9ad;
        stroke-width: 2;
        stroke-dasharray: 4000;
        stroke-dashoffset: 0;
        -webkit-animation: dash 1.5s linear forwards;
        -o-animation: dash 1.5s linear forwards;
        -moz-animation: dash 1.5s linear forwards;
        animation: dash 1.5s linear forwards; }
      .x-slider-wrapper .x-slider-items .x-slider-item-wrap.dsactive .st0 {
        stroke-dashoffset: 0;
        -webkit-animation: dashoff 1.5s linear alternate;
        -o-animation: dashoff 1.5s linear alternate;
        -moz-animation: dashoff 1.5s linear alternate;
        animation: dashoff 1.5s linear alternate; }
    .x-slider-wrapper .x-slider-items .owl-item .x-slider-item-wrap {
      width: 100%; }
    .x-slider-wrapper .x-slider-items .sactive .st0 {
      stroke: #02b9ad; }
    .x-slider-wrapper .x-slider-items .sactive.netwerk .st0 {
      stroke: #f58220; }
    .x-slider-wrapper .x-slider-items .sactive.mediawijzer-net .st0 {
      stroke: #ed1163; }
    .x-slider-wrapper .x-slider-items .sactive.blogs .st0 {
      stroke: #a3238e; }
    .x-slider-wrapper .x-slider-items .x-slider-item {
      padding: 12px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
    .x-slider-wrapper .x-slider-items .x-slider-item-content {
      position: relative; }
      .x-slider-wrapper .x-slider-items .x-slider-item-content .inner {
        max-height: 150px;
        position: relative;
        display: block;
        overflow: hidden; }
        .x-slider-wrapper .x-slider-items .x-slider-item-content .inner img {
          width: 100%; }
      .x-slider-wrapper .x-slider-items .x-slider-item-content .category {
        position: absolute;
        top: 0;
        right: 0;
        background: #02b9ad;
        color: #fff;
        font-size: 100% !important;
        line-height: 14px;
        z-index: 10;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 4px;
        text-align: right; }
      .x-slider-wrapper .x-slider-items .x-slider-item-content .title {
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-size: 100% !important;
        line-height: 1.25;
        color: #fff;
        z-index: 10;
        width: 90%; }
      .x-slider-wrapper .x-slider-items .x-slider-item-content .category.netwerk {
        background-color: #f58220; }
      .x-slider-wrapper .x-slider-items .x-slider-item-content .category.mediawijzer-net {
        background-color: #ed1163; }
      .x-slider-wrapper .x-slider-items .x-slider-item-content .category.blogs {
        background-color: #a3238e; }
      .x-slider-wrapper .x-slider-items .x-slider-item-content:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: url(assets/images/xslider_item_vignet.png); }
    .x-slider-wrapper .x-slider-items .x-slider-nav {
      display: none;
      text-align: center;
      vertical-align: middle;
      padding-bottom: 20px;
      padding-top: 40px; }
      .x-slider-wrapper .x-slider-items .x-slider-nav > a {
        font-size: 60px;
        color: #fff;
        display: block;
        line-height: 14px; }
      .x-slider-wrapper .x-slider-items .x-slider-nav .prev {
        float: left; }
      .x-slider-wrapper .x-slider-items .x-slider-nav .next {
        float: right; }
      .x-slider-wrapper .x-slider-items .x-slider-nav ul {
        display: inline-block;
        margin: 0;
        padding: 0; }
        .x-slider-wrapper .x-slider-items .x-slider-nav ul li {
          display: inline-block;
          margin: 0; }
          .x-slider-wrapper .x-slider-items .x-slider-nav ul li a {
            background: #fff none repeat scroll 0 0;
            border-radius: 100%;
            display: block;
            height: 20px;
            line-height: 20px;
            text-align: center;
            width: 20px;
            color: #ff005d; }
            .x-slider-wrapper .x-slider-items .x-slider-nav ul li a:focus {
              -webkit-outline-radius: 100%;
              -o-outline-radius: 100%;
              -moz-outline-radius: 100%;
              outline-radius: 100%; }
          .x-slider-wrapper .x-slider-items .x-slider-nav ul li.active a {
            background: #ff005d;
            color: #fff; }

.x-quick-search-container {
  background: #212121; }

.x-quick-search,
.widget_search,
.x-search-shortcode {
  z-index: 100;
  padding: 25px 0;
  position: relative; }
  .x-quick-search h3,
  .widget_search h3,
  .x-search-shortcode h3 {
    color: #ff005d;
    font-size: 171.4% !important;
    font-weight: normal;
    margin: 0 0 0.2em 0;
    width: 100%;
    max-width: 1200px; }
  .x-quick-search .form-search,
  .widget_search .form-search,
  .x-search-shortcode .form-search {
    width: 100%;
    max-width: 1200px;
    margin: 0; }
    .x-quick-search .form-search i.fa-search,
    .widget_search .form-search i.fa-search,
    .x-search-shortcode .form-search i.fa-search {
      display: none; }
    .x-quick-search .form-search .input-group,
    .widget_search .form-search .input-group,
    .x-search-shortcode .form-search .input-group {
      position: relative;
      width: 258px;
      float: left;
      padding-right: 60px;
      background: #fff; }
      .x-quick-search .form-search .input-group input[type='text'],
      .widget_search .form-search .input-group input[type='text'],
      .x-search-shortcode .form-search .input-group input[type='text'] {
        float: left;
        min-width: 258px;
        height: 36px;
        padding: 10px;
        background: #fff;
        border: none; }
      .x-quick-search .form-search .input-group .input-group-addon,
      .widget_search .form-search .input-group .input-group-addon,
      .x-search-shortcode .form-search .input-group .input-group-addon {
        padding: 10px;
        height: 36px;
        width: 36px;
        float: left;
        background: none;
        border: none;
        position: absolute;
        right: 3px;
        top: 0;
        background: url(assets/images/icons/search.png) center center no-repeat;
        border-left: 1px solid #343434; }
  .x-quick-search .search_options,
  .widget_search .search_options,
  .x-search-shortcode .search_options {
    overflow: hidden;
    padding-left: 20px; }
    .x-quick-search .search_options .radio-input,
    .widget_search .search_options .radio-input,
    .x-search-shortcode .search_options .radio-input {
      margin-right: 25px; }
      .x-quick-search .search_options .radio-input label,
      .widget_search .search_options .radio-input label,
      .x-search-shortcode .search_options .radio-input label {
        color: #fff; }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }

.autocomplete-suggestion {
  display: block;
  padding: 4px 6px;
  text-decoration: none;
  cursor: pointer; }

.autocomplete-no-suggestion {
  padding: 2px 5px; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: bold; }

.autocomplete-group {
  display: block;
  padding: 4px 6px;
  text-decoration: none;
  cursor: pointer;
  border-top: 1px solid #c3c1bc; }
  .autocomplete-group strong {
    display: block;
    text-align: right;
    color: #62615f;
    font-size: 10px; }

.widget_search {
  padding: 0; }
  .widget_search h3 {
    font-size: 150%;
    color: #ff005d;
    font-weight: normal;
    margin: 0 0 0.2em 0;
    width: 100%; }
  .widget_search .form-search .input-group {
    width: 100%; }
  .widget_search .search_options {
    display: none; }

.search_filters .x-search_filter-group .x-accordion-group {
  border: none;
  box-shadow: none; }
  .search_filters .x-search_filter-group .x-accordion-group .x-accordion-heading .x-accordion-toggle {
    padding: 0; }
    .search_filters .x-search_filter-group .x-accordion-group .x-accordion-heading .x-accordion-toggle:before {
      transform: rotate(0deg);
      content: "\f0da";
      width: 5px; }
    .search_filters .x-search_filter-group .x-accordion-group .x-accordion-heading .x-accordion-toggle.collapsed:before {
      color: #999;
      content: "\f0d7"; }

.search_filters .x-search_filter-group .x-search_filter-heading {
  color: #ed1163;
  border-bottom: 2px solid #ed1163;
  font-size: 1.5em;
  fill: currentColor; }
  .search_filters .x-search_filter-group .x-search_filter-heading .arrow {
    float: right; }
    .search_filters .x-search_filter-group .x-search_filter-heading .arrow svg {
      position: relative;
      top: 5px;
      width: 25px;
      height: auto; }
    .search_filters .x-search_filter-group .x-search_filter-heading .arrow a {
      color: inherit; }

.search_filters .x-search_filter-group .x-accordion-toggle:not(.collapsed):before {
  color: #ed1163; }

.search_filters .x-search_filter-group.x-search_filter-group-post .x-search_filter-heading {
  border-color: #a3238e;
  color: #a3238e; }

.search_filters .x-search_filter-group.x-search_filter-group-post .x-accordion-toggle:not(.collapsed):before {
  color: #a3238e; }

.search_filters .x-search_filter-group.x-search_filter-group-x-partner .x-search_filter-heading {
  border-color: #f58220;
  color: #f58220; }

.search_filters .x-search_filter-group.x-search_filter-group-x-partner .x-accordion-toggle:not(.collapsed):before {
  color: #f58220; }

.search_filters .x-search_filter-group.x-search_filter-group-agenda .x-search_filter-heading {
  border-color: #02b9ad;
  color: #02b9ad; }

.search_filters .x-search_filter-group.x-search_filter-group-agenda .x-accordion-toggle:not(.collapsed):before {
  color: #02b9ad; }

.x-header-landmark.x-search-header-landmark {
  margin-bottom: 5px; }

.search_order {
  text-align: right;
  margin-bottom: 34px; }

.search_content h2, .search_content h2 a {
  color: #000; }

.search_title {
  text-transform: none; }

.agenda-overview-filter {
  float: right;
  margin-top: 12px; }

.agenda-post-item {
  padding: 6px;
  width: 16.666%;
  float: left; }
  .agenda-post-item .agenda-featured {
    position: relative; }
    .agenda-post-item .agenda-featured .agenda-thumb {
      background-color: #000;
      position: relative;
      display: block; }
  .agenda-post-item .agenda-wrap {
    background-color: #fff;
    display: block;
    padding: 9px;
    min-height: 60px; }
    .agenda-post-item .agenda-wrap a {
      font-size: 100% !important;
      color: #343434; }

.owl-item .agenda-post-item {
  width: 100%;
  float: none; }

.agenda-datetime {
  padding: 0 10px;
  line-height: 1.8em;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #ed1163;
  margin-bottom: -1px;
  font-size: 0.9em;
  text-transform: lowercase; }
  .agenda-datetime .mt {
    font-size: 0.7em;
    padding: 0 14px 0 9px;
    display: inline-block;
    position: relative;
    left: -1px; }
    .agenda-datetime .mt:before {
      content: "t";
      left: 5px;
      position: absolute;
      top: -4px; }
    .agenda-datetime .mt:after {
      bottom: -1px;
      content: "m";
      position: absolute;
      right: 4px; }

.x-view-mod-grid .hentry {
  width: 33.28%;
  margin: 0;
  opacity: 0;
  padding: 0 1em 2em;
  transition-property: transform;
  transition-duration: 0.8s;
  z-index: 2;
  position: relative; }
  .x-view-mod-grid .hentry .entry-featured {
    max-width: 100%;
    margin: 0;
    float: none; }
    .x-view-mod-grid .hentry .entry-featured .entry-thumb img {
      opacity: 0.5;
      height: 150px; }
  .x-view-mod-grid .hentry .entry-wrap {
    padding: 10px 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .x-view-mod-grid .hentry .entry-wrap .entry-title {
      font-size: 1.5em !important; }
      .x-view-mod-grid .hentry .entry-wrap .entry-title a {
        color: #fff; }
    .x-view-mod-grid .hentry .entry-wrap .p-meta {
      display: none; }
  .x-view-mod-grid .hentry a.more {
    display: none; }

.x-back-to-main-site {
  position: absolute;
  top: 0;
  padding: 10px;
  background: #ed1163;
  color: #fff; }

.x-navba-event-layout-page {
  background: #212121;
  padding: 25px 0; }

.single .agenda .entry-wrap .event-description {
  margin-top: 1em; }

.acf-map {
  float: right;
  width: 40%;
  /*padding-left: 2em;*/
  height: 400px;
  border: #ccc solid 1px;
  margin-left: 1em;
  margin-top: 1em; }
  @media screen and (max-width: 700px) {
    .acf-map {
      width: 100%;
      clear: both;
      margin-left: 0;
      margin-bottom: 1em; } }
  .acf-map .marker p {
    max-width: 10px; }

body.single .acf-map {
  margin-top: 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.post-type-archive-agenda .h-landmark,
.page-template-page-template-agenda-map .h-landmark {
  color: #02b9ad;
  border-bottom-color: #02b9ad; }

.post-type-archive-agenda .entry-wrap h2 > a,
.page-template-page-template-agenda-map .entry-wrap h2 > a {
  color: #000; }

.page-template-page-template-agenda-map .agenda-header-landmark {
  margin-top: 40px; }

.page-template-page-template-agenda-map #agenda_map {
  margin-bottom: 40px; }

#agendabacklink {
  margin-bottom: 1em; }
  #agendabacklink .arrow svg {
    max-height: 20px;
    width: 20px;
    float: left;
    transform: rotate(180deg);
    position: relative;
    top: 0;
    margin-right: 0.5em;
    fill: #ed1163; }

.agenda-past {
  font-style: italic; }

.x-agenda-posts .owl-controls {
  position: relative;
  margin: 20px 0; }
  .x-agenda-posts .owl-controls .owl-prev,
  .x-agenda-posts .owl-controls .owl-next {
    position: absolute;
    top: 0;
    color: #ff005d;
    cursor: pointer;
    font-size: 60px;
    line-height: 14px; }
  .x-agenda-posts .owl-controls .owl-prev {
    left: 0; }
  .x-agenda-posts .owl-controls .owl-next {
    right: 8px; }
  .x-agenda-posts .owl-controls .owl-dots {
    text-align: center;
    width: 100%; }
    .x-agenda-posts .owl-controls .owl-dots .owl-dot {
      cursor: pointer;
      background: #fff none repeat scroll 0 0;
      border-radius: 100%;
      display: inline-block;
      height: 20px;
      line-height: 20px;
      text-align: center;
      width: 20px;
      color: #ff005d;
      margin-right: 5px; }
      .x-agenda-posts .owl-controls .owl-dots .owl-dot.active {
        background: #ff005d;
        color: #fff; }
      .x-agenda-posts .owl-controls .owl-dots .owl-dot:focus {
        -webkit-outline-radius: 100%;
        -o-outline-radius: 100%;
        -moz-outline-radius: 100%;
        outline-radius: 100%; }

@media screen and (min-width: 997px) {
  .x-agenda-posts .owl-controls {
    display: none; } }

html body .addtocalendar-wrap .atcb-list {
  border: 1px solid #ff005d;
  padding: 5px 10px;
  border-radius: 3px; }

.x-hexagon-block {
  position: relative; }
  .x-hexagon-block .hexagon-content {
    position: absolute;
    padding: 32% 10% 0;
    width: 100%;
    text-align: center; }

body {
  line-height: 1.3; }

.block-type-a .line {
  border-top: 4px solid #ed1163;
  padding-top: 10px; }

.block-type-a .holder {
  overflow: hidden;
  color: #343434;
  line-height: 1.3; }
  .block-type-a .holder > h1, .block-type-a .holder > h2, .block-type-a .holder > h3, .block-type-a .holder > h4, .block-type-a .holder > h5, .block-type-a .holder > h6 {
    margin-bottom: 0.5em; }
  .block-type-a .holder .text-holder .more-d {
    display: block;
    margin-top: 1em; }

.x-posts-list .more,
.x-agenda-posts .more {
  float: right;
  margin-top: 0;
  margin-right: 10px; }

.x-posts-list .holder {
  border-top: none; }

.block-a {
  margin-top: 25px; }
  .block-a:after {
    clear: both;
    content: "";
    display: block; }
  .block-a:first-child {
    margin-top: 0; }
  .block-a > a {
    color: #343434; }
  .block-a .img-holder {
    float: left;
    margin-right: 17px;
    width: 110px;
    position: relative; }
    .block-a .img-holder img {
      width: 110px;
      height: 70px;
      object-fit: cover; }
    .block-a .img-holder .author-avatar {
      bottom: -13px;
      position: absolute;
      right: -5px;
      z-index: 100; }
  .block-a .text-holder {
    overflow: hidden;
    margin-bottom: 7px;
    padding-right: 18%; }
    .block-a .text-holder a {
      color: #343434; }
  .block-a .more-d {
    color: #a3238e; }

.widget_recent_entries .text-holder {
  padding: 0; }

.x-recent-post-block .text-holder .more-d {
  display: block;
  margin-top: 0 !important; }

.x-recent-post-block .more {
  margin-top: 2em;
  width: 100%;
  text-align: right; }

.home article {
  padding: 0; }

.h-widget {
  font-size: 171.4% !important; }

.x-sidebar li, .x-sidebar ul {
  list-style-type: none; }

.comment-notify {
  margin-top: 1em;
  color: #000; }

.x-promo-image-wrap img {
  max-height: 200px;
  width: 100%;
  object-fit: cover; }

#mc_embed_signup h2 {
  font-weight: normal !important; }

.social-links a {
  color: #fff;
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #26599a;
  margin: 8.66px 0;
  margin: 14.43px 0; }
  .social-links a span {
    font-family: FontAwesome;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: -5px;
    line-height: 43px;
    font-size: 30px; }
  .social-links a:before, .social-links a:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent; }
  .social-links a:before {
    bottom: 100%;
    border-bottom: 14.43px solid #26599a; }
  .social-links a:after {
    top: 100%;
    width: 0;
    border-top: 14.43px solid #26599a; }
  .social-links a.facebook {
    background-color: #26599a; }
    .social-links a.facebook:before {
      border-bottom-color: #26599a; }
    .social-links a.facebook:after {
      border-top-color: #26599a; }
    .social-links a.facebook span:before {
      content: "\f09a"; }
  .social-links a.linkedin {
    background-color: #0088ac; }
    .social-links a.linkedin:before {
      border-bottom-color: #0088ac; }
    .social-links a.linkedin:after {
      border-top-color: #0088ac; }
    .social-links a.linkedin span:before {
      content: "\f0e1"; }
  .social-links a.twitter {
    background-color: #05adf4; }
    .social-links a.twitter:before {
      border-bottom-color: #05adf4; }
    .social-links a.twitter:after {
      border-top-color: #05adf4; }
    .social-links a.twitter span:before {
      content: "\f099"; }

.x-masonry-active a.more {
  display: none; }

.post-type-archive-x-partner h2 a {
  color: #000; }

.entry-block .meta > * {
  font-size: 90%; }

.x-view-mod-grid .entry-wrap .meta {
  display: none; }

.x-comments-area {
  margin: 0; }

body.single .entry-header {
  margin-bottom: 1em; }
  body.single .entry-header .meta-line {
    margin-top: .5em; }

body.archive article .meta .meta-line {
  margin-bottom: .2em; }

.entry-header h2.entry-title {
  padding-bottom: 0.2em;
  font-size: 140% !important; }

.entry-header .author {
  display: block;
  margin-bottom: 0.5em; }
  .entry-header .author a {
    color: #a3238e; }

.x-comments-area {
  margin-top: 2em !important; }

article {
  clear: both;
  overflow: hidden;
  padding: 0 0 50px;
  position: relative; }
  article.hentry {
    margin-top: 0px; }
  article .entry-title > span {
    font-size: 65%;
    display: block; }
  article .entry-featured {
    float: left;
    margin-right: 17px;
    max-width: 25%;
    position: relative;
    margin-bottom: 2em; }
    article .entry-featured .author-avatar {
      position: absolute;
      width: 60px;
      bottom: -21px;
      right: -10px; }
    article .entry-featured .entry-thumb img {
      width: 700px;
      height: 110px;
      object-fit: cover; }
  article .entry-wrap {
    background: none;
    background: none;
    box-shadow: none;
    padding: 0; }
    article .entry-wrap .meta {
      margin-top: 0.3em; }
  article a.entry-thumb:before {
    display: none;
    opacity: 0; }
  article a.entry-thumb:hover img {
    opacity: 1; }

.post-type-archive-agenda .entry-featured {
  margin-bottom: 1em; }

.single .entry-wrap {
  overflow: hidden;
  background: none;
  background: none;
  box-shadow: none;
  padding: 0; }
  .single .entry-wrap .single-view-meta-top {
    display: block;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 1em; }

.single .entry-subtitle {
  margin-top: 0.5em;
  margin-bottom: 1em; }

.entry-author {
  overflow: hidden; }
  .entry-author .author-avatar {
    width: 115px;
    margin-right: 27px;
    float: left;
    position: relative; }
    .entry-author .author-avatar svg {
      width: 100%; }
    .entry-author .author-avatar .social-links {
      bottom: 7px;
      position: absolute;
      right: -12px;
      z-index: 50; }
      .entry-author .author-avatar .social-links a {
        float: left;
        width: 30px;
        height: 17.32px;
        margin: 8.66px 0; }
        .entry-author .author-avatar .social-links a span {
          line-height: 28px;
          font-size: 18px; }
        .entry-author .author-avatar .social-links a:before, .entry-author .author-avatar .social-links a:after {
          border-left: 15px solid transparent;
          border-right: 15px solid transparent; }
        .entry-author .author-avatar .social-links a:before {
          border-bottom-width: 8.66px; }
        .entry-author .author-avatar .social-links a:after {
          border-top-width: 8.66px; }
      .entry-author .author-avatar .social-links a:hover {
        color: #fff !important; }
  .entry-author .author-info {
    padding-top: 15px; }
    .entry-author .author-info h3 {
      margin-top: 0;
      padding-top: 0; }
      .entry-author .author-info h3 span {
        color: #343434;
        padding-right: 0.3em;
        padding-left: 0.3em; }
  .entry-author .author-description {
    margin-left: 142px; }
  @media screen and (max-width: 765px) {
    .entry-author .author-avatar {
      float: none; }
    .entry-author .author-description {
      margin: 0; } }

.entry-post-footer {
  margin-top: 40px; }
  .entry-post-footer a {
    display: inline-block;
    margin-right: 10px;
    text-decoration: underline; }
  .entry-post-footer .tags a,
  .entry-post-footer .categories a {
    margin-right: 0; }
  .entry-post-footer .social-links {
    margin: 40px 0 0 0; }
    .entry-post-footer .social-links a {
      margin: 0; }
    .entry-post-footer .social-links a:hover {
      color: #fff !important; }
  .entry-post-footer .share-links {
    margin: 40px 0 0 0; }
    .entry-post-footer .share-links .addtoany_list a {
      margin: 0;
      padding: 0; }
      .entry-post-footer .share-links .addtoany_list a span {
        width: 57px;
        height: 57px;
        line-height: 57px; }
        .entry-post-footer .share-links .addtoany_list a span.a2a_s_a2a {
          background-image: url(assets/icons/icon-showmore.svg); }
        .entry-post-footer .share-links .addtoany_list a span.a2a_s_facebook {
          background-image: url(assets/icons/icon-facebook.svg); }
        .entry-post-footer .share-links .addtoany_list a span.a2a_s_linkedin {
          background-image: url(assets/icons/icon-linkedin.svg); }
        .entry-post-footer .share-links .addtoany_list a span.a2a_s_twitter {
          background-image: url(assets/icons/icon-twitter.svg); }
        .entry-post-footer .share-links .addtoany_list a span.a2a_s_google_plus {
          background-image: url(assets/icons/icon-googleplus.svg); }
        .entry-post-footer .share-links .addtoany_list a span.a2a_s_whatsapp {
          background-image: url(assets/icons/icon-whatsapp.svg); }
        .entry-post-footer .share-links .addtoany_list a span.a2a_s_youtube {
          background-image: url(assets/icons/icon-youtube.svg); }
        .entry-post-footer .share-links .addtoany_list a span.a2a_s_flickr {
          background-image: url(assets/icons/icon-flickr.svg); }

.x-highlights-block {
  margin-bottom: 1em; }
  .x-highlights-block .x-highlights-list-wrapper .subtitle {
    color: #ed1163; }

.x-posts-list .post-blocks div:nth-child(2n+1) {
  clear: left; }

.x-posts-list .block-a {
  margin-top: 0;
  margin-bottom: 1em; }

.x-related-posts {
  margin-top: 1.5em; }
  .x-related-posts .block-a {
    width: 49%;
    float: left; }
    @media (max-width: 768px) {
      .x-related-posts .block-a {
        width: 100%; } }
    .x-related-posts .block-a .text-holder {
      position: relative;
      top: -5px; }
      .x-related-posts .block-a .text-holder a {
        text-decoration: none; }

.alignright {
  text-align: right; }

.author .author-name h1 {
  display: inline-block;
  font-size: 250%;
  margin-top: 0;
  padding-top: 0; }

.author .author-seperator {
  border-bottom: solid 4px;
  color: #212121;
  margin-bottom: 2em;
  margin-top: 2em; }

.author article .entry-featured {
  max-width: 20%; }

.author h2.entry-title {
  font-size: 190%; }

.x-activation-row #mc_embed_signup * {
  display: inline;
  height: 35px;
  padding: 0;
  margin: 0;
  line-height: 140%; }

.x-activation-row #mc_embed_signup input[type=text] {
  border-radius: 0;
  background: #dddddd;
  color: #fff;
  width: 80%;
  margin-right: 16.6%;
  padding-left: 10px;
  margin-bottom: 0.2em; }
  .x-activation-row #mc_embed_signup input[type=text]::-webkit-input-placeholder {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.5px; }
  .x-activation-row #mc_embed_signup input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.5px; }
  .x-activation-row #mc_embed_signup input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.5px; }
  .x-activation-row #mc_embed_signup input[type=text]:-ms-input-placeholder {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.5px; }

.x-activation-row #mc_embed_signup #mce-EMAIL {
  border-radius: 0;
  background: #dddddd;
  color: #fff;
  width: 80%;
  padding-left: 10px; }
  .x-activation-row #mc_embed_signup #mce-EMAIL::-webkit-input-placeholder {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.5px; }
  .x-activation-row #mc_embed_signup #mce-EMAIL:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.5px; }
  .x-activation-row #mc_embed_signup #mce-EMAIL::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.5px; }
  .x-activation-row #mc_embed_signup #mce-EMAIL:-ms-input-placeholder {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.5px; }

.x-activation-row #mc_embed_signup button {
  width: 15%;
  text-align: center; }

.x-activation-row .x-section {
  padding: 0;
  padding-top: 30px;
  padding-bottom: 15px;
  margin: 0; }

.x-blogs-list .item {
  padding-right: 10px;
  margin-bottom: 1.5em; }
  .x-blogs-list .item .inner {
    background: #f6f6f6; }
  .x-blogs-list .item .img-holder {
    max-height: 200px;
    overflow: hidden; }
  .x-blogs-list .item .img-holder img {
    width: 100%;
    height: auto; }
  .x-blogs-list .item .text-holder {
    padding-left: 16px;
    padding-right: 15px; }
    .x-blogs-list .item .text-holder a.permalink {
      color: #343434;
      font-weight: 500; }
    .x-blogs-list .item .text-holder .author {
      position: relative;
      top: -6px; }
      .x-blogs-list .item .text-holder .author a {
        color: #a3238e; }
        .x-blogs-list .item .text-holder .author a span {
          display: inline-block;
          position: relative;
          top: -15px;
          padding-left: 8px; }
    .x-blogs-list .item .text-holder .excerpt a {
      color: #a3238e; }

@media screen and (max-width: 898px) {
  .x-blogs-list .item {
    width: 50%; } }

@media screen and (max-width: 640px) {
  .x-blogs-list .item {
    width: 100%; } }

.x-comment-img .avatar-wrap {
  margin-right: 1em;
  max-width: 96px;
  max-height: 96px;
  overflow: hidden; }

article.comment {
  margin: 0 0 30px 0; }

.x-comment-awaiting-moderation {
  margin-top: 3em; }

#reply-title {
  text-transform: lowercase; }
  #reply-title:first-letter {
    text-transform: uppercase; }

.x-header-landmark {
  text-align: left;
  margin: 0 0 34px 0; }

.h-landmark {
  font-size: 250% !important;
  border-bottom: solid 4px #ccc; }
  .h-landmark span:before, .h-landmark span:after {
    display: none; }

.p-landmark-sub {
  margin: 20px 0 0;
  padding: 0;
  font-size: 16px !important; }

.agenda-header-landmark .view-mod {
  font-size: 16px;
  letter-spacing: normal;
  color: #ed1163;
  float: right; }
  .agenda-header-landmark .view-mod a {
    padding: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #343434; }
    .agenda-header-landmark .view-mod a:hover, .agenda-header-landmark .view-mod a.active {
      color: #ed1163; }
    .agenda-header-landmark .view-mod a.mod-list:before {
      content: "\f039"; }
    .agenda-header-landmark .view-mod a.mod-grid:before {
      content: "\f00a"; }
    .agenda-header-landmark .view-mod a.mod-map:before {
      content: "\f041"; }

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #a3238e;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }
  .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .loader:after {
    left: 3.5em; }
  .loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 0; }

.search_content {
  position: relative; }

.loaderOverlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50; }

#acf-container #message {
  display: none; }

#acf-container .acf-form-submit {
  margin-left: 0.9em; }

/* Don't cut peoples feet off! */
body.search .x-navbar-wrap {
  background-position: bottm center; }

html body .x-section.fullwidth .x-container.max,
html body .x-container.max.fullwidth {
  max-width: 100%;
  width: 100%; }

.x-partners-logo-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -7px -7px;
  padding-top: 12px; }
  .x-partners-logo-wrapper .partner-post-item {
    padding: 2px 7px 7px;
    width: 50%; }
    .x-partners-logo-wrapper .partner-post-item .partner-featured {
      position: relative; }
      .x-partners-logo-wrapper .partner-post-item .partner-featured .partner-thumb {
        position: relative;
        display: block; }
    .x-partners-logo-wrapper .partner-post-item .partner-wrap {
      background-color: #fff;
      display: block;
      padding: 4px 14px;
      min-height: 60px; }
      .x-partners-logo-wrapper .partner-post-item .partner-wrap a {
        font-size: 16px;
        color: #343434; }
  @media (min-width: 450px) {
    .x-partners-logo-wrapper .partner-post-item {
      width: 33.33%; } }
  @media (min-width: 600px) {
    .x-partners-logo-wrapper .partner-post-item {
      width: 25%; } }
  @media (min-width: 600px) {
    .x-partners-logo-wrapper .partner-post-item {
      width: 25%; } }
  @media (min-width: 768px) {
    .x-partners-logo-wrapper .partner-post-item {
      width: 20%; } }
  @media (min-width: 991px) {
    .x-partners-logo-wrapper .partner-post-item {
      width: 16.66%; } }

#catapult-cookie-bar {
  font-size: .875em; }
  #catapult-cookie-bar a {
    text-decoration: underline; }

.bloggers-list .entry-author {
  margin-top: 2em; }

.post-views-graph {
  width: auto;
  display: inline-block;
  height: 14px;
  float: right; }
  .post-views-graph span {
    min-height: 1px;
    vertical-align: bottom;
    display: inline-block;
    width: 2px;
    margin-right: 1px;
    /* gradient from gray to pink */
    background: #ff005d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDA1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff005d 0%, #212121 100%);
    background: -webkit-linear-gradient(top, #ff005d 0%, #212121 100%);
    background: linear-gradient(to bottom, #ff005d 0%, #212121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff005d', endColorstr='#212121',GradientType=0 ); }

@media screen and (max-width: 700px) {
  .post-views-graph {
    display: block;
    clear: both;
    float: none;
    margin: 1em 0; } }

.netwerkpartners {
  text-align: center; }
  .netwerkpartners .x-1-6 {
    width: 15.6%;
    margin-right: 1%; }
  .netwerkpartners .x-column {
    padding: 1em !important;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125); }
    .netwerkpartners .x-column .x-img-link {
      display: block;
      min-height: 140px;
      margin: 0 !important;
      padding: 0 !important;
      white-space: nowrap;
      max-height: auto !important; }
      .netwerkpartners .x-column .x-img-link:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        min-height: 140px; }
      .netwerkpartners .x-column .x-img-link img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto; }
    .netwerkpartners .x-column .x-text {
      margin-top: 1em;
      min-height: 2.5em; }

@media screen and (min-width: 769px) and (max-width: 990px) {
  .netwerkpartners {
    text-align: center; }
    .netwerkpartners .x-1-6 {
      width: 30%;
      margin-right: 3%;
      margin-bottom: 3% !important; }
      .netwerkpartners .x-1-6 .x-img-link, .netwerkpartners .x-1-6 .x-img-link:before {
        min-height: 230px; }
      .netwerkpartners .x-1-6:nth-child(3n+4) {
        clear: left; } }

@media screen and (max-width: 768px) {
  .netwerkpartners {
    text-align: center; }
    .netwerkpartners .x-1-6 {
      width: 100%;
      margin-right: 0;
      margin-bottom: 3% !important; }
      .netwerkpartners .x-1-6 .x-img-link, .netwerkpartners .x-1-6 .x-img-link:before {
        min-height: auto; }
      .netwerkpartners .x-1-6 .x-text {
        min-height: auto; } }

h1 {
  font-size: 250% !important; }

h2 {
  font-size: 171.4% !important; }

h3 {
  font-size: 100% !important;
  text-transform: uppercase; }

blockquote {
  font-size: 16px !important;
  font-style: italic;
  padding: 0.5em;
  padding-top: 0.6em;
  padding-bottom: 0.7em;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd; }
  blockquote * {
    font-size: 16px !important;
    font-style: italic;
    padding: 0;
    margin: 0; }

.content h2, .content h3 {
  margin: 0.6em 0 0.2em; }

@media screen and (max-width: 980px) {
  .x-menu-heading {
    display: none; }
  .x-context-menu-wrap .x-context-menu li {
    display: block;
    float: left;
    padding: 2px; }
  .masthead-inline .x-topbar {
    display: none; }
  .x-slider-wrapper .x-slider-wrap .x-slide-container .x-slide-wrap {
    margin: 0; }
    .x-slider-wrapper .x-slider-wrap .x-slide-container .x-slide-wrap .x-slide {
      width: 100%;
      margin: 0; }
  .x-slider-wrapper .x-slider-items .x-slider-nav {
    display: block; }
  .x-brand {
    width: 70px; }
    .x-brand img {
      margin: 0; }
  #searchform .input-group {
    width: 100%; }
  #searchform .search_options {
    width: 100%;
    padding-top: 10px;
    padding-left: 0; }
  .row .x-recent-post-block {
    width: 100%;
    margin-top: 30px; }
    .row .x-recent-post-block .post-blocks .block-a:nth-child(2) ~ .block-a {
      display: none; }
    .row .x-recent-post-block .more {
      margin-left: 0;
      float: right; } }

@media screen and (max-width: 768px) {
  .x-context-menu-wrap .x-context-menu li {
    width: 50%; }
  .x-context-menu-wrap .x-context-menu li a,
  .x-context-menu-wrap .x-context-menu li a span {
    display: block; } }

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