/* salient aanpassingen */

/* images */

.cascading-image[data-shadow=medium_depth] .bg-color, .cascading-image[data-shadow=medium_depth] .img-wrap, .img-with-aniamtion-wrap[data-shadow=medium_depth] .hover-wrap, .nectar-flickity[data-shadow=medium_depth] .cell, .nectar-video-box[data-shadow=medium_depth]:before, .nectar_video_player_self_hosted[data-shadow=medium_depth] .wpb_video_wrapper, img.img-with-animation[data-shadow=medium_depth] {
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
    box-shadow: rgb(0 0 0 / 85%) 0px 20px 30px -10px, rgb(44 87 133 / 55%) 0px 20px 30px -10px;    
}
/* overlay header images */
#ajax-content-wrap .main-content > .row > .vc_row:first-child
> .span_12
> .wpb_column:first-child
> .vc_column-inner
> .wpb_wrapper{
  background-image: linear-gradient(108deg, rgba(255,255,255,0) 23%, rgba(0,0,0,1) 82%) !important;
}


/* overlay voor image fade */
.shadowOver {
  background-image: linear-gradient(0deg, #171717, transparent) !important;
}

/* 45 jaar item  shadow met inset*/
.shadowIns{
    border-radius: 10px;
    box-shadow: inset 0 20px 30px -20px rgb(0 0 0 / 45%), inset 0 -20px 30px -20px rgb(0 0 0 / 65%), rgb(0 0 0 / 85%) 0px 20px 30px -10px, rgb(44 87 133 / 55%) 0px 20px 30px -10px !important;
}
