/*
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
*/

span.fusion-imageframe.imageframe-none.imageframe-4.hover-type-none{
    margin-bottom: -25%;
}

.fusion-copyright-notice{
    border: 1px dashed #f7debf !important;
    padding: 15px 15px !important;
}

@media only screen and (min-width: 1200px){
    .fusion-copyright-notice{
        border: 1px dashed #f7debf !important;
        padding: 15px 15px !important;
    }
}

@media only screen and (max-width: 480px) {
    #div2.fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling{
        padding: 0 30px 100px 30px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px){
    #div2.fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling{
        padding: 30px 30px 150px 30px !important;
    }
}