/*!/wp-content/themes/noorderhuistheme/style.css*//*Theme Name: NoorderhuisTheme

Theme URI:

Description: NoorderhuisTheme

Version: 1.0

Author: Purple Panda

Author URI: https://purplepanda.be

Tags: responsive, html5

*/
.weird-glitchy-span::first-letter {
  letter-spacing: 0px;
}
.mobile-show{
  display: none;
}
@media screen and (max-width: 768px){
  .mobile-show{
    display: block;
  }
}

.slick-track,.slick-list{
  width: 100%;
}
.wf-footer{
  background-color: #2F5170;
}


html[lang] {
  margin-top: 0 !important; }


  /* CUSTOM RIK CSS */

  .trip-detail-intro-gallery img{
    width: 100%;
    object-fit: cover;
  }


  .wel-inbegrepen ul, .niet-inbegrepen ul{
    list-style: none;
  }
  .wel-inbegrepen ul li:before{
    content: '+';
  }
  .niet-inbegrepen ul li:before{
    content: '-';
  }

  .trip-detail-what-included .tabs{
    width: 100%;
  }
  .reis-route-item.active{
    border: 2px solid #0292a0;
  }
  .cityTrip-route-item.active{
    border: 2px solid #0292a0;
  }
  .cityTrip-route-item{
    cursor:pointer;
  }
  .reis-route-item{
    cursor:pointer;
  }

  .adventure-slider img{
    height: 46vw !important;
    object-fit: cover !important;
    object-position: center;
    min-height: 300px;
    max-height: 500px;
  }

  .tt-upper{
    text-transform: uppercase;
  }
  .comfort-rate .rate:hover{
    background: linear-gradient(0deg, #AEE5EA, #AEE5EA), #AEE5EA;
    cursor: inherit;
  }


  @font-face {
    font-family: 'Bonjour';
    src: URL('assets/fonts/BonjourAlt.ttf') format('truetype');
   font-display:swap;}

  .bonjour{
    font-family: 'Bonjour' !important;
    font-weight: normal !important;
  }

  .card-item-image .span{
    left: -10px;
    bottom: 10px;
  }



  .on-hover-team-img{
    opacity: 0;
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    z-index: 1;
    -webkit-transition: opacity 100ms ease-out;
    -moz-transition: opacity 100ms ease-out;
    -o-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out;
  }

  .our-team-card:hover .on-hover-team-img{
    opacity: 1;
  }
  .sticky-header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    top: -100px;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .sticky-header.active{
    top: 0px;
    opacity: 1;
  }

  .wf-logo img{
    width: 250px;
  }
  .white-header{
    background-color: white;
  }

  .community-events .row .col .major-events-card:after  {
    background:rgba(0,0,0,0) !important;
  }
  .community-tour-guides .row .major-tour-guides-card:after{
    background:rgba(0,0,0,0) !important;
  }
  .community-inspiration .row .col .major-inspiration-card:after{
    background:rgba(0,0,0,0) !important;
  }


  .slider{
    display: none;
    position:absolute;
    width:100%;
    height:5px;
    overflow-x: hidden;
  }

  .line{
    position:absolute;
    opacity: 0.4;
    background: #0192A0;
    width:150%;
    height:5px;
  }

  .subline{
    position:absolute;
    background:#0192A0;
    height:5px;
  }
  .inc{
    animation: increase 2s infinite;
  }
  .dec{
    animation: decrease 2s 0.5s infinite;
  }

  @keyframes increase {
    from { left: -5%; width: 5%; }
    to { left: 130%; width: 100%;}
  }
  @keyframes decrease {
    from { left: -80%; width: 80%; }
    to { left: 110%; width: 10%;}
  }


  .pointerCurstor{
    cursor: pointer;
  }

  .stories-slider-item{
    max-height: 800px !important;
  }
  .gallery-slider-first, .gallery-slider-second{
    max-height: 800px !important;
  }
  .gallery-slider-first-img{
    max-height: 800px !important;
  }

  .stories-slider-item{
    max-height: 800px !important;
  }
  .gallery-slider-first, .gallery-slider-second{
    max-height: 800px !important;
  }
  .gallery-slider-first-img{
    max-height: 800px !important;
  }
  .route-pop-up-inner{
    background-color: #fff;
    max-width: 1300px;
    width: 95%;
    z-index: 11;
    display: none;
    overflow-x: scroll;
    height: 750px;
    border-radius: 5px;
    display: block;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    transform: none;
    margin: 0 auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
  .route-pop-up{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vh;
    background-color: #4040408c;
    transform: none;
    max-width: none;
    max-height: none;
    width: 100vw;
  }

  .dot {
    height: 6px;
    width: 6px;
    background-color: red;
    border-radius: 50%;
    display: none;
  }

  /*
  #reizenContainer a{
  flex-grow: 1;
  flex-basis: 0;
}
#reizenContainer a .card-item{
width: 90%;
margin: 0 auto;
}
*/
.wf-text p strong {
  font-weight: bold;
  font-size: inherit;
}
.wf-text p{
  color: #4a4a4a;
}
/*
.tabs-control ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: fit-content;
  position: relative;
}
.tabs-control ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E8E8E8;
  left: 0;
  bottom: -10px;
}
.tabs-control ul li {
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 70px;
  position: relative;
}
.tabs-control ul li.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2E5170;
  left: 0;
  bottom: -10px;
}
.tabs-control ul li:last-of-type {
  padding-right: 10px;
  margin-right: 0;
}
.tabs-control{
  display: block;
  margin-bottom: 38px;
}
*/

.nh-orange{color:#e29200 !important;}




.entertainments-pop-up-item{max-width: 700px;margin-bottom: 19px;}
.entertainments-pop-up-item h6{font-weight: bold;}
.entertainments-pop-up-item p{color: gray;}
.description-pop-up p{color: gray;}

.map-fullscreen{
  height: 500px;
  width:100%;
  margin-bottom:113px;
  display: none;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inspiration-card-info h5{

}
.mCustomScrollbar{
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

.mCustomScrollbar,
.mCustomScrollbar.mCS_touch_action,
.mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
	-ms-touch-action: auto;
	    touch-action: auto;
}

.mCustomScrollBox {
	-ms-touch-action: pan-x;
	    touch-action: pan-x;
}

.mCustomScrollBox.mCSB_vertical_horizontal {
	-ms-touch-action: auto;
	    touch-action: auto;
}

.mCustomScrollBox.mCSB_horizontal {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}


@media screen and (min-width:768px){
  .scale-protect.container{
    -moz-transform: none;
    -moz-transform-origin: none;
  }

}


.community-page-event-card-col{
  padding-bottom: 15px;
  padding-left: 0px !important;
}


@media screen and (min-width: 991px){
  .community-page-event-card-col{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .community-page-event-card-col:last-of-type{
    padding-right: 0px !important;

  }
}

@media screen and (min-width: 991px){

.reizen-span-thib-fix{
  padding-left:5px;padding-right:5px;
}
}