/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
html, body{
    overflow-x: hidden;
}
/* container */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

/* end */
/* Home page */
.prijsindicatie-aanvragen-btn{
    position: absolute !important;
    top: 16px;
    right: 32px;
    width: auto !important;
}
.usp-card:hover .professional-personal-card h3.elementor-icon-box-title{
    color: #0098D8 !important;
}
.usp-card:hover .professional-personal-card p.elementor-icon-box-description{
    color: #5C5C5C !important;
}
.home-page-google-review .ti-widget.ti-goog .ti-review-item>.ti-inner{
    background-color: #052453 !important;
    backdrop-filter: blur(0px) !important;
    border-radius: 0px !important;
    padding: 32px !important;
}
.home-page-google-review .ti-widget.ti-goog .ti-controls .ti-next, .home-page-google-review .ti-widget.ti-goog .ti-controls .ti-prev, .home-page-google-review .ti-widget.ti-goog .ti-controls .ti-next:hover,  .home-page-google-review .ti-widget.ti-goog .ti-controls .ti-next:focus, .home-page-google-review .ti-widget.ti-goog .ti-controls .ti-prev:hover, .home-page-google-review .ti-widget.ti-goog .ti-controls .ti-prev:focus{
    background-color: #0098D8 !important;
    outline-color: #0098D8 !important;
}
.home-page-google-review .ti-widget.ti-goog .ti-controls .ti-next::before, .home-page-google-review .ti-widget.ti-goog .ti-controls .ti-prev::before{
    border-color: white;
}
.home-page-google-review .ti-widget.ti-goog .ti-review-header .ti-profile-details .ti-name, .home-page-google-review .ti-widget.ti-goog .ti-widget-container .ti-date{
    margin-bottom: 16px;
}
.home-page-google-review .ti-widget.ti-goog .ti-review-header .ti-profile-details .ti-name, .home-page-google-review .ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content{
    color: white !important;
}
.home-page-google-review .ti-widget.ti-goog .ti-widget-container .ti-date{
    color: #F9F9F9CC !important;
}
.home-page-google-review .ti-review-text-mode-scroll.ti-widget.ti-goog .ti-review-content{
    margin-top: 52px !important;
}
.home-page-google-review .ti-widget.ti-goog .ti-stars{
    position: relative;
}
.home-page-google-review .ti-widget.ti-goog .ti-review-header .ti-profile-img{
    align-self: flex-start !important;
}
.home-page-google-review .ti-widget.ti-goog:not(.ti-no-profile-img) .ti-review-header .ti-platform-icon {
    left: calc(8% + 32px - 27px);
}
.home-page-google-review .ti-widget.ti-goog.ti-show-rating-text .ti-footer{
    padding-left: 18px !important;
    text-align: left !important;
}
.home-page-google-review .ti-widget.ti-goog.ti-show-rating-text .ti-footer span, .home-page-google-review .ti-widget.ti-goog.ti-show-rating-text .ti-footer span strong{
     color: #052453 !important;
}
.home-page-google-review .ti-widget.ti-goog .ti-stars::before{
    position: absolute;
    content: '';
    width: 180px;
    height: 0.5px;
    top: auto;
    left: 0;
    background-color: #C8A96B;
    bottom: -24px;
}
.home-page-google-review .ti-widget.ti-goog .ti-stars .ti-star{
    filter: sepia(32%) saturate(674%) hue-rotate(357deg) brightness(94%) contrast(84%) !important;
    margin-right: 8px !important;
}
/* end */
/* Contact Form */
#gform_fields_1 input, #gform_fields_1 textarea{
    border-radius: 3px;
    border: 0.5px solid #00457c !important;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08) !important;
}
#gform_fields_1 legend, #gform_fields_1 #field_1_5 label, #gform_fields_1 #field_1_6 label, #gform_fields_1 #field_1_3 label{
    color: #112337;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.02px;
}
#gform_fields_1 legend span.gfield_required, #gform_fields_1 #field_1_5 label span.gfield_required, #gform_fields_1 #field_1_3 label span.gfield_required{
    display: none;
}
#gform_fields_1 span.name_first label, #gform_fields_1 span.name_last label{
    color: #585E6A;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.59px;
}
#gform_wrapper_1 .gform-footer input.gform_button {
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.00) !important;
    background: #0098D8;
    box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08);
    padding: 12px 34px;
}
#gform_wrapper_1 .gform-footer input.gform_button:focus{
    outline: 0px;
}
#gform_wrapper_1 .gform-footer input.gform_button:hover{
    background-color: #00457C;
}
/* end */
/* EEAT Blog Template */
.post-template-template-blog-eeat .post-hero {
    position: relative;
    width: 100%;
    min-height: 565px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 80px !important;
}
.post-template-template-blog-eeat .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(1, 35, 77, 0.80) 0%, rgba(1, 35, 77, 0.50) 100%);
}
.post-template-template-blog-eeat .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 70%;
}
.post-template-template-blog-eeat .hero-content h1 {
    margin-top: 0 !important;
    margin-bottom: 0;
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-weight: 600;
    font-size: 52px;
}
.post-template-template-blog-eeat .hero-content .post-summary p{
    font-family: 'Source Sans Pro';
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: white;
    margin: 52px 0;
}
.post-template-template-blog-eeat .hero-content .post-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
    gap: 18px;
    background: #FFF;
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: -32px;
}
.post-template-template-blog-eeat .hero-content .post-meta div:nth-child(even) span{
    text-align: right;
    display: block;
}
.post-template-template-blog-eeat .hero-content .post-meta .meta-top {
    display: flex;
    column-gap: 24px;
}
.post-template-template-blog-eeat .hero-content .post-meta span {
    color: #858585;
    font-family: "Source Sans Pro";;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.post-template-template-blog-eeat .hero-content .post-meta span.author a{
    color: #00457C;
}
.post-template-template-blog-eeat .hero-content .post-meta span.author a:hover{
    color: #C8A96B;
}
.post-template-template-blog-eeat .hero-content .post-meta 
.post-template-template-blog-eeat .post-content {
    padding-top: 40px;
    padding-bottom: 80px;
}
.post-template-template-blog-eeat .post-content .row {
    position: relative;
    display: grid;
    grid-template-columns: 70% 30%;
    column-gap: 16px;
    row-gap: 16px;
}
.post-template-template-blog-eeat .recent-posts-sidebar {
    background: rgba(200, 169, 107, 0.11);
    padding: 40px 30px;
    position: sticky;
    top: 120px;
    width: 330px !important;
}
.post-template-template-blog-eeat .recent-title {
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 0 !important;
    color: #00457C;
}
.post-template-template-blog-eeat .recent-card {
    background: #fff;
    margin-bottom: 40px;
}
.post-template-template-blog-eeat .recent-content {
    padding: 50px 24px;
}
.post-template-template-blog-eeat .recent-post-title a{
    color: #00457C;
    font-family: "Oswald", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0 !important;
    margin-bottom: 26px;
}
.post-template-template-blog-eeat .recent-date {
    font-family: "Source Sans Pro";
    color: #868483;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 400;
}
.post-template-template-blog-eeat .recent-content a.read-more {
    color: #C8A96B;
    font-size: 14px;
    font-family:'Source Sans Pro'
}
.blog-icon-with-list-section{
    width: fit-content;
    border-radius: 0 10px 10px 0;
    border-left: 6px solid #00457C;
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(135, 135, 135, 0.25);
    padding: 12px 32px !important;
}
.team-author-box{
    display:flex;
    align-items:flex-start;
    gap:24px;
    margin:30px 0 0;
}
.team-author-image{
    flex:0 0 80px;
}
.team-author-image img{
    width:80px;
    height:80px !important;
    border-radius:50% !important;
    object-fit:cover;
}
.team-author-content{
    flex:1;
}
.team-author-content h4 a{
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.439px;
    color: #00457C;
    margin-bottom: 5px;
}
.team-author-content h4 a:hover{
    color: #C8A96B;
}
.team-author-content p{
    color: #364153;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.312px;
}
/* end */
/* process */
.process-usp-card .elementor-widget-heading{
    width: fit-content;
}

/* end */
.scroll-nav-bar.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
   
}

.scroll-nav-bar .elementor-icon-box-title.active a {
    color: white;
    background-color: #052453;
}
.scroll-nav-bar h3.elementor-icon-box-title a{
    padding: 18px 20px;
    background-color: white;
    font-size: 16px !important;
    width: max-content;
    display: inline-block;
}
.scroll-nav-bar h3.elementor-icon-box-title a:hover{
    background-color: #C8A96B;
}
/* end */

/* prijsindicatie aanvragen form */
#gform_wrapper_4 input, #gform_wrapper_4 textarea, #gform_wrapper_1 input, #gform_wrapper_1 textarea, #gform_wrapper_3 textarea, #gform_wrapper_3 input{
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08) !important; 
    border: 0.5px solid #00457c !important;
}
#gform_wrapper_1 legend, #gform_wrapper_1 label, #gform_wrapper_3 label{
    font-weight: 600;
}
#gform_wrapper_1 .has_first_name span label{
    display: none;
}
#gform_wrapper_4 input::placeholder, #gform_wrapper_1 input::placeholder, #gform_wrapper_4 textarea::placeholder, #gform_wrapper_1 textarea::placeholder, #gform_wrapper_3 input::placeholder{
    color: #D9D9D9;
} 
#gform_wrapper_4 span.ginput_address_city, #gform_wrapper_4 span.ginput_address_zip{
    display: flex;
    flex-direction: column-reverse;
    row-gap: 16px;
}
#gform_wrapper_4 span.ginput_address_city label, #gform_wrapper_4 span.ginput_address_zip label{
    font-weight: 600;
    color: #C8A96B;
    font-size: 14px;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    border: 0.4px solid #002949 !important;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
    background-color: #002949 !important;
    width: 14px !important;
    height: 14px !important;
}
#gform_wrapper_4 .custom-upload-btn, #gform_wrapper_3 .custom-upload-btn{
    background-color: #052453;
    position: relative;
}
#gform_wrapper_4 .custom-upload-btn::before, #gform_wrapper_3 .custom-upload-btn::before {
    content: '';
    position: absolute;
    width: 44vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
   
}
#gform_wrapper_4 span.custom-upload-text, #gform_wrapper_3 span.custom-upload-text{
    position: absolute;
    top: 0px;
    padding: 12px 24px;
    background: #FFF;
    color: #052453;
    box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08);
    border: 0px;
    width: 80%;
    font-size: 14px;
    border: 0.5px solid #002949 !important;
    border: 0.5px 0.5px 0.5px 0px;
    border-radius: 5px;
}
#gform_wrapper_4 .ginput_container_fileupload, #gform_wrapper_3 .ginput_container_post_image{
    position: relative;
}
#gform_wrapper_4 .gform-footer.gform_footer.top_label, #gform_wrapper_1 .gform-footer.gform_footer.top_label{
    justify-content: end;
}

#gform_submit_button_4:hover{
    background-color: #002949;
}
/* end */
/* Reparaties Form */
.gform-theme--framework .gf_progressbar_title{
    color: #AEB2B7 !important;
    font-size: 14px !important;
}
.gform-theme--framework .gf_progressbar .percentbar_blue{
    background-color: #002949 !important;
}
#gform_wrapper_3 span.gfield_required.gfield_required_text{
    color: #0098D8 !important;
}
#gform_wrapper_3 label{
    color: #112337 !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
#gform_wrapper_3 #gform_page_3_1 .gform-page-footer{
    justify-content: end;
}
#gform_wrapper_3 #gform_page_3_2 .gform-page-footer, #gform_wrapper_3 #gform_page_3_3 .gform-page-footer, #gform_wrapper_3 #gform_page_3_4 .gform-page-footer, #gform_wrapper_3 #gform_page_3_5 .gform-page-footer{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
#gform_wrapper_3 .gform-page-footer .gform_next_button, #gform_submit_button_3{
    border: 1px solid rgba(0, 0, 0, 0.00) !important;
    background: #052453 !important;
    box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08) !important;
    padding: 12px 26px;
    color: white;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px !important;
    margin-left: auto;
}
#gform_wrapper_3 .gform-page-footer .gform_previous_button{
    border: 0.5px solid #052453;
    box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08);
    background: white;
    padding: 12px 26px;
    color: #052453;
    font-family: Roboto;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px !important;
    margin-right: auto;
}
#input_3_7 .gchoice{
    cursor: pointer;
}
#gform_wrapper_3 textarea::placeholder{
    color: #D9D9D9;
}
.gfield_description.gform_fileupload_rules, #gfield_description_3_15{
    color: #D9D9D9 !important;
}
#gform_page_3_5 span.gfield_required.gfield_required_text{
    display: none;
}
#gform_page_3_5 label{
    font-weight: 600 !important;
}
#gform_wrapper_3 #gform_page_3_5 input#input_3_19{
    width: 100%;
}
input#gform_submit_button_4, #gform_submit_button_1{
    border: 0px !important;
    background: #0098D8 !important;
    box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08) !important;
    border-radius: 0px !important;
    padding: 12px 44px;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}
/* end */
/* vacature Listing */
.vacature-listing{
    display:flex;
    flex-direction:column;
    gap:60px;
}
.vacature-item{
    display:flex;
    align-items:center;
    background-color:#fff;
    box-shadow: 0px 0px 82px 0px rgba(0, 0, 0, 0.11);
}
.vacature-image{
    width:32%;
}
.vacature-image img{
    width:100%;
    display:block;
    object-fit:cover;
    height:100% !important;
    max-height: 300px;
    min-height: 280px;
}
.vacature-content{
    width:68%;
    padding:40px;
}
.vacature-content h2{
    color: #00457c;
    margin-bottom: 20px;
    font-size: 24px !important;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}
.vacature-content p{
    margin-bottom: 30px;
    line-height: 1.7;
    font-family: 'Roboto';
    font-size: 16px;
    color: #5c5c5c;
}
.vacature-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    background-color:#c7a35b;
    color:#fff;
    padding: 12px 20px;
    text-decoration:none;
    transition:.3s;
}
.vacature-btn:hover{
    background-color:#0098D8;
    color:#fff;
}

/* end */
.team-info p.elementor-icon-box-description a{
    color: #C8A96B !important;
}
.team-info p.elementor-icon-box-description a:hover{
    color: #00457C !important;
}
.team-info .elementor-icon-box-wrapper{
    align-items: baseline !important;
}
.post-template-template-blog-eeat .post-content{
    padding-bottom: 80px;
}
/* Team Listing shortcode */
.team-listing{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:32px;
}
.team-item{
    position:relative;
    text-align:center;
}
.team-image img{
    width:100%;
    height:300px;
    object-fit:cover;
    display:block;
}
.team-content{
    width:92%;
    margin:-45px auto 0;
    background:#0d3b79;
    color:#fff;
    padding:18px 15px;
    position:relative;
    z-index:2;
}
.team-content h4 a{
    color: #fff;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Oswald';
}
.team-content h4 a:hover{
    color: #C8A96B;
}
.team-phone, .team-email {
    font-size: 14px;
    margin-top: 8px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #FFFFFF;
}
.team-phone a,
.team-email a{
    color:#fff;
    text-decoration:none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.team-phone a:hover,
.team-email a:hover{
    color: #C8A96B;
}
/* end */
/* vacature sidebar section */
.vacature-sidebar-section .elementor-posts-container.elementor-grid{
    row-gap: 25px;
}
.vacature-sidebar-section .elementor-posts-container.elementor-grid article{
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.vacature-sidebar-section .elementor-posts-container.elementor-grid article a.elementor-post__thumbnail__link{
    width: 111px;
    height: 74px;
    margin-right: 0 !important;
    overflow: hidden;
}
.vacature-sidebar-section .elementor-posts-container.elementor-grid article a.elementor-post__thumbnail__link .elementor-post__thumbnail{
    padding-bottom: 0;
}
.vacature-sidebar-section .elementor-posts-container.elementor-grid article a.elementor-post__thumbnail__link .elementor-post__thumbnail img{
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}
.vacature-sidebar-section .elementor-posts-container.elementor-grid article .elementor-post__title a{
    font-family: 'Roboto';
    font-size: 14px;
    color: #00457C;
    font-weight: 600;
    letter-spacing: -0.2px;
}
.vacature-sidebar-section .elementor-posts-container.elementor-grid article  .elementor-post__meta-data{
     font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
}
/* end */
.main-header .menu-section ul.elementor-nav-menu li.menu-item:last-child{
    display: none;
}
.main-header .menu-section .elementor-nav-menu>li:nth-last-child(2):after{
    content: unset !important;
    display: none !important;
}
.main-header .menu-section ul.elementor-nav-menu li.menu-item ul.sub-menu li:last-child{
    display: block;
}
@media (max-width: 992px){
    .main-header{
        padding: 0px 16px !important;
    }
    .main-header .logo-section{
        order: 1;
    }
    .main-header .button-section{
        order: 2;
    }
    .main-header .menu-section{
        order: 3;
        justify-content: center;
        align-items: end;
    }
    .prijsindicatie-aanvragen-btn{
        position: relative !important;
        top: 0px;
        right: 0;
    }
    .home-page-google-review .ti-widget.ti-goog.ti-show-rating-text .ti-footer {
        padding-left: 0px !important;
    }
    .post-template-template-blog-eeat .hero-content {
        width: 100%;
    }
    .post-template-template-blog-eeat .post-content .row {
        display: flex;
        flex-direction: column;
        column-gap: 16px;
        row-gap: 52px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .post-template-template-blog-eeat .hero-content .post-summary p {
        margin: 32px 0;
    }
    .post-template-template-blog-eeat .post-content .blog-content {
        width: 100%;
    }
    .post-template-template-blog-eeat .recent-blog-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .post-template-template-blog-eeat .recent-posts-sidebar {
        width: 100% !important;
        margin-top: 40px;
    }
    .vacature-image, .vacature-content {
        width: 50%;
    }
    .vacature-image img {
        height: 260px !important;
    }
    .team-listing{
        grid-template-columns:repeat(2,1fr);
    }
    .scroll-nav-bar{
        display: flex;
        flex-wrap: wrap !important;
    }
    #bimini-top,
    #boven-besturingskap,
    #buiskap-sloep,
    #buiskap-sprayhood,
    #kuiptent-motorboot,
    #kuiptent-zeilboot,
    #rondvaartboten,
    #kuipzeil,
    #dekzeil,
    #winterkleed,
    #stofkleed,
    #zeilhuik-rolfok,
    #tafelhoes,
    #stuurstandhoes,
    #consolehoezen,
    #bootkussenset,
    #bedmatrassen,
    #kapiteinsstoel,
    #sierkussens {
        scroll-margin-top: 150px;
    }
}
@media (max-width: 767px){
    .main-header{
        padding: 16px 16px !important;
    }
    .main-header .e-con-inner{
        display: flex;
        flex-wrap: nowrap !important;
        padding-bottom: 0 !important;
    }
    .main-header .menu-section .elementor-nav-menu--dropdown {
        margin-top: 16px !important;
        padding: 24px 0 !important;
    }
    .main-header .menu-section ul.elementor-nav-menu li.menu-item:last-child{
        display: block;
    }
    .elementor-20 .elementor-element.elementor-element-6610659 .elementor-heading-title{
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .home-page-google-review .ti-widget.ti-goog:not(.ti-no-profile-img) .ti-review-header .ti-platform-icon {
        left: calc(12% + 32px - 27px);
    }
    .gform-theme--foundation .gform-grid-row{
        row-gap: 32px !important;
    }
    .post-template-template-blog-eeat .hero-content h1 {
        font-size: 32px;
        padding-top: 80px;
    }
    .post-template-template-blog-eeat .post-hero {
        min-height: 650px;
        margin-bottom: 40px !important;
    }
    .post-template-template-blog-eeat .hero-content .post-meta {
        grid-template-columns: repeat(1, 1fr);
    }
    .post-template-template-blog-eeat .hero-content .post-meta div:nth-child(even) span {
        text-align: left;
    }
    .post-template-template-blog-eeat .recent-blog-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .scroll-nav-bar{
        display: flex !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        overflow-x: auto !important;
        justify-content: flex-start !important;
    }
    .scroll-nav-bar .elementor-widget-icon-box{
        min-width: auto !important;
    }
    #gform_wrapper_4 span.custom-upload-text, #gform_wrapper_3 span.custom-upload-text {
        padding: 13px 10px;
        width: 60%;
        font-size: 12px;
        overflow-x: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #gform_wrapper_4 .custom-upload-btn::before,  #gform_wrapper_3 .custom-upload-btn::before {
        width: 85vw;
    }
    .vacature-item{
        flex-direction:column;
    }
    .vacature-image,
    .vacature-content{
        width:100%;
    }
    .vacature-content{
        padding: 32px;
    }
    .vacature-image img {
        height: 220px !important;
    }
    .vacature-btn {
        width: 100%;
        justify-content: center;
    }
    .team-listing{
        grid-template-columns:1fr;
    }
    #bimini-top,
    #boven-besturingskap,
    #buiskap-sloep,
    #buiskap-sprayhood,
    #kuiptent-motorboot,
    #kuiptent-zeilboot,
    #rondvaartboten,
    #kuipzeil,
    #dekzeil,
    #winterkleed,
    #stofkleed,
    #zeilhuik-rolfok,
    #tafelhoes,
    #stuurstandhoes,
    #consolehoezen,
    #bootkussenset,
    #bedmatrassen,
    #kapiteinsstoel,
    #sierkussens {
        scroll-margin-top: 100px;
    }
    .post-template-template-blog-eeat .post-content .blog-content {
        margin-top: 32px;
    }

}