/* 
 Theme Name:     ComHub
 Author:         ComHub
 Author URI:     http://comhub.com.au
 Template:       Divi
 Version:        1.00
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
/*Footer CSS*/
.white a{
         color:#ffffff !important;}
.hover-l a:hover {
    color: #91d202 !important;
}

/*Zoom Gallery*/
.et_pb_gallery_image img {
transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
}
.et_pb_gallery_image:hover img {
transform:scale(1.2);
-moz-transform: scale(1.2);
}
/*zoom image*/
.image-zoom img {
transition:all 0.5s; 
-moz-transition:all 0.5s; 
-webkit-transition:all 0.5s; 
}
.image-zoom img:hover{
transform:scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform:scale(1.2);
}
.image-zoom-constrained { 
overflow:hidden;
}
@media all and (max-width: 980px) { .bg-design {
background-image: linear-gradient(180deg,#ffffff 1%,#0a6bb3 1%)!important;}}

@media all and (min-width: 981px) { .bg-design {
background-image: linear-gradient(180deg,#ffffff 25%,#0a6bb3 25%)!important;}}
