/**
* Theme Name: Immigo Child
* Description: This is a child theme of Immigo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: immigo
* Version: 1.8
*/
@media only screen and (max-width: 768px) {
    .row { /* Or the wrapper containing main + sidebar */
        display: flex;
        flex-direction: column; /* Stack elements vertically */
    }

    .col-lg-4.col-md-12.col-sm-12.sidebar-side {
        order: 2; /* Push sidebar to bottom */
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
    }

    .col-lg-8.col-md-12.col-sm-12.main-content { 
        order: 1; /* Main content stays first */
    }
	.col-lg-8.col-md-12.col-sm-12.content-side {
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}
}
