/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

* {
    backface-visibility: hidden !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.x-container > .offset,
.x-main > .full,
article {
    /* margin-top: 0 !important;
    padding-top: 0 !important; */
}

body,
html,
.x-site,
.x-main,
.x-root,
.x-bar-footer {
    /* padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; */
    background-color: #fff !important;
}

body,
html {
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
}

body {
    /* margin: 0 !important;
    padding: 0 !important; */
}
