/*
 Theme Name:   Made I.T. - 4bikes.be
 Theme URI:    https://www.madeit.be
 Description:  Child theme of Made I.T.
 Author:       Made I.T.
 Author URI:   https://www.madeit.be
 Template:     madeit
 Version:      2.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  4bikes
*/

/*Grizzly CSS*/

.grizzlyCont1{
    display: flex;
    justify-content: flex-end;
}

.grizzlyUspCont{
	display: flex;
}

.grizzlyUspCont .col-lg-12{
	display: flex;
	gap: 32px;
}

.grizzlyUspItem{
	padding-left: 8px;
	border-left: 2px solid var(--wp--preset--color--primary);
}

.grizzlyUspItem{
	font-size: 16px;
}

.grizzlyBreadSection{
	margin: auto;
}

.grizzlyCrump{
	display: flex;
	padding-top: 12.5px;
	padding-left: 0px;
	width: fit-content;
}

.nieuwsbrief-containerGrizzly{
	transform: translate(0px, 100px);
    border-top: 2px solid var(--wp--preset--color--primary);
	width: 85.3% !important;
}

.grizzlyCtaCont{
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-left: 2px solid var(--wp--preset--color--primary);
}

.wp-block-button.has-custom-font-size.ctaButtonGrizzly a.wp-block-button__link.has-primary-background-color.has-background.wp-element-button{
	border-radius: 0.25rem !important;
	text-transform: none !important;
}

.ctaButtonGrizzly .wp-block-button__link:hover{
	color: #ffffff;
	opacity: 0.9;
}

.grizzlyTextBlock{
	width: 100%;
}

.grizzlyCtaText{
	width: 75%;
}

.grizzlyTextBlokCta{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ctaGrizzly{
	margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
	.grizzlyTitel{
		width: max-content;
	}
	
 	.grizzlyBreadSection {
		width: 100%;
	}
	
	.grizzlyCont1 {
    	justify-content: flex-start;
	}
	
	.nieuwsbrief-containerGrizzly {
    	transform: translate(0px, 30px);
	}
	
	.grizzlyCtaText {
    	width: 100%;
	}
	
	.contactGrizzly{
		padding: 0px 10px 0px 10px !important;	
	}
	
	.ctaGrizzly {
    	margin-bottom: 0px;
	}
	
	.grizzlyCtaCont{
		padding: 25px;
	}
	
}

@media screen and (max-width: 426px){
	
	.grizzlyTitel{
		margin-left: -30px;
	}
	
	.nieuwsbrief-containerGrizzly {
    	width: 100% !important;
	}
	
	.grizzlyUspCont .col-lg-12 {
		flex-direction: column;
		gap: 0px;
	}
}

@media screen and (max-width: 325px){
	.grizzlyTitel{
		width: 100%;
	}
}

/*---Grizzly CSS END---*/


h1[id], h2[id], h3[id], h4[id] {
    scroll-margin-top: 240px;
}
.bg-dark {
    background-color: #1c1d1d !important;
}

.navbar.fixed-top {
    background-color: transparent !important;
    box-shadow: none !important;

    transition: all .3s ease-in-out;
}
.has-scroll .navbar.fixed-top {
    background-color: #1c1d1d !important;

    transition: all .3s ease-in-out;
}

.menu li > a.nav-link {
    margin-inline: 1rem;
    padding-inline: 0 !important;
}
.menu li.active a.nav-link {
    color: var(--wp--preset--color--primary);
}

.menu li > a.nav-link:hover {
    color: var(--wp--preset--color--primary);
}
.menu li > a.nav-link:not(.dropdown-toggle):after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--wp--preset--color--primary);
    transform: translateY(-5px);
    opacity: 0;
    transition: all .3s;
}
.menu li > a.nav-link:hover:not(.dropdown-toggle):after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--wp--preset--color--primary);
    transform: translateY(0px);
    opacity: 1;
    transition: all .3s;
}
.menu li.active a.nav-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--wp--preset--color--primary);
    transform: translateY(0px);
    opacity: 1;
    transition: all .3s;
}
.menu li > a.nav-link.dropdown-toggle + .dropdown-menu {
    background-color: var(--wp--preset--color--primary);
    margin: 0;
    padding-top: 40px;
    padding-inline: 30px;
}
.menu li > a.nav-link.dropdown-toggle + .dropdown-menu::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 50px;
    width: 20px;
    height: 20px;
    background-color: var(--wp--preset--color--primary);
    transform: rotate(45deg);
}
.menu li > a.nav-link.dropdown-toggle + .dropdown-menu li {
    width: 49%;
}
.menu li > a.nav-link.dropdown-toggle + .dropdown-menu li > a.nav-link {
    color: white;
}
.menu li > a.nav-link.dropdown-toggle + .dropdown-menu li > a.nav-link:hover {
    color: white;
}

.menu li > a.nav-link.dropdown-toggle + .dropdown-menu li:nth-child(-n + 2) > a.nav-link {
    font-weight: bold; 
    padding-bottom: 20px;
    cursor: default;
}
.menu li > a.nav-link.dropdown-toggle + .dropdown-menu li:nth-child(-n + 2) > a.nav-link::after {
    content: '';
    display: block;
    width: 20%;
    height: 2px;
    background: white;
    transform: translate(-10px, 0px) !important;
    opacity: 1;
    transition: all .3s;
}

.nav-item.mobile-show {
    display: none ;
}
@media only screen and (min-width: 992px) {
    .dropdown-menu {
      width: 650px;
      border-radius: 0 !important;
    }
    .dropdown:hover .dropdown-menu {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 10px;
    }
    .dropdown-menu.show {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
  }

  .wp-block-image img {
    width: 100%;
}

@media (max-width: 991px) {
    .nav-item.mobile-show {
        display: block !important;
    }
    .navbar.fixed-top {
        background-color: #1c1d1d !important;
    }
    ul#top-menu {
        align-items: flex-start !important;
        padding: 50px 0;
    }
    .dropdown-menu {    
        position: absolute !important;
        width: calc(100vw - 40vw);
        left: 150px;
        top: -5px;
    }
    .menu li > a.nav-link.dropdown-toggle + .dropdown-menu::after {
        top: 15px;
        left: -10px;
    }
    .menu li > a.nav-link.dropdown-toggle + .dropdown-menu {
        padding-inline: 5px;
    }
    .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap;
    } /* TOT 605PX */
    .navbar.fixed-top {
        overflow-y: visible;
    }
}
@media (max-width: 605px) {
    .dropdown-menu {
        width: max-content;
    }
    .dropdown-menu.show {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .menu li > a.nav-link.dropdown-toggle + .dropdown-menu li {
        width: 100%;
    }
    .dropdown-menu.show .menu-item:nth-child(2n) {
        order: 2;
    }
    .dropdown-menu.show .menu-item:nth-child(2) {
       margin-top: 20px;
    }
}
/* ANIMATED */
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    width: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }

  .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(4) {
    width: 25px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }

  /* ANIMATED COLLAPSED */
  .navbar-toggler[aria-expanded="false"] .icon-bar:nth-of-type(2) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggler[aria-expanded="false"] .icon-bar:nth-of-type(3) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggler[aria-expanded="false"] .icon-bar:nth-of-type(4) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }


.bg-dark a {
    color: #FFF;
}

.custom-logo {
    width: 180px;
    height: 65px;
}


.has-upper-top-navbar .flex-grow {
    margin-top: 81px;
}
@media (min-width: 768px) {
    .has-upper-top-navbar .flex-grow {
        margin-top: 76px;
    }
}

@media (min-width: 992px) {
    .has-upper-top-navbar .flex-grow {
        margin-top: 126px;
    }
}
.social-menu {
    display: none !important;
    max-width: max-content;
    display: flex;
    align-items: center;
}
.upper-top-navbar {
    font-size: 1rem;
    transform: translateY(15px);
}
#upper-top-menu {
    float: right;
}

.flex-grow {
    margin-top: 0 !important;
    overflow: hidden;
}
.woocommerce-page .flex-grow {
    margin-top: 136px !important;
}
.woocommerce-page .navbar.fixed-top {
    background-color: #1c1d1d !important;
}

.boxshadow-none {
    box-shadow: none !important;
}

.rounded-menu-container {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 0 38px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 50%);
}

.site-footer {
    border-top: none;
    color: #FFF;
}

.site-footer .table {
    color: #FFF;
}
.site-footer .table th, .site-footer .table td {
    padding: 0.3rem;
    border-top: none;
}
.site-footer .table > :not(caption) > * > * {
    background-color: transparent;
    color: #FFF;
}


/* Carousel brand */
@media (max-width: 992px) {
    #carouselBrand .carousel-inner .carousel-item > div {
        display: none;
    }
    #carouselBrand .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

#carouselBrand .carousel-inner .carousel-item.active,
#carouselBrand .carousel-inner .carousel-item-next,
#carouselBrand .carousel-inner .carousel-item-prev {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    #carouselBrand .carousel-inner .carousel-item-right.active,
    #carouselBrand .carousel-inner .carousel-item-next {
      transform: translateX(16.6%);
    }
    
    #carouselBrand .carousel-inner .carousel-item-left.active, 
    #carouselBrand .carousel-inner .carousel-item-prev {
      transform: translateX(-16.6%);
    }
}

#carouselBrand .carousel-inner .carousel-item-right,
#carouselBrand .carousel-inner .carousel-item-left{ 
    transform: translateX(0);
}

mark, .mark {
    background-color: transparent;
}

.columns-3 .product a {
    color: #1c1d1d;
}

.bike-item a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.bike-item a {
    color: white;
}
.bike-item a:hover {
    color: white;
    text-decoration: none;
}

.bike-item {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
}
.bike-item:hover {
    transform: scale(1.2);
}

#carouselHomepage, #carouselHomepage .carousel-item {
    max-height: 50vh;
    height: 50vh;
}

#carouselHomepage .carousel-control-prev, #carouselHomepage .carousel-control-next {
    z-index: 2;
    display: none;
}

@media (min-width: 768px) {
    #carouselHomepage .carousel-control-prev, #carouselHomepage .carousel-control-next {
        display: flex;
    }
}

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
    width: 75%;
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.hero .h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#carouselHomepage .carousel-inner .carousel-item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
#carouselHomepage .carousel-inner .carousel-item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
#carouselHomepage .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

#carouselHomepage .slide-1, 
#carouselHomepage .slide-2 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#carouselHomepage .slide-1 {
    background-image: url(/wp-content/uploads/2021/03/4bikes-specialized-brand-store.jpg); 
    background-size: 100%;
    background-position: 50% -3%;
}
@media screen and (min-width: 980px){
    .hero {
        width: 980px;
    }
}
@media screen and (max-width: 700px){
    .hero h1 {
        font-size: 1.5em;
    }
    .hero h2 {
        font-size: 1.2em;
    }
    .hero .h1 {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
    #carouselHomepage .slide-1 {
        background-size: cover;
        background-position: 74% 0%;
    }
}

.btn {
    border-radius: 0 !important;
}
.btn-block {
    width: max-content !important;
    margin-left: auto;
}
.wp-block-button .wp-block-button__link {
    border-radius: 0 !important;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .homepage-blocks .wp-block-cover {
        margin-bottom: 20px;
    }
}
.btn-primary {
    color: white !important;
}

.form-control {
    border-radius: 0 !important;
}

/* Footer */
.site-footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
    
    background-image: url('/wp-content/themes/4bikes/footer-bg.jpeg');
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
}

.site-footer {
    background-color: rgba(28, 29, 29, 0.8) !important;
    position: relative;
}


/* News */
.entry-title a {
    color: #333a40;
}
.updated-on {
    display: none;
}
.published-on {
    font-size: 80%;
}
.published-on a {
    color: #333a40;
}

.blog-post  {
    border-top: none;
    border-left: none;
    border-right: none;
}

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

/* Mobile Menu */
.navbar-toggler .icon-bar {
    background-color: white;
}

@media (max-width: 767px) {
    .nav-link {
        padding-left: 5px;
    }
}

.berocket_ajax_group_filter_title {
    display: none;
}

.footer-widget-2 {
    font-size: 115%;
}



.cwginstock-subscribe-form .panel-primary>.panel-heading {
    border: none !important;
    background: none !important;
}
.cwginstock-subscribe-form .panel-primary {
    border: none !important;
}
.cwginstock-panel-heading h4 {
    color: black !important;
}

.cwgstock_name, .cwgstock_email {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cwgstock_button:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.cwgstock_button:not(:disabled) {
    cursor: pointer;
}

.cwgstock_button {
    color: #000;
    background-color: #A1E3B5 !important;
    border-color: #A1E3B5 !important;
    
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card {
    border-radius: 0;
}

.sgpb-theme-1-overlay {
    background-image: none;
    background: black;
}
#sgpb-popup-dialog-main-div {
    max-height: 80vh;
}

.woocommerce .product .img {
    width: calc(100% - 20px);
    margin: 10px;
}

.product-category.product h2, .columns-3 .product h4 {
    font-size: 1.25rem;
}
.columns-3 .product h5 {
    font-size: 1.1rem;
}

.wc_payment_methods label {
    display: inline;
}
label .mollie-gateway-icon {
    float: none;
}

.btn-secondary {
    color: white !important;
}

.label {
    padding: 12px 80px 0px 10px;
    width: max-content;
    position: absolute;
}

.label.label-top {
    top: 20px;
    left: 0;
}
.label.label-bottom {
    bottom: 20px;
    left: 0;
}

.wp-block-cover.hover img {
    transition: all .3s ease-in-out;
}
.wp-block-cover.hover:hover img {
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}
.wp-block-cover.hover.wp-duotone-color-and-background:hover {
    --wp--preset--duotone--grayscale: 0%;
    --wp--preset--duotone--color-and-background: 0%;
    transition: all 1s ease;
}

.text-shadow {
    text-shadow: 0px 0px 10px rgba(0,0,0,.75);
}

.title {
    font-size: 5cqw !important;
}
.titel-bg {
    position: relative;
}
.titel-bg::after {
    content: attr(data-content);
    font-size: 9cqw !important;
    position: absolute;
    bottom: 0%;
    left: 0;
    z-index: 1;
    opacity: .2;
    color: var(--wp--preset--color--primary);
}
@media (max-width: 991px) {
    .titel-bg::after {
        bottom: 20%;
    }

}

.card {
    border: none !important;
}

.filter-content {
    position: fixed;
    bottom: 5%;
    right: 0;
    z-index: 10;

    cursor: pointer;
}
.filter-title {
    
    padding: 10px 20px 10px 0px;
    background-color: var(--wp--preset--color--primary);
    color: white;
    width: max-content;
    
}

.filter-body {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 70vh;
    padding: 20px;

    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,.75);

    transform: translate(100%, 0);
    transition: all .3s ease-in-out;
}
.filter-body.show {
    transform: translate(0, 0);
    transition: all .3s ease-in-out;
}


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



.transformUp {
    transform: translateY(-150px);
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .transformUp {
        transform: translateY(0);
    }
}

.blokSide {
    position: relative;
    z-index: 1;
}
.block-side > .row {
    position: relative;
    z-index: 1;
}
.blokSide::before {
    content: "";
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: 0;
    width: 30%;
    height: calc(55vh + 100%);
    background-color: black;
    opacity: .7;
}
@media ( max-width: 991px) {
    .blokSide::before {
        bottom: 100%;
    }

}

.wp-block-cover__inner-container {
    position: relative;
    z-index: 2 !important;
    padding-top: 120px;
}

.is-style-grid {
    display: grid !important;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 150px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100% !important;
}
@media (max-width: 575px) {
    .is-style-grid {
        grid-template-rows: repeat(5, 50px);
    }

    .is-style-grid figure:nth-child(1) {
        grid-area: span 3 / span 7 !important;
    }
    .is-style-grid figure:nth-child(2) {
        grid-area: span 3 / span 5 !important;
    }
    .is-style-grid figure:nth-child(3) {
        grid-area: span 2 / span 12 !important;
    }
    .is-style-grid figure:nth-child(4) {
        grid-area: span 3 / span 5 !important;
    }
    .is-style-grid figure:nth-child(5) {
        grid-area: span 3 / span 7 !important;
    }

}

.is-style-grid figure {
    width: 100% !important;
    height: 100%;
}
.is-style-grid figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.is-style-grid figure:nth-child(1) { 
    grid-area: span 3 / span 5;
}
.is-style-grid figure:nth-child(2) { 
    grid-area: span 2 / span 4;
}
.is-style-grid figure:nth-child(3) { 
    grid-area: span 5 / span 3
}
.is-style-grid figure:nth-child(4) { 
    grid-area: span 3 / span 4;
}
.is-style-grid figure:nth-child(5) { 
    grid-area: span 2 / span 5;
}

/*? HomeSlide */ 
#homeSlider {
    /* position: relative; */
    width: 100vw !important;
    height: 100vh;
    background-color: #000000;
    margin: 0;
}
@media (max-width: 767px) {
    #homeSlider {
        min-height: calc(100vh + 20vh);
    }
}
#homeSlider figure {
    width: 100% !important;
    height: 100%;
    position: absolute;
}
#homeSlider figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Afwisselend met de 3 afbeeldingen */
#homeSlider figure:nth-child(1) {
    animation: xfade 12s 0s infinite;
}
#homeSlider figure:nth-child(2) {
    animation: xfade 12s 4s infinite;
}
#homeSlider figure:nth-child(3) {
    animation: xfade 12s 8s infinite;
}

@keyframes xfade {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*! darker picture  */
#homeSlider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;

    animation: PopUp .2s ease-in-out forwards;
}

@keyframes PopUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: .5;
    }
}
.slideBlock {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-around;

    background-color: transparent !important;
}
.slideBlock::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 0;
    height: 100%;
    background-color: black;
    opacity: .7;

    animation: slideLeftRight .5s ease-in-out forwards;
}

@keyframes slideLeftRight {
    0% {
        width: 0;
    }
    100% {
        width: 80vw;
    }
}
.slideBlock p,
.slideBlock h1,
.slideBlock h2,
.slideBlock h3,
.slideBlock h4,
.slideBlock h5,
.slideBlock h6,
.slideBlock a {
    color: white;
    transition: all .3s ease-in-out;
}
.slideBlock h1{
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 4.375rem;
}
@media (max-width:767px) {
    .slideBlock h1 {
        font-size: 2.5rem;
    }
}
.slideBlock p {
    position: relative;
    z-index: 1;
}
.slideBlock a:hover {
    color: #d3835a;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.slideUp .row .wp-block-madeit-block-content-column {
    animation: slideUp .5s ease-in-out forwards;
    opacity: 0;
}

.slideUp .row .wp-block-madeit-block-content-column:nth-child(1) {
    animation-delay: 0s;
}

.slideUp .row .wp-block-madeit-block-content-column:nth-child(2) {
    animation-delay: 0.5s;
}

.slideUp .row .wp-block-madeit-block-content-column:nth-child(3) {
    animation-delay: 1s;
}

.slideUp .row .wp-block-madeit-block-content-column:nth-child(4) {
    animation-delay: 1.5s;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 991.99px) {
    .slideUp .row .wp-block-madeit-block-content-column {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.lineAfter {
    position: relative;
    z-index: 1;
}
.lineAfter::after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    display: inline-flex;
    width: 80%;
    right: 0;
    height: 1px;
    background-color: white;
    opacity: .2;
}

#animeSlideIn {
    animation: slideIn 1s ease-in-out forwards;
    
    width: 0;
    max-height: 60px;
    overflow: hidden;
    margin-left: 0 !important;
    line-height: 60px !important;
}
@keyframes slideIn {
    0% {
        width: 0;
        overflow: hidden;
    }
    100% {
        width: 100%;
        overflow: hidden;
    }
}

#animeSlideDown {
    animation: slideDown 1s ease-in-out forwards;
    
    height: 0;
    overflow: hidden;
    margin-left: 0 !important;
}

@keyframes slideDown {
    0% {
        height: 0;
        overflow: hidden;
    }
    100% {
        height: 100%;
        overflow: hidden;
    }
}

/*? Smooth Delay  */
/** Image darken */
#homeSlider::after {
    animation-delay: .3s;
}

/** Slide Block */
.slideBlock::before {
    animation-delay: .7s;
}

/** 4column slide up */
.slideUp .row .wp-block-madeit-block-content-column:nth-child(1) {
    animation-delay: 1.25s;
}
.slideUp .row .wp-block-madeit-block-content-column:nth-child(2) {
    animation-delay: 1.5s;
}
.slideUp .row .wp-block-madeit-block-content-column:nth-child(3) {
    animation-delay: 1.75s;
}
.slideUp .row .wp-block-madeit-block-content-column:nth-child(4) {
    animation-delay: 2s;
}

/** 1st tekst */
#animeSlideIn {
    animation-delay: .75s;
}

/** 2nd tekst */
#animeSlideDown {
    animation-delay: 1s;
}

.arrow-down img {
    position: absolute;
    bottom: -40px;
    left: -50px;
    z-index: 2;
}
@media (max-width: 991px) {
    .arrow-down img {
        bottom: 10px;
        left: 0;
        z-index: 2;
        margin: auto;
        right: 0;
    }
}

/* ! Logo carousel */
.carousel {
    max-width: 1400px;
    margin-inline: auto;
  }
  
  .carousel-inner {
    display: flex;
    flex-direction: row;
    gap: 1rem !important;
    padding-block: 0rem;
    overflow: visible !important;
  }
  
  .carousel-inner .wp-block-image {
    width: 33.33% !important;
    display: block !important;
    margin-right: unset !important;
    display: flex !important;
    height: 200px !important;
  }
  
  .carousel[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(
      90deg,
      transparent,
      white 20%,
      white 80%,
      transparent
    );
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  }
  
  .carousel[data-animated="true"] .carousel-inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 250s)
      var(--_animation-direction, forwards) linear infinite;
  }
  
  .carousel[data-direction="right"] {
    --_animation-direction: reverse;
  }
  
  .carousel[data-direction="left"] {
    --_animation-direction: forwards;
  }
  
  .carousel[data-speed="fast"] {
    --_animation-duration: 20s;
  }
  
  .carousel[data-speed="slow"] {
    --_animation-duration: 60s;
  }
  
  @keyframes scroll {
    to {
      transform: translate(calc(-100% - 0.5rem));
    }
  }

  @media (max-width: 992px) {
    .margin-column-mobile > .row > .wp-block-madeit-block-content-column, .margin-column-mobile > .row > .col > .container > .row > .wp-block-madeit-block-content-column {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 767px) {
    iframe {
        height: 300px;
		width: 100%
    }
}

.col-12.col-6 {
    flex: 0 0 50% !important;
}

.lease.wp-block-gallery .wp-block-image {
    width: 100%;
    max-width: 200px !important;
    margin: auto !important;
    padding: 20px;
}
.wp-block-cover {
    overflow: visible !important;
}

.nieuwsbrief-container {
    transform: translate(50px, 100px);
    border-top: 2px solid var(--wp--preset--color--primary);
}

#form_146939 div.wp-block-madeitforms-input-field {
    margin-bottom: 0 !important;
    height: 100% !important;
}
#form_146939 div.wp-block-madeitforms-input-field input {
    height: 100% !important;
}

.nav-item svg {
    height: 25px !important;
    fill: white;
}

#__TEMP__SVG__ {
    fill: white;
}

.woocommerce div.product form.cart .variations th.label {
    padding: 5px 0 !important;
    width: auto !important;
    position: relative !important;
}