/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Description: Custom lightweight child theme for GeneratePress.
Author: MR ARMAN
Author URI: https://honestreviewlabs.com
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/

/* Reset GP Default Content Containers on Custom Templates */
body.page-template-template-home,
body.page-template-template-home #page,
body.page-template-template-home .site-content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Force remove link underlines */
a {
    text-decoration: none !important;
}

/* Smooth Category Scroll */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}