/*
Theme Name: ChameleonWriting 2023
Theme URI: http://europewebmedia.nl/
Author: Europe Web Media
Author URI: http://europewebmedia.nl/
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    chameleonwriting_theme
Version: 1.0
Description: Custom Storefront Child theme for https://chameleonwriting.nl/en/
Template: storefront
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

body {
    color: #3D3D3D;
    font-family: "Plus Jakarta Sans", Inter, "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
}

#page_wrapper {
    background: #f5f5f5;
}
#page_wrapper > .container {
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
}
#page_wrapper > .container > main {
    padding-top: .75rem;
}

main > .container {
    border-left: 1px solid #3D3D3D;
    border-right: 1px solid #3D3D3D;
}
main.template-page {
    padding-left: 0;
    padding-right: 0;
}

.ct-section {
    clear: both;
    width: 100%;
    float: left;
    min-height: 100px;
    position: static;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
/*.ct-section h2 {
    color: #3D3D3D;
    font-size: 56px;
    font-weight: 500;
    line-height: 67px;
    letter-spacing: 0em;
    text-align: left;
}
.ct-section h3 {
font-size: 20px;
font-weight: 400;
line-height: 38px;
letter-spacing: 0em;
text-align: left;


}
.ct-section h4 {
font-size: 18px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0em;
text-align: left;

}*/
.ct-section h1,
.ct-section h2,
.ct-section h3,
.ct-section h4,
.ct-section h5 {
    color: #3D3D3D;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1.5rem;
    /*letter-spacing: 1px;*/
}
h2.entry-title {
    font-size: 50px;
}
h3.entry-title {
    font-size: 36px;
}
h4.entry-title {
    font-size: 26px;
}
h5.entry-title {
    font-size: 18px;
}


h1.entry-title.smaller,
h2.entry-title.smaller {
    font-size: 40px;
    /*font-weight: 400;*/
}
h3.entry-title.smaller {
    font-size: 28px;
    /*font-weight: 400;*/
}
h4.entry-title.smaller {
    font-size: 20px;
    /*font-weight: 400;*/
}

h1.main-title.entry-title,
h1.main-title.entry-title a {
    color: #3D3D3D;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1.5rem;
    /* letter-spacing: 1px; */
}

.ct-section p {
    color: #716F70;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0;
    /*text-align: left;*/
}

.ct-section .textblock p {
    margin-bottom: 1.5rem;
    margin-top: 0;
}

header img.custom-logo {
    /*width: 96px;*/
    height: auto;
}

::selection {
    background-color: #638aad;
    color: #ffffff;
}

img, a img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    image-rendering: optimizeQuality;
}

p {
    margin: 0.85rem 0;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 1.5em;
}

p:empty + h3 {
    margin-top: 0;
}

:has(:not(:empty))

.container-wrap {
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ct-layout-grid-container {
    width: 100%;
    table-layout: fixed;
    display: table;
    border-top-style: none;
    border-top-width: 0px;
}


[data-av_icon]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: attr(data-av_icon);
    speak: none;
}

@media (min-width: 576px) and (max-width: 991px) {
    .ct-section p {
        font-size: 1rem;
    }
    .ct-section p:last-child {
        margin-bottom: 0;
    }
}

#top .ct-font-entypo-fontello,
body .ct-font-entypo-fontello,
html body [data-av_iconfont='entypo-fontello']:before {
    font-family: 'entypo-fontello';
}

.js_active .active_tab {
    font-size: 11px;
}
.js_active .tab {
    font-size: 15px;
}
.main_color .tabcontainer .active_tab {
    background-color: #b9b9b9 !important;
    color:#ffffff!important;
}
.noborder_tabs.sidebar_tab_left .tab_content, .noborder_tabs.sidebar_tab_right .tab_content {
    box-shadow: none !important;
}

/*a:focus {
outline: none!important;
}*/

figcaption.ct-inner-masonry-content.site-background {
    background-color: #f7f7f7!important;
}
.ct_textblock.titel-onder-slider {
    margin-top: -40px;
}

.widget_nav_menu a {
    display: block;
    padding: 4px 0px 5px 0;
    text-decoration: none;
}
.iconbox .iconbox_content .iconbox_content_title {
    text-transform: none!important;
}
.iconbox_content {
    min-height: 230px;
}

.ct-subheading.ct-subheading_below{
    letter-spacing: 0.5px;
}
.ct-subheading_below {
    /*margin-top: 0.3rem;*/
}
.ct-subheading.ct-subheading_below h3 {
    color: #3D3D3D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 0.5rem;
}
.content-section .post-entry div > p {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1.ct-special-heading-tag {
    text-transform: none!important;
    font-size: 36px!important;
    font-weight: 600!important;
    color: #575756!important;
}
#top div .ct-dark-form .input-text,
#top div .ct-dark-form input[type='text'],
#top div .ct-dark-form input[type='input'],
#top div .ct-dark-form input[type='password'],
#top div .ct-dark-form input[type='email'],
#top div .ct-dark-form input[type='number'],
#top div .ct-dark-form input[type='url'],
#top div .ct-dark-form input[type='tel'],
#top div .ct-dark-form input[type='search'],
#top div .ct-dark-form textarea,
#top div .ct-dark-form select,
div div .ct-dark-form .button {
    color: #575756;
    border-color: #575756;
    border-width: 1px !important;
    background-color: transparent;
}

#top .ct-burger-menu-main.menu-item-avia-special strong {
    display: block;
    color:#858585;
}

#top #advanced_menu_toggle:after {
    content: 'MENU';
    font-size: 13px;
    display: block;
    line-height: 2px;
}

#top #advanced_menu_toggle, #top #advanced_menu_hide {
    height: 56px;
}


.html_burger_menu #avia-menu .ct-burger-menu-main {
    margin-top: 30px;
}

.a {
    color:#638aad!important;
}©

.main_color .primary-background,
.main_color .primary-background a,
div .main_color .button,
.main_color #submit,
.main_color input[type='submit'],
.main_color .small-preview:hover,
.main_color .ct-menu-fx,
.main_color .ct-menu-fx .ct-arrow,
.main_color .iconbox_top .iconbox_icon,
.main_color .iconbox_top a.iconbox_icon:hover,
.main_color .ct-data-table th.ct-highlight-col,
.main_color .ct-color-theme-color,
.main_color .ct-color-theme-color:hover,
.main_color .image-overlay .image-overlay-inside:before,
.main_color .comment-count,
.main_color .av_dropcap2,
.main_color .ct-colored-style .ct-countdown-cell-inner,
.responsive #top .main_color .ct-open-submenu.ct-subnav-menu > li > a:hover,
#top .main_color .ct-open-submenu.ct-subnav-menu li > ul a:hover {
    background-color: #638aad;
    color: #ffffff;
    border-color: #41688b;
}

.main_color table,
.main_color .widget_nav_menu ul:first-child>.current-menu-item,
.main_color .widget_nav_menu ul:first-child>.current_page_item,
.main_color .widget_nav_menu ul:first-child>.current-menu-ancestor,
.main_color .pagination .current,
.main_color .pagination a,
.main_color .iconbox_top .iconbox_content,
.main_color .av_promobox,
.main_color .toggle_content,
.main_color .toggler:hover,
#top .main_color .ct-minimal-toggle .toggler,
.main_color .related_posts_default_image,
.main_color .search-result-counter,
.main_color .container-wrap_meta,
.main_color .ct-content-slider .slide-image,
.main_color .ct-slider-testimonials .ct-testimonial-content,
.main_color .ct-testimonial-arrow-wrap .ct-arrow,
.main_color .news-thumb,
.main_color .portfolio-preview-content,
.main_color .portfolio-preview-content .ct-arrow,
.main_color .ct-magazine .ct-magazine-entry-icon,
.main_color .related_posts.ct-related-style-full a,
.main_color .aviaccordion-slide,
.main_color.ct-fullwidth-portfolio .pagination,
.main_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image,
.main_color .ct-catalogue-list li:hover,
.main_color .wp-playlist,
.main_color .ct-slideshow-fixed-height > li,
.main_color .ct-form-success,
.main_color .ct-form-error,
.main_color .ct-boxed-grid-style .ct-testimonial {
    background: #ffffff;
}

.main_color,
.main_color div,
.main_color header,
.main_color main,
.main_color aside,
.main_color footer,
.main_color article,
.main_color nav,
.main_color section,
.main_color span,
.main_color applet,
.main_color object,
.main_color iframe,
.main_color h1,
.main_color h2,
.main_color h3,
.main_color h4,
.main_color h5,
.main_color h6,
.main_color p,
.main_color blockquote,
.main_color pre,
.main_color a,
.main_color abbr,
.main_color acronym,
.main_color address,
.main_color big,
.main_color cite,
.main_color code,
.main_color del,
.main_color dfn,
.main_color em,
.main_color img,
.main_color ins,
.main_color kbd,
.main_color q,
.main_color s,
.main_color samp,
.main_color small,
.main_color strike,
.main_color strong,
.main_color sub,
.main_color sup,
.main_color tt,
.main_color var,
.main_color b,
.main_color u,
.main_color i,
.main_color center,
.main_color dl,
.main_color dt,
.main_color dd,
.main_color ol,
.main_color ul,
.main_color li,
.main_color fieldset,
.main_color form,
.main_color label,
.main_color legend,
.main_color table,
.main_color caption,
.main_color tbody,
.main_color tfoot,
.main_color thead,
.main_color tr,
.main_color th,
.main_color td,
.main_color article,
.main_color aside,
.main_color canvas,
.main_color details,
.main_color embed,
.main_color figure,
.main_color fieldset,
.main_color figcaption,
.main_color footer,
.main_color header,
.main_color hgroup,
.main_color menu,
.main_color nav,
.main_color output,
.main_color ruby,
.main_color section,
.main_color summary,
.main_color time,
.main_color mark,
.main_color audio,
.main_color video,
#top .main_color .pullquote_boxed,
.responsive #top .main_color .ct-testimonial,
.responsive #top.ct-blank #main .main_color.container-wrap:first-child,
#top .main_color.fullsize .template-blog .post_delimiter,
.main_color .related_posts.ct-related-style-full a {
    border-color: #ffffff;
}

.main_color a,
.main_color .widget_first,
.main_color strong,
.main_color b,
.main_color b a,
.main_color strong a,
.main_color #js_sort_items a:hover,
.main_color #js_sort_items a.active_sort,
.main_color .ct-sort-by-term a.active_sort,
.main_color .special_amp,
.main_color .taglist a.activeFilter,
.main_color #commentform .required,
#top .main_color .ct-no-color.ct-icon-style-border a.ct-icon-char,
.main_color .blog-categories a,
.main_color .blog-categories.minor-meta a,
.main_color .blog-categories a:hover {
    color: #638aad;
}

.main_color a.action-btn:not(.btn-secondary) {
    color: #fff;
}

.main_color a:hover,
.main_color h1 a:hover,
.main_color h2 a:hover,
.main_color h3 a:hover,
.main_color h4 a:hover,
.main_color h5 a:hover,
.main_color h6 a:hover,
.main_color .template-search a.news-content:hover,
.main_color .wp-playlist-item .wp-playlist-caption:hover {
    color: #575756;
}

.main_color a {
    text-decoration: none;
}

.main_color a:hover {
    text-decoration: underline;
}
.main_color a.action-btn:hover {
    background-color: #4F6D8A;
    color: #fff;
    opacity: 0.9;
    text-decoration: underline;
}

.main_color,
.main_color .site-background,
.main_color .first-quote,
.main_color .related_image_wrap,
.main_color .gravatar img .main_color .hr_content,
.main_color .news-thumb,
.main_color .post-format-icon,
.main_color .ajax_controlls a,
.main_color .tweet-text.avatar_no,
.main_color .toggler,
.main_color .toggler.activeTitle:hover,
.main_color #js_sort_items,
.main_color.inner-entry,
.main_color .grid-entry-title,
.main_color .related-format-icon,
.grid-entry .main_color .ct-arrow,
.main_color .ct-gallery-big,
.main_color .ct-gallery-big,
.main_color .ct-gallery img,
.main_color .grid-content,
.main_color .ct-share-box ul,
#top .main_color .ct-related-style-full .related-format-icon,
.main_color .related_posts.ct-related-style-full a:hover,
.main_color.ct-fullwidth-portfolio .pagination .current,
.main_color.ct-fullwidth-portfolio .pagination a,
.main_color .ct-hotspot-fallback-tooltip-inner,
.main_color .ct-hotspot-fallback-tooltip-count {
background-color: #ffffff;
color: #858585;
}
.main_color .heading-color,
.main_color a.iconbox_icon:hover,
.main_color .sidebar .current_page_item>a,
.main_color .sidebar .current-menu-item>a,
.main_color .pagination .current,
.main_color .pagination a:hover,
.main_color strong.ct-testimonial-name,
.main_color .heading,
.main_color .toggle_content strong,
.main_color .toggle_content strong a,
.main_color .tab_content strong,
.main_color .tab_content strong a,
.main_color .asc_count,
.main_color .ct-testimonial-content strong,
.main_color div .news-headline,
#top .main_color .ct-related-style-full .ct-related-title,
.main_color .ct-default-style .ct-countdown-cell-inner .ct-countdown-time,
.main_color .wp-playlist-item-meta.wp-playlist-item-title,
#top .main_color .ct-no-image-slider h2 a,
.main_color .ct-small-bar .ct-progress-bar .progressbar-title-wrap {
    color: #716F70;
}

.main_color .meta-color,
.main_color .sidebar,
.main_color .sidebar a,
.main_color .minor-meta,
.main_color .minor-meta a,
.main_color .text-sep,
.main_color blockquote,
.main_color .post_nav a,
.main_color .comment-text,
.main_color .side-container-inner,
.main_color .news-time,
.main_color .pagination a,
.main_color .pagination span,
.main_color .tweet-text.avatar_no .tweet-time,
#top .main_color .extra-mini-title,
.main_color .team-member-job-title,
.main_color .team-social a,
.main_color #js_sort_items a,
.grid-entry-excerpt,
.main_color .avia-testimonial-subtitle,
.main_color .commentmetadata a,
.main_color .social_bookmarks a,
.main_color .meta-heading>*,
.main_color .slide-meta,
.main_color .slide-meta a,
.main_color .taglist,
.main_color .taglist a,
.main_color .phone-info,
.main_color .phone-info a,
.main_color .av-sort-by-term a,
.main_color .av-magazine-time,
.main_color .av-magazine .av-magazine-entry-icon,
.main_color .av-catalogue-content,
.main_color .wp-playlist-item-length,
.html_modern-blog #top div .main_color .blog-categories a,
.html_modern-blog #top div .main_color .blog-categories a:hover {
    color: #716F70;
}


.main_color .rounded-container,

#top .main_color .pagination a:hover,
.main_color .small-preview,
.main_color .fallback-post-type-icon {
    background: #575756;
    color: #ffffff;
}

.main_color u, .main_color span[style*='underline;'] {
    color: #638aad;
}

.ct_font_icon {
    display: block;
    text-align: center;
}
.ct-icon-pos-left {
    float: left;
    margin-right: 0.5em;
}


/* breadcrumbs */
/*.title_container .breadcrumb {
    position: relative;
    right: auto;
    top: 5px;
}

.title_container .breadcrumb {
    margin-top: 6px!important;
}*/
/*.title_container .main-title a {
    text-decoration: none;
}
.title_container .breadcrumb {
    z-index: 10;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -7px;
    color: #b0b0b0;
    position: relative;
    right: auto;
    top: 5px;
    margin-top: 6px;
}
.breadcrumb-trail span,
.alternate_color .breadcrumb a {
    color: #b0b0b0;
}
.alternate_color.title_container .main-title a {
    color: #b0b0b0;
}*/


/* header */
.top-meta-menu {
    padding-left: 10px;
}
.top-meta-menu ul {
    padding: 0;
    float: left;
    margin: 0;
    list-style-type: none;
    background: transparent;
}
.top-meta-menu li {
    float: left;
    position: relative;
    padding: 0 10px;
    border-right-style: solid;
    border-right-width: 1px;
    line-height: 10px;
    background: transparent;
}
.top-meta-menu li a {
    color: #969696;
    text-decoration: none;
    font-weight: 600;
    padding: 7px 0;
    font-size: 12px;
}

.top-meta-menu {
    float: right;
}
.top-meta-menu ul {
    float: left;
    margin: 0;
}
.top-meta-menu li {
    float: left;
    position: relative;
    padding: 0 10px;
    border-right-style: solid;
    border-right-width: 1px;
    line-height: 10px;
    background: transparent;
}
.top-meta-menu .pll-parent-menu-item .sub-menu {
    display: none;
    position: absolute;
    width: 170px;
    padding: 4px 0;
    z-index: 101;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    left: -50%;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    top: 19px;
}
.top-meta-menu .pll-parent-menu-item:hover > .sub-menu {
    display: block;
}
.top-meta-menu .pll-parent-menu-item .sub-menu li {
    float: none;
    line-height: 20px;
    border: none;
    padding: 0 0;
    margin: 0;
}
.top-meta-menu .pll-parent-menu-item .sub-menu li a {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 23px;
    padding: 6px 18px;
    font-size: 12px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    display: block;
    border-top-style: dashed;
    border-top-width: 1px;
}
.top-meta-menu .pll-parent-menu-item .sub-menu li:first-child > a {
    border: none;
}



.inner-container {
    /* position: relative;
    height: 100%;
    width: 100%; */
    place-items: center;
}
.logo,
.logo a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    float: left;
    /* position: absolute; */
    left: 0;
    z-index: 1;
}
.logo img {
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    image-rendering: auto;
    position: relative;
    z-index: 2;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    height: 100%;
}
header .logo img {
    max-height: 90px;
}






body div .ct-button {
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
}

.ct-buttonrow-wrap > .ct-button {
    vertical-align: bottom;
    text-decoration: none;
}

.ct-button.ct-size-small {
    padding: 9px 10px 7px;
    font-size: 13px;
    min-width: 80px;
}

.main_color .ct-button {
    color: #ffffff;
    border-color: #41688b;
}

.ct-parallax {
    opacity: 0;
}
.ct-parallax.active-parallax {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.iconbox_icon {
    float: left;
    margin: 2px 10px 0 0;
    height: 23px;
    width: 23px;
    font-size: 23px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

[data-av_icon]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: attr(data-av_icon);
    speak: none;
}

.all_colors h4 {
    font-weight: 200
}

.all_colors h3 {
    font-weight: 200
}

.all_colors h1 {
    font-size: 36px
}

.all_colors h2 {
    font-size: 26px;
    text-transform: none
}

.ct-button:hover {
    opacity: 0.9;
}

/*.ct-section {
    clear: both;
    width: 100%;
    float: left;
    min-height: 100px;
    position: static;
    padding-bottom: 1rem;
    padding-top: 3rem;
}*/

.home .post-entry .entry-content-wrapper > .ct-section:first-child {
    padding-top: 0;
}

.page-template-page-custom-b .ct-section {
    padding: 3.125rem 0;
}

/* .ct-section.is-wider {
    padding-left: 3rem;
    padding-right: 3rem;
} */

.full-contain {
    background-size: contain;
}

.ct-full-stretch {
    background-size: cover !important;
}

.ct-parallax-section {
    position: relative;
    border-top: none;
    overflow: hidden;
}
.ct-parallax {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    height: calc((100vh * 0.3) + 100%);
    will-change: transform;
}
.banner .ct-parallax {
    opacity: 0;
}
.banner .ct-parallax.active-parallax {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.ct-parallax-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.parallax-block .parallax-inner {
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2019/07/header-homepage_2.jpg);
    background-attachment: scroll;
    background-position: center center;
    height: 600px;
}
.parallax-content .floating-text-content {
    background: rgba(244,244,244,0.65);
    padding: 30px;
    background-color: rgba(244,244,244,0.65);
    border-radius: 0px;
    width: 80%;
    margin-left: 12%;
    margin-right: 0;
    margin-top: 1.75rem;
}
.special-amp {
    font-family: "Baskerville","Palatino Linotype","Palatino","Times New Roman",serif;
    font-style: italic;
    font-size: 1.3em;
    line-height: 0.5em;
    font-weight: normal;
}
.banner-container {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-text-container {
    height: 450px;
    z-index: 10;
    position: relative;
}
.banner-section .ct-minimum-height .container {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
}
.banner-section .ct-section.ct-minimum-height .container {
    display: table;
    table-layout: fixed;
}
.banner-section .ct-section.ct-minimum-height .container {
    opacity: 1;
}

.iconbox_content_container p {

}


.iconbox-section .col article {
    padding: 2.5rem;
    background: #ededed;
    /* margin: 0 40px; */
    /* padding: 40px; */
    background-color: #ededed;
    border-radius: 0px;
}
/* .iconbox-section .col article:first-child {
margin-left: 0;
}
.iconbox-section .col article:last-child {
margin-right: 0;
} */
.iconbox-section .iconbox_top {
    background: transparent;
}
.iconbox-section .iconbox_content {
    padding: 45px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    position: relative;
    text-align: center;
}
.iconbox_top .iconbox_icon {
    float: none;
    position: absolute;
    left: 50%;
    top: -26px;
    margin: 0 0 0 -26px;
    padding: 15px;
    border-radius: 100px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 24px;
}
.iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.25em;
    text-transform: none;
    font-weight: 200;
}

/*.ct-section h3 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
}

.ct-section h4 {
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 4px;
}*/

.ct-special-heading {
    width: 100%;
    clear: both;
    display: block;
    /*margin-top: 50px;*/
    position: relative
}

.ct-special-heading.blockquote > * {
    white-space: normal;
    float: none;
}

.ct-special-heading h2 {
    letter-spacing: 1px;
}

.ct-thin-font .ct-special-heading-tag,
.modern-quote .ct-special-heading-tag {
    font-weight: 300;
}

.ct-special-heading .ct-special-heading-tag {
    padding: 0;
    margin: 0;
    float: left;
    text-transform: none;
}
.ct-special-heading.blockquote .ct-special-heading-tag {
    float: none;
    text-transform: none;
}

.ct-special-heading .special-heading-border {
    height: 2.6em;
    position: relative;
    overflow: hidden;
}
.ct-special-heading.blockquote .special-heading-border {
    display: none;
}
.special-heading-border .special-heading-inner-border {
    display: block;
    width: 100%;
    /* margin-left: 15px; */
    border-top-style: solid;
    border-top-width: 1px;
    position: relative;
    top: 50%;
    opacity: 0.15;
    filter: alpha(opacity=15);
    border-color: #858585;
}

.ct-thin-font .ct-special-heading-tag,
.modern-quote .ct-special-heading-tag{
    font-weight:300
}
.ct-thin-font strong,
.modern-quote strong{
    font-weight:600
}

body .container-wrap .ct-builder-el-first {
    margin-top: 0;
}

/* .ct-masonry-entry {
position: relative;
display: block;
width: 24.90%;
float: left;
clear: none;
text-decoration: none;
}
.col-md-4 .ct-masonry-entry {
width: 33.3%;
} */

/* ---- grid ---- */

/*  .grid {
background: #EEE;
max-width: 1200px;
}

/* clearfix */
/* .grid:after {
content: '';
display: block;
clear: both;
} */

/* ---- grid-item ---- */

/*  .grid-sizer,
.grid-item {
width: 20%;
}

.grid-item {
height: 120px;
float: left;
background: #D26;
border: 2px solid #333;
border-color: hsla(0, 0%, 0%, 0.5);
border-radius: 5px;
}

.grid-item--width2 { width:  40%; }
.grid-item--width3 { width:  60%; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; } */
.bs_masonry {
    position: relative;
    overflow: hidden;
    clear: both;
    /* padding: 15px 0 0 15px; */
}

.bs_masonry .bs-inner-masonry-sizer {
    width: 100%;
    padding-bottom: 80%;
    z-index: 1;
}

.bs-inner-masonry {
    overflow: hidden;
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 15px;
    bottom: 15px;
    width: 100%;
    margin-bottom: 0;
}

.bs-masonry-outerimage-container {
    background-color: #ffffff;
}

.bs-masonry-outerimage-container {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}
.bs-masonry-image-container {
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.bs-masonry-entry:hover .bs-masonry-image-container {
    opacity: 1;
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.ct-hover-overlay-desaturation .bs-masonry-image-container {
    -webkit-filter: saturate(30%);
    filter: saturate(30%);
}

.ct-hover-overlay-desaturation .bs-masonry-entry:hover .bs-masonry-image-container {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
}



.grid-item .bs-inner-masonry-content {
    position: absolute;
    bottom: -1px;
    /*background-color: #f7f7f7;*/
    background-color: #eeeeee;
    color: #858585;
    padding: 20px;
    z-index: 2;
    /* position: relative; */
    width: 100%;
}
.bs-inner-masonry .entry-title {
    line-height: 1.3em;
    margin: 0;
    font-size: 1rem;
    color: #716F70;
    font-weight: 300;
}
.section_masonry_gallery.grey-bg .bs_masonry {
    background-color: #eeeeee;
    padding-top: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.bs_masonry .grid-item > a {
    display: flex;
    position: relative;
}



.section_3 .col-md-4,
.section_6 .col-md-4 {
    padding-left: 3rem;
}

.ct-image-container-inner, .ct_image, .ct-image-caption-overlay {
    border-radius: 3px;
    display: block;
    position: relative;
    max-width: 100%;
}
.ct-image-container .ct_image, .ct-image-container .ct-image-overlay-wrap {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.image-overlay {
    position: absolute;
    background: #fff;
    z-index: 300;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-overlay .image-overlay-inside {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.image-overlay .image-overlay-inside:before {
    content: '\E832';
    font-family: 'entypo-fontello';
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    border-radius: 50px;
    background: #000;
    height: 80px;
    width: 80px;
    line-height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 500;
    text-align: center;
}

.ct-image-container .image-overlay .image-overlay-inside:before {
    background-color: #b0b0b0;
    color: #ffffff;
    border-color: #909090;
}

.ct-image-container {
    display: block;
    position: relative;
    max-width: 100%;
}

.ct-image-container.align-center {
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
    clear: both;
}

.ct-transform a .image-overlay {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.ct-transform a:hover .image-overlay {
    opacity: 0.7 !important;
}

.ct-image-overlay-wrap a.ct_image .image-overlay {
    /* -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); */
}

.ct-transform a:hover image-overlay {
    opacity: 0.7;
}

.section_4 .ct-image-container .ct_image {
    padding: 0 2rem;
}

.entry-content-wrapper li {
    margin-left: 1em;
    padding: 3px 0;
}

.ct-section.dark-grey-bg .entry-content-wrapper {
    background-color: #ededed;
    padding: 3.5rem;
    padding-top: 6rem;
}

.new-special-heading h3 {
    font-size: 20px;
}

.projects-slider .card {
    padding: 0;
}

.recentcomments, .recent_posts li {
    padding: 7px 0;
    display: block;
    font-size: 0.85em;
    line-height: 1.5em;
    border-top-width: 3px;
    border-top-style: solid;
}

.recent_posts li:first-child {
    border-top: none;
}

.recent_posts,
.company_info {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.recent_posts a {
    text-decoration: none;
}

.recentcomments a,
.recent_posts a {
    font-style: italic;
    font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
}

.socket_color,
.socket_color .site-background,
.socket_color .first-quote,
.socket_color .related_image_wrap,
.socket_color .gravatar img .socket_color .hr_content,
.socket_color .news-thumb,
.socket_color .post-format-icon,
.socket_color .ajax_controlls a,
.socket_color .tweet-text.avatar_no,
.socket_color .toggler,
.socket_color .toggler.activeTitle:hover,
.socket_color #js_sort_items,
.socket_color.inner-entry,
.socket_color .grid-entry-title,
.socket_color .related-format-icon,
.grid-entry .socket_color .ct-arrow,
.socket_color .ct-gallery-big,
.socket_color .ct-gallery-big,
.socket_color .ct-gallery img,
.socket_color .grid-content,
.socket_color .ct-share-box ul,
#top .socket_color .ct-related-style-full .related-format-icon,
.socket_color .related_posts.ct-related-style-full a:hover,
.socket_color.ct-fullwidth-portfolio .pagination .current,
.socket_color.ct-fullwidth-portfolio .pagination a,
.socket_color .ct-hotspot-fallback-tooltip-inner,
.socket_color .ct-hotspot-fallback-tooltip-count {
    background-color: #ffffff;
    color: #638aad;
}
#socket {
    font-size: 11px;
    margin-top: -1px;
    z-index: 1;
    padding: 1rem 3rem 1rem;
}

.widgettitle {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
}

.ct_textblock_section  p {
   margin-top: 0;
}

.ct_textblock {
    clear: both;
    line-height: 1.65em;
}

/* main cat template */
.page-template-main-cat .col-md-4 .special-heading-border .special-heading-inner-border {
    display: none;
}

.text-sections .textblock-section {
    padding: 2rem;
}

/* subcat template */
.page-template-sub-cat .ct_textblock ul {
    padding: 0;
}

.infotab-buttons .ct-button {
    padding: 15px 30px 13px;
}

/* page - custom A */
.info-entries a.slide-image {
    position: relative;
}
.info-entries .fallback-post-type-icon {
    position: absolute;
    top: 49%;
    left: 50%;
    margin: -28px 0 0 -30px;
    height: 60px;
    width: 60px;
    line-height: 59px;
    font-size: 25px;
    text-align: center;
    border-radius: 100px;
}
.info-entries .slide-image img {
    width: 269px;
    height: 218px;
}
.info-entries .ct-transform a .image-overlay {
    transform: translateX(2rem);
}
.slider-fallback-image {
    visibility: hidden;
}
.ct-content-slider .slide-image, .ct-content-slider .slide-image img {
    border-radius: 3px;
    display: block;
    position: relative;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
}
.ct-content-slider .slide-image {
    overflow: hidden;
    margin-bottom: 6px;
    border-radius: 3px;
}
.ct-content-slider .fake-thumbnail .slide-image {
    border-width: 1px;
    border-style: solid;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    min-height: 70px;
}
.ct-content-slider .entry-content-header {
    min-height: 173px;
}
.page-template-page-knowledge-2cols .ct-content-slider .entry-content-header {
    min-height: 165px;
}
.ct-content-slider .blog-categories {
    text-align: center;
    display: block;
    font-weight: bold;
    position: relative;
    top: 15px;
}
.ct-content-slider .minor-meta {
    text-transform: uppercase;
    font-family: 'cabin','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}
.ct-content-slider .slide-entry-title {
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0 15px;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 1.4em;
}
.ct-content-slider .blog-categories + .slide-entry-title {
padding-left: 1.7rem;
padding-right: 1.7rem;
}
.ct-content-slider .slide-entry-title a {
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
}
.ct-content-slider .ct-vertical-delimiter {
    display: block;
    margin: 0 auto;
    width: 40px;
    border-top-width: 3px;
    border-top-style: solid;
    padding-bottom: 16px;
    position: relative;
    top: -5px;
}
.ct-content-slider .slide-meta {
    position: relative;
    padding-bottom: 10px;
}
.post-entry .post-meta-infos,
.ct-content-slider .slide-meta {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 40px;
    width: 100%;
    clear: both;
    float: left;
}
.page-template-page-knowledge-2cols .post-entry .post-meta-infos,
.page-template-page-knowledge-2cols .ct-content-slider .slide-meta {
    margin-top: 0;
    margin-bottom: 40px;
}

.hero-section {
    padding-bottom: 5rem;
    z-index: 50;
    /* overflow: hidden; */
    position: relative;
    padding-bottom: 0;
    /*margin-bottom: 4.5rem;*/
    margin-bottom: 3rem;
}

.hero-section + .post-content-wrapper {
    z-index: 20;
    /*overflow: hidden;*/
    position: relative;
}
.home #header_main {
    z-index: 80;
}
.home .banner-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
    position: absolute;
    float: left;
    /*width: 1415px;*/
    width: 100%;
    height: 650px;
    z-index: 25;
}

.hero-section .hero-image {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 5rem;
}
.home .hero-section .hero-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 5rem;
}

.contenttype-b .column-2 .entry-title {
    color: #716F70;
    font-size: 23px;
    font-weight: 400;
    line-height: 155%;
    margin-bottom: 40px;
}
.contenttype-b .column-2 .textblock h3,
.contenttype-b .column-2 .textblock h4,
.contenttype-b .column-2 .textblock strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 0.5rem;
}

.grey-background {
    background-color: #F8F7F8;
}

.action-btn {
    display: inline-flex;
    padding: 0px 24px 3px 24px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 999px;
    background: #4F6D8A;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}
.action-btn.btn-80 {
    padding: 0px 17px;
    gap: 3px;
    font-size: .80rem;
    line-height: 33px;
}
.action-btn:hover {
background-color: #4F6D8A;
    color: #fff;
    opacity: 0.9;
    text-decoration: underline;
}

.action-btn.btn-secondary {
    background: transparent;
    color: #4f6d8a;
    border-color: #4f6d8a;
}
.action-btn.btn-grey {
    background: #716F70;
    color: #fff;
}

.cat-grey-btn {
    align-items: flex-start;
    background: #716F70;
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    gap: 10px;
    margin-bottom: 1.5rem;
    padding: 7px 16px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.2em;
    cursor: default;
}
.cat-grey-btn a {
    color: #fff;
    text-decoration: none;
}
.cat-grey-btn:hover,
.cat-grey-btn:visited,
.cat-grey-btn:active,
.cat-grey-btn:focus,
.cat-grey-btn a:hover {
    /*background-color: #3D3D3D;*/
    background-color: #716F70!important;
    color: #fff!important;
}
.cat-grey-btn:active {
    border-color: transparent!important;
}

.ct-section .post-entry-wrapper.grey-background {
    padding: 5rem 0;
    position: relative;
}

.contenttype-c .column-1 img {
    width: 100%;
    object-fit: contain;
}
.contenttype-c .column-2 .cat-grey-btn {
    align-items: flex-start;
    color: #fff;
    display: inline-flex;
    background: #716F70;
    border-radius: 7px;
    gap: 10px;
    margin-bottom: 1.5rem;
    padding: 7px 16px;
    cursor: default;
}
.contenttype-c .column-2 .cat-grey-btn span {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

/*.contenttype-c .column-2 h3 {
    color: #3D3D3D;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}*/

.contenttype-c .column-2 .textblock p {
    color: #716F70;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

/*.contenttype-d .entry-title {
    color: #3D3D3D;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}*/
.contenttype-d p {
    color: #716F70;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

.contenttype-d .slide-entry a {
    position: relative;
}
.contenttype-d .slide-entry .slide-entry-sizer {
    width: 100%;
    padding-bottom: 80%;
    z-index: 1;
}
.slide-figure {
    overflow: hidden;
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 15px;
    bottom: 15px;
    width: 100%;
    margin-bottom: 0;
}

.slide-image-wrapper {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}
.slide-image-container {
    /*-webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;*/
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-size: contain;
    background-position: center top;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.slide-entry:hover .slide-image-container {
    opacity: 1;
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.hover-overlay-desaturation .slide-image-container {
    -webkit-filter: saturate(30%);
    filter: saturate(30%);
}
.hover-overlay-desaturation .slide-entry:hover .slide-image-container {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
}

.slide-entry .slide-inner-content {
    position: absolute;
    bottom: -1px;
    /*background-color: #f7f7f7;
    padding: 20px;*/
    color: #858585;
    z-index: 2;
    width: 100%;
    /* position: relative; */
    background-color: #fff;
    padding: 0.5rem 1rem;
}

.slide-inner-content .entry-title {
    color: #716F70;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

.contenttype-e .column-1 img {
    margin-bottom: 1.5rem;
}
.contenttype-e .column-1 p {
    margin-bottom: 1.5rem;
}
.contenttype-e .background-image-container {
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 55%;
    height: 100%;
    border-radius: 300px 32px 32px 32px;
    background-blend-mode: darken;
    top: 0;
    right: 0;
    z-index: 1;
}
.contenttype-e .content-container {
    position: relative;
    z-index: 10;
}

@media (min-width: 1200px) {
    .contenttype-e .column-1 {
        padding-right: 6rem;
    }

    .hero-section .hero-image {
        max-height: 600px;
    }
}

/* contenttype-f - referenties listing */
.referentie-entry {
    /*margin-bottom: 2rem;*/
}
.contenttype-f h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0em;
    margin-bottom: 1rem;
}
.contenttype-f h3 a {
    color: #3D3D3D;
    text-decoration: none;
}
.contenttype-f .category {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.contenttype-f .image-container {
    /*width: 200px;
    height: 200px;
    margin-right: 2rem;*/
    position: relative;
}
.contenttype-f .text-section {
    align-content: center;
}
.contenttype-f .image-container .cat-grey-btn {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: absolute;
    margin: 0 0 0.5rem 0.5rem;
    bottom: 0;
    left: 0;
}
.contenttype-f .image-container .cat-grey-btn:hover {
    background: #716F70;
    color: #fff;
}
.contenttype-f .image-container img  {
    object-fit: cover;
    width: 200px;
    height: 200px;
    /*border-radius: 1rem;*/
    border-radius: 8px;
}
.contenttype-f .textblock a,
.contenttype-f .textblock p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-decoration: none;
    margin-bottom: 1rem;
}
.see-more a {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    color: #4F6D8A;
    text-decoration: none;
}
.see-more a:hover {
    text-decoration: underline;
}
.see-more .bi-arrow-right::before {
    font-weight: 800!important;
}


.video-container .ct-iframe-wrap iframe {
    border-radius: 2.5rem;
    width: 100%;
    height: 100%;
}

.playcircle {
    background: url(/wp-content/themes/chamelwrit2023/assets/img/playcircle.png) scroll no-repeat center;
    display: inline-block;
    width: 32px;
    height: 34px;
    transform: translateY(6px);
}

.contenttype-g.ct-section {
    padding-bottom: 0;
}
.contenttype-g .content-section {
    position: relative;
}
.contenttype-g .video-container.show-video .video-placeholder {
    display: none;
}
.contenttype-g .content-sizer {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contenttype-g .entry-title {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 2rem;
}
.contenttype-g .video-container.show-video .content-sizer {
    position: relative;
    height: 640px;
}
.contenttype-g .image-container {
    /*position: absolute;
    top: 0;
    left: 0;*/
    z-index: 1;
}

.contenttype-g .image-container img {
    width: 100%;
}
.contenttype-g .inner-content {
    display: grid;
    width: 100%;
    flex-direction: column;
    height: 100%;
}
.contenttype-g .inner-content .inner-textblock {
    align-self: center;
    width: auto;
    text-align: center;

}
.contenttype-g .inner-content .inner-textblock * {
    color: #fff;
}

/* contenttype-i */
.product-infotabs-section .nav {
    margin-bottom: 40px;
}
.product-infotabs-section .nav .nav-item {
    margin-right: 40px;
}
.product-infotabs-section .nav .nav-item .nav-link {
    color: #3D3D3D;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    opacity: 0.3;
    padding-left: 0;
    padding-right: 0;
}
.product-infotabs-section .nav .nav-item .nav-link:hover {
    text-decoration: none;
}
.product-infotabs-section .nav .nav-item .nav-link:first-child {
    /*padding-left: 0;*/
}
.product-infotabs-section .nav .nav-item .nav-link.active  {
    background-color: transparent;
    opacity: 1;
}
.product-infotabs-section .tab-pane .entry-content-wrapper > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.product-infotabs-section .tab-pane .entry-content-wrapper > ul > li {
    /*margin-bottom: 24px;*/
    border-bottom: 1px solid #EEECEE;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 0;
}
.product-infotab .column-1,
.product-infotab .column-2 {
    color: #716F70;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
}
.product-infotab .column-2 {
    font-weight: 400;
}
.product-infotab .column-2 p {
    margin-top: 0;
    font-weight: 500;
}
.product-infotab .column-2 p:last-child {
    margin-bottom: 0;
}
.product-infotab .column-2 ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.suggested-products .slide-element {
    text-decoration: none;
}
.suggested-products .slide-element .entry-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 1rem;
}
.suggested-products .slide-element li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0.5rem;
}

.product-spectabs-section .entry-title {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    /*padding-left: 5rem;*/
}

.product-spectabs-section .nav-tabs {
    border: none;
    /*padding-left: 5rem;*/
    text-align: left;
}
.product-spectabs-section .nav-tabs li {
    display: inline;
    margin: 0;
    place-content: normal;
}
.product-spectabs-section .nav-tabs .nav-link {
    color: #3D3D3D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border: none;
    opacity: 0.3;
    padding: 0;
    margin-bottom: 1.5rem;
    background-color: transparent;
}
.product-spectabs-section .nav-tabs .nav-link.active {
    font-weight: 500;
    opacity: 1;
}

.product-spectabs-section .tab-content {
    padding-right: 5rem;
}
.product-spectabs-section .tab-content .tab-pane {
    border-radius: 2.5rem;
    background: #fff;
    padding: 3rem;
}


/* contenttype-j */
.palette-table {
    border-radius: 2rem;
}
.palette-table .col {
    border: 1px solid #E8E5E8;
}
.palette-table table {
    width: 100%;
    margin-bottom: 2rem;
}
.palette-table table tr {
    border-radius: 2rem;
}
.palette-table table td {
    padding: 0;
}
.palette-table table td .color-item {
    border: 1px solid #E8E5E8;
    border-bottom: unset;
    height: 100%;
}
.palette-table table tr:first-child td:first-child .color-item {
    border-top-left-radius: 2rem;
    -webkit-border-top-left-radius: 2rem;
}
.palette-table table tr:first-child td:last-child .color-item {
    border-top-right-radius: 2rem;
    -webkit-border-top-right-radius: 2rem;
}
.palette-table table tr:last-child td:first-child .color-item {
    border-bottom-left-radius: 2rem;
    -webkit-border-bottom-left-radius: 2rem;
}
.palette-table table tr:last-child td:last-child .color-item {
    border-bottom-right-radius: 2rem;
    -webkit-border-bottom-right-radius: 2rem;
}
.palette-table table tr:last-child .color-item {
    border-bottom: 1px solid #E8E5E8;
}
.palette-table .color-item {
    padding: 1.5rem 0 1rem 1rem;
}
.palette-table .palette-image {
    display: grid;
    margin-right: 1rem;
    place-content: center;
}
.palette-table .palette-image img {
    width: 4rem;
    height: 4rem;
    display: inline-block;
    object-fit: contain;
}
.palette-table .palette-info .name {
    color: #716F70;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}
.palette-table .palette-info p {
    margin: 0;
}
.palette-table .palette-info .name {
    color: #716F70;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}
.palette-table .palette-info .code {
    color: #B1B1B1;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}
.colors-row {
    margin-top: 3.5rem;
}

/* sidebar */
.content, .sidebar {
    padding-top: 2.5rem;
    padding-bottom: 50px;
    /* -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; */
    min-height: 1px;
    z-index: 1;
}

.unit, .units {
    float: left;
    display: inline;
    margin-left: 50px;
    position: relative;
    z-index: 1;
    min-height: 1px;
}

.sidebar .widget {
    clear: both;
    position: relative;
    padding: 30px 0 30px 0;
    float: none;
}
.sidebar .widget:first-child,
.content .sidebar .widget:first-child {
    padding-top: 0;
    border-top-style: none;
    border-top-width: 0;
}

.sidebar .widget_categories ul,
.sidebar .widget_archive ul {
    padding: 0;
    list-style-type: none;
}
.sidebar .widget li {
    clear: both;
}
.sidebar .widget_categories li a,
.sidebar .widget_archive li a {
    display: inline;
}

.page-template-page-knowledge-2cols .section_masonry_gallery.grey-bg .bs_masonry,
.archive .section_masonry_gallery.grey-bg .bs_masonry {
    padding-bottom: 1rem;
}
.page-template-page-knowledge-2cols .bs_masonry .bs-inner-masonry-sizer,
.archive .bs_masonry .bs-inner-masonry-sizer {
    padding-bottom: 90%;
}

.post-content-footer-video .video-container video {
    width: 100%;
    display: block;
}


/* footer */
.footer_color,
.footer_color .site-background,
.footer_color .first-quote,
.footer_color .related_image_wrap,
.footer_color .gravatar img .footer_color .hr_content,
.footer_color .news-thumb,
.footer_color .post-format-icon,
.footer_color .ajax_controlls a,
.footer_color .tweet-text.avatar_no,
.footer_color .toggler,
.footer_color .toggler.activeTitle:hover,
.footer_color #js_sort_items,
.footer_color.inner-entry,
.footer_color .grid-entry-title,
.footer_color .related-format-icon,
.grid-entry .footer_color .ct-arrow,
.footer_color .ct-gallery-big,
.footer_color .ct-gallery-big,
.footer_color .ct-gallery img,
.footer_color .grid-content,
.footer_color .ct-share-box ul,
#top .footer_color .ct-related-style-full .related-format-icon,
.footer_color .related_posts.ct-related-style-full a:hover,
.footer_color.ct-fullwidth-portfolio .pagination .current,
.footer_color.ct-fullwidth-portfolio .pagination a,
.footer_color .ct-hotspot-fallback-tooltip-inner,
.footer_color .ct-hotspot-fallback-tooltip-count {
    background-color: #3d3d3d;
    color: #ffffff;
}
footer .ct-section {
    /*padding-bottom: 0;*/
}
footer .widgettitle {
    font-size: 1.1rem;
    margin-top: 0.85em;
    text-transform: uppercase;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.footer-top {
    color: #fff;
}

.footer-top p,
.footer-top a,
.footer-top span {
    color: #fff;
}

#footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-top {
    padding: 1rem 3rem;
    z-index: 1;
}

.footer-nav a {
    display: block;
    padding: 4px 0px 5px 0;
    text-decoration: none;
}

#footer .col {
    margin: 2rem 0;
}

.footer-bottom nav li,
.footer-bottom ul li {
    float: left;
    display: block;
    padding: 0 10px;
}

.footer-bottom span,
.footer-bottom a {
    color: #638aad;
    font-size: 11px;
    text-decoration: none;
}

.footer-bottom .social-bookmarks {
    height: 30px;
    z-index: 150;
    -webkit-backface-visibility: hidden;
    margin: 0 0 0 -9px;
    float: right;
    margin: -10px 0 0 30px;
    position: relative;
}

.footer-bottom .social-bookmarks span {
    text-indent: -999px;
    display: none;
}

.post-content-wrapper > .ct-section:first-child {
    padding-top: 0;
    /*padding-bottom: 0;*/
}

/* page default template */
.tab-list .nav-tabs .nav-link {
    border-radius: unset;
    color: #575756;
    padding: 12px 16px 14px 16px;
    font-size: 15px;
    border: unset;
}
.tab-list .nav-tabs .nav-link:hover {
    color: #858585;
    border: unset;
}
.tab-list .nav-tabs .nav-link.active {
    font-weight: bold;
    background-color: #b9b9b9;
    color: #ffffff;
}
.tab-list .tab-content {
    padding: 10px 19px;
}
.tab-content h2 {
    text-transform: none;
    font-size: 26px;
    font-weight: 600;
}
.tab-list .tab-content ul {
    list-style-type: disc;
}
.ct-dark-form input[type="text"],
.ct-dark-form textarea {
    color: #575756;
    border-color: #575756;
    border-width: 1px;
    background-color: transparent;
}
.ct-dark-form .wpcf7-text,
.ct-dark-form .wpcf7-textarea {
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 13px;
    border-radius: 2px;
}
.ct-dark-form label {
    color: #222;
    font-weight: bold;
    font-size: 0.92em;
    display: block;
    visibility: visible;
    position: relative;
    margin-bottom: 7px;
}
.ct-dark-form label .wpcf7-form-control-wrap {
    margin-top: 8px;
    display: inline-block;
    width: 100%;
}
.ct-dark-form .wpcf7-submit {
    color: #222!important;
    margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: 500;
    font-size: 0.92em;
    line-height: normal;
    min-width: 142px;
    outline: none;
    border-width: 1px !important;
    background-color: transparent!important;
    border: 2px #575756 solid;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.ct-dark-form .wpcf7-submit:hover {
    background-color: #575756!important;
}
.ct-dark-form .wpcf7-response-output {
    margin-left: 0;
    border-color: #575756;
    border-width: 1px;
    display: none;
}

/* subcategory / product page */
.ct-breadcrumbs,
.ct-breadcrumbs a {
    color: #AEAEAE;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none;
}
.ct-breadcrumbs a:hover {
    color: #3D3D3D;
    text-decoration: underline;
}
.ct-breadcrumbs .breadcrumb-caret {
    margin-bottom: 3px;
}

.product-images .column {
    padding-bottom: 0.5rem;
}
.product-images .column:nth-child(even) {
    padding-right: 0.5rem;
}

.product-images .column img {
    height: 100%;
}

.product-details-section .detail-block {
    /*margin-bottom: 24px;*/
}
.product-details-section .entry-title,
.product-details-heading .entry-title a {
    color: #3D3D3D;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}
.product-details-section .textblock-section p {
    color: #716F70;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}
.product-details-section .textblock-section a {
    color: #4F6D8A;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    text-decoration-line: underline;
}
.product-details-section .ct-offers-block {
    color: #716F70;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.format-selector select {
    border-radius: 4px;
    border: 1px solid #ECECEC;
    background: #FFF;
    width: 100%;
    padding: 12px 1rem;
    margin-bottom: 1rem;
}
.format-selector select,
.format-selector select option {
    color: #716F70;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 25.6px */
}

 .textblock-with-checkbox ul {
    list-style-type: none;
    padding: 0;
}
 .textblock-with-checkbox ul li {
     margin-bottom: 0.5rem;
 }

.textblock-with-checkbox ul li,
.textblock-with-checkbox ul li a {
    margin-left: 0;
    color: #716F70;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
}
.textblock-with-checkbox li:before {
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: "";
    speak: none;
    display: inline;
    list-style: none;
    font-family: 'entypo-fontello';
    margin-right: 0.5rem;
    color: #4F6D8A;*/
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: "";
    speak: none;
    /*display: inline;*/
    list-style: none;
    /*font-family: 'entypo-fontello';*/
    margin-right: 0.5rem;
    color: #4F6D8A;
    background: url(/wp-content/themes/chamelwrit2023/assets/img/check.svg) scroll no-repeat center;
    width: 24px;
    height: 24px;
    background-size: contain;
    display: inline-block;
}

.textblock-with-checkbox ul li,
.textblock-with-checkbox ul li a {
    color: #716F70;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}
.textblock-with-checkbox ul li a {
    color: #4F6D8A;
}

.product-details-section .detail-block.ct-offers-block {
    margin-bottom: 42px;
}

@media (min-width: 576px) and (max-width: 991px) {
    .product-details-section .textblock-section p {
        font-size: 1rem;
    }
    .textblock-with-checkbox ul li,
    .textblock-with-checkbox ul li a {
        font-size: 1rem;
    }
}

/* page banner - home/referenties */
.banner-section-wrapper .hero {
    position: relative;
    z-index: 50;
}
.banner-texts {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.home .banner-texts {
    overflow: hidden;
    padding-bottom: 4rem;
    /*padding-left: 4rem;*/
}
.banner-texts .entry-title {
    color: #fff;
    font-size: 56px;
    font-weight: 400;
    position: relative;
    left: 3px;
}
.banner-section .nav-btn {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 2px solid #4F6D8A;
    border-radius: 50%;
    background: #4F6D8A;
}
.banner-section .nav-btn:hover {
    opacity: 0.8;
}
.banner-section .nav-btn a {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
}
.banner-section .nav-btn .bi-arrow-right::before {
    color: #fff;
    font-weight: 600!important;
}

.banner-section-wrapper {
    position: relative;
}
.banner-section-wrapper #header_main {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.banner-section-wrapper #header_main .logo {
    margin-top: 1.5rem;
    margin-left: 24px;
}
.banner-section-wrapper #header_main:hover .logo {
    margin-left: 23px;
}

.banner-section-wrapper .nav > li > a {
    color: #fff;
    /*opacity: 0.7;*/
}
.banner-section-wrapper .nav > li:hover > a {
    /*opacity: 1;*/
}
.banner-section-wrapper .nav > li.pll-parent-menu-item {
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: 1rem;
    margin-right: 1rem;
}
.site-page.banner-section-wrapper .nav > li.pll-parent-menu-item {
    border: 2px solid #716F70;
}

.site-page.banner-section-wrapper .nav > li.pll-parent-menu-item {
    margin-right: 0;
    border: unset;
    box-shadow: unset;
}
.site-page.banner-section-wrapper .nav > li.pll-parent-menu-item > a {
    /* padding: 2px; */
    padding: 0;
    margin-right: 0;
    width: 38px;
    height: 38px;
}

.banner-section-wrapper .nav > li.pll-parent-menu-item:hover > a:after {
    transform: translate(0.5rem, 2.5rem);
}
.site-page.banner-section-wrapper .nav > li.pll-parent-menu-item > a svg {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.hero-section .button-column {
    /*display: grid;
    place-content: center;*/
    display: flex;
    align-items: center;
}
.hero-section .button-column .nav-btn {
    /*transform: rotate(90deg) translateX(5rem);*/
    transform: rotate(90deg) translate(5rem, 3rem);
}

#main_nav {
    margin-right: 1.5rem;
}
.header-menu-container .main-menu-container ul li {
    display: inline-block;
    padding: 5px;
}
/*.header-menu-container #main-menu-list > li::after {
    content: '|';
    color: #fff;
    float: right;
    transform: translate(0.5rem, -2rem);
    font-size: 1.25rem;
}*/
.header-menu-container #main-menu-list > li.menu-sep {
    display: grid;
    place-content: center;
    font-size: 1.5rem;
    /*color: #fff;*/
    color: #3D3D3D;
    /* font-weight: 300; */
    padding: 0;
    /*margin-bottom: 6px;*/
    margin-bottom: 12px;
}
.header-menu-container #main-menu-list > li.menu-sep:last-child {
    display: none;
}
.header-menu-container .main-menu-container > ul > li > a {
    position: relative;
}
.header-menu-container .main-menu-container ul li a {
    display: block;
    /*color: #18468B;*/
    /*font-size: 16px;*/
    /*font-weight: 600;*/
    padding: 10px;
}

.header-menu-container .main-menu-container ul li .sub-menu-wrapper.lvl-0 {
    /*border-radius: 1.5rem;*/
    border-radius: unset;
    
    padding: 20px;
    position: absolute;
    background: #fff;
    /*-webkit-transition: opacity .6s,visibility .6s;
    transition: opacity .6s,visibility .6s;*/
    /*box-shadow: 0 4px 8px -2px rgb(0 0 0 / 25%);*/
    box-shadow: 0 8px 8px -2px rgb(0 0 0 / 25%);
    margin-top: 4px;
    /*left: 5rem;
    right: 5rem;*/
    z-index: 99999;
    
    
    left: 0;
    right: 0;
    width: 100%;
    
    transition: all .05s ease-in-out;
    height: 0;
    
    transform-origin: left top;
    /*transform: scaleY(0);*/
    
    opacity: 0;
    visibility: hidden;
}
.header-menu-container .main-menu-container ul li.menu-item-has-children:hover .sub-menu-wrapper.lvl-0 {
    opacity: 1;
    visibility: visible;
    transition: all .05s ease-in-out;
    
    /*height: 400px;
    min-height: unset;*/
    /*transform: scaleY(1);*/
    
    /* margin-top: 2rem; */
    margin-top: 0.5rem;
}
.header-menu-container .main-menu-container ul li.menu-item-has-children:hover .sub-menu-wrapper.lvl-0 > .sub-menu-container {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.header-menu-container .main-menu-container > ul > li.menu-item-has-children:first-child .sub-menu-wrapper.lvl-0 > .sub-menu-container {
    min-height: 30rem;
}

.header-menu-container .main-menu-container ul li ul.sub-menu {
    padding: 0;
}

.header-menu-container .main-menu-container ul li .lvl-0 > ul.sub-menu {
    position: relative;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    /* width: 1000%;*/
}
.header-menu-container .main-menu-container ul li {
    display: inline-block;
    padding: 5px;
}
.header-menu-container .main-menu-container ul li a {
    color: #fff;
    text-decoration: none;
}
.site-page.header-menu-container .main-menu-container ul li a {
    color: #716F70;
    text-decoration: none;
}
.header-menu-container .main-menu-container ul li ul.sub-menu li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: block;
}
.header-menu-container .main-menu-container ul li ul.sub-menu li a {
    padding: 0 5px;
}
.header-menu-container .main-menu-container ul li ul.sub-menu.row > li > a {
    color: #3D3D3D;
    font-size: 23px;
    font-weight: 500;
    line-height: 120%; /* 27.6px */
}
.header-menu-container .main-menu-container ul li ul li a {
    color: #716F70;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%; /* 25.6px */
}
#main-menu-list .sub-menu-wrapper.lvl-0  > .sub-menu-container > .sub-menu > .menu-item > a img {
    height: 30px;
    width: auto;
    object-fit: contain;
    margin-right: 5px;
    transform: translateY(-3px);
    display: none;
    opacity: 0;
}
.header-menu-container .main-menu-container ul li .lvl-1 ul.sub-menu {
    display: block;
    margin-bottom: 20px;
}
.header-menu-container .main-menu-container ul li .lvl-1 ul.sub-menu li {
    display: block;
    padding: 0;
    margin-bottom: 1rem;
}
.header-menu-container .main-menu-container ul li .lvl-1 ul.sub-menu li.menu-sep {
    font-weight: 300;
    font-size: 18px;
    text-indent: -999px;
    border-left: 1px solid #716F70;
    display: grid;
    width: auto;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    /* border-right: 1px solid #716F70; */
    opacity: 0.7;
}
.header-menu-container .main-menu-container ul li .lvl-1 ul.sub-menu li.menu-sep:last-child {
    display: none;
}
.header-menu-container .main-menu-container ul li .lvl-1 ul.sub-menu li a {
    padding: 0 5px;
    font-weight: 400;
}

.header-menu-container .main-menu-container ul li .lvl-1 .sub-menu-wrapper.lvl-2 {
    overflow: hidden;
}
.header-menu-container .main-menu-container ul li .lvl-1 .sub-menu-wrapper.lvl-2 .sub-menu-container {
    padding-top: 0.35rem!important;
}
.header-menu-container .main-menu-container ul li .lvl-1 .sub-menu-wrapper.lvl-2 .sub-menu .menu-item {
    float: left;
    position: relative;
}
.header-menu-container .main-menu-container ul li .lvl-1 .sub-menu-wrapper.lvl-2 .sub-menu .menu-item img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 5px;
    transform: translateY(-3px);
}
.header-menu-container .main-menu-container ul li .lvl-1 .sub-menu-wrapper.lvl-2 .sub-menu .menu-item a {
    color: #716F70;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%; /* 22.4px */
    opacity: 0.7;
    /*border-right: 1px solid #716F70;*/
}
.header-menu-container .main-menu-container ul li .lvl-1 .sub-menu-wrapper.lvl-2 .sub-menu .menu-item:last-child a {
    border-right: unset;
}
.header-menu-container .menu-item .new-label, 
#mobile-menu-list .menu-item .new-label {
    font-size: 10px;
    padding: 4px 8px;
    background: #4F6D8A;
    border-radius: 8px;
    color: #fff;
    transform: translate(8px, 0px);
    display: inline-block;
    position: absolute;
    line-height: 1rem;
}
#mobile-menu-list .menu-item .new-label {
    transform: translate(10px, -2px);
    font-size: 10px;
    padding: 2px 8px;
}

.banner-section-wrapper .nav > li.pll-parent-menu-item .sub-menu-wrapper.lvl-0 {
    /*right: -1.5rem;
    left: unset;
    border-radius: 1.5rem;*/
    right: 0;
    left: unset;
    border-radius: 1.5rem;
    transform: translate(8px, 8px);
}
.banner-section-wrapper .nav > li.pll-parent-menu-item .sub-menu-wrapper.lvl-0 .sub-menu {
    display: grid;
}

.sub-menu-wrapper {
    z-index: 2;
}
.sub-menu-wrapper.lvl-0 {
    padding: 0!important;
}
/*.sub-menu-wrapper.lvl-0:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #000;
    opacity: 0.6;
}*/
    /*background-color: #7837378c;*/
    /*border: 1px solid red;*/
#main-menu-list > .menu-item > a:hover {
    /*opacity: 0.7;*/
}
.header-menu-container .main-menu-container > ul > li:hover > a:after,
.header-menu-container .main-menu-container > ul > li.current_page_item > a:after {
    /*border-bottom: 2px solid #18468B;*/
    /*content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -4px;*/
}

/*.header-menu-container .main-menu-container ul li.show > .sub-menu-wrapper.lvl-0 {*/
.header-menu-container .main-menu-container ul li:hover > .sub-menu-wrapper.lvl-0 {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}
/*.header-menu-container .main-menu-container ul li.show > .sub-menu-wrapper.lvl-0 > .sub-menu > li {*/
.header-menu-container .main-menu-container ul li:hover > .sub-menu-wrapper.lvl-0 > .sub-menu > li {
    flex: 0 0 auto;
    width: 33.33333333%;
}
/*.header-menu-container .main-menu-container ul li.show > .sub-menu-wrapper.lvl-0 > .sub-menu-container {*/
.header-menu-container .main-menu-container ul li .sub-menu-wrapper.lvl-0 > .sub-menu-container,
.header-menu-container .main-menu-container ul li:hover > .sub-menu-wrapper.lvl-0 > .sub-menu-container {
    /*border-radius: 1.5rem;*/
}

/*#main-menu-list > .menu-item.menu-item-has-children.show > a {*/
#main-menu-list > .menu-item.menu-item-has-children:hover > a {
    position: relative;
}
#main-menu-list > .menu-item.menu-item-has-children:hover > a:after {
/*#main-menu-list #menu-item-9993.show:after {*/
    /* border-top: 0;
     border-right: 0.3em solid transparent;
     border-bottom: 0.3em solid;
     border-left: 0.3em solid transparent; */
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    z-index: 100000;
    height: 12px;
    background: url(/wp-content/themes/chamelwrit2023/assets/img/polygon-up.svg);
    transform: translate(2rem, 2rem);

    -webkit-transition: opacity .6s,visibility .6s;
    transition: opacity .6s,visibility .6s;
}
#main-menu-list > .menu-item.menu-item-has-children.pll-parent-menu-item:hover > a:after {
    /* transform: translate(0.5rem, 2.5rem); */
    transform: translate(0.15rem, 2.5rem);
}
.sub-menu-container {
    z-index: 2;
    position: relative;
    background-color: #fff;
    /*padding: 20px;*/
    padding: 2rem 2.5rem;
}

/* mobile popup menu */
.mobile-menu-container {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    z-index: 99999;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
}
.mobile-menu-container.in {
    opacity: 1;
    visibility: visible;
    
    /*left: 0;
    top: 0.5rem;
    position: fixed;*/
    
    left: -5px;
    top: -5px;
    position: absolute;
    
    /*width: 75%;*/
    width: 350px;
    background: #fff;
    z-index: 99999;
    /* bottom: 0; */
    overflow-y: scroll;
    margin-top: 0;
    border-radius: 1rem;
    /* box-shadow: 0 4px 8px -2px rgb(0 0 0 / 25%); */
    box-shadow: 0 14px 24px 0 #00000040;
    transition: opacity .6s, visibility .6s;
    -webkit-transition: opacity .6s, visibility .6s;
    max-height: 910px;
}
#mobile-menu-list li a {
    color: #716F70;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
#mobile-menu-list > li {
    margin-bottom: 1.5rem;
}
#mobile-menu-list > li > a {
    font-weight: 500;
}
#mobile-menu-list > li.menu-item-has-children > a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
#mobile-menu-list .sub-menu-wrapper.lvl-0:before {
    content: unset;
    display: none;
}
#mobile-menu-list .sub-menu-wrapper.lvl-0 {
    overflow: hidden;
    /* height: 0px; */
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mobile-menu-list .menu-item-has-children.show-dropdown .sub-menu-wrapper.lvl-0 {
    /* height: auto; */
    display: block;
    opacity: 1;
    visibility: visible;
}

#mobile-menu-list .sub-menu-wrapper.lvl-0 > .sub-menu-container > .sub-menu > li > a {
    font-weight: 500;
}

#mobile-menu-list .pll-parent-menu-item .sub-menu-wrapper.lvl-0 {
    /* height: auto; */
    /* display: block; */
    /* opacity: 1; */
    /* visibility: visible; */
}

#mobile-menu-list .sub-menu-wrapper.lvl-0 .sub-menu-container {
    padding: 0.5rem 1rem;
}
#mobile-menu-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#mobile-menu-list .sub-menu-wrapper.lvl-0 > .sub-menu-container > .sub-menu > li > a {
    font-size: 1rem;
}
#mobile-menu-list .sub-menu-wrapper.lvl-0 > .sub-menu-container > .sub-menu li li > a {
    font-size: 14px;
}
#mobile-menu-container .popup-title {
    color: #4F6D8A;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%; /* 14.4px */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    float: left;
}
.mobile-close-btn {
    background: transparent;
    border: none;
    margin-left: auto;
    float: right;
}
.mobile-menu-wrapper {
    clear: both;
}
#mobile-menu-list > li.menu-item-has-children.show > a::after {
    display: inline-block;
    -webkit-transition: opacity .6s,visibility .6s;
    transition: opacity .6s,visibility .6s;
}
#mobile-menu-list > li.menu-item-has-children > a::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    -webkit-transition: opacity .6s,visibility .6s;
    transition: opacity .6s,visibility .6s;
}
.mobile-menu-container .pll-parent-menu-item > a {
    /* display: none; */
    width: 38px;
    height: 38px;
    display: inline-block;
    padding: 0;
    margin-bottom: 0.75rem;
}
.mobile-menu-container .pll-parent-menu-item > a svg {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.mobile-menu-container .pll-parent-menu-item > a::after {
    content: unset!important;
}
.mobile-menu-container .pll-parent-menu-item .sub-menu-wrapper.lvl-0 {
    height: auto!important;
}
.mobile-menu-container .pll-parent-menu-item .sub-menu-wrapper.lvl-0 .sub-menu-container {
    padding-left: 0!important;
    padding-right: 0!important;
}
.mobile-menu-container .pll-parent-menu-item .sub-menu-wrapper.lvl-0 .sub-menu-container .sub-menu > li {
    flex: 0 0 auto;
    padding: 0.7rem;
    font-size: 16px;
    border: 2px solid #716F70;
    transform: translateY(-0.5rem);
    border-radius: 50%;
    display: grid;
    place-content: center;
    width: auto;
    margin-right: 0.5rem;
    opacity: 0.4;
}
.mobile-menu-container .pll-parent-menu-item .sub-menu-wrapper.lvl-0 .sub-menu-container .sub-menu > li:hover,
.mobile-menu-container .pll-parent-menu-item .sub-menu-wrapper.lvl-0 .sub-menu-container .sub-menu > li:active {
    opacity: 1;
}

#mobile-menu-list .sub-menu-wrapper.lvl-0 .menu-item {
    margin-bottom: 0.5rem;
}
#mobile-menu-list .sub-menu-wrapper.lvl-1 .menu-item {
    margin-bottom: 12px;
}
#mobile-menu-list .menu-item.menu-item-has-children a {
    display: inline-block;
}
#mobile-menu-list .menu-item.menu-item-has-children a::after {
    /*display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;*/
    
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    /*border-top: 4px solid\9;*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 8px;
}
#mobile-menu-list .menu-item.menu-item-has-children.show-dropdown a::after {
    border-bottom: 4px dashed;
    border-top: unset;
}
/*#mobile-menu-list .menu-item.menu-item-has-children a:hover*/
#mobile-menu-list .sub-menu-wrapper.lvl-1 .sub-menu-container {
    padding-left: 0;
}

#mobile-menu-list .menu-item. .menu-item.menu-item-has-children > a::after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    /*border-top: 4px solid\9;*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 8px;
}
/*#mobile-menu-list .menu-item .menu-item.menu-item-has-children > a + .sub-menu-wrapper {*/
/*    display: none;*/
/*}*/
/*#mobile-menu-list .menu-item .menu-item.menu-item-has-children > a:hover + .sub-menu-wrapper {*/
/*    display: block;*/
/*}*/

#mobile-menu-list .pll-parent-menu-item > a {
    display: none!important;
}

#mobile-menu-list .pll-parent-menu-item .sub-menu-wrapper.lvl-0 {
    display: block;
    opacity: 1;
    visibility: visible;
}
#mobile-menu-list .pll-parent-menu-item {
    margin-bottom: 0;
}
#mobile-menu-list .pll-parent-menu-item .current-lang {
    opacity: 1;
}

/* home */
.home .header-menu-container #main-menu-list > li.menu-sep {
    text-shadow: 1px 1px 4px #000;
    color: #fff;
    /*color: #000;
    text-shadow: unset;*/
}
.home .banner-section-wrapper .nav > li.pll-parent-menu-item {
    /* box-shadow: 1px 1px 3px #666; */
    margin-right: 0;
    border: unset;
    box-shadow: unset;
}
.home .banner-section-wrapper .nav > li.pll-parent-menu-item > a {
    /* padding: 2px; */
    padding: 0;
    width: 38px;
    height: 38px;
}

.home .banner-section-wrapper .nav > li.pll-parent-menu-item > a svg {
    background-color: #fff;
    border-radius: 50%;
    color: #fff;

    display: inline-block;
    width: 100%;
    height: 100%;
    
    background: transparent;
    color: #fff;
    fill: transparent;
    stroke: white;
    filter: drop-shadow(1px 2px 2px #666);
}
.home .banner-section-wrapper .nav > li.pll-parent-menu-item > a svg path {
    stroke: rgb(255, 255, 255);
}
.home .header-menu-container #main-menu-list > li > a {
    /*text-shadow: 1px 1px 2px #666;*/
    text-shadow: 1px 1px 4px #000;
}

/* contenttype-d */
.contenttype-d .top-row {
    transform: translateY(4.5rem);
    z-index: 1;
}
.contenttype-d .top-row .entry-title {
    margin-bottom: 1rem;
}
.contenttype-d .slider-row {
    position: relative;
    z-index: 10;
}



.bx-wrapper {
    max-width: 100%!important;
    overflow: visible;
}
.bx-viewport .slide-entry {
    margin-right: 0.5rem;
    padding-left: 0;
}
.bxslider-nav {
    margin-bottom: 2.5rem;
    position: absolute;
    top: 25%;
    z-index: 999;
    width: 100%;
}
.bxslider-nav .nav-btn.nav-prev {
    position: absolute;
    left: 23px;
}
.bxslider-nav .nav-btn.nav-next {
    position: absolute;
    right: 55px;
}
@media (min-width: 992px) {
    .bxslider-nav .nav-btn.nav-prev {
        left: -50px;    
    }
}
.bxslider-nav .nav-btn {
    display: inline-block;
    width: 48px;
    height: 48px;
    /*border: 2px solid #4F6D8A;*/
    border-radius: 50%;
    
    /*text-indent: 999px;*/
    /*background-image: url(http://chameleonwriting2023.lndo.site/wp-content/themes/chamelwrit2023/assets/img/arrowright.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bxslider-nav .nav-btn:first-child {
    margin-right: 0.5rem;
}
.bxslider-nav .nav-btn:hover {
    background: #4F6D8A;
}
.bxslider-nav .nav-btn:hover .bi-arrow-left::before,
.bxslider-nav .nav-btn:hover  .bi-arrow-right::before {
    color: #fff;
}
.bxslider-nav .nav-btn a {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
}
.bxslider-nav .nav-btn .bi-arrow-left::before,
.bxslider-nav .nav-btn .bi-arrow-right::before {
    color: #4F6D8A;
    font-weight: 600!important;
}

/* page custom A */
.page-template-page-custom-a .section-1 .column-1 .grid-banner {
    /* height: 430px; */
    /* min-height: 430px; */
    /* vertical-align: top; */
    /* padding: 30px; */
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    background-attachment: scroll;
}
.page-template-page-custom-a .section-1 .column-2 {
    /* height: 430px; */
    /* min-height: 430px; */
    background: #f7f7f7;
    vertical-align: top;
    padding: 30px 100px 30px 100px;
    background-color: #f7f7f7;
}


/* referenties page */
.page-template-referenties .banner-section {
    padding-bottom: 1.5rem;
}
.page-template-referenties .banner-texts .entry-content-wrapper {
    position: relative;
}
.page-template-referenties .banner-texts .entry-content-wrapper .entry-title {
    width: 50%;
    z-index: 1;
}
.page-template-referenties .banner-texts .entry-content-wrapper .nav-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.archive-filter-section select {
    border: none;
}
.archive-filter-section select:focus {
    box-shadow: unset;
    border: unset;
}
.archive-filter-section select,
.archive-filter-section select option {
    color: #716F70;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}
.archive-filter-section select {
    width: auto;
}

/* single referenties */
.single-referenties .post-content-wrapper > .ct-section:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.single-referenties-images .product-images .column {
    padding-bottom: 0.5rem;
}
.single-referenties-images .product-images .column:nth-child(even) {
    padding-left: 0;
    text-align: left;
}
.single-referenties-images .product-images .column:nth-child(odd) {
    padding-right: 0.5rem;
    text-align: right;
}
.single-referenties-images .product-images .column img {
    height: auto;
    /*min-height: 340px;*/
    width: 100%;
}
.single-referenties .section-3 .column-2,
.single-referenties .section-4 .column-1 {
    display: grid;
    place-content: center;
}

/* single post */
.single-post .ct-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.single-post .ct-section.news-section-5 {
    padding-top: 0;
    padding-bottom: 1.5rem;
}
.single-post .ct-section.news-section-5 ul,
.single-post .ct-section.news-section-5 li {
    font-weight: 300;
}
.single-post .hero-section {
    padding-top: 2.5rem;
    margin-bottom: 0!important;
}
.single-post .section-1 .post-entry .column-2 {
    /*
    height: 430px;
    min-height: 430px;
    */
    background: #f7f7f7;
    vertical-align: top;
    padding: 30px 100px 30px 100px;
    background-color: #f7f7f7;
}

/* COMPONENTS */

/* CTA component */
.cta-section .blur-background {
    background: transparent linear-gradient(90deg, #F8F7F8 50%, transparent 65% 0);
    background-size: cover;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
@media (min-width: 992px) {
    .cta-section .cta-background {
        border-radius: 2rem;
    }
    .cta-section .column-1 {
        min-height: 520px;
    }
}
/*.cta-content-block {*/
/*    width: 415px;*/
/*    height: 345px;*/
/*}*/
.cta-section .contact-details span,
.cta-section .contact-details span a {
    color: #4f6d8a;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .5rem;
    text-decoration: none;
}
.cta-section .contact-details span.name {
    color: #3d3d3d;
    font-weight: bold;
}
.cta-section .contact-details span.title {
    color: #726f70;
    font-weight: 400;
}
.cta-section .contact-details span.phone-number a {
    text-decoration: none;
}

/* contact page */
@media (min-width: 1200px) {
    .contenttype-b .column-1 .entry-title {
        width: auto;
    }
}

.company-info .company-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 25.6px;
    text-align: left;
    color: #716F70;
    margin-bottom: 0;
}
.company-info .company-subtext {
    font-size: 1rem;
    font-weight: 300;
    line-height: 25.6px;
    text-align: left;
    /*color: #B8B3B5;*/
    margin-bottom: 0;
    color: #716F70;
}
.company-info + .address p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #716F70;
    margin-bottom: 0!important;
}
.company-contact-details .ph {
    margin-right: 0.5rem;
    transform: translateY(3px);
    position: relative;
    display: inline-block;
}
.company-contact-details .ph:before {
    font-size: 1.5rem;
}
.contact-form-column .textblock p {
    font-size: 1rem;
}
.contact-form-column .wpcf7-form p label {
    font-weight: 500;
    font-size: 1rem;
    width: 100%;
}
.contact-form-column .wpcf7-form .wpcf7-text,
.contact-form-column .wpcf7-form .wpcf7-textarea {
    border: 1px solid #716F7057;
    border-radius: 8px;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    width: 100%;
}
.contact-form-column .wpcf7-form .wpcf7-textarea {
    resize: none;
    height: 200px;
}
.contact-form-column .wpcf7-form input[type="submit"],
.contact-form-column .wpcf7-form input.wpcf7-submit {
    display: inline-flex;
    padding: 0px 24px 3px 24px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 999px;
    background: #4F6D8A;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    border: unset;
}
.contact-form-column .wpcf7-form input[type="submit"]:hover,
.contact-form-column .wpcf7-form input.wpcf7-submit:hover {
    background-color: #4F6D8A;
    color: #fff;
    opacity: 0.9;
    text-decoration: underline;
}
#custom_form_shortcode ._form_element {
    position: relative;
    margin-bottom: 10px;
    /*font-size: 0;*/
    max-width: 100%;
}
#custom_form_shortcode ._form._inline-form {
    border:unset!important;
    padding-left: 0;
}
#custom_form_shortcode ._form._inline-form ._form-title {
    color: #3D3D3D;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}
#custom_form_shortcode ._form._inline-form ._form-label {
    margin-bottom: 5px;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.6em;
    color: #4d4d4d !important;
    font-weight: 500;
    font-size: 1rem;
    width: 100%;
}

#custom_form_shortcode ._form._inline-form input[type="text"],
#custom_form_shortcode ._form._inline-form textarea {
    border: 1px solid #716F7057;
    border-radius: 8px;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    width: 100%;
    height: auto;
    color: #000000 !important;
}
#custom_form_shortcode ._form._inline-form input[type="text"] {
    height: 44px;
}
#custom_form_shortcode ._form._inline-form ._row span,
#custom_form_shortcode ._form._inline-form ._row label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: #4d4d4d !important;
}
#custom_form_shortcode ._form._inline-form ._submit {
    display: inline-flex;
    padding: 0px 24px 3px 24px !important;
    align-items: flex-start;
    gap: 10px;
    border-radius: 999px;
    background: #4F6D8A !important;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    border: unset;
}
#custom_form_shortcode ._form._inline-form ._submit:hover {
    color: #fff;
    opacity: 0.9;
    text-decoration: underline;
}

/* related posts */
@media (min-width: 768px) {
    .news-listing .column:nth-child(odd) {
        padding-right: 0.5rem;
    }
    .news-listing .column:nth-child(even) {
        padding-left: 0.5rem;
    }
    .news-listing .column:nth-child(odd) .news-image-wrapper {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .news-listing .column:nth-child(even) .news-image-wrapper {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

.news-card .news-title {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.news-info h3 {
    margin-bottom: 0.8rem;
}


.footer-section {
    border-top: 1px solid #716F70;
    margin-top: 5rem;
    padding: 5rem 0;
}
.footer-section .widget-nav-menu .widgettitle {
    color: #4F6D8A;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.footer-section .widget-nav-menu .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-section .widget-nav-menu li {
    margin-bottom: 1rem;
}
.footer-section .widget-nav-menu li:last-child {
    margin-bottom: 0;
}
.footer-section .widget-nav-menu li a {
    color: #716F70;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
    text-decoration: none;
    padding: 0;
}
.footer-section .widget-nav-menu li a:hover {
    text-decoration: underline;
}

footer .widget-custom-content .textwidget img {
    width: 96px;
    height: auto;
}
footer .widget-custom-content .custom-html-widget p {
    font-size: 18px;
    line-height: 160%;
    margin-top: 0;
    margin-bottom: 0.4rem;
}

footer .widget-custom-content .widget {
    margin-bottom: 24px;
}


@media (max-width: 575px) {
    .post-content-footer-video .video-container video,
    .video-iframe:not(.gallery-iframe) iframe {
        border-radius: 1rem;
        min-height: 195px;
    }
}
@media (max-width: 767px) {
    .post-content-footer-video .video-container video,
    .video-iframe:not(.gallery-iframe) iframe {
        border-radius: 1rem;
        min-height: 250px;
    }
}
@media (max-width: 991px) {
    .post-content-footer-video .video-container video,
    .video-iframe:not(.gallery-iframe) iframe {
        min-height: 360px;
        /*border-radius: 1rem;*/
    }
    
    .home .post-content-footer-video .video-container video,
    .home .video-iframe:not(.gallery-iframe) iframe {
        min-height: unset;
    }
}
@media (min-width: 992px) {
    .post-content-footer-video .video-container video,
    .video-section .video-iframe {
        /*height: 640px;*/
    }
    .video-iframe:not(.gallery-iframe) iframe {
        border-radius: 2rem;
        width: 100%;
        height: 100%;
    }
}

/** GALLERY SECTION **/
.gallery-section .column .media-iframe img {
    object-fit: cover;
}
@media (min-width: 768px) {
    .gallery-section .column .media-iframe img,
    .gallery-section .column .video-iframe iframe,
    .gallery-section .column .video-block {
        /*height: 195px;*/
        border-radius: unset;
        min-height: unset;
    }
    
    .gallery-section .product-images .column.single-column .media-iframe *,
    .gallery-section .product-images .column.single-column .video-block .video-overlay,
    .gallery-section .product-images .column.single-column .video-block .video-source,
    .gallery-section .product-images .column.single-column .video-source iframe {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    
    
}
@media (min-width: 992px) {
    .gallery-section .column.col-md-6 .media-iframe img,
    .gallery-section .column.col-md-6 .video-iframe iframe {
        height: 260px;
    }
}
@media (min-width: 1200px) {
    .gallery-section .column.col-md-6 .media-iframe img,
    .gallery-section .column.col-md-6 .video-iframe iframe {
        height: 310px;
    }
}
@media (min-width: 1400px) {
    .gallery-section .column.col-md-6 .media-iframe img,
    .gallery-section .column.col-md-6 .video-iframe iframe {
        /*min-height: 345px;*/
        height: 360px;
    }
}


@media (max-width: 767px) {
    .gallery-section .column.col-md-6 .media-iframe *,
    .gallery-section .column.col-md-6 .video-block .video-overlay,
    .gallery-section .column.col-md-6 .video-block .video-source,
    .gallery-section .column.col-md-6 .video-source iframe {
        min-height: 240px;
    }
    
    .gallery-section .column-1 .product-images .column:first-child .media-iframe *,
    .gallery-section .column-1 .product-images .column:first-child .video-block .video-overlay,
    .gallery-section .column-1 .product-images .column:first-child .video-block .video-source,
    .gallery-section .column-1 .product-images .column:first-child .video-source iframe {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    
    .gallery-section .column-1 .product-images .column.single-column:first-child .media-iframe *,
    .gallery-section .column-1 .product-images .column.single-column:first-child .video-block .video-overlay,
    .gallery-section .column-1 .product-images .column.single-column:first-child .video-block .video-source,
    .gallery-section .column-1 .product-images .column.single-column:first-child .video-source iframe {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

@media (max-width: 575px) {
    .gallery-section .row .column:nth-last-child(2) .media-iframe *,
    .gallery-section .row .column:nth-last-child(2) .video-block .video-overlay,
    .gallery-section .row .column:nth-last-child(2) .video-block .video-source,
    .gallery-section .row .column:nth-last-child(2) .video-source iframe {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .gallery-section .row .column:last-child .media-iframe *,
    .gallery-section .row .column:last-child .video-block .video-overlay,
    .gallery-section .row .column:last-child .video-block .video-source,
    .gallery-section .row .column:last-child .video-source iframe {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

@media (min-width: 768px) {

    .gallery-section.single-referenties-images .column:first-child .media-iframe *,
    .gallery-section.single-referenties-images .column:first-child .video-block .video-overlay,
    .gallery-section.single-referenties-images .column:first-child .video-block .video-source,
    .gallery-section.single-referenties-images .column:first-child .video-source iframe {
        border-top-left-radius: 1rem;
    }
    .gallery-section.single-referenties-images .column:nth-child(2) .media-iframe *,
    .gallery-section.single-referenties-images .column:nth-child(2) .video-block .video-overlay,
    .gallery-section.single-referenties-images .column:nth-child(2) .video-block .video-source,
    .gallery-section.single-referenties-images .column:nth-child(2) .video-source iframe {
        border-top-right-radius: 1rem;
    }
    .gallery-section.single-referenties-images .column:nth-child(3) .media-iframe *,
    .gallery-section.single-referenties-images .column:nth-child(3) .video-block .video-overlay,
    .gallery-section.single-referenties-images .column:nth-child(3) .video-block .video-source,
    .gallery-section.single-referenties-images .column:nth-child(3) .video-source iframe {
        border-bottom-left-radius: 1rem;
    }
    .gallery-section.single-referenties-images .column:last-child .media-iframe *,
    .gallery-section.single-referenties-images .column:last-child .video-block .video-overlay,
    .gallery-section.single-referenties-images .column:last-child .video-block .video-source,
    .gallery-section.single-referenties-images .column:last-child .video-source iframe {
        border-bottom-right-radius: 1rem;
    }
}


@media (max-width: 991px) {
    .video-iframe:not(.gallery-iframe) iframe {
        min-height: 360px;
        border-radius: 1rem;
    }
}
.video-iframe iframe {
    height: 100%;
    width: 100%;
}

.video-overlay {
    /*border-radius: 1.5rem;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*height: 729px;*/
    display: grid;
    align-content: center;
}
.video-wrapper iframe,
.video-wrapper video {
    width: 100%;
    /*border-radius: 1rem;*/
    box-shadow: unset;
    border: unset;
}


#main-menu-list .sub-menu-wrapper.lvl-0 > .sub-menu-container > .sub-menu.row > li.menu-item:first-child:nth-last-child(1) {

}
#main-menu-list .sub-menu-wrapper.lvl-0.has-single-subitem {
    left: unset;
    right: unset;
    transform: translateX(-6rem);
}
#main-menu-list .sub-menu-wrapper.lvl-0.has-single-subitem li.menu-item:first-child:nth-last-child(1) {
    width: 100%;
}


.twocol-section-a .textblock p:last-child,
.twocol-section-b .textblock p:last-child {
    margin-bottom: 0;
}

.category-slider a {
    text-decoration: none;
}

.category-slider .slide-image-container {
    background-size: cover;
    opacity: 1;
}

.category-slider .slide-image-container img {
    min-height: 272px;
}

.category-slider .item-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #3D3D3D;
    margin-top: 10px;
}

.category-slider .slide-entry[aria-hidden="false"]:first-child .slide-image-wrapper {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.category-slider .slide-entry .slide-image-wrapper.rounded-left-edges {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.page-template-page-subcategory .contenttype-d .top-row {
    transform: translateY(4.5rem);
    z-index: 1;
}

.page-template-page-subcategory .contenttype-d .top-row .entry-title {
    margin-bottom: 1rem;
}

.page-template-page-subcategory .contenttype-d .slider-row {
    position: relative;
    z-index: 10;
}

.page-template-page-subcategory .bx-wrapper {
    max-width: 100%!important;
    overflow: visible;
}

.page-template-page-subcategory .bx-viewport .slide-entry {
    margin-right: 0;
    padding-left: 0;
    /*padding-right: 0.5rem;*/
}

.page-template-page-subcategory .bxslider-nav {
    margin-bottom: 1.5rem;
}

.page-template-page-subcategory .bxslider-nav .nav-btn a {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 2rem;
    color: #000;
    /*border: 2px solid #4F6D8A;*/
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

@media (min-width: 992px) {
    .page-template-page-subcategory .bxslider-nav .nav-btn a {
        font-size: 2.5rem;
    }
}

.page-template-page-subcategory .bxslider-nav .nav-btn a.disabled {
    /*opacity: 0.4;*/
    color: #FFF;
}

.page-template-page-subcategory .bxslider-nav .nav-btn:first-child {
    margin-right: 0.5rem;
}

.page-template-page-subcategory .bxslider-nav .nav-btn:hover {
    background: none;
    color: #4F6D8A;
}

.page-template-page-subcategory .bxslider-nav .nav-btn:hover .bi-arrow-left::before,
.page-template-page-subcategory .bxslider-nav .nav-btn:hover  .bi-arrow-right::before {
    color: #fff;
}

.page-template-page-subcategory .bxslider-nav .nav-btn a {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
}

.page-template-page-subcategory .bxslider-nav .nav-btn .bi-arrow-left::before,
.page-template-page-subcategory .bxslider-nav .nav-btn .bi-arrow-right::before {
    color: #4F6D8A;
    font-weight: 600!important;
}

.page-template-page-subcategory .bxslider .textblock p {
    color: #716F70;
}

.page-template-page-subcategory .see-more a {
    text-decoration: none;
}

.category-slider {
    gap: .5rem;
}

.category-slider .slide-entry[aria-hidden="false"]:first-child .slide-image-wrapper {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}


.category-slider .slide-entry[aria-hidden="false"]:last-child .slide-image-wrapper {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.category-carousel {
    padding-left: 15px;
    padding-right: 15px;
}


/* blog template */
.newsletter-signup-section .wpcf7 input[type="email"] {
    border: 1px solid rgba(113, 111, 112, 0.34);
    border-radius: 0.5rem;
    padding: 0.5rem 1.25rem;
    min-height: 56px;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #716F70;
    margin-right: 1.5rem;
}
.newsletter-signup-section .wpcf7 input[type="submit"] {
    display: inline-flex;
    padding: 0px 24px 3px 24px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 999px;
    background: #4F6D8A;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    border: unset;
}
.newsletter-signup-section .wpcf7 input:hover[type="submit"] {
    background-color: #4F6D8A;
    color: #fff;
    opacity: 0.9;
    text-decoration: underline;
}
.newsletter-signup-section .wpcf7 input:active[type="submit"] {
    background-color: #4F6D8A;
    color: #fff;
    opacity: 0.9;
    text-decoration: underline;
}
.newsletter-signup-section .wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.single-product .wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 {
    width: 100%;
}

.single-product .woocommerce-product-gallery__image {
    border-radius: 1rem;
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 15px;
    margin-top: 1rem;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 1rem;
}

.woocommerce-price-suffix {
    font-size: 10px;
}

@media (max-width: 767px) {
    .newsletter-signup-section.default-top-section {
        min-height: unset;
        padding-top: 1.5rem;
    }
    .newsletter-signup-section.default-top-section h1 {
        margin-bottom: 0;
        font-size: 30px;
        font-weight: 500;
    }
}
@media (min-width: 768px) {
    .newsletter-signup-section.default-top-section {
        /*padding-top: 0;*/
    }
}


/* homepage changes */
.video-overlay {
    border-radius: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*height: 729px;*/
    display: grid;
    align-content: center;
}
.video-wrapper iframe,
.video-wrapper video {
    width: 100%;
    border-radius: 1rem;
    box-shadow: unset;
    border: unset;
}

.hero-title-clone {
    /*transform: translate(4px, -342px);*/
    transform: translate(4px, -270px);
}
@media (max-width: 767px) {
    .hero-title-clone {
        /*transform: translate(4px, -342px);*/
        transform: translate(4px, -178px);
    }
    .home .banner-overlay {
        height: 100%;
    }
    .hero-section .button-column {
        display: grid;
        place-content: center;
        position: absolute;
        left: 0;
        bottom: 0.5rem;
    }
    .hero-section .button-column .nav-btn {
        transform: rotate(90deg);
    }
    .hero-section .hero-title,
    .hero-section .hero-title-clone {
        font-size: 2.25rem!important;
    }
}
@media (max-width: 575px) {
    .hero-title-clone {
        transform: unset;
    }
}

.contenttype-c .entry-title {
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .contenttype-c .column-2.col-md-4 {
        display: grid;
        align-content: center;
    }
}

@media (min-width: 1200px) {
    .contenttype-c .column-1 .twocol-images .column-1 img {
        margin-top: 120px;
    }
}

.home.page-template-home .contenttype-d .top-row {
    transform: translateY(4.5rem);
    z-index: 1;
}
.home.page-template-home .contenttype-d .top-row .entry-title {
    margin-bottom: 1rem;
}
.home.page-template-home .contenttype-d .slider-row {
    position: relative;
    z-index: 10;
}
.home.page-template-home .bx-wrapper {
    max-width: 100%!important;
    overflow: visible;
}
.home.page-template-home .bx-viewport .slide-entry {
    /*margin-right: 0.5rem;
    padding-left: 0;*/
    margin-right: 0;
    padding-left: 0;
    padding-right: 0.5rem;
}
.home.page-template-home .bxslider-nav {
    margin-bottom: 1.5rem;
}
.home.page-template-home .bxslider-nav .nav-btn a {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 2rem;
    color: #000;
    /*border: 2px solid #4F6D8A;
    border-radius: 50%;*/
    /*text-indent: 999px;*/
    /*background-image: url(http://chameleonwriting2023.lndo.site/wp-content/themes/chamelwrit2023/assets/img/arrowright.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    -webkit-transition: all 0.3s ease-in-n-out;
    -moz-transition: all 0.3s ease-in-out;t;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
@media (min-width: 992px) {
    .home.page-template-home .bxslider-nav .nav-btn a {
        font-size: 2.5rem;
    }
}
.home.page-template-home .bxslider-nav .nav-btn a.disabled {
    color: #FFF;
}
.home.page-template-home .bxslider-nav .nav-btn:first-child {
    margin-right: 0.5rem;
}
.home.page-template-home .bxslider-nav .nav-btn:hover {
    background: none;
    color: #4F6D8A;
}
.home.page-template-home .bxslider-nav .nav-btn:hover .bi-arrow-left::before,
.home.page-template-home .bxslider-nav .nav-btn:hover  .bi-arrow-right::before {
    color: #fff;
}
.home.page-template-home .bxslider-nav .nav-btn a {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
}
.home.page-template-home .bxslider-nav .nav-btn .bi-arrow-left::before,
.home.page-template-home .bxslider-nav .nav-btn .bi-arrow-right::before {
    color: #4F6D8A;
    font-weight: 600!important;
}

@media (min-width: 1200px) {
    .impressie-carousel .top-row h3 {
        width: 15%;
    }

}
.impressie-carousel {
    padding-left: 15px;
    padding-right: 15px;
}
.impressie-carousel .bxslider-nav {
    top: 35%;
}
.impressie-gallery a {
    text-decoration: none;
}
.impressie-gallery .slide-image-container {
    background-size: cover;
    opacity: 1;
}
.impressie-gallery .slide-image-container img {
    min-height: 272px;
}
.impressie-gallery .item-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #716F70;
}

.impressie-gallery .slide-entry[aria-hidden="false"]:first-child .slide-image-wrapper {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.impressie-gallery .slide-entry[aria-hidden="false"]:last-child .slide-image-wrapper {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.impressie-gallery .slide-entry .slide-image-wrapper.rounded-left-edges {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

img.hidden {
    visibility: hidden;
    opacity: 0;
}

.banner-section-wrapper .banner-inner {
    background-size: cover;
    background-repeat: no-repeat;
}

.home.page-template-home .contenttype-c .entry-title {
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home.page-template-home .contenttype-c .column-2.col-md-4 {
        display: grid;
        align-content: center;
    }
}

@media (min-width: 1200px) {
    .home.page-template-home .contenttype-c .column-1 .twocol-images .column-1 img {
        margin-top: 120px;
    }
}

/*.main-menu-container .menu-item-has-children .sub-menu-wrapper.lvl-1 {
    opacity: 1!important;
    display: flex !important;
    width: 90%;
    padding-left: 3rem;
}*/

#main-menu-list .sub-menu-wrapper.lvl-0 > .sub-menu-container > .sub-menu.row > li:hover .sub-menu-wrapper.lvl-1,
#main-menu-list .sub-menu-wrapper.lvl-0 > .sub-menu-container > .sub-menu.row > li:first-of-type .sub-menu-wrapper.lvl-1 {
    opacity: 1;
    display: flex !important;
    width: 90%;
    padding-left: 3rem;
}
#main-menu-list .sub-menu-wrapper.lvl-0 > .sub-menu-container > .sub-menu.row > li.inactive .sub-menu-wrapper.lvl-1 {
    opacity: 0;
}

.kb-section-list {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.kb-section-list li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #4F6D8A;
    text-decoration: none;
}
.kennisbank-search-form {
    max-width: 555px;
    margin: 0 auto;
}
.kennisbank-search-form [type=search] {
    border: 1px solid rgba(113, 111, 112, 0.34);
    border-radius: 0.5rem;
    padding: 0.5rem 1.25rem;
    min-height: 56px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #716F70;
}

.kennisbank-search-form [type=submit] {
    display: inline-flex;
    padding: 0px 24px 3px 24px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 999px;
    background: #4F6D8A;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    border: unset;
}

.one-column-full-background .column-inner {
    padding: 2rem 1rem;
    min-height: 400px;
    background-color: rgb(255 255 255 / 70%);
}

.post-type-archive-kennisbank ul.search-result-list,
.tax-kennisbank-category ul.search-result-list {
    list-style: none;
    padding: 0;
}

.kennisbank-overview .category-overview-inner {
    border-radius: 0.5rem;
}

.kennisbank-overview .category-overview-inner h3 {
    font-size: 32px;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.tax-header-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* search suggestion */

#search-suggestions {
    position: absolute;
    background: #FFF;
    width: 100%;
    z-index: 999;
    margin-top: 4rem;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

#search-suggestions .result-header {
    padding: 1rem 0;
    border-bottom: 1px solid #000;
    color: #3D3D3D;
    font-size: 14px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

#search-suggestions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#search-suggestions li {
    padding: 0;
}
#search-suggestions li a {
    padding: 1rem;
    border-bottom: 1px solid #eee;
    border-left: 2px solid #FFF;
    color: #3D3D3D;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: left;
}

#search-suggestions li a:hover {
    background: #f8f8f8;
    border-left: 2px solid #3D3D3D;
}