/**
* Theme Name: Agro Child
* Description: This is a child theme of Agro, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: agro
* Version: 1.6.6
*/
/* Widen main content area */
@media (min-width: 992px) {
    .nt-theme-inner-container .row .post-column.col-md-8 {
        width: 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .nt-theme-inner-container .row #nt-sidebar.col-lg-4 {
        width: 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}