/*======================================
Theme Name: Siti Aphrodinet
Theme URI: https://divicake.com/
Description: Child theme in supporto dei siti Aphrodinet
Version: 1.0
Author: Riccardo
Author URI: http://www.mywebsiteaphrodinet.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
/*-----Shutter Effect-----*/

.ds-hover-1 {
    display: inline-block;
	position: relative;
	margin: 0px;
	overflow: hidden;
	background: #ffffff;
}

.ds-hover-1 img {
	display: block;
	max-width: 110%;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.ds-hover-1:hover img {
	opacity: 0.5;
}