/*==========================================================*/
/* Fonts
/*==========================================================*/

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"),
    url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Italic.woff2") format("woff2"),
    url("../fonts/Raleway-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"),
    url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold-Italic.woff2") format("woff2"),
    url("../fonts/Raleway-SemiBold-Italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Mouse Memoirs Regular";
  src: url("../fonts/Mouse-Memoirs-Regular.woff2") format("woff2"),
    url("../fonts/Mouse-Memoirs-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*==========================================================*/
/* Base
/*==========================================================*/

html,
body {
  overflow-x: hidden;
}

body {
  padding-top: 80px;
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
  background: -webkit-linear-gradient(top, #3dc0f0 0%, #81d5f5 60%);
  background: linear-gradient(to bottom, #3dc0f0 0%, #81d5f5 60%);
}

@media (min-width: 768px) {
  body {
    padding-top: 140px;
    background: #b9e2f7 url(../img/bg.jpg) fixed center top no-repeat;
    background-size: cover;
  }
}

.container {
  max-width: 980px;
}

b,
strong,
label {
  font-weight: 600;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #0288ca;
}

a:hover,
a:focus {
  color: #026da2;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  color: #00739c;
  font-family: "Mouse Memoirs Regular", sans-serif;
  font-weight: 400;
}

h2,
.h2 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 42px;
  border-bottom: 1px solid rgba(0, 115, 156, 0.25);
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 24px;
}

h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child {
  margin-top: 0;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: rgba(0, 115, 156, 0.25);
}

@media (min-width: 768px) {
  hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.wp-post-image,
img[class*="wp-image"] {
  border-radius: 4px;
}

@media (max-width: 768px) {
  .wp-post-image {
    margin-bottom: 15px;
  }
}

/*==========================================================*/
/* Forms
/*==========================================================*/

label {
  color: #00739c;
}

.form-control,
.form-control:focus {
  border-color: rgba(0, 115, 156, 0.25);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: rgba(0, 115, 156, 0.5);
}

.btn-primary {
  background-color: #0288ca;
  border-color: #0288ca;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #026da2;
  border-color: #026da2;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
  position: relative;
  margin-top: 15px;
  color: #00739c;
  font-size: 16px;
  font-weight: 600;
  background-color: #ffe549;
  border-color: #ffe549;
  -webkit-box-shadow: 0 5px rgba(0, 115, 156, 0.75);
  box-shadow: 0 5px rgba(0, 115, 156, 0.75);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.btn-default:hover,
.btn-default:focus {
  top: 2px;
  color: #005c7d;
  background-color: #dbe171;
  -webkit-box-shadow: 0 3px rgb(0, 115, 156);
  box-shadow: 0 3px rgb(0, 115, 156);
}

.btn-readmore:before,
.btn-buy:before,
.btn-download:before,
.btn-blog:before,
.btn-film:before {
  margin-right: 12px;
  font-family: "FontAwesome";
  font-weight: normal;
}

.btn-readmore:before {
  content: "\f02d";
}

.btn-buy:before {
  content: "\f07a";
}

.btn-download:before {
  content: "\f019";
}

.btn-blog {
  margin-right: 5px;
}

.btn-blog:before {
  content: "\f15c";
}

.btn-film:before {
  content: "\f008";
}

.label {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px;
  border-radius: 2px;
}

.label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  border-width: 5px;
}

.label-default {
  color: #00739c;
  font-size: 14px;
  background-color: #b5e1fa;
}

.label-default:after {
  border-top-color: #b5e1fa;
}

.wpcf7-not-valid {
  background-color: #fae3ef;
}

span.wpcf7-not-valid-tip {
  color: #b03e7a;
}

div.wpcf7-response-output {
  margin: 30px 0 0;
  padding: 10px 30px;
  border-radius: 4px;
}

div.wpcf7-mail-sent-ok {
  background-color: #f6f97a;
  border: none;
}

div.wpcf7-validation-errors {
  background-color: #f0bfd9;
  border: none;
}

/*==========================================================*/
/* Navigation
/*==========================================================*/

.navbar {
  font-size: 18px;
  font-weight: 600;
  background-color: #004a9a;
  background-color: rgba(0, 74, 154, 0.98);
  border: 0;
}

@media (min-width: 992px) {
  .navbar {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .navbar {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}

.navbar-nav > li > a,
.navbar-nav > .current-menu-item > a,
.navbar-nav > .open > a,
.dropdown-menu > li > a {
  color: #fff;
  background-color: transparent;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > .current-menu-item > a:hover,
.navbar-nav > .current-menu-item > a:focus,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #b1dff8;
  text-decoration: none;
  background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.dropdown-menu > .active > a {
  color: #ffe549;
  background-color: transparent;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
  padding: 0;
  color: #ffe649;
  font-family: "Mouse Memoirs Regular", sans-serif;
  font-size: 36px;
  line-height: 1;
}

.navbar-toggler {
  padding-right: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.navbar-toggler .fa {
  margin-left: 5px;
}

.navbar-toggler:focus {
  color: #ffe549;
  outline: 0;
}

.dropdown-menu {
  font-size: 16px;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

@media (min-width: 992px) {
  .dropdown-menu {
    text-align: left;
    background-color: #004a9a;
    background-color: rgba(0, 74, 154, 0.98);
    -webkit-box-shadow: 0 35px 20px -40px rgba(0, 0, 0, 0.6);
    box-shadow: 0 35px 20px -40px rgba(0, 0, 0, 0.6);
  }
}

/*==========================================================*/
/* Header
/*==========================================================*/

.header-slogan {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 992px) {
  .header-slogan {
    margin-bottom: 50px;
    font-size: 20px;
    text-align: left;
  }
}

.header-slogan strong {
  color: #ffe649;
}

@media (min-width: 992px) {
  .header-slogan-text {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .balduin-ani-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 760px;
  }
}

.header-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .header-social-links {
    position: absolute;
    top: 5rem;
    right: 1rem;
    margin-bottom: 0;
    padding-right: 0;
  }
}

.footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-facebook,
.logo-youtube {
  margin-right: 10px;
}

.fa.fa-facebook-square {
  position: relative;
  color: #3b5998;
  font-size: 40px;
}

.fa.fa-youtube-square {
  position: relative;
  color: #cd201f;
  font-size: 40px;
}

.fa.fa-facebook-square:after,
.fa.fa-youtube-square:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background-color: #fff;
  z-index: -1;
}

/*==========================================================*/
/* Content
/*==========================================================*/

.content {
  position: relative;
  margin-bottom: 60px;
  padding: 30px;
  background-color: #f8f4f6;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  -webkit-box-shadow: 0 35px 20px -40px rgba(0, 0, 0, 0.6);
  box-shadow: 0 35px 20px -40px rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  .content {
    padding: 60px;
  }
}

.content:before,
.content:after {
  content: "";
  position: absolute;
  background-size: cover;
}

.content:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 38px;
  top: -38px;
  left: 30%;
  background: url(../img/content_top.png) no-repeat;
  background-size: cover;
}

.content:after {
  content: "";
  position: absolute;
  width: 97px;
  height: 28px;
  bottom: -28px;
  right: 25%;
  background: url(../img/content_bottom.png) no-repeat;
  background-size: cover;
}

.entry:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 115, 156, 0.25);
}

@media (min-width: 768px) {
  .entry:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.entry h3 a {
  color: #00739c;
}

.categories a {
  padding: 3px 8px;
  font-size: 14px;
  border: 1px solid #b5e1fa;
  border-radius: 20px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.categories a:hover,
.categories a:focus {
  text-decoration: none;
  background-color: #b5e1fa;
  border: 1px solid #b5e1fa;
}

.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.page-item + .page-item {
  margin-left: 5px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 32px;
  color: #00739c;
  background-color: #b5e1fa;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px rgba(0, 115, 156, 0.75);
  box-shadow: 0 3px rgba(0, 115, 156, 0.75);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.page-numbers:hover,
.page-numbers:focus,
.page-numbers.current {
  color: #fff;
  text-decoration: none;
  background-color: #9cc1d6;
  -webkit-box-shadow: 0 3px rgb(0, 115, 156);
  box-shadow: 0 3px rgb(0, 115, 156);
}

.page-numbers.dots,
.page-numbers.dots:hover,
.page-numbers.dots:focus {
  width: 20px;
  color: #00739c;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table-dates .details-link {
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
}

.table-dates .details-link a {
  outline: 0;
}

.press-item {
  margin-bottom: 30px;
}

/*==========================================================*/
/* Footer
/*==========================================================*/

.footer-before {
  position: relative;
  pointer-events: none;
}

@media (min-width: 768px) {
  .footer-before {
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .footer-before {
    margin-top: 10px;
  }
}

.footer-before-balduin {
  position: absolute;
  bottom: 20%;
  left: 5px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .footer-before-balduin {
    left: 20px;
  }
}

.footer-before-balduin-ani {
  -webkit-animation: balduin 6s infinite ease-in-out alternate;
  animation: balduin 6s infinite ease-in-out alternate;
}

@-webkit-keyframes balduin {
  0%,
  20% {
    -webkit-transform: translateY(100%);
  }
  30%,
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes balduin {
  0%,
  20% {
    transform: translateY(100%);
  }
  30%,
  100% {
    transform: translateY(0);
  }
}

.footer-before-blubberbauch {
  position: absolute;
  bottom: 20%;
  left: 20%;
  overflow: hidden;
  padding-top: 20px;
}

.footer-before-blubberbauch-ani {
  -webkit-animation: blubberbauch 1.5s infinite ease-in-out alternate;
  animation: blubberbauch 1.5s infinite ease-in-out alternate;
}

@-webkit-keyframes blubberbauch {
  100% {
    -webkit-transform: rotate(10deg);
  }
}

@keyframes blubberbauch {
  100% {
    transform: rotate(10deg);
  }
}

.footer-before-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}

.footer {
  position: relative;
  padding: 20px 0;
  color: #004a9a;
  font-size: 14px;
  background: #a3d9f2 url(../img/footer-bg.png);
  z-index: 2;
}

@media (min-width: 768px) {
  .footer > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer p {
  margin-bottom: 0;
}

.footer a {
  color: #004a9a;
}

.footer-copyright {
  margin-right: 30px;
}

.footer-links {
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0;
}

.footer-links > li {
  display: inline-block;
}

.footer-links > li + li:before {
  content: "| ";
  margin: 0 3px;
}

/*==========================================================*/
/* Dates
/*==========================================================*/

.date-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #dee2e6;
}

.date {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 0.75rem;
}

.city {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding: 0.75rem;
}

.venue {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding: 0.75rem;
}

.details-link {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 0.75rem;
  text-align: right;
}

@media (min-width: 768px) {
  .date-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .date {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .city {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .venue {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .details-link {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

/*==========================================================*/
/* Gallery
/*==========================================================*/

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.gallery-item {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}

@media (min-width: 480px) {
  .gallery-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media (min-width: 992px) {
  .gallery-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.gallery-item a {
  display: block;
  background-color: #71244d;
  border: 1px solid #489351;
}

.gallery-item a:hover img {
  opacity: 0.75;
}

.gallery-item img {
  transition: opacity 0.2s;
}

.gallery-icon {
  margin: 0 10px;
}

/*==========================================================*/
/* Carousel
/*==========================================================*/

.carousel {
  margin-bottom: 80px;
}

.carousel-inner {
  border-radius: 4px;
  -webkit-box-shadow: 0 35px 20px -40px rgba(0, 0, 0, 0.6);
  box-shadow: 0 35px 20px -40px rgba(0, 0, 0, 0.6);
}

.carousel-control-prev {
  left: -35px;
  width: auto;
}

.carousel-control-next {
  right: -35px;
  width: auto;
}

/*==========================================================*/
/* Magnific Popup
/*==========================================================*/

.mfp-link > img {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/*==========================================================*/
/* WordPress Core
/*==========================================================*/
.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;
}

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

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%; /* Image does not overflow the content area */
  padding: 5px;
  text-align: center;
  border-radius: 4px;
}

.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 p.wp-caption-text,
dd.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  margin: 0;
  padding: 5px 4px;
}
