/* Enter Your Custom CSS Here */

/* Hide their banner */
#sub-footer-core { display: none; }

/* Hide the breadcrumbs */
#intro { display: none; }

/* Tidy up the footer */
#footer { padding: 20px 10px 0px; }
#sub-footer { display: none; }

/* Don't clear on H3 in Products */
h3 { clear: none; }

#logo { margin-top: 0; }

/* Make the menu all purty like */
#header .header-links > ul > li a { padding: 8px 15px; }
#header-links { margin-top: 12px; }

/* Hide Woo Commerce sorting option */
.orderby { display: none; }

/* Show full size image on archive page */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { height; 100%; width: auto; }
