/*
Theme Name: Framer Framed
Theme URI: http://vanlennep.eu
Author: Van Lennep
Author URI: http://vanlennep.eu/
Version: 1.0.0
Text Domain: ff
*/
.woocommerce-checkout .main-col--left {
  width: 30%;
}
.woocommerce-checkout .main-col--right {
  width: 70%;
}
@media (min-width: 1200px) {
  .woocommerce-checkout .main-col--right:after {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout .main-col--left {
    width: 0%;
  }
  .woocommerce-checkout .main-col--right {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  float: left;
  width: 100%;
}
.woocommerce-checkout .input-text {
  padding: 8px;
  border: 2px solid green;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-input-wrapper select {
  border-radius: 0px !important;
  border: 2px solid green;
  padding: 8px;
}
.woocommerce-checkout h3#ship-to-different-address {
  padding-top: 10px;
  font-size: 1rem;
  font-weight: 700;
}
.woocommerce-checkout .shipping_address {
  display: none;
}
.teamMember {
  min-height: 170px;
}
.teamMember .memberImg {
  height: 150px;
  width: 150px;
  background-size: cover;
  border-radius: 150px;
  float: left;
  margin-right: 30px;
}
.teamMember p.memberNaam {
  font-weight: 700;
  padding-top: 40px;
  margin: 10px;
}
.fn-searching .searchnotice-eng:before {
  content: "press enter to search";
  margin-left: -122px;
  font-size: 12px;
  opacity: 0.5;
  margin-top: 1px !important;
  position: absolute;
}
@media (max-width: 768px) {
  .fn-searching .searchnotice-eng:before {
    margin-left: 0px;
    right: 30px;
  }
}
@media (max-width: 550px) {
  .fn-searching .searchnotice-eng:before {
    margin-top: 40px !important;
    right: 10px;
  }
}
.fn-searching .searchnotice-nl:before {
  content: "toets enter om te zoeken";
  margin-left: -142px;
  font-size: 12px;
  opacity: 0.5;
  margin-top: 1px !important;
  position: absolute;
}
@media (max-width: 768px) {
  .fn-searching .searchnotice-nl:before {
    margin-left: 0px;
    right: 30px;
  }
}
@media (max-width: 550px) {
  .fn-searching .searchnotice-nl:before {
    margin-top: 40px !important;
    right: 10px;
  }
}
.mb-searchnotice-eng:before {
  content: "press enter to search";
  margin-left: -122px;
  font-size: 12px;
  opacity: 0.5;
  margin-top: 1px !important;
  position: absolute;
}
@media (max-width: 768px) {
  .mb-searchnotice-eng:before {
    margin-left: 0px;
    right: 30px;
  }
}
@media (max-width: 550px) {
  .mb-searchnotice-eng:before {
    margin-top: 40px !important;
    right: 10px;
  }
}
.mb-searchnotice-nl:before {
  content: "toets enter om te zoeken";
  margin-left: -142px;
  font-size: 12px;
  opacity: 0.5;
  margin-top: 1px !important;
  position: absolute;
}
@media (max-width: 768px) {
  .mb-searchnotice-nl:before {
    margin-left: 0px;
    right: 30px;
  }
}
@media (max-width: 550px) {
  .mb-searchnotice-nl:before {
    margin-top: 40px !important;
    right: 10px;
  }
}
.sub-menu {
  display: none;
  background-color: #fff;
  margin-top: 20px;
}
.sub-menu li {
  width: 100%;
}
.sub-menu .menu-item {
  margin: 0;
}
.menu {
  overflow: initial !important;
}
@media only screen and (min-width: 768px) {
  .menu {
    right: 1rem;
    width: calc(49% - 2rem);
    height: 3.5rem;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  .menu {
    right: 1rem;
    width: calc(60% - 3rem);
    height: 3.5rem;
  }
}
.page-id-9785 .pt-checkout-form {
  border: none !important;
  width: 100% !important;
}
.page-id-9785 input[type="text"], .page-id-9785 input[type="email"] {
  -webkit-appearance: none;
  background-color: white;
  -webkit-rtl-ordering: logical;
  padding: 8px;
  border: 2px solid #e4e4e4;
  border-radius: 3px;
}
.page-id-9785 .donationFields .pt-radio-group label, .page-id-9785 .donationFields .pt-checkbox-group label {
  font-weight: normal;
  display: inline-block;
  padding: 10px !important;
  border: 5px solid #c6f1f8;
  color: #000 !important;
  border-radius: 7px;
  margin: 10px 20px;
  cursor: pointer;
}
@media only screen and (max-width: 400px) {
  .page-id-9785 .donationFields .pt-radio-group label, .page-id-9785 .donationFields .pt-checkbox-group label {
    margin: 10px 10px;
  }
}
.page-id-9785 .donationFields .customAmount {
  width: 100% !important;
  margin-top: -20px !important;
  display: inline-block;
  margin-bottom: 40px;
}
.page-id-9785 .donationFields .customAmount .pt-form-group {
  margin-left: 20px;
  width: calc(100% - 157px);
  margin-bottom: 15px !important;
  background-color: #c6f1f8;
  border-radius: 7px !important;
  padding: 10px !important;
  color: #000;
}
.page-id-9785 .donationFields .customAmount .pt-form-group input[type="text"] {
  -webkit-appearance: none;
  background-color: #ffffff;
  -webkit-rtl-ordering: logical;
  padding: 8px;
  color: #000;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-family: inherit;
}
@media only screen and (max-width: 600px) {
  .page-id-9785 .donationFields .customAmount .pt-form-group {
    width: calc(100% - 110px);
  }
}
@media only screen and (max-width: 400px) {
  .page-id-9785 .donationFields .customAmount .pt-form-group {
    width: calc(100% - 40px);
    margin-left: 10px;
  }
}
.page-id-9785 .totaaluitleg {
  width: 100%;
}
.page-id-9785 .totaaluitleg .pt-form-group div {
  display: none;
}
.page-id-9785 .totaaluitleg .pt-form-group span.pt-total-amount {
  margin-left: -5px;
  margin-right: 5px;
}
.page-id-9785 .totaaluitleg * {
  float: left;
}
.page-id-9785 .totaaluitleg .bedrag {
  margin: 0 6px;
}
.page-id-9785 .pt-checkout-form button {
  width: 100%;
  border-radius: 7px;
  background-color: #76bd97;
}
.page-id-9785 .pt-checkout-form button:hover {
  background-color: #54ac7d;
}
.page-id-9785 .pt-field-prefill-warning {
  display: none;
}
.page-id-9785 .feature--fill img {
  height: auto;
}
.page-id-9785 .feature img {
  max-height: unset !important;
}
.onoffswitch {
  position: relative;
  width: 126px;
  margin-bottom: 40px;
  margin-left: 30px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.englang .onoffswitch-inner:before {
  content: "Per Month";
  padding-left: 10px;
  background-color: #C6F1F8;
  color: #548F99;
}
.englang .onoffswitch-inner:after {
  content: "Per Year";
  padding-right: 10px;
  background-color: #F7A678;
  color: #FFFFFF;
  text-align: right;
}
.nllang .onoffswitch-inner:before {
  content: "Per Maand";
  padding-left: 10px;
  background-color: #C6F1F8;
  color: #548F99;
}
.nllang .onoffswitch-inner:after {
  content: "Per Jaar";
  padding-right: 10px;
  background-color: #F7A678;
  color: #FFFFFF;
  text-align: right;
}
.home-row {
  width: 100%;
}
.onoffswitch-switch {
  display: block;
  width: 24px;
  margin: 5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 92px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.monthlydonationform {
  display: initial;
}
.yearlydonationform {
  display: none !important;
}
.cta-box {
  border: 5px solid #c6f1f8;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
.cta-box h3 {
  font-weight: 600;
  font-size: 20px;
}
.cta-box p {
  font-size: 17px;
  font-weight: 300;
}
.cta-box a {
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 5px 15px;
}
.pt-form-group ul.parsley-errors-list li {
  color: #000;
  font-size: 18px;
  margin-top: 6px;
  text-align: center;
}
.formtitle {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px !important;
}
.mgl {
  margin-left: 20px;
}
.krtngcd {
  display: none !important;
}
.extrawrapper label {
  border: 5px solid #c6f1f8 !important;
}
.nieuwsbrief input#pt-field-email-7 {
  margin-bottom: 20px;
}
.donationFields {
  margin-top: -20px;
  margin-bottom: 30px;
}
.donationFields .customextraAmount {
  display: none;
  margin-left: 20px;
  width: calc(100% - 157px);
  margin-top: 10px;
  margin-bottom: 15px !important;
  background-color: #c6f1f8;
  border-radius: 7px !important;
  padding: 10px !important;
  color: #000;
}
.donationFields .customextraAmount .eurosignwrapper {
  height: 22px;
}
.donationFields .customextraAmount input {
  padding-left: 5px;
  font-size: 16px;
  margin-left: 4px;
  font-family: inherit;
  height: 37px !important;
  width: calc(100% - 25px);
  border: none;
  border-radius: 5px;
}
.donationFields .customextraAmount input:focus {
  outline: none;
}
@media only screen and (max-width: 600px) {
  .donationFields .customextraAmount {
    width: calc(100% - 110px);
  }
}
@media only screen and (max-width: 400px) {
  .donationFields .customextraAmount {
    width: calc(100% - 40px);
    margin-left: 10px;
  }
}
.donationFields .extraAmount {
  margin-top: -60px;
}
.donationFields .inputValue {
  font-weight: normal;
  display: inline-block !important;
  padding: 10px !important;
  border: 5px solid #c6f1f8;
  color: #000 !important;
  border-radius: 7px;
  margin: 10px 20px;
  cursor: pointer;
}
@media only screen and (max-width: 400px) {
  .donationFields .inputValue {
    margin: 10px 10px;
  }
}
.donationFields .forcebluebg {
  border: 5px solid #c6f1f8;
}
.customAmount .pt-form-group .pt-uea-container .pt-uea-currency-before {
  border: none;
  background-color: unset;
}
.voorwaarden {
  font-size: 15px;
  text-align: center;
  margin-top: -20px;
}
.voorwaarden a {
  text-decoration: underline;
}
.lightline {
  border: 0;
  margin: 1.8rem 0;
  height: 3px;
  background: #ececec;
}
@media (min-width: 768px) {
  .lightline {
    margin: 30px 0;
  }
}
.extrauitleg {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.pt-form-group .pt-uea-container .pt-uea-custom-amount {
  width: calc(100% - 25px);
}
.header-logo {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (max-width: 768px) {
  .header-logo {
    width: 7rem;
  }
}
.menu--open .main {
  margin-top: 13.111rem;
}
.menu--open {
  overflow: hidden;
}
.menu {
  top: auto;
  top: 0;
  z-index: 101;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate3d(0, -100%, 1px);
  transform: translate3d(0, -100%, 1px);
}
.menu-hamburger {
  display: block !important;
  position: fixed;
  top: 0.77rem;
  right: 1.99rem;
  height: 1.32rem;
  width: 1.54rem;
  z-index: 102;
}
@media (max-width: 768px) {
  .menu-hamburger {
    right: 20px;
  }
}
.menu-hamburger:before, .menu-hamburger:after, .menu-hamburger span {
  content: '';
  position: absolute;
  left: 0.11rem;
  right: 0.11rem;
  height: 1px;
  background: #000;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu-hamburger:before {
  top: 12px;
}
.menu-hamburger:after {
  top: 20px;
}
.menu-hamburger span {
  top: 27px;
}
.menu-list {
  height: 0%;
  padding: 0.55rem;
}
.menu-item {
  font-size: 1rem !important;
  display: block !important;
  line-height: 2rem !important;
  padding: 0 !important;
}
.menu-item a:after {
  bottom: 0.25em;
}
.menu--open .menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-hamburger--open:before {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.menu-hamburger--open:after {
  top: 12px;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .nav-arrow {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
  background: url(./assets/images/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-left: 30px;
  right: 20px;
  top: 40px;
  z-index: 99999;
  position: absolute;
  display: inline-block;
}
@media (max-width: 768px) {
  .menu-item-has-children .nav-arrow {
    height: 16px;
    width: 16px;
    top: 10px;
  }
}
.leesLijn-container {
  display: none;
}
.leesLijn-container {
  display: initial;
  top: 0px;
  left: 50%;
  z-index: 99999;
  position: fixed;
  width: 50%;
  height: 8px;
}
@media (max-width: 1200px) {
  .leesLijn-container {
    width: 60%;
    left: 40%;
  }
}
@media (max-width: 768px) {
  .leesLijn-container {
    width: 100%;
    left: 0;
  }
}
.leesLijn {
  height: 6px;
  background: #fa5d7c;
  width: 0%;
}
.menu {
  overflow: scroll !important;
}
@media (max-width: 768px) {
  .menu {
    height: 100%;
  }
}
.menu-item--lang {
  margin-top: 1px;
  float: left;
  margin-right: 24px !important;
}
ul.out-of-menu-items {
  font-size: 20px;
  position: fixed;
  top: 20px;
  right: 84px;
  z-index: 99999999999;
}
@media (max-width: 768px) {
  ul.out-of-menu-items {
    top: 19px;
    right: 64px;
  }
}
li.menu-item--search {
  z-index: 999999999;
  width: 30px;
  float: left;
  height: 30px;
}
.fn-searching .menu-item-search {
  margin-left: 0px !important;
}
.menu-item-search-input {
  position: fixed;
  top: 10px;
  left: unset;
  right: 98px;
  line-height: 35px;
  width: calc(50vw - 130px);
}
@media (max-width: 1200px) {
  .menu-item-search-input {
    width: calc(60vw - 130px);
  }
}
.menu-item-search-close {
  display: none !important;
}
#subitem_index .page_item_has_children .children {
  display: none;
}
#subitem_index .menu, #subitem_index .subpage-list {
  position: initial;
  height: auto;
  right: unset;
  width: auto;
  overflow: initial !important;
  left: unset;
  width: unset;
  padding-left: unset;
  padding-right: unset;
  transform: none;
}
#subitem_index .menu-item, #subitem_index .page_item {
  border: 1px solid;
  padding: 0px 12px !important;
  margin-bottom: 10px;
  display: inline-block !important;
  width: unset !important;
  float: initial;
  height: initial;
  margin-top: initial;
  margin-left: initial !important;
}
#subitem_index .menu-item a, #subitem_index .page_item a {
  font-size: 20px !important;
}
#subitem_index .menu-item a:after, #subitem_index .page_item a:after {
  content: none;
}
#subitem_index .menu-item:after, #subitem_index .page_item:after {
  content: '';
  display: inline-block;
  background: url('../theme/assets/images/icon_arrow_inline.svg') center no-repeat;
  width: 14px;
  height: 1em;
  vertical-align: middle;
  margin-left: 0.25em;
  position: relative;
  top: -1px;
}
#subitem_index .menu-item:hover, #subitem_index .page_item:hover {
  background-color: black;
  color: #fff;
  transition: all 0.2s;
}
#subitem_index .menu-item:hover:after, #subitem_index .page_item:hover:after {
  filter: invert(1);
}
#subitem_index .current_page_item {
  background-color: black;
  color: #fff;
}
#subitem_index .current_page_item:after {
  filter: invert(1);
}
#subitem_index .page_item {
  padding: 4px 12px !important;
}
.home-row {
  display: inline-block;
}
.linked-post-img {
  height: 300px;
  width: 200px;
  background-position: center !important;
  background-size: cover !important;
  float: left;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  .linked-post-img {
    display: none;
  }
}
.linked-post-img-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .linked-post-img-mobile {
    display: block;
    height: 200px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: center !important;
    background-size: cover !important;
  }
}
.linked-post-content {
  width: calc(100% - 220px);
  float: right;
}
.linked-post-content h5 {
  font-size: 1.1rem;
}
.linked-post-content h3 {
  font-size: 1.7rem;
}
@media (max-width: 1000px) {
  .linked-post-content {
    width: 100%;
  }
}
.linked-post-wrapper {
  display: inline-block;
  margin-bottom: 20px;
}
.download-btn {
  margin: 10px 0px;
  border: 1px solid;
  padding: 12px;
}
.download-btn .downloadicn {
  margin-bottom: 14px;
}
.download-btn .downloadicn:before {
  content: '';
  background: url('../theme/assets/images/download.svg') center no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  display: inline-block;
}
.linked-page-btn {
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
  border: 1px solid;
  padding: 12px;
}
.linked-page-btn .linked-post-img {
  height: 160px;
  width: 110px;
}
@media (max-width: 1000px) {
  .linked-page-btn .linked-post-img {
    display: initial;
  }
}
.linked-page-btn #content-right {
  width: calc(100% - 130px);
  float: left;
}
.linked-page-btn .circle-arrow-icn {
  margin-bottom: 14px;
}
.linked-page-btn .circle-arrow-icn:before {
  content: '';
  background: url('../theme/assets/images/next-circle.svg') center no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  display: inline-block;
}
.menu-footer {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 271px);
  left: 110px;
}
@media (max-width: 850px) {
  .menu-footer {
    width: calc(100% - 226px);
    left: 95px;
  }
}
@media (max-width: 768px) {
  .menu-footer {
    display: none !important;
  }
}
.menu-footer .adressdetails {
  float: left;
  width: 50%;
}
.menu-footer .nav-inverted {
  float: left;
  margin-left: 15px;
  bottom: -50px;
  position: relative;
}
@media (max-width: 850px) {
  .menu-footer .nav-inverted {
    float: initial;
  }
}
.menu-footer .nav-inverted .footer-social-link {
  filter: invert(1);
}
div#subitem_index {
  margin-bottom: 30px;
}
.float-right-wrapper {
  text-align: right;
  width: 100%;
  height: 20px;
}
.float-right-wrapper .float-right {
  float: right;
  text-align: right;
  margin-bottom: 12px;
}
.page-template-page-overzicht-sub h2 {
  margin-top: 40px;
}
.page-template-page-overzicht-sub, .single-educatie {
  scroll-behavior: smooth;
}
.page-template-page-overzicht-sub #indexlinks, .single-educatie #indexlinks {
  margin: 50px 0px;
}
.page-template-page-overzicht-sub #indexlinks .index-link-row, .single-educatie #indexlinks .index-link-row {
  margin: 10px 0px;
  font-size: 24px;
  display: block;
  cursor: pointer;
}
.page-template-page-overzicht-sub #indexlinks .index-link-row:after, .single-educatie #indexlinks .index-link-row:after {
  content: '';
  display: inline-block;
  background: url('../theme/assets/images/icon_arrow_inline.svg') center no-repeat;
  width: 14px;
  height: 1em;
  vertical-align: middle;
  margin-left: 0.4em;
  position: relative;
  top: -1px;
}
.deactivatedformitem {
  opacity: 0.1;
}
a.loadformbtn {
  margin: auto;
  text-align: center;
  display: block;
  width: fit-content;
  background-color: #008e4a;
  padding: 10px 30px;
  color: #fff;
  border-radius: 9px;
}
#back_to_parent {
  border: 1px solid;
  margin: 10px 0px;
  font-size: 24px;
  display: inline-block;
  padding: 4px 10px;
}
#back_to_parent:before {
  content: '';
  display: inline-block;
  background: url(../theme/assets/images/icon_arrow_inline.svg) center no-repeat;
  transform: rotate(180deg);
  width: 14px;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
  position: relative;
  top: -1px;
}
#back_to_parent:hover {
  background-color: black;
  color: #fff;
  transition: all 0.2s;
}
#back_to_parent:hover:before {
  filter: invert(1);
}
@media only screen and (max-width: 1024px) {
  .feature--link {
    min-height: 50vh;
  }
}
@media only screen and (min-width: 768px) {
  .fn-searching .menu-item--lang {
    display: none;
  }
  .innermenu-item {
    display: none;
  }
  .menu-hamburger--open {
    top: 22px;
  }
  .menu-list {
    display: inline-block;
    margin-top: 140px;
    padding-left: 40px !important;
  }
  .menu {
    left: 0px;
    width: 100%;
    padding-left: 30px;
    padding-right: 100px;
  }
  .show-sub-menu .sub-menu {
    display: initial !important;
  }
  .show-sub-menu .nav-arrow {
    transform: rotate(0deg);
  }
  .show-sub-menu-2 .sub-menu {
    display: initial !important;
  }
  .show-sub-menu-2 .nav-arrow {
    transform: rotate(0deg);
  }
  .menu-hamburger--open span {
    display: none;
  }
  .menu--open .main {
    margin-top: 0rem;
  }
  nav.menu.menu--header {
    height: 100vh;
  }
  .menu-item {
    width: calc(50% - 80px) !important;
    float: left;
    height: fit-content;
    padding: 30px 0px !important;
    border-top: 8px solid;
    border-bottom: 8px solid;
    margin-top: -8px;
    margin-left: 40px !important;
    z-index: 1;
    background-color: #fff;
  }
  .menu-item a {
    font-size: 28px;
  }
  .menu-item a:after {
    bottom: 0px;
  }
  .sub-menu {
    position: initial;
  }
  .sub-menu .menu-item {
    width: 100% !important;
    padding: 10px 0px !important;
    border-top: none;
    border-bottom: none;
    margin-top: 0px;
    margin-left: 0px;
  }
  .sub-menu .menu-item a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .menu {
    padding-left: 30px;
    padding-right: 30px;
  }
  .menu-list {
    padding-left: 0px !important;
  }
  .menu-item {
    width: calc(50% - 50px) !important;
  }
  .menu-footer {
    width: calc(100% - 67px);
    left: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-col--right:after {
    background: none !important;
  }
  .main-col--right {
    padding: 4rem 2rem 4rem;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  span.menu-item-search-close {
    right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-5483 .feature-text {
    display: none !important;
  }
  .out-of-menu-items {
    display: none;
  }
  .menu-item--lang {
    margin-top: 20px;
    float: left;
    margin-left: 10px;
    margin-right: 24px !important;
  }
  .menu-item-search {
    position: unset;
    margin-bottom: -3px;
  }
  li.menu-item--search {
    z-index: 999999999;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 7px;
    float: left;
    height: 20px;
    margin-bottom: 100px;
  }
  .menu-item-search-input {
    display: inline-block !important;
    position: unset;
    top: 10px;
    left: unset;
    right: 98px;
    line-height: 35px;
    width: calc(100% - 30px) !important;
  }
  .show-sub-menu .sub-menu {
    display: initial !important;
  }
  .show-sub-menu .nav-arrow {
    transform: rotate(0deg);
  }
  .sub-menu {
    display: none;
    position: initial !important;
    margin-top: 0px;
  }
  .sub-menu .menu-item {
    margin-left: 20px !important;
  }
  .menu-item-search-input {
    display: none;
  }
  .menu--open .header-logo {
    display: none;
  }
}
@media only screen and (max-height: 820px) {
  .menu-footer {
    display: none;
  }
}
.booking-form-btn-wrapper {
  float: left;
  margin-top: 10px;
  width: 40%;
}
.booking-form-btn {
  background-color: #008e4a;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  font-weight: 600;
}
.booking-form-explainer {
  float: left;
  width: 60%;
}
#page-content {
  font-size: 20px !important;
}
#page-content ol, #page-content ul {
  font-size: 20px !important;
  list-style: revert !important;
}
#page-content ul {
  margin-left: 26px;
}
#page-content ol {
  margin-left: 40px;
}
blockquote {
  font-weight: 300;
  margin: 1em;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "'";
}
.image_block {
  display: inline-block;
  margin: 6px 0px;
}
.image_block .half-width {
  width: 50%;
  float: left;
}
.image_block .half-width-text-left {
  width: calc(50% - 20px);
  margin-right: 20px;
  float: left;
}
.image_block .half-width-text-right {
  width: calc(50% - 20px);
  margin-left: 20px;
  float: left;
}
.eventexportbox {
  display: inline-block;
}
.eventexportbox #evbr_btn {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 6px 10px;
  width: fit-content;
  margin: 20px 16px 0px 0px;
}
.eventexportbox #addtocal_btn {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 6px 10px;
  width: fit-content;
  margin: 20px 10px 0px 0px;
}
.eventexportbox #addtocal_btn p {
  margin-bottom: 0px;
}
.eventexportbox #addtocal_btn:hover {
  background-color: #000;
  color: #fff;
}
.eventexportbox #addtocal_btn #addtocal_dropdown {
  display: none;
  position: absolute;
  background-color: #000000;
  color: #fff;
  border-radius: 8px;
  margin-left: -12px;
  margin-top: 16px;
  padding: 20px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.34);
}
.eventexportbox #addtocal_btn #addtocal_dropdown hr {
  margin: 10px 0px;
  color: #fff;
  background: #ffffff70;
  height: 1px;
}
.eventexportbox #addtocal_btn #addtocal_dropdown #addtocal_option {
  background: none;
  border: none;
  color: #fff;
  font-family: 'FavoritWeb';
  font-size: 18px;
  padding: 0px;
  cursor: pointer;
}
.eventexportbox .eventbox_btn {
  float: left;
}
.eventexportbox .eventbox_btn:first-of-type {
  margin-left: 0px !important;
}
.ml-form-embedWrapper .ml-form-embedBody {
  padding:0 !important;
}
.ml-form-embedWrapper .ml-form-embedBody h4 {
  margin-bottom: 0.25em !important;  
  line-height: 1.4em !important;
  font-size:inherit !important;
  color:white !important;
  font-family: 'FavoritWeb' !important;
}
div.ml-form-embedContent {
  margin-bottom:0 !important;
}
div.ml-form-embedContent p {
  display:none;
}
#mlb2-3318433.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4,
#mlb2-3318433.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color:white !important;
}
.ml-form-interestGroupsRow div.label-description {
  font-family:'FavoritWeb' !important;
  font-weight:400 !important;
  text-transform: uppercase;
}
.feature .wp-caption-text {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  height:18px;
  line-height:18px;
}
@media (max-height: 700px) {
  .feature .wp-caption-text {
    bottom: 28.5px;
  }
}
main.main {
  overflow:hidden;
}