/*
Theme Name: Quench Fit
Theme URI: http://athemes.com/theme/sydney
Author: E Host Solution
Author URI: http://www.ehostsolution.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

/* logo size */
.site-logo {
max-height: 300px;
}

/* Page title */
.hentry .title-post {
  font-size: 36px;
  font-weight: 600;
}

/* padding above/below content area */
.page-wrap {
padding: 0px 0 0px;
clear: both;
}
.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
padding: 0px;
}
.single .entry-header, .page .entry-header {
margin-bottom: 0px;
}

/* An upgrade to WooCommerce has caused an issue with the quantity box */
.woocommerce input.input-text.qty.text {
margin-right: 4px;
padding: 6px;
text-align: center;
}

/* Reduce top and bottom footer padding */
.footer-widgets {
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  background-color: #252525;
}

/* Hide product category and SKU */
.woocommerce .product_meta {
display: none;
}