@charset "UTF-8";
body,
html {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

body {
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h1 {
  font-size: 40px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
}

h3 {
  font-size: 22px;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  line-height: 36px;
}

a {
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid;
  transition: all 0.4s ease 0s;
}

a:hover {
  color: #6AAA3D;
  border-color: #6AAA3D;
}

a.white {
  color: #ffffff;
  border-color: #ffffff;
}

a.green {
  color: #6AAA3D;
  border-color: #6AAA3D;
}

.txt-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

:focus,
.focus,
.focus-ring {
  outline: none !important;
  box-shadow: none !important;
}

/*------------------------------------*\
    DOTS
\*------------------------------------*/
.dot {
  border-radius: 100%;
  display: block;
  position: absolute;
  z-index: 9999;
}

.dot-s-40 {
  width: 40px;
  height: 40px;
}

.dot-s-75 {
  width: 75px;
  height: 75px;
}

#dot1 {
  right: 150px;
  top: 300px;
  background: linear-gradient(180deg, #B7CB28 50%, #5DA441 100%);
}

#dot2 {
  left: 100px;
  top: 400px;
  background: linear-gradient(180deg, #B7CB28 50%, #5DA441 100%);
}

#dot3 {
  right: 400px;
  bottom: 55px;
  background: linear-gradient(180deg, #B7CB28 0%, #5DA441 100%);
  box-shadow: 0px 0px 50px 15px rgba(93, 164, 65, 0.4);
}

/*------------------------------------*\
    SPECIAL
\*------------------------------------*/
.bg-polygon {
  position: relative;
}

.bg-polygon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  z-index: 50;
  left: 0;
  top: -150px;
}

.bg-polygon-left,
.polygon-left {
  padding-top: 50px;
}

.bg-polygon-left:before,
.polygon-left:before {
  clip-path: polygon(100% 25%, 0 100%, 100% 100%);
}

.bg-polygon-right:before,
.polygon-right:before {
  clip-path: polygon(0 25%, 0 100%, 100% 100%);
}

.bg-none.bg-polygon:before,
.bg-white.bg-polygon:before,
.bg-color-blanc.bg-polygon:before {
  background: #ffffff;
}

.bg-gray.bg-polygon:before,
.bg-color-gray.bg-polygon:before {
  background: #EFF2F6;
}

.bg-green.bg-polygon:before,
.bg-color-green.bg-polygon:before {
  background: #F1F7DD;
}

.bg-none,
.bg-white,
.bg-color-blanc {
  background: #ffffff;
}

.bg-gray,
.bg-color-gray {
  background: #EFF2F6;
}

.bg-gray.lines-dark {
  background: url("../img/gih-lines-dark.svg") center center, #EFF2F6;
  background-size: cover;
}

.bg-green,
.bg-color-green {
  background: #F1F7DD;
}

.gradient-0 {
  background: rgb(128, 177, 60);
  background: linear-gradient(135deg, #6AAA3D 0%, #DCDB1D 95%);
  color: #ffffff;
}

.gradient-45 {
  background: rgb(128, 177, 60);
  background: linear-gradient(45deg, #6AAA3D 0%, #DCDB1D 95%);
  color: #ffffff;
}

.gradient-90,
.bg-polygon.gradient-90:before {
  background: rgb(128, 177, 60);
  background: linear-gradient(90deg, #6AAA3D 0%, #DCDB1D 95%);
  color: #ffffff;
}

.gradient-90.lines {
  background: rgb(128, 177, 60);
  background: url("../img/gih-lines-light.svg") center center, linear-gradient(90deg, #6AAA3D 0%, #DCDB1D 95%);
  background-size: cover;
  color: #ffffff;
}

.gradient-135 {
  background: rgb(128, 177, 60);
  background: linear-gradient(135deg, #6AAA3D 0%, #DCDB1D 95%);
  color: #ffffff;
}

.gradient-270 {
  background: rgb(128, 177, 60);
  background: linear-gradient(270deg, #6AAA3D 0%, #DCDB1D 95%);
  color: #ffffff;
}

.gradient-270.lines {
  background: rgb(128, 177, 60);
  background: url("../img/gih-lines-light.svg") center center, linear-gradient(90deg, #6AAA3D 0%, #DCDB1D 95%);
  background-size: cover;
  color: #ffffff;
}

.gradient-315 {
  background: rgb(128, 177, 60);
  background: linear-gradient(315deg, #6AAA3D 0%, #DCDB1D 95%);
  color: #ffffff;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
.btn {
  letter-spacing: 1px;
  padding: 10px 30px;
  font-weight: 700;
}

.btn-primary-green {
  background-color: #DCDB1D !important;
  border: 1px solid #DCDB1D !important;
  color: #ffffff !important;
  border-radius: 10px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.btn-primary-green:hover {
  background-color: #DCDB1D;
  border: 1px solid #DCDB1D;
  color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary-green.active,
.btn-primary-green:active {
  border: 1px solid #DCDB1D !important;
}

.btn-primary-green.disabled,
.btn-primary-green:disabled {
  color: #ffffff;
  background-color: #cecece;
  border-color: #cecece;
}

.btn-primary-white {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #6AAA3D !important;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-primary-white.active,
.btn-primary-white:active {
  border: 1px solid #DCDB1D !important;
}

.btn-primary-white:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #5C9137;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary-white.disabled,
.btn-primary-white:disabled {
  color: #ffffff;
  background-color: #cecece;
  border-color: #cecece;
}

.btn-secondary-green {
  color: #6AAA3D;
  font-weight: 700;
  position: relative;
  border-radius: 0;
  padding: 0;
  margin: 0.375rem 0;
}

.btn-secondary-white {
  color: #ffffff;
  font-weight: 700;
  position: relative;
  border-radius: 0;
  padding: 0;
  margin: 0.375rem 0;
}

.btn-secondary-green:hover {
  color: #6AAA3D;
}

.btn-secondary-white:hover {
  color: #ffffff;
}

.btn-secondary-green .label {
  display: inline-block;
  border-bottom: 2px solid #6AAA3D;
  text-align: left;
}

.btn-secondary-white .label {
  display: inline-block;
  border-bottom: 2px solid #ffffff;
  text-align: left;
}

.btn-secondary-green .arrow,
.btn-secondary-white .arrow {
  display: inline-block;
  width: 20px;
  transition: all 0.3s ease;
}

.btn-secondary-green:hover .arrow,
.btn-secondary-white:hover .arrow {
  width: 30px;
  transition: all 0.3s ease;
}

.btn-secondary-green .arrow {
  border: 1px solid #6AAA3D;
  position: absolute;
  background: #6AAA3D;
  top: 14px;
  margin-left: 5px;
}

.btn-secondary-white .arrow {
  border: 1px solid #ffffff;
  position: absolute;
  background: #ffffff;
  top: 14px;
  margin-left: 5px;
}

.btn-secondary-green .arrow .head,
.btn-secondary-green .arrow .head:after {
  border: 1px solid #6AAA3D;
  border-radius: 1px;
  width: 10px;
  position: absolute;
  right: -4px;
  top: 2px;
  transform: rotate(-45deg);
}

.btn-secondary-white .arrow .head,
.btn-secondary-white .arrow .head:after {
  border: 1px solid #ffffff;
  border-radius: 1px;
  width: 10px;
  position: absolute;
  right: -4px;
  top: 2px;
  transform: rotate(-45deg);
}

.btn-secondary-green .arrow .head:after {
  content: "";
  border-color: #6AAA3D;
  right: -5px;
  top: -5px;
  transform: rotate(90deg);
}

.btn-secondary-white .arrow .head:after {
  content: "";
  border-color: #ffffff;
  right: -5px;
  top: -5px;
  transform: rotate(90deg);
}

.btn-secondary-green.arrow-left .label,
.btn-secondary-white.arrow-left .label {
  margin-left: 35px;
}

.btn-secondary-green.arrow-left .arrow,
.btn-secondary-white.arrow-left .arrow {
  margin: 0;
  left: 0;
  transition: all 0.3s ease;
}

.btn-secondary-green.arrow-left:hover .arrow,
.btn-secondary-white.arrow-left:hover .arrow {
  width: 30px;
  left: -10px;
  transition: all 0.3s ease;
}

.btn-secondary-green.arrow-left .arrow .head,
.btn-secondary-green.arrow-left .arrow .head:after {
  border: 1px solid #6AAA3D;
  border-radius: 1px;
  width: 10px;
  position: absolute;
  left: -3px;
  top: 1px;
  transform: rotate(30deg);
}

.btn-secondary-white.arrow-left .arrow .head,
.btn-secondary-white.arrow-left .arrow .head:after {
  border: 1px solid #ffffff;
  border-radius: 1px;
  width: 10px;
  position: absolute;
  left: -3px;
  top: 1px;
  transform: rotate(30deg);
}

.btn-secondary-green.arrow-left .arrow .head:after {
  content: "";
  border-color: #6AAA3D;
  right: -5px;
  top: -5px;
  transform: rotate(120deg);
}

.btn-secondary-white.arrow-left .arrow .head:after {
  content: "";
  border-color: #ffffff;
  right: -5px;
  top: -5px;
  transform: rotate(120deg);
}

.btn-link,
.btn-link:hover {
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  color: #ffffff;
}

.btn-booking {
  background: linear-gradient(135deg, #E60000 0%, #F48C00 95%);
  color: #ffffff;
  border: none;
  transition: all 0.5s ease;
  font-weight: 400;
}

.btn-booking:hover {
  background: linear-gradient(-135deg, #E60000 0%, #F48C00 95%);
  transition: all 0.5s ease;
  color: #ffffff;
}

.btn-mobile-menu {
  font-size: 30px;
  width: 60px;
  text-align: center;
}

/*------------------------------------*\
    QUOTE
\*------------------------------------*/
.quote-wrapper {
  position: relative;
  color: #6AAA3D;
  padding: 30px 15px;
}

.quote-wrapper:before {
  position: absolute;
  top: -20px;
  left: -15px;
  content: "";
  width: 60px;
  height: 50px;
  background-image: url("../img/quote-start.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.quote-wrapper:after {
  position: absolute;
  bottom: 30px;
  right: 0;
  content: "";
  width: 45px;
  height: 40px;
  background-image: url("../img/quote-end.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.quote-wrapper .quote-content {
  font-size: 22px;
  line-height: 36px;
}

.quote-wrapper .quote-name {
  font-size: 18px;
  line-height: 36px;
  margin-top: 35px;
  width: calc(100% - 50px);
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header-wrapper {
  background-color: #ffffff;
}

.header {
  height: 120px;
}

.header .logo a {
  border: none;
  text-decoration: none;
}

.header .logo img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/*------------------------------------*\
    MENU
\*------------------------------------*/
.main-menu nav {
  display: inline-block;
}

.main-menu .navbar-menu a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  background: #ffffff;
  border: none;
}

/* Top-level */
.main-menu .nav > .navbar-menu > li > a {
  display: inline-block;
  color: #000000;
  background: #ffffff;
  border-radius: 60px;
  transition: background 0.25s linear, color 0.25s linear;
}

.main-menu .nav > .navbar-menu > li > a:hover,
.main-menu .nav > .navbar-menu > li > a:focus {
  background: #EFF2F6;
  color: #000000;
}

.main-menu .navbar-menu {
  display: flex;
}

.main-menu .navbar-menu,
.main-menu .navbar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Nested */
.main-menu .navbar-menu ul {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  width: 14rem;
  box-shadow: 0 0.25rem 1.5rem hsla(200, 19%, 18%, 0.05);
  border: 2px solid #EFF2F6;
  border-radius: 10px;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  overflow: hidden;
  z-index: 999;
}

.main-menu .navbar-menu ul a {
  color: #000000;
  transition: background 0.25s linear, color 0.25s linear;
}

.main-menu .navbar-menu ul a:hover,
.main-menu .navbar-menu ul a:focus {
  background: #EFF2F6;
  color: #000000;
}

.main-menu .navbar-menu ul > li > ul {
  left: 100%;
  top: 0;
}

.main-menu .navbar-menu li {
  position: relative;
}

/*
    HACK: Prevents box shadow from child dropdowns
    from overlapping its parent dropdown
*/
.main-menu .navbar-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 35px !important;
}

.main-menu .navbar-menu li.menu-item-has-children > a:after {
  position: absolute;
  content: "\f0dd";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  top: calc(50% - 20px);
  right: 10px;
}

/* ENDHACK */
.main-menu .navbar-menu li:hover > ul,
.main-menu .navbar-menu li:focus-within > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.main-menu .nav > .navbar-menu > li.support-menu > a {
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  position: relative;
  top: 1px;
  background: #EFF2F6;
}

.main-menu .nav > .navbar-menu > li.support-menu > a:hover {
  background: #EFF2F6;
}

.main-menu .nav > .navbar-menu > li.wpml-ls-menu-item > a {
  text-decoration: underline;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  top: 1px;
}

.main-menu .nav > .navbar-menu > li.wpml-ls-menu-item > a:hover {
  background: #ffffff;
}

/*------------------------------------*\
    MOBILE MENU
\*------------------------------------*/
.mobile-menu-button {
  display: none;
  text-align: right;
}

.hidden-mobile-menu {
  display: none;
  position: fixed;
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #ffffff;
  overflow-y: auto;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav ul li a {
  padding: 15px;
  border: none;
  display: block;
  position: relative;
}

.mobile-nav ul li:not(.menu-item-has-children) a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  position: absolute;
  right: 15px;
}

.mobile-nav ul li.menu-item-has-children > a {
  background-color: #EFF2F6;
  color: #cecece;
  cursor: default;
}

.mobile-nav ul li:not(.menu-item-has-children) a:hover {
  color: #000000;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer-wrapper {
  background-color: #565656;
  color: #ffffff;
  padding: 60px 0;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  border: none;
}

.footer-top {
  padding-bottom: 60px;
}

.footer-bottom {
  padding-top: 15px;
  border-top: 1px solid #ffffff;
  font-size: 14px;
}

.footer #newsletter_form,
.footer #mc_signup {
  width: 80%;
}

ul.icon-list li {
  list-style: none;
  position: relative;
}

ul.icon-list li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  left: -25px;
}

ul.icon-list li.location:before {
  content: "\f3c5";
}

ul.icon-list li.email:before {
  content: "\f0e0";
}

ul.icon-list li.website:before {
  content: "\f0ac";
}

ul.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.social-list li {
  display: inline-block;
  margin-right: 15px;
  font-size: 30px;
}

ul.inline-nav {
  list-style: none;
  padding: 0;
}

ul.inline-nav li {
  display: inline;
  margin-right: 10px;
}

ul.inline-nav li:not(:last-child):after {
  content: "|";
  margin-left: 10px;
}

ul.block-nav {
  padding-left: 15px;
  list-style: disc;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
.front-page #hero {
  height: 750px;
  position: relative;
  overflow: hidden;
}

.front-page .hero-content {
  margin-top: 60px;
  padding: 30px 60px;
  border-radius: 5px;
}

.front-page #hero #hero-single {
  width: 100%;
  height: 750px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.front-page #hero #hero-slider {
  width: 100%;
  height: 750px;
}

.swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.front-page #hero #hero-slider h1 {
  font-size: 40px;
  line-height: 48px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #FFFFFF;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 90px;
  bottom: 90px;
  z-index: 9999;
}

.swiper-pagination-bullets span {
  background-color: #FFFFFF;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.front-page #hero-video {
  position: absolute;
  min-width: 100%; /* Ensures it covers the width */
  min-height: 100%; /* Ensures it covers the height */
  width: auto;
  height: auto;
  object-fit: cover; /* Ensures the video covers the div */
  background-size: cover;
}

.front-page #hero-play-button {
  border: none;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 40px rgba(255, 255, 255, 0.3);
  position: relative;
}

.front-page #hero-play-button:after {
  content: "Bekijk video";
  position: absolute;
  width: 185px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  border-radius: 27px;
  color: #fff;
  padding: 15px 15px 15px 50px;
  text-align: left;
  top: 20px;
  left: 65px;
}

.front-page #hero-play-button img {
  width: 50px;
  height: 50px;
}

.front-page #actueel h2,
.front-page #agenda h2,
.front-page #partners h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 60px;
}

.front-page #founding_partners {
  background-color: #EFF2F6;
  padding-bottom: 150px;
  padding-top: 50px;
}

.front-page #founding_partners.bg-polygon:before {
  background-color: #EFF2F6;
}

.front-page #actueel {
  background-color: #ffffff;
  padding-bottom: 150px;
  padding-top: 30px;
}

.front-page #actueel.bg-polygon:before {
  background-color: #ffffff;
}

.front-page #actueel .news-block {
  margin-bottom: 30px;
  padding: 0 60px;
  color: #ffffff;
}

.front-page #actueel .news-block .inner {
  background-color: #6AAA3D;
  padding: 60px;
}

.front-page #actueel .news-block .image-wrapper {
  height: 400px;
  margin-left: -100px;
}

.front-page #actueel .news-block .title h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
}

.front-page #actueel .news-block .meta {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.front-page #actueel .news-block .meta span {
  margin-right: 15px;
}

.front-page #actueel .news-block .meta i {
  margin-right: 5px;
}

.front-page #actueel .news-block .meta a {
  border: none;
  color: #ffffff;
}

.front-page #actueel .news-tile {
  margin-bottom: 30px;
  padding-top: 15px;
  transition: all 0.4s ease 0s;
}

.front-page #actueel .news-tile:hover {
  background-color: #EFF2F6;
}

.front-page #actueel .news-tile .inner {
  overflow: hidden;
}

.front-page #actueel .news-block .image-wrapper,
.front-page #actueel .news-tile .image-wrapper {
  overflow: hidden;
}

.front-page #actueel .news-block .image,
.front-page #actueel .news-tile .image {
  width: 100%;
  height: 100%;
  background-color: #cecece;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.front-page #actueel .news-tile .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
}

.front-page #actueel .news-tile .meta {
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.front-page #actueel .news-tile a {
  border: none;
  color: #000000;
}

.front-page #frontpage_content_blocks {
  padding-bottom: 150px;
}

.front-page #frontpage_content_blocks h2 {
  font-size: 40px;
  line-height: 48px;
}

.front-page #agenda {
  background-color: #ffffff;
  padding-bottom: 150px;
  padding-top: 30px;
}

.front-page #agenda.bg-polygon:before {
  background-color: #ffffff;
}

.front-page #partners {
  background-color: #EFF2F6;
  padding-top: 30px;
}

.front-page #partners.bg-polygon:before {
  background-color: #EFF2F6;
}

/*------------------------------------*\
    PAGE
\*------------------------------------*/
.page-header {
  padding-top: 90px;
}

.page-header.has-back-button {
  padding-top: 30px;
}

.page-header .back-button-wrapper {
  margin-bottom: 60px;
}

.page-header .image-wrapper {
  position: relative;
}

.page-header .image {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 99;
}

.page-header .title {
  margin-bottom: 10px;
}

.basic-no-header-page #hero {
  height: 230px;
}

.basic-no-header-page #hero .title {
  margin-bottom: 10px;
  padding-top: 80px;
}

.main-content {
  margin: 60px 0;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.news-page #featured_news .meta {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}

.news-page #featured_news .title {
  margin-bottom: 10px;
}

.news-tile {
  padding-top: 15px;
  transition: all 0.4s ease 0s;
}

.news-tile:hover {
  background-color: #EFF2F6;
}

.news-tile .inner {
  overflow: hidden;
}

.news-tile .image-wrapper {
  overflow: hidden;
}

.news-tile .image {
  width: 100%;
  height: 100%;
  background-color: #cecece;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.news-tile .image-wrapper img {
  width: 100%;
  height: auto;
}

.news-tile .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
}

.news-tile .meta {
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.news-tile a {
  border: none;
  color: #000000;
}

.single-news-page #hero .meta {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}

.single-news-page #hero .image.position-top {
  background-position: center top;
}

.single-news-page #hero .image.position-middle {
  background-position: center center;
}

.single-news-page #hero .image.position-bottom {
  background-position: center bottom;
}

.single-news-page #intro {
  padding-bottom: 150px;
}

/*------------------------------------*\
    EVENTS
\*------------------------------------*/
.event-list-page #featured_event {
  padding-top: 90px;
  padding-bottom: 180px;
}

.event-list-page #featured_event .meta {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}

.event-list-page #featured_event .title {
  margin-bottom: 30px;
}

.event-list-page #featured_event .image {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.event-list-page #main_events {
  padding: 0 0 150px 0;
}

/*------------------------------------*\
    TEAM
\*------------------------------------*/
.team-tile {
  margin-bottom: 30px;
}

.team-tile .inner {
  overflow: hidden;
}

.team-tile .image {
  background-color: #cecece;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.team-tile .content {
  font-size: 18px;
  line-height: 25px;
  padding-top: 10px;
}

.team-tile .content a.linkedin {
  text-decoration: none;
  border: none;
  color: #6AAA3D;
  font-size: 25px;
}

.team-tile .content a.linkedin:hover {
  color: #5C9137;
}

/*------------------------------------*\
    PARTNERS
\*------------------------------------*/
.partner-tile {
  margin-bottom: 30px;
}

.partner-tile .image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 50px;
}

.partner-tile .image img {
  width: 100%;
  height: auto;
}

/*------------------------------------*\
    PROJECTEN
\*------------------------------------*/
#featured_project .meta {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}

#featured_project .title {
  margin-bottom: 10px;
}

#featured_project .intro-text {
  margin-bottom: 15px;
}

#main_projects {
  padding-top: 90px;
  padding-bottom: 150px;
}

#main_projects ul.project-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_projects ul.project-list li {
  overflow: hidden;
  padding: 15px;
  margin-bottom: 30px;
  background-color: #ffffff;
  transition: all 0.4s ease 0s;
}

#main_projects ul.project-list li:hover {
  -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
}

#main_projects ul.project-list li a {
  display: block;
  overflow: hidden;
  border: none;
}

#main_projects ul.project-list li .image {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center center;
  float: left;
}

#main_projects ul.project-list li .content {
  width: calc(100% - 150px);
  float: left;
  height: 150px;
  padding: 30px;
  color: #000;
  background-color: transparent;
}

#main_projects ul.project-list li h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-style: normal;
}

#main_projects ul.project-list li .content .date {
  font-size: 14px;
}

#main_projects ul.project-list li .content .date span {
  margin-right: 5px;
}

#old_projects .project-tile {
  padding: 15px;
  background-color: #ffffff;
  transition: background-color 0.4s ease 0s;
}

#old_projects .project-tile:hover {
  background-color: #EFF2F6;
}

#old_projects .project-tile a {
  color: #000000;
}

#old_projects .project-tile .image {
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#old_projects .project-tile .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #000;
}

#old_projects .project-tile .date {
  margin: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 14px;
}

#old_projects .project-tile .date span {
  margin-right: 5px;
}

.single-project-page #hero .image.position-top {
  background-position: center top;
}

.single-project-page #hero .image.position-middle {
  background-position: center center;
}

.single-project-page #hero .image.position-bottom {
  background-position: center bottom;
}

.single-project-page #intro {
  padding-bottom: 150px;
}

/*------------------------------------*\
    CHALLENGES
\*------------------------------------*/
#featured_challenge .meta {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}

#featured_challenge .title {
  margin-bottom: 10px;
}

#featured_challenge .intro-text {
  margin-bottom: 15px;
}

#main_challenges {
  padding-top: 90px;
  padding-bottom: 150px;
}

#main_challenges ul.challenge-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_challenges ul.challenge-list li {
  overflow: hidden;
  padding: 15px;
  margin-bottom: 30px;
  background-color: #ffffff;
  transition: all 0.4s ease 0s;
}

#main_challenges ul.challenge-list li:hover {
  -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.2);
}

#main_challenges ul.challenge-list li .image {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center center;
  float: left;
}

#main_challenges ul.challenge-list li .content {
  width: calc(100% - 150px);
  float: left;
  height: 150px;
  padding: 30px;
  color: #000;
  background-color: transparent;
}

#main_challenges ul.challenge-list li h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-style: normal;
}

#main_challenges ul.challenge-list li .content .date {
  font-size: 14px;
}

#main_challenges ul.challenge-list li .content .date span {
  margin-right: 5px;
}

#old_challenges .challenge-tile {
  padding: 15px;
  background-color: #ffffff;
  transition: background-color 0.4s ease 0s;
}

#old_challenges .challenge-tile:hover {
  background-color: #EFF2F6;
}

#old_challenges .challenge-tile a {
  color: #000000;
}

#old_challenges .challenge-tile .image {
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#old_challenges .challenge-tile .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #000;
}

#old_challenges .challenge-tile .date {
  margin: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 14px;
}

#old_challenges .challenge-tile .date span {
  margin-right: 5px;
}

.single-challenge-page #hero,
.challenge-signup-page #hero {
  height: 600px;
  padding-top: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
}

.single-challenge-page #intro {
  padding-bottom: 150px;
}

/*------------------------------------*\
    SHARE CONTENT
\*------------------------------------*/
#share_page {
  margin-bottom: 60px;
}

/*------------------------------------*\
    FLEXIBLE CONTENT
\*------------------------------------*/
.flexible-content {
  padding-bottom: 50px;
  padding-top: 50px;
}

.flexible-content.bg-polygon-left,
.flexible-content.polygon-left {
  padding-top: 60px;
}

.flexible-content.bg-polygon-right,
.flexible-content.polygon-right {
  padding-top: 30px;
}

.flexible-content.pb-50 {
  padding-bottom: 50px;
}

.flexible-content.pb-100 {
  padding-bottom: 100px;
}

.flexible-content.pb-150 {
  padding-bottom: 150px;
}

.flexible-content.pb-200 {
  padding-bottom: 200px;
}

.flexible-content .block-title,
.block-title {
  text-align: center;
  margin-bottom: 30px;
}

.flexible-content.flex-text[data-background="1"] {
  padding: 60px 0;
}

.flexible-content.flex-text .text-block-rows > div {
  margin-top: 60px;
  margin-bottom: 60px;
}

.flexible-content.flex-text .text-block-rows > div:first-child {
  margin-top: 0;
}

.flexible-content.flex-text .text-block-rows > div:last-child {
  margin-bottom: 0;
}

.flexible-content.flex-text .text-block-rows > div:only-child {
  margin-top: 0;
  margin-bottom: 0;
}

.flexible-content.flex-image {
  line-height: 0;
}

.flexible-content.flex-image img {
  width: 100%;
  height: auto;
}

.flexible-content.flex-image .image-caption {
  line-height: 36px;
  color: #A2B6CC;
}

.flexible-content.flex-text-blocks .text-block {
  margin-bottom: 30px;
}

.flexible-content.flex-text-blocks .text-block .title {
  color: #FFFAFA;
  padding: 15px 30px;
  border-radius: 5px;
  position: relative;
}

.flexible-content.flex-text-blocks .text-block .title .icon {
  background-color: #DCDB1D;
  display: block;
  width: 75px;
  height: 75px;
  padding: 10px;
  border-radius: 100%;
  position: absolute;
  top: -25px;
  left: 25px;
}

.flexible-content.flex-text-blocks .text-block .title .icon img {
  width: 100%;
  height: auto;
}

.flexible-content.flex-text-blocks .text-block .title h4 {
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.flexible-content.flex-text-blocks .text-block .text {
  padding: 0 30px;
}

.flexible-content.flex-text-blocks .text-block .text .inner {
  background-color: #ffffff;
  padding: 15px 30px;
  overflow: hidden;
}

.flexible-content.flex-cta .cta-bar {
  padding: 30px 60px;
  border-radius: 5px;
}

.flexible-content.flex-cta .cta-bar h3 {
  color: #ffffff;
}

.flexible-content.flex-newsletter {
  padding: 60px 0;
  margin-top: 150px;
}

.flexible-content.flex-newsletter .form-block {
  background-color: #F1F7DD;
  padding: 30px;
  color: #000000;
  margin-top: -150px;
}

.flexible-content.flex-newsletter img {
  width: 100%;
  height: auto;
}

.flexible-content.flex-text-image .text-block-rows > div {
  margin-top: 60px;
  margin-bottom: 60px;
}

.flexible-content.flex-text-image .text-block-rows > div:first-child {
  margin-top: 0;
}

.flexible-content.flex-text-image .text-block-rows > div:last-child {
  margin-bottom: 0;
}

.flexible-content.flex-text-image .text-block-rows > div:only-child {
  margin-top: 0;
  margin-bottom: 0;
}

.flexible-content.flex-text-image .image-block {
  line-height: 0;
}

.flexible-content.flex-text-image .image-block img {
  width: 100%;
  height: auto;
}

.flexible-content.flex-text-image .text-block img {
  margin: 0;
}

.flexible-content.flex-text-image[data-background="1"] {
  padding: 60px 0;
}

.flexible-content.flex-text-image.image-over {
  margin: 90px 0;
}

.flexible-content.flex-text-image.image-over .image-block {
  margin-top: -90px;
}

.flexible-content.flex-text-image.image-over .image-background {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline:after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #cecece;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.timeline .block {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline .block:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  background: linear-gradient(0deg, #6AAA3D 0%, #DCDB1D 95%);
  top: 0;
  border-radius: 50%;
  z-index: 1;
}

.timeline .left {
  left: 0;
}

.timeline .right {
  left: 50%;
}

.timeline .left:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.timeline .right:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.timeline .right::after {
  left: -20px;
}

.timeline .content {
  padding: 0 30px;
  background-color: #ffffff;
  position: relative;
  border-radius: 6px;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #F1F7DD;
  color: #000000;
}

.accordion-button:focus {
  box-shadow: none;
}

/*------------------------------------*\
    SIGNUP FORM // ALL FORMS
\*------------------------------------*/
form {
  line-height: initial;
}

form .group-label {
  margin-bottom: 10px;
  display: block;
}

.form-with-animated-labels .form-group {
  position: relative;
}

.form-with-animated-labels [type=text],
.form-with-animated-labels [type=email],
.form-with-animated-labels textarea {
  width: 100%;
  padding: 18px 10px 2px 10px;
  border: 1px solid #D6E3F4;
  border-radius: 5px;
  color: #000000;
  background: #ffffff;
  font-size: 18px;
  height: 54px;
}

.form-with-animated-labels textarea {
  height: 150px;
}

.form-with-animated-labels label[for] {
  position: absolute;
  top: 25%;
  left: 10px;
  font-size: 18px;
  color: #A5A5A5;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 20px);
  overflow: hidden;
}

.form-with-animated-labels .form-textarea-wrapper label[for] {
  top: 10px;
  transform: none;
}

.form-with-animated-labels label[for].focused {
  top: 4px;
  transform: none;
  font-size: 14px;
}

.form-with-animated-labels .wpcf7-form-control-wrap {
  position: static;
}

.form-with-animated-labels .wpcf7-not-valid-tip {
  position: absolute;
  left: 5px;
  font-size: 12px;
  bottom: -18px;
}

/* OUTPUT MESSAGES CF7
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wpcf7 form .wpcf7-response-output {
  font-size: 18px;
  padding: 10px;
  margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #6AAA3D;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #E60000;
}

/***** wpcf7 *****/
.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label,
.mc4wp-checkbox span {
  display: inline-block;
}

/***** RADIO BUTTON STYLES *****/
.form-radio,
.wpcf7-radio .wpcf7-list-item {
  position: relative;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.form-radio input[type=radio],
.wpcf7-radio input[type=radio] {
  opacity: 0;
}

.form-radio label,
.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 15px !important;
}

.form-radio label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #D6E3F4;
  background: #ffffff;
}

.form-radio input[type=radio],
.wpcf7-radio input[type=radio] {
  margin: 0;
}

.form-radio input[type=radio]:checked + label:after,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  font-size: 11px;
  width: 14px;
  height: 14px;
  background-color: #000000;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/***** CHECKBOX STYLES *****/
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item,
.mc4wp-checkbox {
  display: block;
  margin-bottom: 10px;
}

.form-checkbox input[type=checkbox],
.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox],
.mc4wp-checkbox input[type=checkbox] {
  display: none;
}

.form-checkbox label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label,
.mc4wp-checkbox span {
  padding-left: 40px;
  cursor: pointer;
  position: relative;
  margin-bottom: 15px !important;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label,
.mc4wp-checkbox span {
  padding-top: 3px;
}

.form-checkbox label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before,
.mc4wp-checkbox span:before {
  content: "";
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #D6E3F4;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
}

.form-checkbox input:checked + label:after,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after,
.mc4wp-checkbox input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  background-color: #000000;
}

#messageWrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  display: none;
}

#messageWrapper .message-content {
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
}

/*------------------------------------*\
    BOOKING
\*------------------------------------*/
.wpbc_no_custom_width.cal_month_num_1 {
  max-width: 100% !important;
}

.block_hints .date_approved.block_check_in_out,
.block_hints .block_booked,
.datepick-inline .date_approved,
.block_hints .block_booked a,
.datepick-inline .date_approved a {
  color: #000;
  font-weight: 600;
  text-shadow: none;
}

.block_hints .date_approved.block_check_in_out,
.block_hints .block_booked,
.datepick-inline .date_approved,
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div,
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
  background-color: #ccc;
}

.wpbc_timeline_front_end a {
  border: none !important;
}

.wpdev-form-control-wrap,
.form-control {
  width: 100% !important;
}

.wpbc_container .wpbc_button_light,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light {
  background-color: #DCDB1D !important;
  border: 1px solid #DCDB1D !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

.wpbc_container .wpbc_button_light:hover,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
  background-color: #cecece !important;
  border: 1px solid #cecece !important;
}

.flex_timeline_frame .popover .popover-title .popover-title-id {
  display: none;
}

.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month {
  height: auto !important;
}

.popover-content .flex-popover-content-data .flex-label.flex-label-id {
  display: none;
}

.popover-content .flex-popover-content-data .wpbc-popover-booking-notes,
.wpbc-listing-collumn.field-system-info {
  display: none;
}

/*------------------------------------*\
    WPML
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 992px) {
  .main-menu {
    display: none;
  }
  .mobile-menu-button {
    display: block;
  }
  .flexible-content.flex-text-blocks .text-block {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .front-page #hero,
  .front-page #hero #hero-single {
    height: 225px;
    overflow: visible;
  }
  .front-page #hero #hero-single .hero-content {
    position: relative;
    z-index: 99;
    margin-top: 115px;
    padding: 50px 30px;
  }
  .front-page #actueel .news-block {
    padding: 0 30px;
  }
  .front-page #actueel .news-block .inner {
    background: transparent;
    padding: 0;
  }
  .front-page #actueel .news-block .image-wrapper {
    margin: 0;
    z-index: 99;
    padding-left: 30px;
    padding-right: 30px;
  }
  .front-page #actueel .news-block .content-wrapper {
    background-color: #6AAA3D;
    border-radius: 5px;
    padding: 60px 30px;
    margin-top: -30px;
  }
  .event-tile {
    margin-bottom: 30px;
  }
  .flex-text-image .text-block {
    margin-top: 30px;
  }
  .page-header .image {
    height: 300px;
    margin-top: 30px;
  }
  .project-item .image,
  .challenge-item .image {
    width: 100% !important;
  }
  .project-item .content,
  .challenge-item .content {
    width: 100% !important;
    height: auto !important;
  }
  .flex-timeline .timeline:after {
    left: 20px;
  }
  .timeline .right {
    left: auto;
  }
  .timeline .block {
    width: 100%;
    padding-right: 0;
  }
  .timeline .block:after {
    left: 0px;
  }
  .timeline .block .content {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .mobile-menu-button {
    text-align: left;
  }
  #hero-slider .swiper-pagination,
  #hero-slider .swiper-button-prev,
  #hero-slider .swiper-button-next {
    display: none !important;
  }
  .front-page #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .front-page #actueel .news-block .title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .front-page #frontpage_content_blocks h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

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

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

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.grecaptcha-badge {
  display: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

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

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

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

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

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

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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