@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=Monda:400,700&display=swap");
/*
 *  Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 *  Main
 */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
* html .clearfix {
  height: 1%;
}

.two-columns > ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

input[type=submit] {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

.clear {
  clear: both;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

html {
  font-family: "Monda", sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}

body {
  font-family: "Monda", sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}

.mega-menu span.mega-indicator:after {
  content: "\f078" !important;
  font-family: "Font Awesome 5 Pro" !important;
}

/*
	Defined classes
*/
.col-container {
  position: relative;
  margin: 0 -10px;
}

.col-container.large-padding {
  margin: 0 -25px;
}

.col-1 {
  position: relative;
  width: 100%;
}

.col-2 {
  position: relative;
  width: 50%;
  float: left;
  padding: 0 10px;
}

.col-3 {
  position: relative;
  width: 33.33%;
  float: left;
  padding: 0 10px;
}

.col-4 {
  position: relative;
  width: 25%;
  float: left;
  padding: 0 10px;
}

.col-5 {
  position: relative;
  width: 20%;
  float: left;
  overflow: hidden;
  padding: 0 10px;
}

.large-padding .col-2 {
  padding: 0 25px;
}

.col-2-3 {
  position: relative;
  float: left;
  width: 66.67%;
  padding: 0 10px;
}

.table {
  display: table;
  width: 100%;
}

.row {
  display: table-row;
}

.td {
  display: table-cell;
  vertical-align: top;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.align-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/*
	Text lay-out
*/
.red {
  color: #d30700;
}

a {
  text-decoration: none;
}

p {
  font-family: "Monda", sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #4c4c4c;
}

h1,
.h1 {
  font-family: "Monda", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  color: #d30700;
}

#home-slideshow h1 {
  font-size: 35px;
  line-height: 45px;
}

h2,
.h2 {
  font-family: "Monda", sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #d30700;
}

h3,
.h3 {
  font-family: "Monda", sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
  color: #4c4c4c;
}

h4, .h4 {
  font-family: "Monda", sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
  color: #d30700;
}

h5, .h5 {
  font-family: "Monda", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #d30700;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

/*
ol {
  list-style: decimal;
}

ul li,
ol li {
  font-size: 15px;
  line-height: 25px;
}


ul li {
  position: relative;
  padding-bottom: 5px;
  color: #4c4c4c;
}

ul li:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 15px;
  line-height: 15px;
}
 */
.align-center ul li:before {
  position: relative;
  top: inherit;
  left: inherit;
  display: inline-block;
  margin-right: 10px;
  top: -1px;
}

img {
  line-height: 0;
}

a,
a:link,
a:hover,
a:visited {
  text-decoration: underline;
  color: #d30700;
}

a.button {
  display: inline-block;
  background: #d30700;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
}

a.button:hover {
  background: #000;
}

a.button:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 900;
  display: inline;
  position: relative;
  margin-left: 10px;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

label {
  display: block;
  font-family: "Monda", sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 10px 0;
  color: #4c4c4c;
  font-weight: bold;
}

input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=url],
select,
textarea {
  font-family: "Monda", sans-serif;
  cursor: pointer;
  font-size: 13px;
  height: 35px;
  border: 0;
  border-radius: 5px;
  width: 100%;
  display: block;
  padding: 5px 25px;
  color: #4c4c4c;
}

textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
}

select {
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right 25px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  outline: none;
}

.wpcf7-radio span.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-radio span.wpcf7-list-item input[type=radio] {
  display: inline-block;
  position: relative;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

.form input[type=submit] {
  font-family: "Monda", sans-serif;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  display: block;
  background: #d30700;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  text-align: center;
  border: 0;
  text-decoration: none;
  margin-bottom: 25px;
}

.form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  width: 0;
}

.form input[type=submit]:hover {
  background: #000;
}

.fancybox-inner .form input[type=submit] {
  width: 100%;
  text-align: center;
}

table {
  width: 100%;
  margin: 0 0 25px 0;
}

table tr td {
  font-family: "Monda", sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  color: #4c4c4c;
}

table tr td:first-child {
  padding-right: 25px;
}

blockquote p:before {
  content: '"';
}

blockquote p:after {
  content: '"';
}

iframe {
  display: block;
  max-width: 100%;
}

span.wpcf7-not-valid-tip {
  display: block;
  position: relative;
  color: #d30700;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #d30700;
}

div.wpcf7-response-output {
  padding: 25px;
  margin: 25px 0 25px 0;
  width: 100%;
  color: #d30700;
  text-align: left;
  border: 1px solid red;
  background: #fff;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #96cd40;
  color: #96cd40;
  background: #fff;
}

/*
	Website lay-out
*/
.container,
.container-xl,
.wrap {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 576px) {
  .container,
  .container-xl,
  .wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .wrap {
    max-width: 720px;
  }
  .container-xl {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container,
  .wrap {
    max-width: 960px;
  }
  .container-xl {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container,
  .wrap {
    max-width: 1170px;
  }
  .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .large-wrap,
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1800px;
  }
}
@media (min-width: 2000px) {
  .large-wrap,
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1800px;
  }
}
.inner-wrap {
  max-width: 940px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

#top-contact {
  position: fixed;
  top: 0;
  right: 50%;
  margin-right: -490px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  z-index: 500;
}

#top-contact a#top-search {
  display: block;
  cursor: pointer;
  float: left;
  font-size: 22px;
  line-height: 22px;
  height: 52px;
  padding: 15px 25px;
  text-align: center;
  background: #fff;
  color: #646567;
  border-left: 1px solid #646567;
  border-bottom: 1px solid #646567;
  border-radius: 0 0 0 5px;
}

#top-contact p {
  display: block;
  float: left;
  background: #646567;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  padding: 15px 25px;
  height: 52px;
}

#top-contact p a {
  color: #fff;
}

#top-contact p i {
  margin-right: 5px;
}

#top-contact a.top-button {
  display: block;
  float: right;
  background: #d30700;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  padding: 15px 25px;
  text-decoration: none;
  height: 52px;
}

#top-contact a.top-button:after {
  font-family: "FontAwesome";
  content: "\f061";
  display: inline;
  position: relative;
  margin-left: 10px;
}

#top-contact a.top-button:hover {
  background: #000;
}

.search-button {
  position: absolute;
  right: 45px;
  top: 52px;
}

.search-button a {
  display: block;
  text-decoration: none;
  padding: 5px 20px;
  border: 1px solid #d30700;
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.search-button a i {
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.search-button a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

#logo {
  display: block;
  float: left;
  position: relative;
  width: 278px;
  height: auto;
  margin: 15px 0;
}
#logo img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}

#main-navigation {
  display: block;
  clear: both;
  margin-bottom: 15px;
  z-index: 99999;
}
#main-navigation #mega-menu-item-6779 ul {
  max-width: 46%;
}
#main-navigation #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  margin-bottom: 20px;
  padding-top: 5px;
}
#main-navigation #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0 !important;
}
#main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-item > a {
  padding: 0 14px;
}
#main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-item:first-child > a {
  padding-left: 0 !important;
}
#main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-item:last-child > a:before {
  content: "" !important;
}
#main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: normal;
}
#main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
  background: #d30700;
}
#main-navigation .textwidget.custom-html-widget {
  margin: 8px 0 4px;
}
#main-navigation .textwidget.custom-html-widget strong {
  font-weight: bold;
  text-transform: uppercase;
}
#main-navigation #mob-search {
  display: none;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  text-transform: uppercase;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: inherit !important;
  font-weight: 400 !important;
  line-height: 35px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: inherit !important;
  font-weight: 400 !important;
  line-height: 35px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a {
  color: #373737;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a:before {
  display: inline-block;
  content: "|";
  padding: 0;
  position: absolute !important;
  top: 0 !important;
  right: -5px !important;
  font-family: inherit !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a:after {
  display: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:hover > a {
  color: #d30700;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:before {
  display: block;
  position: absolute;
  top: -19px;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #d30700;
  content: "";
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu:before {
  display: block;
  position: absolute;
  top: -19px;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #d30700;
  content: "";
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 10px 15px;
  top: 40px !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  padding: 10px 15px;
  top: 40px !important;
}

header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 500;
}
header nav ul.max-mega-menu > li {
  height: unset !important;
}
header nav ul.max-mega-menu > li a {
  line-height: unset !important;
  height: unset !important;
}
header nav ul.max-mega-menu > li:nth-child(9) a {
  background-color: #58595b !important;
  color: #fff !important;
  margin-left: 15px !important;
  padding: 0 6px !important;
  border-radius: 5px !important;
}
header nav ul.max-mega-menu > li:nth-child(9) a:before {
  display: none !important;
}
header nav ul.max-mega-menu > li:nth-child(9):hover a {
  background-color: #d30700 !important;
  color: #fff;
}
header nav ul.max-mega-menu > li:last-child a {
  background-color: #d30700 !important;
  color: #fff !important;
  margin-left: 15px !important;
  padding: 0 6px !important;
  border-radius: 5px !important;
}
header nav ul.max-mega-menu > li:last-child:hover a {
  background-color: #58595b !important;
  color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  #main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    background-color: transparent !important;
  }
  #mega-menu-6779-0-1 {
    display: none !important;
  }
  ul.mega-sub-menu {
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  ul.mega-sub-menu li {
    width: 100% !important;
  }
  ul.mega-sub-menu #mega-menu-6779-0 {
    margin-bottom: 0 !important;
  }
  header {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 500;
  }
  header nav {
    display: unset !important;
  }
  header nav .mega-sub-menu {
    background-color: #2f3032 !important;
  }
  header nav ul.max-mega-menu {
    flex: unset;
  }
  header nav ul.max-mega-menu > li .mega-toggle-on ul {
    display: none !important;
  }
  header nav ul.max-mega-menu > li a {
    line-height: 40px !important;
    height: 40px !important;
    border-bottom: 1px solid red !important;
    border-color: #5f5f5f !important;
    background: #2f3032 !important;
  }
  header nav ul.max-mega-menu > li a:before {
    display: none !important;
  }
  header nav ul.max-mega-menu > li:last-child a, header nav ul.max-mega-menu > li:nth-child(9) a {
    margin-left: 0 !important;
    padding-left: 12px !important;
  }
}
@media (max-width: 1023px) {
  #main-navigation {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #d30700;
    width: 100%;
    left: 0;
    top: -450%;
    transition: top 0.35s ease;
  }
  #main-navigation #mob-search {
    display: block;
    margin-top: 10px;
    padding: 0 20px;
  }
  #main-navigation #mob-search .h4 {
    color: #fff;
  }
  #main-navigation #mob-search form {
    position: relative;
  }
  #main-navigation #mob-search form button {
    position: absolute;
    height: 45px;
    width: 85px;
    text-align: center;
    background: #000;
    border: 0;
    display: block;
    right: 0;
    top: 0;
    color: #fff;
  }
  #main-navigation #mega-menu-max_mega_menu_1 {
    background-color: transparent;
  }
  #main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #d30700;
  }
  #main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 20px;
  }
  #main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-item:first-child > a {
    padding-left: 14px !important;
  }
  #main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
  }
  #main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: #58595b;
    color: #fff !important;
    background: transparent;
  }
  #main-navigation #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on .mega-indicator:after {
    color: #fff !important;
  }
  #main-navigation .mega-menu-toggle {
    display: none;
  }
  #main-navigation .mega-indicator {
    display: block !important;
  }
  #main-navigation .mega-indicator:after {
    color: #fff !important;
    font-size: 20px !important;
  }
  #main-navigation #mega-menu-max_mega_menu_1[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu:before {
    display: none;
  }
  #main-navigation #mega-menu-max_mega_menu_1[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu:before {
    display: none;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open #main-navigation {
    top: 110px;
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 110px);
  }
  body #mega-menu-wrap-max_mega_menu_1 #megacol-3-menu-max_mega_menu_1 > li.mega-menu-item > a:before {
    content: "";
  }
  body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    margin: 0;
  }
  body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a {
    color: #fff !important;
    border-bottom: 1px solid #fff;
    margin-top: 0;
  }
  body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a:before {
    display: none;
  }
  body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:hover > a {
    color: inherit !important;
  }
  #main-navigation #mega-menu-max_mega_menu_1[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    margin-bottom: 20px;
  }
  #main-navigation #mega-menu-max_mega_menu_1[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    margin-bottom: 20px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover {
    background: transparent;
  }
  #artists-summary-container .col-3 {
    width: 50%;
  }
}
#main-nav {
  display: block;
  clear: both;
  padding: 25px 0 0 0;
  z-index: 500;
}

#main-nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-nav ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

#main-nav ul > li:before {
  display: none;
}

#main-nav ul > li a {
  color: #373737;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  padding: 5px 0 20px;
  display: inline-block;
  text-transform: uppercase;
}

#main-nav ul > li:after {
  display: inline-block;
  content: "|";
  padding: 0 8px;
  position: relative;
  top: -2px;
}

#main-nav ul > li:last-child:after {
  display: none;
}

#main-nav ul > li:hover > a {
  color: #d30700;
  text-decoration: underline;
}

#main-nav ul li.current-menu-ancestor > a,
#main-nav ul li.current-menu-item > a {
  color: #d30700;
}

#main-nav ul ul {
  display: block;
  position: absolute;
  left: -15px;
  min-width: 250px;
  visibility: hidden;
  padding: 20px 0 0 0;
}

#main-nav ul ul:before {
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #d30700;
  content: "";
}

#main-nav ul li:hover > ul {
  visibility: visible;
  z-index: 9;
}

#main-nav ul ul li {
  display: block;
  margin: 0;
  padding: 0;
  background: #d30700;
}

#main-nav ul ul li:after {
  display: none;
}

#main-nav ul ul li a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
}

#main-nav ul ul li:hover a {
  color: #fff;
  text-decoration: underline;
}

#main-nav ul ul li.current-menu-item a {
  text-decoration: underline;
  color: #fff;
}

#main-nav ul ul li:first-child {
  padding-top: 10px;
}

#main-nav ul ul li:last-child {
  padding-bottom: 10px;
}

/*Second lvl submenu*/
#main-nav ul ul ul {
  opacity: 0;
  background-color: black;
  position: absolute;
  left: 195px;
  min-width: 250px;
  visibility: hidden;
  padding: 0;
  margin: 0 0 0 55px;
  transition: all linear 0.2s;
  top: 0;
}

#main-nav ul ul ul:before {
  display: none;
}

#main-nav ul li ul li:hover > ul {
  visibility: visible;
  z-index: 9;
  opacity: 1;
}

#main {
  position: relative;
}

#home-slideshow {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

#home-slideshow ul.slides {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

#home-slideshow ul.slides li {
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

#home-slideshow ul.slides li:before {
  display: none;
}

#home-slideshow ul.flex-direction-nav {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 25;
}

#home-slideshow ul.flex-direction-nav li {
  display: block;
  position: absolute !important;
  height: 140px;
  width: 140px;
  background: rgba(255, 255, 255, 0.5);
  margin: -70px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  border-radius: 50%;
}

#home-slideshow ul.flex-direction-nav li:before {
  display: none;
}

#home-slideshow ul.flex-direction-nav li.flex-nav-prev {
  left: -70px;
}

#home-slideshow ul.flex-direction-nav li.flex-nav-prev a,
#home-slideshow ul.flex-direction-nav li.flex-nav-next a {
  display: block;
  position: absolute;
  width: 70px;
  text-align: center;
  height: 140px;
  line-height: 140px;
  color: #fff;
}

#home-slideshow ul.flex-direction-nav li.flex-nav-next {
  right: -70px;
  left: inherit !important;
}

#home-slideshow ul.flex-direction-nav li.flex-nav-prev a {
  right: 0;
  padding-right: 20px;
  top: -6px;
}

#home-slideshow ul.flex-direction-nav li.flex-nav-next a {
  left: 0;
  padding-left: 20px;
  top: -6px;
}

#home-slideshow ul.flex-direction-nav li:hover {
  background: #fff;
}

#home-slideshow ul.flex-direction-nav li:hover a {
  color: #d30700;
}

#home-intro {
  display: block;
  position: relative;
  padding: 100px 0;
  z-index: 100;
}

#home-intro .left {
  position: relative;
  float: left;
  width: 400px;
}

#home-intro .left p {
  display: block;
  background: #fff;
  font-size: 76px;
  line-height: 76px;
  padding: 50px 60px;
  margin: 0;
  color: #d30700;
}

#home-intro .left a {
  display: block;
  background: #d30700;
  color: #fff;
  padding: 25px 60px;
  text-decoration: none;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
}

#home-intro .left a:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -65px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0 65px 65px 0;
  border-color: transparent #d30700 transparent transparent;
}

#home-intro .left a:hover {
  background: #000;
}

#home-intro .left a:hover:after {
  border-color: transparent #000 transparent transparent;
}

#home-intro .right {
  position: absolute;
  right: 0;
  bottom: 170px;
  padding: 35px;
  width: 580px;
  background: rgba(0, 0, 0, 0.5);
}

#home-intro .right h1 {
  margin: 0;
  padding: 0;
}

#home-content {
  display: block;
  position: relative;
  background: #fff;
  padding: 50px 0 45px 0;
}

#home-content a.button:after {
  content: "\f063";
}

.homepage-blocks {
  position: relative;
  padding: 0 20px;
  background: #fff;
  overflow: hidden;
}

.homepage-blocks .block {
  display: block;
  position: relative;
  width: calc(25% - 20px);
  min-height: 50px;
  margin: 0 10px 20px 10px;
  float: left;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.homepage-blocks .block.large {
  clear: both;
  width: calc(50% - 20px);
}

.homepage-blocks .block.text {
  background: #58595b;
}

.homepage-blocks .block span.title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 25px 60px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.5);
}

.homepage-blocks .block .overlay-text-container {
  background-color: rgba(211, 7, 1, 0.8);
  position: absolute;
  top: 100%;
  right: 0;
  bottom: -100%;
  left: 0;
  width: auto;
  display: block;
  padding: 75px 0 0 0;
  color: #fff;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.homepage-blocks .block .overlay-text-container a {
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
}
.homepage-blocks .block .overlay-text-container a:hover {
  font-weight: bold;
}

.homepage-blocks .block:hover .overlay-text-container {
  top: 0;
  opacity: 1;
  bottom: 0;
}

.homepage-blocks .block .overlay-text-container p {
  color: #fff;
  padding: 20px;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  top: 50%;
  position: relative;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homepage-blocks .block.text .text-container {
  padding-top: 95px;
  padding-left: 25px;
  padding-right: 25px;
}

.homepage-blocks .block.text .text-container .img-score {
  display: none;
}

.homepage-blocks .block.text .text-container .klantenvertellen-widget span.star-container {
  position: relative;
  margin: 0;
}

.homepage-blocks .block.text .text-container .klantenvertellen-widget p {
  padding-bottom: 10px;
}

.homepage-blocks .block.text {
  vertical-align: middle;
  text-align: center;
}

.homepage-blocks .block.text .text-container .klantenvertellen-widget span {
  font-family: "Monda", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}

.homepage-blocks .block.text .text-container p {
  color: #fff;
}

.homepage-blocks .block:hover span.title {
  background: #d30700;
}

.home-blocks-events-cta-link {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
}

.star-container {
  display: inline-block;
  position: relative;
}
.star-container .star {
  display: inline-block;
  margin: 0 5px 0 0;
}
.star-container .star:before {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: #ece000;
  font-family: "Font Awesome 5 Pro";
  content: "\f005";
  font-weight: 900;
}
.star-container .star.half:before {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: #ece000;
  font-family: "Font Awesome 5 Pro";
  content: "\f5c0";
  font-weight: 900;
}

.page-header-image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 350px;
}
.page-header-image .wrap {
  height: 100%;
}
.page-header-image__title {
  padding: 120px 0;
  height: 100%;
}
.page-header-image__title .right {
  float: right;
  padding: 35px;
  width: 580px;
  background: rgba(0, 0, 0, 0.5);
}
.page-header-image__title h1 {
  color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .page-header-image__title {
    text-align: right;
  }
  .page-header-image__title .right {
    padding: 35px 0 !important;
    width: 100% !important;
  }
}
#home-intro p {
  color: #fff;
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 30px;
  line-height: 40px;
}

#breadcrumbs {
  padding: 15px 0;
  position: relative;
}

#breadcrumbs p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

#artists-summary-container .col-container {
  padding: 0 10px;
  margin: 0;
}

#artists-summary-container .col-4:nth-child(4n+1) {
  clear: both;
}

.default-content-row {
  position: relative;
}

.default-content-row--padding {
  padding: 50px 0 45px 0;
}

.default-content-row:nth-child(even) {
  background: #f2f2f2;
}

#intro {
  position: relative;
  background: #fff;
}

.cta-bar {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 38px;
}

.cta-bar p {
  display: block;
  float: left;
  width: 50%;
  position: relative;
  background: #d30700;
  color: #fff;
  line-height: 48px;
  font-size: 20px;
  margin: 0;
  padding: 0 25px 0 0;
  text-align: right;
}

.cta-bar p:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: -2000px;
  width: 2000px;
  content: "";
  background: #d30700;
}

.cta-bar a.cta-button {
  display: block;
  position: relative;
  z-index: 5;
  width: 16.66%;
  float: left;
  border-left: 1px solid #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  height: 48px;
  background: #646567;
  color: #fff;
  text-decoration: none;
}

.cta-bar a.cta-button:last-child {
  border-right: 1px solid #fff;
}

.cta-bar a.cta-button.red {
  background: #8bb134;
}

.cta-bar:before {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 480px;
  top: 38px;
  bottom: 0;
  right: -2000px;
  width: 2000px;
  content: "";
  background: #3e3f41;
  z-index: 0;
}

.cta-bar a.cta-button.red {
  height: 86px;
  padding-top: 0;
  margin-top: -38px;
  position: relative;
}

.cta-bar a.cta-button:hover {
  background: #000 !important;
}

.cta-bar.reversed {
  padding-top: 0;
}

.default-content-row .cta-bar.reversed {
  margin-top: -50px;
}

.cta-bar.reversed a.cta-button.red {
  margin-top: 0;
}

.cta-bar.reversed:before {
  top: 0;
  height: 48px;
}

.cta-bar.reversed a.cta-button {
  border-radius: 0 0 5px 5px;
}

.cta-bar.reversed p,
.cta-bar.reversed p:before {
  background: #3e3f41;
}

.cta-bar.reversed a.cta-button {
  background: #646567;
}

.cta-bar.reversed a.cta-button.red {
  background: #d30700;
  padding-top: 38px;
}

.two-images {
  background: #000;
}

.two-images img {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
  line-height: 0;
}

.two-images .col-2 {
  padding: 0;
}

#filters {
  position: relative;
  float: left;
  text-align: right;
  margin-bottom: 25px;
}

#filters p {
  display: inline-block;
  padding-right: 15px;
}

#filters select {
  display: inline-block;
  width: 250px;
}

#filter-bands {
  position: relative;
  float: left;
  text-align: left;
  margin-bottom: 25px;
  width: 300px;
}

#filter-bands p {
  display: inline-block;
  padding-right: 15px;
}

#filter-bands .menu-bands-container {
  display: inline-block;
  width: 250px;
  position: absolute;
  left: 60px;
  top: 3px;
}

#menu-bands {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
  text-align: left;
}

#menu-bands li {
  position: relative;
}

#menu-bands li:before {
  display: none;
}

#menu-bands li a {
  display: block;
  padding: 5px;
  color: #fff;
  background-color: #d30700;
  text-decoration: none;
  width: 140px;
}

#menu-bands li a:hover {
  color: #fff;
  background-color: #d30700;
  text-decoration: underline;
}

#menu-bands ul {
  background-color: #fff;
  background: rgba(255, 255, 255, 0);
  list-style: none;
  position: absolute;
  left: -9999px;
}

#menu-bands ul li {
  padding: 0;
  margin-left: 15px;
  float: none;
}

#menu-bands ul li:before {
  display: none;
}

#menu-bands ul a {
  white-space: nowrap;
}

#menu-bands li:hover ul {
  left: 0;
}

#menu-bands li:hover a {
  background-color: #d30700;
  text-decoration: underline;
}

#menu-bands li:hover ul a {
  text-decoration: none;
}

#menu-bands li:hover ul li a:hover {
  text-decoration: underline;
}

#band-search {
  position: relative;
  float: right;
}

#band-search p {
  display: inline-block;
  padding-right: 15px;
}

#band-search input[type=search] {
  display: inline-block;
  width: 250px;
}

#band-search button {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  background: #d30700;
  color: #fff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

article.band-summary {
  position: relative;
  background: #fff;
  transition: all ease 0.3s;
  cursor: pointer;
}
article.band-summary:hover {
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
article.band-summary:hover img {
  opacity: 0.5;
}
article.band-summary:hover h4 {
  background-color: #d30700;
}
article.band-summary:hover h4 a {
  display: none;
}
article.band-summary:hover h4:before {
  content: "Meer info of direct boeken?";
  color: #fff;
  font-weight: bold;
}
article.band-summary a.img {
  display: block;
  position: relative;
  width: 100%;
  min-height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
article.band-summary .content {
  padding: 20px;
  min-height: 325px;
  position: relative;
}
article.band-summary .content .text {
  display: inline-block;
  min-height: 170px;
}
article.band-summary .content .read-more {
  position: absolute;
  left: 20px;
  bottom: 0;
}
article.band-summary .content h4 {
  /* min-height: 110px; */
}
article.band-summary img {
  width: 100%;
  height: auto;
  line-height: 0;
  display: block;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
article.band-summary table.artist-info {
  margin-bottom: 25px;
}
article.band-summary table.artist-info tr td:first-child {
  padding-right: 25px;
}
article.band-summary p.description-head {
  margin: 0 -25px 25px -25px;
  display: inline-block;
  background: #d30700;
  padding: 10px 25px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

article.band-summary h4 {
  text-align: center;
  width: 100%;
  padding: 7px;
  margin: 0;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #2f3032;
  color: #fff;
}
article.band-summary h4 a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}

article.band-summary a.more-info {
  display: inline-block;
}

article.band-summary p.publish-info {
  font-size: 13px;
  margin: -15px 0 -10px;
  font-style: italic;
}

article.band-summary p.read-more {
  margin-top: -25px;
}

.pagination {
  position: relative;
}

.pagination .page-numbers {
  display: inline-block;
  height: 40px;
  width: 40px;
  font-family: "Monda", sans-serif;
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #e4e4e3;
  text-align: center;
}

.pagination a.page-numbers {
  text-decoration: none;
}

.pagination a.page-numbers:hover {
  border: 1px solid #d30700;
}

#to-top {
  position: relative;
}

#to-top a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  padding: 15px 25px 25px 25px;
  text-decoration: none;
  background: #d30700;
}

#to-top a:before {
  display: block;
  text-align: center;
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 40px;
  line-height: 40px;
}

#to-top a:hover {
  background: #000;
}

#faq-container {
  position: relative;
  padding-bottom: 25px;
}

#faq-container .item {
  position: relative;
  display: block;
  counter-increment: step-counter;
}

#faq-container .item a.question {
  display: block;
  cursor: pointer;
  position: relative;
  margin-bottom: 1px;
  background: #d30700;
  color: #fff;
  padding: 10px 50px 10px 20px;
  text-decoration: none;
}

#faq-container .item a.question:before {
  content: counter(step-counter) ".";
  display: inline-block;
  width: 30px;
  text-align: left;
}

#faq-container .item a.question:after {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #fff;
  color: #d30700;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  text-align: center;
  font-size: 20px;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

#faq-container .item a.question:hover {
  background: #000;
}

#faq-container .item a.question.active:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#faq-container .item .answer {
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0 50px 0 40px;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

#faq-container .item .answer.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-top: 15px;
}

.form {
  display: block;
  background: #f2f2f2;
  padding: 25px 25px 0 25px;
  margin-bottom: 25px;
  position: relative;
}
.form .form-input-wrapper {
  display: flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.form .form-input-wrapper--2 > * {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 7.5px;
}
.form .form-input-wrapper > * {
  display: inline-block;
}
.form .wpcf7-form-control {
  margin-bottom: 15px;
}

#blog-detail {
  position: relative;
  padding: 50px 0 45px 0;
}

#blog-detail .intro {
  font-weight: 700;
}

#blog-detail p.publish-info {
  font-size: 13px;
  margin-top: -15px;
  font-style: italic;
}

#blog-detail #content {
  width: 660px;
  float: left;
  padding: 0 50px 0 0;
}

#blog-detail #sidebar {
  width: 320px;
  float: right;
}

#blog-detail #sidebar p.feat-img img {
  width: 100%;
  height: auto;
}

footer {
  position: relative;
  background: #2f3032;
}
footer .col-3 {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}
footer .col-3:first-child {
  width: 100%;
  float: none;
  padding-bottom: 25px;
}
footer .col-3:first-child p.h4 {
  text-align: center;
}
footer .col-3:first-child article.blog-summary {
  width: 33.33%;
  float: left;
}
footer .col-3:first-child article.blog-summary .info {
  padding-right: 20px;
  padding-top: 0;
}
footer .col-3:first-child p.align-right {
  text-align: center;
}
footer p {
  color: #fff;
}

article.blog-summary {
  position: relative;
  display: block;
  margin-bottom: 25px;
  border-bottom: 1px solid #181819;
}

article.blog-summary:before {
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #414142;
  content: "";
}

article.blog-summary .img {
  width: 50%;
  float: left;
  padding-right: 20px;
  padding-bottom: 25px;
}

article.blog-summary .img img {
  width: 100%;
  display: block;
  height: auto;
}

article.blog-summary .info {
  width: 50%;
  float: left;
  padding-top: 20px;
}

article.blog-summary .info p {
  padding-bottom: 10px;
}

article.blog-summary .info p.publish-info {
  color: #5f6062;
}

article.blog-summary p a {
  color: #fff;
  text-decoration: none;
}

article.blog-summary p a:hover {
  text-decoration: underline;
}

article.blog-summary p.excerpt {
  font-size: 13px;
}

footer article.blog-summary:last-child {
  /*border-bottom: 0; */
}

footer article.blog-summary:last-child:before {
  /*display: none;*/
}

footer article.blog-summary .excerpt {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-bottom: 0 !important;
  word-break: break-word;
}

.footer-links h5 a {
  text-decoration: none;
}

.footer-links h5 a:hover {
  text-decoration: underline;
}

.footer-links ul li {
  padding-bottom: 0;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-links .col-2 {
  margin-bottom: 25px;
}

.footer-links .col-2:nth-child(odd) {
  clear: both;
}

.footer-link-block:before {
  display: block;
  position: absolute;
  bottom: -1px;
  width: auto;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #181819;
  content: "";
}

.footer-link-block:after {
  display: block;
  position: absolute;
  bottom: -2px;
  width: auto;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #414142;
  content: "";
}

.footer-links .col-2:nth-child(3) .footer-link-block:before,
.footer-links .col-2:nth-child(4) .footer-link-block:before,
.footer-links .col-2:nth-child(3) .footer-link-block:after,
.footer-links .col-2:nth-child(4) .footer-link-block:after {
  display: none;
}

.klanten-vertellen {
  width: auto;
  position: relative;
  background: #494545;
  padding: 25px;
  text-align: left;
  margin-bottom: 25px;
  color: #fff;
}

.klanten-vertellen p.h4 {
  padding-bottom: 25px;
}

.klanten-vertellen p {
  color: #fff;
  padding-bottom: 15px;
}

.klanten-vertellen .star-container {
  margin-bottom: 0;
}

.klantenvertellen-widget {
  display: block;
  position: relative;
}
.klantenvertellen-widget .img-score {
  display: block;
  float: left;
  width: 95px;
  height: 135px;
  margin-right: 30px;
  background: url("../img/bg-klantenvertellen.png?id=1.1");
  margin-bottom: 20px;
}
.klantenvertellen-widget .img-score span {
  display: block;
  font-size: 24px !important;
  line-height: 24px !important;
  width: 50px;
  color: #fff;
  position: absolute;
  text-align: center;
  font-weight: 700;
  left: 24px;
  top: 30px;
}
.klantenvertellen-widget .img-score span sup {
  font-size: 12px;
  color: #fff;
  position: relative;
  top: -5px;
  left: -2px;
}
.klantenvertellen-widget a {
  text-decoration: none;
}

.footer-certificates {
  position: relative;
  padding-top: 25px;
  margin-bottom: 25px;
}

.footer-certificates ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-certificates ul li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  margin-bottom: 20px;
  padding: 0;
}

.footer-certificates ul li:before {
  display: none;
}

.footer-certificates ul li:last-child {
  margin-right: 0;
}

.footer-contact-block {
  position: relative;
  padding: 40px 25px 15px 25px;
  background: #262628;
  margin-bottom: 40px;
}

.footer-contact-block table {
  width: 100%;
  margin-bottom: 25px;
}

.footer-contact-block table td {
  color: #fff;
}

.footer-contact-block:before {
  position: absolute;
  top: 0;
  right: -40px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #262628 transparent transparent transparent;
}

/*
.footer-sm,
.footer-newsletter {
  position: relative;
  margin-top: -20px;
}
 */
.footer-sm ul {
  display: block;
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}

.footer-sm ul li {
  display: inline-block;
  margin: 0;
  padding: 0 15px 0 0;
}

.footer-sm ul li:before {
  display: none;
}

.footer-sm ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  line-height: 30px;
}

.footer-sm ul li a:hover {
  color: #d30700;
}

/*
.footer-newsletter form {
  display: block;
  position: relative;
  margin-bottom: 25px;
  border: 10px solid #494545;
  max-width: 322px;
}

.footer-newsletter p {
  position: relative;
  margin: 0;
  padding: 0;
}

.footer-newsletter form input[type="email"] {
  margin: 0;
}

.footer-newsletter input[type="submit"] {
  position: relative;
  width: 100%;
  height: 44px;
  text-align: center;
  font-family: 'Monda', sans-serif;
  background: #d30700;
  color: #FFFFFF;
  border: 0;
  display: block;
  padding: 0 25px;
  text-align: center;
  cursor: pointer;
}

.footer-newsletter input[type="submit"]:after {
  font-family: "FontAwesome";
  content: "\f061";
  display: inline;
  position: relative;
  margin-left: 0;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.footer-newsletter input[type="submit"]:hover {
  background: #000000;
}

.footer-newsletter span.wpcf7-not-valid-tip {
  display: none !important;
}

.footer-newsletter div.wpcf7-response-output {
  margin-bottom: 0;
}

.footer-newsletter div.g-recaptcha {
  margin: 0 0 -2px 0;
}
 */
div.wpcf7 .ajax-loader {
  visibility: hidden;
  margin: 0;
  padding: 0;
  height: 0;
  display: none;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
  height: 16px;
  display: inline-block;
}

a.fancybox-video {
  position: relative;
  display: block;
}

a.fancybox-video:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  z-index: 1;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

a.fancybox-video:after {
  display: block;
  height: 115px;
  width: 115px;
  color: #fff;
  font-family: "FontAwesome";
  text-align: center;
  content: "\f04b";
  line-height: 60px;
  padding-top: 22px;
  padding-left: 10px;
  z-index: 2;
  font-size: 60px;
  border: 5px solid #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -57px 0 0 -57px;
}

a.fancybox-video:hover:before {
  opacity: 1;
}

.fancybox-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-opened .fancybox-skin {
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fancybox-close {
  display: block;
  text-decoration: none !important;
  font-family: "FontAwesome";
  text-align: center;
  color: #fff !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  top: -20px;
  right: -20px;
  background: #d30700;
}

.fancybox-close:before {
  content: "\f00d";
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  color: #fff !important;
}

.fancybox-close:hover {
  background: #000 !important;
}

.fancybox-inner {
  overflow: hidden !important;
}

.hidden {
  display: none;
}

ul.sitemap ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

#mob-call,
#show-mob-nav,
#mob-nav {
  display: none;
}

/*
	Autocomplete Jquery styling
*/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #fff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-state-hover, .ui-state-active {
  color: #fff;
  text-decoration: none;
  background-color: #08c;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-image: none;
}

.ui-autocomplete li:before {
  display: none;
}

.ui-autocomplete li {
  display: block;
  padding: 5px 25px;
}

.ui-autocomplete li:hover {
  background: none;
  font-weight: 700;
  cursor: pointer;
}

.ui-autocomplete li:hover div.ui-menu-item-wrapper {
  background: none;
  font-weight: 700;
  color: #000;
}

.spotify-list iframe {
  display: block;
  width: 100% !important;
  height: auto;
}

.spotify-embed-container {
  width: 100%;
  min-height: 352px;
  height: 100%;
}
.spotify-embed-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.collapsable {
  display: none;
}

a.read-more {
  cursor: pointer;
}

.fancybox-inner {
  overflow-y: scroll !important;
}

div.g-recaptcha {
  margin-bottom: 25px;
  display: block;
  clear: both;
}

.fancybox-skin {
  padding: 0 !important;
}

.form .form {
  padding: 0;
}

#business-events-overview {
  display: flex;
  flex-flow: row;
}

#business-events-overview > .menu {
  width: 33.3333333333%;
}

#business-events-overview > .content {
  width: 66.6666666667%;
}

#business-events-overview {
  padding-top: 65px;
}

#business-events-overview ul {
  padding: 0;
}

#business-events-overview ul li:before {
  content: "";
  display: none;
}

#business-events-overview ul li {
  padding: 0 0 20px 15px;
  white-space: nowrap;
}

#business-events-overview ul li.bvm_b_events_type > strong {
  padding: 0 0 20px 15px;
  display: block;
}

#business-events-overview ul li a {
  color: #4c4c4c;
  text-decoration: none;
}

#business-events-overview ul li a:hover {
  color: #d30700;
}

#business-events-overview .content ul {
  margin-bottom: 20px;
}

#business-events-overview .content ul li {
  padding-bottom: 0;
}

#business-events-overview .content ul li:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 15px;
}

#business-events-overview .content ul li a {
  text-decoration: underline;
  color: #d30700;
}

#business-events-overview ul li.bvm_b_events_type > strong {
  text-transform: uppercase;
  position: relative;
}

#business-events-overview ul li.current-cat > a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 15px;
  height: 1px;
  border: 1px solid #4c4c4c;
  width: 40px;
}

#business-events-cases {
  background-color: #f1f1f1;
  padding: 80px 0 100px;
}

#business-events-cases .title {
  line-height: 34px;
  color: #373737;
  font-family: Monda, monospace;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}

#business-events-overview img,
#business-events-gallery img,
#business-events-cases img {
  max-width: 100%;
  height: auto;
}

.business-event-summary {
  background-color: #fff;
  box-shadow: 0 2px 20px 5px rgba(0, 0, 0, 0.1);
}

.business-event-summary a {
  text-decoration: none;
}

#business-events-cases .business-event-summary img {
  height: 185px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.business-event-summary .item-title {
  color: #d30700;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding: 0;
}

.business-event-summary .item-description {
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 100%;
  color: #58595b;
  font-size: 14px;
}

.business-event-summary .item-info {
  display: flex;
  flex-flow: column;
  height: 80px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 15px;
}

.cta_wrap {
  display: flex;
  padding: 60px 0 75px;
  width: 100%;
}

a.button_cta {
  display: inline-block;
  background: transparent;
  color: #373737;
  padding: 14px 0 14px 20px;
  text-decoration: none;
  border: 1px solid #373737;
  font-weight: 700;
  box-sizing: border-box;
  margin: 0 0 15px 15px;
  font-size: 90%;
}

a.button_cta:after {
  content: "\f061";
  font-family: "FontAwesome";
  color: #373737;
  display: inline-block;
  width: 50px;
  text-align: center;
}

#business-events-gallery .row-1,
#business-events-gallery .row-2,
#business-events-gallery .row-3 {
  display: flex;
  flex-flow: row;
  width: calc(100% + 30px);
  margin: 0 -15px;
  justify-content: center;
  align-items: stretch;
}

#business-events-gallery .full,
#business-events-gallery .small,
#business-events-gallery .wide {
  margin: 15px;
  background: #f1f1f1;
  max-height: 360px;
}

#business-events-gallery .small {
  width: 41.6666666667%;
}

#business-events-gallery .wide {
  width: 58.3333333333%;
}

#business-events-gallery img {
  max-width: none;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

#artists-summary-container article.band-summary a.img {
  min-height: 0;
  box-shadow: none;
}

.credits {
  color: white;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3411764706);
  padding-left: 10px;
  padding-right: 10px;
}

.credits.credits-right {
  right: 0;
}

.credits.credits-left {
  left: 0;
}

.cn-button {
  background-color: black !important;
  padding: 7px !important;
  font-size: 13px !important;
  border-radius: 3px !important;
  color: #fff !important;
}

select::placeholder,
input::placeholder {
  overflow: visible;
}

header {
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
}
header .header-top-nav {
  background-color: #d30700;
  padding: 3px 0;
  color: #fff;
}
header .header-top-nav > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top-nav i {
  color: #ede002;
}
header .header-top-nav ul {
  margin: 0;
  padding: 0;
}
header .header-top-nav ul li {
  vertical-align: bottom;
  margin-right: 20px;
  color: #fff;
  display: inline-block;
}
header .header-top-nav ul li:before {
  display: unset !important;
  margin-right: 5px;
  position: unset !important;
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  vertical-align: bottom;
  line-height: unset !important;
  font-size: 13px;
}
header .header-top-nav__right {
  cursor: pointer;
}
header .header-top-nav__right .rating {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  header {
    position: unset !important;
    margin-bottom: 5px;
  }
  header .logo {
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  header .logo img {
    width: 90%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-top-nav ul {
    display: none;
  }
  header .header-top-nav__right {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  header .header-cta {
    margin-top: unset;
    float: unset;
  }
  header .header-cta span {
    display: none;
  }
  header #main-navigation {
    background-color: #2f3032 !important;
  }
  header #main-navigation .mega-menu-wrap ul li {
    background-color: #2f3032 !important;
  }
  .pagination {
    margin-bottom: 20px;
  }
  footer .footer-newsletter h3 {
    flex: 1 1 100% !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
  footer .footer-news-items {
    display: none;
  }
  footer .footer-menu__top {
    grid-template-columns: 1fr !important;
  }
  footer .footer-menu__bottom {
    grid-template-columns: 1fr !important;
  }
  footer .footer-menu__bottom__item--social ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0 !important;
  }
  footer .footer-menu__bottom__item--clc-vecta div {
    display: flex;
    justify-content: space-between;
  }
  footer .klantenvertellen-widget p {
    margin-bottom: 7px;
  }
}
.header-cta {
  margin-top: 28px;
  float: right;
  margin-bottom: 20px;
}
.header-cta__btn {
  display: inline-block;
  padding: 6px 12px;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  margin-left: 15px;
  border-radius: 5px;
}
.header-cta__btn span {
  margin-left: 8px;
}
.header-cta__btn--phone {
  background: #2f3032;
}
.header-cta__btn--mail {
  background: #d30700;
}
.header-cta__btn--whatsapp {
  background: #28a745 linear-gradient(180deg, #47b360, #28a745) repeat-x;
}
.header-cta__btn--chat {
  background: #58595b;
}

.cta-sticky-sidebar {
  position: sticky;
  right: 0;
  top: 30%;
  height: 300px;
  width: 60px;
  background-color: #d30700;
  color: #fff;
  z-index: 999;
}
.cta-sticky-sidebar a {
  color: #fff;
}

form.entertainment-search-form {
  display: table;
  width: 100%;
  border-radius: 5px;
  padding: 15px;
}
form.entertainment-search-form div {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}
form.entertainment-search-form div:last-child {
  padding-right: 0;
}
form.entertainment-search-form div input,
form.entertainment-search-form div select,
form.entertainment-search-form div button {
  margin: 0;
  background-color: #f2f2f2;
  line-height: unset;
  vertical-align: middle;
}
form.entertainment-search-form div label {
  display: none;
}
form.entertainment-search-form div span {
  color: #fff;
  font-weight: bold;
}
form.entertainment-search-form div button {
  vertical-align: middle;
  display: inline-block;
  padding: 2px 12px;
  border: 0;
  border-radius: 5px;
  font-size: 21px;
  width: 100%;
  color: #fff;
  background: #58595b;
  height: 35px;
}
form.entertainment-search-form div button i {
  vertical-align: middle;
}
form.entertainment-search-form div button:hover {
  background-color: #000;
}

.homepage-intro {
  position: relative;
  overflow: hidden;
  max-height: 480px;
  margin-bottom: 20px;
  width: 100%;
}
.homepage-intro__search {
  position: absolute;
  bottom: 120px;
  width: 100%;
}
.homepage-intro__search form {
  background-color: #d30700;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.homepage-intro__video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.homepage-intro__video video {
  transform: translateY(-25%);
}
.homepage-intro__text {
  position: absolute;
  top: 90px;
  width: 100%;
}
.homepage-intro__text div {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  max-width: 1215px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.home-intro-text blockquote {
  font-size: 16px;
  position: relative;
}
.home-intro-text blockquote:before {
  content: '"';
}
.home-intro-text blockquote:after {
  content: '"';
  position: absolute;
  right: -15%;
  bottom: -60px;
}
.home-intro-text blockquote:before, .home-intro-text blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: #d30700;
  font-size: 4em;
  top: 0.2em;
  position: relative;
}

.home .homepage-blocks-events-cta-link {
  font-weight: bold;
  color: #fff;
  text-decoration: none !important;
}
.home .homepage-blocks-events-cta {
  margin-top: -30px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .homepage-intro {
    max-height: unset !important;
    margin-bottom: 0 !important;
  }
  .homepage-intro__video {
    display: none;
  }
  .homepage-intro__text {
    display: none;
  }
  .homepage-intro__search {
    position: unset !important;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .homepage-intro__search form {
    display: flex !important;
    flex-wrap: wrap;
  }
  .homepage-intro__search form div {
    text-align: center;
    display: unset !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px;
    padding-right: unset !important;
  }
  .homepage-intro__search form div:last-child {
    margin-bottom: unset !important;
  }
  .homepage-blocks .block-our-offices .text-container {
    padding-left: 15px !important;
    padding-right: 10px !important;
  }
  .homepage-blocks .block-our-offices p:first-child {
    padding-top: 0 !important;
  }
}
footer h3,
footer h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
footer .footer-newsletter {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
}
footer .footer-newsletter-wrapper {
  width: 100%;
  display: block;
  background: #d30700 url("../img/footer-newsletter-background.png") no-repeat right bottom;
  background-position-x: 98%;
}
footer .footer-newsletter h3 {
  flex: 1;
  color: #fff;
  padding-right: 50px;
  margin-bottom: 0;
  white-space: normal !important;
  line-height: 1.2;
}
footer .footer-newsletter__form {
  flex: 1;
  max-width: 450px;
  vertical-align: middle;
}
footer .footer-newsletter__form__input-wrapper {
  display: flex;
}
footer .footer-newsletter__form__input-wrapper form {
  display: flex;
  flex: 1;
}
footer .footer-newsletter__form input,
footer .footer-newsletter__form button {
  margin: 0;
}
footer .footer-newsletter__form input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
footer .footer-newsletter__form .wpcf7 {
  width: 100%;
}
footer .footer-newsletter__form .wpcf7 .wpcf7-newsletter-wrapper {
  display: flex;
}
footer .footer-newsletter__form div.wpcf7-response-output {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  color: #fff;
}
footer .footer-newsletter__form input[type=submit],
footer .footer-newsletter__form button {
  flex: 1;
  background-color: #2f3032;
  color: #fff;
  border: 0;
  padding: 0 25px;
  font-size: 14px;
  white-space: nowrap;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
footer .footer-newsletter__form input[type=submit]:hover,
footer .footer-newsletter__form button:hover {
  background-color: #000;
}
footer .footer-blog h3 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
footer .footer-blog h3 span {
  color: #d30700;
}
footer .footer-blog__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
footer .footer-blog__items__item {
  flex: 1 1 33%;
  max-width: 33%;
  margin-bottom: 20px;
}
footer .footer-blog__items__item__info {
  margin-right: 15px;
}
footer .footer-blog__items__item__info__title {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .footer-blog__items__item__info__title:hover {
  color: #fff !important;
}
footer .footer-blog__items__item__info__read-more {
  font-size: 12px;
  font-style: italic;
}
footer .footer-blog__items__item__info__read-more:hover {
  color: #fff !important;
}
footer .footer-blog__items__item img {
  width: auto;
  float: left;
  margin-right: 20px;
  margin-top: 7px;
}
footer .footer-blog__items__item a {
  font-weight: bold;
  text-decoration: none;
  display: block;
}
footer .footer-blog__items__item span {
  color: #fff;
}
footer .footer-blog__items__item .publish-info {
  font-size: 12px;
  text-transform: lowercase;
  font-style: italic;
}
footer .footer-blog__items__item .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
footer p.h4 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
footer p.h4 span {
  color: #d30700;
}
footer .footer-separator {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #d30700;
  margin-bottom: 30px;
}
footer .footer-nav {
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
footer .footer-nav > div {
  text-align: center;
}
footer .footer-nav > div ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
footer .footer-nav > div ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #99999b;
  text-decoration: none;
}
footer .footer-nav > div ul li:before {
  display: none;
}
footer .footer-nav > div ul li a {
  color: #99999b;
  text-decoration: none;
  font-size: 16px;
}
footer .footer-nav > div ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .footer-nav > div ul li.spacer {
  padding: 0 10px;
  color: #d30700;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  footer .footer-blog {
    display: none;
  }
}
.footer-menu__top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
}
.footer-menu__top__item {
  padding: 0 7.5px;
}
.footer-menu__top__item:first-child {
  grid-area: 1/1/3/2;
}
.footer-menu__top__item h5 {
  color: #fff !important;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: -1.5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.footer-menu__top__item ul {
  padding: 0;
}
.footer-menu__top__item ul li {
  position: relative;
  padding-bottom: 12px;
  margin: 0;
}
.footer-menu__top__item ul li:before {
  display: inline-block;
  content: "\f054";
  color: #d30700;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  line-height: 15px;
  margin-right: 15px;
}
.footer-menu__top__item ul li a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
}
.footer-menu__top__item ul li a:hover {
  color: #d30700 !important;
}
.footer-menu__bottom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 7.5px;
  grid-row-gap: 20px;
}
.footer-menu__bottom__item {
  padding: 0 7.5px;
}
.footer-menu__bottom__item h5 {
  color: #fff !important;
  text-transform: uppercase;
}
.footer-menu__bottom__item ul li {
  padding-bottom: 12px;
  margin: 0;
}
.footer-menu__bottom__item ul li a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
}
.footer-menu__bottom__item--social ul:before,
.footer-menu__bottom__item--social li:before {
  content: unset;
}
.footer-menu__bottom__item--social ul a,
.footer-menu__bottom__item--social li a {
  vertical-align: middle;
}
.footer-menu__bottom__item--social ul {
  padding: 0 !important;
}
.footer-menu__bottom__item--social ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer-menu__bottom__item--social ul li:first-child {
  margin-left: 3px;
}
.footer-menu__bottom__item--social ul li a {
  font-size: 30px !important;
}
.footer-menu__bottom__item--social ul li a:hover {
  color: #d30700;
}
.footer-menu__bottom__item--contact a {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}
.footer-menu__bottom__item--contact a:before {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  font-family: "Font Awesome 5 Pro";
  content: "\f87b";
  font-weight: 900;
  font-size: 40px;
  top: 7px;
}
.footer-menu__bottom__item--contact a:hover {
  color: #d30700;
}

.block-our-offices {
  background-image: url("../img/onze-kantoren.png?2") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: bottom center !important;
  color: #fff !important;
}
.block-our-offices span.title {
  background-color: #d30700 !important;
  color: #fff !important;
}
.block-our-offices p {
  padding-bottom: 5px !important;
  margin: 0 !important;
}
.block-our-offices .text-container {
  padding-top: 80px !important;
}
.block-our-offices table tr td {
  white-space: nowrap;
  text-align: left !important;
  color: #fff !important;
}
.block-our-offices table tr td:first-child {
  position: relative;
  padding-left: 5px;
}
.block-our-offices table tr td:first-child:before {
  display: block;
  position: absolute;
  top: 5px;
  left: -5px;
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  line-height: 15px;
  color: #d30700;
}
.block-our-offices table tr td a {
  color: #fff;
  text-decoration: none;
}

.direct-booking {
  background-color: #d30700;
}

.page-contact__map {
  color: red;
}
.page-contact h1,
.page-contact h2,
.page-contact h3 {
  color: #d30700;
}
.page-contact .wpcf7 .wpcf7-submit {
  margin-top: 10px;
}
.page-contact .wpcf7 .form {
  margin-bottom: 0;
}
.page-contact .default-content-row {
  margin-bottom: 20px;
}

.page-template-default .default-content-row h1, .page-contact .default-content-row h1, .page-template-page-faq .default-content-row h1,
.page-template-default .default-content-row h2,
.page-contact .default-content-row h2,
.page-template-page-faq .default-content-row h2,
.page-template-default .default-content-row h3,
.page-contact .default-content-row h3,
.page-template-page-faq .default-content-row h3,
.page-template-default .default-content-row h4,
.page-contact .default-content-row h4,
.page-template-page-faq .default-content-row h4 {
  color: #d30700;
}
.page-template-default .default-content-row ul li:before, .page-contact .default-content-row ul li:before, .page-template-page-faq .default-content-row ul li:before {
  display: inline-block;
  content: "\f0da";
  color: #d30700;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  line-height: 15px;
  margin-left: -20px;
  margin-right: 15px;
}

.blog-post ul li:before {
  display: inline-block;
  content: "\f0da";
  color: #d30700;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  line-height: 15px;
  margin-left: -20px;
  margin-right: 15px;
}

.entertainment-detail__heading {
  background-color: #fff;
  padding: 20px 0;
}
.entertainment-detail__heading .wrap {
  display: flex;
  flex-wrap: wrap;
}
.entertainment-detail__heading__title {
  flex: 1;
}
.entertainment-detail__heading__title h1,
.entertainment-detail__heading__title h2 {
  font-weight: bold;
}
.entertainment-detail__heading__share {
  flex: 1;
  align-self: center;
  text-align: right;
}
.entertainment-detail__heading__share h3 {
  display: inline-block;
  font-family: "Dancing Script", cursive !important;
  vertical-align: middle;
  margin: 0 15px 0 0;
  font-size: 25px;
}
.entertainment-detail__heading__share .social-share {
  display: inline-block;
}
.entertainment-detail__media {
  background-color: #000;
  display: flex;
  margin-bottom: 30px;
}
.entertainment-detail__media__left {
  flex: 0 0 50%;
  max-width: 50%;
}
.entertainment-detail__media .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.entertainment-detail__media .embed-container__player {
  width: 100%;
  height: 100%;
  position: absolute;
}
.entertainment-detail__media .embed-container__player__placeholder {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.entertainment-detail__media .embed-container__player__placeholder button {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  background-color: transparent;
  border: 0;
}
.entertainment-detail__media .embed-container iframe, .entertainment-detail__media .embed-container object, .entertainment-detail__media .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entertainment-detail__media__images {
  flex: 0 0 50%;
  max-width: 50%;
}
.entertainment-detail__media__images img {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
  line-height: 0;
}
.entertainment-detail__info-bar {
  background-color: #3e3f41;
  display: flex;
  margin: 0 0 30px 0;
  padding: 25px;
  border-radius: 5px;
}
.entertainment-detail__info-bar__item {
  flex: 1;
}
.entertainment-detail__info-bar__item i {
  font-size: 48px;
  color: #fff;
  float: left;
  margin-right: 10px;
}
.entertainment-detail__info-bar__item__info {
  color: #fff;
}
.entertainment-detail__info-bar__item__info span {
  display: block;
  font-size: 12px;
  color: #fff;
}
.entertainment-detail__intro__wrapper {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.entertainment-detail__intro__wrapper__content {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}
.entertainment-detail__intro__wrapper__content--right {
  flex: 0 0 30%;
  align-self: flex-start;
  padding-left: 12px;
  padding-right: 12px;
}
.entertainment-detail__intro__wrapper__content--right__info, .business-events__sidebar__info {
  background-color: #2f3032;
  margin-bottom: 15px;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.entertainment-detail__intro__wrapper__content--right__info div, .business-events__sidebar__info div {
  width: 100%;
  display: flex;
}
.entertainment-detail__intro__wrapper__content--right__info div:first-child, .business-events__sidebar__info div:first-child {
  margin-bottom: 10px;
}
.entertainment-detail__intro__wrapper__content--right__info div > span, .business-events__sidebar__info div > span {
  flex: 1 1 50%;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.entertainment-detail__intro__wrapper__content--right__info div > span:first-child, .business-events__sidebar__info div > span:first-child {
  font-weight: bold;
}
.entertainment-detail__intro__wrapper__content--right__info div i, .business-events__sidebar__info div i {
  width: 15px;
}
.entertainment-detail__intro__wrapper__content--right__cta, .business-events__sidebar__cta {
  margin-bottom: 20px;
  background-color: #d30700;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  text-decoration: none;
  display: inline-block;
}
.entertainment-detail__intro__wrapper__content--right__cta strong, .business-events__sidebar__cta strong {
  font-size: 22px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.entertainment-detail__intro__wrapper__content--right__cta p, .business-events__sidebar__cta p {
  color: #fff;
  font-size: 14px;
}
.entertainment-detail__intro__wrapper__content--right__cta .cta-buttons, .business-events__sidebar__cta .cta-buttons {
  display: flex;
  justify-content: space-between;
}
.entertainment-detail__intro__wrapper__content--right__cta .cta-buttons a.btn, .business-events__sidebar__cta .cta-buttons a.btn {
  color: #fff;
  font-size: 24px;
  width: 30px;
  display: inline-block;
  margin-right: 15px;
}
.entertainment-detail__intro__wrapper__content--right__cta .cta-buttons a.btn:hover, .business-events__sidebar__cta .cta-buttons a.btn:hover {
  color: #2f3032;
}
.entertainment-detail__intro__wrapper__content--right__form, .business-events__sidebar__form {
  background-color: #58595b;
  border-radius: 10px;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.entertainment-detail__intro__wrapper__content--right__form h2, .business-events__sidebar__form h2,
.entertainment-detail__intro__wrapper__content--right__form h3,
.business-events__sidebar__form h3 {
  color: #fff;
}
.entertainment-detail__intro__wrapper__content--right__form__title, .business-events__sidebar__form__title {
  padding: 20px 20px 10px 20px;
}
.entertainment-detail__intro__wrapper__content--right__form__title h3, .business-events__sidebar__form__title h3 {
  font-weight: bold;
  font-size: 22px;
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form, .business-events__sidebar__form .wpcf7-form .form {
  margin: 0;
  padding: 0 20px 20px 20px;
  background-color: unset;
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form label, .business-events__sidebar__form .wpcf7-form .form label {
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: normal;
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form input, .business-events__sidebar__form .wpcf7-form .form input {
  padding: 5px 40px;
  margin: 0;
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form select, .business-events__sidebar__form .wpcf7-form .form select,
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form input[type=text],
.business-events__sidebar__form .wpcf7-form .form input[type=text],
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form input[type=date],
.business-events__sidebar__form .wpcf7-form .form input[type=date],
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form input[type=email],
.business-events__sidebar__form .wpcf7-form .form input[type=email] {
  background-color: #fff;
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form .wpcf7-form-control-wrap, .business-events__sidebar__form .wpcf7-form .form .wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form .wpcf7-form-control-wrap::after, .business-events__sidebar__form .wpcf7-form .form .wpcf7-form-control-wrap::after {
  position: absolute;
  left: 12px;
  top: 6px;
  font-family: "Font Awesome 5 Pro";
  color: #000;
  z-index: 100;
  opacity: 0.6;
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=company]::after, .business-events__sidebar__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=company]::after {
  content: "\f1ad";
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=your_name]::after, .business-events__sidebar__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=your_name]::after {
  content: "\f007";
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=phone]::after, .business-events__sidebar__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=phone]::after {
  content: "\f095";
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=email]::after, .business-events__sidebar__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=email]::after {
  content: "\f1fa";
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=occasion]::after, .business-events__sidebar__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=occasion]::after {
  content: "\f81b";
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=date]::after, .business-events__sidebar__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=date]::after {
  content: "\f073";
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=message]::after, .business-events__sidebar__form .wpcf7-form .form .wpcf7-form-control-wrap[data-name=message]::after {
  content: "\f040";
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .wpcf7-response-output, .business-events__sidebar__form .wpcf7-form .wpcf7-response-output {
  margin-top: 0 !important;
  width: auto !important;
}
.entertainment-detail__intro__wrapper__content--right__form .wpcf7-form .wpcf7-submit, .business-events__sidebar__form .wpcf7-form .wpcf7-submit {
  background: #d30700;
  padding: 10px !important;
  height: unset;
  font-size: 18px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}
.entertainment-detail__specifications {
  background-color: #fff !important;
  padding: 20px 0;
}
.entertainment-detail__specifications__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px;
}
.entertainment-detail__specifications__items__item {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}
.entertainment-detail__specifications__items__item__wrapper {
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 20px;
  height: 100%;
}
.entertainment-detail__specifications__items__item--collapsed ul {
  height: 70px;
}
.entertainment-detail__specifications__items__item--collapsed a::after {
  content: attr(data-text-show-more) !important;
}
.entertainment-detail__specifications__items__item h5 {
  margin: 0 0 12px 0;
}
.entertainment-detail__specifications__items__item h5 i {
  margin-right: 15px;
}
.entertainment-detail__specifications__items__item ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
.entertainment-detail__specifications__items__item ul li {
  list-style: none;
  float: left;
  text-align: left;
  width: 100%;
  padding-left: 0;
}
.entertainment-detail__specifications__items__item ul li:before {
  content: "";
}
.entertainment-detail__specifications__items__item ul li i {
  margin-right: 10px;
  width: 15px;
  text-align: center;
}
.entertainment-detail__specifications__items__item ul li i.fa-check-circle {
  color: #28a745;
}
.entertainment-detail__specifications__items__item a {
  text-decoration: none;
}
.entertainment-detail__specifications__items__item a::after {
  content: attr(data-text-show-less);
}
.entertainment-detail__related-items {
  background-color: #fff;
  margin-bottom: 20px;
}
.entertainment-detail__related-items__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px;
}
.entertainment-detail__related-items__items__item {
  padding-left: 12px;
  padding-right: 12px;
}
.entertainment-detail__related-items__items > .col-3 {
  margin-bottom: 20px;
}
.entertainment-detail__related-items__items > .col-3:last-child {
  margin-bottom: 0 !important;
}
.entertainment-detail__disclaimer {
  background-color: #f2f2f2;
  padding: 20px;
}
.entertainment-detail__disclaimer p {
  margin: 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .entertainment-detail__heading__title {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    order: 2;
  }
  .entertainment-detail__heading__share {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    order: 1;
    margin-bottom: 10px;
  }
  .entertainment-detail__media {
    background-color: #000;
    display: flex;
    margin-bottom: 30px;
  }
  .entertainment-detail__media__left {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: none;
  }
  .entertainment-detail__media__images {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .entertainment-detail__media__images img {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
    line-height: 0;
  }
  .entertainment-detail__info-bar {
    background-color: #3e3f41;
    display: flex;
    margin: 0 0 30px 0;
    padding: 25px;
    border-radius: 5px;
  }
  .entertainment-detail__info-bar__item {
    flex: 1;
  }
  .entertainment-detail__info-bar__item i {
    font-size: 48px;
    color: #fff;
    float: left;
    margin-right: 10px;
  }
  .entertainment-detail__info-bar__item__info {
    color: #fff;
  }
  .entertainment-detail__info-bar__item__info span {
    display: block;
    font-size: 12px;
    color: #fff;
  }
  .entertainment-detail__intro__wrapper__content {
    flex: 0 0 100% !important;
  }
  .entertainment-detail__intro__wrapper__content--right {
    flex: 0 0 100% !important;
  }
  .entertainment-detail__specifications__items__item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .entertainment-detail__related-items {
    background-color: #fff;
    margin-bottom: 20px;
  }
  .entertainment-detail__related-items__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -12px;
  }
  .entertainment-detail__related-items__items__item {
    padding-left: 12px;
    padding-right: 12px;
  }
  .entertainment-detail__disclaimer {
    background-color: #f2f2f2;
    padding: 20px;
  }
  .entertainment-detail__disclaimer p {
    margin: 0;
  }
}
.entertainment-category__intro .wrap p:first-child {
  margin-bottom: 0;
}
.entertainment-category__search {
  margin-bottom: 20px;
  background-color: #f2f2f2;
}
.entertainment-category__search form {
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.entertainment-category__search form div input,
.entertainment-category__search form div select,
.entertainment-category__search form div button {
  background-color: #fff;
}
.entertainment-category__search form div span {
  color: #000;
}
.entertainment-category__search form div button {
  color: #fff;
  background: #d30700;
}
.entertainment-category__results {
  padding: 20px;
}
.entertainment-category__results__wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  form.entertainment-search-form {
    display: flex !important;
    flex-wrap: wrap;
  }
  form.entertainment-search-form div {
    flex: 0 0 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    padding: unset !important;
    text-align: center;
  }
  .entertainment-category .page-header-image {
    display: none;
  }
  .entertainment-category__results {
    padding: unset !important;
  }
  .entertainment-category__results__wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .entertainment-category__results__wrapper article h4 {
    white-space: unset !important;
  }
}
.business-events-detail__content__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px;
}
.business-events-detail__content__wrapper__left {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}
.business-events-detail__content__wrapper__right {
  flex: 0 0 33%;
  max-width: 33%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}
.business-events-detail__content__content ul li:before {
  display: inline-block;
  content: "\f0da";
  color: #d30700;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  line-height: 15px;
  margin-left: -20px;
  margin-right: 15px;
}
.business-events-detail__related-items {
  padding: 20px 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .business-events-detail__content__wrapper__left {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .business-events-detail__content__wrapper__right {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .business-events-detail__related-items .post-grid__items {
    grid-template-columns: 1fr !important;
  }
}
.business-events-category__content__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px;
}
.business-events-category__content__wrapper__left {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}
.business-events-category__content__wrapper__right {
  flex: 0 0 33%;
  max-width: 33%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}
.business-events-category__content__content ul li:before {
  display: inline-block;
  content: "\f0da";
  color: #d30700;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  line-height: 15px;
  margin-left: -20px;
  margin-right: 15px;
}
.business-events-category__cases {
  padding: 20px 0;
}
.business-events-category__cases article:hover h4:before {
  content: "Bekijk deze case";
}

.business-events__sidebar__info div {
  display: block;
  margin-bottom: 20px;
}
.business-events__sidebar__info div span {
  display: block;
  width: 100%;
}
.business-events__sidebar__info div a {
  color: #fff;
  text-decoration: none;
}
.post-grid__items {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.social-share {
  display: block;
}
.social-share__link {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.1s ease-out;
  padding: 1px;
  text-align: center;
}
.social-share__link svg {
  vertical-align: middle;
  fill: #fff;
  width: 25px;
  height: 25px;
}
.social-share__link--facebook {
  background-color: #d30700;
}
.social-share__link--x {
  background-color: #d30700;
}
.social-share__link--linkedin {
  background-color: #d30700;
}
.social-share__link--mail {
  background-color: #d30700;
}
.social-share__link:hover {
  background-color: #2f3032;
}

.admin-bar header {
  top: 32px;
}

.category-item {
  position: relative;
}
.category-item__ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  z-index: 200;
}
.category-item__ribbon span {
  position: absolute;
  left: -20px;
  top: 16px;
  padding: 4px 0;
  text-align: center;
  width: 170px;
  font-size: 10px;
  background-color: #d30700;
  z-index: 200;
  transform: rotate(45deg);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-category__intro {
  text-align: center;
}
.blog-category__results {
  padding: 20px 0;
}
.blog-category__results__wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.blog-category__results__item {
  background-color: #fff;
  padding: 20px;
}
.blog-category__results__item:hover {
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.blog-category__results__item__image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.blog-category__results__item__image img {
  position: relative;
  max-width: 100%;
}
.blog-category__results__item .content h4 {
  max-width: 320px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  margin-bottom: 5px;
}
.blog-category__results__item .content h4 a {
  text-decoration: none;
}
.blog-category__results__item .content h4 a:hover {
  color: #000;
}
.blog-category__results__item .content p.publish-info {
  margin-bottom: 10px;
  font-style: italic;
}
.blog-category__results__item .content .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-category__results__item .content .read-more {
  font-style: italic;
}
.blog-category__pagination {
  background-color: #f2f2f2;
  padding-bottom: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .blog-category__results {
    padding: 20px 0;
  }
  .blog-category__results__wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.blog-post__heading {
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
}
.blog-post__heading .wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-post__heading__title {
  flex: 1;
}
.blog-post__heading__title h1,
.blog-post__heading__title h2 {
  font-weight: bold;
}
.blog-post__heading__share {
  flex: 0 0 33%;
  align-self: center;
  text-align: right;
}
.blog-post__heading__share h3 {
  display: inline-block;
  font-family: "Dancing Script", cursive !important;
  vertical-align: middle;
  margin: 0 15px 0 0;
  font-size: 25px;
}
.blog-post__heading__share .social-share {
  display: inline-block;
}
.blog-post__wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 -12px;
}
.blog-post__wrapper__left {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}
.blog-post__wrapper__right {
  flex: 0 0 33%;
  max-width: 33%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 20px;
}
.blog-post__details ul {
  list-style: none;
  padding: 0;
}
.blog-post__details ul li {
  list-style: none;
  font-style: italic;
}
.blog-post__details ul li:before {
  content: unset;
}
.blog-post__image {
  margin-bottom: 20px;
}
.blog-post__sidebar__recent-blogs__title {
  text-transform: uppercase;
  text-align: left;
  line-height: 0.8;
}
.blog-post__sidebar__recent-blogs__item {
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #f2f2f2;
  background-color: #fff;
}
.blog-post__sidebar__recent-blogs__item:hover {
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.blog-post__sidebar__recent-blogs__item__img {
  margin-right: 15px;
  width: 100%;
}
.blog-post__sidebar__recent-blogs__item__img img {
  max-width: 100%;
}
.blog-post__sidebar__recent-blogs__item__info {
  display: block;
  width: 100%;
  padding: 7px;
  color: #000;
  background-color: #fff;
}
.blog-post__sidebar__recent-blogs__item__info a {
  color: #000;
  text-decoration: none;
}
.blog-post__sidebar__recent-blogs__item__info a h5,
.blog-post__sidebar__recent-blogs__item__info a h6 {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-post__sidebar__recent-blogs__item__info a span {
  font-style: italic;
  font-size: 12px;
  color: #d30700;
}
.blog-post__sidebar__btn-return {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  background-color: #d30700;
}
.blog-post__sidebar__btn-return:hover {
  background-color: #000 !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .blog-post__heading__title {
    flex: 1 1 100% !important;
    margin-bottom: 20px;
  }
  .blog-post__heading__share {
    flex: 1 1 100% !important;
  }
  .blog-post__wrapper {
    flex-wrap: wrap;
  }
  .blog-post__wrapper__left {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  .blog-post__wrapper__right {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  .blog-post__image img {
    max-width: 100%;
    height: auto !important;
  }
}
.wp-video {
  width: 100% !important;
}
.wp-video .mejs-container {
  width: 100% !important;
}

footer .footer-blog-wrapper,
footer .footer-menu-wrapper {
  width: 100%;
  display: block;
  clear: both;
}

.grecaptcha-badge {
  display: none !important;
  color: black;
}

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