/* Enter Your Custom CSS Here */

.homepage-service-btn {
 	padding-top: 15px; 
}


/* Contact Form CSS */
.et_pb_contact_message {
    min-height: 350px;
}

.et_contact_bottom_container {
    margin-top: -2.0%;
}

/*Copy Code from other place to make image hover effects*/
.effect .color, .effect:hover .bw { display: none;  }
.effect:hover .color { display: block; }

.et_pb_image:hover {
  -webkit-filter: grayscale(0%);
}

/*Change Portfolio Overlay Effect*/
/*.et_overlay {
    display:none;
}

.et_portfolio_image, .et_shop_image  {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 
.et_portfolio_image:hover, .et_shop_image:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}*/

/*shrink the spacing of client logos
.et_pb_section {
    padding: 1% 0;
}*/


/*Column 3 for Team Member Image*/
.et_pb_gutters4 .et_pb_column_1_3 .et_pb_module{
    margin-bottom: 5.286%;
}


/*Test Toggle Animation*/
.et_pb_toggle_open .et_pb_toggle_title:before {
transform: rotate(180deg); 
content: "\25bc";
transition:all 0.5s ease-in-out 0s;
color:#e5e2d3;
}
 
.et_pb_toggle_title:before {
content: "\25bc";
font-size:1em;
transition:all 0.5s ease-in-out 0s;
color:#179baf;
}



/*------------------------------------------------*/
/*-------------[TESTIMONIAL HOVER]----------------*/
/*--------------[BY GENO QUIROZ]------------------*/
/*------------------------------------------------*/
 
 
/* testimonials */
    .gq-module-hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;}
    .gq-module-hover:hover {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.3);
        z-index: 1;}
         
         
/*------------------------------------------------*/   
