/*
 Theme Name:     PRODIMA
 Theme URI:      https://prodima.ch
 Description:    Prodima - Divi Child Theme
 Author:         SYSGUARD
 Author URI:     https://sysguard.fr/
 Template:       Divi
 Version:        1.0.0
*/
 
/*style the Divi Blurb link as a button*/

a.sg-blurb-button {
	color: #ffffff;
	background: #110B94;
	border: 2px solid #110B94;
	padding: .2em 2em;
	margin-top: 20px;
	border-radius: 5px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}


/*style the Divi Blurb link text as a button on hover*/

a.sg-blurb-button:hover {
	background: transparent;
	color: #110B94;
	border: 2px solid #110B94;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}


/*style the Divi Blurb link text as a button on hover*/

.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;
  display:inline-block; /* not needed if images always wider than column */
}