@font-face {
    font-family: "fz-icon";
    src: url("../fonts/fz-icon.eot?mylsyf");
    src:
        url("../fonts/fz-icon.eot?mylsyf#iefix") format("embedded-opentype"),
        url("../fonts/fz-icon.ttf?mylsyf") format("truetype"),
        url("../fonts/fz-icon.woff?mylsyf") format("woff"),
        url("../fonts/fz-icon.svg?mylsyf#fz-icon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.fz-icon {
    font-family: "fz-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fz-instagram:before {
    content: "\ea92";
}
.fz-linkedin:before {
    content: "\eac9";
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    background: #f5f5f5;
    color: #444;
    -webkit-transition: all 320ms ease;
    transition: all 320ms ease;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6em;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a:focus {
    outline: none !important;
}
.green-color {
    color: #599f9f;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.2em;
}
h3,
h4,
h5,
h6 {
    text-transform: none;
}
a {
    text-decoration: none;
    color: #fa542d;
}
a:hover {
    text-decoration: none;
    color: #333;
}
.wp-block-separator {
    color: #e9e9e9;
}
.btn a {
    background-color: #a1aec1;
    padding: 5px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fcf9ff;
    line-height: 20px;
    border-radius: 3px;
    display: block;
    margin-top: 10px;
    width: 180px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn a:hover {
    background-color: #599f9f;
    color: #fcf9ff;
}
blockquote {
    border-left: 3px solid #e9e9e9;
    margin-left: 0px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
blockquote cite {
    font-size: 15px;
}
.open-menu-link {
    display: none;
}
.grecaptcha-badge {
    display: none;
}

.wa-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

/* BUTTON */
.wa-button {
  width: 56px;
  height: 56px;
  background: #599f9f;
  fill:white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  transition: all 0.2s ease;
}

.wa-button:hover {
  transform: scale(1.08);
}

/* CHATBOX */
.wa-chatbox {
    position:fixed;
    bottom:70px;
    right:20px;
    width: 320px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
    margin-bottom: 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    pointer-events: none;
    transition: all 0.25s ease;
}

.wa-chatbox.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* HEADER */
.wa-header {
  background: #599f9f;
  padding: 14px;
  display: flex;
  align-items: center;
  color: white;
  position:relative;
}

.wa-close {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.8;
}

.wa-close:hover {
  opacity: 1;
}

.wa-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.wa-name {
  font-weight: 600;
  font-size: 15px;
}

.wa-status {
  font-size: 12px;
  opacity: 0.9;
}

/* BODY */
.wa-body {
  padding: 16px;
  background: #f7f7f7;
}

.wa-message {
  background: white;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  max-width: 80%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* CTA */
.wa-start {
  display: block;
  background: #25D366;
  color: white;
  text-align: center;
  padding: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}

.wa-start:hover {
  background: #1ebe5d;
}

/* Typing dots */
.wa-typing {
  display: flex;
  gap: 4px;
  padding: 10px;
}

.wa-typing span {
  width: 6px;
  height: 6px;
  background: #999;
  border-radius: 50%;
  animation: blink 1.4s infinite;
}

.wa-typing span:nth-child(2) {
  animation-delay: 0.2s;
}

.wa-typing span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0%, 80%, 100% { opacity: 0.2; }
  40% { opacity: 1; }
}

/* Message hidden eerst */
.wa-message {
  display: none;
}

.wa-time {
  font-size: 11px;
  color: #666;
  text-align: right;
  margin-top: 5px;
}

.wa-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: #599f9f;
  color: white;

  margin: 12px;
  padding: 12px;
  border-radius: 999px;

  font-weight: 500;
  text-decoration: none;

  transition: all 0.2s ease;
}

.wa-cta:hover {
  background: #e7e7e7;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.site-header {
    grid-area: header;
    background-color: #599f9f;
    padding: 40px;
    text-align: center;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.custom-logo-link {
    margin-left: -25px;
    margin-right: -35px;
    display: block;
    line-height: 1.05;
    word-wrap: break-word;
}
.custom-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.vp-pagination__item-active span {
    background-color: #599f9f !important;
}
.site-branding a {
    color: #333;
}
.site-branding .site-title {
    margin: 0;
}
.nav-btn {
    display: none;
}
nav {
    background-image: url("../images/border.png");
    background-repeat: no-repeat;
    padding-top: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
nav .top-menu {
    position: relative;
    margin: 0 -40px;
    padding: 0px;
    letter-spacing: 1px;
}
nav .top-menu li {
    list-style-type: none;
    margin-bottom: 15px;
}
nav .top-menu li span {
    padding-bottom: 6px;
}
nav a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    color: black;
}
nav .menu-item-description {
    display: block;
    margin-top: -5px;
    font-size: 11px;
    padding: 5px 0 0;
    color: #fcf9ff;
    font-weight: bold;
}
nav .sub-menu {
    display: none;
    margin: 0;
    padding: 0;
}
nav .sub-menu li {
    background-color: #599f9f;
    margin: 0;
}
nav .sub-menu li a {
    padding: 8px 15px;
    white-space: nowrap;
    display: block;
    color: #fcf9ff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
nav .sub-menu li a:hover {
    color: #fcf9ff;
}
nav .lang-menu {
    text-align: left;
}
nav .lang-menu li {
    list-style-type: none;
}
nav .lang-menu li.lang-item {
    display: inline-block;
    margin: 0 10px;
}
nav .lang-menu li.lang-item img {
    width: 22px;
    height: 15px;
}
.nav-btn {
    background-color: #fcf9ff;
    width: 90px;
    margin: 0 auto;
    border-radius: 5%;
    color: #444;
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 4px 2px;
    margin-bottom: 20px;
    cursor: pointer;
    border: none;
}

@media (max-width: 480px) {
  
  .wa-widget {
    right: 12px;
    bottom: 12px;
  }

  .wa-chatbox {
    width: calc(100vw - 24px);
    right: 0;
    bottom: 70px;
  }

  .wa-message {
    font-size: 15px;
  }

  .wa-button {
    width: 52px;
    height: 52px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .site {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .site header {
        width: 260px !important;
    }
    .site .site-content {
        width: 100%;
    }
    .site .site-content header {
        width: 100% !important;
    }
    nav .lang-menu {
        text-align: center;
    }
    nav .lang-menu ul {
        padding-left: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .nav-btn {
        display: block;
    }
    .nav-btn:hover {
        background-color: #a1aec1;
        color: #fcf9ff;
    }
    nav {
        background-image: none;
    }
    nav .lang-menu {
        text-align: center;
    }
    nav .lang-menu ul {
        padding-left: 0px;
    }
    .open-menu-link {
        display: none;
        position: absolute;
        right: 50px;
        top: -8px;
        line-height: 40px;
        font-size: 20px;
        cursor: pointer;
    }
    nav .menu-item-description {
        display: none;
    }
    nav li.menu-item-has-children {
        position: relative;
    }
    .sub-menu nav li.menu-item-has-children:hover .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }
    nav .lang-menu {
        text-align: center;
    }
    nav .lang-menu ul {
        padding-left: 0px;
    }
    .top-menu {
        display: none;
    }
    .expand {
        display: block !important;
    }
    .visible {
        display: block !important;
    }
    .copyright-container {
        background-image: none;
    }

    .wa-chatbox{
        left:20px;
        right:20px;
        width:auto;
    }

    .wa-button{
        box-shadow:none;
        width:38px;
        height:38px;
        margin-left:8px;
        background:#bbd5d9;
        padding:0;
        fill:#599f9f;
    }

    .wa-button svg{
        width:20px;
        height:20px;
    }

}
@media only screen and (min-width: 769px) {
    nav li.menu-item-has-children {
        position: relative;
    }
    nav li.menu-item-has-children:hover .sub-menu {
        display: block;
        z-index: 2000;
        position: absolute;
        background-color: #599f9f;
        top: 0;
        left: 100%;
        padding: 0;
    }
    nav .top-menu li {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    nav .top-menu li:hover {
        background-color: #a1aec1;
    }
    nav .top-menu li:hover > a {
        color: #fcf9ff;
    }
    .current_menu_item {
        background-color: #a1aec1 !important;
    }
    .current_page_item {
        background-color: #a1aec1 !important;
    }
    li.current-menu-ancestor {
        background-color: #a1aec1;
    }
}
@supports (display: grid) {
    .site {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 260px 1fr;
        grid-template-columns: 260px 1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: "header content";
        min-height: 100vh;
    }
}
.site-content {
    overflow: hidden;
    grid-area: content;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
article header h1 {
    margin: 0;
}
.entry-title {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.page-content .page-container {
    max-width: 640px;
    margin: 40px;
    padding: 40px;
}
.page-content .page-container header {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
}
.home-container .home-subtitle {
    font-family: arial, sans-serif;
    color: #b2b2b2;
    font-size: 14px;
}
.home-container h3 {
    margin-top: 0px;
}
.home-container .home-entry-header {
    background-color: #e6e6e6;
    padding: 40px;
}
.home-container .home-entry-header h1 {
    margin: 0;
}
.ctf-container {
    padding-left: 20px;
}
.md-right {
    text-align: right;
    padding-right: 120px;
    color: #808080;
}
h2.md-right {
    color: teal;
}
.md-left {
    padding-left: 20px;
}
.portfolio-content,
.search-content {
    padding: 10px;
}
.page-contact {
    background-color: #f5f5f5;
}
.background-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.social-icons {
    display: flex;
    justify-content: center;
}
.social-icons span {
    color: #fcf9ff;
    opacity: 0.6;
    font-size: 36px;
    margin-right: 10px;
    margin-left: 10px;
}
.social-icons span:hover {
    opacity: 1;
}
.search-content h1 {
    font-size: 16px;
    letter-spacing: 0.1em;
}
.search-content .page-header {
    padding: 40px;
}
.wp-caption {
    background-color: #fff;
    max-width: 100%;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    margin: 5px auto;
}
.wp-caption p.wp-caption-text {
    color: #444;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding: 10px 8px 15px;
}
.search-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
}
.search-container .search-result {
    background-color: #f2f2f2;
    border-bottom: 1px solid #d4d4d4;
    padding: 40px;
    margin-bottom: 15px;
}
.search-container .search-result .entry-title {
    text-align: center;
}
.search-container .search-result .entry-title a {
    color: #444;
}
.search-container .search-result .entry-title a:hover {
    color: red;
}
#searchform {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: 20px;
}
#searchform fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
#searchform input {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#searchform input[type="search"] {
    border-radius: 3px;
    padding: 3px 30px 3px 10px;
    height: 26px;
    width: 120px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    color: #666;
    font-size: 13px;
    max-width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#searchform input[type="search"]:focus {
    width: 180px;
}
.fz-submit-button {
    position: absolute;
    top: 20%;
    right: 8%;
    background: transparent;
    border: 0;
    color: #444;
    margin: 0;
    padding: 0;
}
.fz-submit-button span {
    font-size: 10px;
}
.search-navigation {
    text-align: center;
}
.search-navigation .page-numbers {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #b2b2b2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 35px;
    min-width: 14px;
    padding: 0 15px;
    margin: 8px 4px 0;
    color: #fcf9ff;
    line-height: 35px;
}
.search-navigation .page-numbers:hover {
    background-color: #599f9f;
}
.search-navigation .page-numbers.current {
    background-color: #599f9f;
    color: #fcf9ff;
}
.contact-page-container {
    grid-area: content;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.site-main-contact {
    padding: 40px;
}
.site-main-contact article.page-container {
    margin: 0 !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    color: #666;
    font-size: 15px;
    padding: 6px 10px;
    height: 34px;
    width: 50%;
    max-width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
}
.wpcf7-validation-errors {
    display: none !important;
}
input.wpcf7-not-valid {
    border: 1px solid #fa542d !important;
}
input[type="submit"] {
    background-color: #fa542d;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #599f9f;
}
textarea {
    display: block;
    max-width: 600px;
    height: 136px;
    width: 100%;
    resize: vertical;
    font-family: inherit;
    font-size: 15px;
}
.wpcf7-list-item {
    margin-left: 0px !important;
}
.yikes-easy-mc-submit-button {
    width: 80% !important;
    background-color: #fa542d;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    height: 34px;
    padding: 0 20px;
    -webkit-appearance: button;
    cursor: pointer;
}
.yikes-easy-mc-submit-button:hover {
    background-color: #599f9f;
}
.copyright-container {
    background-image: url("../images/border.png");
    background-repeat: no-repeat;
    text-align: center;
    background-color: #599f9f;
    color: #fcf9ff;
    font-size: 12px;
    margin-top: 15px;
    padding-top: 4px;
}
.copyright-container-footer {
    display: none;
}
h1.pf-header {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    width: 80%;
}
.pswp__bg {
    opacity: 0.9 !important;
}
.vp-pswp .pswp__caption {
    background-color: transparent;
}
.vp-pswp .pswp__caption h3 {
    text-transform: none;
    font-weight: normal;
    text-align: center;
}
.error-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 500px;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
}
.error-404 div {
    max-width: 300px;
    height: 80px;
}
.error-404 .error-header {
    line-height: 80px;
    font-size: 280%;
    margin-bottom: 2px;
    color: #fcf9ff;
    background-color: #599f9f;
}
.error-404 p span {
    display: block;
    font-size: 300%;
    padding-bottom: 8px;
    color: #fa542d;
}
.error-404 p {
    font-weight: 700;
    text-transform: uppercase;
    color: #599f9f;
    width: 300px;
}
.small {
    font-size: 14px;
    line-height: 1.7em;
}
@keyframes moving {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
}
@-webkit-keyframes moving {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
}
.cd-top {
    display: block;
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 5000;
    bottom: 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #a1aec1 url(../../assets/images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:
        opacity 0.3s 0s,
        visibility 0s 0.3s;
    transition:
        opacity 0.3s 0s,
        visibility 0s 0.3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition:
        opacity 0.3s 0s,
        visibility 0s 0s;
    transition:
        opacity 0.3s 0s,
        visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: 0.7;
}
.no-touch .cd-top:hover {
    background-color: #a1aec1;
    opacity: 1;
}
@media (max-width: 768px) {
    body {
        overflow-y: scroll;
    }
    .page-content .page-container {
        margin: 10px;
        padding: 20px;
    }
    .site {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-columns: 100%;
        grid-template-areas:
            "header"
            "content";
        min-height: auto;
    }
    .copyright-container {
        display: none;
    }
    .copyright-container-footer {
        display: block;
        text-align: center;
        background-color: #599f9f;
        color: #fcf9ff;
        font-size: 12px;
        padding-top: 4px;
    }
    .cd-top {
        right: 10px;
    }
    section.yikes-mailchimp-container {
        width: 100% !important;
    }
}
@media (max-width: 1060px) {
    .md-right {
        padding-right: 10px;
    }
    h2.md-right {
        font-size: 1.3em;
    }
}
@media (max-width: 860px) {
    .page-content .page-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .md-right {
        text-align: left;
        padding-right: 0;
    }
    .ctf-container > div:first-child {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .md-left {
        padding-left: 0;
        margin-top: 0px;
    }
    .ctf-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
        margin: 10px;
    }
    .ctf-container .wp-block-column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 0;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        width: 100%;
    }
}
@media (min-width: 650px) {
    section.yikes-mailchimp-container {
        width: 50% !important;
    }
}
@media (min-width: 1281px) {
    .cd-top {
        left: 243px;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .site {
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .site .lang-menu {
        text-align: center;
    }
    .site .lang-menu ul {
        padding-left: 0px;
    }
    .site-content {
        width: 100%;
    }
    .search-container {
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .search-container article {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }
    img {
        max-width: 100%;
    }
    .swiper-container .vp-portfolio__item-wrap {
        width: 33.33% !important;
    }
    .swiper-container .vp-portfolio__items {
        -webkit-transform: none !important;
        transform: none !important;
    }
    .swiper-container .vp-portfolio__items-arrow {
        display: none !important;
    }
}
