/*! Theme Name: V1 WordPress theme Theme URI: https://www.v1.nl/wordpress-theme Description: Dit is custom made WordPress theme door V1 Communicatie uit Ermelo. Meer informatie over een eigen WordPress sjabloon? Klik dan op onze naam om onze website te bezoeken. Version: 1.0.0 Author: V1 Communicatie Author URI: https://www.v1.nl/wordpress-theme */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.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
}

.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
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: transparent;
    color: #ec207c
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

body,
html {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.667;
    color: #000
}



.inner-container { padding-right: 20px; padding-left: 20px; position: relative; width: 100%; max-width: 1080px; margin: 0 auto; }

@media (min-width: 480px) { .inner-container { padding-right: calc((1 / (1180 - 480)) * (70 - 20) * (100vw - 480px) + 20px); } }

@media (min-width: 1180px) { .inner-container { padding-right: 70px; } }

@media (min-width: 480px) { .inner-container { padding-left: calc((1 / (1180 - 480)) * (70 - 20) * (100vw - 480px) + 20px); } }

@media (min-width: 1180px) { .inner-container { padding-left: 70px; } }

@media (min-width: 1180px) { .inner-container { max-width: 1280px; } }


.standard_color {
    color: #000
}

.secondary_color {
    color: #CE8C8A
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto
}

h1,
h2,
.tribe-events-meta-group .tribe-events-single-section-title,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: auto;
    font-weight: 700;
    font-family: "Proc", sans-serif
}


h1:last-child,
h2:last-child,
.tribe-events-meta-group .tribe-events-single-section-title:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

h1 {
    font-size: 36px;
    margin-top: 50px
}

h2,
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 32px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px;
    margin-bottom: 0
}

h5 {
    font-size: 20px;
    margin-bottom: 0
}

h6 {
    font-size: 16px
}

p {
    line-height: 1.667;
    padding: 0;
    margin: 0 0 50px 0
}

p:last-child {
    margin-bottom: 0
}

hr {
    border: 0 none;
    height: 1px;
    background: #333
}

a,
a:visited,
a:focus {
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #CE8C8A;
    outline: 0;
    text-decoration: none
}

a:hover,
a:active,
a:visited:hover,
a:visited:active,
a:focus:hover,
a:focus:active {
    color: #CE8C8A
}

a:hover *,
a:active *,
a:visited:hover *,
a:visited:active *,
a:focus:hover *,
a:focus:active * {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    image-rendering: -webkit-optimize-contrast
}

.v1-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.v1-pagination .page-numbers {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #eee;
    text-align: center;
    line-height: 25px;
    padding: 0;
    margin: 0 2px;
    border-radius: 3px;
    background-clip: padding-box
}

.v1-pagination .page-numbers.current {
    background: #EC615E;
    color: #fff
}

.v1-pagination .page-numbers.next,
.v1-pagination .page-numbers.prev {
    width: auto;
    background: 0;
    font-size: 90%
}

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

*,
*:after,
*:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    outline: 0
}

::-moz-selection {
    background: #cc8a87;
    color: #FFF;
    text-shadow: none
}

::selection {
    background: #cc8a87;
    color: #FFF;
    text-shadow: none
}

::-webkit-selection {
    background: #cc8a87;
    color: #FFF;
    text-shadow: none
}

::-moz-selection {
    background: #cc8a87;
    color: #FFF;
    text-shadow: none
}

.left {
    float: left
}

.right {
    float: right
}

.small-spacing,
.medium-spacing,
.large-spacing,
.reference_item,
.action-block,
.footer .secun,
.v1-title {
    padding-top: 15px;
    padding-bottom: 15px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0;
    z-index: 10
}

.slick-prev {
    left: 5rem;
    background: transparent url("../images/arrow_left.svg") center center no-repeat
}

.slick-next {
    right: 5rem;
    background: transparent url("../images/arrow_right.svg") center center no-repeat
}

.slick-dots {
    display: none
}

.blend {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    opacity: .4;
    display: block;
    z-index: 4;
    width: 100%;
    height: 100%
}

.slick-slider.carrousel {
    margin-top: 35px;
    min-height: auto
}

.slick-slider.carrousel .slick-slide,
.slick-slider.carrousel .slick-slide div {
    min-height: auto
}

.slick-slider.carrousel .slick-slide img,
.slick-slider.carrousel .slick-slide div img {
    margin: 0 auto;
    display: block
}

.slick-slider.carrousel .slick-dots {
    bottom: -22px
}

.slick-slide .holder {
    padding: 15px;
    position: relative;
    left: auto;
    padding-top: 140px;
    min-height: auto;
    z-index: 5;
    text-align: center
}

.slick-dots {
    bottom: 22px
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    font-family: "slick";
    font-size: 0;
    line-height: 20px;
    text-align: center;
    border: 2px solid #da270b;
    color: #da270b;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    background-color: #da270b !important
}

.tribe-events-tooltip {
    padding: 10px;
    width: 540px !important
}

.tribe-events-tooltip h3 {
    fontsize: 1.2em;
    margin: 0
}

.tribe-events-tooltip p {
    line-height: 22px
}

.tribe-events-month-event-title {
    font-size: 14px !important;
    word-break: break-all !important
}

#tribe-events-content {
    margin-bottom: 80px !important
}

.tribe-events-page-title {
    margin-bottom: 1em !important
}

.single-tribe_events .tribe-events-event-meta {
    margin-bottom: 0
}

.single-tribe_events .tribe-events-cal-links {
    margin-bottom: 80px
}

.single-tribe_events .tribe-events-event-meta {
    font-size: 16px;
    line-height: 1.667;
    border: 0 none;
    background: transparent
}

.tribe-events-event-meta .tribe-events-meta-group {
    padding: 0;
    margin-top: 20px
}

.tribe-events-event-meta .tribe-events-meta-group:first-of-type {
    padding-left: 0;
    margin-top: 0
}

.tribe-events-event-meta .tribe-events-meta-group:last-of-type {
    padding-right: 0
}

#tribe-events .tribe-events-button,
.tribe-events-button {
    display: inline-block !important;
    zoom: 75%
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.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 .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

form input,
form textarea {
    outline-color: #662e90;
    border: 1px solid #CCC
}

form label {
    margin: 10px 0;
    display: inline-block
}

form button,
form input,
form optgroup,
form select,
form textarea {
    font-family: "Montserrat", sans-serif;
    padding: .6em
}

.site-wrapper {
    overflow: hidden;
    margin: 0
}

.site-wrapper .active-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}

.site-wrapper .active-menu-overlay.active {
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.single-header {
    position: relative;
    display: block;
    height: 45vh;
    min-height: 450px;
    background: transparent url("../images/default-header.jpg") center center scroll no-repeat;
    background-size: cover
}

.single-header:before {
    z-index: 1;
    content: '';
    background-color: rgba(136, 98, 171, 0.3);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.single-header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 2;
    text-align: center;
    color: #FFF;
    font-family: "Uni Neue", serif;
    font-weight: 700;
    font-size: 2.500em
}

.single-header-title span {
    display: block;
    font-size: 50%
}

.footer {
    clear: both;
    font-size: .900em
}

.footer .social {
    padding: 0 !important
}

.footer .social li {
    list-style-type: none;
    padding: 0 .5em 0 0;
    display: inline-block
}

.footer .social li a {
    opacity: 1;
    font-size: 2em
}

.footer .primar {
    padding: 50px 0;
    background-color: #f5ebff
}

.footer .primar h3 {
    font-family: "Playfair Display", serif;
    color: #662e90;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1em
}

.footer .primar ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.footer .primar ul li {
    display: block
}

.footer .primar ul li:last-child {
    border: 0
}

.footer .primar ul li a {
    display: block;
    padding: 1em;
    font-weight: bold
}

.footer .primar ul li a * {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    image-rendering: -webkit-optimize-contrast
}

.footer .primar ul li a:hover {
    color: #883bbf
}

.footer .primar ul li a:hover * {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    image-rendering: -webkit-optimize-contrast
}

.footer .secun {
    color: #FFF;
    line-height: 35px;
    font-size: 17px;
    background-color: #662e90
}

.footer .secun h3 {
    font-family: "Playfair Display", serif
}

.footer .secun a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1
}

.footer .secun a:link,
.footer .secun a:visited {
    color: #fff;
    opacity: .75
}

.footer .secun a:hover {
    opacity: .35
}

.footer form span,
.footer form * {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important
}

.footer form input {
    padding: 1em !important;
    height: 30px;
    line-height: 30px
}

.footer form input[type=submit] {
    margin-top: 10px !important;
    display: inline-block !important;
    padding: .5em !important;
    line-height: 34px;
    height: 48px
}

.footer form .gfield_label {
    font-weight: 300 !important;
    padding: 10px 0 !important;
    font-size: .813em !important
}

.footer form .gfield_error.field_sublabel_above label,
.footer form .gfield_description.validation_message,
.footer form li.gfield_error div.ginput_complex.ginput_container label,
.footer form .gform_wrapper li.gfield_error ul.gfield_checkbox,
.footer form .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #ff4343 !important;
    font-weight: 300 !important
}

.footer .gform_validation_error div.validation_error {
    color: #FFF !important;
    border-color: #FFF !important;
    margin-bottom: 15px !important
}

.footer .gform_hidden {
    height: 0 !important;
    width: 0 !important
}

.footer .gform_ajax_spinner {
    display: none !important
}

#post-not-found {
    margin-top: 50px;
    margin-bottom: 50px
}

.search-result+.search-result {
    margin-top: 50px
}

.search-result-title {
    margin: 0;
    line-height: 1.6;
    font-family: "Playfair Display", serif
}

.search-result-content {
    margin: 0
}

.reference_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #e4f8f8
}

.reference_item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.reference_item:after {
    content: '';
    position: absolute;
    height: 100px;
    width: 1px;
    background-color: #662e90;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.reference_item:hover {
    background-color: #a5e0dd
}

.reference_icon {
    text-align: center;
    height: 100px
}

.reference_title {
    text-align: center
}

.cta,
#tribe-events .tribe-events-button,
.tribe-events-button,
.donate-form button,
input[type="submit"],
input[type="button"] {
    display: inline-block;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    image-rendering: -webkit-optimize-contrast;
    border-radius: 50px;
    background-color: #FFF;
    color: #EC615E;
    padding: .6em .8em;
    font-weight: 400;
    line-height: 1;
    border: 0 none;
    outline: 0 none
}

.cta:hover,
#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
.donate-form button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    image-rendering: -webkit-optimize-contrast;
    cursor: pointer;
    background-color: #EC615E;
    color: #FFF
}

.cta:hover *,
#tribe-events .tribe-events-button:hover *,
.tribe-events-button:hover *,
.donate-form button:hover *,
input[type="submit"]:hover *,
input[type="button"]:hover * {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    image-rendering: -webkit-optimize-contrast
}

.cta.voorElkaar,
#tribe-events .tribe-events-button,
.tribe-events-button,
.donate-form button,
input[type="submit"].voorElkaar,
#tribe-events input[type="submit"].tribe-events-button,
input[type="submit"].tribe-events-button,
input[type="button"].voorElkaar,
#tribe-events input[type="button"].tribe-events-button,
input[type="button"].tribe-events-button {
    display: none;
    background-color: #ec207c;
    color: #FFF;
    border: 1px solid #ec207c;
    font-weight: 700;
    font-size: .8em
}

.cta.voorElkaar:hover,
#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover,
.donate-form button:hover,
input[type="submit"].voorElkaar:hover,
#tribe-events input[type="submit"].tribe-events-button:hover,
input[type="submit"].tribe-events-button:hover,
input[type="button"].voorElkaar:hover,
#tribe-events input[type="button"].tribe-events-button:hover,
input[type="button"].tribe-events-button:hover {
    border-color: #ec207c;
    background-color: #FFF;
    color: #ec207c
}

.cta.green,
#tribe-events .green.tribe-events-button,
.green.tribe-events-button,
.donate-form button.green,
input[type="submit"].green,
input[type="button"].green {
    background-color: #009a93;
    border-color: #009a93;
    color: #FFF
}

.cta.green:hover,
#tribe-events .green.tribe-events-button:hover,
.green.tribe-events-button:hover,
.donate-form button.green:hover,
input[type="submit"].green:hover,
input[type="button"].green:hover {
    color: #FFF;
    background-color: #009089
}

.action-block {
    text-align: center;
    background-color: #fffab1
}

.action-block .content h3 {
    margin-bottom: 50px
}

.news_cta_overview {
    padding: 50px 0;
    text-align: center
}

.news_overview {
    padding: 0 15px
}

.news_item {
    position: relative;
    text-align: center;
    display: block
}

.news_item:not(:last-child) {
    margin-bottom: 15px
}

.news_item.one {
    background-color: #E4D7CC;

    h4, p {
        color: #2E2E2E !important;
    }
}

.news_item.two {
    background-color: #DCAFAC;
}

.news_item.third {
    background-color: #F5F0EC;

    h4, p {
        color: #2E2E2E !important;
    }
}

.news_item.fourth {
    background-color: #D39895;

    h4, p {
        color: #FFFFFF !important;
    }
}

.news_item.fifth {
    background-color: #E7DCD2;

    h4, p {
        color: #2E2E2E !important;
    }
}

.news_item.sixth {
    background-color: #EBD2CF;

    h4, p {
        color: #2E2E2E !important;
    }
}

.news_item h4 {
    margin-bottom: 26px;
    font-size: 26px
}

.news_item p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 26px
}

.news_item .cta,
.news_item #tribe-events .tribe-events-button,
#tribe-events .news_item .tribe-events-button,
.news_item .tribe-events-button,
.news_item .donate-form button,
.donate-form .news_item button {
    font-size: 18px;
    line-height: 1;
    padding: 15px 20px;
    display: block;
    max-width: 200px;
    margin: 0 auto
}

.news_item_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.667%;
    overflow: hidden
}

.news_item_image img {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%
}

.news_item_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 26px;
    color: #fff
}

.news_item_description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.slick-slide>div::before {
    z-index: -1;
    background-color: rgba(228, 215, 204, 0.1);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2
}

.slick-slider {
    height: 75vh;
    min-height: 550px
}

.slick-slider.half-size {
    height: 45vh;
    min-height: 45vh
}

.slick-slider.half-size .slick-slide div,
.slick-slider.half-size .slick-track,
.slick-slider.half-size .slick-list {
    height: 45vh;
    min-height: 45vh
}

.slick-slider h1,
.slick-slider h2,
.slick-slider .tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-meta-group .slick-slider .tribe-events-single-section-title {
    color: #FFF;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 2.500em;
    margin: 50px 0
}

.slick-slider h1 span,
.slick-slider h2 span,
.slick-slider .tribe-events-meta-group .tribe-events-single-section-title span,
.tribe-events-meta-group .slick-slider .tribe-events-single-section-title span {
    display: block;
    font-size: 1.6rem
}

.slick-slider .slick-slide div,
.slick-slider .slick-track,
.slick-slider .slick-list {
    height: 75vh;
    min-height: 550px
}

.slick-slider .holder {
    padding: 0 1em;
    margin: 0;
    top: 28%
}

.slick-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.slick-slider .slick-dots li {
    background-color: #FFF !important;
    display: inline-block;
    margin: .2em;
    height: 22px;
    width: 22px;
    overflow: hidden
}

.slick-slider .slick-dots li.slick-active {
    background-color: #ec207c !important
}

.slick-slider .slick-dots li.slick-active button {
    background-color: #ec207c !important
}

.slick-slider .slick-dots li button {
    cursor: pointer !important;
    height: 22px;
    width: 22px;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #FFF !important;
    font-size: 0
}

.breadcrumbs {
    font-size: .8em;
    background-color: #CE8C8A;
    color: #FFF;
    padding: .8em
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    padding: 0 .2em;
    color: #FFF
}

.breadcrumbs a:hover,
.breadcrumbs a:active {
    opacity: .35
}

.breadcrumbs-flat {
    margin: 0
}

.cta_bar {
    text-align: center;
    background-color: #fffab1;
    padding: 75px 1em
}

.cta_bar h3 {
    font-weight: normal;
    font-family: "Playfair Display", serif;
    color: #662e90;
    font-size: 1.500em;
    margin-bottom: 1.5em
}

.cta_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cta_list .cta_item {
    position: relative;
    width: 100%;
    min-height: 300px
}

.cta_list .cta_item_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    text-align: center
}

.cta_list .cta_item_holder h3,
.cta_list .cta_item_holder span,
.cta_list .cta_item_holder a {
    position: relative
}

.cta_list .cta_item_holder h3,
.cta_list .cta_item_holder span {
    font-family: "Playfair Display", serif;
    margin: 0;
    padding: 0
}

.cta_list .cta_item_holder span {
    margin-top: 15px;
    font-size: 1.4em
}

.cta_list .cta_item_holder .cta,
.cta_list .cta_item_holder #tribe-events .tribe-events-button,
#tribe-events .cta_list .cta_item_holder .tribe-events-button,
.cta_list .cta_item_holder .tribe-events-button,
.cta_list .cta_item_holder .donate-form button,
.donate-form .cta_list .cta_item_holder button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    font-size: .9em;
    margin-left: -90px;
    width: 100%;
    max-width: 180px;
    text-align: center
}

.cta_list .cta_item_holder:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.cta_list .cta_item_holder.visible.bg_image .cta,
.cta_list .cta_item_holder.visible.bg_image #tribe-events .tribe-events-button,
#tribe-events .cta_list .cta_item_holder.visible.bg_image .tribe-events-button,
.cta_list .cta_item_holder.visible.bg_image .tribe-events-button,
.cta_list .cta_item_holder.visible.bg_image .donate-form button,
.donate-form .cta_list .cta_item_holder.visible.bg_image button {
    border-color: #FFF !important
}

.cta_list .cta_item_holder.visible.bg_image .cta:hover,
.cta_list .cta_item_holder.visible.bg_image #tribe-events .tribe-events-button:hover,
#tribe-events .cta_list .cta_item_holder.visible.bg_image .tribe-events-button:hover,
.cta_list .cta_item_holder.visible.bg_image .tribe-events-button:hover,
.cta_list .cta_item_holder.visible.bg_image .donate-form button:hover,
.donate-form .cta_list .cta_item_holder.visible.bg_image button:hover {
    border-color: #ec207c !important
}

.cta_list .cta_item_holder.pri {
    color: #FFF
}

.cta_list .cta_item_holder.pri:before {
    background: #ec207c
}

.cta_list .cta_item_holder.pri .cta,
.cta_list .cta_item_holder.pri #tribe-events .tribe-events-button,
#tribe-events .cta_list .cta_item_holder.pri .tribe-events-button,
.cta_list .cta_item_holder.pri .tribe-events-button,
.cta_list .cta_item_holder.pri .donate-form button,
.donate-form .cta_list .cta_item_holder.pri button {
    border: 1px solid #ec207c;
    background-color: #FFF;
    color: #ec207c
}

.cta_list .cta_item_holder.pri .cta:hover,
.cta_list .cta_item_holder.pri #tribe-events .tribe-events-button:hover,
#tribe-events .cta_list .cta_item_holder.pri .tribe-events-button:hover,
.cta_list .cta_item_holder.pri .tribe-events-button:hover,
.cta_list .cta_item_holder.pri .donate-form button:hover,
.donate-form .cta_list .cta_item_holder.pri button:hover {
    border-color: #FFF;
    background-color: #ec207c;
    color: #FFF
}

.cta_list .cta_item_holder.sec {
    color: #662e90
}

.cta_list .cta_item_holder.sec:before {
    background: #fe0
}

.cta_list .cta_item_holder.sec .cta,
.cta_list .cta_item_holder.sec #tribe-events .tribe-events-button,
#tribe-events .cta_list .cta_item_holder.sec .tribe-events-button,
.cta_list .cta_item_holder.sec .tribe-events-button,
.cta_list .cta_item_holder.sec .donate-form button,
.donate-form .cta_list .cta_item_holder.sec button {
    border: 1px solid #662e90;
    background-color: #662e90;
    color: #FFF
}

.cta_list .cta_item_holder.sec .cta:hover,
.cta_list .cta_item_holder.sec #tribe-events .tribe-events-button:hover,
#tribe-events .cta_list .cta_item_holder.sec .tribe-events-button:hover,
.cta_list .cta_item_holder.sec .tribe-events-button:hover,
.cta_list .cta_item_holder.sec .donate-form button:hover,
.donate-form .cta_list .cta_item_holder.sec button:hover {
    border-color: #662e90;
    background-color: #FFF;
    color: #662e90
}

.cta_list .cta_item_holder.tet {
    color: #ec207c
}

.cta_list .cta_item_holder.tet:before {
    background: #FFF
}

.cta_list .cta_item_holder.tet .cta,
.cta_list .cta_item_holder.tet #tribe-events .tribe-events-button,
#tribe-events .cta_list .cta_item_holder.tet .tribe-events-button,
.cta_list .cta_item_holder.tet .tribe-events-button,
.cta_list .cta_item_holder.tet .donate-form button,
.donate-form .cta_list .cta_item_holder.tet button {
    border: 1px solid #FFF;
    background-color: #ec207c;
    color: #FFF
}

.cta_list .cta_item_holder.tet .cta:hover,
.cta_list .cta_item_holder.tet #tribe-events .tribe-events-button:hover,
#tribe-events .cta_list .cta_item_holder.tet .tribe-events-button:hover,
.cta_list .cta_item_holder.tet .tribe-events-button:hover,
.cta_list .cta_item_holder.tet .donate-form button:hover,
.donate-form .cta_list .cta_item_holder.tet button:hover {
    border: 1px solid #ec207c;
    background-color: #FFF;
    color: #ec207c
}

.cta_list .cta_item_holder.visible.bg_image:before {
    display: none
}

.cta_list .cta_item_holder.transparent:before {
    opacity: .8
}

.nav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav_list .nav_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    min-height: 500px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 10px #FFF solid
}

.nav_list .nav_item h3 {
    color: #FFF;
    margin: 0;
    font-size: 1em
}

.nav_list .nav_item.one {
    background-color: #027cc2
}

.nav_list .nav_item.two {
    background-color: #a5e0dd
}

.nav_list .nav_item.three {
    background-color: #dfc8f5
}

.nav_list .nav_item.four {
    background-color: #f5a9ba
}

.nav_list .nav_item.five {
    background-color: #f07298
}

.nav_list .nav_item.six {
    background-color: #009a93
}

.nav_list .nav_item.seven {
    background-color: #8862ab
}

.nav_list .nav_item.eight {
    background-color: #027cc2
}

.nav_list .nav_item .cta,
.nav_list .nav_item #tribe-events .tribe-events-button,
#tribe-events .nav_list .nav_item .tribe-events-button,
.nav_list .nav_item .tribe-events-button,
.nav_list .nav_item .donate-form button,
.donate-form .nav_list .nav_item button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    font-size: .9em;
    margin-left: -90px;
    width: 100%;
    max-width: 180px;
    text-align: center
}

.nav_list .nav_item.visible.bg_image:before {
    display: none
}

.nav_list.contact .nav_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    text-align: normal;
    text-align: left
}

.nav_list.contact .nav_item p {
    line-height: 22px
}

.nav_list.contact .nav_item h3 {
    line-height: 26px;
    color: #662e90;
    display: block
}

.nav_list.contact .nav_item h3,
.nav_list.contact .nav_item div {
    padding: 0 16px
}

.nav_list.contact .nav_item h3 {
    margin: 15px 0
}

.nav_list.contact .nav_item div {
    font-size: .8em
}

.nav_list.contact .nav_item.one {
    background-color: #f5ebff
}

.nav_list.contact .nav_item.two {
    background-color: #ffe2ea
}

.nav_list.contact .nav_item.three {
    background-color: #e4f8f8
}

.nav_list.contact .nav_item.four {
    background-color: #fffab1
}

.nav_list.contact .nav_item.five {
    background-color: #e4f8f8
}

.nav_list.contact .nav_item.six {
    background-color: #fffab1
}

.nav_list.contact .nav_item.seven {
    background-color: #ffe2ea
}

.nav_list.contact .nav_item.eight {
    background-color: #e4f8f8
}

.v1-subpages {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

.v1-subpages--align-left {
    text-align: left
}

.v1-subpages:first-child {
    margin-top: 50px
}

.v1-subpages li a {
    line-height: 32px;
    font-size: 17px
}

.v1-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    color: #CE8C8A;
    line-height: 32px;
    font-size: 17px;
    margin-bottom: 50px
}

.v1-list:first-child {
    margin-top: 50px
}

.v1-list-title {
    font-weight: 700
}

.v1-title {
    margin: 0
}

.v1-harmonica-menu {
    margin-bottom: 15px
}

.harmonica-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.harmonica-menu-item {
    display: block
}

.harmonica-menu-item-first {
    color: #027cc2;
    background-color: #abe0fe
}

.harmonica-menu-item-first .harmonica-menu-item-title {
    background-color: #027cc2;
    color: #fff
}

.harmonica-menu-item-first .harmonica-menu-item-title:hover {
    color: #fff !important
}

.harmonica-menu-item-second {
    color: #009a93;
    background-color: #a5e0dd
}

.harmonica-menu-item-second .harmonica-menu-item-title {
    background-color: #009a93;
    color: #fff
}

.harmonica-menu-item-second .harmonica-menu-item-title:hover {
    color: #fff !important
}

.harmonica-menu-item-third {
    color: #ec207c;
    background-color: #fef3f8
}

.harmonica-menu-item-third .harmonica-menu-item-title {
    background-color: #ec207c;
    color: #fff
}

.harmonica-menu-item-third .harmonica-menu-item-title:hover {
    color: #fff !important
}

.harmonica-menu-item-fourth {
    color: #ea5902;
    background-color: #ffe3d3
}

.harmonica-menu-item-fourth .harmonica-menu-item-title {
    background-color: #ea5902;
    color: #fff
}

.harmonica-menu-item-fourth .harmonica-menu-item-title:hover {
    color: #fff !important
}

.harmonica-menu-item-fifth {
    color: #662e90;
    background-color: #d5bae9
}

.harmonica-menu-item-fifth .harmonica-menu-item-title {
    background-color: #662e90;
    color: #fff
}

.harmonica-menu-item-fifth .harmonica-menu-item-title:hover {
    color: #fff !important
}

.harmonica-menu-item-sixth {
    color: #662e90;
    background-color: #fffde6
}

.harmonica-menu-item-sixth .harmonica-menu-item-title {
    background-color: #fe0;
    color: #662e90
}

.harmonica-menu-item-sixth .harmonica-menu-item-title:hover {
    color: #662e90 !important
}

.harmonica-menu-item-title {
    cursor: pointer;
    padding: 18px;
    font-size: 20px;
    display: block
}

.harmonica-menu-item.active .harmonica-menu-submenu {
    display: block
}

.harmonica-menu-submenu {
    display: none;
    margin: 0;
    padding: 23px;
    list-style: none
}

.harmonica-menu-submenu-item {
    display: block;
    line-height: 26px
}

.harmonica-menu-submenu-item-title,
.harmonica-menu-submenu-item-title:link,
.harmonica-menu-submenu-item-title:hover,
.harmonica-menu-submenu-item-title:visited {
    color: inherit !important;
    font-size: 16px
}

.harmonica-menu-submenu-item-title:before,
.harmonica-menu-submenu-item-title:link:before,
.harmonica-menu-submenu-item-title:hover:before,
.harmonica-menu-submenu-item-title:visited:before {
    position: relative;
    top: -2px;
    content: '●';
    font-size: 80%;
    margin-right: 5px
}

.woocommerce-product-details__short-description {
    margin-bottom: 50px
}

.woocommerce-product-details__product_data {
    clear: both
}

.woocommerce-product-details__product_data:before {
    clear: both;
    content: '';
    display: table
}

.woocommerce-product-details__product_meta {
    clear: both
}

.woocommerce-product-details__product_meta:before {
    clear: both;
    content: '';
    display: table
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-bottom: 0
}

.woocommerce div.product p.stock {
    margin-bottom: 0
}

.woocommerce div.product form.cart {
    margin-top: 50px
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #ca7798
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce span.onsale,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
    background-color: #ce8c8a;
    color: #fff;
    z-index: 3
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover {
    background-color: #ce8c8a; // fallback
    background-color: color-mix(in oklab, #ce8c8a 90%, #000);
    color: #fff;
}

.woocommerce-checkout #payment {
    background-color: color-mix(in oklab, #ce8c8a 10%, #fff);
    border-radius: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none
}

.woocommerce {
    margin-bottom: 75px
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.woocommerce-orders-table .woocommerce-button {
    font-size: 16px !important;
    display: block !important;
    margin: 4px !important
}

.carticon {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #ec207c;
    color: #FFF !important;
    text-align: center;
    font-size: 18px;
    z-index: 999
}

.carticon .fa-shopping-basket {
    margin-top: 10px
}

.donate-form p {
    margin: 0;
    padding: 0
}

.donate-form p[id^="rfmp_open_amount"] {
    margin-bottom: 25px
}

.donate-form ul {
    margin: 0 0 25px 0 !important;
    padding: 0
}

.donate-form label {
    padding: 0;
    margin: 0
}

.donate-form input[type="text"],
.donate-form input[type="email"],
.donate-form textarea {
    margin-bottom: 25px !important
}

.donate-form br {
    display: none
}

.donate-form button {
    display: block;
    margin-top: 25px
}

.donate-form textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 200px
}

.mollie-forms-required {
    color: red
}

@media(min-width:416px) {
    .nav_list .nav_item {
        width: 50%
    }
}

@media(min-width:480px) {
    .footer .primar ul li {
        display: inline-block;
        border-right: 1px solid #662e90
    }
    .footer .primar ul li a {
        font-size: .8em
    }
}

@media(min-width:767px) {
    .header .searchform {
        display: inline-block
    }
    .single-header-title {
        font-size: 3.000em
    }
    .slick-slider h1,
    .slick-slider h2,
    .slick-slider .tribe-events-meta-group .tribe-events-single-section-title,
    .tribe-events-meta-group .slick-slider .tribe-events-single-section-title {
        font-size: 3.000em
    }
    .slick-slider h1 span,
    .slick-slider h2 span,
    .slick-slider .tribe-events-meta-group .tribe-events-single-section-title span,
    .tribe-events-meta-group .slick-slider .tribe-events-single-section-title span {
        font-size: 2rem
    }
    .slick-slider .holder {
        top: 38%
    }
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
    .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
    }
    body,
    html {
        font-size: 20px;
        line-height: 35px
    }
    h1 {
        font-size: 50px
    }
    h2,
    .tribe-events-meta-group .tribe-events-single-section-title {
        font-size: 40px
    }
    h3 {
        font-size: 35px
    }
    h4 {
        font-size: 30px
    }
    h5 {
        font-size: 25px
    }
    h6 {
        font-size: 20px
    }
    p {
        line-height: 35px
    }
    .small-spacing,
    .medium-spacing,
    .large-spacing,
    .reference_item,
    .action-block,
    .footer .secun,
    .v1-title {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .medium-spacing,
    .large-spacing,
    .reference_item,
    .action-block,
    .footer .secun {
        padding-top: 75px;
        padding-bottom: 75px
    }
    .tribe-events-event-meta .tribe-events-meta-group {
        padding: 4%;
        margin-top: 0
    }
    .news_overview {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -18px;
        padding: 0 18px
    }
    .news_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: inherit;
        -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        width: calc(50% - 36px);
        margin: 18px
    }
    .cta_list .cta_item {
        width: 50%;
        height: 0;
        padding-top: 50%;
        position: relative
    }
    .cta_list .cta_item_holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
    .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:1024px) {
    .large-spacing,
    .reference_item,
    .action-block {
        padding-top: 115px;
        padding-bottom: 115px
    }
    .news_item {
        width: calc(33% - 36px)
    }
    .cta_list .cta_item_holder h3 {
        font-size: 50px
    }
    .cta_list .cta_item_holder span {
        font-size: 30px;
        line-height: 40px
    }
    .v1-harmonica-menu {
        margin: 30px 0 60px 0
    }
}

@media(min-width:1025px) {
    .nav_list .nav_item {
        width: 25%
    }
}

@media(min-width:1066px) {
    .cta.voorElkaar,
    #tribe-events .tribe-events-button,
    .tribe-events-button,
    .donate-form button,
    input[type="submit"].voorElkaar,
    #tribe-events input[type="submit"].tribe-events-button,
    input[type="submit"].tribe-events-button,
    input[type="button"].voorElkaar,
    #tribe-events input[type="button"].tribe-events-button,
    input[type="button"].tribe-events-button {
        display: block
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
    .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
    }
}

@media(min-width:1280px) {
    .news_overview {
        padding: 0 31px
    }
}

@media(min-width:1440px) {
    .cta_list .cta_item_holder h3 {
        font-size: 60px
    }
    .cta_list .cta_item_holder span {
        font-size: 40px;
        line-height: 65px
    }
}

@media(max-width:1280px) {
    .reference_item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 25%;
        padding: 50px 0
    }
}

@media(max-width:1212px) {
    .desktop-nav ul.menu li a {
        font-size: .700em
    }
    .desktop-nav ul.menu li ul li a {
        font-size: .700em
    }
    .desktop-nav.active {
        width: 100vw
    }
    .desktop-nav.active:after {
        display: none !important
    }
}

@media(max-width:1100px) {
    .v1-subpages li {
        font-size: 14px;
        line-height: 26px;
        margin: 10px 0
    }
    .v1-subpages li a {
        font-size: 14px;
        line-height: 26px
    }
}

@media(max-width:850px) {
    .header .logo a {
        padding-top: 10px
    }
    .header .logo a img {
        max-width: 228px
    }
}

@media(max-width:767px) {
    .menu-button.desktop {
        display: none !important
    }
    .menu-button.mobile {
        display: inline-block !important
    }
    .reference_item {
        width: 50%
    }
    .reference_item:after {
        display: none
    }
    .woocommerce-orders-table .woocommerce-button {
        display: inline-block !important
    }
}

@media(max-width:576px) {
    .reference_item {
        width: 50%
    }
}

@media(max-width:480px) {
    .mobile-nav img {
        max-width: 210px
    }
}

@media(max-width:374px) {
    .mobile-nav .close-menu-button {
        padding: 0 15px 0 15px;
        margin: 10px;
        font-size: 0
    }
    .mobile-nav .close-menu-button .fa.fa-times {
        padding-top: 14px;
        font-size: 10px !important
    }
}

@media print {
    .inner-container {
        max-width: 100%
    }
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    .tribe-events-meta-group .tribe-events-single-section-title,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    .tribe-events-meta-group .tribe-events-single-section-title,
    h3 {
        page-break-after: avoid
    }
}

.header { position: fixed; top: 0; right: 0; width: 100%; z-index: 300; background: #FFF; -webkit-transition: padding 0.2s ease-out, right 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out; transition: padding 0.2s ease-out, right 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out; transition: transform 0.2s ease-out, padding 0.2s ease-out, box-shadow 0.2s ease-out, right 0.2s ease-out; transition: transform 0.2s ease-out, padding 0.2s ease-out, box-shadow 0.2s ease-out, right 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out; }

.header.header--unpinned { -webkit-transform: translateY(-100%); transform: translateY(-100%); }

.header.header--unpinned + .mobile-nav { margin-top: -39px; max-height: calc(100vh - 80px); }

.header.header--not-top, .header.header--scrolled { -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.1); box-shadow: 0 0 32px rgba(0, 0, 0, 0.1); }

.header.header--nav-open { -webkit-box-shadow: none; box-shadow: none; }

@media (min-width: 960px) { .header.header--not-top { padding-bottom: 0; }
  .header.header--not-top .main-bar .container { padding-top: 20px; padding-bottom: 20px; }
  .header.header--not-top .main-bar .logo .logo-img { height: 50px; }
  .header.header--not-top .main-bar .primary-menu { margin-top: 0; }
  .header.header--not-top .main-bar .primary-menu > li.current-menu-ancestor > a:before, .header.header--not-top .main-bar .primary-menu > li.current-menu-parent > a:before, .header.header--not-top .main-bar .primary-menu > li.current-menu-item > a:before { bottom: -26px; } }

.header .header-notification { position: relative; padding: 10px 0; z-index: 303; background: #E2F1F8; color: #266381; }

.header .header-notification .btn { background: #266381 !important; color: #FFF !important; }

.header .header-notification.header-notification-alert { background: #FEED96; color: #222222; }

.header .header-notification.header-notification-alert .btn { background: #000 !important; color: #FFF !important; }

.header .header-notification .container { padding-right: 50px; }

@media (min-width: 1180px) { .header .header-notification .container { padding-right: 20px; } }

.header .header-notification .text { padding: 4px 0; font-size: 16px; line-height: 22px; }

.header .header-notification .close-notification { position: absolute; top: 10px; right: 10px; background: #FFF; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 50%; }

@media (min-width: 768px) { .header .header-notification { text-align: center; }
  .header .header-notification .text { display: inline-block; font-size: 18px; }
  .header .header-notification .btn { margin-left: 15px; } }

.header .header-bar { position: relative; z-index: 302; }

.header .top-bar { padding: 5px 0; background: #F5F0EC; display: none; }

@media (min-width: 960px) { .header .top-bar { display: block; } }

.header .top-bar .container-di { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.header .top-bar ul { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; padding: 0; list-style: none; }

.header .top-bar ul li { margin-right: 24px; }

.header .top-bar ul li:last-of-type { margin-right: 0; }

.header .top-bar ul li a { line-height: 1; font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif; color: #2E2E2E; font-size: 14px; text-decoration: none; font-weight: 600; }

.header .top-bar ul li a:hover { text-decoration: underline; }

.header .top-bar ul li a i { margin-right: 7px; }

.header .top-bar .top-bar__right { margin-left: auto; }

.header .main-bar .container-di { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 20px; padding-bottom: 20px; -webkit-transition: padding-top 0.2s ease-out, padding-bottom 0.2s ease-out; transition: padding-top 0.2s ease-out, padding-bottom 0.2s ease-out; }

@media (min-width: 960px) { .header .main-bar .container-di { padding-top: 28px; padding-bottom: 28px; } }

.header .main-bar__right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .main-bar__right .fa-search { color: #CE8C8A; font-size: 16px; margin-left: 16px; cursor: pointer; margin-right: 20px; }

@media (min-width: 1180px) { .header .main-bar__right .fa-search { margin-left: 28px; } }

@media (min-width: 960px) { .header .main-bar__right .fa-search { margin-right: 0; } }

.header .main-bar .logo .logo-img { display: block; width: auto; height: 40px; -webkit-transition: height 0.2s ease-out; transition: height 0.2s ease-out; }

@media (min-width: 960px) { .header .main-bar .logo .logo-img { height: 60px; } }

.header .main-bar .mobile-nav--toggle { position: relative; width: 24px; height: 24px; cursor: pointer; border-radius: 50%; -webkit-transition: width 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out; transition: width 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out; }

@media (min-width: 960px) { .header .main-bar .mobile-nav--toggle { display: none; visibility: hidden; } }

.header .main-bar .mobile-nav--toggle.open span.one { width: 24px; -webkit-transform: translate(0px, 8px) rotate(45deg); transform: translate(0px, 8px) rotate(45deg); }

.header .main-bar .mobile-nav--toggle.open span.two { opacity: 0; }

.header .main-bar .mobile-nav--toggle.open span.three { width: 24px; -webkit-transform: translate(0px, -8px) rotate(-45deg); transform: translate(0px, -8px) rotate(-45deg); }

.header .main-bar .mobile-nav--toggle span.one { position: absolute; width: 18px; height: 2px; right: 0; background: #5E3488; top: 3px; }

.header .main-bar .mobile-nav--toggle span.two { position: absolute; width: 24px; height: 2px; background: #5E3488; right: 0; top: 11px; }

.header .main-bar .mobile-nav--toggle span.three { position: absolute; width: 18px; right: 0; height: 2px; bottom: 3px; background: #5E3488; }

.header .main-bar .primary-menu { display: none; margin: 0; padding: 0; list-style: none; -webkit-transition: margin 0.2s ease-out; transition: margin 0.2s ease-out; }

@media (min-width: 960px) { .header .main-bar .primary-menu { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } }

.header .main-bar .primary-menu > li { position: relative; margin: 0 8px 0 0; }

@media (min-width: 1180px) { .header .main-bar .primary-menu > li { margin: 0 12px 0 0; } }

@media (min-width: 1360px) { .header .main-bar .primary-menu > li { margin: 0 28px 0 0; } }

.header .main-bar .primary-menu > li:last-child { margin-right: 0; }

.header .main-bar .primary-menu > li.current-menu-ancestor > a, .header .main-bar .primary-menu > li.current-menu-item > a, .header .main-bar .primary-menu > li.current-menu-parent > a { position: relative; }

.header .main-bar .primary-menu > li.current-menu-ancestor > a:before, .header .main-bar .primary-menu > li.current-menu-item > a:before, .header .main-bar .primary-menu > li.current-menu-parent > a { color: #CE8C8A; }

.header .main-bar .primary-menu > li.menu-item-has-children > a:after { content: "\f078"; display: inline-block; padding-left: 4px; font-family: "Font Awesome 5 Pro"; font-weight: 900; font-size: 10px; color: #CE8C8A; }

@media (min-width: 1180px) { .header .main-bar .primary-menu > li.menu-item-has-children > a:after { font-size: 12px; } }

.header .main-bar .primary-menu > li.menu-item-search a { color: #5E3488; }

.header .main-bar .primary-menu > li > a { font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif; font-size: 16px; line-height: 1; font-weight: 700; text-decoration: none; color: #2E2E2E; -webkit-transition: 0.2s all; transition: 0.2s all; }

@media (min-width: 1180px) { .header .main-bar .primary-menu > li > a { font-size: 17px; } }

.header .main-bar .primary-menu > li > a:hover { color: #CE8C8A; }

.header .main-bar .primary-menu > li.menu-item-has-children:hover ul.sub-menu { visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition: 0.3s all; transition: 0.3s all; }

.header .main-bar .primary-menu > li.menu-item-has-children ul.sub-menu { position: absolute; padding: 10px 0; background: #fff; left: -20px; top: 40px; padding-left: 0; border: 1px solid #F0F0F0; border-radius: 5px; width: 200px; visibility: hidden; -webkit-transform: translateY(10px); transform: translateY(10px); opacity: 0; -webkit-transition: 0.3s all; transition: 0.3s all; }

.header .main-bar .primary-menu > li.menu-item-has-children ul.sub-menu:after { content: ''; position: absolute; width: 100%; height: 20px; top: -20px; left: 0; }

.header .main-bar .primary-menu > li.menu-item-has-children ul.sub-menu li { display: inline-block; width: 100%; padding: 4px 20px; }

.header .main-bar .primary-menu > li.menu-item-has-children ul.sub-menu li:hover { background-color: #F2EDF8; }

.header .main-bar .primary-menu > li.menu-item-has-children ul.sub-menu li a { text-decoration: none; font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif; color: #261537; font-size: 15px; font-weight: bold; display: block; width: 100%; }

.header .main-bar .primary-menu > li.menu-item-has-children ul.sub-menu li.current-menu-item a { border-bottom: none; color: #666; }

.header .main-bar .primary-menu > li.menu-item-has-children ul.sub-menu li p { display: none; }

.header .main-bar .primary-menu > li.menu-item-has-children ul.sub-menu .arrow { display: none; }


.mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 80px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 299;
    background: #FFF;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: margin 0.2s ease-out, max-height 0.2s ease-out;
    transition: margin 0.2s ease-out, max-height 0.2s ease-out;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-nav .mobile-menu {
    margin: 0;
    padding: 12px 24px;
    list-style: none;
    border-top: 1px solid #F0F0F0;
}

.mobile-nav .mobile-menu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #F0F0F0;
}

.mobile-nav .mobile-menu>li:last-child {
    border-bottom: none;
}

.mobile-nav .mobile-menu>li.menu-item-has-children>.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 12px;
    width: 28px;
    height: 28px;
    background: rgba(94, 52, 136, 0.2);
    border-radius: 50%;
    color: #5E3488;
}

.mobile-nav .mobile-menu>li a {
    padding: 16px 0;
    font-size: 18px;
}

.mobile-nav .mobile-menu li .arrow {
    display: none;
}

.mobile-nav .mobile-menu li a {
    font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    color: #261537;
}

.mobile-nav .mobile-menu li ul {
    display: block;
    width: 100%;
    padding: 0 0 0 12px;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mobile-nav .mobile-menu li ul.sub-nav-open {
    padding: 0 0 16px;
    max-height: 200px;
}

.mobile-nav .mobile-menu li ul li a {
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
}

.mobile-nav__footer {
    background: #F2EDF8;
    padding: 24px;
}

.mobile-nav__footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-nav__footer ul li {
    margin-bottom: 5px;
}

.mobile-nav__footer ul li:last-of-type {
    margin-bottom: 0;
}

.mobile-nav__footer ul li a {
    text-decoration: none;
    font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif;
    color: #261537;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
}

.mobile-nav__footer ul li a i {
    margin-right: 8px;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-nav--overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 298;
}
.footer-cta__wrapper {
    margin-top: 80px;
    position: relative;
    background: #CE8C8A;
    padding: 32px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 480px) {
    .footer-cta__wrapper {
        padding: calc((1 / (1180 - 480)) * (70 - 32) * (100vw - 480px) + 32px);
    }
}

@media (min-width: 1180px) {
    .footer-cta__wrapper {
        padding: 70px;
    }
}

@media (min-width: 768px) {
    .footer-cta__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.footer-cta__wrapper {
    position: relative;
    background: #CE8C8A;
    padding: 32px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 480px) {
    .footer-cta__wrapper {
        padding: calc((1 / (1180 - 480)) * (70 - 32) * (100vw - 480px) + 32px);
    }
}

@media (min-width: 1180px) {
    .footer-cta__wrapper {
        padding: 70px;
    }
}

@media (min-width: 768px) {
    .footer-cta__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer-cta__wrapper .shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.footer-cta__wrapper .shape:after {
    content: '';
    height: 400px;
    width: 400px;
    background: #FFF;
    opacity: 0.03;
    position: absolute;
    border-radius: 50%;
    left: 45%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 480px) {
    .footer-cta__wrapper .shape:after {
        height: calc((1 / (1180 - 480)) * (788 - 400) * (100vw - 480px) + 400px);
    }
}

@media (min-width: 1180px) {
    .footer-cta__wrapper .shape:after {
        height: 788px;
    }
}

@media (min-width: 480px) {
    .footer-cta__wrapper .shape:after {
        width: calc((1 / (1180 - 480)) * (788 - 400) * (100vw - 480px) + 400px);
    }
}

@media (min-width: 1180px) {
    .footer-cta__wrapper .shape:after {
        width: 788px;
    }
}

.footer-cta__wrapper:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    background: #E4D7CC;
    border-radius: 50%;
    top: 28px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 0;
    z-index: 1;
}

@media (min-width: 480px) {
    .footer-cta__wrapper:before {
        height: calc((1 / (1180 - 480)) * (32 - 24) * (100vw - 480px) + 24px);
    }
}

@media (min-width: 1180px) {
    .footer-cta__wrapper:before {
        height: 32px;
    }
}

@media (min-width: 480px) {
    .footer-cta__wrapper:before {
        width: calc((1 / (1180 - 480)) * (32 - 24) * (100vw - 480px) + 24px);
    }
}

@media (min-width: 1180px) {
    .footer-cta__wrapper:before {
        width: 32px;
    }
}

.footer-cta__wrapper h4 {
    margin: 0;
    color: #FFF;
}

.footer-cta__wrapper .top-title {
    color: #FFF;
    font-weight: 600;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-cta__wrapper__left {
    z-index: 2;
}

@media (min-width: 768px) {
    .footer-cta__wrapper__left {
        width: 48%;
    }
}

.footer-cta__wrapper__left .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.footer-cta__wrapper__left .gform_confirmation_wrapper {
    color: #FFF;
    padding: 0;
    margin-top: 20px;
    max-width: 360px;
}

.footer-cta__wrapper__left .gform_wrapper {
    margin-top: 26px;
    margin-bottom: 0;
    max-width: 360px;
}

.footer-cta__wrapper__left .gform_wrapper .validation_error {
    display: none;
}

.footer-cta__wrapper__left .gform_wrapper .gfield_description.validation_message {
    line-height: 1;
}

.footer-cta__wrapper__left .gform_wrapper .gfield_error {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    max-width: 100% !important;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body {
    position: relative;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body li {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body li input {
    margin: 0;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body li input {
    margin: 0;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body li .ginput_container_email input {
    padding: 16px 56px 16px 20px !important;
    font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif !important;
    color: #FFF !important;
    background:  #DCAFAC !important;
    border-radius: 8px !important;
    border: none !important;
    font-size: 16px;
    min-height: inherit !important;
    line-height: 1 !important;
    font-size: 16px!important;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body li .ginput_container_email input::-webkit-input-placeholder {
    color: #FFF !important;
    opacity: 0.5;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body li .ginput_container_email input::-moz-placeholder {
    color: #FFF !important;
    opacity: 0.5;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body li .ginput_container_email input:-ms-input-placeholder {
    color: #FFF !important;
    opacity: 0.5;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body li .ginput_container_email input::-ms-input-placeholder {
    color: #FFF !important;
    opacity: 0.5;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body li .ginput_container_email input::placeholder {
    color: #FFF !important;
    opacity: 0.5;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body li button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #EC615E;
    color: #FFF;
    border: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body li button:hover {
    background: #FFF;
    color: #0091D2;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body .gfield_html {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 0 !important;
}

.footer-cta__wrapper__left .gform_wrapper .gform_body .gfield_html .gform_ajax_spinner {
    position: absolute;
    padding-left: 20px;
    top: 13px;
}

.footer-cta__wrapper__left .gform_wrapper .gform_footer {
    display: none;
}

.footer-cta__wrapper__right {
    z-index: 2;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .footer-cta__wrapper__right {
        width: 48%;
        margin-top: 0;
    }
}

.footer-cta__wrapper__right__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}

@media (min-width: 480px) {
    .footer-cta__wrapper__right__socials {
        margin-top: calc((1 / (1180 - 480)) * (32 - 20) * (100vw - 480px) + 20px);
    }
}

@media (min-width: 1180px) {
    .footer-cta__wrapper__right__socials {
        margin-top: 32px;
    }
}

.footer-cta__wrapper__right__socials__social:last-of-type a {
    margin-right: 0;
}

.footer-cta__wrapper__right__socials__social a {
    width: 44px;
    height: 44px;
    background: #EC615E;
    color: #FFF;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.footer-cta__wrapper__right__socials__social a:hover {
    background: #FFF;
    color: #EC615E;
}

.footer__main {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 480px) {
    .footer__main {
        padding-top: calc((1 / (1180 - 480)) * (88 - 60) * (100vw - 480px) + 60px);
    }
}

@media (min-width: 1180px) {
    .footer__main {
        padding-top: 88px;
    }
}

@media (min-width: 480px) {
    .footer__main {
        padding-bottom: calc((1 / (1180 - 480)) * (88 - 60) * (100vw - 480px) + 60px);
    }
}

@media (min-width: 1180px) {
    .footer__main {
        padding-bottom: 88px;
    }
}

.footer__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
}

@media (min-width: 480px) {
    .footer__wrapper {
        grid-gap: calc((1 / (1180 - 480)) * (120 - 32) * (100vw - 480px) + 32px);
    }
}

@media (min-width: 1180px) {
    .footer__wrapper {
        grid-gap: 120px;
    }
}

@media (min-width: 640px) {
    .footer__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .footer__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer__wrapper__col.col-1 {
    max-width: 400px;
    grid-column: auto;
}

@media (min-width: 640px) {
    .footer__wrapper__col.col-1 {
        grid-column: span 2;
    }
}

@media (min-width: 960px) {
    .footer__wrapper__col.col-1 {
        grid-column: auto;
    }
}

.footer__wrapper__col .col-title {
    font-size: 20px;
    color: #CE8C8A;
    font-weight: 800;
    font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif;
}

.footer__wrapper__col.col-3 p {
    font-size: 16px;
    line-height: 28px;
    color: #2E2E2E;
    margin: 1em 0;
}

.footer__wrapper__col.col-3 .col-3__contact {
    font-size: 16px;
}

.footer__wrapper__col.col-3 .col-3__contact span {
    color: #D29960;
    font-weight: bold;
    margin-right: 12px;
}

.footer__wrapper__col.col-3 .col-3__contact a {
    color: #2E2E2E;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.footer__wrapper__col.col-3 .col-3__contact a:hover {
    color: #d29960;
}

.footer__wrapper__col.col-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    max-width: 360px;
}

.footer__wrapper__col.col-2 ul li {
    margin-bottom: 14px;
    line-height: 1;
}

.footer__wrapper__col.col-2 ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif;
    color: #2E2E2E;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.footer__wrapper__col.col-2 ul li a:hover {
    color: #CE8C8A;
}

.footer__wrapper__col.col-2 ul li ul {
    display: none;
}

.footer__wrapper__col.col-1 .logo img {
    max-width: 100%;
    height: 56px;
}

.footer__wrapper__col.col-1 p {
    font-size: 16px;
    line-height: 24px;
    margin: 1em 0;
    color: #2E2E2E;
}

.footer__wrapper__col.col-1 .text-link {
    font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif;
    color: #CE8C8A;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.footer__wrapper__col.col-1 .text-link:hover i {
    margin-left: 12px;
}

.footer__wrapper__col.col-1 .text-link i {
    margin-left: 8px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    position: relative;
    top: 2px;
}

.footer__bottom {
    padding-top: 28px;
    padding-bottom: 28px;
    color: #949494;
    background: #FAFAFA;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

@media (min-width: 480px) {
    .footer__bottom {
        padding-top: calc((1 / (1180 - 480)) * (48 - 28) * (100vw - 480px) + 28px);
    }
}

@media (min-width: 1180px) {
    .footer__bottom {
        padding-top: 48px;
    }
}

@media (min-width: 480px) {
    .footer__bottom {
        padding-bottom: calc((1 / (1180 - 480)) * (48 - 28) * (100vw - 480px) + 28px);
    }
}

@media (min-width: 1180px) {
    .footer__bottom {
        padding-bottom: 48px;
    }
}

@media (min-width: 480px) {
    .footer__bottom {
        font-size: calc((1 / (1180 - 480)) * (16 - 14) * (100vw - 480px) + 14px);
    }
}

@media (min-width: 1180px) {
    .footer__bottom {
        font-size: 16px;
    }
}

@media (min-width: 960px) {
    .footer__bottom {
        text-align: left;
    }
}

.footer__bottom__left {
    margin-bottom: 20px;
}

@media (min-width: 960px) {
    .footer__bottom__left {
        margin-bottom: 0;
    }
}

.footer__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 960px) {
    .footer__bottom .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer__bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 960px) {
    .footer__bottom ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.footer__bottom ul li a {
    color: #949494;
    text-decoration: none;
    font-weight: 300;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    font-size: 14px;
    margin-left: 18px;
}

@media (min-width: 480px) {
    .footer__bottom ul li a {
        font-size: calc((1 / (1180 - 480)) * (16 - 14) * (100vw - 480px) + 14px);
    }
}

@media (min-width: 1180px) {
    .footer__bottom ul li a {
        font-size: 16px;
    }
}

@media (min-width: 960px) {
    .footer__bottom ul li a {
        margin-left: 24px;
    }
}

.footer__bottom ul li a:hover {
    color: #616161;
}

.footer__credits {
    padding: 20px 0;
}

.footer__credits .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__credits span {
    width: 16px;
    height: 16px;
    border: 3px solid #1D38D0;
    border-radius: 50%;
    margin-right: 8px;
}

.footer__credits p {
    font-size: 12px;
    font-weight: 300;
    color: #AAAAAA;
}

.footer__credits a {
    text-decoration: none;
    font-weight: 600;
    color: #ABABAB;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.footer__credits a:hover {
    color: #616161;
}

body.search-form-active .fullscreen-search-form {
    visibility: visible;
    opacity: 1;
}

.fullscreen-search-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding: 20px;
}

.fullscreen-search-form .fa-times {
    color: #FFF;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
    cursor: pointer;
}

.fullscreen-search-form__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.fullscreen-search-form__search-form {
    width: 100%;
    max-width: 540px;
    position: relative;
}

.fullscreen-search-form__search-form__search-input {
    font-size: 28px;
    background: none;
    color: #FFF;
    border: none;
    border-bottom: 2px solid #FFF;
    width: 100%;
    padding-right: 32px;
}

.fullscreen-search-form__search-form__search-input:focus {
    outline: none;
}

.fullscreen-search-form__search-form__search-input::-webkit-input-placeholder {
    color: #ffffffb0;
}

.fullscreen-search-form__search-form__search-input::-moz-placeholder {
    color: #ffffffb0;
}

.fullscreen-search-form__search-form__search-input:-ms-input-placeholder {
    color: #ffffffb0;
}

.fullscreen-search-form__search-form__search-input::-ms-input-placeholder {
    color: #ffffffb0;
}

.fullscreen-search-form__search-form__search-input::placeholder {
    color: #ffffffb0;
}

.fullscreen-search-form__search-form__button {
    background: none;
    border: none;
    color: #FFF;
    font-size: 24px;
    position: absolute;
    right: 0;
}

.fullscreen-search-form__search-form__button:focus {
    outline: none;
}

body {
    min-height: 100%;
    background: #FFF;
    font-family: "proxima-nova", "Helvetica Neue", "Verdana", sans-serif;
    line-height: 1.8;
    padding-top: 80px;
    -webkit-transition: padding-top 0.2s ease-out;
    transition: padding-top 0.2s ease-out;
}

@media (min-width: 960px) {
    body {
        padding-top: 156px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif;
    font-weight: bold;
    line-height: 1;
}

.h1+ol,
.h1+p,
.h1+ul,
.h2+ol,
.h2+p,
.h2+ul,
.h3+ol,
.h3+p,
.h3+ul,
.h4+ol,
.h4+p,
.h4+ul,
.h5+ol,
.h5+p,
.h5+ul,
.h6+ol,
.h6+p,
.h6+ul,
h1+ol,
h1+p,
h1+ul,
h2+ol,
h2+p,
h2+ul,
h3+ol,
h3+p,
h3+ul,
h4+ol,
h4+p,
h4+ul,
h5+ol,
h5+p,
h5+ul,
h6+ol,
h6+p,
h6+ul {
    margin-top: 1.2em;
}

.h1,
h1 {
    font-size: 36px;
    font-weight: 800;
}

@media (min-width: 480px) {
    .h1,
    h1 {
        font-size: calc((1 / (1180 - 480)) * (50 - 36) * (100vw - 480px) + 36px);
    }
}

@media (min-width: 1180px) {
    .h1,
    h1 {
        font-size: 50px;
    }
}

.h2,
h2 {
    font-size: 26px;
}

@media (min-width: 480px) {
    .h2,
    h2 {
        font-size: calc((1 / (1180 - 480)) * (40 - 26) * (100vw - 480px) + 26px);
    }
}

@media (min-width: 1180px) {
    .h2,
    h2 {
        font-size: 40px;
    }
}

.h3,
h3 {
    font-size: 22px;
}

@media (min-width: 480px) {
    .h3,
    h3 {
        font-size: calc((1 / (1180 - 480)) * (32 - 22) * (100vw - 480px) + 22px);
    }
}

@media (min-width: 1180px) {
    .h3,
    h3 {
        font-size: 32px;
    }
}

.h4,
h4 {
    font-size: 20px;
}

@media (min-width: 480px) {
    .h4,
    h4 {
        font-size: calc((1 / (1180 - 480)) * (24 - 20) * (100vw - 480px) + 20px);
    }
}

@media (min-width: 1180px) {
    .h4,
    h4 {
        font-size: 24px;
    }
}

.h5,
h5 {
    font-size: 18px;
}

@media (min-width: 480px) {
    .h5,
    h5 {
        font-size: calc((1 / (1180 - 480)) * (20 - 18) * (100vw - 480px) + 18px);
    }
}

@media (min-width: 1180px) {
    .h5,
    h5 {
        font-size: 20px;
    }
}

.h6,
h6 {
    font-size: 16px;
}

@media (min-width: 480px) {
    .h6,
    h6 {
        font-size: calc((1 / (1180 - 480)) * (18 - 16) * (100vw - 480px) + 16px);
    }
}

@media (min-width: 1180px) {
    .h6,
    h6 {
        font-size: 18px;
    }
}

ol,
p,
ul {
    font-family: "proxima-nova", "Helvetica Neue", "Verdana", sans-serif;
}

ol.headline,
p.headline,
ul.headline {
    font-size: 18px;
}

@media (min-width: 480px) {
    ol.headline,
    p.headline,
    ul.headline {
        font-size: calc((1 / (1180 - 480)) * (20 - 18) * (100vw - 480px) + 18px);
    }
}

@media (min-width: 1180px) {
    ol.headline,
    p.headline,
    ul.headline {
        font-size: 20px;
    }
}

.top-title {
    font-size: 16px;
    font-weight: 600;
    font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif;
    line-height: 1;
}

.top-title__big {
    font-size: 18px;
    font-weight: 800;
    font-family: "Uni Neue", "proxima-nova", "Helvetica Neue", "Verdana", sans-serif, "Helvetica Neue", "Verdana", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (min-width: 480px) {
    .top-title__big {
        font-size: calc((1 / (1180 - 480)) * (20 - 18) * (100vw - 480px) + 18px);
    }
}

@media (min-width: 1180px) {
    .top-title__big {
        font-size: 20px;
    }
}

.top-title__big--primary {
    color: #2E2E2E;
}


.container-di { padding-right: 20px; padding-left: 20px; position: relative; width: 100%; max-width: 1080px; margin: 0 auto; }

@media (min-width: 480px) { .container-di { padding-right: calc((1 / (1180 - 480)) * (70 - 20) * (100vw - 480px) + 20px); } }

@media (min-width: 1180px) { .container-di { padding-right: 70px; } }

@media (min-width: 480px) { .container-di { padding-left: calc((1 / (1180 - 480)) * (70 - 20) * (100vw - 480px) + 20px); } }

@media (min-width: 1180px) { .container-di { padding-left: 70px; } }

@media (min-width: 1180px) { .container-di { max-width: 1280px; } }

.publisher img{
    height: 60px;
    border-radius: 50%;
    border: 3px solid #CE8C8A;
    position: relative;
    width: 60px;
    object-fit: cover;
}

.v1-list .img-wrap {
    position: relative;
    margin-top: 12px;
}

.v1-list .img-wrap::after{
    content: '';
    height: 12px;
    width: 12px;
    top: 3px;
    right: 3px;
    background: #E4D7CC;
    position: absolute;
    border-radius: 50%;
}

.slick-slider {
    max-width: 1360px;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
    top: 7px;
}

.single-header {
    max-width: 1360px;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    margin-top: 7px;
}

.breadcrumbs {
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
    border-radius: 0 0 12px 12px;
}

.row-related {
    margin: 60px 0;

    @media screen and (min-width: 480px) {
        margin-top: calc((1 /(1180 - 480))*(130 - 60)*(100vw - 480px) + 60px);
    }

    @media screen and (min-width: 1180px) {
        margin-top: 80px;
    }

    .row-related__title {
        text-align: center;
        margin-bottom: 48px;
    }
    .row-related__items {
        display:grid;
        gap: 40px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        color: #FFFFFF;

        @media screen and (min-width: 640px) {
            grid-template-columns: 1fr 1fr;
        }

        @media screen and (min-width: 960px){
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    .row-related__item {
        padding: 26px;
        position:relative;
        overflow: hidden;
        border-radius: 20px;
        background: center / cover no-repeat;
        z-index: 1;
        height: 320px;
        display:flex;
        align-items:flex-end;

        @media screen and (min-width: 960px) {
            height: 300;
        }

        .row-related__item__title {
            transition: .3s all cubic-bezier(0.25,0.46,0.45,0.94);
            margin-bottom: 6px;
        }

        & > a {
            position:absolute;
            inset: 0;
        }

        &:hover {
            &:after {
                inset: 25% 0 0 0;
            }

            .row-related__item__title {
                transform: translateY(-10px);
            }
        }

        &:after {
            content: "";
            position:absolute;
            inset: 50% 0 0 0;
            background: linear-gradient(180deg,rgba(35,8,62,0) 0,#dcafac 100%);
            transition: .3s all cubic-bezier(0.25,0.46,0.45,0.94);
            z-index: -1;
        }
    }
}

.single-tribe_events {
    .tribe-events-single > .tribe_events {
        overflow:visible;
    }

    .breadcrumbs {
        a {
            border-bottom: none;
        }
    }

    #tribe-events-pg-template {
        padding-top: 0;
    }
}