/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.wpml-ls-slot-27, .wpml-ls-slot-27 a, .wpml-ls-slot-27 a:visited ,.wpml-ls-slot-27.wpml-ls-current-language, .wpml-ls-slot-27.wpml-ls-current-language a, .wpml-ls-slot-27.wpml-ls-current-language a:visited,.wpml-ls-slot-27.wpml-ls-current-language:hover, .wpml-ls-slot-27.wpml-ls-current-language:hover a, .wpml-ls-slot-27.wpml-ls-current-language a:hover,.wpml-ls-slot-27:hover, .wpml-ls-slot-27:hover a, .wpml-ls-slot-27 a:hover{
    background-color:transparent;
}

.product .price {
    display: none;
}
#slide-out-widget-area .widget_nav_menu {
    display: none;
}
div#slide-out-widget-area-bg {
    background-color: #333 !important;
}

.woocommerce ul.products li.product .product-wrap img, .woocommerce-page ul.products li.product .product-wrap img {
    padding-top:10px;
}

body #header-outer header#top .mobile-user-account {
    display:none!important;
}
#nectar-user-account {
    display:none!important;
}
.usp-box .iwt-text {
    color: #fff;
    padding-left: 0px;
    padding-top: 50px;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px;
    font-family: 'Poppins';
}
.quote-col a.prev.fa.fa-angle-left {
    bottom: -30px !important;
    top: auto;
    left: 0;
    border-radius: var(--Components-Button-Corners, 4px);
    border: 1px solid var(--colours-greys-grey-3-lines-outlines, #727272);
    background: var(--colours-greys-grey-1-white, #FFF);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    bottom: -50px !important;
}
.quote-col a.next.fa.fa-angle-right {
    bottom: -30px !important;
    top: auto;
    left: 50px;
    border-radius: var(--Components-Button-Corners, 4px);
    border: 1px solid var(--colours-greys-grey-3-lines-outlines, #727272);
    background: var(--colours-greys-grey-1-white, #FFF);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    bottom: -50px !important;
}
.quote-col .controls {
    display: none;
}
.testimonial_slider blockquote p {
    font-size: 28px;
    text-align: left !important;
    padding-bottom: 12px;
    line-height: 54px;
}
.quote-col .testimonial_slider[data-style="minimal"] .slides {
    max-width: none;
}
.quote-col blockquote {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.quote-col span.testimonial-name {
    width: 100% !important;
    float: left;
    text-align: left !important;
    transform: none !important;
}
.quote-img img {
    width: 100% !important;
    height: 430px !important;
}
.quote-col h3.vc_custom_heading {
    margin-bottom: 32px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}
.wpcf7-textarea {
    height: 100px;
}
.footer-info p {
    padding-bottom: 0px;
}
.footer-info i.icon-default-style {
    width: 24px;
    height: 24px;
    font-size: 24px;
}
div#footer-outer i.icon-default-style {
    color: #fff !important;
}
div#block-2 p:first-child {
    display: none;
}
.home-products .flickity-viewport {
    overflow: visible ! IMPORTANT;
}
.home-products .nectar-woo-carousel-top {
    text-align: left !important;
}
.usp-box .vc_column-inner {
    padding: 32px;
}

/* VIDEO */
/* ================================
   VERTICALE VIDEO - 9:16
   Class: video-row-vert
================================ */

.video-row-vert {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 9 / 16;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 16px;
}

/* Salient / WPBakery wrappers laten meeschalen */
.video-row-vert .row_col_wrap_12,
.video-row-vert .wpb_column,
.video-row-vert .vc_column-inner,
.video-row-vert .wpb_wrapper,
.video-row-vert .nectar-video-wrap,
.video-row-vert .nectar-video-inner,
.video-row-vert .nectar-video-bg,
.video-row-vert .nectar-video-self-hosted {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
}

/* Padding/marges verwijderen */
.video-row-vert .vc_column-inner,
.video-row-vert .wpb_wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

/* Video zelf */
.video-row-vert video {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover;
    border-radius: 16px;
}


/* ================================
   ORIGINELE VIDEO
   Class: video-row
   Behoudt originele verhouding
================================ */

.video-row {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.video-row video {
    display: block !important;
    width: 100% !important;
    height: auto;
    border-radius: 16px;
}


/* ================================
   GEDEELDE CUSTOM PLAY BUTTON
   Voor: video-row-vert + video-row
================================ */

.video-row-vert .video-click-layer,
.video-row .video-click-layer {
    position: absolute;
    inset: 0;
    z-index: 30;
    cursor: pointer;
    background: transparent;
}

/* Ronde play-knop */
.video-row-vert .video-click-layer::before,
.video-row .video-click-layer::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86px;
    height: 86px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.28);
    opacity: 1;
    visibility: visible;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

/* Play-driehoek */
.video-row-vert .video-click-layer::after,
.video-row .video-click-layer::after {
    content: "";
    position: absolute;
    left: calc(50% + 5px);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 20px solid #000;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

/* Hover */
.video-row-vert .video-click-layer:hover::before,
.video-row .video-click-layer:hover::before {
    transform: translate(-50%, -50%) scale(1.08);
}

/* Tijdens afspelen: custom play-knop verbergen */
.video-row-vert.is-playing .video-click-layer::before,
.video-row-vert.is-playing .video-click-layer::after,
.video-row.is-playing .video-click-layer::before,
.video-row.is-playing .video-click-layer::after {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Tijdens afspelen: native controls klikbaar maken */
.video-row-vert.is-playing .video-click-layer,
.video-row.is-playing .video-click-layer {
    pointer-events: none;
}

/* Niet afspelend: kliklaag actief */
.video-row-vert:not(.is-playing) .video-click-layer,
.video-row:not(.is-playing) .video-click-layer {
    pointer-events: auto;
}
.video-row-vert .wpb_video_wrapper {
    aspect-ratio: 9 / 16 !important;
}
a.nectar-button.medium.regular-tilt.accent-color.tilt.regular-button.product-all-btn {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: transparent !important;
    color: #0B2F49;
}
.home-products .nectar-woo-carousel-top {
    position: absolute !important;
    bottom: 70px !important;
    right: 0 !important;
}
.home-products button.flickity-button.flickity-prev-next-button.previous {
    left: -116px !important;
    opacity: 1 !important;
    display: block;
}
.home-products .product-wrap {
    min-height: 474px !important;
}
.hero-btns .wpb_wrapper {
    display: flex;
    gap: 24px !important;
}
.hero-btns a {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px ! IMPORTANT;
}
span.testimonial-name {
    font-family: Roboto !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px !important;
}
.dealer-box {
    border-radius: var(--components-card-modal-corners, 4px);
    border: 1px solid var(--colours-greys-grey-2-alt-backgrounds, #EFEFEF);
    background: var(--colours-greys-grey-1-white, #FFF);
    padding: 32px;
    width: 100%;
}
.dealer-box img {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain !important;
    margin-bottom: 0px !important;
}
.footer-contact  .iwithtext .iwt-icon img {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain !important;
    margin-bottom: 0px;
}
.dealer-box .iwt-text {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-left: 32px;
}
.dealer-box h5 {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px !important;
}
html body .dealer-box a, html body .dealer-box a:hover {
    font-size: 16px ! IMPORTANT;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.footer-contact  .iwithtext .iwt-text {
    padding-left: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
input.wpcf7-form-control,
textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: var(--Components-Form-Field-Corners, 0);
    border: 1px solid var(--colours-greys-grey-3-lines-outlines, #727272);
    background: #fff;
}
input.wpcf7-form-control.wpcf7-submit {
    border-radius: var(--Components-Button-Corners, 4px);
    border: 1px solid var(--colours-greys-grey-3-lines-outlines, #727272);
    background: var(--colours-greys-grey-1-white, #FFF) ! IMPORTANT;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    height: 40px;
    line-height: 0px;
    color: color: var(--Text-Default, var(--colours-greys-grey-5-black, #000));
}
a.nectar-button.medium.regular-tilt.accent-color.tilt.regular-button.instance-1 {
    border-radius: var(--Components-Button-Corners, 4px);
    border: 1px solid var(--colours-greys-grey-3-lines-outlines, #727272);
    background: var(--colours-greys-grey-1-white, #FFF) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    color: #000;
}
.home-products li.minimal.product {
    border: 1px solid var(--colours-greys-grey-2-alt-backgrounds, #EFEFEF);
}
.vc_col-sm-6.map-info-col.wpb_column.column_container.vc_column_container.col {
    width: 40%;
}
.vc_col-sm-6.map-col.wpb_column.column_container.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone {
    width: 60%;
}
.leaflet-container {
    height: 670px !important;
}
.wpcf7-spinner {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-right: 24px;
}
h3.vc_custom_heading {
    font-size: 32px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 42px;
}
.over-row img {
    width: 570px;
    height: 391.937px;
    margin-left: 0px !important;
}
.vc_col-sm-6.over-text-col.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.inherit_tablet.inherit_phone {
    padding-left: 64px;
}
form label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !IMPORTANT;
    line-height: 20px;
}
a.nectar-button.small.regular.has-icon.regular-button.dealer-link-btn {
    box-shadow: none !important;
    margin-left: 0px !important;
    padding-left: 14px;
}
.usp-row img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
}
a.nectar-button.medium.regular-tilt.accent-color.tilt.regular-button.instance-0,
a.nectar-button.medium.regular-tilt.accent-color.tilt.regular-button.instance-1{
    line-height: 18px !important;
}
body .span_12.dark .woocommerce .nectar-woo-flickity[data-controls*="arrows"] .previous:before, body .span_12.dark .woocommerce .nectar-woo-flickity[data-controls*="arrows"] .next:before, body .span_12.dark .woocommerce .nectar-woo-flickity[data-controls*="arrows"] .flickity-prev-next-button:after {
    background-color: transparent !important;
}
.home-products button.flickity-button.flickity-prev-next-button.previous {
    left: -116px !important;
    opacity: 1 !important;
    display: block;
    border: 1px solid var(--colours-greys-grey-3-lines-outlines, #727272) !important;
    background: var(--colours-greys-grey-1-white, #FFF);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.nectar-woo-flickity[data-controls*="arrows"] .flickity-prev-next-button svg circle:not(.time) {
    display: none;
}
.flickity-prev-next-button {
    background: transparent;
    border: 1px solid var(--colours-greys-grey-3-lines-outlines, #727272) !important;
    background: var(--colours-greys-grey-1-white, #FFF);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}
circle.time {
    display: none;
}
.nectar-woo-flickity[data-controls*="arrows"] .flickity-prev-next-button svg {
    width: 34%;
    height: 34%;
    left: 33%;
    top: 33%;
}
.nectar-woo-flickity[data-controls*="arrows"] .flickity-prev-next-button.next svg {
    left: 13px !important;
}
html body ul#menu-footer a {
    font-family: Poppins ! IMPORTANT;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 40px !important;
}
.vc_col-sm-12.footer-info.wpb_column.column_container.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.products li.product.minimal .price-hover-wrap {
    position: relative;
    min-height: 26px;
    width: calc(100% + 0px);
    margin-top: 22px;
}
.footer-info p {
    padding-bottom: 0px;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !IMPORTANT;
    line-height: 32px;
    padding-right: 80px;
}
@media only screen and (max-width: 999px) {
    .vc_col-sm-6.quote-img.wpb_column.column_container.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone img {
        height: 260px ! IMPORTANT;
        object-fit: cover !important;
    }
    .footer-info p {
        padding-right: 0px;
    }
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 40px !important;
    }
    .hero-btns .wpb_wrapper {
        display: flex;
        gap: 0px !important;
        flex-direction: column;
        text-align: center;
    }
    .quote-row .row_col_wrap_12.col.span_12.dark.left {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .vc_col-sm-6.over-text-col.wpb_column.column_container.vc_column_container.col.child_column.no-extra-padding.inherit_tablet.inherit_phone {
        padding-left: 0px;
    }
    #footer-widgets .container .col {
        margin-bottom: 24px !important;
    }
    .woo-flickity-count {
        display: none !important;
    }
    .nectar-woo-flickity {
        padding-bottom: 0px !important;
    }
    .home-products .product-wrap {
        min-height: 394px !important;
    }
}
body.sticky-map {
    overflow: visible !important;
}
@media only screen and (min-width: 999px) {
    .sticky-col-map > .vc_column-inner {
        position: sticky;
        top: 120px;
        left: 0;
    }
}
@media only screen and (max-width: 999px) {
    .dealer-main-row .row_col_wrap_12.col.span_12.dark.left {
        display: flex;
        flex-direction: column-reverse;
    }
    .vc_col-sm-6.map-col.wpb_column.column_container.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone {
        width: 100% !important;
    }
    .vc_col-sm-6.map-info-col.wpb_column.column_container.vc_column_container.col {
        width: 100% !important;
    }
}
a.nectar-button.medium.regular-tilt.accent-color.tilt.regular-button.product-all-btn {
    background: transparent ! IMPORTANT;
    box-shadow: none !important;
}
#footer-outer #footer-widgets .widget h4, #footer-outer #footer-widgets .widget h5 {
    font-size: 16px;
}