/*
 Theme Name: Cafe Bright Side
 Theme URI: https://www.cafebrightside.nl
 Version: 1.0
 Description: Maatwerk WordPress thema.
 Author: Spits
 Author URI: https://www.spits.online
 Tags: Spits
 */
/* VARIABLES 
 ======================================== */
/* normalize/.styl | http://github.com/nulltask/normalize/.styl */
/* based on hail2u's normalize/.scss | https://github.com/hail2u/normalize/.scss */
/*
 @font-face{font-family:'bungee_regularregular';src:url("fonts/bungee-regular-webfont.woff2") format('woff2'),url("fonts/bungee-regular-webfont.woff") format('woff');font-weight:normal;font-style:normal}
 @font-face{font-family:'BerlinSansFBDemi-Bold';src:url("fonts/BerlinSansFBDemi-Bold.eot?#iefix") format('embedded-opentype'),url("fonts/BerlinSansFBDemi-Bold.woff") format('woff'),url("fonts/BerlinSansFBDemi-Bold.ttf") format('truetype'),url("fonts/BerlinSansFBDemi-Bold.svg#fonts/BerlinSansFBDemi-Bold") format('svg');font-weight:normal;font-style:normal}
 @font-face{font-family:'DINNeuzeitGrotesk-BoldCond';src:url("fonts/DINNeuzeitGrotesk-BoldCond.eot?#iefix") format('embedded-opentype'),url("fonts/DINNeuzeitGrotesk-BoldCond.woff") format('woff'),url("fonts/DINNeuzeitGrotesk-BoldCond.ttf") format('truetype'),url("fonts/DINNeuzeitGrotesk-BoldCond.svg#DINNeuzeitGrotesk-BoldCond") format('svg');font-weight:normal;font-style:normal}
 @font-face{font-family:'DIN-Regular';font-style:normal;font-weight:normal;src:local('DIN-Regular'),url("fonts/DINR____.woff") format('woff')}
 */
body {
  background: url('images/events-bg.jpg') fixed;
  color: #e2e6ee;
  line-height: 1.3;
  font-family: 'PT Sans Narrow', sans-serif;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}
*:focus {
  outline: none;
}
body, h1, h2, h3, h4, h5, h6, p, ul, input, button, textarea, select {
  margin: 0;
  padding: 0;
  color: #fff;
}
p, input, button {
  border: none;
}
p {
  margin: 0 0 35px 0;
}
p:last-child {
  margin: 0;
}
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: textColor;
  text-transform: uppercase;
}
input {
  padding: 5px 10px;
  width: 100%;
  border: 3px solid #ebebeb;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  padding: 5px 10px;
  resize: none;
  height: 80px;
  width: 100%;
  border: 3px solid #ebebeb;
}
select {
  position: relative;
  padding: 5px 10px;
  color: #000;
}
input[type=number] {
  -moz-appearance: textfield;
  margin: 0;
}
a {
  color: #83b723;
  text-decoration: none !important;
}
a:hover {
  color: #d80b1a;
}
.hidden {
  display: none;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: ' ';
}
.clearfix:after {
  clear: both;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  padding-left: 60px;
  position: relative;
}
@media all and (min-width: 1880px) {
  body {
    padding-left: 80px;
  }
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
/* Margins */
@media all and (max-width: 767px) {
  .margin-xl {
    margin-bottom: 55px !important;
  }
  .margin-lg {
    margin-bottom: 35px !important;
  }
  .margin-md {
    margin-bottom: 30px !important;
  }
  .margin-sm {
    margin-bottom: 25px !important;
  }
  .margin-xs {
    margin-bottom: 15px !important;
  }
  .margin-xxs {
    margin-bottom: 10px !important;
  }
}
@media all and (max-width: 1199px) {
  .no-gutter-mobile {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) {
  .margin-xl {
    margin-bottom: 100px !important;
  }
  .margin-lg {
    margin-bottom: 75px !important;
  }
  .margin-md {
    margin-bottom: 50px !important;
  }
  .margin-sm {
    margin-bottom: 25px !important;
  }
  .margin-xs {
    margin-bottom: 20px !important;
  }
  .margin-xxs {
    margin-bottom: 15px !important;
  }
}
@media all and (min-width: 1880px) {
  .margin-xl {
    margin-bottom: 125px !important;
  }
  .margin-lg {
    margin-bottom: 100px !important;
  }
  .margin-md {
    margin-bottom: 75px !important;
  }
  .margin-sm {
    margin-bottom: 35px !important;
  }
  .margin-xs {
    margin-bottom: 25px !important;
  }
  .margin-xxs {
    margin-bottom: 15px !important;
  }
}
/* z-index */
.z-index-100 {
  z-index: 100 !important;
}
.z-index-0 {
  z-index: 0 !important;
}
/* Sidebar */
.main-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #ca000c;
  color: #fff;
  z-index: 99999;
  -webkit-box-shadow: 6px 0px 11px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 6px 0px 11px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 6px 0px 11px -3px rgba(0, 0, 0, 0.5);
}
.main-sidebar a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
}
.main-sidebar ul {
  margin-bottom: 100px;
}
.main-sidebar ul li {
  display: block;
  margin: 22px 0;
}
.main-sidebar ul li a:before {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.main-sidebar ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #9e0511;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.main-sidebar ul li a:hover:before {
  color: #ba0f1c;
}
.main-sidebar ul li a:hover:after {
  background-color: #fff;
}
.main-sidebar .side-descr {
  margin-left: -33px;
}
.main-sidebar .sidebar-right {
  width: 65px;
  height: 100%;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.main-sidebar .sidebar-push {
  width: 400px;
  opacity: 0;
  float: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: -400px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.main-sidebar.hover .sidebar-push {
  opacity: 1;
  margin-left: 0;
}
.main-sidebar .snapchat {
  margin-bottom: 30px;
  width: 80%;
}
.main-sidebar .snapcode {
  margin-bottom: 30px;
  width: 60%;
}
/* Section */
h1, h2, h3, h4, h5 {
  font-family: 'Bungee', cursive;
  font-weight: 400;
  text-transform: uppercase;
}
h1 {
  text-align: center;
}
h5 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
h6 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.section-item {
  position: relative;
  padding: 0;
  background-repeat: no-repeat;
}
.main-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.main-container.main-container--smaller {
  max-width: 1270px;
}
/* Buttons */
.btn-custom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 18px 18px;
  background-color: #000;
  color: #fff;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  align-items: center;
}
.btn-custom-blind {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 16px 28px;
  background-color: none;
  color: #fff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
  -moz-border-radius: 40px;
  border-radius: 40px;
  white-space: nowrap;
  align-items: center;
  border: 1px solid #fff;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0.8;
  display: table;
}
.btn-custom-blind:hover {
  background: #fff;
  color: #0c1f41;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn-custom:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 18px;
  opacity: 0;
  display: inline-block;
  margin-left: -20px;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 20px;
}
.btn-custom:hover {
  background-color: #83b723;
  color: #fff;
}
.btn-custom:hover:after {
  opacity: 1;
  margin-left: 20px;
}
.btn-custom.btn-custom--revert {
  background-color: #fff;
  color: #000;
}
.btn-custom.btn-custom--revert:hover {
  background-color: #000;
  color: #fff;
}
/* Flex */
.row-flex {
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
.row-flex.row-flex--left {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.row-flex.row-flex--right {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.row-flex.row-flex--top {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.row-flex.row-flex--middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.row-flex.row-flex--bottom {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.row-flex .flex-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
/* Aspect ratio */
.aspect-ratio {
  position: relative;
}
.aspect-ratio:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.aspect-ratio__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.col-wrap {
  font-size: 0;
}
.col-item {
  display: inline-block;
  vertical-align: top;
  float: initial;
}
.col-item.col-item--mid {
  vertical-align: middle;
}
.col-item.col-item--bottom {
  vertical-align: bottom;
}
@media all and (max-width: 767px) {
  body {
    padding-left: 0;
  }
  .main-sidebar {
    display: none;
  }
  .section-item.section-item--events {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-item.section-item--agenda {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-item.section-item--events .side-descr-wrap {
    display: none;
  }
  .btn-custom-blind {
    opacity: 1;
  }
  .home .page-content, .post-type-archive-agenda .page-content {
    padding: 0 0;
  }
}
@media all and (min-width: 768px) {
  .main-sidebar .sidebar-right {
    width: 60px;
  }
  .main-sidebar .side-descr {
    margin-left: -30px;
  }
  .main-sidebar ul {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 1280px) {
  .main-sidebar .sidebar-right {
    width: 65px;
  }
  .main-sidebar .side-descr {
    margin-left: -33px;
  }
  .main-sidebar ul {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 1880px) {
  .main-sidebar .sidebar-right {
    width: 80px;
  }
  .main-sidebar .side-descr {
    margin-left: -26px;
  }
  .btn-custom-blind {
    padding: 20px 35px;
  }
  .main-sidebar ul li {
    margin: 28px 0;
  }
  .main-sidebar a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
/* Header */
header {
  padding: 20px 70px 20px 40px;
  justify-content: space-between !important;
  height: 150px;
}
body.menu-active {
  overflow-y: hidden;
  padding-right: 17px;
}
.header-menu {
  position: absolute;
  top: 100px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 80px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-family: 'Bungee', cursive;
  z-index: 10;
  position: fixed;
}
.header-menu li {
  display: block;
  margin: 8px 0;
  text-align: center;
  float: none;
}
.header-menu li.current_page_item a, .header-menu li.current-menu-item a {
  color: #83b723;
}
.header-menu a {
  color: #e2e6ee;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header-menu a:hover {
  color: #83b723;
}
.header-menu.active {
  top: 180px;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.2s ease 0.2s ease;
  -moz-transition: all 0.2s ease 0.2s ease;
  -o-transition: all 0.2s ease 0.2s ease;
  -ms-transition: all 0.2s ease 0.2s ease;
  transition: all 0.2s ease 0.2s ease;
}
.logo-wrap {
  z-index: 10;
  display: table;
  width: auto;
  top: -500px;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.sticky .logo-wrap {
  position: fixed;
  top: 15px;
  z-index: 999;
}
.sticky-logo {
  position: fixed;
  transform: translate(0, -170px);
  -webkit-transform: translate(0, -170px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 30px 30px;
}
.sticky-logo img {
  max-width: 200px;
}
.sticky .sticky-logo {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1200px;
  z-index: -1;
  background: -webkit-linear-gradient(250deg, rgba(122, 34, 55, 0.67) 0%, rgba(122, 34, 55, 0.66) 0.5%, rgba(255, 255, 255, 0) 35%);
  background: -moz-linear-gradient(250deg, rgba(122, 34, 55, 0.67) 0%, rgba(122, 34, 55, 0.66) 0.5%, rgba(255, 255, 255, 0) 35%);
  background: -o-linear-gradient(250deg, rgba(122, 34, 55, 0.67) 0%, rgba(122, 34, 55, 0.66) 0.5%, rgba(255, 255, 255, 0) 35%);
  background: -ms-linear-gradient(250deg, rgba(122, 34, 55, 0.67) 0%, rgba(122, 34, 55, 0.66) 0.5%, rgba(255, 255, 255, 0) 35%);
  background: linear-gradient(200deg, rgba(122, 34, 55, 0.67) 0%, rgba(122, 34, 55, 0.66) 0.5%, rgba(255, 255, 255, 0) 35%);
}
.header-button-menu, .header-button-cart {
  position: fixed;
  right: 60px;
  top: 60px;
  width: 28px;
  cursor: pointer;
  z-index: 9;
}
.header-button-menu:after, .header-button-cart:after {
  content: '';
  position: absolute;
  top: -14px;
  left: -12px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #0c1f41;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header-button-menu:hover:after, .header-button-cart:hover:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.header-button-menu:hover div span {
  background-color: #0c1f41;
}
.header-button-cart:hover i {
  color: #0c1f41;
}
.header-button-cart {
  right: 135px;
}
.header-button-cart i {
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: -1px;
}
.header-button-menu.active:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(12, 31, 65, 0.9) !important;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-button-menu.active div span {
  background-color: #fff;
}
.header-button-menu div {
  position: relative;
  z-index: 10;
  height: 26px;
}
.header-button-menu div span {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.header-button-menu div span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.header-button-menu div span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.header-button-menu div span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.header-button-menu div.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: 4px;
}
.header-button-menu div.open span:nth-child(2) {
  width: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header-button-menu div.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 4px;
}
@media all and (max-width: 767px) {
  header {
    padding: 5px 15px;
    height: 120px;
  }
  .header-menu {
    padding-left: 0;
    width: 100%;
  }
  .header-menu.active {
    top: 50px;
  }
  .logo-wrap img {
    max-width: 160px;
  }
  .sticky .logo-wrap img {
    max-width: 130px;
  }
  .header-button-menu, .header-button-cart {
    top: 40px;
    right: 30px;
  }
  .fb_iframe_widget span {
    margin: 0 auto;
    display: table !important;
  }
  .header-menu li {
    height: 8vh;
  }
  .gradient-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1200px;
    z-index: -1;
    background: -webkit-linear-gradient(250deg, rgba(122, 34, 55, 0.67) 0%, rgba(122, 34, 55, 0.66) 0.5%, rgba(255, 255, 255, 0) 20%);
    background: -moz-linear-gradient(250deg, rgba(122, 34, 55, 0.67) 0%, rgba(122, 34, 55, 0.66) 0.5%, rgba(255, 255, 255, 0) 20%);
    background: -o-linear-gradient(250deg, rgba(122, 34, 55, 0.67) 0%, rgba(122, 34, 55, 0.66) 0.5%, rgba(255, 255, 255, 0) 20%);
    background: -ms-linear-gradient(250deg, rgba(122, 34, 55, 0.67) 0%, rgba(122, 34, 55, 0.66) 0.5%, rgba(255, 255, 255, 0) 20%);
    background: linear-gradient(200deg, rgba(122, 34, 55, 0.67) 0%, rgba(122, 34, 55, 0.66) 0.5%, rgba(255, 255, 255, 0) 20%);
  }
}
@media all and (min-width: 768px) {
  .logo-wrap img {
    max-width: 190px;
  }
  .sticky .logo-wrap img {
    max-width: 160px;
  }
  .fb_iframe_widget span {
    margin: 0 auto;
    display: table !important;
  }
  .header-menu li {
    height: 6vh;
  }
}
@media all and (min-width: 1200px) {
  .logo-wrap img {
    max-width: 230px;
  }
}
@media all and (min-width: 1880px) {
  header {
    height: 200px;
  }
  .logo-wrap img {
    max-width: 290px;
  }
  .sticky .logo-wrap img {
    max-width: 200px;
  }
}
/* Footer */
footer {
  position: relative;
  background-color: rgba(12, 31, 65, 0.75);
  overflow: hidden;
}
footer h2 {
  margin: 0;
}
footer a {
  color: #e2e6ee;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
footer a:hover {
  color: #83b723;
}
footer li {
  display: block;
  color: #e2e6ee;
}
footer li.active {
  color: #83b723;
}
footer .footer-content {
  margin-bottom: 50px;
}
footer .side-descr {
  position: absolute;
  color: #52658a;
}
footer .events-container {
  padding-left: 15px;
  padding-right: 15px;
}
footer .altijddegaafste {
  position: absolute;
  top: 40px;
  right: 0;
  width: 120%;
  -ms-transform: rotate(8deg);
  /* IE 9 */
  -webkit-transform: rotate(8deg);
  /* Safari */
  transform: rotate(8deg);
}
footer .altijddegaafste .bavaria {
  position: absolute;
  -ms-transform: rotate(-8deg);
  /* IE 9 */
  -webkit-transform: rotate(-8deg);
  /* Safari */
  transform: rotate(-8deg);
}
footer .bavaria img {
  width: 380px;
}
.schedule-wrap li .col-12:first-child {
  float: left;
}
.schedule-wrap li .col-12:nth-child(2) {
  float: right;
}
ul.schedule-wrap {
  display: table;
}
ul.schedule-wrap li span:last-child {
  display: none;
}
ul.schedule-wrap li div:nth-child(1) {
  padding-right: 80px;
}
.today {
  background: rgba(6, 20, 46, 0.5);
}
.footer-image {
  position: absolute;
  bottom: 0;
  left: -50px;
  max-width: 35%;
}
.copywrite {
  color: #52658a;
}
.copywrite a {
  color: #52658a;
}
@media all and (max-width: 767px) {
  footer {
    padding: 40px 0 70px;
  }
  footer h2 {
    text-align: center;
    margin: 0 0 50px 0;
  }
  footer .footer-data .col-xs-6 {
    padding: 0 0 20px 0;
  }
  .copywrite {
    text-align: center;
  }
  footer .altijddegaafste {
    position: relative;
    width: 95%;
    margin: 0 0 -100px -80px;
  }
  footer .altijddegaafste img {
    width: 100%;
  }
  footer .bavaria {
    right: -40px;
    top: -40px;
  }
  footer .bavaria img {
    width: 200px;
  }
  footer .r-order2 {
    order: 2;
  }
  footer .r-order1 {
    order: 1;
  }
  .copywrite {
    display: none;
  }
}
@media all and (max-width: 500px) {
  footer .altijddegaafste {
    margin: 0 0 -80px -50px;
  }
  footer .bavaria img {
    width: 140px;
  }
  footer .bavaria {
    top: -30px;
    right: -30px;
  }
  footer .footer-data .col-xs-6 {
    width: 100%;
  }
  footer ul.schedule-wrap div {
    padding: 0;
  }
  footer ul.schedule-wrap li span:last-child {
    display: block;
  }
  footer ul.schedule-wrap li span:first-child {
    display: none;
  }
  footer ul.schedule-wrap li {
    display: none;
  }
  footer ul.schedule-wrap li.today {
    display: block;
    background: none;
  }
  footer ul.schedule-wrap div {
    width: auto !important;
  }
}
@media all and (min-width: 768px) {
  footer {
    padding: 40px 0 70px;
  }
  .footer-image {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 50px;
    width: 50%;
    max-width: 50%;
  }
  footer h2 {
    text-align: center;
  }
  .copywrite {
    text-align: center;
  }
  footer .col-md-6 {
    padding: 50px 0 30px 0;
  }
  footer .altijddegaafste {
    position: relative;
    width: 30%;
    margin: 0 auto 120px;
  }
  footer .altijddegaafste img {
    width: 100%;
  }
  footer .bavaria {
    right: -30px;
    top: -30px;
  }
  footer .bavaria img {
    width: 140px;
  }
}
@media all and (min-width: 992px) {
  footer {
    padding: 60px 0 60px;
  }
  footer h2 {
    text-align: left;
  }
  .copywrite {
    text-align: left;
  }
  .footer-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    max-width: 40%;
  }
  footer .row .col-md-6:nth-child(1) .side-descr {
    top: 62px;
    left: 0;
  }
  footer .row .col-md-6:nth-child(2) .side-descr {
    top: 100px;
    left: -30px;
  }
  footer .col-md-6 {
    padding: 50px 0 30px 60px;
  }
  footer {
    background-size: 25%;
  }
  footer .altijddegaafste {
    position: absolute;
    width: 145%;
    margin: 0;
  }
  footer .altijddegaafste img {
    width: 100%;
  }
  footer .bavaria img {
    width: 150px;
  }
}
@media all and (min-width: 1200px) {
  footer {
    padding: 70px 0 70px;
  }
  footer .altijddegaafste {
    width: 135%;
    right: 40px;
    top: -150px;
  }
  footer .altijddegaafste img {
    width: 100%;
  }
  footer .bavaria {
    right: -50px;
    top: -60px;
  }
  footer .bavaria img {
    width: 220px;
  }
}
@media all and (min-width: 1400px) {
  footer {
    padding: 70px 0 60px;
  }
  footer .bavaria img {
    width: 250px;
  }
  footer .row .col-md-6:nth-child(1) .side-descr {
    top: 82px;
    left: 0;
  }
  footer .row .col-md-6:nth-child(2) .side-descr {
    top: 120px;
    left: -30px;
  }
}
@media all and (min-width: 1880px) {
  footer {
    padding: 120px 0 90px;
  }
  .footer-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    max-width: 30%;
  }
  footer .altijddegaafste {
    width: 100%;
    right: 100px;
  }
  footer .bavaria img {
    width: 300px;
  }
  footer .col-md-6 {
    padding: 70px 0 50px 80px;
  }
}
/*====================*/
/* Content */
/*====================*/
.subtitle {
  display: table;
  margin: 0 auto 20px auto;
  padding: 10px 12px;
  background: #d80b1a;
  color: #fff;
  border-radius: 3px;
}
.subtitle h5 {
  margin: 0 !important;
}
/* Side description */
.side-descr {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
}
.side-descr-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.side-descr-wrap .fa {
  font-size: 21px;
}
.side-descr-wrap .side-descr {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-events {
  right: -40px;
}
/* Events */
.event-item {
  -webkit-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.5);
}
.section-item--events {
  position: relative;
  padding-right: 90px;
  padding-left: 90px;
}
.events-list {
  visibility: hidden;
}
.slick-initialized {
  visibility: visible;
}
.events-list .slick-list {
  padding-bottom: 30px;
}
.events-list .slick-list #slick-track {
  display: table;
  margin: 0 auto;
}
.events-container {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
}
.event-item__image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
a.event-item__image {
  cursor: pointer;
}
.event-item__image .event-item__image-link {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}
.event-item__image:hover .event-item__title {
  padding: 45px 10px;
}
.event-item {
  align-items: inherit;
}
.event-item__image {
  align-items: inherit;
}
.slickdot {
  height: 15px;
  width: 15px;
  background: lightgray;
  border-radius: 50px;
  display: inline-block;
  box-shadow: 0px 0px 4px gray inset;
}
.slickdot.active {
  background-color: #41abe5;
  box-shadow: inset 0px 0px 4px #888;
}
/* Rotate effect */
/*.event-item__image:hover img { -webkit-transform: rotate(-10deg) scale(1.3); transform: rotate(-10deg) scale(1.3); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }*/
/* Shine effect */
.event-item__image {
  position: relative;
  padding-bottom: 140%;
}
.event-item__image::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.event-item__image:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.event-item__date {
  position: absolute;
  top: 7%;
  right: -16%;
  width: 65%;
  padding: 6px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ca000c;
  color: #fff;
  font-family: 'Bungee', cursive;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 18px -3px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 5px 18px -3px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 5px 18px -3px rgba(0, 0, 0, 0.65);
}
.event-item__age {
  display: inline-block;
  width: 56px;
  line-height: 56px;
  text-align: center;
  position: absolute;
  bottom: 75px;
  left: 10px;
  background-color: #000;
  color: #fff;
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
}
.event-item__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.event-item__title span {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-family: 'Bungee', cursive;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.event-item__descr {
  position: relative;
  padding: 30px 30px 15px;
  border-top: none;
  border-bottom: none;
  background: rgba(12, 31, 65, 0.50);
}
.event-item__descr p {
  color: #e2e6ee;
  margin: 0 0 35px 0;
}
.order-btn-wrap {
  position: absolute;
  bottom: 75px;
  right: 10px;
  text-align: right;
}
.order-btn-wrap .order-btn {
  display: inline-block;
  padding: 15px 30px 15px 15px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-family: 'Bungee', cursive;
  text-transform: uppercase;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
.event-item__plus {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  cursor: pointer;
  margin: 0 !important;
}
.event-item__plus span {
  position: relative;
  padding: 17px;
  margin-bottom: -31px;
  font-size: 20px;
  opacity: 0.6;
}
.event-item__plus span:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 6px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.event-item__plus:before, .event-item__plus:after {
  content: '';
  height: 1px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.event-item__plus:hover span {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.event-item__plus:hover span:after {
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  z-index: -1;
}
.event-item__plus span i {
  color: #fff;
}
.event-item__plus:hover span i {
  color: #0c1f41 !important;
}
p.event-item__plus {
  cursor: default !important;
}
.btn-wrap-all {
  margin: 0 auto;
  display: table;
}
/* Parallax */
.scrollblock {
  position: relative;
  width: 100%;
  /* -ms-transform: skew(0,-2deg); -webkit-transform: skew(0,-2deg); transform: skew(0,-2deg); */
}
.scrollblock .overlay-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* Section red row */
.section-item--redrow {
  position: relative;
  text-align: center;
  line-height: 150%;
}
.section-item--redrow p a {
  color: #510208;
}
.section-item--redrow p a:hover {
  color: #9e0511;
}
.section-item--redrow .btn-wrap {
  margin-top: 30px;
  display: table;
  margin: auto;
}
.section-item--redrow .col-md-5 .redbg {
  background: rgba(216, 11, 26, 0.6);
  padding: 30px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.section-item--redrow .overlay-image {
  background-image: url("images/bubble-bg-red.jpg");
  background-size: cover;
}
.section-item--redrow .descr-container {
  padding: 150px 0 150px;
}
.section-item--redrow .subtitle, .section-item--greenrow .subtitle {
  background: none;
  margin: 0 auto 35px auto;
  padding: 0;
}
.section-item--greenrow .subtitle {
  margin: 0 0 35px 0;
}
.image-person {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -100px;
  z-index: 5;
}
.image-person img {
  position: relative;
  max-width: 315px;
}
@media all and (min-width: 767px) {
  .image-person img {
    max-width: 255px;
  }
}
/* Red White */
.red-white {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url('images/red-white.svg');
  background-color: #fff;
  z-index: 1;
  opacity: 0.5;
  height: 50px;
  background-size: auto 100%;
}
/* Facebook */
.section-item--fb-feed {
  line-height: 150%;
}
.feed-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 175px;
}
.fb-feed-wrap .fb-page {
  max-width: 100% !important;
  width: 100% !important;
}
.fb-descr {
  text-align: left;
}
.fb-descr .subtitle {
  margin-left: 0;
  margin-right: 0;
}
.fb_iframe_widget iframe {
  height: 400px !important;
}
.fb_iframe_widget span {
  height: 400px !important;
}
/* Section green row */
.section-item--greenrow {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.9);
  line-height: 150%;
}
.section-item--greenrow .row * {
  position: relative;
  z-index: 1;
}
.section-item--greenrow .col-md-6 {
  position: initial;
}
.section-item--greenrow .tel-wrap div {
  background: rgba(131, 183, 35, 0.6);
  display: inline-block;
  padding: 18px 18px;
  color: #fff;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.section-item--greenrow .tel-wrap div a {
  color: #fff;
}
.section-item--greenrow .overlay-image {
  background-image: url("images/bubble-bg-green.jpg");
  background-size: cover;
}
.section-item--greenrow .col-md-2:after {
  content: '';
  position: absolute;
  height: 30%;
  width: 1px;
  left: 50%;
  top: 25%;
  background-color: #fff;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.section-item--greenrow .descr-container {
  padding: 150px 0;
}
.green-buttons {
  width: auto;
}
.green-buttons .tel-wrap, .green-buttons .btn-wrap-all {
  display: inline-block;
  vertical-align: top;
}
.green-buttons .tel-wrap {
  margin-right: 10px;
  margin-bottom: 10px;
}
.green-buttons .tel-wrap div {
  border-radius: 40px !important;
  padding: 17px 28px;
}
.section-item--greenrow .btn-wrap-all {
  margin: 0;
}
.section-item--greenrow .btn-wrap-all a.btn-custom-blind:hover {
  text-shadow: none;
}
.section-item--greenrow .logo-item-first {
  width: 100%;
  align-self: center;
  margin: 0 0 25px 0;
}
.section-item--greenrow .logo-item-second {
  width: 100%;
  align-self: center;
  margin: 0 0 25px 0;
}
/* Section Instagram row */
.section-item--instagram {
  padding: 0;
}
.instagram-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 300px;
}
.instagram-item div {
  position: relative;
}
.instagram-item span.likes {
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 20px;
}
.instagram-item span.likes:after {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 22px;
  color: #fff;
  margin-left: 5px;
}
.instagram-item div .instagram-overlay {
  background: rgba(12, 31, 65, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.instagram-item:hover div .instagram-overlay {
  background: rgba(131, 183, 35, 0.5);
  display: flex;
}
.instagram-item:hover div .instagram-overlay:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #fff;
  font-size: 40px;
  align-self: center;
  margin: 0 auto;
}
/* Breadcrumbs */
.breadcrumbs p {
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #52658a;
}
.breadcrumbs a {
  color: #52658a;
}
/*.breadcrumb_last {color:#83b723;}*/
@media all and (max-width: 767px) {
  .event-item__title {
    padding: 20px 10px;
  }
  .event-item__image:hover .event-item__title {
    padding: 25px 10px;
  }
  .event-item__age {
    bottom: 75px;
  }
  .feed-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-item--fb-feed .col-md-6:nth-child(1) {
    margin-bottom: 35px;
  }
  .section-item--greenrow .col-md-5:nth-child(1) {
    margin-bottom: 45px;
  }
  .section-item--greenrow .overlay-image .col-md-6:nth-of-type(1) {
    padding-bottom: 15px;
  }
  .overlay-image {
    padding: 45px 20px 100px;
  }
  .section-item--greenrow .overlay-image {
    padding: 45px 20px 45px;
  }
  .instagram-item div {
    height: 200px;
  }
  .event-item__image .event-item__image-link {
    padding-bottom: 100%;
  }
  .event-item__image {
    padding-bottom: 100%;
  }
  .green-buttons .tel-wrap {
    margin-bottom: 6px;
  }
  .section-item--greenrow .row p {
    display: none;
  }
}
@media all and (max-width: 1199px) {
  .section-item--greenrow .overlay-image {
    text-align: center;
  }
  .section-item--greenrow .overlay-image .col-md-6:nth-of-type(1) {
    margin-bottom: 35px;
  }
  .section-item--greenrow .subtitle {
    margin: 0 auto 35px auto;
  }
  .green-buttons {
    margin: 0 auto;
    display: table;
  }
  .section-item--greenrow .btn-wrap-all {
    margin: 0 auto !important;
  }
  .section-item--greenrow .logo-item-first {
    margin-left: -30px;
    width: auto;
    height: 150px;
  }
  .section-item--greenrow .logo-item-second {
    width: auto;
  }
}
@media all and (min-width: 768px) {
  .event-item__title {
    padding: 20px 10px;
  }
  .event-item__image:hover .event-item__title {
    padding: 25px 10px;
  }
  .event-item__age {
    bottom: 75px;
  }
  .event-item__descr p {
    margin: 0 0 20px 0;
  }
  .feed-container {
    padding: 0 40px;
  }
  .fb-descr {
    margin-top: 75px;
  }
  .section-item--greenrow .overlay-image {
    padding: 45px 20px 45px;
  }
  .section-item--greenrow .col-md-5 {
    position: relative;
  }
  .section-item--greenrow .col-md-5:nth-child(1) {
    margin-bottom: 55px;
  }
  .overlay-image {
    padding: 45px 20px 100px;
  }
  .instagram-item div {
    height: 200px;
  }
}
@media all and (min-width: 992px) {
  .fb-descr {
    margin-top: 0;
  }
  .section-item--greenrow .col-md-5:nth-child(1) {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1280px) {
  .instagram-item div {
    height: 240px;
  }
  .section-item--greenrow .zaalverhuur {
    justify-content: flex-start;
  }
}
@media all and (min-width: 1400px) {
  .event-item__image:hover .event-item__title {
    padding: 25px 10px;
  }
  .instagram-item div {
    height: 280px;
  }
  .events-container {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1880px) {
  .overlay-image {
    padding: 60px 20px 100px;
  }
  .section-item--greenrow .overlay-image {
    padding: 60px 20px 60px;
  }
  .events-container {
    max-width: 1400px;
    margin: 0 auto;
  }
  .event-item__title {
    padding: 30px 10px;
  }
  .event-item__image:hover .event-item__title {
    padding: 35px 10px;
  }
  .event-item__descr {
    position: relative;
    padding: 30px 30px 25px;
  }
  .event-item__age {
    bottom: 100px;
    width: 66px;
    line-height: 66px;
  }
  .order-btn-wrap {
    bottom: 100px;
  }
  .section-item--greenrow .logo-item-first {
    width: 80%;
    float: right;
  }
  .section-item--greenrow .logo-item-second {
    width: 80%;
    float: right;
  }
  .section-item--redrow > .row {
    padding-bottom: 53px;
  }
  .section-item--redrow .overlay-bg {
    bottom: 0;
  }
  .instagram-item div {
    height: 360px;
  }
  .green-buttons .tel-wrap div {
    padding: 21px 24px;
  }
}
@media all and (min-width: 2200px) {
  .events-container {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .section-item--greenrow .overlay-image .col-md-6 {
    flex-direction: column;
  }
}
/*====================*/
/* Archive Wist je datjes */
/*====================*/
/* Masonry grid */
.grid {
  width: 100%;
}
.grid-item {
  color: #fff;
  width: 498px;
  padding: 40px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.38);
  background: rgba(12, 31, 65, 0.55);
  margin: 0 35px 35px 0;
  overflow: hidden;
}
.grid-item img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}
.grid-image {
  width: 100%;
  padding-bottom: 65%;
  margin: 0 0 35px 0;
  display: block;
}
.grid-item .date {
  display: table;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #d80b1a;
  color: #fff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  border-radius: 3px;
}
.grid-item h2 a {
  color: #fff;
}
.grid-item .date .fa {
  margin-right: 5px;
}
.grid-item .btn-custom-blind {
  padding: 13px 22px;
  margin-top: 15px;
}
.grid-item .btn-custom-blind:after {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 16px;
  margin-left: 7px;
}
#pagination {
  margin: 25px auto 0;
  display: table;
}
#pagination .page-numbers {
  width: 30px;
  height: 20px;
  padding: 10px;
  display: table;
  float: left;
  margin-right: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  border-radius: 1px;
  opacity: 0.8;
}
#pagination .page-numbers:hover {
  background: #fff;
  color: #0c1f41;
}
#pagination .next, #pagination .prev {
  width: auto;
}
#pagination .current {
  color: #52658a;
}
/*====================*/
/* Single Wist je datjes */
/*====================*/
.single_nav {
  display: table;
  margin: 0 auto;
}
.single_nav a.btn-custom-blind {
  display: inline-block;
  margin-right: 10px;
}
.single_nav a.btn-custom-blind[rel="next"]:before {
  content: "\f177";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 6px;
}
.single_nav a.btn-custom-blind[rel="prev"]:after {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 20px;
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  article img {
    max-width: 100%;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*====================*/
/* Single Fotoalbum */
/*====================*/
ul.gallery-list h4 {
  margin-top: 15px;
}
ul.gallery-list li {
  list-style: none;
  margin: 0 0 30px 0;
}
ul.gallery-list li a:hover {
  opacity: 0.8;
}
/*====================*/
/* Page Agenda */
/*====================*/
.post-type-archive-agenda .agenda-list {
  display: table;
  width: 100%;
}
.post-type-archive-agenda .agenda-list .event-item {
  float: left;
  background: rgba(12, 31, 65, 0.75);
}
.post-type-archive-agenda .agenda-list .event-item:nth-child(2n) {
  margin-right: 0;
}
.post-type-archive-agenda .agenda-list .event-item__image {
  padding-bottom: 70%;
  float: left;
}
.post-type-archive-agenda .agenda-list .order-btn-wrap {
  position: relative;
  right: 0;
  bottom: 0;
}
.post-type-archive-agenda .agenda-list .event-item__age {
  bottom: 10px;
}
@media all and (max-width: 767px) {
  .row-flex {
    flex-direction: column;
  }
  .section-item--agenda {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-type-archive-agenda .agenda-list .event-item {
    width: 100%;
    margin: 0 0 35px 0;
  }
  .post-type-archive-agenda .agenda-list .event-item__image {
    width: 100%;
    height: 300px;
  }
  .post-type-archive-agenda .agenda-list .event-item__descr {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .row-flex {
    flex-direction: column;
  }
  .section-item--agenda {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .post-type-archive-agenda .agenda-list .event-item {
    width: 100%;
    margin: 0 0 35px 0;
    min-height: 300px;
  }
  .post-type-archive-agenda .agenda-list .event-item__image {
    width: 50%;
  }
  .post-type-archive-agenda .agenda-list .event-item__descr {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .row-flex {
    flex-direction: row;
  }
}
@media all and (min-width: 1280px) {
  .post-type-archive-agenda .agenda-list .event-item {
    width: calc(50% - 35px);
    margin: 0 35px 35px 0;
    min-height: 350px;
  }
  .post-type-archive-agenda .agenda-list .event-item__image {
    width: 50%;
  }
  .post-type-archive-agenda .agenda-list .event-item__descr {
    width: 50%;
  }
  .post-type-archive-agenda .agenda-list .event-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1880px) {
  .post-type-archive-agenda .agenda-list .event-item__descr {
    padding: 50px;
  }
  .post-type-archive-agenda .agenda-list .event-item {
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .post-type-archive-agenda .agenda-list .event-item {
    flex-direction: row;
  }
}
/*====================*/
/* Single event */
/*====================*/
.event-image img {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
}
.event-details strong {
  font-family: 'Exo', sans-serif;
}
.event-details {
  display: table;
}
.event-details .details-date {
  background: #ca000c;
  padding: 4px 12px;
  border-radius: 4px;
  display: table;
  color: #fff;
}
.event-details .event-detail {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  height: 60px;
  display: flex;
  align-items: center;
}
.event-details .event-detail:nth-child(1), .event-details .event-detail:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.shareWrap {
  margin-top: 55px;
  font-size: 17px;
  color: #52658a;
  float: left;
}
.shareWrap h6 {
  display: inline-block;
  font-size: 20px;
}
.shareWrap .share-btn {
  display: inline-block;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  padding: 7px;
  margin-left: 15px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  outline: none;
  text-align: center;
  border-radius: 4px;
  opacity: 0.9;
  font-size: 27px;
  line-height: 15px;
  transition: 0.2s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.shareWrap .share-btn i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 24px;
}
.shareWrap .share-btn:hover {
  text-decoration: none;
}
.shareWrap .share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}
.shareWrap .share-btn.twitter {
  background: #55acee;
}
.shareWrap .share-btn.twitter:hover {
  background: #2f83c3;
}
.shareWrap .share-btn.facebook {
  background: #3b5998;
}
.shareWrap .share-btn.facebook:hover {
  background: #203b73;
}
/*====================*/
/* Tickera */
/*====================*/
.kaartverkoop {
  margin-top: 35px;
}
.tickera {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
.tickera h2 {
  margin-left: 10px;
}
table.tickera > tbody > tr:nth-of-type(1) {
  background: rgba(6, 20, 46, 0.5) !important;
}
table.tickera, table.order-details {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table.tickera > tbody > tr > th {
  background: none;
  color: #52658a;
  padding: 12px 18px;
  font-size: 15px;
}
table.tickera > tbody > tr:nth-of-type(odd), table.tickera_table > tbody > tr:nth-of-type(odd) {
  background: #f9f9f9;
}
table.tickera > tbody > tr > td, table.tickera > tfoot > tr > td, table.tickera > thead > tr > td {
  padding: 35px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
table.tickera > tbody > tr > td {
  font-family: 'Bungee', cursive;
}
.tickera select {
  min-width: 40px;
  border: none;
  color: #000;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
}
.tc_in_cart a, form.cart_form .add_to_cart, .page-id-267 .blue-block article p a {
  padding: 20px 35px;
  background-color: none;
  color: #fff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
  -moz-border-radius: 40px;
  border-radius: 40px;
  white-space: nowrap;
  align-items: center;
  border: 1px solid #fff;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0.8;
  display: inline-block;
}
form.cart_form .add_to_cart {
  margin-left: 0;
}
form.cart_form .add_to_cart:before {
  content: "\f291";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 8px;
}
.tc_in_cart a, table.order-details td:last-child a {
  background: #ca000c !important;
  border: none !important;
}
.tc_in_cart a:after {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 22px;
  margin-left: 6px;
}
.tc_in_cart a:hover, form.cart_form .add_to_cart:hover, table.order-details td:last-child a:hover {
  text-decoration: none;
  color: #fff;
  background: #83b723 !important;
  border: none !important;
}
form.cart_form .add_to_cart:hover {
  border: 1px solid #83b723 !important;
}
a.backlink {
  font-size: 17px;
}
/* Winkelmand */
.tickera-checkout table thead {
  background: #071836 !important;
  color: #52658a;
  padding: 12px 18px;
  font-size: 15px;
}
.tickera-checkout table tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: 'Bungee', cursive;
  padding: 0 18px;
}
table.tickera > tbody > tr:nth-of-type(2n+1), table.tickera_table > tbody > tr:nth-of-type(2n+1) {
  background: none;
}
.owner-info-wrap {
  overflow: hidden;
  clear: both;
}
.tickera-checkout table tr:last-child td {
  border-top: none !important;
  padding: 0;
}
.tickera-checkout tr.last-table-row {
  border-bottom: none;
}
.tickera input {
  color: #000 !important;
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 19px;
  font-weight: 400;
  padding: 12px 20px;
  border-radius: 4px;
  height: auto;
}
.total_item_title {
  font-family: 'PT Sans Narrow', sans-serif;
}
.tickera input.tickera-button, .page-id-267 .blue-block article p a {
  padding: 20px 35px;
  background: none !important;
  color: #fff !important;
  width: auto;
  font-family: 'Yanone Kaffeesatz', sans-serif !important;
  letter-spacing: 2px !important;
  font-weight: 400;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
  -moz-border-radius: 40px;
  border-radius: 40px;
  white-space: nowrap;
  align-items: center;
  border: 1px solid #fff;
  font-size: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0.8;
}
.tickera input.tickera-button:hover, .page-id-267 .blue-block article p a:hover {
  text-decoration: none;
  color: #fff;
  background: #83b723 !important;
  border: 1px solid #83b723;
}
.tickera_buyer_info {
  padding: 0;
  border-bottom: none;
}
.tickera_owner_info {
  padding: 0;
}
.tickera_owner_info h5 {
  width: auto;
  font-size: 19px;
  display: table;
  margin: 0;
}
.tickera h2 {
  margin: 0 0 20px 0;
}
#coupon_code {
  margin-bottom: 15px;
}
.tickera-checkout tr:last-child {
  background: none !important;
  border-bottom: 0;
}
.ticket-quantity .tickera_button {
  color: #fff !important;
  font-size: 25px;
  font-weight: bold;
}
.ticket-quantity .tickera_button:hover {
  color: #83b723 !important;
}
.tc_cart_errors li {
  list-style: none;
}
.cart_empty_message {
  text-align: center;
}
.cart_empty_message .btn-custom-blind {
  margin: 0 auto;
}
/* Ticket bestelling pagina */
.tickera label {
  line-height: 18px;
  margin: 0;
  font-weight: 400;
}
table.order-details > tbody > tr > th {
  background: #071836 !important;
  color: #52658a;
  padding: 12px 18px;
  font-size: 15px;
}
table.order-details > tbody > tr > td, table.order-details > tfoot > tr > td, table.order-details > thead > tr > td {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: 'Bungee', cursive;
  padding: 0 18px;
}
table.order-details td a {
  padding: 20px 35px;
  background: none !important;
  color: #fff !important;
  width: auto;
  font-family: 'Yanone Kaffeesatz', sans-serif !important;
  letter-spacing: 2px !important;
  font-weight: 400;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
  -moz-border-radius: 40px;
  border-radius: 40px;
  white-space: nowrap;
  align-items: center;
  border: 1px solid #fff;
  font-size: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0.8;
  display: inline-block;
}
table.order-details td a:hover {
  text-decoration: none;
  color: #fff;
  background: #83b723 !important;
  border: 1px solid #83b723;
}
table.order-details > tbody > tr > td, table.order-details > tfoot > tr > td, table.order-details > thead > tr > td {
  padding: 15px 15px;
}
.order-details-succes {
  background: #83b723;
  border-radius: 2px;
  color: #fff;
  padding: 20px;
  width: 100%;
  font-weight: bold;
}
.order-details-error {
  background: #ca000c;
  border-radius: 2px;
  color: #fff;
  padding: 20px;
  width: 100%;
  font-weight: bold;
}
.tickera hr {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
/* Ticket succes pagina */
@media all and (max-width: 991px) {
  .page-id-265 .blue-block {
    display: table;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .kaartverkoop {
    margin-top: 35px;
  }
  .kaartverkoop h3 {
    text-align: center;
  }
  .tc_in_cart a, form.cart_form .add_to_cart {
    padding: 15px 15px;
  }
  .tc_in_cart a, form.cart_form .add_to_cart:before {
    margin-right: 0;
  }
  .tc_in_cart a {
    font-size: 14px;
  }
  .tc_in_cart a:after {
    display: none;
  }
  form.cart_form .add_to_cart span {
    display: none;
  }
  .shareWrap .share-btn.facebook {
    margin-left: 8px;
  }
  table.tickera > tbody > tr > td, table.tickera > tfoot > tr > td, table.tickera > thead > tr > td {
    padding: 22px 14px;
    font-size: 12px;
  }
  .event-image img {
    margin: 0 0 35px 0;
  }
}
@media all and (max-width: 500px) {
  .tc_in_cart a {
    margin: 15px 0 0 0;
  }
}
/*====================*/
/* Page Contact */
/*====================*/
#map_canvas {
  -webkit-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.38);
}
.blue-block {
  padding: 40px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.38);
  background: rgba(12, 31, 65, 0.55);
}
.contactgegevens ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 560px) {
  .contact-col {
    width: 100%;
  }
}
/* Standard Contact Form
 ========================================= */
.wpcf7-form label {
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  text-align: left;
  font-family: 'Exo', sans-serif;
  display: table;
  color: #fff;
  text-transform: uppercase;
}
.wpcf7-form .form-group {
  text-align: left;
  margin-bottom: 20px;
}
.wpcf7-form .form-control {
  background-color: #fff;
  color: #333;
  outline: 0;
  box-shadow: none;
  border: 0;
  padding: 16px 20px;
  border-radius: 0;
  opacity: 0.9;
  border-radius: 4px;
}
.wpcf7-form .form-control:focus {
  outline: 0;
  border-color: #000;
}
.wpcf7-form .wpcf7-select {
  width: 100%;
  padding: 6px 10px;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-not-valid {
  background: #edb904;
}
.wpcf7-form .wpcf7-response-output {
  margin: 20px auto 60px auto;
  padding: 20px;
  border: none;
  float: left;
  width: auto;
  margin: 0 auto;
  background: #83b723;
  color: #fff;
  border-radius: 4px;
  width: 100%;
}
.wpcf7-form .wpcf7-validation-errors {
  background-color: #edb904;
  color: #000;
}
.wpcf7-form .wpcf7-list-item {
  display: inline-block;
  margin: 13px 13px 0 0;
}
.wpcf7-form input[type="radio"], input[type="checkbox"] {
  width: auto !important;
}
.wpcf7-form textarea {
  height: 200px;
}
.wpcf7-form .wpcf7-submit {
  display: table;
  width: auto;
  margin: 0 auto;
  background-color: none;
  background: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  opacity: 0.8;
}
.wpcf7-form .wpcf7-submit:hover {
  background: #fff;
}
@media all and (max-width: 767px) {
  .post-type-archive-wist-je-datjes .events-container {
    max-width: 300px;
  }
  .post-type-archive-wist-je-datjes .grid-item {
    width: 310px;
    margin: 0 10px 15px 10px;
    padding: 30px 25px;
  }
  .blue-block {
    padding: 20px;
  }
  #map_canvas {
    height: 260px;
  }
}
@media all and (min-width: 600px) {
  .post-type-archive-wist-je-datjes .events-container {
    max-width: 570px;
  }
  .post-type-archive-wist-je-datjes .grid-item {
    width: 280px;
    margin: 0 10px 15px 10px;
  }
}
@media all and (min-width: 768px) {
  .post-type-archive-wist-je-datjes .events-container {
    max-width: 600px;
  }
  .post-type-archive-wist-je-datjes .grid-item {
    width: 300px;
    margin: 0 7px 15px 7px;
  }
  #map_canvas {
    height: 320px;
  }
}
@media all and (min-width: 992px) {
  .post-type-archive-wist-je-datjes .events-container {
    max-width: 900px;
  }
  .post-type-archive-wist-je-datjes .grid-item {
    width: 450px;
    margin: 0 7px 15px 7px;
  }
  #map_canvas {
    height: 560px;
  }
}
@media all and (min-width: 1400px) {
  .post-type-archive-wist-je-datjes .events-container {
    max-width: 1200px;
  }
  .post-type-archive-wist-je-datjes .grid-item {
    width: 394px;
    margin: 0 7px 15px 7px;
  }
  #map_canvas {
    height: 600px;
  }
}
@media all and (min-width: 1880px) {
  #map_canvas {
    height: 680px;
  }
}
@media all and (min-width: 1920px) {
  .post-type-archive-wist-je-datjes .events-container {
    max-width: 1600px;
  }
  .post-type-archive-wist-je-datjes .grid-item {
    width: 390px;
    margin: 0 7px 15px 7px;
  }
}
/*====================*/
/* Swipebox */
/*====================*/
.swipebox-html body {
  overflow: hidden;
}
#swipebox-overlay {
  background: rgba(12, 31, 65, 0.9);
}
#swipebox-bottom-bar, #swipebox-top-bar {
  background: rgba(6, 20, 46, 1);
}
/*====================*/
/* 404 Page */
/*====================*/
.monster404 {
  width: 500px;
  margin: 0 auto -180px;
}
.monster404 img {
  width: 100%;
}
/*====================*/
/* Page Werken bij */
/*====================*/
.foto {
  -ms-transform: rotate(8deg);
  /* IE 9 */
  -webkit-transform: rotate(8deg);
  /* Safari */
  transform: rotate(8deg);
}
.foto img {
  width: 102%;
  margin: 40px 20px 0 0;
  float: right;
}
@media all and (max-width: 991px) {
  .foto img {
    width: 70%;
    margin: 0 auto 15px;
    float: none;
    display: table;
  }
}
/*====================*/
/* Fonts & margins */
/*====================*/
@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
    margin: 0 0 35px 0;
  }
  h2 {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  h3 {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  h4 {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  h5 {
    font-size: 16px;
    margin: 0 0 24px 0;
    letter-spacing: 3px;
  }
  h6 {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  body {
    font-size: 17px;
  }
  .header-menu {
    font-size: 20px;
  }
  .header-menu a {
    font-size: 16px;
  }
  .side-descr {
    font-size: 15px;
  }
  .side-descr-wrap {
    font-size: 14px;
  }
  .event-item__date {
    font-size: 20px;
  }
  .event-item__age {
    font-size: 24px;
  }
  .event-item__title span {
    font-size: 18px;
  }
  .event-item__descr p {
    font-size: 17px;
  }
  .grid-item {
    font-size: 19px;
  }
  .order-btn-wrap .order-btn {
    font-size: 15px;
  }
  .breadcrumbs p {
    font-size: 15px;
  }
  .cd-timeline-content h2 {
    font-size: 18px;
  }
  .copywrite {
    font-size: 14px;
  }
  footer h2 {
    font-size: 20px !important;
  }
  table.tickera > tbody > tr > td {
    font-size: 15px;
  }
}
@media all and (min-width: 480px) {
  .event-item__date {
    font-size: 17px;
  }
  .event-item__title span {
    font-size: 17px;
  }
  .order-btn-wrap .order-btn {
    font-size: 14px;
  }
  .event-item__descr p {
    font-size: 17px;
  }
}
@media all and (min-width: 768px) {
  body {
    font-size: 17px;
  }
  h1 {
    font-size: 38px;
    margin: 0 0 35px 0;
  }
  h2 {
    font-size: 32px;
    margin: 0 0 30px 0;
  }
  h3 {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  h4 {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  h5 {
    font-size: 18px;
    margin: 0 0 24px 0;
    letter-spacing: 6px;
  }
  h6 {
    font-size: 21px;
    margin: 0 0 20px 0;
  }
  .header-menu {
    font-size: 20px;
  }
  .header-menu a {
    font-size: 20px;
  }
  .side-descr {
    font-size: 15px;
  }
  .side-descr-wrap {
    font-size: 14px;
  }
  .event-item__date {
    font-size: 20px;
  }
  .event-item__age {
    font-size: 26px;
  }
  .event-item__title span {
    font-size: 17px;
  }
  .event-item__descr p {
    font-size: 17px;
  }
  .grid-item {
    font-size: 17px;
  }
  .order-btn-wrap .order-btn {
    font-size: 13px;
  }
  .breadcrumbs p {
    font-size: 16px;
  }
  .cd-timeline-content h2 {
    font-size: 20px;
  }
  .copywrite {
    font-size: 14px;
  }
  .wpcf7-form .wpcf7-submit {
    font-size: 20px;
  }
  .wpcf7-form .form-control {
    font-size: 18px;
  }
  footer h2 {
    font-size: 30px !important;
  }
  table.tickera > tbody > tr > td {
    font-size: 15px;
  }
}
@media all and (min-width: 992px) {
  h1 {
    font-size: 40px;
    margin: 0 0 35px 0;
  }
  h2 {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
  h3 {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
  h4 {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  h5 {
    font-size: 18px;
    margin: 0 0 24px 0;
    letter-spacing: 6px;
  }
  h6 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .header-menu {
    font-size: 20px;
  }
  .header-menu a {
    font-size: 25px;
  }
  .side-descr {
    font-size: 15px;
  }
  .side-descr-wrap {
    font-size: 14px;
  }
  .event-item__date {
    font-size: 22px;
  }
  .event-item__descr p {
    font-size: 17px;
  }
  .grid-item {
    font-size: 17px;
  }
  .order-btn-wrap .order-btn {
    font-size: 14px;
  }
  .breadcrumbs p {
    font-size: 16px;
  }
  .copywrite {
    font-size: 14px;
  }
  .green-buttons .tel-wrap div {
    font-size: 17px;
  }
}
@media all and (min-width: 1400px) {
  body {
    font-size: 19px;
  }
  h1 {
    font-size: 50px;
    margin: 0 0 35px 0;
  }
  h2 {
    font-size: 28px;
    margin: 0 0 30px 0;
  }
  h3 {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  h4 {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  h5 {
    font-size: 18px;
    margin: 0 0 24px 0;
    letter-spacing: 6px;
  }
  h6 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .home h2 {
    font-size: 40px;
  }
  footer h2 {
    font-size: 34px !important;
  }
  .header-menu {
    font-size: 20px;
  }
  .header-menu a {
    font-size: 28px;
  }
  .side-descr {
    font-size: 17px;
  }
  .side-descr-wrap {
    font-size: 14px;
  }
  .event-item__date {
    font-size: 24px;
  }
  .event-item__descr p {
    font-size: 19px;
  }
  .grid-item {
    font-size: 19px;
  }
  .order-btn-wrap .order-btn {
    font-size: 15px;
  }
  .breadcrumbs p {
    font-size: 16px;
  }
  .cd-timeline-content h2 {
    font-size: 25px;
  }
  .copywrite {
    font-size: 18px;
  }
  table.tickera > tbody > tr > td {
    font-size: 18px;
  }
}
@media all and (min-width: 1880px) {
  body {
    font-size: 21px;
    line-height: 28px;
  }
  h1 {
    font-size: 68px;
    margin: 0 0 35px 0;
  }
  h2 {
    font-size: 32px;
    margin: 0 0 35px 0;
  }
  h3 {
    font-size: 28px;
    margin: 0 0 35px 0;
  }
  h4 {
    font-size: 22px;
    margin: 0 0 35px 0;
  }
  h5 {
    font-size: 26px;
    margin: 0 0 24px 0;
    letter-spacing: 6px;
  }
  h6 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .home h2 {
    font-size: 48px;
  }
  footer h2 {
    font-size: 40px !important;
  }
  .header-menu {
    font-size: 24px;
  }
  .header-menu a {
    font-size: 30px;
  }
  .side-descr {
    font-size: 17px;
  }
  .side-descr-wrap {
    font-size: 14px;
  }
  .event-item__date {
    font-size: 28px;
  }
  .event-item__age {
    font-size: 34px;
  }
  .event-item__title span {
    font-size: 23px;
  }
  .event-item__descr p {
    font-size: 21px;
  }
  .grid-item {
    font-size: 21px;
  }
  .order-btn-wrap .order-btn {
    font-size: 15px;
  }
  .breadcrumbs p {
    font-size: 19px;
  }
  .cd-timeline-content h2 {
    font-size: 30px;
  }
}
/*
 section-item h1{font-size:68px; margin:0 0 35px 0;}
 .section-item h2{font-size:48px; margin:0 0 30px 0;}
 .section-item h3{font-size:38px; margin:0 0 28px 0;}
 .section-item h4{font-size:28px; margin:0 0 26px 0;}
 .section-item h5{font-size:28px; margin:0 0 24px 0;}
 .section-item h6{font-size:20px; margin:0 0 20px 0;}
 .header-menu{font-size:24px;}
 .header-menu a{font-size: 30px;}
 footer{font-size:16px}
 .side-descr{font-size: 17px;}
 .side-descr-wrap{font-size:14px;}
 .event-item__date{font-size:26px;}
 .event-item__title span{font-size:23px;}
 .event-item__descr p{font-size:20px;}
 .order-btn-wrap .order-btn{font-size:18px;}
 .section-item--redrow p{font-size:21px;}
 .fb-descr p{font-size:20px;}
 .section-item--greenrow p{font-size:20px;}
 .breadcrumbs p { font-size:20px;}
 .grid-item {font-size: 18px;}
 .grid-item .date {font-size: 18px;}
 */
/* WordPress Core
 ======================================== */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}
.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}
a img.alignnone {
  margin: 5px 30px 30px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 30px 30px 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 p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
