@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Satisfy);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);
/*
Theme Name: Shiftinglands F5
Author: Tom van Winsen
Author URI: http://vanwinsen.nl/
Description: Shiftinglands F5 is a Foundation v5 built responsive website
License: GNU General Public License v2 or later
Text Domain: shiftinglands
*/
/* SUBNAV */
body#shiftinglands .sidebar-column form#searchform {
  padding-top: 1em;
}
body#shiftinglands .sidebar-column form#searchform input.search-field {
  background-color: rgba(255, 255, 255, 0.75);
}
body#shiftinglands .sidebar-column aside#sidebar section.widget_recent_entries h2.widget-title {
  background-image: url("img/hdr-recentposts.png");
  background-position: center 0;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 2rem;
}
body#shiftinglands .sidebar-column aside#sidebar section.widget_archive h2.widget-title {
  background-image: url("img/hdr-archives.png");
  background-position: center 0;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 2rem;
}
body#shiftinglands .sidebar-column aside#sidebar section.widget_recent_entries ul,
body#shiftinglands .sidebar-column aside#sidebar section.widget_archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2rem;
}
body#shiftinglands .sidebar-column aside#sidebar section.widget_recent_entries ul li,
body#shiftinglands .sidebar-column aside#sidebar section.widget_archive ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
body#shiftinglands .sidebar-column aside#sidebar section.widget_recent_entries ul li a,
body#shiftinglands .sidebar-column aside#sidebar section.widget_archive ul li a {
  font-size: 1.00rem;
  padding-left: 0.700rem;
  text-shadow: 1px 1px 1px #0A0A0A;
  display: block;
  text-align: center;
}
body#shiftinglands .sidebar-column aside#sidebar section.widget_recent_entries ul li a:hover,
body#shiftinglands .sidebar-column aside#sidebar section.widget_archive ul li a:hover {
  color: rgba(255, 255, 255, 0.95);
  background: -moz-linear-gradient(top, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7194a3', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}
body#shiftinglands .sidebar-column aside#sidebar nav.subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body#shiftinglands .sidebar-column aside#sidebar nav.subnav ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
body#shiftinglands .sidebar-column aside#sidebar nav.subnav ul li a {
  font-size: 1.00rem;
  padding-left: 0.700rem;
  text-shadow: 1px 1px 1px #0A0A0A;
  display: block;
}
body#shiftinglands .sidebar-column aside#sidebar nav.subnav ul li a:hover {
  color: rgba(255, 255, 255, 0.95) !important;
  background: -moz-linear-gradient(left, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7194a3', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}
body#shiftinglands .sidebar-column aside#sidebar nav.subnav ul li ul li a {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.875rem;
  padding-left: 2.000rem;
}
body#shiftinglands .sidebar-column aside#sidebar nav.subnav ul li ul li ul li a {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.800rem;
  font-style: italic;
  padding-left: 3.00rem;
}
body#shiftinglands .sidebar-column aside#sidebar nav.subnav ul li.current_page_item > a {
  color: #d0e984;
  background: -moz-linear-gradient(left, rgba(113, 148, 163, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(113, 148, 163, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(113, 148, 163, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7194a3', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}
body#shiftinglands .sidebar-column aside#sidebar nav.subnav ul li.current_page_item > a:hover {
  color: #d0e984;
  background: -moz-linear-gradient(left, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7194a3', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PAGE DEFAULTS */
body#shiftinglands {
  background: -moz-linear-gradient(top, #123442 0, #3e5a65 783px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #123442 0, #3e5a65 783px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #123442 0, #3e5a65 783px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123442', endColorstr='#3e5a65',GradientType=0 );
  /* IE6-9 */
  background-repeat: repeat-x;
  background-color: #3e5a65;
  font-family: 'Ubuntu Condensed', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
body#shiftinglands header .site-branding h1.site-title {
  position: relative;
  z-index: 10;
  margin: 0;
}
body#shiftinglands header .site-branding h1.site-title a {
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: 0.625rem;
}
body#shiftinglands header .site-branding h1.site-title a img {
  max-width: 65%;
}
body#shiftinglands header .slideshow {
  background-image: url("img/slideshow-03s.jpg");
  background-position: center 0;
  background-repeat: repeat-x;
  background-size: 100% auto;
}
body#shiftinglands header .slideshow .slideshow-img,
body#shiftinglands header .slideshow .slideshow-img-small {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body#shiftinglands #content {
  /* formulier */
}
body#shiftinglands #content .wpcf7 label {
  color: #ffffff;
}
body#shiftinglands #content .site-content {
  background-color: #162e38;
}
body#shiftinglands #content #main h1, body#shiftinglands #content #main a h1, body#shiftinglands #content #main h1 a {
  color: #ffffff;
  font-family: 'Shadows Into Light', cursive;
  text-shadow: 0.125rem 0.125rem 0 #6692a3;
  text-align: center;
  padding: 1.000rem 0;
}
body#shiftinglands #content #main h2, body#shiftinglands #content #main h3, body#shiftinglands #content #main h4, body#shiftinglands #content #main h5, body#shiftinglands #content #main h6 {
  color: rgba(255, 255, 255, 0.9);
}
body#shiftinglands #content #main article footer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.700rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.875rem;
  top: 0;
  display: inline-block;
  width: 100%;
}
body#shiftinglands #content #main article footer > span {
  float: left;
  margin-right: 1.00rem;
}
body#shiftinglands #content #main nav.pagination h2.screen-reader-text {
  display: none;
}
body#shiftinglands #content #main nav.pagination .nav-links {
  margin-bottom: 2.00rem;
}
body#shiftinglands #content #main nav.pagination .nav-links > span,
body#shiftinglands #content #main nav.pagination .nav-links > a {
  padding: 0.50rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.750rem;
}
body#shiftinglands footer .footer-about {
  background-color: #def49a;
  color: #162e38;
  background-image: url("img/bgi-footer.png");
  background-position: center 0;
  background-repeat: repeat-x;
}
body#shiftinglands footer .footer-about h1 {
  float: left;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
body#shiftinglands footer .footer-about h1 img {
  margin-bottom: 0.3125em;
}
body#shiftinglands footer .footer-about a {
  color: #008cba;
}
body#shiftinglands footer .footer-about a:hover {
  color: #162e38;
}
body#shiftinglands footer .footer-credits {
  background-color: #162e38;
  color: #d0e984;
  font-family: 'Shadows Into Light', cursive;
  font-size: 87.5%;
  line-height: 1.250em;
  margin-bottom: 0;
  border-top: 5px solid #6793a4;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
body#shiftinglands footer .footer-credits a {
  color: #d0e984;
}
body#shiftinglands a {
  color: #d0e984;
}
body#shiftinglands a:hover {
  color: #607890;
}

/* FOOBOX */
a.foobox-style {
  border: 1px solid #3d8dab;
  margin: 0 4px 4px 0;
  display: inline-block;
}

/* ---------------------------------- */
/* Small only ----------------------- */
@media screen and (max-width: 39.9375em) {
  body#shiftinglands .sidebar-column {
    background-color: #6793a4;
    background: #44616d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #44616d 0%, #6793a4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #44616d 0%, #6793a4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #44616d 0%, #6793a4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44616d', endColorstr='#6793a4',GradientType=0 );
    /* IE6-9 */
  }
  body#shiftinglands #content .gallery {
    display: inline-block;
    width: 100%;
  }
  body#shiftinglands #content .gallery figure {
    float: left;
    margin: 1%;
    line-height: 0;
    width: 48%;
  }
  body#shiftinglands #content .gallery figure .landscape {
    width: 100%;
  }
}
/* ---------------------------------- */
/* Medium and up -------------------- */
@media screen and (min-width: 40em) {
  body#shiftinglands header .site-branding h1.site-title {
    position: relative;
    z-index: 10;
    margin: 0;
  }
  body#shiftinglands header .site-branding h1.site-title a {
    display: inline-block;
    position: absolute;
    text-align: center;
    width: auto;
    margin-top: 0.625rem;
    margin-left: 0.625rem;
  }
  body#shiftinglands header .site-branding h1.site-title a img {
    max-width: 100%;
  }
  body#shiftinglands header .slideshow {
    background-image: url("img/slideshow-03.jpg");
  }
  body#shiftinglands #navigation {
    position: relative;
    top: -2.188rem;
    z-index: 2;
    /* NIEUWE NAV 2020 */
  }
  body#shiftinglands #navigation .main-navigation .site-nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body#shiftinglands #navigation nav#site-navigation ul#menu-main-nav {
    list-style: none;
    margin: 0;
    background-image: url("img/bgi-main-nav.png");
    background-position: center -17px;
    background-repeat: repeat-x;
  }
  body#shiftinglands #navigation nav#site-navigation ul#menu-main-nav li {
    display: inline;
    line-height: 2rem;
  }
  body#shiftinglands #navigation nav#site-navigation ul#menu-main-nav li a {
    border-left: 0 solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    border-top: 1px solid #1a1a1a;
    color: #d9e4e8;
    font-size: 1.250rem;
    font-weight: 300;
    height: 2.00rem;
    letter-spacing: 1px;
    padding: 0 0.55rem 0.55rem;
    text-decoration: none;
    text-shadow: 2px 2px 1px #000000;
    text-transform: uppercase;
    font-family: "Ubuntu Condensed",​Helvetica,​Arial,​sans-serif;
  }
  body#shiftinglands #navigation #main-nav {
    display: block;
  }
  body#shiftinglands #navigation #main-nav ul.menu {
    width: 100%;
    margin: 0;
    list-style: none;
    margin: 0;
    background-image: url("img/bgi-main-nav.png");
    background-position: center -17px;
    background-repeat: repeat-x;
    border: 1px solid #1a1a1a;
  }
  body#shiftinglands #navigation #main-nav ul.menu li {
    list-style: none;
    display: inline;
    position: relative;
    border-right: 1px solid #1a1a1a;
  }
  body#shiftinglands #navigation #main-nav ul.menu li a {
    color: #d9e4e8;
    font-size: 1.250rem;
    font-weight: 300;
    height: 2.00rem;
    letter-spacing: 1px;
    padding: 0 0.55rem 0.55rem;
    text-decoration: none;
    text-shadow: 2px 2px 1px #000000;
    text-transform: uppercase;
    font-family: "Ubuntu Condensed",​Helvetica,​Arial,​sans-serif;
  }
  body#shiftinglands #navigation #main-nav ul.menu > li:hover > a {
    color: #ebfe02;
  }
  body#shiftinglands #navigation #main-nav ul.menu li.current-menu-item {
    color: #ebfe02;
  }
  body#shiftinglands #navigation #main-nav ul.menu li:hover ul.sub-menu {
    display: block;
  }
  body#shiftinglands #navigation #main-nav ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: #ebfe02;
    margin: 0;
    border-top: 1px solid #1a1a1a;
    border-left: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    width: 250px;
  }
  body#shiftinglands #navigation #main-nav ul.sub-menu li {
    border-right: 0;
    display: block;
    border-bottom: 1px solid #1a1a1a;
  }
  body#shiftinglands #navigation #main-nav ul.sub-menu li a {
    color: #d9e4e8;
    text-transform: none;
    color: #1a1a1a;
    text-shadow: none;
    font-size: 1rem;
    display: block;
    padding: 0.25rem 0.75rem;
  }
  body#shiftinglands #navigation #main-nav ul.sub-menu li a:hover {
    color: #000;
  }
  body#shiftinglands h3.bold {
    font-weight: bold;
  }
  body#shiftinglands a.button-yellow {
    color: #000;
    font-size: 1em;
    width: auto;
    text-shadow: none;
    margin-bottom: 0;
    background-color: #ebfe02;
    padding: 0.5em 1em;
  }
  body#shiftinglands #content {
    position: relative;
    top: -2.188rem;
  }
  body#shiftinglands #content > .row > .sidebar-column {
    padding-right: 0;
  }
  body#shiftinglands #content #main h1, body#shiftinglands #content #main h2, body#shiftinglands #content #main h3, body#shiftinglands #content #main h4, body#shiftinglands #content #main h5, body#shiftinglands #content #main h6 {
    text-align: left;
  }
  body#shiftinglands #content aside#sidebar {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background: #162e38;
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 1rem);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 1rem);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 1rem);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    min-height: 100%;
    height: 100%;
  }
  body#shiftinglands #content aside#sidebar section.widget_recent_entries ul li a,
  body#shiftinglands #content aside#sidebar section.widget_archive ul li a {
    text-align: left;
  }
  body#shiftinglands #content aside#sidebar section.widget_recent_entries ul li a:hover,
  body#shiftinglands #content aside#sidebar section.widget_archive ul li a:hover {
    color: rgba(255, 255, 255, 0.95);
    background: -moz-linear-gradient(left, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7194a3 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7194a3', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
  }
  body#shiftinglands #content .gallery {
    display: inline-block;
    width: 100%;
  }
  body#shiftinglands #content .gallery figure {
    float: left;
    margin: 1%;
    line-height: 0;
    width: 23%;
  }
  body#shiftinglands #content .gallery figure .landscape {
    width: 100%;
  }
  body#shiftinglands footer {
    position: relative;
    top: -2.188rem;
  }
  body#shiftinglands footer .footer-about h1 img {
    float: left;
  }
  body#shiftinglands .lefty {
    text-align: left;
  }
  body#shiftinglands .righty {
    text-align: right;
  }
}
/* ---------------------------------- */
/* Large and up -------------------- */
@media screen and (min-width: 64em) {
  body#shiftinglands {
    background-attachment: fixed;
  }
  body#shiftinglands #page {
    background-image: url("img/bgi-body.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  body#shiftinglands header .site-branding h1.site-title a {
    margin-top: 0.9375rem;
    margin-left: 0.9375rem;
  }
  body#shiftinglands #navigation nav#site-navigation ul#menu-main-nav li a {
    font-size: 1.400rem;
    padding: 0 1.200rem 0.55rem;
  }
  body#shiftinglands header > .row > .column,
  body#shiftinglands header > .row > .columns,
  body#shiftinglands #navigation > .row > .column,
  body#shiftinglands #navigation > .row > .columns,
  body#shiftinglands #content > .row > .column,
  body#shiftinglands #content > .row > .columns,
  body#shiftinglands footer > .row > .column,
  body#shiftinglands footer > .row > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  body#shiftinglands #content > .row > .site-content {
    padding-left: 1.8750rem;
  }
  body#shiftinglands #content > .row > .sidebar-column {
    padding-right: 0;
  }
}
/* OFF-CANVAS */
body#shiftinglands .off-canvas-wrap nav.tab-bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#123442+0,3d5964+100 */
  background: #3d5964;
  background: -moz-linear-gradient(top, #123442 0%, #3d5964 100%);
  background: -webkit-linear-gradient(top, #123442 0%, #3d5964 100%);
  background: linear-gradient(to bottom, #123442 0%, #3d5964 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123442', endColorstr='#3d5964',GradientType=0 );
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu {
  background: #3d5964;
  background: -moz-linear-gradient(top, #123442 0%, #3d5964 100%);
  background: -webkit-linear-gradient(top, #123442 0%, #3d5964 100%);
  background: linear-gradient(to bottom, #123442 0%, #3d5964 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123442', endColorstr='#3d5964',GradientType=0 );
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu a {
  text-shadow: 1px 1px 1px #000000;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.000rem;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: bold;
  border-color: rgba(255, 255, 255, 0.1);
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu a:hover {
  background: #123442;
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu ul.children {
  margin-left: 0;
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu ul.children a {
  padding-left: 1.875rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.85);
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu ul.children a:hover {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu ul.children ul.children {
  margin-left: 0;
  list-style-type: square;
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu ul.children ul.children a {
  padding-left: 3.750rem;
  font-weight: normal;
  font-style: italic;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu ul.children ul.children a:hover {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu ul.children ul.children ul.children {
  margin-left: 0;
  list-style-type: square;
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu ul.children ul.children ul.children a {
  padding-left: 5.000rem;
  font-weight: normal;
  font-style: normal;
  font-size: 0.800rem;
  color: rgba(255, 255, 255, 0.75);
}
body#shiftinglands .off-canvas-wrap aside.left-off-canvas-menu ul.children ul.children ul.children a:hover {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
}
body#shiftinglands .exit-off-canvas {
  background-color: rgba(0, 0, 0, 0.5);
}
