/*
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
*/

.awb-imageframe-style-resa {
    background-color: transparent !important;
}

body .awb-imageframe-style-resa img,
body .awb-imageframe-style-resa:hover img {
    opacity: 1;
    width: 100%;
    height: auto;
}

body .blackandwhite .awb-imageframe-style-resa img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

body .blackandwhite .awb-imageframe-style-resa:hover img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.awb-imageframe-style-resa .awb-imageframe-caption-container {
    transition: 0.3s ease-in;
}

.awb-imageframe-style-resa:hover .awb-imageframe-caption-container {
    background: rgba(0, 0, 0, 0.2);
}

#post-1506 > .fusion-flexslider {
    max-width: 500px;
    margin:auto;
}