/* 
Theme Name: Divi Child 
Theme URL: https://sferalp.com
Description: Divi Child 
Author: Epikure SA
Author URL: https://epikure.ch
Template: Divi 
Version: 1.0.0 
Text Domain: Divi-child 
*/

.single .et_pb_post {
    margin-bottom: 0px !important;
}

figure .mfp-title {
    display: none;
}

/* Grow */
.hvr-grow img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow img:hover, .hvr-grow img:focus, .hvr-grow img:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#menu-footer a
{
    color: #fff;
}

#menu-footer a:hover
{
    color: #eeeeee;
}

ul.et-menu li.current_page_item a
{
    color: #d55413;
}

ul.et-menu li a:hover
{
    color: #d55413;
}

.wpcp-slide-image {
    
}