/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-image-wrapper {
    filter: saturate(0);
    --image_gradient_top_color: none !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.fusion-image-wrapper:hover {
    filter: saturate(1);
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    /* -webkit-transition-delay: 3s;
    transition-delay: 3s; */
}

@media (max-width: 768px) {
    .custom-tab .tab-pane>div>div {
        float: none !important;
        width: 100% !important;
        margin-right: unset !important;
        margin-bottom: 30px;
    }
}