/* CSS that Removes All Showing Results in WooCommerce */
p.woocommerce-result-count {
display: none;
}

/* CSS that Removes the Shop page title in WooCommerce */
.page-title {
display: none !important;
}

/* CSS that hides 'Designed by WooThemes' from footer */
footer .site-info { display:none;
}

/* CSS that defines the felx boxes for artist releases */
.releasecontainer {
  display: flex;
}
.releasecontainer > div {
  flex: 1; /*grow*/
}
/* CSS for Dropzone button */
.dropzone_button {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background-color:#f9f9f9 !important;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
height:50px;
	line-height:50px;
width:194px;
	text-decoration:none;
	text-align:center;
}.dropzone_button:hover {
	background-color:#03C4EA !important;
	color:#ffffff !important;
	text-decoration:none !important;
}.dropzone_button:active {
	position:relative;
	top:1px;
}
.dropzone_button {
margin:20px;
}
