/*
Theme Name:  Canvas Child
Description: Child theme for Canvas by WooThemes
Author:      CM2 Creative
Author URI:  https://cm2creative.com
Template:    canvas
Version:     1.0.0
*/

/* =============================================================================
   LAYOUT
   ============================================================================= */

/* Always reserve scrollbar space to prevent layout jump between pages */
html,
body {
  scrollbar-gutter: stable;
}

/* =============================================================================
   WIDGETS
   ============================================================================= */

/* Remove double padding on widgets nested inside other widgets */
.widget .widget {
  padding: 0;
  background-color: transparent;
  margin: 0;
}

/* =============================================================================
   WOOCOMMERCE — DRUG REGISTERS LISTING PAGE
   ============================================================================= */

/* Bold product prices */
.woocommerce .price,
.woocommerce .woocommerce-Price-amount {
  font-weight: bold;
}

/* =============================================================================
   WOOCOMMERCE — SINGLE PRODUCT PAGE
   ============================================================================= */

/* Hide post meta (By Christopher on January 21, 2013) */
.single-product .post-meta {
  display: none;
}

/* Hide author bio and subscribe sections */
.single-product #post-author,
.single-product #connect {
  display: none;
}

/* Hide prev/next navigation and comments section */
.single-product .nav-prev,
.single-product .nav-next,
.single-product #comments {
  display: none;
}
