@font-face {
    font-family: 'NeuePlak';
    src: url('/wp-content/themes/imagine/font/NeuePlak-Light.eot');
    src: url('/wp-content/themes/imagine/font/NeuePlak-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/imagine/font/NeuePlak-Light.woff2') format('woff2'),
        url('/wp-content/themes/imagine/font/NeuePlak-Light.woff') format('woff'),
        url('/wp-content/themes/imagine/font/NeuePlak-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NeuePlak';
    src: url('/wp-content/themes/imagine/font/NeuePlak-NarrowExtraBlack.eot');
    src: url('/wp-content/themes/imagine/font/NeuePlak-NarrowExtraBlack.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/imagine/font/NeuePlak-NarrowExtraBlack.woff2') format('woff2'),
        url('/wp-content/themes/imagine/font/NeuePlak-NarrowExtraBlack.woff') format('woff'),
        url('/wp-content/themes/imagine/font/NeuePlak-NarrowExtraBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NeuePlak';
    src: url('/wp-content/themes/imagine/font/NeuePlak-NarrowSemiBold.eot');
    src: url('/wp-content/themes/imagine/font/NeuePlak-NarrowSemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/imagine/font/NeuePlak-NarrowSemiBold.woff2') format('woff2'),
        url('/wp-content/themes/imagine/font/NeuePlak-NarrowSemiBold.woff') format('woff'),
        url('/wp-content/themes/imagine/font/NeuePlak-NarrowSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NeuePlak';
    src: url('/wp-content/themes/imagine/font/NeuePlak-Regular.eot');
    src: url('/wp-content/themes/imagine/font/NeuePlak-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/imagine/font/NeuePlak-Regular.woff2') format('woff2'),
        url('/wp-content/themes/imagine/font/NeuePlak-Regular.woff') format('woff'),
        url('/wp-content/themes/imagine/font/NeuePlak-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1 {
  margin-bottom: 1em !important;
}

.btn {
    text-transform: uppercase;
    display: inline-block;
    font-family: "NeuePlak 900";
}

.educatiebutton {
  min-width: 160px;
  clear: both;
  float: left;
}

.header-title-image {
  width: 100% !important;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto
}

.nectar-recent-posts-slider_multiple_visible h3 {
  font-size: 20px !important;
  line-height: 1.2em;
}

#scrolling-text .row_col_wrap_12 .row-bg-wrap {
    background-color: #000;
}

@media only screen and (min-width: 980px) {
  .header-title-image {
    max-width: 80% !important;
  }
}

@-webkit-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

input[type="email"] {border-radius: 0}

.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-bg::after,
.nectar-recent-posts-slider_multiple_visible .nectar-recent-post-bg,
.nectar-recent-posts-slider_multiple_visible .flickity-viewport .nectar-recent-post-bg-wrap {
  border-radius: 0 !important;
}

.wpml-ls-menu-item>a{margin: 0 !important}
body a[title="NL"]{margin-right:4px !important}
body a[title="EN"]::before{content:'/'; color: #fff}

#scrolling-text .vc_column-inner {
  padding-bottom: 1px;
}

.nectar-global-section.before-footer {
  padding-top: 0 !important;
}
#pagination, .page-numbers {
	font-family: "NeuePlak 900" !important;
}

li.menu-item-has-children > a {height: 24px}

.screenings i.like {
  font-size: 30px;
  left: 10px;
  position: absolute !important;
  display: block !important;
  top: 10px !important;
  color: white;
}

.single-zmovie i.like,
.single-programma i.like {
  font-size: 20px;
  top: -5px;
  left: -3px;
}


i.fa-heart.like {
	animation: beat .4s infinite alternate;
	transform-origin: center;
  opacity: .9;
}

/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.1); }
}