/*
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
*/

@media screen and (min-width: 500px) and (max-width: 767px) {
    .fusion-counter-box {
        float:left !important;
        width: 50% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .fusion-counter-box {
        float:left !important;
        width: 33% !important;
    }
}

.post-content > div {
    z-index: 0;
}
