/*!
Theme Name: Loosduinsmuseum
Theme URI: http://www.doserdesign.nl
Author: http://www.doserdesign.nl
Author URI: http://www.doserdesign.nl
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/
/* =Variables
-------------------------------------------------------------- */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
@font-face {
  font-family: 'bebas_neuebook';
  src: url("fonts/bebasneue_book-webfont.eot");
  src: url("fonts/bebasneue_book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebasneue_book-webfont.woff2") format("woff2"), url("fonts/bebasneue_book-webfont.woff") format("woff"), url("fonts/bebasneue_book-webfont.ttf") format("truetype"), url("fonts/bebasneue_book-webfont.svg#bebas_neuebook") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =Mixins
---------------------------------------------------------------------------------------------------------- */
/* =Alpha colours
-------------------------------------------------------------- */
/* useage: @include alpha-attribute('background-color', rgba(black, 0.5), white); */
/* =Three colour gradient
-------------------------------------------------------------- */
/* =Border radius
-------------------------------------------------------------- */
/* =Shadow
-------------------------------------------------------------- */
/* =Media queries
-------------------------------------------------------------- */
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; }

.skip-link {
  display: none; }

.clearfix {
  clear: both; }

html {
  font-size: 62.5%; }

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

/* =Basic styling 
-------------------------------------------------------------- */
/* =Main Structure
-------------------------------------------------------------- */
article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

p {
  margin-bottom: 20px; }

#content ul {
  margin-left: 20px;
  margin-bottom: 20px; }

#content table {
  border: 1px solid #e7e7e7;
  width: 100%; }

#content tr th,
#content thead th {
  font-weight: bold; }

#content tr td {
  border-top: 1px solid #e7e7e7; }

.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px; }

.entry-meta {
  color: #888;
  font-size: 12px; }

.entry-meta abbr,
.entry-utility abbr {
  border: none; }

#content .entry-summary p:last-child {
  margin-bottom: 12px; }

.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px; }

.entry-content input {
  margin: 0 0 24px 0; }

.entry-content input.file,
.entry-content input.button {
  margin-right: 24px; }

.entry-content label {
  color: #888;
  font-size: 12px; }

.entry-content select {
  margin: 0 0 24px 0; }

.entry-content sup,
.entry-content sub {
  font-size: 10px; }

.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%; }

.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%; }

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  margin-bottom: 0; }

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px; }

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px; }

/* =Images
-------------------------------------------------------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px; }

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center; }

.wp-caption img {
  margin: 5px 5px 0; }

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px; }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 599px) {
    .gallery .gallery-item {
      width: 100%; } }
  @media only screen and (min-width: 600px) and (orientation: portrait) {
    .gallery .gallery-item {
      width: 50%; } }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

#content .gallery-columns-6 .gallery-item {
  width: 31.3%;
  margin-right: 2%; }
  @media only screen and (min-width: 600px) {
    #content .gallery-columns-6 .gallery-item {
      width: 16.66666%;
      margin-right: 0%; } }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #1498a8;
  font-size: 12px;
  margin: 20px auto 0 auto; }

.gallery dl {
  margin: 0; }

.gallery br + br {
  display: none; }

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto; }

/* =Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova Soft W03 Reg';
  color: #d09004;
  font-weight: normal;
  text-transform: uppercase; }

h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem; }

h2 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 36px;
  line-height: 3.6rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem; }

h4 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 26px;
  line-height: 2.6rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

a:link, a:visited {
  text-decoration: none;
  color: #d09004; }

a:hover, a:active {
  text-decoration: none;
  color: #f5b804; }

.entry-title {
  font-family: 'Oranda W01 Roman'; }

.page-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 30px; }
  @media only screen and (min-width: 600px) {
    .page-title {
      font-size: 50px;
      font-size: 5rem;
      line-height: 50px;
      line-height: 5rem; } }

#wpadminbar {
  display: none; }

/* =Main Structure
-------------------------------------------------------------- */
html body {
  background-color: #ffffff;
  font-family: 'Proxima Nova Soft W03 Medium';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #000000;
  padding: 1px;
  overflow-y: scroll; }
  @media only screen and (min-width: 600px) {
    html body {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem; } }

html, body, .mm-page, .site-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0px !important; }

.button:link, .button:visited {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  font-family: 'Oranda W01 Roman';
  text-transform: uppercase;
  background-color: #9c7012;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px; }

.button:hover, .button:active {
  background-color: #d09004; }

.widget-button {
  display: block;
  color: #ffffff !important;
  width: 50%;
  float: right;
  text-align: center;
  padding: 5px 10px;
  font-family: 'Oranda W01 Roman';
  text-transform: uppercase;
  text-decoration: none !important; }

.site-wrapper {
  padding-top: 50px; }
  @media only screen and (min-width: 600px) {
    .site-wrapper {
      padding-top: 76px; } }

.wrapper {
  margin: 0 auto;
  width: 100%;
  margin-left: 0px; }
  @media only screen and (min-width: 600px) {
    .wrapper {
      margin-left: 200px;
      width: calc(100% - 200px); } }

.mobile-navigation {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #f5b804;
  width: 100%;
  height: 50px;
  z-index: 99;
  display: block; }
  @media only screen and (min-width: 600px) {
    .mobile-navigation {
      display: none; } }

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.overlay.active {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

iframe {
  width: 100%; }

/* =Grid 
-------------------------------------------------------------- */
/* =Background Structure
-------------------------------------------------------------- */
/* =Navigation Structure 
-------------------------------------------------------------- */
.navigation-bar {
  position: fixed;
  width: 200px;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 11;
  background-color: #d09004;
  display: none; }
  @media only screen and (min-width: 600px) {
    .navigation-bar {
      display: block; } }
  .navigation-bar .navbar-beeldmerk {
    background-color: #ffffff;
    padding: 20px 20px; }
    .navigation-bar .navbar-beeldmerk img {
      width: 100%;
      height: auto; }

.submenu-container {
  width: 200px;
  background-color: #9c7012;
  height: 100vh;
  position: fixed;
  left: 0px;
  z-index: 10;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  padding: 20px;
  display: none; }
  @media only screen and (min-width: 600px) {
    .submenu-container {
      display: block; } }
  .submenu-container ul {
    list-style-type: none; }

.submenu-container.active {
  left: 200px; }

.nav {
  font-family: 'Proxima Nova Soft W03 Reg';
  line-height: 18px;
  line-height: 1.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 11;
  padding: 15px 20px 0 20px;
  text-transform: uppercase; }
  .nav li {
    list-style-type: none;
    text-align: left;
    margin: 0 0 10px 0;
    position: relative;
    border-bottom: solid 1px #ffffff; }
    .nav li a:hover span {
      display: block; }
    .nav li img {
      width: 100%;
      height: auto;
      padding: 10px; }
  .nav a:link, .nav a:visited {
    color: #ffffff;
    padding: 10px 0 20px 0;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 2; }
  .nav a:hover, .nav a:active {
    color: #ffffff;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    text-decoration: none; }
    .nav a:hover span:after, .nav a:active span:after {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
  .nav .current-menu-item > a:link,
  .nav .current-menu-item > a:visited,
  .nav .current-menu-item > a:hover,
  .nav .current-menu-item > a:active,
  .nav .current_page_ancestor > a:link,
  .nav .current_page_ancestor > a:visited,
  .nav .current_page_ancestor > a:hover,
  .nav .current_page_ancestor > a:active {
    color: #ffffff; }
  .nav .current_page_item .sub-menu {
    display: block; }
  .nav .sub-menu {
    display: none; }

.sub-menu a {
  display: block;
  min-width: 100px;
  max-width: 320px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
  padding: 5px 0 15px 0;
  color: #ffffff !important;
  text-align: center;
  border-bottom: solid 2px #ffffff; }
  .sub-menu a img {
    margin: 0 auto; }

.sub-menu img._before {
  display: block;
  text-align: center;
  margin: 0 auto; }

.scroller {
  padding-bottom: 40px; }

body .mm-menu a {
  padding: 12px 0 12px 10px !important; }

body .mm-menu .sub-menu {
  display: block !important; }
  body .mm-menu .sub-menu li {
    border-bottom: none; }
    body .mm-menu .sub-menu li:after {
      border: none !important; }
  body .mm-menu .sub-menu a {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    border-bottom: solid 1px #ffffff; }
  body .mm-menu .sub-menu img._before {
    display: none !important; }

body .mm-menu .mm-subclose {
  text-indent: 0px; }
  body .mm-menu .mm-subclose:before {
    border-color: #ffffff !important;
    margin-bottom: -4px  !important;
    left: 0px; }

body .mm-menu .mm-subopen:before {
  border-color: #ffffff !important; }

body .mm-menu .mm-subopen:after {
  border-color: #ffffff !important; }

body .mm-menu .mm-list a.mm-subopen {
  width: 100%;
  z-index: 99; }
  body .mm-menu .mm-list a.mm-subopen:before {
    border: none; }

#mobile-menu {
  display: none; }

/* =Header Structure
-------------------------------------------------------------- */
.mobile-button {
  width: 36px;
  position: absolute;
  top: 12px;
  left: 12px; }
  @media only screen and (min-width: 600px) {
    .mobile-button {
      display: none; } }
  .mobile-button img {
    width: 100%;
    height: auto; }

.mobile-logo {
  width: 80px;
  display: block;
  margin: 0 auto; }
  .mobile-logo img {
    width: 100%;
    height: auto; }

.header {
  margin: 0px auto;
  width: 100%;
  height: 35vh;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 600px) {
    .header {
      height: 45vh; } }
  @media only screen and (min-width: 600px) and (orientation: portrait) {
    .header {
      height: 30vh; } }
  .header img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.header-tekst {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  font-family: 'ITCCenturyW01-BoldCnIt';
  letter-spacing: 3px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (min-width: 600px) {
    .header-tekst {
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 56px;
      line-height: 5.6rem; } }
  .header-tekst:before {
    content: " ";
    border-bottom: solid 1px #ffffff;
    width: 50%;
    display: block;
    margin: 0 auto; }
  .header-tekst:after {
    content: " ";
    border-bottom: solid 1px #ffffff;
    width: 50%;
    display: block;
    margin: 0 auto; }

.calltoaction-bar {
  background-color: #f5b804;
  color: #ffffff;
  padding: 10px;
  font-family: 'Oranda W01 Roman';
  text-align: center; }
  @media only screen and (min-width: 600px) {
    .calltoaction-bar {
      padding: 10px 90px 10px 90px; } }

.featureblok {
  width: 100%;
  background-color: #fff6e3;
  display: block;
  position: relative;
  padding: 10px 4.16667% !important; }
  @media only screen and (min-width: 600px) {
    .featureblok {
      padding: 10px 16.66667% !important; } }
  @media only screen and (min-width: 600px) and (orientation: portrait) {
    .featureblok {
      padding: 10px 4.16667% !important; } }
  @media only screen and (min-width: 1200px) {
    .featureblok {
      padding: 10px 16.66667% !important; } }
  .featureblok:after {
    background-image: url("img/scheiding.png");
    left: 0px;
    right: 0px;
    height: 24px;
    display: block;
    content: ' ';
    position: absolute;
    bottom: -24px; }

.features {
  width: 100%;
  margin: 0 auto; }
  .features .feature {
    display: block;
    float: left;
    width: 33.33333%;
    text-align: center;
    position: relative; }
    .features .feature img {
      width: 100%;
      height: auto;
      max-width: 100px; }
  .features .feature-title {
    color: #d09004;
    margin-top: -10px; }
  .features .feature-link {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-indeX: 2; }

/* =Main Structure
-------------------------------------------------------------- */
.main-content-area {
  width: calc(100%);
  float: left;
  position: relative; }

main {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 10px !important; }
  @media only screen and (min-width: 600px) {
    main {
      padding: 90px 40px !important; } }
  @media only screen and (min-width: 1200px) {
    main {
      padding: 90px 16.66667% !important; } }
  main:after {
    background-image: url("img/scheiding_wit.png");
    left: 0px;
    right: 0px;
    height: 24px;
    display: block;
    content: ' ';
    position: absolute;
    bottom: -24px; }

article p:nth-child(2) {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
  line-height: 2.4rem; }

article blockquote {
  font-family: 'Oranda W01 Roman';
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 21px;
  line-height: 2.1rem;
  text-align: center;
  color: #d09004; }
  @media only screen and (min-width: 600px) {
    article blockquote {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 36px;
      line-height: 3.6rem; } }
  article blockquote:before {
    border: solid 1px #d09004;
    content: ' ';
    display: block;
    width: 150px;
    margin: 60px auto 20px auto; }
    @media only screen and (min-width: 600px) {
      article blockquote:before {
        width: 300px; } }
  article blockquote:after {
    border: solid 1px #d09004;
    content: ' ';
    display: block;
    width: 150px;
    margin: 20px auto 60px auto; }
    @media only screen and (min-width: 600px) {
      article blockquote:after {
        width: 300px; } }

article .post-meta a {
  background-color: #d09004;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  font-family: 'Proxima Nova Soft W03 Reg';
  margin-right: 20px; }

article .post-details {
  color: #bdbdbd;
  margin: 10px 0; }
  article .post-details:before {
    content: ' ';
    background-image: url("img/klokje.png");
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-bottom: -6px; }

/* =Archive Structure  
-------------------------------------------------------------- */
.item {
  width: 100%;
  padding: 10px;
  position: relative; }
  @media only screen and (min-width: 600px) {
    .item {
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 1200px) {
    .item {
      width: 33.33333%;
      float: left; } }
  .item .item-image {
    width: 100%;
    height: auto;
    line-height: 0px;
    line-height: 0rem; }
    .item .item-image img {
      width: 100%;
      height: auto; }
  .item .item-content {
    background-color: #fff6e3;
    padding: 10px 10px 10px 10px; }
  .item .item-datum {
    color: #d09004;
    font-size: 14px;
    font-size: 1.4rem; }
  .item .item-categories {
    padding: 20px 10px 0 10px; }
    .item .item-categories:after {
      content: '';
      background-image: url("img/shadowbar.jpg");
      background-repeat: no-repeat;
      display: block;
      width: 100%;
      height: 30px;
      background-size: contain;
      text-align: center;
      margin: 10px auto 0 auto; }
  .item .item-categories a:link, .item .item-categories a:visited {
    color: #cbc6c0; }
  .item .item-categories a:hover, .item .item-categories a:active {
    color: #aaa; }
  .item .item-title {
    color: #000000;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 24px;
    line-height: 2.4rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .item .item-title a:link, .item .item-title a:visited {
      color: #000000; }
    .item .item-title a:hover, .item .item-title a:active {
      color: #000000;
      text-decoration: underline; }
  .item .item-link {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3; }

.wpv-filter-form {
  padding: 0 0 30px 0px; }
  @media only screen and (min-width: 600px) {
    .wpv-filter-form {
      padding: 0 0 30px 20px; } }
  .wpv-filter-form .js-wpv-filter-trigger {
    display: none; }
  .wpv-filter-form .radios-taxonomies-title {
    cursor: pointer;
    margin-right: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #d09004;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    display: inline-block; }
  .wpv-filter-form .radios-taxonomies-title:checked + label {
    cursor: pointer; }
  .wpv-filter-form input[type="radio"]:checked + label {
    background-color: #9c7012;
    color: #ffffff; }
  .wpv-filter-form .searchbar {
    background-color: #fff6e3;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: inset 2px 2px 13px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 2px 2px 13px 4px rgba(0, 0, 0, 0.09);
    box-shadow: inset 2px 2px 13px 4px rgba(0, 0, 0, 0.09);
    padding: 12px;
    margin-right: 10px;
    margin-top: 0px;
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .wpv-filter-form .searchbar {
        width: auto;
        margin-top: 0px;
        float: right; } }
    @media only screen and (min-width: 600px) and (orientation: portrait) {
      .wpv-filter-form .searchbar {
        width: auto;
        margin-top: 0px;
        width: 100%; } }
    .wpv-filter-form .searchbar:focus {
      -webkit-appearance: none;
      border: none;
      outline: none; }
  .wpv-filter-form .category-filterbuttons {
    float: left; }

.archief-navigatie {
  margin: 0 auto 0 auto;
  display: block;
  width: 150px;
  position: relative;
  height: 40px; }
  .archief-navigatie .wpv-filter-next-link {
    width: 48px;
    height: 48px;
    padding: 10px;
    margin-top: 3px;
    border-radius: 5px;
    position: absolute;
    display: block;
    left: 110px;
    top: 0px;
    background-color: #fff6e3; }
    .archief-navigatie .wpv-filter-next-link img {
      width: 100%;
      height: auto; }
  .archief-navigatie .wpv-filter-previous-link {
    width: 48px;
    height: 48px;
    padding: 10px;
    margin-top: 3px;
    border-radius: 5px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    background-color: #fff6e3; }
    .archief-navigatie .wpv-filter-previous-link img {
      width: 100%;
      height: auto;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.pagecounter {
  background-color: #fff6e3;
  color: #d09004;
  display: block;
  position: absolute;
  left: 50px;
  top: 0px;
  padding: 12px 10px 10px 10px;
  border-radius: 5px;
  width: 48px;
  height: 48px;
  margin: 3px 5px 0 5px; }

/* =Sidebar Structure 
-------------------------------------------------------------- */
/* =Footer Structure
-------------------------------------------------------------- */
.prefooter {
  padding: 0; }
  @media only screen and (min-width: 1200px) {
    .prefooter {
      padding: 50px 16.66667%; } }
  .prefooter .banner {
    position: relative;
    text-align: center; }
    .prefooter .banner img {
      width: 100%;
      height: auto; }
  .prefooter h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem; }
    @media only screen and (min-width: 600px) {
      .prefooter h2 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 36px;
        line-height: 3.6rem; } }
  .prefooter .banner-text {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ffffff;
    width: 83.33333%; }
    @media only screen and (min-width: 600px) {
      .prefooter .banner-text {
        top: 50px; } }
    @media only screen and (min-width: 600px) and (orientation: portrait) {
      .prefooter .banner-text {
        top: 25px; } }
    .prefooter .banner-text p {
      margin-bottom: 0px;
      display: none; }
      @media only screen and (min-width: 600px) {
        .prefooter .banner-text p {
          display: block; } }
      @media only screen and (min-width: 600px) and (orientation: portrait) {
        .prefooter .banner-text p {
          display: none; } }

.footer {
  display: block;
  width: 100%;
  background-color: #fff6e3;
  padding: 10px 16.66667%;
  position: relative; }
  .footer:before {
    background-image: url("img/scheiding.png");
    left: 0px;
    right: 0px;
    height: 24px;
    display: block;
    content: ' ';
    position: absolute;
    top: -24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .footer .footer-logo-container {
    margin: 0 auto;
    display: block;
    max-width: 480px;
    min-width: 240px;
    text-align: center; }
  .footer .footer-blok {
    width: 100%;
    padding: 0 20px 0 0;
    text-align: center; }
    @media only screen and (min-width: 600px) {
      .footer .footer-blok {
        width: 50%;
        max-width: 240px;
        display: inline-block;
        margin-left: -4px;
        padding: 0; } }
    @media only screen and (orientation: portrait) {
      .footer .footer-blok {
        width: 100%;
        float: none; } }
    .footer .footer-blok img {
      width: 100%;
      height: auto; }
  .footer .footer-text {
    padding: 25px 20px 0 20px;
    text-transform: uppercase;
    color: #3c4a98;
    text-align: center; }

.footer-bar {
  background-color: #f5b804;
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  font-family: 'Oranda W01 Roman'; }
  .footer-bar a {
    color: #ffffff !important;
    text-transform: uppercase; }
  .footer-bar span {
    display: inline;
    margin-right: 20px;
    text-transform: uppercase; }

.footer-links {
  display: inline; }
  .footer-links ul {
    list-style-type: none;
    display: inline; }
  .footer-links li {
    display: inline;
    margin-right: 20px; }

.steunblok {
  text-align: center;
  margin-top: 20px; }

body .mm-menu {
  background-color: #d09004; }
  body .mm-menu .nav li {
    border-bottom: 1px solid #f5b804; }

body .addtoany_list a {
  width: 48px;
  height: 48px; }
  body .addtoany_list a img {
    width: 100%;
    height: auto; }

body .mailpoet_form .mailpoet_paragraph {
  display: inline-block;
  width: 66.66667%;
  margin-right: -4px;
  padding-right: 30px;
  border-radius: 5px; }
  body .mailpoet_form .mailpoet_paragraph:nth-child(8) {
    width: 33.33333%; }
  body .mailpoet_form .mailpoet_paragraph input {
    width: 100% !important;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 8px 4px;
    outline: none;
    border: 1px #9c7012 solid;
    border-radius: 5px; }

body .mailpoet_form .mailpoet_submit {
  display: inline-block;
  width: 33.33333%;
  margin-right: -4px;
  background-color: #d09004;
  color: #ffffff;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 8px 4px;
  border-radius: 5px; }

.page-template-home .header {
  margin: 0px auto;
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 600px) {
    .page-template-home .header {
      height: 65vh; } }

.royalSlider {
  height: 100% !important; }
  .royalSlider .rsOverflow {
    height: 100% !important; }
  .royalSlider .rsMainSlideImage {
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .royalSlider .slidertekst {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    font-family: 'ITCCenturyW01-BoldCnIt';
    letter-spacing: 3px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #ffffff;
    text-align: center;
    width: 75%; }
    @media only screen and (min-width: 600px) {
      .royalSlider .slidertekst {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 56px;
        line-height: 5.6rem;
        width: auto; } }
  .royalSlider .slider-button {
    font-family: 'Proxima Nova Soft W03 Medium';
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    border: solid 2px #d09004;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px; }
    @media only screen and (min-width: 600px) {
      .royalSlider .slider-button {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 28px;
        line-height: 2.8rem;
        margin-top: 20px; } }
    .royalSlider .slider-button span {
      color: #d09004;
      font-weight: bold;
      font-size: 30px;
      font-size: 3rem;
      display: none; }
      @media only screen and (min-width: 600px) {
        .royalSlider .slider-button span {
          display: inline-block; } }

.activiteiten {
  margin-bottom: 40px; }
  .activiteiten .activiteiten-header {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center; }
    @media only screen and (min-width: 600px) {
      .activiteiten .activiteiten-header {
        font-size: 48px;
        font-size: 4.8rem; } }
    @media only screen and (min-width: 600px) and (orientation: portrait) {
      .activiteiten .activiteiten-header {
        font-size: 24px;
        font-size: 2.4rem; } }
  .activiteiten .activiteit {
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .activiteiten .activiteit {
        width: 33.33333%;
        float: left;
        padding: 20px; } }
    @media only screen and (min-width: 600px) and (orientation: portrait) {
      .activiteiten .activiteit {
        width: 100%;
        float: none;
        padding: 0px; } }
  .activiteiten .activiteit-header {
    font-family: 'Oranda W01 Roman';
    padding: 10px 0 20px 0; }
    .activiteiten .activiteit-header a {
      display: block !important; }
  .activiteiten img {
    width: 100%;
    height: auto; }
  .activiteiten .activiteit-tekst a:last-child {
    display: none; }
  .activiteiten .activiteit-link {
    margin-top: 10px;
    display: block;
    line-height: 36px;
    line-height: 3.6rem; }
    .activiteiten .activiteit-link:before {
      content: ' ';
      background-image: url("img/pijl.svg");
      display: inline-block;
      width: 36px;
      height: 36px;
      background-size: cover;
      margin-bottom: -10px; }

.expos {
  margin-bottom: 40px; }
  .expos .expos-header {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem; }
    @media only screen and (min-width: 600px) {
      .expos .expos-header {
        font-size: 48px;
        font-size: 4.8rem; } }
    @media only screen and (min-width: 600px) and (orientation: portrait) {
      .expos .expos-header {
        font-size: 24px;
        font-size: 2.4rem; } }
  .expos .expo-image {
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .expos .expo-image {
        width: 50%;
        float: left;
        padding: 20px; } }
    @media only screen and (min-width: 600px) and (orientation: portrait) {
      .expos .expo-image {
        width: 100%;
        float: none;
        padding: 0px; } }
  .expos .expo-tekst {
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .expos .expo-tekst {
        width: 50%;
        float: left;
        padding: 20px; } }
    @media only screen and (min-width: 600px) and (orientation: portrait) {
      .expos .expo-tekst {
        width: 100%;
        float: none;
        padding: 0px; } }
  .expos .expo-header {
    font-family: 'Oranda W01 Roman'; }
  .expos img {
    width: 100%;
    height: auto; }
  .expos .expo-link {
    margin-top: 10px;
    display: block;
    line-height: 36px;
    line-height: 3.6rem; }
    .expos .expo-link:before {
      content: ' ';
      background-image: url("img/pijl.svg");
      display: inline-block;
      width: 36px;
      height: 36px;
      background-size: cover;
      margin-bottom: -10px; }

.klassenfoto-container {
  width: 100%;
  height: auto;
  position: relative; }
  .klassenfoto-container img {
    width: 100%;
    height: auto; }

.klassenfoto-namen div {
  padding: 0 5px; }

.klassenfoto-namen div:nth-child(odd) {
  background-color: #fff6e3; }

.klassenfoto-namen div:nth-child(even) {
  background-color: #fffaf1; }

body.single-afbeelding {
  width: 300px; }

body #imageContainer {
  padding: 0px;
  position: relative; }
  body #imageContainer img {
    width: 100% !important;
    height: auto !important; }

body #imageDataContainer {
  background-color: #fff6e3;
  padding-top: 20px;
  position: relative;
  min-height: 50px; }

#numberDisplay {
  display: none !important; }

#titleText {
  font-family: 'Proxima Nova Soft W03 Reg';
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-transform: uppercase; }
  #titleText p {
    font-family: 'Proxima Nova Soft W03 Reg';
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    text-transform: none; }

#bottomNavClose {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("img/close.svg");
  width: 36px;
  height: 36px;
  display: block;
  background-size: contain; }
  #bottomNavClose img {
    display: none; }

#nextLink:hover,
#nextLink:visited:hover {
  background-image: url("img/rechts.svg") !important;
  width: 36px;
  height: 36px;
  background-size: contain;
  display: block; }

#prevLink:hover,
#prevLink:visited:hover {
  background-image: url("img/links.svg") !important;
  width: 36px;
  height: 36px;
  background-size: contain;
  display: block; }

#prevLink, #nextLink {
  width: 36px !important; }

body #lightbox .addtoany_list a {
  width: 36px;
  height: 36px; }

.Leden .naam {
  width: 45%;
  display: inline-block; }

.Leden .functie {
  width: 45%;
  display: inline-block; }

.adres {
  color: #3c4a98;
  margin: 20px 0; }
