/*
 Theme Name:     QTP Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    QTP Child
 Author:         Steger Digital Services GCV
 Author URI:     https://www.sd-services.be
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*Z-index voor lightbox sliders*/
.tos-wrapper.tos-fixed {
  z-index: 99999!important;
}

@media only screen and (max-width: 980px) {
    .three-columns {
    width: 33%!important;
	}
	.two-columns .et_pb_column {
    width: 50%!important;
}
}
 
@media only screen and (max-width: 479px) {
    .volle-breedte .et_pb_column {
    width: 100%!important;
	}
}

.zoom-blurb img  {  
  transition:all 0.5s; 
  -moz-transition:all 0.5s; 
  -webkit-transition:all 0.5s; 
}
  
.zoom-blurb img:hover  {
  transform:scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform:scale(1.1);
}
.zoom-blurb div.et_pb_main_blurb_image {
  overflow:hidden;
}