/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

/* This CSS shrinks the captions on each image to a consistent, small size */
.post .wp-caption-text,
.type-page .wp-caption-text,
.search-results .features .wp-caption-text,
.search-results .page .wp-caption-text,
.search-results .type-product .wp-caption-text,
.search-results .type-portfolio .wp-caption-text,
.type-features .wp-caption-text {
  margin: 0;
  padding: 0;
  font-size: 0.65em;
  text-align: center;
}

/* This CSS removes the "Comments are closed" text from single blog posts */
.nocomments {
display: none;
}