/*
Theme Name: Marcel Witte child
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
*/

.background-auto .row-bg-wrap .inner-wrap .row-bg{
	background-size:auto;
}
.nectar-global-section.nectar_hook_before_content_global_section{
	    position: fixed;
    bottom: -20px;
    left: 10px;
    z-index: 9999999;
}
/*WP BAkery*/
.nectar-button{
	text-transform:uppercase;
}
.nectar-button.jumbo{
	width:100%;
	text-transform:uppercase;
	text-align:center;
}
.nectar-flickity[data-spacing="5px"]:not(.masonry) .flickity-slider .cell{
	margin: 0px!important;
}

.product > .vc_column-inner > .wpb_wrapper{
	flex: 1;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){
width: calc(10% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}