/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

/* ==================================================
   FORCE FOOTER OUT OF WOO CONTAINER
================================================== */

.woocommerce-cart .custom-site-footer,
.woocommerce-checkout .custom-site-footer,
.woocommerce-account .custom-site-footer {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 26px 0;
}

/* ==================================================
   FIX FOOTER INNER ALIGNMENT ON WOO PAGES
================================================== */

.woocommerce-cart .custom-site-footer .footer-inner,
.woocommerce-checkout .custom-site-footer .footer-inner,
.woocommerce-account .custom-site-footer .footer-inner,
.woocommerce-cart .custom-site-footer .footer-bottom-inner,
.woocommerce-checkout .custom-site-footer .footer-bottom-inner,
.woocommerce-account .custom-site-footer .footer-bottom-inner {
 
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}



/* ==================================================
   BOTTOM INNER SPACING TO MATCH SITE
================================================== */
.woocommerce-cart .woocommerce-checkout .custom-site-footer .footer-bottom-inner {
        padding-left: 22px;
    padding-right: 22px;
}


.site-content {
    padding-top: 0 !important;
    padding-bottom:  0 !important;
}
