@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');



body {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    background: #fff;
}

button:focus,
*:focus {
    outline: none;
    box-shadow: none;
}

a {
    color: #000;
}


a:hover {
    text-decoration: none;
    color: #24675A;
}

p {
    margin-bottom: 20px;
}



.wpcf7-form .wpcf7-submit,
a,
.button {
    transition: all .3s ease;
}


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


.button {
    padding: 7px 20px;
    height: 35px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #144D42;
    border: 1px solid #144D42;
    text-transform: uppercase;
    border-radius: 0px!important;
    -webkit-border-radius:0px!important;
    cursor: pointer;
}



.button.active {
    padding: 7px 20px;
    height: 35px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: 1px solid #144D42;
    text-transform: uppercase;
    background-color: #144D42;
    border-radius: 0px!important;
    -webkit-border-radius:0px!important;
    cursor: pointer;
}

.button:hover {
    background: #144D42;
    color: #fff;
}

.text-center {
    text-align: center;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}

/********** headings ***********/


h1 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
        margin: 0;
}



h2,
h3,
h5,
h6 {

    color: #144D42;
    font-style: normal;
    font-weight: 700;
}


h2 {
    margin-bottom: 12px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-size: 20px;
    
    color: #EFAC80;
}


.tab-content h3 {
    font-size: 20px;
    
    color: #e66a21;
}

.tab-content strong {
    
    color: #EFAC80;
}

h4 {
    font-size: 18px;
    color: #144D42;
}

h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;font-weight: 600;
}

h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}



/********* header ********/

.social-list {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}


.social-list a {
    display: inline-block;
    margin-right: 15px;
    line-height: 18px;
    vertical-align: top;
}

.social-list a svg {
    fill: #000;
}

.social-list a:hover svg {
    fill: #2f7e6d;
}

/********/


.site-main {
    padding-top: 280px;
    overflow: hidden;
}

header#header {
    position: fixed;
    top: 0;
    z-index: 98;
    width: 100%;
    left: 0;
    background: #fff;
    overflow: hidden;
      height: 280px;
}

.admin-bar header#header {
    top: 32px;
}

.navbar-brand {
    margin: 50px auto;
    display: block;
    max-width: 226px;
    overflow: hidden;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

header#header.fixed-header .navbar-brand {
   opacity: 0;
    height: 0;    margin: 0;
}

header#header.fixed-header {
    height: 62px;
    background: #fff;
}


.navbar {
    position: relative;
    padding: 0;
    transition: all 0.3s ease-in-out;
    align-items: center;
}



.header-menu {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}


.header-menu > .menu-item > a {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    padding: 22px 20px 22px;
    display: block;
    position: relative;
    white-space: nowrap;
}

.header-menu > .menu-item:first-child a {
    padding-left: 0;
}

.header-menu > .menu-item > a:hover,
.header-menu > .menu-item.active > a {
    color: #144D42;
}

.header-menu > .menu-item.active > a {
/*    font-weight: 700;*/    text-shadow: 0 0 #144D42;
}

/******* home **********/

.main-banner img {
    margin-bottom: 25px;
}

.main-banner {
    padding-bottom: 90px;
}

/*******/
.workshops {
    padding: 100px 0 130px;
    background: rgba(247, 239, 234, 0.5);
}

.slick-next {
    right: 0;
    background: url(../images/Arrowr.svg) no-repeat;
}


.slick-prev {
    left: 0;
    background: url(../images/Arrowl.svg) no-repeat;
}

.slick-arrow {
    display: block;
    height: 15px;
    width: 33px;
    position: absolute;
    bottom: 0;    z-index: 3;
    cursor: pointer;
}
.slick-arrow:hover {
    opacity: 0.8;
}
.workshops-slider {
    margin: 40px 0 35px;
    max-width: 940px;
}

.workshops-slider .slick-prev {
    right: calc(33% - 35px);
    left: auto;
}
.workshops-slider:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 35px);
    width:33.333333% ;
    background: #fff;
    z-index: 1;
}

.workshops-slider .slick-list {
    z-index: 2;
    padding-bottom: 35px;
}

.workshops-item p {
    font-size: 12px;
}

.workshops-item.slick-slide img {
    width: 100%;
    margin-bottom: 0rem !important;
}

.workshops-white {
/*    background: #fff;*/
    height: 100%;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.workshops-white > div {
    
    max-height: 242px;
    
    overflow-y: auto;
}

.workshops-white > div + img {
    object-fit: cover;
}


.workshops-white h3 {
    padding: 20px 20px 0;
}

.workshops-white p {
    padding: 0 20px;
}

/************/

.gallery div:nth-child(2) {
    padding: 0 2px;
}


/*******/

.event {
    padding: 0px 0;
}


.event .button:last-child {
    margin-top: 15px;
}

/******/


.workers {
    background: url(../images/lines1.png) no-repeat 0 0 rgba(247, 239, 234, 0.5);
    padding: 90px 0 170px;
    background-size: contain;
    background-repeat: repeat;
}

.workers-title {
    background: #fbf7f4;
    padding: 45px 20px;
    margin-bottom: 45px;
}

.green-block {
    background: #144D42;
    padding: 40px 45px;
    text-align: justify;
    height: 100%;
}


.green-block h3{
    
    text-align: left;
   
}

.green-block strong {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.35;
    text-align: justify;
    color: #EFAC80;
}

.green-block p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}

.workers-card {
    background: #fff;
    margin: 0 10px;
}

.workers-card > div {
    padding: 21px 24px;
}

.workers-card > div a {
    color: #144D42;
    font-weight: 700;
    text-transform: uppercase;
}

.workers-slider .slick-arrow {
    bottom: -45px;
}

.workers-slider .slick-prev {
    left: 10px;
}

.workers-slider .slick-next {
    right: 10px;
}


.workers-slider {
    margin: 0 -10px;
}

.green-block .button {
    border-color: #EFAC80;
    color: #EFAC80;
}

.green-block .button:hover {
    background: #EFAC80;
    color: #144D42;
}

.green-block h3 {
    margin-bottom: 30px;
}

.green-block > a {
    color: #EFAC80;
    font-weight: 700;
    text-transform: uppercase;
}

/****************/

.instagram-section {
    padding: 50px 0 150px 0;
}


.instagram-section-title img {
    max-width: 87px;
    margin-right: 36px;
}

.instagram-section-title {
    margin-bottom: 65px;
        align-items: center;
}

/******************/

.contact-section {
    background: #144D42;
    padding: 135px 0;
}


.wpcf7 {
    max-width: 90%;
}


.address-row {
    padding: 15px 0 30px;
}

.address-row img {
    
    max-height:108px;
    
    
}

.address {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}


/******* footer *******/




footer#footer {
    padding: 40px 0;
    background: #fff;
        border-top: 1px solid #144d42;
}


.copyright {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000000;
}

.copyright a {
    color: #000000;
}

.copyright a:hover {
    color: #144D42;
}






/**************/

.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form textarea {
    font-size: 14px;
    line-height: 36px;
    width: 100%;
    height: 36px;
    padding: 0 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #000;
    border: 1px solid #fff;
    outline: 0;
    background-color: #fff;
}

.wpcf7-form textarea {
    height: 85px;
}



.wpcf7-form input[type=submit] {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 36px;
    display: block;
    border: 1px solid #FFFFFF;
}



.wpcf7-form input[type=submit]:hover {
    background: #144D42;
    color: #fff;
}

.book-subscribe-form .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
}


::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

:-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

::-ms-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

::placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}


.default-content {
        padding: 50px 0 80px;
}

.page-title {
    background: #144D42;
    padding: 30px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border-width:0px;
    color: white;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    border-width:0px;
    color: white;
}

/*toevoeging wpbookingcalendar*/

.tab-content {
    
    background-color:#144D42 ;
    color:#fff;
    font-size:14px;
    line-height:22px;
    
}


#eventlocatie .workers-card {
    background: #144D42;
    margin: 0 10px;
}


#eventlocatie > .container {
    
    padding-bottom:2em;
}


#eventlocatie h3 {
    
    padding-top:5em;
}




.wpbc_times_selector div
{
    color: #a66f13;
    border: 1px solid #ddbd98;
    border-radius: 0px!important;
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
}

.booking_form_div textarea, .booking_form_div input[type="text"], .booking_form_div select {
    border-color: #DFDFDF;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px!important;
    border-style: solid;
    border-width: 1px;
    vertical-align: baseline;
    color:#000;
}

.booking_form_div input.button {
    padding: 0px 0px!important;
    height: 35px!important;
    display: inline-block!important;
    font-weight: 700!important;
    font-size: 14px!important;
    text-align: center!important;
    color: #144D42!important;
    border: 1px solid #144D42!important;
    text-transform: uppercase!important;
    border-radius:0px!important;
    float:inherit!important;
}

.booking_form_div .submit, .booking_form_div .button, .booking_form_div .button-primary, .booking_form_div .button-secondary, .booking_form_div .button-highlighted, .booking_form_div #postcustomstuff .submit input {

    font-size: 14px!important;
    
   
}

.wpbc_structure_form input, .wpbc_structure_form textarea {
    
    width:100%!important;
    color:black!important;
} 

#eventlocatie .slick-next {
    right: 0;
    background: url(../images/Arrowrwhite.svg) no-repeat;
}


#eventlocatie .slick-prev {
    left: 0;
    background: url(../images/Arrowlwhite.svg) no-repeat;
}


#gateway_payment_forms2 {
    
    
    padding-bottom:5em;
}


#gateway_payment_forms3{
  
  /*background-color:#228c78;*/
  padding:5px;
}

.booking_form input[type="button"] {
  
  border-radius:0px!important;
}

.workshops-item .p-lg-0 {
    padding-right: 1em !important;
}

.wpdev_hint_with_text .block_time.timespartly, .wpdev_hint_with_text .block_booked.date_approved, .wpdev_hint_with_text .block_pending.date2approve, .wpdev_hint_with_text .block_free.datepick-days-cell a {
  font-size:0px;
}