/**
 * Theme Name: Platea Child
 * Description: This is a child theme of Platea.
 * Author: Gloria Themes
 * Template: platea
 * Version: 1.0.5
 */

/* ================================================
   FIX: Scroll horizontal mobile
   ================================================ */

@media only screen and (max-width: 991px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .row > [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}