@charset "UTF-8";
@import "assets/css/admin-min.css";
@import "assets/css/custom-editor-style-min.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.no-more {
  opacity: 0.4;
}

.search {
  margin: 20px 0;
  padding: 5px 20px;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("assets/fonts/flexslider/flexslider-icon.eot");
  src: url("assets/fonts/flexslider/flexslider-icon.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/flexslider/flexslider-icon.woff") format("woff"),
    url("assets/fonts/flexslider/flexslider-icon.ttf") format("truetype"),
    url("assets/fonts/flexslider/flexslider-icon.svg#flexslider-icon")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/*
 * Standardized input & form form styling for this theme
 */
input[type="submit"] {
  color: #fff;
  background: #6c828d;
  border: none;
  border-radius: 0px;
  padding: 5px 15px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: #97a7af;
}

/*
 * Gravity Forms Better Styling
 */
.main-content .gform_wrapper .gfield_required {
  color: #8da9ba;
}
.main-content .gform_wrapper label.gield_label {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.main-content
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.main-content .gform_wrapper textarea {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  color: #333;
  box-shadow: none;
  padding: 5px 8px;
  border-radius: 0;
}
.main-content
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):focus,
.main-content .gform_wrapper textarea:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #6c828d;
}
.main-content .gform_wrapper select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
    no-repeat 99% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 8px;
  border-radius: 0;
  border: 1px solid #b3b3b3;
  color: #333;
  box-shadow: none;
  padding: 5px 8px !important;
}
.main-content .gform_wrapper select:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
}
.main-content .gform_wrapper .gfield_radio li input[type="radio"],
.main-content .gform_wrapper .gfield_radio li input[type="checkbox"],
.main-content .gform_wrapper .gfield_checkbox li input[type="radio"],
.main-content .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
  margin-top: 0px !important;
}
.main-content .gform_wrapper .gform_footer input[type="submit"] {
  float: right;
}

/*
 * Formidable Pro styling
 */
.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_form_field
  .frm_required {
  color: #8da9ba;
  margin-left: 3px;
}
.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_form_field
  label.frm_primary_label {
  color: #333 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: normal !important;
}
.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_form_field
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_form_field
  textarea {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  color: #333;
  box-shadow: none;
  border-radius: 0;
}
.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_form_field
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus,
.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_form_field
  textarea:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #6c828d;
}
.frm_style_formidable-style.with_frm_style .frm_form_fields .frm_submit button {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all ease-in-out 125ms;
  background: #6c828d;
  border-radius: 0px;
  padding: 10px 40px;
  border: none;
  box-shadow: none;
  font-size: 16px;
  float: right;
}
.frm_style_formidable-style.with_frm_style
  .frm_form_fields
  .frm_submit
  button:hover {
  color: #fff;
  background: #97a7af;
  text-decoration: none;
}

/* 
 * Stanbdard WP searchform 
 */
.search-form input {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none !important;
}

.search-form input[type="search"] {
  border: 1px solid #bf910b;
  padding: 5px 0px 5px 10px;
  max-height: 35px;
  width: calc(100% - 60px);
  float: left;
}
.search-form input[type="search"]:focus {
  border: 1px solid #6c828d;
  outline: 0;
}
.search-form .search-submit {
  border: 1px solid #6c828d;
  background: #6c828d;
  color: #fff;
  width: 40px;
  height: 42px;
  margin-left: -5px;
  margin-top: 0px;
  transition: all ease-in-out 125ms;
}
.search-form .search-submit:focus {
  border: 1px solid #6c828d;
  outline: 0;
}
.search-form .search-submit:hover {
  background: #bf910b;
  border: 1px solid #bf910b;
}
.search-form .search-submit svg {
  width: 16px;
  fill: #fff;
  margin: 0 auto;
  line-height: 42px;
  display: block;
}

#comments {
  padding-top: 20px;
}
#comments ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#comments ol li.comment.depth-2,
#comments ol li.comment.depth-3,
#comments ol li.comment.depth-4,
#comments ol li.comment.depth-5 {
  margin-left: 3%;
}
#comments ol li.comment .comment-body {
  box-sizing: border-box;
  background: #f2f2f2;
  clear: both;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  padding: 30px 30px 50px 30px;
  width: 100%;
}
#comments ol li.comment .comment-body .comment-meta .comment-author img {
  border-radius: 200px;
  float: left;
  margin-right: 20px;
}
#comments ol li.comment .comment-body .comment-meta .comment-metadata {
  bottom: 30px;
  font-size: 12px;
  position: absolute;
  left: 30px;
  font-weight: 700;
  line-height: 1;
}
#comments ol li.comment .comment-body .comment-content {
  box-sizing: border-box;
  float: left;
  margin-top: -20px;
  padding-left: 80px;
  width: 100%;
}
#comments ol li.comment .comment-body .comment-content p {
  margin: 0 0 30px 0;
}
#comments ol li.comment .comment-body .reply {
  bottom: 30px;
  font-size: 12px;
  position: absolute;
  right: 30px;
}
#comments ol li.comment .comment-body .reply a {
  position: relative;
  font-weight: 700;
  display: block;
  text-decoration: none;
  padding-bottom: 0px;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
#comments ol li.comment .comment-body .reply a svg {
  fill: #8da9ba;
  height: 8px;
  display: inline-block;
  margin-right: 3px;
}
#comments ol li.comment .comment-body .reply a:hover,
#comments ol li.comment .comment-body .reply a:focus,
#comments ol li.comment .comment-body .reply a:active {
  border-bottom: 1px solid #8da9ba;
}
#comments .comment-reply-title {
  margin-bottom: 10px;
}
#comments .comment-reply-title #cancel-comment-reply-link {
  background: #8da9ba;
  display: inline;
  color: #fff;
  padding: 2px 8px;
  float: right;
}
#comments .comment-reply-title #cancel-comment-reply-link:before {
  content: "✕";
  margin-right: 6px;
}
#comments .comment-reply-title #cancel-comment-reply-link:hover,
#comments .comment-reply-title #cancel-comment-reply-link:focus,
#comments .comment-reply-title #cancel-comment-reply-link:active {
  background: #5e859c;
  text-decoration: none;
}
#comments .comment-form p .required {
  color: #8da9ba;
  font-weight: 600;
}
#comments .comment-form p label {
  display: block;
  width: 100%;
  font-weight: 600;
}
#comments .comment-form p textarea,
#comments .comment-form p input:not([type="submit"]) {
  width: 55%;
}

@media screen and (max-width: 480px) {
  #comments ol li.comment .comment-body .comment-content {
    margin-top: 15px;
    padding-left: 0px;
  }
  #comments ol li.comment .comment-body .comment-meta .comment-metadata {
    bottom: 60px;
  }
  #comments ol li.comment .comment-body .reply {
    left: 30px;
  }
}
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

::-moz-selection {
  background: #8da9ba;
  color: #fff;
}

::selection {
  background: #8da9ba;
  color: #fff;
}

body {
  background: #f0f4f7;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  word-break: break-word;
  overflow-x: hidden;
}

p {
  line-height: 160%;
  margin: 0 0 15px 0;
}
p.meta {
  color: #666666;
  font-size: 13px;
  margin: 0 0 20px 0;
  font-weight: 700;
}
p.meta a {
  color: #333;
}
p.meta a:hover {
  color: #6c828d;
  font-weight: 700;
}
p.has-primary-background-color {
  background-color: #6c828d;
}
p.has-secondary-background-color {
  background-color: #bf910b;
}
p.has-primary-color {
  background-color: #6c828d;
}
p.has-secondary-color {
  background-color: #bf910b;
}
p.has-dark-background-color {
  background-color: rgb(44, 43, 43);
}
p.has-black-background-color {
  background-color: rgb(0, 0, 0);
}

.wp-block-buttons .wp-block-button__link,
.wp-block-buttons .wp-block-button .has-primary-background-color,
.wp-block-buttons .wp-block-button .has-grey-background-color,
.wp-block-buttons .wp-block-button .has-secondary-background-color,
.wp-block-buttons .wp-block-button .has-dark-background-color {
  background-color: #6c828d;
}

.wp-block-buttons .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button .has-primary-background-color:hover,
.wp-block-buttons .wp-block-button .has-grey-background-color:hover,
.wp-block-buttons .wp-block-button .has-secondary-background-color:hover,
.wp-block-buttons .wp-block-button .has-dark-background-color:hover {
  background-color: #bf910b;
}

strong {
  font-weight: bold;
}

a {
  color: #6c828d;
  text-decoration: none;
  font-weight: 700;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

.search-highlight {
  background-color: #bf910b;
  color: #fff;
  padding: 0 5px;
}

.clearfix {
  clear: both;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  border-radius: 2px;
}
img.alignleft {
  float: left;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  float: right;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin-left: 0px;
}

.wp-caption {
  text-align: center;
}
.wp-caption.alignleft {
  float: left;
  margin-right: 30px;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignright {
  float: right;
  margin-left: 30px;
}

figure.thumb {
  float: left;
  margin-right: 20px;
}

.gallery .gallery-item .gallery-icon {
  margin-bottom: 10px;
}
.gallery .gallery-item .gallery-icon a img {
  border: none !important;
  opacity: 1;
  transition: all ease-in-out 125ms;
}
.gallery .gallery-item .gallery-icon a img:hover {
  opacity: 0.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6c828d;
  font-family: "rajdhani", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 30px;
  margin: 0 0 32px 0;
}

h2 {
  font-size: 24px;
  margin: 0 0 15px 0;
}

h3 {
  font-size: 20px;
  margin: 0 0 15px 0;
}

h4 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.btn {
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all ease-in-out 125ms;
  border-radius: 20px;
  margin: 20px 0;
  font-weight: 600;
  list-style: 1;
}
.btn::before {
  content: "+";
  font-size: 24px;
  position: relative;
  padding-right: 4px;
  top: 3px;
  line-height: 1;
  font-weight: 600;
}
.btn.primary {
  background: #6c828d;
}
.btn.primary:hover,
.btn.primary:active,
.btn.primary:focus {
  color: #fff;
  background: #bf910b;
  text-decoration: none;
}
.btn.secondary {
  background: #bf910b;
  color: #fff;
}
.btn.secondary:hover,
.btn.secondary:active,
.btn.secondary:focus {
  background: #6c828d;
  text-decoration: none;
}

.wp-block-button__link {
  background: #6c828d;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all ease-in-out 125ms;
  border-radius: 20px;
  margin: 20px 0;
  font-weight: 600;
  list-style: 1;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active {
  color: #fff;
  background: #bf910b;
  text-decoration: none;
}
.wp-block-button__link:before {
  content: "+";
  font-size: 24px;
  position: relative;
  padding-right: 4px;
  top: 3px;
  line-height: 1;
  font-weight: 600;
}

.more:after {
  content: "»";
}
.more:hover,
.more:focus,
.more:active {
  text-decoration: underline;
}

.back-link:before {
  content: "«";
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#wpsl-wrap .wpsl-search {
  background-color: #f0f4f7;
  padding: 0;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input {
  display: grid;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input label {
  width: 100%;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input input {
  border-radius: 30px;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-selected-item:after {
  right: 7px;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius,
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-results {
  display: grid;
}
#wpsl-wrap
  .wpsl-search
  #wpsl-search-wrap
  form
  .wpsl-select-wrap
  #wpsl-radius
  label,
#wpsl-wrap
  .wpsl-search
  #wpsl-search-wrap
  form
  .wpsl-select-wrap
  #wpsl-results
  label {
  width: 100%;
}
#wpsl-wrap
  .wpsl-search
  #wpsl-search-wrap
  form
  .wpsl-select-wrap
  #wpsl-radius
  input,
#wpsl-wrap
  .wpsl-search
  #wpsl-search-wrap
  form
  .wpsl-select-wrap
  #wpsl-results
  input {
  border-radius: 30px;
}
#wpsl-wrap
  .wpsl-search
  #wpsl-search-wrap
  form
  .wpsl-select-wrap
  #wpsl-radius
  .wpsl-dropdown,
#wpsl-wrap
  .wpsl-search
  #wpsl-search-wrap
  form
  .wpsl-select-wrap
  #wpsl-results
  .wpsl-dropdown {
  border-radius: 30px;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-search-btn {
  background: #bf910b;
  color: #fff;
  font-weight: 800;
  transition: all 0.5s;
  margin-top: 33px;
  border-radius: 30px;
  border: 0px solid transparent;
  padding: 8px 25px;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-search-btn:hover {
  background-color: #6c828d;
}
#wpsl-wrap #wpsl-gmap {
  float: left;
}
#wpsl-wrap #wpsl-result-list {
  float: right;
  border-left: 1px solid #c1ccd4;
  width: 100%;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul {
  margin-left: 30px;
}
#wpsl-wrap .wpsl-provided-by {
  display: none;
}

#cookie-notice {
  position: fixed;
  z-index: 10;
  padding: 25px;
  bottom: 25px;
  right: 25px;
  width: 370px;
  height: auto;
  background: #fff;
  animation: fadein 0.8s;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
#cookie-notice .cookie-notice-text {
  margin-bottom: 15px;
  display: inline-block;
  color: #333;
}
#cookie-notice a {
  text-decoration: underline;
}
#cookie-notice a:hover {
  text-decoration: none;
}
#cookie-notice a.cookie-dismiss {
  width: 100%;
  display: inline-block;
  border: 2px solid #8da9ba;
  text-align: center;
  padding: 3px;
  font-weight: 600;
  text-decoration: none;
  transition: all ease-in-out 125ms;
}
#cookie-notice a.cookie-dismiss:hover {
  text-decoration: none;
  color: #fff;
  background: #8da9ba;
}

nav.pagination {
  padding: 10px 0px;
}
nav.pagination .screen-reader-text {
  display: none;
}
nav.pagination .nav-links .page-numbers {
  padding: 4px 10px;
  color: #333;
  font-weight: 600;
}
nav.pagination .nav-links .page-numbers.current {
  background: #8da9ba;
  color: #fff;
}
nav.pagination .nav-links .page-numbers.current:hover,
nav.pagination .nav-links .page-numbers.current:focus,
nav.pagination .nav-links .page-numbers.current:active {
  background: #8da9ba;
  color: #fff;
}
nav.pagination .nav-links .page-numbers:hover,
nav.pagination .nav-links .page-numbers:focus,
nav.pagination .nav-links .page-numbers:active {
  text-decoration: none;
  background: #f2f2f2;
}
nav.pagination .nav-links .page-numbers.dots:hover,
nav.pagination .nav-links .page-numbers.dots:focus,
nav.pagination .nav-links .page-numbers.dots:active {
  background: transparent;
}

blockquote {
  border-left: #6c828d 5px solid;
  padding: 10px 0px 10px 20px;
  margin: 20px 15px 20px 30px;
}
blockquote p {
  color: #666666;
  margin: 0px;
}

#masthead {
  padding: 10px 0px;
  background: #fff;
}
#masthead .top-bar {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 15px;
}
#masthead .top-bar .font-size {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  top: 10px;
}
#masthead .top-bar .font-size #fontPlusBtn,
#masthead .top-bar .font-size #fontMinBtn {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: contain;
  border: none;
  width: 30px;
  margin: 0 5px;
}
#masthead .top-bar .font-size #fontPlusBtn {
  background-image: url("assets/img/text-large.svg");
}
#masthead .top-bar .font-size #fontMinBtn {
  background-image: url("assets/img/text-small.svg");
}
#masthead .top-bar .newsletter {
  position: relative;
  display: inline-block;
}
#masthead .top-bar .newsletter a {
  font-size: 14px;
}
#masthead .top-bar .newsletter a::before {
  content: "";
  background-image: url("assets/img/mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 10px;
  left: -25px;
  position: absolute;
  display: block;
}
#masthead .site-header-inner .site-branding {
  padding: 0;
  padding-left: 15px;
}
#masthead .site-header-inner .site-branding .logo {
  background-image: url("assets/img/logo.jpg");
  height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  background-position: left;
}
#masthead .site-title {
  margin-bottom: 0px;
}
#masthead .site-title a {
  font-size: 36px;
  font-weight: 400;
  color: #000;
}
#masthead .site-title a:hover,
#masthead .site-title a:focus,
#masthead .site-title a:active {
  text-decoration: none;
}
#masthead .site-description {
  font-size: 16px;
  margin: 0px;
  color: #f5cc54;
}

.frontpage {
  height: 500px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.frontpage .header-blok {
  background-color: rgba(108, 130, 141, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 30px;
  border-radius: 20px;
  top: 70px;
  position: relative;
}
.frontpage .header-blok h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
}
.frontpage .header-blok p {
  color: #fff;
  line-height: 1.5;
}
.frontpage .header-blok a.btn {
  margin-bottom: 0;
}
.frontpage .person img {
  position: relative;
  display: block;
  height: 400px;
  top: 100px;
  float: right;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.frontpage .news-content,
.frontpage .content {
  position: relative;
  background-color: #bf910b;
  border-radius: 20px;
  padding: 20px;
  top: 70px;
  color: #fff;
}
.frontpage .news-content h2,
.frontpage .content h2 {
  font-size: 20px;
  list-style: 1.5;
  color: #fff;
  margin-bottom: 10px;
}
.frontpage .news-content p,
.frontpage .content p {
  color: #fff;
  margin-bottom: 0px;
}
.frontpage .news-content a.btn,
.frontpage .content a.btn {
  background-color: #fff;
  color: #bf910b;
  border: 2px solid #fff;
  font-size: 15px;
  padding: 0px 13px;
  margin-bottom: 5px;
}
.frontpage .news-content a.btn :before,
.frontpage .content a.btn :before {
  color: #bf910b;
  font-size: 20px;
  top: 2px;
}
.frontpage .news-content a.btn:hover,
.frontpage .content a.btn:hover {
  background-color: #bf910b;
  color: #fff;
}
.frontpage .news-content a.btn:hover :before,
.frontpage .content a.btn:hover :before {
  color: #fff;
}

.header-slider .swiper .swiper-wrapper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: relative;
}
.header-slider .swiper .swiper-wrapper .swiper-slide .content-blok {
  background: rgba(108, 130, 141, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 30px;
  border-radius: 20px;
  top: 70px;
  position: relative;
}
.header-slider .swiper .swiper-wrapper .swiper-slide .content-blok h2,
.header-slider .swiper .swiper-wrapper .swiper-slide .content-blok p {
  color: #fff;
}
.header-slider .swiper .swiper-wrapper .swiper-slide .content-blok h2.cat {
  color: #bf910b;
}

.home .main-content {
  overflow: hidden;
  position: relative;
  padding: 0;
  background-color: #fff;
}
.home .main-content:before {
  content: "";
  background-image: url("assets/img/wave-shape.svg");
  display: block;
  height: 500px;
  position: absolute;
  width: 100%;
  background-size: initial;
  top: 0px;
  background-position: left;
  left: 35vw;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 2000px) {
  .home .main-content:before {
    left: 32vw;
  }
}
@media only screen and (max-width: 1500px) {
  .home .main-content:before {
    left: 23vw;
  }
}
@media only screen and (max-width: 1400px) {
  .home .main-content:before {
    left: 20vw;
  }
}
@media only screen and (max-width: 1200px) {
  .home .main-content:before {
    left: 60vw;
    background-color: #6c828d;
  }
}
.home .main-content article {
  border-right: 0px solid #fff !important;
  padding: 50px 0;
}
.home .main-content .agenda {
  padding: 50px 0;
  position: relative;
}
.home .main-content ul.events {
  position: relative;
}
.home .main-content ul.events h2 {
  color: #fff;
}
.home .main-content ul.events li {
  padding: 5px 0px;
}
.home .main-content ul.events li a {
  color: #fff;
}
.home .main-content ul.events li p {
  margin-bottom: 0;
}
.home .main-content ul.events li .content {
  line-height: 1.5;
}
.home .main-content ul.events li .content .time-from {
  font-weight: 400;
}
.home .main-content ul.events li .content .time-until {
  font-weight: 400;
}
.home .main-content ul.events .btn {
  border: 2px solid #bf910b;
}
.home .main-content ul.events .btn:hover {
  border: 2px solid #fff;
}
.home #kennisbank {
  background-color: #f0f4f7;
  padding-bottom: 40px;
}
.home .flexslider {
  background-color: #f0f4f7;
  border: 0;
  margin-bottom: 10px;
}
.home .flexslider .flex-direction-nav a {
  opacity: 1;
}
.home .flexslider .flex-direction-nav .flex-nav-prev a.flex-prev {
  left: 50px;
  padding-top: 25px;
  height: 60px;
}
.home .flexslider .flex-direction-nav .flex-nav-prev a.flex-prev::before {
  font-size: 32px;
  color: #bf910b;
}
.home .flexslider .flex-direction-nav .flex-nav-next a.flex-next {
  right: 50px;
  padding-top: 25px;
  height: 60px;
}
.home .flexslider .flex-direction-nav .flex-nav-next a.flex-next::before {
  font-size: 32px;
  color: #bf910b;
}

.error404 .main-content {
  padding: 100px;
}
.error404 .main-content form label {
  position: relative;
  width: 100%;
}
.error404 .main-content form label input.is-search-input {
  box-shadow: 0px 0px 12px #c1c1c1;
  width: 100%;
  padding: 15px 65px 15px 25px;
  background-color: #fff;
  border-radius: 200px;
  border: 1px solid #d8d8d8;
  height: 60px !important;
  font-size: 24px !important;
  color: #a9a9a9 !important;
}
.error404 .main-content form label input.is-search-input:focus,
.error404 .main-content form label input.is-search-input:hover {
  color: #a9a9a9 !important;
}
.error404 .main-content form label input.is-search-input::-moz-placeholder {
  color: #a9a9a9 !important;
}
.error404 .main-content form label input.is-search-input::placeholder {
  color: #a9a9a9 !important;
}
.error404 .main-content form label input.is-search-input:focus-visible {
  outline: none;
}
.error404 .main-content form label:after {
  content: "";
  background-image: url("assets/img/search-lg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 35px;
  top: 13px;
  width: 35px;
  display: block;
  right: 19px;
}
.error404 .main-content form button.is-search-submit {
  display: none;
}

.search-no-results #content {
  padding-bottom: 280px;
}
.search-no-results #content form {
  display: none;
}

.handle {
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  cursor: pointer;
  display: none;
}
.handle .mobile-icon {
  float: right;
  padding: 25px;
  top: -30px !important;
  left: 25px;
}
.handle .mobile-icon .line {
  height: 2px;
  width: 20px;
  background-color: #6c828d;
  margin: 4px 0px;
  transition: all 0.3s;
}
.handle .mobile-icon .line:nth-child(1) {
  margin-top: 0px;
}
.handle .mobile-icon .line:nth-child(3) {
  margin-bottom: 0px;
}
.handle .mobile-icon.active .line {
  opacity: 0;
  position: relative;
}
.handle .mobile-icon.active .line {
  transition: all 0.3s;
}
.handle .mobile-icon.active .line:nth-child(1) {
  opacity: 1;
  transform: rotate3d(0, 0, 1, -45deg);
  top: 7px;
}
.handle .mobile-icon.active .line:nth-child(3) {
  transform: rotate3d(0, 0, 1, 45deg);
  opacity: 1;
  bottom: 5px;
}

nav.topnav ul {
  display: block;
  float: right;
}
nav.topnav ul li {
  float: left;
}
nav.topnav ul li a {
  padding: 10px 5px;
  font-size: 13px;
  line-height: 18px;
}

.site-navigation {
  background-color: #fff;
}

nav ul.main-nav {
  overflow: hidden;
  color: #fff;
  font-size: 0px;
  transition: max-height 0.4s;
  text-align: right;
}
nav ul.main-nav li {
  display: inline-block;
  padding: 0px;
  font-size: 15px;
}
nav ul.main-nav li.advice {
  margin: 0 5px;
  background-color: #bf910b;
  border-radius: 20px;
}
nav ul.main-nav li.advice a {
  padding: 2px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
}
nav ul.main-nav li.advice:hover {
  background-color: #6c828d;
}
nav ul.main-nav li.advice:hover a {
  color: #fff;
}
nav ul.main-nav li.advice.current-menu-item {
  background-color: #6c828d;
}
nav ul.main-nav li.advice.current-menu-item a {
  color: white;
}
nav ul.main-nav li.contact {
  margin: 0 5px;
  background-color: #6c828d;
  border-radius: 20px;
}
nav ul.main-nav li.contact a {
  padding: 2px 15px;
  color: #fff;
  font-weight: 600;
}
nav ul.main-nav li.contact:hover {
  background-color: #bf910b;
}
nav ul.main-nav li.contact:hover a {
  color: #fff;
}
nav ul.main-nav li.contact.current-menu-item a {
  color: white;
}
nav ul.main-nav li.astm-search-menu form {
  width: 13vw !important;
}
nav ul.main-nav li.astm-search-menu form label {
  position: relative;
}
nav ul.main-nav li.astm-search-menu form label input {
  border-radius: 20px !important;
  padding-right: 35px;
}
nav ul.main-nav li.astm-search-menu form label:after {
  content: "";
  background-image: url("assets/img/search-lg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 18px;
  top: 10px;
  width: 18px;
  display: block;
  right: 12px;
}
nav ul.main-nav li.menu-item-has-children a:after {
  border-color: #fff transparent transparent;
  border-radius: 3px;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 0 3px 6px;
  position: relative;
  top: 1px;
  width: 0;
}
nav ul.main-nav li.menu-item-has-children ul.sub-menu {
  max-width: 280px;
  padding-top: 24px;
}
nav ul.main-nav li.menu-item-has-children ul.sub-menu li {
  text-align: center;
  width: 100%;
  background-color: #6c828d;
  padding: 10px 0;
}
nav ul.main-nav li.menu-item-has-children ul.sub-menu li a {
  color: #fff;
}
nav ul.main-nav li.menu-item-has-children ul.sub-menu li a:after {
  content: none;
}
nav ul.main-nav li.menu-item-has-children ul.sub-menu li:hover {
  background: #7a8e99;
}
nav ul.main-nav li a {
  display: block;
  padding: 2px 8px;
  color: #000;
  transition: all ease-in-out 125ms;
  font-weight: 400;
  border-radius: 20px;
  margin: 0 3px;
}
nav ul.main-nav li a:hover,
nav ul.main-nav li a:focus,
nav ul.main-nav li a:active {
  color: #6c828d;
  text-decoration: none;
}
.main-content {
  padding: 30px 0px 0px 0px;
  background: #f0f4f7;
}
.main-content h1 {
  margin-bottom: 40px;
}
.main-content article {
  padding: 0 0;
  margin-bottom: 20px;
  border-right: 1px solid #c1ccd4;
  padding-right: 20px;
}
.main-content article ul {
  list-style-type: disc;
  margin-left: 20px;
}
.main-content .sidebar {
  display: inline-block;
}
.main-content .sidebar .widget {
  margin: 20px 0px;
  padding: 20px;
  background: #f2f2f2;
}
.main-content .sidebar .widget .widgettitle {
  font-size: 22px;
}
.main-content .sidebar .widget:nth-child(1) {
  margin-top: 0px;
}

#sidebar {
  display: inline-block;
}
#sidebar #event .col-md-12 {
  padding: 0;
}
#sidebar #event .events {
  border-radius: 3px;
  padding: 15px;
  margin-top: 0px;
  background-color: #6c828d;
}
#sidebar #event .events h3 {
  margin-bottom: 15px;
  margin-top: 5px;
  color: #fff;
}
#sidebar #event .events p,
#sidebar #event .events span {
  color: #fff;
}
#sidebar #event .events p {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
#sidebar #event .events .event {
  padding-bottom: 15px;
}
#sidebar #event .events .event a:hover {
  text-decoration: none;
}
#sidebar #event .events span {
  font-size: 13px;
  font-weight: 300;
}
#sidebar #event .events .date {
  font-weight: 600;
  border-right: 1px solid #fff;
  padding-right: 5px;
}
#sidebar #event .btn {
  font-size: 14px;
  border: 2px solid #bf910b;
  margin: 10px 0;
}
#sidebar #event .btn:hover {
  border: 2px solid #fff;
}
#sidebar #news {
  padding-top: 10px;
  display: inline-block;
}
#sidebar #news .col-md-12 {
  padding: 0;
}
#sidebar #news h3 {
  margin-bottom: -10px;
}
#sidebar #news .news-item {
  border-radius: 3px;
  display: block;
  position: relative;
  margin: 20px 0;
  height: 200px;
  background-color: #6c828d;
  margin-bottom: 15px;
  overflow: hidden;
}
#sidebar #news .news-item::before {
  z-index: 1;
  content: "";
  background-image: url("assets/img/plus-wave-orange-white.svg");
  transition: all 0.5s;
  border-top-left-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -1px;
  left: -1px;
  overflow: hidden;
}
#sidebar #news .news-item:hover .background {
  opacity: 0.2;
  transform: scale(1.2);
}
#sidebar #news .news-item:hover::before {
  width: 90px;
  height: 90px;
  background-image: url("assets/img/plus-wave-blue-white.svg");
}
#sidebar #news .news-item .background {
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 0.5s;
  opacity: 1;
  box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
}
#sidebar #news .news-item .content {
  position: absolute;
  padding: 10px 15px;
  bottom: 0px;
}
#sidebar #news .news-item .content .date {
  background-color: #bf910b;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 5px;
}
#sidebar #news .news-item .content h4 {
  color: #fff;
  margin: 0;
}
#sidebar #news .btn {
  font-size: 14px;
}

#kennisbank {
  padding-top: 40px;
}
#kennisbank .row .item .kennisbank-item::before {
  z-index: 1;
  content: "";
  background-image: url("assets/img/plus-wave-blue.svg");
  transition: all 0.5s;
  background-repeat: no-repeat;
  border-top-left-radius: 5px;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -1px;
  left: -1px;
}
#kennisbank .kennisbank-item {
  display: block;
  position: relative;
  position: relative;
  height: 250px;
  margin: 20px 0;
  background-color: #6c828d;
  border-radius: 5px;
  overflow: hidden;
}
#kennisbank .kennisbank-item:hover .background {
  opacity: 0.2;
  transform: scale(1.2);
}
#kennisbank .kennisbank-item:hover::before {
  content: "";
  background-image: url("assets/img/plus-wave-orange.svg") !important;
}
#kennisbank .kennisbank-item .background {
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 0.5s;
  border-radius: 5px;
  opacity: 1;
  box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
}
#kennisbank .kennisbank-item .content {
  position: absolute;
  padding: 10px 15px;
  bottom: 0px;
}
#kennisbank .kennisbank-item .content h2 {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
}
#kennisbank .kennisbank-item .content p {
  color: #fff;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}
#kennisbank a.btn {
  float: right;
  margin-bottom: 0;
}

#zoeken {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 350px;
  margin-top: 50px;
}
#zoeken img {
  position: absolute;
  max-height: 400px;
  top: -50px;
  pointer-events: none;
}
#zoeken .content {
  padding-top: 90px;
}
#zoeken .content h2 {
  color: #fff;
  text-shadow: 0px 2px 8px #000000;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#zoeken #search {
  padding-bottom: 50px;
}
#zoeken #search form ul li.sf-field-search label {
  position: relative;
  width: 100%;
}
#zoeken #search form ul li.sf-field-search label input {
  box-shadow: 0px 0px 12px #c1c1c1;
  width: 100%;
  font-size: 28px;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 200px;
  border: 0px solid #8f8f8f;
}
#zoeken #search form ul li.sf-field-search label input::-moz-placeholder {
  color: #a9a9a9;
}
#zoeken #search form ul li.sf-field-search label input::placeholder {
  color: #a9a9a9;
}
#zoeken #search form ul li.sf-field-search label input:focus-visible {
  outline: none;
}
#zoeken #search form ul li.sf-field-search label:after {
  content: "";
  background-image: url("assets/img/search-lg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 35px;
  top: 13px;
  width: 35px;
  display: block;
  right: 19px;
}
#zoeken form label {
  position: relative;
  width: 100%;
}
#zoeken form label input {
  box-shadow: 0px 0px 12px #c1c1c1;
  width: 100%;
  font-size: 28px;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 200px;
  border: 1px solid #d8d8d8;
  height: 31px;
  padding-right: 60px;
}
#zoeken form label input::-moz-placeholder {
  color: #a9a9a9;
}
#zoeken form label input::placeholder {
  color: #a9a9a9;
}
#zoeken form label input:focus-visible {
  outline: none;
}
#zoeken form label:after {
  content: "";
  background-image: url("assets/img/search-lg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 35px;
  top: 13px;
  width: 35px;
  display: block;
  right: 19px;
}
#zoeken form .search-submit {
  display: none;
}

#story,
#story_clone {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 350px;
  margin-top: 50px;
}
#story:before,
#story_clone:before {
  content: "";
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  top: 0px;
}
#story img,
#story_clone img {
  position: relative;
  bottom: 50px;
  height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(2px 4px 6px black);
  -o-object-position: bottom;
  object-position: bottom;
}
#story .content,
#story_clone .content {
  padding-top: 90px;
}
#story .content h2,
#story_clone .content h2 {
  color: #fff;
  text-shadow: 0px 2px 5px #737272;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#latest-news {
  padding-top: 50px;
}
#latest-news .news-item {
  display: block;
  position: relative;
  margin: 20px 0;
  height: 250px;
  background-color: #6c828d;
  border-radius: 5px;
  overflow: hidden;
}
#latest-news .news-item::before {
  z-index: 1;
  content: "";
  background-image: url("assets/img/plus-wave-orange.svg");
  transition: all 0.5s;
  border-top-left-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -1px;
  left: -1px;
}
#latest-news .news-item:hover .background {
  opacity: 0.2;
  transform: scale(1.2);
}
#latest-news .news-item:hover::before {
  content: "";
  width: 90px;
  height: 90px;
  background-image: url("assets/img/plus-wave-blue.svg") !important;
}
#latest-news .news-item .background {
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 5px;
  transition: all 0.5s;
  opacity: 1;
  box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
}
#latest-news .news-item .content {
  position: absolute;
  padding: 10px 15px;
  bottom: 0px;
}
#latest-news .news-item .content .date {
  background-color: #bf910b;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 5px;
}
#latest-news .news-item .content h4 {
  color: #fff;
  margin: 0;
}
#latest-news a.btn {
  float: right;
}

.page .mailpoet_form form {
  padding: 0 !important;
}
.page .mailpoet_form form .voornaam,
.page .mailpoet_form form .achternaam {
  flex-basis: 50% !important;
}
.page .mailpoet_form form .voornaam:focus-visible,
.page .mailpoet_form form .achternaam:focus-visible {
  border: none;
}
.page .mailpoet_form form .mailpoet_paragraph {
  margin-bottom: 5px !important;
}
.page .mailpoet_form form .mailpoet_paragraph:focus-visible {
  border: none;
}
.page .mailpoet_form form .mailpoet_paragraph input.mailpoet_text {
  border-radius: 20px;
  border: 1px solid #889ba4;
  background-color: #657a84;
  color: #fff;
  padding: 8px 15px !important;
}
.page
  .mailpoet_form
  form
  .mailpoet_paragraph
  input.mailpoet_text::-moz-placeholder {
  color: #fff;
}
.page .mailpoet_form form .mailpoet_paragraph input.mailpoet_text::placeholder {
  color: #fff;
}
.page
  .mailpoet_form
  form
  .mailpoet_paragraph
  input.mailpoet_text:focus-visible {
  border: 1px solid #bf910b;
  outline: none;
}
.page .mailpoet_form form .mailpoet_paragraph .mailpoet_submit {
  background-color: #bf910b;
  border-radius: 20px;
  font-weight: 600;
  width: 150px !important;
  padding: 10px 15px !important;
  margin-top: 10px !important;
  float: right;
}

.post-type-archive-agenda .main-content {
  padding-bottom: 50px;
}

.post-type-archive-tribe_events .flexslider {
  background-color: #f0f4f7;
  border: 0;
  margin-bottom: 10px;
}
.post-type-archive-tribe_events .flexslider .flex-direction-nav a {
  opacity: 1;
}
.post-type-archive-tribe_events
  .flexslider
  .flex-direction-nav
  .flex-nav-prev
  a.flex-prev {
  left: 50px;
  padding-top: 25px;
  height: 60px;
}
.post-type-archive-tribe_events
  .flexslider
  .flex-direction-nav
  .flex-nav-prev
  a.flex-prev::before {
  font-size: 32px;
  color: #bf910b;
}
.post-type-archive-tribe_events
  .flexslider
  .flex-direction-nav
  .flex-nav-next
  a.flex-next {
  right: 50px;
  padding-top: 25px;
  height: 60px;
}
.post-type-archive-tribe_events
  .flexslider
  .flex-direction-nav
  .flex-nav-next
  a.flex-next::before {
  font-size: 32px;
  color: #bf910b;
}

.post-type-archive-kennisbank h4,
.post-type-archive-verhalen h4 {
  margin: 25px 0;
}
.post-type-archive-kennisbank .main-content,
.post-type-archive-verhalen .main-content {
  padding-bottom: 0px !important;
}
.post-type-archive-kennisbank .main-content article,
.post-type-archive-verhalen .main-content article {
  border-right: 0px;
}
.post-type-archive-kennisbank #content form label,
.post-type-archive-verhalen #content form label {
  position: relative;
  width: 100%;
}
.post-type-archive-kennisbank #content form label input,
.post-type-archive-verhalen #content form label input {
  box-shadow: 0px 0px 12px #c1c1c1;
  width: 95%;
  font-size: 28px;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 200px;
  border: 1px solid #d8d8d8;
  height: 31px;
  padding-right: 60px;
}
.post-type-archive-kennisbank #content form label input::-moz-placeholder,
.post-type-archive-verhalen #content form label input::-moz-placeholder {
  color: #a9a9a9;
}
.post-type-archive-kennisbank #content form label input::placeholder,
.post-type-archive-verhalen #content form label input::placeholder {
  color: #a9a9a9;
}
.post-type-archive-kennisbank #content form label input:focus-visible,
.post-type-archive-verhalen #content form label input:focus-visible {
  outline: none;
}
.post-type-archive-kennisbank #content form label:after,
.post-type-archive-verhalen #content form label:after {
  content: "";
  background-image: url("assets/img/search-lg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 35px;
  top: 13px;
  width: 35px;
  display: block;
  right: 19px;
}
.post-type-archive-kennisbank #content form .search-submit,
.post-type-archive-verhalen #content form .search-submit {
  display: none;
}
.post-type-archive-kennisbank #kennisbank,
.post-type-archive-verhalen #kennisbank {
  padding-bottom: 50px;
}
.post-type-archive-kennisbank #kennisbank .item,
.post-type-archive-verhalen #kennisbank .item {
  background-color: transparent !important;
}
.post-type-archive-kennisbank #kennisbank .item::before,
.post-type-archive-verhalen #kennisbank .item::before {
  display: none !important;
}
.post-type-archive-kennisbank #kennisbank .item:hover::before,
.post-type-archive-verhalen #kennisbank .item:hover::before {
  display: none !important;
}

.tax-kennisbank-categorie .main-content,
.tax-verhalen-categorie .main-content {
  padding-bottom: 0px !important;
}
.tax-kennisbank-categorie .main,
.tax-verhalen-categorie .main {
  padding-bottom: 50px;
}
.tax-kennisbank-categorie .col h2,
.tax-verhalen-categorie .col h2 {
  margin-top: 30px;
  margin-bottom: 0;
}

.single-tribe_events .tribe-events-back {
  display: none;
}
.single-tribe_events
  .tribe_events
  .tribe-events-single-section
  .tribe-events-meta-group-organizer {
  min-width: 230px;
}
.single-tribe_events .flexslider {
  border: 0;
  background: #f0f4f7 !important;
  margin-bottom: 0px !important;
}
.single-tribe_events .images {
  margin-top: 245px;
}
.single-tribe_events .images img {
  margin-bottom: 15px;
}

.page-template-page-events .images img {
  margin-bottom: 15px;
}
.page-template-page-events .events .event {
  border-radius: 3px;
  display: block;
  position: relative;
  margin: 20px 0;
  height: 200px;
  background-color: #6c828d;
  margin-bottom: 15px;
  overflow: hidden;
}
.page-template-page-events .events .event::before {
  z-index: 1;
  content: "";
  background-image: url("assets/img/plus-wave-orange-white.svg");
  transition: all 0.5s;
  border-top-left-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -1px;
  left: -1px;
  overflow: hidden;
}
.page-template-page-events .events .event:hover .background {
  opacity: 0.2;
  transform: scale(1.2);
}
.page-template-page-events .events .event:hover::before {
  width: 90px;
  height: 90px;
  background-image: url("assets/img/plus-wave-blue-white.svg");
}
.page-template-page-events .events .event .background {
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 0.5s;
  opacity: 1;
  box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
}
.page-template-page-events .events .event .content {
  position: absolute;
  padding: 10px 15px;
  bottom: 0px;
}
.page-template-page-events .events .event .content .date {
  background-color: #bf910b;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 5px;
}
.page-template-page-events .events .event .content h4 {
  color: #fff;
  margin: 0;
}

.page-template-page-kennisbank h1,
.page-template-page-verhalen h1,
.page-template-page-agenda h1,
.tax-kennisbank-categorie h1,
.tax-verhalen-categorie h1,
.search h1 {
  font-size: 30px;
}
.page-template-page-kennisbank .main-content,
.page-template-page-verhalen .main-content,
.page-template-page-agenda .main-content,
.tax-kennisbank-categorie .main-content,
.tax-verhalen-categorie .main-content,
.search .main-content {
  background-color: #f0f4f7;
  padding-bottom: 80px;
}
.page-template-page-kennisbank #search,
.page-template-page-verhalen #search,
.page-template-page-agenda #search,
.tax-kennisbank-categorie #search,
.tax-verhalen-categorie #search,
.search #search {
  padding-bottom: 50px;
}
.page-template-page-kennisbank #search form ul li.sf-field-search label,
.page-template-page-verhalen #search form ul li.sf-field-search label,
.page-template-page-agenda #search form ul li.sf-field-search label,
.tax-kennisbank-categorie #search form ul li.sf-field-search label,
.tax-verhalen-categorie #search form ul li.sf-field-search label,
.search #search form ul li.sf-field-search label {
  width: 100%;
  position: relative;
}
.page-template-page-kennisbank #search form ul li.sf-field-search label:after,
.page-template-page-verhalen #search form ul li.sf-field-search label:after,
.page-template-page-agenda #search form ul li.sf-field-search label:after,
.tax-kennisbank-categorie #search form ul li.sf-field-search label:after,
.tax-verhalen-categorie #search form ul li.sf-field-search label:after,
.search #search form ul li.sf-field-search label:after {
  content: "";
  background-image: url("assets/img/search-lg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 35px;
  top: 13px;
  width: 35px;
  display: block;
  right: 19px;
}
.page-template-page-kennisbank #search form ul li.sf-field-search label input,
.page-template-page-verhalen #search form ul li.sf-field-search label input,
.page-template-page-agenda #search form ul li.sf-field-search label input,
.tax-kennisbank-categorie #search form ul li.sf-field-search label input,
.tax-verhalen-categorie #search form ul li.sf-field-search label input,
.search #search form ul li.sf-field-search label input {
  width: 100%;
  font-size: 28px;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 200px;
  border: 1px solid #bbb8b8;
}
.page-template-page-kennisbank
  #search
  form
  ul
  li.sf-field-search
  label
  input::-moz-placeholder,
.page-template-page-verhalen
  #search
  form
  ul
  li.sf-field-search
  label
  input::-moz-placeholder,
.page-template-page-agenda
  #search
  form
  ul
  li.sf-field-search
  label
  input::-moz-placeholder,
.tax-kennisbank-categorie
  #search
  form
  ul
  li.sf-field-search
  label
  input::-moz-placeholder,
.tax-verhalen-categorie
  #search
  form
  ul
  li.sf-field-search
  label
  input::-moz-placeholder,
.search #search form ul li.sf-field-search label input::-moz-placeholder {
  color: #a9a9a9;
}
.page-template-page-kennisbank
  #search
  form
  ul
  li.sf-field-search
  label
  input::placeholder,
.page-template-page-verhalen
  #search
  form
  ul
  li.sf-field-search
  label
  input::placeholder,
.page-template-page-agenda
  #search
  form
  ul
  li.sf-field-search
  label
  input::placeholder,
.tax-kennisbank-categorie
  #search
  form
  ul
  li.sf-field-search
  label
  input::placeholder,
.tax-verhalen-categorie
  #search
  form
  ul
  li.sf-field-search
  label
  input::placeholder,
.search #search form ul li.sf-field-search label input::placeholder {
  color: #a9a9a9;
}
.page-template-page-kennisbank
  #search
  form
  ul
  li.sf-field-search
  label
  input:focus-visible,
.page-template-page-verhalen
  #search
  form
  ul
  li.sf-field-search
  label
  input:focus-visible,
.page-template-page-agenda
  #search
  form
  ul
  li.sf-field-search
  label
  input:focus-visible,
.tax-kennisbank-categorie
  #search
  form
  ul
  li.sf-field-search
  label
  input:focus-visible,
.tax-verhalen-categorie
  #search
  form
  ul
  li.sf-field-search
  label
  input:focus-visible,
.search #search form ul li.sf-field-search label input:focus-visible {
  outline: none;
}
.page-template-page-kennisbank #content article,
.page-template-page-verhalen #content article,
.page-template-page-agenda #content article,
.tax-kennisbank-categorie #content article,
.tax-verhalen-categorie #content article,
.search #content article {
  border-right: 0;
}
.page-template-page-kennisbank .news-item,
.page-template-page-verhalen .news-item,
.page-template-page-agenda .news-item,
.tax-kennisbank-categorie .news-item,
.tax-verhalen-categorie .news-item,
.search .news-item {
  margin-bottom: 40px;
  display: block;
  position: relative;
  margin: 20px 0;
  height: 250px;
  background-color: #6c828d;
  border-radius: 5px;
  overflow: hidden;
}
.page-template-page-kennisbank .news-item:hover .background,
.page-template-page-verhalen .news-item:hover .background,
.page-template-page-agenda .news-item:hover .background,
.tax-kennisbank-categorie .news-item:hover .background,
.tax-verhalen-categorie .news-item:hover .background,
.search .news-item:hover .background {
  opacity: 0.2;
  transform: scale(1.2);
}
.page-template-page-kennisbank .news-item .background,
.page-template-page-verhalen .news-item .background,
.page-template-page-agenda .news-item .background,
.tax-kennisbank-categorie .news-item .background,
.tax-verhalen-categorie .news-item .background,
.search .news-item .background {
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 0.5s;
  opacity: 1;
  border-radius: 5px;
  box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
}
.page-template-page-kennisbank .news-item .content,
.page-template-page-verhaeln .news-item .content,
.page-template-page-agenda .news-item .content,
.tax-kennisbank-categorie .news-item .content,
.tax-verhalen-categorie .news-item .content,
.search .news-item .content {
  position: absolute;
  padding: 10px 15px;
  bottom: 0px;
}
.page-template-page-kennisbank .news-item .content .date,
.page-template-page-verhalen .news-item .content .date,
.page-template-page-agenda .news-item .content .date,
.tax-kennisbank-categorie .news-item .content .date,
.tax-verhalen-categorie .news-item .content .date,
.search .news-item .content .date {
  background-color: #bf910b;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 5px;
}
.page-template-page-kennisbank .news-item .content h4,
.page-template-page-verhalen .news-item .content h4,
.page-template-page-agenda .news-item .content h4,
.tax-kennisbank-categorie .news-item .content h4,
.tax-verhalen-categorie .news-item .content h4,
.search .news-item .content h4 {
  color: #fff;
  margin: 0;
}
.page-template-page-kennisbank .item,
.page-template-page-verhalen .item,
.page-template-page-agenda .item,
.tax-kennisbank-categorie .item,
.tax-verhalen-categorie .item,
.search .item {
  display: block;
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  height: 250px;
  background-color: #6c828d;
  border-radius: 5px;
}
.page-template-page-kennisbank .item::before,
.page-template-page-verhalen .item::before,
.page-template-page-agenda .item::before,
.tax-kennisbank-categorie .item::before,
.tax-verhalen-categorie .item::before,
.search .item::before {
  z-index: 1;
  content: "";
  background-image: url("assets/img/plus-wave-blue.svg");
  transition: all 0.5s;
  border-top-left-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -1px;
  left: -1px;
  overflow: hidden;
}
.page-template-page-kennisbank .item:hover .background,
.page-template-page-verhalen .item:hover .background,
.page-template-page-agenda .item:hover .background,
.tax-kennisbank-categorie .item:hover .background,
.tax-verhalen-categorie .item:hover .background,
.search .item:hover .background {
  opacity: 0.2;
  transform: scale(1.2);
}
.page-template-page-kennisbank .item:hover::before,
.page-template-page-verhalen .item:hover::before,
.page-template-page-agenda .item:hover::before,
.tax-kennisbank-categorie .item:hover::before,
.tax-verhalen-categorie .item:hover::before,
.search .item:hover::before {
  width: 90px;
  height: 90px;
  background-image: url("assets/img/plus-wave-orange.svg") !important;
}
.page-template-page-kennisbank .item .background,
.page-template-page-verhalen .item .background,
.page-template-page-agenda .item .background,
.tax-kennisbank-categorie .item .background,
.tax-verhalen-categorie .item .background,
.search .item .background {
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 0.5s;
  border-radius: 5px;
  opacity: 1;
  box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
}
.page-template-page-kennisbank .item .content,
.page-template-page-verhalen .item .content,
.page-template-page-agenda .item .content,
.tax-kennisbank-categorie .item .content,
.tax-verhalen-categorie .item .content,
.search .item .content {
  position: absolute;
  padding: 10px 15px;
  bottom: 0px;
}
.page-template-page-kennisbank .item .content h2,
.page-template-page-verhalen .item .content h2,
.page-template-page-agenda .item .content h2,
.tax-kennisbank-categorie .item .content h2,
.tax-verhalen-categorie .item .content h2,
.search .item .content h2 {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
}
.page-template-page-kennisbank .item .content p,
.page-template-page-verhalen .item .content p,
.page-template-page-agenda .item .content p,
.tax-kennisbank-categorie .item .content p,
.tax-verhalen-categorie .item .content p,
.search .item .content p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.single .intro-block {
  padding: 30px 0;
  background-color: #f0f4f7;
}
.single .intro-block .content {
  border-right: 1px solid #c1ccd4;
  padding-right: 20px;
}
.single .intro-block .content img {
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.single .intro-block .interesting .content {
  border-right: transparent;
}
.single #content article .header-img {
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.single #content article .header-img img {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  height: 250px;
  left: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0px -4px 6px black);
}
.single #content article h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.single-agenda #content .extra-info {
  display: inline-block;
  background: #6c828d;
  border-radius: 3px;
  padding: 20px;
  width: 100%;
  color: #fff;
  margin: 20px 0px;
}

.single-kennisbank .main-content,
.single-verhalen .main-content {
  background-color: #fff;
}
.single-kennisbank .intro-block,
.single-verhalen .intro-block {
  background-color: #f0f4f7;
}
.single-kennisbank .intro-block .header-img,
.single-verhalen .intro-block .header-img {
  height: 300px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.single-kennisbank
  .intro-block
  .header-img
  img
  .single-verhalen
  .intro-block
  .header-img
  img {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  left: 50px;
  filter: drop-shadow(0px -4px 6px black);
}
.single-kennisbank .intro-block h1,
.single-verhalen .intro-block h1 {
  margin-top: 20px;
}
.single-kennisbank .intro-block .kennisbank-item,
.single-verhalen .intro-block .kennisbank-item {
  display: block;
  position: relative;
  position: relative;
  height: 250px;
  margin: 20px 0;
  border-radius: 5px;
  background-color: #6c828d;
  overflow: hidden;
}
.single-kennisbank .intro-block .kennisbank-item::before,
.single-verhalen .intro-block .kennisbank-item::before {
  z-index: 1;
  content: "";
  background-image: url("assets/img/plus-wave-blue.svg");
  transition: all 0.5s;
  border-top-left-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -1px;
  left: -1px;
  overflow: hidden;
}
.single-kennisbank .intro-block .kennisbank-item:hover .background,
.single-verhalen .intro-block .kennisbank-item:hover .background {
  opacity: 0.2;
  transform: scale(1.2);
}
.single-kennisbank .intro-block .kennisbank-item:hover::before,
.single-verhalen .intro-block .kennisbank-item:hover::before {
  content: "";
  width: 90px;
  height: 90px;
  background-image: url("assets/img/plus-wave-orange.svg") !important;
}
.single-kennisbank .intro-block .kennisbank-item .background,
.single-verhalen .intro-block .kennisbank-item .background {
  border-radius: 5px;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 0.5s;
  opacity: 1;
  box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
}
.single-kennisbank .intro-block .kennisbank-item .content,
.single-verhalen .intro-block .kennisbank-item .content {
  position: absolute;
  padding: 10px 15px;
  bottom: 0px;
}
.single-kennisbank .intro-block .kennisbank-item .content h2,
.single-verhalen .intro-block .kennisbank-item .content h2 {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
}
.single-kennisbank .intro-block .kennisbank-item .content p,
.single-verhalen .intro-block .kennisbank-item .content p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.single-kennisbank .header h2,
.single-verhalen .header h2 {
  margin-bottom: 0;
}

.page-template-page-erfgoedlocaties .organisaties .organisatie {
  margin-bottom: 30px;
}
.page-template-page-erfgoedlocaties .organisaties .organisatie .thumbnail {
  height: 200px;
  border: 2px solid #6c828d;
  border-radius: 0;
}
.page-template-page-erfgoedlocaties .organisaties .organisatie img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  border: 2px solid #6c828d;
  border-radius: 0;
}
.page-template-page-erfgoedlocaties .organisaties .organisatie .content {
  background: #6c828d;
  padding: 15px;
  min-height: 300px;
}
.page-template-page-erfgoedlocaties .organisaties .organisatie .content h3 {
  color: #fff;
}
.page-template-page-erfgoedlocaties
  .organisaties
  .organisatie
  .content
  .locatie {
  color: #fff;
  margin-bottom: 15px;
}
.page-template-page-erfgoedlocaties .organisaties .organisatie .content .mail,
.page-template-page-erfgoedlocaties .organisaties .organisatie .content .tel {
  color: #fff;
  margin: 0;
}
.page-template-page-erfgoedlocaties .organisaties .organisatie .content .mail a,
.page-template-page-erfgoedlocaties .organisaties .organisatie .content .tel a {
  color: #fff;
}
.page-template-page-erfgoedlocaties .organisaties .organisatie .content a.route,
.page-template-page-erfgoedlocaties
  .organisaties
  .organisatie
  .content
  a.website {
  margin-top: 25px;
  margin-bottom: 10px;
  display: inline-block;
  background: #bf910b;
  color: #fff;
  font-weight: 800;
  transition: all 0.5s;
  margin-top: 33px;
  border-radius: 30px;
  border: 0px solid transparent;
  padding: 8px 25px;
}
.page-template-page-erfgoedlocaties #filter {
  padding-bottom: 50px;
}
.page-template-page-erfgoedlocaties #filter form ul {
  display: flex;
}
.page-template-page-erfgoedlocaties #filter form ul li.sf-field-search {
  flex: 0 30%;
  width: 80%;
}
.page-template-page-erfgoedlocaties #filter form ul li.sf-field-search label {
  width: 100%;
  padding-right: 40px;
  padding-top: 4px;
}
.page-template-page-erfgoedlocaties
  #filter
  form
  ul
  li.sf-field-search
  label
  input {
  border-color: #6c828d;
  padding: 5px 11px;
  background: transparent;
}
.page-template-page-erfgoedlocaties #filter form ul li.sf-field-search input {
  width: 100%;
}
.page-template-page-erfgoedlocaties
  #filter
  form
  ul
  li.sf-field-taxonomy-categorie {
  flex: 0 70%;
}
.page-template-page-erfgoedlocaties
  #filter
  form
  ul
  li.sf-field-taxonomy-categorie
  ul {
  gap: 5px;
}
.page-template-page-erfgoedlocaties
  #filter
  form
  ul
  li.sf-field-taxonomy-categorie
  ul
  li {
  color: #6c828d;
  border: 2px solid #6c828d;
}
.page-template-page-erfgoedlocaties
  #filter
  form
  ul
  li.sf-field-taxonomy-categorie
  ul
  li
  input {
  display: none;
}
.page-template-page-erfgoedlocaties
  #filter
  form
  ul
  li.sf-field-taxonomy-categorie
  ul
  li
  label {
  padding: 0px 11px;
}
.page-template-page-erfgoedlocaties
  #filter
  form
  ul
  li.sf-field-taxonomy-categorie
  ul
  li.sf-option-active {
  background: #6c828d;
  color: #fff;
}
.page-template-page-erfgoedlocaties #results .pagination {
  display: flex;
}
.page-template-page-erfgoedlocaties #results .pagination .nav-previous,
.page-template-page-erfgoedlocaties #results .pagination .nav-next {
  width: 50%;
  text-align: center;
}
.page-template-page-erfgoedlocaties #results .pagination .nav-previous a,
.page-template-page-erfgoedlocaties #results .pagination .nav-next a {
  margin-top: 25px;
  margin-bottom: 10px;
  display: inline-block;
  background: #bf910b;
  color: #fff;
  font-weight: 800;
  transition: all 0.5s;
  margin: 2em 0;
  border-radius: 30px;
  border: 0px solid transparent;
  padding: 8px 25px;
}
.page-template-page-erfgoedlocaties #results .pagination .nav-previous {
  order: 2;
}
.page-template-page-erfgoedlocaties #results .pagination .nav-next {
  order: 1;
}

.blog .main-content,
.archive .main-content {
  padding-bottom: 50px;
  background-color: #f0f4f7;
}
.blog h1,
.archive h1 {
  font-size: 30px;
}
.blog .news-item,
.archive .news-item {
  margin-bottom: 40px;
  display: block;
  position: relative;
  margin: 20px 0;
  height: 250px;
  background-color: #6c828d;
  border-radius: 5px;
  overflow: hidden;
}
.blog .news-item::before,
.archive .news-item::before {
  z-index: 1;
  content: "";
  background-image: url("assets/img/plus-wave-orange.svg");
  transition: all 0.5s;
  border-top-left-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -1px;
  left: -1px;
  overflow: hidden;
}
.blog .news-item:hover .background,
.archive .news-item:hover .background {
  opacity: 0.2;
  transform: scale(1.2);
}
.blog .news-item:hover:before,
.archive .news-item:hover:before {
  width: 90px;
  height: 90px;
  background-image: url("assets/img/plus-wave-blue.svg") !important;
}
.blog .news-item .background,
.archive .news-item .background {
  border-radius: 5px;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 0.5s;
  opacity: 1;
  box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px -124px 47px -41px rgba(0, 0, 0, 0.5) inset;
}
.blog .news-item .content,
.archive .news-item .content {
  position: absolute;
  padding: 10px 15px;
  bottom: 0px;
}
.blog .news-item .content .date,
.archive .news-item .content .date {
  background-color: #bf910b;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 5px;
}
.blog .news-item .content h4,
.archive .news-item .content h4 {
  color: #fff;
  margin: 0;
}

.widget_rby_social ul {
  margin-top: -10px;
}
.widget_rby_social ul li {
  margin-bottom: 10px;
}
.widget_rby_social ul li:nth-child(1) {
  margin-top: 10px;
}
.widget_rby_social ul li a {
  line-height: 20px;
}
.widget_rby_social ul li a i {
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 200px;
  margin-top: 0px;
  margin-right: 8px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  transition: all ease-in-out 125ms;
}
.widget_rby_social ul li a i svg {
  fill: #6c828d;
  height: 12px;
  margin: 6px auto 0;
  transition: all ease-in-out 125ms;
}
.widget_rby_social ul li a .title {
  display: inline;
}
.widget_rby_social ul li a:hover i svg,
.widget_rby_social ul li a:focus i svg,
.widget_rby_social ul li a:active i svg {
  fill: #fff;
}
.widget_rby_social ul li.twitter a:hover i,
.widget_rby_social ul li.twitter a:focus i,
.widget_rby_social ul li.twitter a:active i {
  background: #55acee;
}
.widget_rby_social ul li.facebook a:hover i,
.widget_rby_social ul li.facebook a:focus i,
.widget_rby_social ul li.facebook a:active i {
  background: #3b5998;
}
.widget_rby_social ul li.instagram a:hover i,
.widget_rby_social ul li.instagram a:focus i,
.widget_rby_social ul li.instagram a:active i {
  background: #e12f67;
}
.widget_rby_social ul li.linkedin a:hover i,
.widget_rby_social ul li.linkedin a:focus i,
.widget_rby_social ul li.linkedin a:active i {
  background: #007bb5;
}
.widget_rby_social ul li.googleplus a:hover i,
.widget_rby_social ul li.googleplus a:focus i,
.widget_rby_social ul li.googleplus a:active i {
  background: #cc3732;
}
.widget_rby_social ul li.youtube a:hover i,
.widget_rby_social ul li.youtube a:focus i,
.widget_rby_social ul li.youtube a:active i {
  background: #cd201f;
}
.widget_rby_social ul li.email a:hover i,
.widget_rby_social ul li.email a:focus i,
.widget_rby_social ul li.email a:active i {
  background: #8da9ba;
}
.widget_rby_social ul li.rss a:hover i,
.widget_rby_social ul li.rss a:focus i,
.widget_rby_social ul li.rss a:active i {
  background: #f26522;
}
.widget_rby_social ul.large-icons i {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
}
.widget_rby_social ul.large-icons i svg {
  height: 20px;
  margin: 12px auto 0;
}
.widget_rby_social ul.large-icons .title {
  display: none;
}
.widget_rby_social ul.small-icons i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  margin-right: 6px;
  margin-bottom: 10px;
  float: left;
}
.widget_rby_social ul.small-icons .title {
  display: none;
}

.site-footer {
  color: #fff;
}
.site-footer p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  line-height: 1.5;
  margin: 0;
}
.site-footer a {
  color: #fff;
  font-size: 14px;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  color: #fff;
  text-decoration: underline;
}
.site-footer .widgets {
  background-color: #6c828d;
  padding: 40px 0;
}
.site-footer .widgets .widget h2,
.site-footer .widgets .widget h3,
.site-footer .widgets .widget h4,
.site-footer .widgets .widget h5 {
  color: #fff;
}
.site-footer .widgets .widget .mailpoet_form form {
  padding: 0 !important;
}
.site-footer .widgets .widget .mailpoet_form form .voornaam,
.site-footer .widgets .widget .mailpoet_form form .achternaam {
  flex-basis: 50% !important;
}
.site-footer .widgets .widget .mailpoet_form form .voornaam:focus-visible,
.site-footer .widgets .widget .mailpoet_form form .achternaam:focus-visible {
  border: none;
}
.site-footer .widgets .widget .mailpoet_form form .mailpoet_paragraph {
  margin-bottom: 5px !important;
}
.site-footer
  .widgets
  .widget
  .mailpoet_form
  form
  .mailpoet_paragraph:focus-visible {
  border: none;
}
.site-footer
  .widgets
  .widget
  .mailpoet_form
  form
  .mailpoet_paragraph
  input.mailpoet_text {
  border-radius: 20px;
  border: 1px solid #889ba4;
  background-color: #657a84;
  color: #fff;
  padding: 8px 15px !important;
}
.site-footer
  .widgets
  .widget
  .mailpoet_form
  form
  .mailpoet_paragraph
  input.mailpoet_text::-moz-placeholder {
  color: #fff;
}
.site-footer
  .widgets
  .widget
  .mailpoet_form
  form
  .mailpoet_paragraph
  input.mailpoet_text::placeholder {
  color: #fff;
}
.site-footer
  .widgets
  .widget
  .mailpoet_form
  form
  .mailpoet_paragraph
  input.mailpoet_text:focus-visible {
  border: 1px solid #bf910b;
  outline: none;
}
.site-footer
  .widgets
  .widget
  .mailpoet_form
  form
  .mailpoet_paragraph
  .mailpoet_submit {
  background-color: #bf910b;
  border-radius: 20px;
  font-weight: 600;
  width: 150px !important;
  padding: 10px 15px !important;
  margin-top: 10px !important;
  float: right;
}
.site-footer .colophon {
  background-color: #657a84;
  line-height: 1;
  padding: 20px 0;
}
.site-footer .colophon .footernav ul li {
  border-right: 1px solid #fff;
  padding: 0 3px;
}
.site-footer .colophon .footernav ul li:last-child {
  border-right: transparent;
}
.site-footer .widget .widgettitle {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff;
}

nav.footernav ul {
  display: block;
  float: right;
  margin: 0;
}
nav.footernav ul li {
  float: left;
}
nav.footernav ul li a {
  padding: 0 5px;
}

nav#pager .page-numbers {
  background: #f5cc54;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  color: #fff;
  transition: all ease-in-out 125ms;
}
nav#pager .page-numbers.current {
  background: #6c828d;
  color: #fff;
}
nav#pager .page-numbers.current:hover,
nav#pager .page-numbers.current:focus,
nav#pager .page-numbers.current:active {
  background: #6c828d;
}
nav#pager .page-numbers.next {
  width: auto;
  padding: 0 10px;
}
nav#pager .page-numbers.prev {
  width: auto;
  padding: 0 10px;
}
nav#pager .page-numbers:hover,
nav#pager .page-numbers:focus,
nav#pager .page-numbers:active {
  text-decoration: none;
  background-color: #666;
}

@media screen and (min-width: 992px) {
  nav ul.main-nav li {
    display: inline-block;
  }
  nav ul.main-nav li.menu-item-has-children ul {
    display: none;
    position: absolute;
    z-index: 1;
  }
  nav ul.main-nav li.menu-item-has-children:hover ul.sub-menu,
  nav ul.main-nav li.menu-item-has-children:focus ul.sub-menu,
  nav ul.main-nav li.menu-item-has-children:active ul.sub-menu {
    transition: all ease-in-out 125ms;
    display: block;
    position: absolute;
    z-index: 2;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin-top: 80px;
  }
  h2 {
    font-size: 20px !important;
  }
  a.btn {
    font-size: 14px !important;
  }
  p {
    line-height: 1.7;
  }
  .handle {
    display: block;
  }
  .handle .mobile-icon {
    top: -10px;
    position: relative;
  }
  #masthead {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
  }
  #masthead .top-bar {
    text-align: center;
  }
  #masthead .top-bar .font-size {
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
  }
  #masthead .top-bar .newsletter a {
    font-size: 13px;
  }
  #masthead #main-nav {
    text-align: center;
  }
  #masthead #main-nav .advice,
  #masthead #main-nav .contact {
    width: 50%;
    margin: 10px 10px;
  }
  #masthead #main-nav .astm-search-menu {
    margin: 10px 0;
  }
  #masthead #main-nav .astm-search-menu form {
    width: 100% !important;
  }
  #masthead #main-nav .astm-search-menu form label {
    width: 80%;
  }
  #masthead .site-header-inner .site-branding {
    z-index: 110;
  }
  #masthead .site-header-inner .site-branding .logo {
    height: 60px;
  }
  #masthead .site-header-inner .top-bar {
    z-index: 105;
    position: absolute;
    top: 6px;
    left: 44px;
  }
  #masthead .site-header-inner .top-bar .newsletter {
    display: none;
  }
  #masthead .site-header-inner .top-bar .font-size {
    top: 15px;
    border-right: 1px solid #6c828d;
    height: 33px;
    padding-right: 15px;
  }
  #masthead .site-header-inner .menu {
    padding: 0;
  }
  #masthead #menu .site-navigation .site-navigation-inner .handle {
    position: absolute;
    top: -50px;
    right: 30px;
  }
  #masthead #menu .site-navigation .site-navigation-inner .main-nav {
    position: relative;
  }
  .site-navigation-inner.col-md-12 {
    padding: 0px;
  }
  nav ul.main-nav {
    max-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  nav ul.main-nav.show {
    max-height: 100vh;
    overflow: hidden;
  }
  nav ul.main-nav li {
    width: 100%;
  }
  nav ul.main-nav li.menu-item-has-children {
    padding-top: 10px;
    background: #6c828d;
  }
  nav ul.main-nav li.menu-item-has-children a {
    color: #fff;
  }
  nav ul.main-nav li.menu-item-has-children ul {
    clear: both;
  }
  nav ul.main-nav li.menu-item-has-children ul.sub-menu {
    padding-bottom: 0px;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  nav ul.main-nav li.menu-item-has-children ul.sub-menu li {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  nav ul.main-nav li.menu-item-has-children ul.sub-menu li ba a {
    width: 100%;
  }
  nav ul.main-nav li.menu-item-has-children ul.sub-menu li ba a:hover {
    background: transparent;
  }
  nav ul.main-nav li.menu-item-has-children ul.sub-menu li:hover {
    background: #bf910b;
  }
  nav.topnav {
    display: none;
  }
  nav.footernav {
    display: none;
  }
  .site-info {
    text-align: center;
  }
  .frontpage {
    height: auto;
  }
  .frontpage .header-blok {
    top: 0;
    margin-top: 50px;
  }
  .frontpage .header-blok h2 {
    font-size: 20px;
  }
  .frontpage .header-blok p {
    font-size: 13px;
  }
  .frontpage .header-blok a.btn {
    font-size: 14px;
  }
  .frontpage .person {
    display: none;
  }
  .frontpage .person img {
    position: absolute;
    margin: 0 auto;
    height: 200px;
    top: 30px;
    float: none;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .frontpage .news-content {
    top: 0;
    margin: 50px 0;
  }
  .agenda {
    padding: 10px 0;
  }
  .agenda ul.events {
    padding: 0 15px;
  }
  .agenda ul.events .event p {
    font-size: 16px;
  }
  body.search .main-content {
    padding: 15px 15px !important;
  }
  body.search .main-content h1 {
    line-height: 1.5 !important;
  }
  #content
    article
    .entry-content
    .wp-block-media-text
    .wp-block-media-text__content {
    padding: 15px 0px;
  }
  .home .flexslider {
    margin-bottom: 0px !important;
  }
  .home .flexslider .flex-direction-nav .flex-nav-prev a.flex-prev {
    left: 10px !important;
  }
  .home .flexslider .flex-direction-nav .flex-nav-next a.flex-next {
    right: 10px !important;
  }
  .home .flexslider .flex-viewport ul li .col-md-3 {
    display: none;
  }
  .home .flexslider .flex-viewport ul li .col-md-9 .content {
    text-align: center;
  }
  #story .content {
    text-align: center;
  }
  #latest-news {
    padding-top: 20px;
  }
  #footer .widgets .widget_media_image img {
    width: 25%;
  }
  #footer .widgets h3 {
    font-size: 16px;
  }
  .home .main-content::before {
    display: none;
  }
  .home .main-content article {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .home .main-content .agenda {
    background-color: #6c828d;
    padding: 10px 0;
  }
  .home .main-content .agenda ul.events a.btn {
    margin-bottom: 0;
  }
  .page-template-page-erfgoedlocaties #filter form ul {
    display: block;
  }
  .page-template-page-erfgoedlocaties #filter form ul li.sf-field-search {
    width: 100%;
  }
  .page-template-page-erfgoedlocaties #filter form ul li.sf-field-search label {
    padding: 0;
  }
  .post-type-archive-kennisbank #content article,
  .post-type-archive-verhalen #content article {
    padding: 0 !important;
  }
  .post-type-archive-kennisbank #content form label input,
  .post-type-archive-verhalen #content form label input {
    font-size: 23px !important;
    padding: 15px 0px !important;
  }
  .post-type-archive-kennisbank #content form label input::-moz-placeholder,
  .post-type-archive-verhalen #content form label input::-moz-placeholder {
    position: relative !important;
    left: 15px !important;
  }
  .post-type-archive-kennisbank #content form label input::placeholder,
  .post-type-archive-verhalen #content form label input::placeholder {
    position: relative !important;
    left: 15px !important;
  }
  .post-type-archive-kennisbank #content form label:after,
  .post-type-archive-verhalen #content form label:after {
    height: 26px !important;
    top: 19px !important;
    width: 26px !important;
    right: 19px !important;
  }
  .page-template-page-kennisbank .main-content,
  .page-template-page-verhalen .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-page-kennisbank #results .item,
  .page-template-page-verhalen #results .item {
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .page-template-page-kennisbank #results .background,
  .page-template-page-verhalen #results .background {
    border-radius: 5px;
  }
  #sidebar {
    width: 100%;
  }
  #sidebar .col-md-12 {
    padding: 0;
  }
  #sidebar #event a.btn {
    font-size: 12px !important;
  }
  #sidebar #news {
    width: 100%;
  }
  #zoeken {
    height: 230px;
  }
  #zoeken .content {
    padding-top: 30px;
  }
  #zoeken img {
    display: none;
  }
  #zoeken #search {
    padding-bottom: 0;
  }
  #zoeken #search form label input {
    font-size: 23px;
    padding: 15px 0px;
  }
  #zoeken #search form label input::-moz-placeholder {
    position: relative;
    left: 15px;
  }
  #zoeken #search form label input::placeholder {
    position: relative;
    left: 15px;
  }
  #zoeken #search form label:after {
    height: 26px;
    top: 19px;
    width: 26px;
    right: 19px;
  }
  #wpsl-wrap #wpsl-result-list {
    width: 100%;
  }
  #wpsl-wrap #wpsl-result-list #wpsl-stores ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 499px) {
  #cookie-notice {
    width: 100%;
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    width: 1400px;
  }
}
.single #content article .header-img {
  height: 450px !important;
} /*# sourceMappingURL=style.css.map */
