/*
Theme Name: Divi Child Theme
Theme URI: http://www.montereypremier.com/
Description: A Custom Theme
Author: Monterey Premier
Author URI: http://www.montereypremier.com/
Template: Divi
Version: 1.6
*/


/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*----------------[ 01 MAIN MENU AREA ]----------------*/


a:hover {
	cursor: pointer !important;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/



/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*----------------[ 02 GLOBAL STYLES ]-----------------*/
.image-zoom img {
  transition:all 0.5s; 
  -moz-transition:all 0.5s; 
  -webkit-transition:all 0.5s; 
}
  
.image-zoom img:hover{
  transform:scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform:scale(1.1);
}

.image-zoom-constrained {      
  overflow:hidden;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

