/*
Theme Name: TheFutur Child
Text Domain: thefutur-child
Template: thefutur
Version: 1.0
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.6.0
Theme URI: https://futurtheme.maitreart.com/
Author: MaitreArt Studio
Author URI: https://maitreart.com/
Description: TheFutur WordPress Child theme.
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI: http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: portfolio, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style
*/ 

.bs-column-reverse--mobile {
    @media only screen and (max-width: 782px) {
        flex-direction: column-reverse;
    }
}

.bs-margin-left-0--mobile {
    @media only screen and (max-width: 782px) {
        margin-left: 0 !important;
    }
}