/*
Theme Name: Vloerplus
Description: Additional custom styles for the Vloerplus theme.
Author: Vloerplus Team
Author URI: https://vloerplus.nl
Version: 1.0.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}
.inner {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.grecaptcha-badge {
    visibility: hidden !important;
}
/* Hide elements to prevent shifting before JS loads */

.cta-btn, .nav-li a {
    display: flex;
    width: fit-content;
    padding: 0.875rem 1.5rem;
    font-size: 1rem !important;
    align-items: center;
    border-radius: 1rem;
    border: 1px solid#001539;
    backdrop-filter: blur(2px);
    line-height: 1.5rem;
    position: relative;
}
.cta-btn:hover, .nav-li a:hover {
    color: inherit;
}
.nav-btn, .nav-li a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
}
section .content-block .button-container, section .section-column .button-container {
    margin-top: 3.5rem;
}
.section-column {
    position: relative;
}
.section-column .content-block {
    position: relative;
}
.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}
.button-container.has-team-member {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.social-links {
    display: flex;
    gap: 1.5rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.social-links a {
    display: block;
}
.social-links svg {
    display: block;
    height: 1.25rem;
    fill: #001539;
}
.social-links a:hover svg {
    fill: #016FD0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    position: relative;
    width: 100%;
    z-index: 3;
}
.site-header.sticky-header {
    position: sticky;
    top: 0;
}
.site-header li {
    list-style: none;
}
.site-header li>ul {
    margin: 0;
}
.page-header {
    position: relative;
}
.page-header.no-padding-top {
    padding-top: 0;
}
.page-header.no-padding-bottom {
    padding-bottom: 0;
}
.page-header-overlay {
    position: relative;
    z-index: 2;
}
.page-header-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.page-header-overlay .button-container {
    margin-top: 3.5rem;
}
.page-header.align-center {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.page-header.v-align-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.align-center .page-header-overlay .button-container {
    justify-content: center;
}
.page-header-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
body:not(.home) .page-header-image {
    position: relative;
    height: 22.125rem;
    border-radius: 2.5rem;
    margin-top: 2.5rem;
}
.page-title-only h1 {
    margin-bottom: 0;
}
.inner.full-width .page-header-overlay {
    padding: 0 1.5rem;
}
.home-link {
    display: block;
}
.home-link img {
    display: block;
}
.home-link-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-overlap .site-header a {
    color: #fff;
}
.header-overlap .site-header a:hover {
    color: #016FD0;
}
.site-header .menu {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.content-image-section .row {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    position: relative;
}
.content-image-section img {
    display: block;
}
.content-image-section .content-block>.content>p:first-child {
    margin-top: 0;
}
.content-image-section .content-block>.content>p:last-child {
    margin-bottom: 0;
}
.inner.full-width {
    padding: 0;
}
.content-image-section.align-center .row {
    text-align: center;
    flex-direction: row;
    justify-content: center;
}
.content-image-section.v-align-center .row {
    flex-direction: row;
    align-items: center;
}
.content-image-section.align-center .row .button-container {
    justify-content: center;
}
.content-block.has-background-color, .section-column.has-background-color .content-block {
    padding: 1.5rem;
}
.img-block {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.img-block video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.img-block img {
    pointer-events: none;
    opacity: 0;
}
section::after, .inner::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
section {
    position: relative;
}
section.no-padding-top {
    padding-top: 0;
}
section.no-padding-bottom {
    padding-bottom: 0;
}
section#shadow-host-companion {
    padding: 0 !important;
}
.no-margin-top {
    margin-top: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.content-left-right-section .row {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    position: relative;
}
.content-left-right-section .section-column .content>p:last-child {
    margin-bottom: 0;
}
.content-left-right-section .section-column .content>p:first-child {
    margin-top: 0;
}
.content-left-right-section img {
    display: block;
}
.content-left-right-section .content-block>p:first-child {
    margin-top: 0;
}
.content-left-right-section .content-block>p:last-child {
    margin-bottom: 0;
}
.content-left-right-section.align-center .row {
    text-align: center;
    flex-direction: row;
    justify-content: center;
}
.content-left-right-section.v-align-center .row {
    flex-direction: row;
    align-items: center;
}
.content-left-right-section.align-center .row .button-container {
    justify-content: center;
}
.video-block {
    position: relative;
    overflow: hidden;
    border-radius: 2.5rem;
    margin-top: 1.5rem;
}
.video-block video {
    display: block;
    width: 100%;
    height: auto;
}
.columns-container {
    display: grid;
}
.align-center+.columns-container {
    justify-items: center;
}
.column-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.column-image:empty {
    display: none;
}
.column-image img {
    pointer-events: none;
    opacity: 0;
}
.column-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.column-content>p:last-child {
    margin-bottom: 0;
}
.column-content>p:first-child {
    margin-top: 0;
}
.column-content {
    color: var(--Qstylez-Dark-Grey, #838383);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 1.4625rem */
}
.column-content+.cta-btn {
    margin-top: 1rem;
}
.column-title {
    color: var(--Qstylez-Black, #001539);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 1.95rem */
}
.content-image-section .content-block:empty {
    display: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    position: relative;
    padding: 5rem 0;
}
.site-footer .menu {
    display: flex;
    gap: 2rem;
    flex-direction: column;
}
.site-footer .menu-bottom-footer-menu-container .menu {
    gap: 1rem;
    align-items: center;
}
#bottom-footer-widgets {
    margin-top: 3.5rem;
    width: 100%;
}
.site-footer li {
    list-style: none;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.3125rem */
}
.site-footer li>ul {
    margin: 0;
}
.site-footer li.menu-item-has-children>a, .site-footer li.menu-item-has-children>span {
    display: block;
    width: fit-content;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 150%;
}
.site-footer-container {
    display: flex;
    padding: 2.5rem 2rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    border-radius: 2.5rem;
    border: 1px solid#001539;
}
.site-footer .widget {
    margin-bottom: 3.5rem;
}
.site-footer .widget:last-child {
    margin-bottom: 0;
}
.site-footer-divider {
    border-top: 1px solid#001539;
    padding-top: 3.5rem;
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
}
.site-footer-divider .divider-content {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
}
.site-footer-divider .divider-content .widget {
    margin-bottom: 0;
}
.widget_media_image img {
    display: block;
    width: fit-content;
    max-height: 3.438rem
}
/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/

/* For screens narrower than 1600px */

@media (max-width: 1579px) {
    .desktop-break {
        display: none;
    }
}
/* For screens wider than 1024px */

@media (min-width: 1024px) {
    .content-image-section .row {
        width: 100%;
        display: flex;
        gap: 1.5rem;
        flex-direction: row;
        justify-content: space-between;
    }
    .content-left-right-section .row {
        width: 100%;
        display: flex;
        gap: 1.5rem;
        flex-direction: row;
        justify-content: space-between;
    }
    .content-image-section .row .content-block:not(:only-child) {
        flex-shrink: 0;
        flex: 1 1 50%;
    }
    .content-image-section .row .img-block {
        flex-shrink: 0;
        flex: 1 1 50%;
    }
    .content-left-right-section .row .section-column:not(:only-child) {
        flex-shrink: 0;
        flex: 1 1 50%;
        height: 100%;
    }
    .button-container.has-team-member {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: flex-end;
    }
    .button-container .team-member {
        margin-right: auto;
    }
    .content-image-section .row.image-left .img-block {
        order: 1;
    }
    .content-image-section .row.image-left .content-block {
        order: 2;
    }
    .content-image-section .row.image-right .img-block {
        order: 2;
    }
    .content-image-section .row.image-right .content-block {
        order: 1;
    }
    .content-image-section .row.has-row-max-width .content-block {
        width: 100%;
    }
    .content-image-section.align-right .inner {
        justify-content: flex-end;
        flex-direction: row;
        display: flex;
    }
    .content-image-section.align-left .inner {
        justify-content: flex-start;
        flex-direction: row;
        display: flex;
    }
    .buttons-right .content-block > .button-container {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0; 
    }
    .site-footer .menu {
        display: flex;
        gap: 2rem;
        flex-direction: row;
    }
    .site-footer .widget_nav_menu {
        flex-shrink: 0;
    }
    .site-info .widget-area {
        display: flex;
        align-items: flex-start;
        align-self: stretch;
        gap: 2rem;
    }
    .site-footer-container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-self: stretch;
        align-items: flex-start;
    }
    .site-footer .widget {
        margin-bottom: 0;
    }
    .site-footer .menu>.menu-item-has-children {}
    .text-title {
        font-size: 2.5rem;
        line-height: 130%;
        /* 1.7875rem */
    }
    .site-footer li {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.3125rem */
    }
    .site-footer li.menu-item-has-children>a, .site-footer li.menu-item-has-children>span {
        font-size: 1rem;
    }
    .site-footer-divider {
        justify-content: flex-start;
    }
    .site-footer li .sub-menu li {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 1.3125rem */
    }
    #bottom-footer-widgets {
        display: flex;
        justify-content: space-between;
    }
    .social-links {
        display: flex;
        flex-direction: row;
        justify-content: unset;
        gap: 3rem;
    }
    .site-footer-divider .divider-content {
        flex-direction: row;
        width: 100%;
        justify-content: flex-end;
    }
    .site-footer-divider .divider-content>.widget_custom_html:first-child {
        margin-right: auto;
    }
    .column-image {
        margin-bottom: 2rem;
    }
    .column-title {
        margin-bottom: 1.5rem;
    }
    .page-header-overlay.title-left-subtitle-right h1 {
        margin-bottom: 0;
    }
    .page-header-overlay.title-left-subtitle-right p {
        margin: 0;
    }
    .page-header-overlay.title-left-subtitle-right {
        display: flex;
        padding-top: 3rem;
        align-items: flex-start;
        justify-content: space-between;
    }
    .page-header-overlay.title-left-subtitle-right .header-subtitle {
        max-width: 40rem;
    }
}
/*--------------------------------------------------------------
# Media queries for navigation
--------------------------------------------------------------*/

@media (max-width: 767px) {
    .columns-container {
        grid-template-columns: repeat(1, 1fr) !important;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 1279px) {
    .main-header-container .widget-area {
        display: none;
    }
}
@media (min-width: 1280px) {
    body:not(.home) .page-header-image {
        height: 50rem;
    }
    .main-header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
    .site-info .widget-area {
        gap: 5rem;
    }
    .site-header .menu {
        display: flex;
        gap: 1rem;
        flex-direction: row;
    }
    li.bottom-margin-right {
        margin-right: 5rem;
    }
}