/*
Theme Name: Studio Perfect
Theme URI: http://underscores.me/
Author: Wemessage
Author URI: https://wemessage.nl
Description: Studio Perfect Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: studio_perfect
Tags:
*/
.grecaptcha-badge { display:none; }
html {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    line-height: 200%;
}

.gone {
    display: none;
}

.wdi_load_more {
    display: none!important;
}

.featured .featured-page .featured-thumb {
    width: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

body {
    margin: 0;
}

#page {
    width: 100%;
    overflow-x: hidden;
}

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

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding-bottom: 20px;
}

h2 i {
    font-weight: 200;
}

a {
    text-decoration: none;
}

.booked-calendar-shortcode-wrap {
    width: 100%;
}

.booked-calendar-shortcode-wrap .timeslot-unavailable .button::after,
.booked-calendar-shortcode-wrap .timeslot-unavailable .button::before {
    display: none;
}

.site-header .logo {
    display: inline-block;
    width: 80px;
    padding: 10px 10px 0;
}

.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
}

#page {
    padding-top: 75px;
}

.site-header .sub-menu {
    display: none;
}

.site-header .dagpas {
    position: fixed;
    background: linear-gradient(90deg, #f44b1e 0, #e51312 33%, #e51312 66%, #f44b1e 100%);
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    transition: 0.5s;
    margin-bottom: -100%;
}

.site-header .dagpas svg {
    width: 8px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-left: 20px;
}

.main-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
    z-index: 99;
    background-image: url(inc/img/mobile-menu.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.4s;
    margin-left: -100%;
}

.main-navigation .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2d2d2d;
    opacity: 0.7;
}

.menu-open .main-navigation {
    margin-left: 0;
}

.menu-open .site-header .dagpas {
    margin-bottom: 0;
}

.menu-hoofdmenu-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 80%;
}

.main-navigation a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    position: relative;
    padding: 5px 0 5px 50px;
    display: block;
}

.main-navigation a::before,
.main-navigation a::after {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.main-navigation a::before {
    opacity: 0;
}

.current-menu-item a::before {
    opacity: 1;
}

.current-menu-item a::after {
    opacity: 0;
}

.home-link a::before {
    background-image: url(inc/img/home.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.abonnementen-link a::before {
    background-image: url(inc/img/abonnementen.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.aanbod-link a::before {
    background-image: url(inc/img/aanbod.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.rooster-link a::before {
    background-image: url(inc/img/lesrooster.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.yoga-link a::before {
    background-image: url(inc/img/yoga.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.over-link a::before {
    background-image: url(inc/img/over.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.nieuws-link a::before {
    background-image: url(inc/img/nieuws.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.groepslessen-link a::before {
    background-image: url(inc/img/groeps.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-link a::before {
    background-image: url(inc/img/contact.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.home-link a::after {
    background-image: url(inc/img/home-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.abonnementen-link a::after {
    background-image: url(inc/img/abonnementen-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.aanbod-link a::after {
    background-image: url(inc/img/aanbod-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.rooster-link a::after {
    background-image: url(inc/img/lesrooster-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.yoga-link a::after {
    background-image: url(inc/img/yoga-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.groepslessen-link a::after {
    background-image: url(inc/img/groeps-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.over-link a::after {
    background-image: url(inc/img/over-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.nieuws-link a::after {
    background-image: url(inc/img/nieuws-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.contact-link a::after {
    background-image: url(inc/img/contact-active.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.menu-button {
    height: 30px;
    width: 50px;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 9999;
}

.menu-button span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #2d2d2d;
    transition: 0.3s;
}

.menu-open .menu-button span {
    background: #ffffff;
}

.menu-button span:first-of-type {
    transform: translateX(-50%) translateY(-12px);
    -webkit-transform: translateX(-50%) translateY(-12px);
}

.menu-button span:nth-of-type(2) {
    transform: translateX(-50%) translateY(-2px);
    -webkit-transform: translateX(-50%) translateY(-2px);
}

.menu-button span:last-of-type {
    transform: translateX(-50%) translateY(8px);
    -webkit-transform: translateX(-50%) translateY(8px);
}

.menu-open .menu-button span:first-of-type {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.menu-open .menu-button span:nth-of-type(2) {
    opacity: 0;
}

.menu-open .menu-button span:last-of-type {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.wrap {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    clear: both;
}
.authorheading{
    font-size:20px!important;
    color: #2d2d2d;
    font-weight:900!important;

}
.authorheading2{
    font-size:14px;
    color: #2d2d2d;
    font-weight:500;

}

.homepage {
    position: relative;
    height: calc(100vh - 75px);
    width: 100%;
    overflow: hidden;
    background: #2d2d2d;
    color: #ffffff;
}

.banner {
    position: relative;
    background: #626262;
    color: #ffffff;
    padding: 30px 0;
    overflow: hidden;
}

.homepage .banner-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner-content p {
    font-weight: 200;
    font-size: 18px;
}

.homepage img,
.banner img,
.homepage video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    opacity: 0.6;
}

@supports(mix-blend-mode:multiply) {
    .homepage img,
    .banner img,
    .menu-background-wrapper img,
    .team>img,
    .cta>img,
    .subscriptions>img,
    .form .right img,
    .rating>img {
        mix-blend-mode: multiply;
        opacity: 0.8!important;
    }
}

.scroll-down {
    position: absolute;
    bottom: 40px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    transition: 0.3s;
}

.scroll-down:hover {
    color: #f44b1e;
}

.scroll-down svg {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.6px;
    margin-right: 10px;
}

.scroll-down svg path {
    transition: 0.3s;
}

.scroll-down:hover svg path {
    fill: #f44b1e;
}

.choice {
    position: relative;
    width: 260px;
}

.choice .placeholder {
    background: #2d2d2d;
    display: block;
    position: relative;
    padding: 2px 16px 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

.choice .placeholder::after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #f44b1e 0%, #e51312 100%);
}

.choice .placeholder svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transition: 0.4s;
}

.choice.open .placeholder svg {
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
}

.choice ul {
    background: #ffffff;
    margin-top: 5px;
    padding: 0 15px;
    text-transform: lowercase;
    transition: 0.4s;
    font-weight: 200;
    overflow: hidden;
    max-height: 0;
}

.choice.open ul {
    padding: 15px;
    max-height: 220px;
}

.choice a {
    color: #2d2d2d;
    transition: 0.4s;
    padding: 3px 0;
    display: block;
    font-size: 18px;
}

.choice a:hover {
    color: #e51312;
}

.choice .placeholder span:first-of-type {
    opacity: 0;
    animation: 6s dots infinite;
}

.choice .placeholder span:nth-of-type(2) {
    opacity: 0;
    animation: 6s dots2 infinite;
}

.choice .placeholder span:last-of-type {
    opacity: 0;
    animation: 6s dots3 infinite;
}
.abbos .onbeperkt.toggle-block {
    z-index: unset !important;
    transform: unset !important;
    min-height: 300px;
    opacity: unset !important;
}

.abbos .subscription{
  height: 400px;
}
@keyframes dots {
    30% {
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
}

@keyframes dots2 {
    35% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
}

@keyframes dots3 {
    40% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
}

.page-content {
    padding: 30px 0;
    color: #2d2d2d;
    font-weight: 300;
    letter-spacing: 0.6px;
    position: relative;
    z-index: 10;
}

.page-content h2 {
    color: #2d2d2d;
}

.page-child .page-content {
    background: #f7f7f7;
}

.page-content li {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    position: relative;
}

.page-content li::before {
    display: block;
    content: " ";
    background: #e51312;
    width: 4px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 12px;
}

.page-content a.meer {
    color: inherit;
    float: right;
}

.page-content a.meer svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 8px;
    height: 13px;
}

.page-content a.meer svg polyline {
    stroke: #e51312;
}

.page-content .agenda {
    clear: both;
    padding-top: 30px;
}

.page-content .agenda h4 {
    color: #2d2d2d;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
}

.agenda li {
    padding: 0;
    display: block;
    width: 100%;
}

.agenda li::before {
    display: none;
}

.agenda li a {
    padding: 10px;
    color: #2d2d2d;
    display: block;
    border-bottom: 1px solid #f6f6f6;
}

.agenda li a:first-of-type {
    border-top: 1px solid #fbfbfb;
}

.agenda li a span {
    color: #96ABB6;
    font-size: 12px;
    width: 100px;
    display: inline-block;
    font-weight: 200;
}

.featured {
    padding: 40px 0;
    background: #f7f7f7;
}

.featured .featured-page {
    background: linear-gradient(90deg, rgba(31, 31, 31, 0.7) 26%, rgba(33, 33, 33, 0.16) 63%);
    padding: 20px;
    letter-spacing: 1px;
}

.featured .featured-page:hover {
    background: linear-gradient(0deg, #f44b1e 15%, #e51312 86%);
}

.featured-content {
    position: relative;
}

.featured .featured-page a {
    color: #ffffff;
}

.featured .featured-page img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    opacity: 0.65;
    max-width: none;
}

.featured .featured-page li {
    position: relative;
    padding-left: 16px;
}

.mejs-overlay-button {
    display: none;
}

.featured .featured-page li::before {
    display: block;
    content: " ";
    background: #ffffff;
    width: 4px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 12px;
}

.featured-page {
    position: relative;
}

.button,
input[type=submit],
.booked-calendar-shortcode-wrap .booked-appt-list .timeslot .timeslot-people .button {
    padding: 15px 30px;
    border: 0;
    border-width: 2px;
    border-right: 2px solid #e51312;
    border-left: 2px solid #f44b1e;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    transition: 0.4s;
    display: inline-block;
    -webkit-appearance: none;
    background: none;
    line-height: 100%;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 0;
}

.button.full,
input[type=submit],
.booked-calendar-shortcode-wrap .booked-appt-list .timeslot .timeslot-people .button {
    background: linear-gradient(90deg, #f44b1e 0, #e51312 33%, #e51312 66%, #f44b1e 100%);
    background-size: 200% auto;
    background-position: left center;
    transition: 0.5s;
    color: #ffffff;
}

.booked-calendar-shortcode-wrap .booked-appt-list .timeslot .timeslot-people .button:hover {
    background: none!important;
    border-right: 2px solid #FF6224!important;
    border-left: 2px solid #FF9532!important;
    color: #e64415;
    border-top: 0;
    border-bottom: 0;
}

body table.booked-calendar td:hover .date span,
body .booked-modal p.booked-title-bar,
body .booked-modal input[type=submit].button-primary {
    background: linear-gradient(90deg, #f44b1e 0%, #e51312 100%)!important;
    color: #ffffff;
}

body .booked-modal input[type=submit].button-primary,
body .cancel.button {
    border: 0!important;
}

.label {
    font-weight: 600;
}

.label i {
    color: #e51312;
}

.newsletter input[type=submit] {
    margin-top: 10px;
}

.button::before {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #f44b1e 0%, #e51312 100%);
}

.button::after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #f44b1e 0%, #e51312 100%);
}

.top-submenu {
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.top-submenu svg {
    width: 8px;
    height: 13px;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: 0.4s;
    top: 14px;
    right: 0;
}

.top-submenu.open svg {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.top-submenu svg polyline {
    stroke: #e51312;
    right: 0;
}

.top-submenu::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.top-submenu ul {
    padding-bottom: 0;
}

.top-submenu a {
    color: #a6a6a6;
    font-weight: 300;
    display: block;
    transition: 0.4s;
    max-height: 0;
    overflow: hidden;
    font-size: 12px;
}

.page-parent .top-submenu li:first-of-type a {
    max-height: 30px;
    /*  padding: 5px 0;*/
}

.top-submenu.open a {
    max-height: 30px;
    padding: 5px 0;
}

.top-submenu.open::before {
    display: none;
}

.top-submenu a.active {
    color: #e51312;
    max-height: 30px;
    padding: 5px 0;
}

.instagram-feed {
    text-align: center;
    background: #f7f7f7;
    color: #2d2d2d;
    padding: 30px 0;
}

.instagram-feed #wdi_feed_0 .wdi_feed_wrapper {
    background: #f7f7f7;
}

.instagram-feed #wdi_feed_0 .wdi_feed_container {
    border: 0;
}

.instagram-feed h3 {
    font-weight: 200;
    letter-spacing: 1px;
    opacity: 0.3;
}

.wdi_feed_info {
    display: none;
}

.instagram-feed #wdi_feed_0 .wdi_feed_item {
    width: 33.33%;
    margin-bottom: -10px!important;
}

.instagram-feed #wdi_feed_0 .wdi_photo_wrap,
.instagram-feed #wdi_feed_0 .wdi_photo_wrap_inner {
    padding: 0;
    border: 0;
    width: 100%;
}

.instagram-feed .wdi_feed_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.featured-pages {
    background: #f7f7f7;
}

.featured-pages .featured-page {
    margin-bottom: 30px;
}

.featured-pages .featured-content {
    background: #ffffff;
    padding: 20px 30px 10px;
    color: #2d2d2d;
}

.featured-pages .featured-thumb img {
    display: block;
    width: 100%;
}

.featured-pages h2 {
    color: #2d2d2d;
    letter-spacing: 0.8px;
}

.featured-pages .featured-content h4 {
    letter-spacing: 0.8px;
    font-size: 18px;
    padding-bottom: 5px;
}
.featured-pages .featured-content h2 {
    letter-spacing: 0.8px;
    font-size: 18px;
    padding-bottom: 5px;
}

.featured-pages .featured-content p {
    font-weight: 300;
    font-size: 12px;
}

.slick-dots li {
    width: auto;
    width: 9px;
    height: 9px;
    border: 1px solid #A8A8A8;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
}

.slick-dots li:hover {
    cursor: pointer;
}

.slick-dots button {
    position: absolute;
    text-indent: -999em;
    /*    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    opacity: 0;
}

.slick-dots .slick-active {
    background: #A8A8A8;
}

.content-slider .slick-dots {
    padding-top: 10px;
    padding-bottom: 0;
}

.content-slider {
    margin-bottom: 0;
    margin-top: 20px;
    max-width: 370px;
}

.featured-pages .author {
    position: relative;
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    margin-top: -10px;
}

.featured-pages .author img {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
}

.author img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
}

.author h4 {
    padding-top: 10px;
    padding-bottom: 0px;
}

.author h4,
.author p {
    padding-left: 100px;
}

.featured-content .author h4 {
    padding-top: 0px;
    padding-bottom: 10px;
}

.featured-content .author h4,
.featured-content .author p {
    padding-left: 65px;
}

.featured-pages .author h5 {
    padding-bottom: 0;
    padding-left: 60px;
}

.featured-pages .featured-content .author p {
    padding-left: 60px;
    line-height: 120%;
}

.menu-blocks>div {
    overflow: hidden;
    max-height: 0;
}

.menu-blocks>.active {
    max-height: none;
}

.menu-side {
    position: relative;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
}

.menu-background-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2d2d2d;
}

.menu-side li {
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 200;
    cursor: pointer;
}

.menu-side li.active {
    font-weight: 700;
}

.menu-side li::before {
    display: none;
}

.menu-background-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    opacity: 0.1;
}

.menu-side li svg {
    display: none;
}

.menu-side h4 {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 5.5px;
    text-transform: uppercase;
    opacity: 0.6;
    color: #C8C8C8;
}

.page-content.has-menu {
    padding-top: 0;
}

.menu-blocks {
    padding-top: 30px;
}

.page-content h3,
p.yoga-p,
.advice h3,
.form h3 {
    color: #e51312;
    font-weight: 200;
}

.day {
    background: #ffffff;
    position: relative;
    padding: 10px 20px 0;
}

.day li,
.day+.extra li {
    display: block;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 0;
    width: 100%;
}

.day li b {
    font-weight: 400;
    display: inline-block;
    width: 100px;
}

.day li::before,
.day+.extra li::before {
    display: none;
}

.day h4 {
    padding: 10px 0 5px;
}

.time sub {
    text-transform: uppercase;
    font-size: 10px;
    color: #C8C8C8;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    display: block;
}

.time span {
    color: #e51312;
    font-weight: 200;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 100%;
}

.advice {
    background: #f7f7f7;
    padding: 30px 0;
    color: #2d2d2d;
}

.advice h2 {
    padding-bottom: 10px;
}

.advice .foto {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.advice .links {
    display: inline-block;
    vertical-align: middle;
    width: calc( 100% - 140px);
    margin-left: 20px;
}

.advice .links a {
    display: block;
    color: #2d2d2d;
    font-size: 13px;
}

.advice .links a span {
    color: #e51312;
    margin-left: 5px;
}

.advice img {
    width: 97px;
    height: 97px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.meer svg {
    width: 8px;
    height: 13px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.meer svg polyline {
    stroke: #e51312;
}

.team {
    background-color: #2d2d2d;
    position: relative;
    padding: 40px 0 60px;
}

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

.team>img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    opacity: 0.1;
}

.trainer .thumb {
    overflow: hidden;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    top: 0;
    position: relative;
    border: 5px solid rgba(244, 244, 244, 0.26);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 99;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.3s;
}

.team .trainer {
    margin-bottom: 30px;
    position: relative;
    max-width: 300px;
    color: #ffffff;
    display: inline-block;
    width: calc(49% - 5px);
    vertical-align: top;
    z-index: 101;
}

.team .trainer:nth-of-type(odd) {
    margin-right: 2%;
}

.team .trainer.active {
    z-index: 102;
}

.team .trainer .info {
    background: -webkit-linear-gradient(174deg, rgba(40, 125, 147, 0.95) 0%, rgba(0, 67, 91, 0.90) 100%);
    background: -o-linear-gradient(174deg, rgba(40, 125, 147, 0.95) 0%, rgba(0, 67, 91, 0.90) 100%);
    background: linear-gradient(264deg, rgba(75, 75, 75, 0.95) 0%, rgba(45, 45, 45, 0.9) 100%);
    padding-top: 80px;
    position: absolute;
    width: calc(200% - 40px);
    padding: 0 20px;
    top: 60px;
    transition: 0.5s;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
}

.team .trainer.active .info {
    padding: 80px 20px 0;
    max-height: none;
    opacity: 1;
}

.team .trainer:nth-of-type(odd) .info {
    left: -10%;
}

.team .trainer:nth-of-type(even) .info {
    right: -10%;
}

.trainer li {
    padding-left: 20px;
    position: relative;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.trainer li::before {
    display: block;
    content: " ";
    background: #ffffff;
    width: 4px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 12px;
}

.trainer .info::after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #f44b1e 0%, #e51312 100%);
}

.map {
    overflow: hidden;
    height: 360px;
    position: relative;
}

.map .wpgmza_map {
    position: absolute;
    height: 120%;
    width: 120%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.partners {
    background: #f7f7f7;
    padding: 30px 0 0;
    color: #2d2d2d;
}

.partner {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
}

.partner .logo img {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}

.partner .logo .gegevens {
    display: inline-block;
    width: calc( 100% - 130px);
    font-size: 12px;
    margin-left: 20px;
    vertical-align: middle;
}

.partner .logo .gegevens ul {
    padding-bottom: 0;
}

.partner .logo .gegevens li {
    position: relative;
    padding: 0;
    line-height: 150%;
    color: #879AA4;
}

.partner .logo .gegevens li::before {
    display: block;
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #879aa4;
    position: absolute;
    padding: 0;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.partner .logo {
    margin-bottom: 30px;
}

.partner h4 {
    padding-bottom: 0;
}

.cta {
    background: #2d2d2d;
    position: relative;
    padding: 30px 0;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.cta img,
.form .right img,
.rating>img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    opacity: 0.2;
}

.cta h3 {
    font-weight: 200;
    letter-spacing: 1px;
}

.cta .button {
    color: #ffffff;
}

.cta sub {
    display: block;
    color: #ffffff;
    opacity: 0.7;
    letter-spacing: 0.5px;
    font-size: 12px;
    padding-top: 20px;
}

.cta sub a {
    text-decoration: underline;
    color: inherit;
}

.newsletter {
    color: #2d2d2d;
    padding: 30px 0;
    position: relative;
}

.newsletter h2 .cta-p{
    padding-bottom: 10px!important;
}

input:not([type=submit]),
textarea {
    border: 1px solid #6363638f;
    background: #ffffff;
    color: #2d2d2d;
    font-weight: 300;
    letter-spacing: 0.8px;
    font-family: 'Titillium Web', sans-serif;
    padding: 8px 16px;
    display: block;
}
newsletter ::placeholder{
    border: 1px solid #0c384f6b;
}
.newsletter .wrap>div>p {
    padding-bottom: 20px;
    font-weight: 200;
    letter-spacing: 1px;
}

.newsletter input:not([type=submit]) {
    margin-top: 10px;
    display: block;
}

.newsletter .right a {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}

.newsletter .right a svg {
    max-width: 100%;
}

.newsletter .right a svg path,
.share svg path {
    fill: #000000;
    opacity: 0.13;
}

.site-footer .main {
    background: #2d2d2d;
    padding: 30px 0;
    color: #9FA3A7;
}

.site-footer .main a {
    color: #9FA3A7;
}

.site-footer .main p {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.4px;
    color: #ffffff;
    padding-bottom: 0;
    font-weight: 700;
}

.site-footer .block:nth-of-type(2) span:first-of-type {
    display: inline-block;
    width: 80px;
}

.day .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
}

.day .icon:nth-of-type(4) {
    right: 80px;
}

.day .icon img {
    max-width: 30px;
    max-height: 30px;
    height: 30px;
    margin: 0 auto;
}

.day .icon p {
    color: #e51312;
    font-size: 8px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -10px;
}

.day .plus {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 25px;
    transition: 0.4s;
}

.day .plus span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #e51312;
}

.day .plus span:first-of-type {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.day .plus span:last-of-type {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.day+.extra {
    background: #ffffff;
    padding: 0 20px;
    margin: 0;
    transition: 0.4s;
    max-height: 0;
    overflow: hidden;
}

.day.active+.extra {
    max-height: none;
    padding: 20px;
    margin: 10px 0;
}

.day.active .plus {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.day+.extra p {
    color: #A7A9AA;
    font-weight: 300;
    font-size: 12px;
}

.day+.extra h4 {
    padding-bottom: 0;
}

.extra h5 {
    font-size: 14px;
}

.alternative a {
    color: #a6a6a6;
    font-weight: 300;
    letter-spacing: 1px;
}

.alternative a span:first-of-type {
    display: inline-block;
    width: 100px;
}

.alternative a span:last-of-type {
    color: #e51312;
    font-size: 18px;
    letter-spacing: 0;
}

.alternative a svg {
    width: 8px;
    height: 13px;
    display: inline-block;
    margin-left: 20px;
}

.alternative svg polyline {
    stroke: #e51312;
}

.featured-pages {
    padding-top: 30px;
}

.page-content+.featured-pages,
.page-content .featured-pages {
    padding-top: 0;
}

.form {
    background: #f7f7f7;
    color: #2d2d2d;
    padding: 0px 0 30px;
}

.form h2 {
    padding-bottom: 10px;
}

.form .left {
    background: #ffffff;
    padding: 20px;
}

.form p {
    padding-bottom: 10px;
}

.form input:not([type=submit]),
.form textarea {
    width: calc(100% - 40px);
    line-height: 200%;
    max-height: 100px;
    color: #2d2d2d;
}

.form .right {
    background: #2d2d2d;
    color: #ffffff;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.form .right a {
    color: #ffffff;
    transition: 0.3s;
}

.form .right a:hover {
    color: #00aced;
}

.form .right li {
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-left: 20px;
    position: relative;
}

.form .right h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    position: relative;
}

 ::-webkit-input-placeholder {
    max-width: 160px;
    line-height: 200%;
    color: #2d2d2d;
}

 ::-moz-placeholder {
    max-width: 160px;
    line-height: 200%;
    color: #2d2d2d;
}

 :-ms-input-placeholder {
    max-width: 160px;
    line-height: 200%;
    color: #2d2d2d;
}

 :-moz-placeholder {
    max-width: 160px;
    line-height: 200%;
    color: #2d2d2d;
}

.form .right li::before {
    display: block;
    content: " ";
    background: #7bc883;
    width: 4px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 12px;
}

.subscriptions {
    background-color: #2d2d2d;
    position: relative;
    overflow: hidden;
    padding: 30px 0 60px;
    text-align: center;
}

.subscriptions>img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    opacity: 0.1;
}

.subscription {
    color: #ffffff;
    margin-top: 30px;
    position: relative;
    text-align: left;
    max-width: 400px;
    margin: 30px auto 0;
}

.subscription .toggle-block {
    background-image: linear-gradient(264deg, rgba(162, 162, 162, 0.68) 0%, rgba(108, 108, 108, 0.48) 100%);
    overflow: hidden;
    padding: 20px 18px 60px;
}

.most-chosen {
    position: absolute;
    background: #59C861;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding: 4px 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 9px;
    top: 16px;
    right: -62px;
}

.most-chosen span {
    opacity: 0.7;
}

.subscription .button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    padding: 15px 0;
    width: 100%;
}

.subscription h4 {
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.subscription .toggle-block>span {
    font-size: 30px;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 10px 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    margin-bottom: 20px;
}

.subscription .toggle-block>span::before {
    display: inline-block;
    content: "€";
    font-size: 20px;
    vertical-align: baseline;
    margin-right: 5px;
}

.page-content .noInline li {
    display: block;
}

.subscription .toggle-block>span::after {
    display: inline-block;
    content: "per maand";
    font-size: 20px;
    vertical-align: baseline;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    max-width: 60px;
    text-align: left;
    line-height: 120%;
    margin-left: 10px;
}

.subscription li {
    font-weight: 200;
    letter-spacing: 0.5px;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

.subscription li::before {
    display: block;
    content: " ";
    background: #7bc883;
    width: 4px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 12px;
}

.subscription p {
    color: #E2E2E2;
    opacity: 0.5;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 200;
}

.page-content a:not(.button) {
    color: #e51312;
    font-weight: 200;
}

.page-content .page_item_has_children {
    width: 100%;
}

.site-footer .bottom {
    border-top: 1px solid #616161;
    padding-top: 20px;
    text-align: center
}

.site-footer .bottom p,
.site-footer .bottom a,
.site-footer .breadcrumbs a,
.site-footer .breadcrumbs .breadcrumb_last {
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 12px;
    opacity: 0.5;
}

.home .breadcrumbs {
    display: none;
}

.right.agenda a svg {
    width: 8px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.page-content .right.agenda li a:hover {
    color: #2d2d2d;
}

.right.agenda a svg polyline {
    stroke: #e51312;
}

.timeslot-unavailable {
    display: none;
}

.scrollto {
    position: absolute;
    top: -75px;
}

.form .right {
    position: relative;
}

.page-content .mejs-overlay {
    padding-bottom: 40px;
}

.wp-video {
    margin-bottom: 20px;
}

.homepage+.page-content h2 {
    font-weight: 600;
}

.featured-pages .featured-content sub {
    font-weight: 200;
}

.page-content .menu-side h4 {
    font-size: 12px;
}

.featured-page.square {
    max-width: 370px;
}

.featured-page.long {
    max-width: 570px;
}

.rating {
    text-align: center;
    background: #2d2d2d;
    color: #ffffff;
    font-weight: 200;
    position: relative;
    letter-spacing: 1px;
    padding: 30px 0;
    font-size: 24px;
    line-height: 150%;
    overflow: hidden;
}

.rating svg {
    width: 50px;
}

.rating .fc_rating_score {
    color: #e51312;
    font-size: 180%;
}

.rating .fc_rating_best {
    font-weight: 200!important;
}

.rating a {
    display: block;
    position: absolute;
    width: 150px;
    bottom: 0;
    right: 20px;
    opacity: 0.8;
}

.day .icon p {
    padding-bottom: 0;
}

.homepage .dagpas {
    display: none;
    transition: 0.5s;
}

.subscription li strong {
    color: #e51312;
    margin-left: 2px;
    font-weight: 300;
}

.partners p {
    font-size: 12px;
    letter-spacing: 0.44px;
    line-height: 26px;
}


/* Abonnementen Swap */

.subscriptions {
    perspective: 1000px;
}

.subscription .hidden {
    opacity: 0;
    z-index: -1;
}

.subscription {
    position: relative;
}

.onbeperkt,
.beperkt {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    transform-style: preserve-3d;
}

.onbeperkt {
    z-index: 2;
}

.beperkt {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    opacity: 0;
}

.toggled .onbeperkt {
    z-index: 0;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    opacity: 0;
}

.toggled .beperkt {
    z-index: 2;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    opacity: 1;
}

.toggle .button {
    color: #ffffff;
    width: 100px;
    margin: 0 10px;
}

.toggle {
    padding-bottom: 40px;
}

.subscription p {
    padding-bottom: 0;
    height: 100px;
}

.advice a,
.advice a span {
    transition: 0.3s;
}

.advice a:hover,
.advice a:hover span {
    color: #e51312;
}

::-webkit-input-placeholder {
    opacity: 0.3;
}

::-moz-placeholder {
    opacity: 0.3;
}

:-ms-input-placeholder {
    opacity: 0.3;
}

:-moz-placeholder {
    opacity: 0.3;
}

.home .page-content ul::after {
    display: block;
    content: " ";
    margin-top: 30px;
    margin-bottom: 0;
}

.home .page-content a.meer {
    margin-top: 0;
}

.site-footer .main .block.doel a {
    text-transform: lowercase;
}

.site-footer .main .block.doel a::before {
    display: inline-block;
    content: "Ik wil ";
    padding-right: 4px;
    text-transform: none;
}

.site-footer .breadcrumbs {
    position: absolute;
    top: 10px;
    right: 20px;
}

.site-footer .main {
    position: relative;
}

.breadcrumbs a::after {
    display: inline-block;
    content: " - ";
}

.menu-blocks .tijden .day {
    cursor: initial;
}

.menu-blocks sup,
.page-content sup {
    text-transform: uppercase;
    letter-spacing: 5.5px;
    font-size: 12px;
    color: #C8C8C8;
}

.top-submenu {
    background: #ffffff;
    z-index: 999;
}

.top-submenu.is_stuck {
    border-top: 1px solid #f2f2f2;
}

.page-content h3,
.advice h3,
.form h3 {
    max-width: 600px;
}

.tijden .day ul {
    font-size: 12px;
}

.tijden+.button {
    margin-top: 30px;
}

.site-footer .block:first-of-type span:first-of-type {
    display: inline-block;
    width: 100px;
}

.share a {
    display: block;
}

.share svg {
    width: 30px;
    height: 30px;
}

.share {
    position: absolute;
    top: 200px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /*right: -40px;*/
    left: 800px;
    text-align: center;
}

.share p {
    padding-bottom: 10px;
}

.first-content {
    padding-right: 40px;
}

.trainer .button {
    width: 150%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
}

.team-linked .trainer .button,
.team-linked .trainer .extra {
    display: block;
}

.trainer .extra {
    display: none;
}

.trainer ul {
    padding-bottom: 0;
}

.trainer ul:last-of-type {
    padding-bottom: 20px;
}

.widget.widget_fcs_widget p {
    padding-bottom: 5px!important;
}

.widget_fcs_widget .fc_rating_reviews,
.rating .widget_fcs_widget .fa {
    display: none;
}

.kgvid_wrapper {
    max-width: 640px!important;
    margin: 0!important;
    margin-bottom: 30px!important;
}

h2 .alignright,
h1 .alignright {
    float: right;
}

.page-id-2490 .subscriptions .toggle,
.page-id-2490 .subscription .toggle-block>span::after {
    display: none;
}

@media screen and (min-width:480px) {
    .tijden+.button {
        margin-top: 40px;
    }
    .banner-content h2 {
        font-size: 32px;
        padding-bottom: 40px;
    }
    .choice {
        width: 360px;
    }
    .choice .placeholder {
        padding: 5px 16px 16px;
        font-size: 24px;
    }
    .page-content {
        padding: 40px 0;
    }
    h2, .cta-p {
        font-size: 26px!important;
        font-weight: bold!important;
    }
    .page-content a.meer {
        margin-top: 20px;
    }
    .featured .featured-page {
        padding: 40px;
        position: relative;
    }
    .featured .featured-page .button {
        position: absolute;
        bottom: 0;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        padding: 15px 30px;
    }
    .featured {
        padding: 40px 0 80px;
    }
    .cta {
        padding: 50px 0;
    }
    .site-footer .block {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
    }
    .instagram-feed #wdi_feed_0 .wdi_feed_item {
        width: 25%;
        margin-bottom: -9px;
    }
    .top-submenu:not(.open) a.active {
        padding: 10px 0;
    }
    .top-submenu svg {
        top: 19px;
    }
    .top-submenu.open a {
        padding: 5px 0;
    }
    .banner {
        padding: 60px 0 40px;
    }
    .featured-pages .featured-page {
        margin-bottom: 30px;
        display: inline-block;
        vertical-align: top;
        width: calc(49% - 4px);
        margin-left: 2%;
    }
    .featured-pages .featured-page:nth-of-type(odd) {
        margin-left: 0;
    }
    .featured-pages h2 {
        padding-bottom: 30px;
    }
    .menu-side {
        padding: 40px 0 20px;
    }
    h3, p.yoga-p {
        font-size: 20px;
    }
    .time span {
        font-size: 26px;
        display: block;
    }
    .day .time {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-right: 20px;
        padding-top: 10px;
    }
    .day .info {
        display: inline-block;
        vertical-align: top;
    }
    .day h4 {
        font-size: 16px;
    }
    .time sub {
        margin-right: 0;
    }
    .subscription {
        display: inline-block;
        width: calc(49% - 5px);
        vertical-align: top;
        margin-right: 2%;
    }
    .subscription:nth-of-type(even) {
        margin-right: 0;
    }
    .advice {
        padding: 40px 0;
    }
    .advice h2 {
        padding-bottom: 20px;
    }
    .advice .links a {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
    }
    .advice .links a:first-of-type {
        margin-right: 20px;
    }
    .team .trainer {
        display: inline-block;
        width: calc(32% - 4px);
        vertical-align: top;
        margin-right: 2%;
    }
    .team .trainer:nth-of-type(3n) {
        margin-right: 0;
    }
    .day+.extra .left {
        display: inline-block;
        width: calc(50% - 4px);
        font-size: 16px;
        vertical-align: top;
        margin-right: 5%;
    }
    .day+.extra .right {
        max-width: calc(40% - 4px);
        display: inline-block;
        vertical-align: top;
        padding-left: 5%;
        border-left: 1px solid #e8e8e8;
        margin-top: 30px;
    }
    .alternative a span:first-of-type {
        width: 120px;
        font-size: 16px;
    }
    .form .left {
        padding: 40px;
    }
    .partner .logo img {
        width: 180px;
    }
    .partner .logo .gegevens {
        width: calc( 100% - 220px);
        font-size: 14px;
        letter-spacing: 0.4px;
    }
    .partner {
        padding: 30px;
    }
    .partners h2 {
        padding-bottom: 30px;
    }
    .page-parent .top-submenu:not(.open) li:first-of-type a {
        padding: 10px 0;
    }
    .trainer h3 {
        font-size: 18px;
    }
    .page-content p {
        max-width: 700px;
    }
    .page-content .tijden:not(.schedule) {
        max-width: 900px;
    }
    .rating {
        font-size: 30px;
    }
    .team .trainer:nth-of-type(odd) .info,
    .team .trainer:nth-of-type(even) .info {
        right: auto;
        left: -10%;
    }
    .team .trainer:nth-of-type(3n) .info {
        right: -10%;
        left: auto;
    }
    .team {
        padding: 40px 0 20px;
    }
}

@media screen and (min-width:768px) {
    .alignright {
        float: right;
        margin-top: 25px;
    }
    h2 .alignright,
    h1 .alignright {
        margin-top: 0;
    }
    .rating {
        font-size: 34px;
        padding: 100px 0 60px;
    }
    .rating a {
        width: 170px;
    }
    .rating svg {
        position: absolute;
        left: 15%;
        top: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
    }
    .form h2 {
        padding-bottom: 20px;
    }
    .newsletter input:not([type=submit]) {
        padding: 12px 16px;
        margin-top: 0;
        display: inline-block;
        width: 25%;
        margin-right: 5px;
    }
    .banner-content h2 {
        font-size: 50px;
    }
    .page-content .right {
        padding-top: 0;
        display: inline-block;
        vertical-align: top;
        width: 40%;
    }
    .page-content .left {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-right: 9%;
    }
    .featured h2 {
        font-size: 40px;
        padding-bottom: 30px;
    }
    .featured .featured-page {
        padding: 60px;
        transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
    }
    .featured .featured-content {
        font-size: 16px;
        max-width: 300px;
        font-weight: 200;
    }
    .homepage+.page-content .left {
        padding-bottom: 60px;
    }
    .featured {
        padding: 0 0 20px;
    }
    .featured .featured-page .button {
        padding: 20px 60px;
    }
    .cta {
        padding: 80px 0;
    }
    .homepage h2 {
        padding-bottom: 30px;
        font-size: 40px;
    }
    .cta h3 {
        padding-bottom: 40px;
        font-size: 26px;
    }
    .button {
        padding: 22px 50px;
    }
    .banner-content h1 {
        font-size: 40px;
        padding-bottom: 30px;
    }
    .banner-content p {
        font-size: 22px;
    }
    .banner {
        padding: 100px 0 60px;
    }
    .instagram-feed #wdi_feed_0 .wdi_feed_item {
        width: calc( 100% / 6);
    }
    .instagram-feed {
        padding: 40px 0;
    }
    h2 .cta-p{
        font-size: 30px!important;
    }
    h3, .yoga-p {
        font-size: 24px;
    }
    .instagram-feed h3 {
        padding-bottom: 40px;
    }
    .featured-pages .featured-content h4 {
        font-size: 20px;
    }
    .featured-pages .featured-content h2 {
        font-size: 20px;
    }
    .featured-pages .featured-content {
        width: calc(90% - 60px);
        margin: 0 auto;
        transform: translateY(-20px);
    }
    .featured-pages .featured-content p {
        font-size: 14px;
    }
    .slick-dots {
        text-align: right;
    }
    .menu-side {
        width: 250px;
        position: static;
        display: inline-block;
        vertical-align: top;
    }
    .side-menu-content {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 300px);
    }
    .menu-background-wrapper {
        right: auto;
        width: 250px;
        overflow: hidden;
    }
    .menu-blocks {
        padding-top: 40px;
    }
    .menu-side .wrap {
        margin-top: 40px;
    }
    .menu-side li {
        margin-bottom: 5px;
    }
    .subscription {
        width: calc(49% - 5px);
    }
    .subscription h4 {
        font-size: 24px;
        padding-bottom: 16px;
    }
    .subscription .toggle-block>span {
        font-size: 42px;
    }
    .subscription .button {
        padding: 20px 0;
    }
    .subscription .toggle-block>span::before {
        font-size: 24px;
    }
    .advice .links a {
        font-size: 16px;
    }
    .advice h3 {
        padding-bottom: 40px;
    }
    .team .trainer,
    .team .trainer:nth-of-type(even),
    .team .trainer:nth-of-type(3n),
    .team .trainer:nth-of-type(odd) {
        width: calc(24% - 4px);
        margin-right: 1%;
    }
    .team .trainer:nth-of-type(4n) {
        margin-right: 0;
    }
    .team .trainer:nth-of-type(3n) .info,
    .team .trainer .info,
    .team .trainer:nth-of-type(odd) .info,
    .team .trainer:nth-of-type(even) .info {
        width: 120%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .trainer h3 {
        text-align: center;
    }
    .team .trainer .thumb {
        width: 140px;
        height: 140px;
    }
    .team .trainer .thumb img {
        transition: 0.3s;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }
    .team .trainer:hover .thumb img,
    .team .trainer.active .thumb img {
        transition: 0.3s;
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }
    .team .trainer .info {
        width: 150%;
        top: 70px;
    }
    .team .trainer.active .info {
        padding-top: 100px;
    }
    .trainer li {
        font-size: 12px;
    }
    .day {
        padding: 20px 30px 0;
    }
    .day+.extra p {
        font-size: 14px;
    }
    .day+.extra h4 {
        padding-bottom: 10px;
    }
    .day.active+.extra {
        padding: 30px;
    }
    .partner {
        padding: 20px;
        width: calc(49% - 44px);
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
    }
    .partner:nth-of-type(even) {
        margin-right: 0;
    }
    .partner .logo img {
        width: 100px;
    }
    .partner .logo .gegevens {
        width: calc( 100% - 140px);
    }
    .partners .wrap {
        width: 90%;
    }
    body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
        width: 50%;
    }
    body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
        width: 50%;
    }
    .form .left {
        width: calc(60% - 80px);
    }
    .form .right {
        position: absolute;
        top: 0;
        right: 0;
        left: 60%;
        bottom: 0;
        padding: 0;
    }
    .newsletter .left {
        display: inline-block;
        vertical-align: top;
        width: 75%;
    }
    .newsletter .right {
        display: inline-block;
        vertical-align: top;
    }
    .form .right li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .newsletter {
        padding: 40px 0;
    }
    .newsletter input[type=submit] {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .newsletter form p {
        position: relative;
        width: 450px;
    }
    .newsletter h2 .cta-p {
        padding-bottom: 20px!important;
    }
    .newsletter .wrap>div>p {
        padding-bottom: 30px;
    }
    .form .right .wrap {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        height: auto;
        width: 70%;
    }
    .form .right h4 {
        padding-bottom: 30px;
    }
}

@media screen and (min-width:1024px) {
    .top-submenu li a {
        font-size: 13px;
    }
    .mejs-overlay-button {
        display: block;
    }
    .groepslessen-link {
        display: none!important;
    }
    .trainer ul:last-of-type {
        padding-bottom: 30px;
    }
    .top-submenu {
        transition: 0.3s;
    }
    .top-submenu.is_stuck {
        margin-top: 17px;
    }
    .newsletter {
        overflow: hidden;
    }
    .newsletter .wrap::after {
        display: block;
        content: " ";
        width: 1px;
        background: #f2f2f2;
        height: 500%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 65%;
    }
    .site-header .sub-menu {
        position: absolute;
        background: #ffffff;
        top: 94px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 300px;
        left: 0;
    }
    .main-navigation li {
        position: relative;
    }
    .main-navigation li:hover .sub-menu {
        display: block;
    }
    .site-header .sub-menu a::after {
        display: none;
    }
    .main-navigation {
        overflow: visible;
    }
    .main-navigation .sub-menu li a {
        text-transform: none;
        font-weight: 300;
        font-size: 14px;
        margin-left: 30px;
        transition: 0.3s;
        background-image: url(inc/img/link-background.svg);
        background-size: 8px 13px;
        background-position: left -30px center;
        background-repeat: no-repeat;
    }
    .main-navigation .sub-menu li a:hover {
        padding-left: 20px;
        color: #e51312;
        background-image: url(inc/img/link-background.svg);
        background-size: 8px 13px;
        background-position: left center;
        background-repeat: no-repeat;
    }
    .site-header .sub-menu li {
        display: block;
        padding: 0;
    }
    .form .left .wpcf7 {
        width: 85%;
    }
    .featured {
        padding: 0 0 60px;
    }
    .menu-blocks .tijden {
        max-width: 800px;
    }
    .rating {
        font-size: 38px;
        padding: 140px 0 100px;
    }
    .rating svg {
        width: 72px;
    }
    html {
        font-size: 16px;
    }
    .site-footer .block:nth-of-type(2) span:first-of-type {
        width: 100px;
    }
    .homepage h2 {
        padding-bottom: 60px;
        font-size: 56px;
    }
    .choice .placeholder {
        font-size: 38px;
    }
    .page-content {
        padding: 60px 0;
    }
    h2 .cta-p {
        font-size: 36px!important;
        padding-bottom: 30px!important;
    }
    .menu-button {
        display: none;
    }
    .site-header .logo {
        width: 132px;
        position: absolute;
        top: calc(50% + 5px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding: 0;
        left: 20px;
    }
    .main-navigation .overlay {
        display: none;
    }
    .main-navigation {
        position: relative;
        display: inline-block;
        width: auto;
        z-index: 99;
        background-image: none;
        margin-left: 80px;
        vertical-align: middle;
    }
    .menu-hoofdmenu-container {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        -webkit-transform: none;
        width: auto;
    }
    .main-navigation a::before {
        display: none;
    }
    .main-navigation a::after {
        width: 0;
        height: 2px;
        background-image: none;
        background-color: #e51312;
        bottom: 3px;
        top: auto;
        left: -4px;
        transform: none;
        -webkit-transform: none;
        transition: 0.4s;
    }
    .main-navigation a:hover::after {
        width: calc(100% + 8px);
    }
    .main-navigation li {
        display: inline-block;
        font-size: 12px;
        padding: 31px 0;
    }
    .main-navigation a {
        color: #2d2d2d;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.6px;
        position: relative;
        padding: 0;
        margin-left: 36px;
        display: block;
        text-transform: uppercase;
    }
    .main-navigation ul {
        padding-bottom: 0;
    }
    .main-navigation .current-menu-item>a,
    .main-navigation .current-page-ancestor>a {
        color: #e51312;
    }
    .agenda li a {
        padding: 15px;
        transition: 0.1s;
    }
    .agenda li a:hover {
        background: #f7f7f7;
        font-weight: 600;
    }
    .page-content .agenda h4 {
        font-size: 18px;
    }
    .featured .featured-page {
        max-width: 860px;
        margin: 0 auto;
    }
    .featured h2 {
        font-size: 46px;
    }
    .featured .featured-content {
        font-size: 18px;
    }
    .featured .featured-page .button {
        padding: 26px 75px;
    }
    .cta h2 {
        font-size: 44px;
    }
    .cta h3 {
        padding-bottom: 40px;
        font-size: 30px;
    }
    .cta .button {
        margin-bottom: 10px;
    }
    .newsletter h2 .cta-p {
        font-size: 32px!important;
    }
    .newsletter input:not([type=submit]) {
        padding: 16px 22px;
        width: 105px;
    }
    .newsletter input[type=submit] {
        padding: 19px 44px;
    }
    .newsletter form p {
        width: 500px;
    }
    .site-footer .main li b {
        font-weight: 600;
    }
    .site-footer .main {
        padding: 50px 0;
    }
    .site-footer .block {
        margin-right: 1%;
    }
    .site-footer .block:last-of-type {
        margin-right: 0%;
    }
    .banner-content h1 {
        font-size: 46px;
        padding-bottom: 40px;
    }
    .banner-content p {
        font-size: 26px;
    }
    .banner {
        padding: 120px 0 60px;
    }
    .top-submenu svg {
        display: none;
    }
    .top-submenu {
        cursor: initial;
        text-align: left;
    }
    .top-submenu li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 8px;
        position: relative;
    }
    .top-submenu li:first-of-type {
        padding-left: 0;
    }
    .top-submenu a::after {
        display: block;
        content: " ";
        width: 0;
        position: absolute;
        height: 2px;
        transition: 0.3s;
        bottom: 0;
        left: 0;
        background: #e51312;
    }
    .top-submenu a,
    .top-submenu.open a,
    .top-submenu:not(.open) a.active,
    .page-parent .top-submenu:not(.open) li:first-of-type a {
        max-height: none;
        padding: 16px 0;
        transition: 0;
        position: relative;
        overflow: visible;
    }
    .top-submenu a:hover::after,
    .top-submenu a.active::after {
        width: 100%;
    }
    .top-submenu::before {
        display: none;
    }
    .instagram-feed {
        padding: 60px 0;
    }
    h3, .yoga-p {
        font-size: 28px;
    }
    .instagram-feed h3 {
        padding-bottom: 50px;
    }
    .instagram-feed #wdi_feed_0 .wdi_feed_item {
        width: calc( 100% / 7);
    }
    .featured-pages h2 {
        padding-bottom: 40px;
    }
    p,
    ul {
        padding-bottom: 30px;
    }
    .wp-video {
        margin-bottom: 30px;
    }
    .featured-pages .featured-content h4 {
        font-size: 24px;
        padding-top: 10px;
    }
    .featured-pages .featured-content h2 {
        font-size: 24px;
        padding-top: 10px;
    }
    .featured-pages .featured-content {
        padding: 30px 30px 0px;
    }
    .featured-pages .featured-content sub {
        display: block;
        margin-top: -10px;
    }
    .page-content h4 {
        font-size: 20px;
    }
    .featured-pages .author h5 {
        font-size: 16px;
        padding-left: 66px;
    }
    .featured-pages .featured-content .author p {
        padding-left: 66px;
    }
    .archive-content .malinky-load-more {
        text-align: left;
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
    .archive-content .malinky-load-more::before {
        width: 30px;
        height: 6px;
        display: inline-block;
        vertical-align: middle;
        content: " ";
        background-image: url(inc/img/dots.svg);
        background-position: center center;
        background-size: 30px 6px;
        background-repeat: no-repeat;
        margin-right: 10px;
    }
    .archive-content .malinky-load-more a {
        color: #09152E;
        transition: 0.3s;
    }
    .archive-content .malinky-load-more a:hover {
        color: #e51312;
    }
    .day li {
        display: inline-block;
        width: auto;
    }
    .day li:first-of-type {
        width: 220px;
    }
    .day li:nth-of-type(2),
    .day li:nth-of-type(3) {
        width: 140px;
    }
    .day li b {
        width: auto;
        margin-right: 5px;
    }
    .tijden .day {
        background: #f7f7f7;
        border-bottom: 1px solid #f1f1f1;
        transition: 0.3s;
        cursor: pointer;
        padding: 10px 60px 10px;
    }
    .tijden .day:hover,
    .tijden .day.active {
        background: #ffffff;
    }
    .tijden .day:first-of-type {
        border-top: 1px solid #f1f1f1;
    }
    .tijden .day ul {
        padding-bottom: 0;
    }
    .tijden .day h4 {
        padding-bottom: 0;
    }
    .day .icon {
        top: 0;
        right: 0;
        width: 80px;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .day .icon:nth-of-type(4) {
        right: 0;
    }
    .day .plus {
        right: 20px;
        bottom: auto;
        top: 50%;
        transition: 0.4s;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .day.active+.extra {
        margin-left: 20%;
        box-shadow: 0 0 30px 0 #ececec;
    }
    .menu-blocks .tijden .day {
        padding: 10px 20px 10px;
        background: #ffffff;
    }
    .advice {
        padding: 50px 0;
    }
    .booked-calendar-shortcode-wrap {
        width: 80%;
        max-width: 800px;
    }
    .menu-side svg {
        width: 50px;
        opacity: 0.4;
    }
    .site-header .dagpas {
        background: linear-gradient(90deg, #f44b1e 0, #e51312 33%, #e51312 66%, #f44b1e 100%);
        background-size: 200% auto;
        background-position: left center;
        left: auto;
        right: 0;
        width: 200px;
        margin-bottom: 0;
        transition: 0.5s;
    }
    .button.full:hover,
    input[type=submit]:hover,
    .booked-calendar-shortcode-wrap .booked-appt-list .timeslot .timeslot-people .button:hover {
        background: linear-gradient(90deg, #f44b1e 0, #e51312 33%, #e51312 66%, #f44b1e 100%);
        background-size: 200% auto;
        background-position: right center;
        border-left: 2px solid #e51312;
        border-right: 2px solid #f44b1e;
    }
    .site-header .dagpas:hover {
        background: linear-gradient(90deg, #f44b1e 0, #e51312 33%, #e51312 66%, #f44b1e 100%);
        background-size: 200% auto;
        background-position: right center;
    }
    .button.empty:hover {
        background: linear-gradient(90deg, #f44b1e 0%, #e51312 100%);
    }
    .partner .logo .gegevens {
        width: calc( 100% - 220px);
    }
    .partner .logo img {
        width: 189px;
    }
    .newsletter .right a:hover svg path,
    .share a:hover svg path {
        opacity: 1;
    }
    .newsletter .right .facebook:hover svg path,
    .share .facebook:hover svg path {
        fill: #4460a0;
    }
    .newsletter .right .twitter:hover svg path,
    .share .twitter:hover svg path {
        fill: #00aced;
    }
    .newsletter .right .youtube:hover svg path,
    .share .mail:hover svg g {
        fill: #bb0000;
    }
    .share .linkedin:hover svg path {
        fill: #0077B5;
    }
    .form {
        padding: 40px 0 80px;
    }
    .featured-pages {
        padding-top: 40px;
    }
    .cta sub {
        font-size: 14px;
    }
    .site-footer .main a {
        transition: 0.3s;
    }
    .site-footer .main a:hover {
        color: #ffffff;
        opacity: 1;
    }
    .subscription h4 {
        font-size: 30px;
    }
    .team .trainer {
        margin-bottom: 50px;
    }
    .team .trainer .thumb {
        width: 175px;
        height: 175px;
    }
    .team .trainer.active .info {
        padding-top: 120px;
        top: 85px;
    }
    .featured-pages .featured-page .featured-thumb {
        position: relative;
        overflow: hidden;
        height: 260px;
    }
    .featured-pages .featured-page .featured-thumb img {
        transition: 2s;
    }
    .featured-pages .featured-page .featured-content {
        transition: 1s;
    }
    .featured-pages .featured-page:hover .featured-content {
        box-shadow: 0 0 30px 0 #ececec;
    }
    .featured-pages .featured-page:hover .featured-thumb img {
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
    .menu-side {
        text-align: left;
        padding-left: 40px;
    }
    .side-menu-content {
        width: calc(100% - 300px);
    }
    .menu-background-wrapper {
        width: 290px;
    }
    .menu-side .wrap {
        margin-top: 80px
    }
    .menu-blocks {
        padding-top: 80px;
    }
    .menu-side li {
        transition: 0.4s;
        position: relative;
    }
    .menu-side li:hover {
        padding-left: 15px;
    }
    .menu-side li svg {
        display: inline-block;
        width: 8px;
        height: 13px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        margin-left: -10px;
        opacity: 0;
        transition: 0.4s;
    }
    .menu-side li:hover svg {
        opacity: 1;
        margin-left: 0;
    }
    .menu-side li svg polyline {
        stroke: #e51312;
    }
    .choice a {
        font-size: 20px;
    }
    .page-content a:not(.button) {
        transition: 0.3s;
    }
    .page-content a:not(.button):hover {
        color: #e64415;
    }
    .time span {
        font-size: 32px;
        display: inline-block;
    }
    .subscriptions {
        padding: 60px 0 100px;
    }
    .form .left input[type=submit] {
        position: absolute;
        bottom: 0;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        padding: 22px 44px;
		z-index: 9;
    }
    .form {
        padding: 60px 0 100px;
    }
}

@media screen and (min-width:1280px) {
    .top-submenu ul {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 900px;
    }
    .form .left {
        width: calc(60% - 120px);
    }
    .agenda li a {
        padding: 20px;
        transition: 0.1s;
    }
    .featured {
        padding: 0 0 80px;
    }
    .team .trainer .thumb {
        width: 200px;
        height: 200px;
    }
    .team .trainer.active .info {
        padding-top: 130px;
        top: 100px;
    }
    .team .trainer:nth-of-type(3n) .info,
    .team .trainer .info,
    .team .trainer:nth-of-type(odd) .info,
    .team .trainer:nth-of-type(even) .info {
        width: calc(100% - 60px);
        padding-left: 30px;
        padding-right: 30px;
    }
    .subscriptions {
        padding: 100px 0 140px;
    }
    .time span {
        margin: 0 50px 0 30px;
    }
    .day.active+.extra {
        margin-left: 35%;
        box-shadow: 0 0 50px 0 #ececec;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tijden .day {
        padding: 10px 60px 15px;
    }
    .rating {
        font-size: 42px;
        padding: 180px 0 120px;
    }
    .subscription,
    .subscription:nth-of-type(even) {
        width: calc(23.5% - 5px);
        margin-right: 2%;
    }
    .subscription:nth-of-type(4n) {
        margin-right: 0;
    }
    .subscription .toggle-block>span {
        font-size: 32px;
    }
    .homepage h2 {
        font-size: 62px;
    }
    .choice .placeholder {
        font-size: 42px;
        padding: 16px 16px 22px;
    }
    .choice a {
        color: #2d2d2d;
        transition: 0.4s;
        padding: 5px 0;
        display: block;
        font-size: 24px;
    }
    .choice {
        width: 520px;
    }
    .choice.open ul {
        padding: 20px;
        max-height: 220px;
    }
    .choice.open ul {
        max-height: 260px;
    }
    .banner-content h1 {
        font-size: 52px;
        padding-bottom: 40px;
    }
    .banner-content p {
        font-size: 28px;
    }
    .banner {
        padding: 180px 0 60px;
    }
    .advice {
        padding: 80px 0;
    }
    .trainer li {
        font-size: 16px;
    }
    .featured-page.square:nth-of-type(even) {
        margin-right: 300px;
    }
    .site-header .dagpas {
        bottom: auto;
        top: 0;
        padding: 31px 0;
    }
    .home .site-header .dagpas {
        margin-right: -100%;
    }
    .homepage .dagpas {
        background: linear-gradient(90deg, #f44b1e 0, #e51312 33%, #e51312 66%, #f44b1e 100%);
        background-size: 200% auto;
        background-position: left center;
        left: auto;
        right: 0;
        width: 200px;
        margin-bottom: 0;
        transition: 0.5s;
        display: block;
        bottom: 0;
        position: fixed;
        color: #ffffff;
        padding: 10px 0;
        font-size: 10px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        z-index: 999;
    }
    .homepage .dagpas svg {
        width: 8px;
        height: 13px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin-left: 20px;
    }
    .scrolled .homepage .dagpas {
        margin-right: -100%;
    }
    .scrolled.home .site-header .dagpas {
        margin-right: 0;
    }
    .subscription .button {
        transform: translateY(93%);
        -webkit-transform: translateY(93%);
    }
    .subscription:hover .button {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .team {
        padding: 100px 0;
    }
    .extra h5 {
        font-size: 16px;
    }
    .alternative a span:last-of-type {
        font-size: 20px;
        margin-right: 30px;
    }
    .day+.extra li {
        padding-bottom: 2px;
    }
    .partner .logo .gegevens {
        width: auto;
        margin-left: 60px;
    }
    .partner {
        padding: 20px 40px;
        width: calc(49% - 84px);
    }
    .partners h2 {
        padding-bottom: 50px;
    }
    .newsletter {
        padding: 80px 0;
    }
    .newsletter input[type=submit] {
        padding: 25px 44px;
    }
    .newsletter input:not([type=submit]) {
        padding: 20px 22px;
        width: 140px;
        font-size: 14px;
    }
    .newsletter form p {
        width: 560px;
    }
    .newsletter .wrap>div>p {
        font-size: 18px;
    }
    .newsletter .right a {
        width: 42px;
        margin-right: 25px;
    }
    .cta h2 {
        font-size: 48px;
        padding-bottom: 40px;
    }
    .cta h3 {
        padding-bottom: 60px;
        font-size: 36px;
    }
    .cta {
        padding: 120px 0;
    }
    .cta .button {
        font-size: 15px;
        padding: 26px 60px;
        border-width: 3px;
    }
    .cta .button::after,
    .cta .button::before {
        height: 3px;
    }
    .main-navigation a {
        margin-left: 44px;
    }
    .page-content {
        padding: 80px 0;
    }
    .top-submenu a {
        letter-spacing: 1px;
    }
    .top-submenu a,
    .top-submenu.open a,
    .top-submenu:not(.open) a.active,
    .page-parent .top-submenu:not(.open) li:first-of-type a {
        padding: 19px 0;
    }
    .instagram-feed {
        padding: 80px 0 120px;
    }
    .featured-pages .author {
        margin-top: 15px;
    }
    .featured-page.square {
        margin-left: 4%;
    }
    .menu-side {
        padding-left: 60px;
    }
    .side-menu-content {
        width: calc(100% - 320px);
    }
    .menu-background-wrapper {
        width: 310px;
    }
    .menu-blocks {
        padding-top: 120px;
    }
    .advice {
        padding: 100px 0;
    }
    .form .left {
        padding: 60px 60px 0;
    }
}

@media screen and (min-width:1440px) {
    .main-navigation a {
        margin-left: 50px;
    }
}

#acceptance-field
{
    padding:0px;
	width:10px;
    border: 1px solid #f00;
	display:inline;
}
span.wpcf7-list-item
{
	margin: 0 0 0 0em;
}
@media screen and (max-width: 480px){
div#content {
    margin-top: 34px;
}
.day .icon p {
	font-size:8px!important;}
p {font-size:1.2em!important;}
li {font-size:1.2em!important;}
}
div#breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff6b;
    border-bottom: 1px solid transparent;
    padding:5px;
}
div#breadcrumbs a {
    color: aliceblue;
}
.anr_captcha_field {float: left;width: 100%;clear: both;margin-bottom: 10px;}

#CybotCookiebotDialogBodyContentTitle{
display:none!important;
}
.page-id-12415 input[type="checkbox"] {
    width: 20px!important;
    display: inline-block;
}
span.wpcf7-list-item-label {
	cursor:pointer;
}
.page-id-12415 span.wpcf7-list-item {
    display: block;
}

/* YOGA PAGINA */
/* 1 */
body.page-template-default.page.page-id-80.page-child.parent-pageid-72 .banner,
body.page-template-default.page.page-id-40.page-parent.page-child.parent-pageid-18 .banner,
body.page-template-default.page.page-id-12102.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-12107.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-9893.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-464.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-466.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-469.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-471.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-475.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-477.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-479.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-481.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-483.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-485.page-child.parent-pageid-40 .banner,
body.page-template-default.page.page-id-8257.page-child.parent-pageid-40 .banner {
     background: linear-gradient(to right, #3f0046c9, #781384a6);
    }
/* 1 */
body.page-template-default.page.page-id-80.page-child.parent-pageid-72 .page-content,
body.page-template-default.page.page-id-40.page-parent.page-child.parent-pageid-18 .page-content,
body.page-template-default.page.page-id-12102.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-12107.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-9893.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-464.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-466.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-469.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-471.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-475.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-477.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-479.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-481.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-483.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-485.page-child.parent-pageid-40 .page-content,
body.page-template-default.page.page-id-8257.page-child.parent-pageid-40 .page-content {
    background: #fcf6f9;
}
/* 1 */
body.page-template-default.page.page-id-80.page-child.parent-pageid-72 .page-content h2,
body.page-template-default.page.page-id-40.page-parent.page-child.parent-pageid-18 .page-content h2,
body.page-template-default.page.page-id-12102.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-12107.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-9893.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-464.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-466.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-469.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-471.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-475.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-477.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-479.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-481.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-483.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-485.page-child.parent-pageid-40 .page-content h2,
body.page-template-default.page.page-id-8257.page-child.parent-pageid-40 .page-content h2 {
	color: #404040;
}
/* 1 */
body.page-template-default.page.page-id-80.page-child.parent-pageid-72 .page-content a:not(.button),
body.page-template-default.page.page-id-8257.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-12102.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-12107.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-9893.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-464.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-466.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-469.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-471.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-475.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-477.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-479.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-481.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-483.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-485.page-child.parent-pageid-40 .page-content a:not(.button),
body.page-template-default.page.page-id-40.page-parent.page-child.parent-pageid-18 .page-content a:not(.button){
 color: #404040;
}
/* 1 */
body.page-template-default.page.page-id-80.page-child.parent-pageid-72 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-8257.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-12102.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-12107.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-9893.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-464.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-466.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-469.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-471.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-475.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-477.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-479.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-481.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-483.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-485.page-child.parent-pageid-40 .page-content a:not(.button):hover,
body.page-template-default.page.page-id-40.page-parent.page-child.parent-pageid-18 .page-content a:not(.button):hover{
 color: #e64415;
}
/* 1 */
    body.page-template-default.page.page-id-80.page-child.parent-pageid-72 .cta,
    body.page-template-default.page.page-id-8257.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-12102.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-12107.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-9893.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-464.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-466.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-469.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-471.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-475.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-477.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-479.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-481.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-483.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-485.page-child.parent-pageid-40 .cta,
    body.page-template-default.page.page-id-40.page-parent.page-child.parent-pageid-18 .cta{
    background: linear-gradient(to right, #220126, #b350bf);
    }
/* 4 */
body.page-template-default.page.page-id-80.page-child.parent-pageid-72 .page-content h3,
body.page-template-default.page.page-id-80.page-child.parent-pageid-72 p.yoga-p,
body.page-template-default.page.page-id-80.page-child.parent-pageid-72 .advice h3,
body.page-template-default.page.page-id-80.page-child.parent-pageid-72 .form h3,
body.page-template-default.page.page-id-8257.page-child.parent-pageid-40 .page-content h3,
body.page-template-default.page.page-id-8257.page-child.parent-pageid-40 p.yoga-p,
body.page-template-default.page.page-id-8257.page-child.parent-pageid-40 .advice h3,
body.page-template-default.page.page-id-8257.page-child.parent-pageid-40 .form h3,
body.page-template-default.page.page-id-12102.page-child.parent-pageid-40 .page-content h3,
body.page-template-default.page.page-id-12102.page-child.parent-pageid-40 p.yoga-p,
body.page-template-default.page.page-id-12102.page-child.parent-pageid-40 .advice h3,
body.page-template-default.page.page-id-12102.page-child.parent-pageid-40 .form h3,
body.page-template-default.page.page-id-12107.page-child.parent-pageid-40 .page-content h3,
body.page-template-default.page.page-id-12107.page-child.parent-pageid-40 p.yoga-p,
body.page-template-default.page.page-id-12107.page-child.parent-pageid-40 .advice h3,
body.page-template-default.page.page-id-12107.page-child.parent-pageid-40 .form h3,
body.page-template-default.page.page-id-9893.page-child.parent-pageid-40 .page-content h3,
body.page-template-default.page.page-id-9893.page-child.parent-pageid-40 p.yoga-p,
body.page-template-default.page.page-id-9893.page-child.parent-pageid-40 .advice h3,
body.page-template-default.page.page-id-9893.page-child.parent-pageid-40 .form h3,
body.page-template-default.page.page-id-464.page-child.parent-pageid-40 .page-content h3,
body.page-template-default.page.page-id-464.page-child.parent-pageid-40 p.yoga-p,
body.page-template-default.page.page-id-464.page-child.parent-pageid-40 .advice h3,
body.page-template-default.page.page-id-464.page-child.parent-pageid-40 .form h3,
body.page-template-default.page.page-id-466.page-child.parent-pageid-40 .page-content h3,
body.page-template-default.page.page-id-466.page-child.parent-pageid-40 p.yoga-p,
body.page-template-default.page.page-id-466.page-child.parent-pageid-40 .advice h3,
body.page-template-default.page.page-id-466.page-child.parent-pageid-40 .form h3,
body.page-template-default.page.page-id-469.page-child.parent-pageid-40 .page-content h3,
body.page-template-default.page.page-id-469.page-child.parent-pageid-40 p.yoga-p,
body.page-template-default.page.page-id-469.page-child.parent-pageid-40 .advice h3,
body.page-template-default.page.page-id-469.page-child.parent-pageid-40 .form h3,
body.page-template-default.page.page-id-471.page-child.parent-pageid-40 .page-content h3,
body.page-template-default.page.page-id-471.page-child.parent-pageid-40 p.yoga-p,
body.page-template-default.page.page-id-471.page-child.parent-pageid-40 .advice h3,
body.page-template-default.page.page-id-471.page-child.parent-pageid-40 .form h3,
body.page-template-default.page.page-id-475.page-child.parent-pageid-40 .page-content h3,
body.page-template-default.page.page-id-475.page-child.parent-pageid-40 p.yoga-p,
body.page-template-default.page.page-id-475.page-child.parent-pageid-40
