/*
====================================================================================================
Theme Name:		Metric - Child Theme
Theme URI: 		http://themes.grandpixels.com/metric
Description: 	Child theme for a Metric: Music Band Responsive WordPress Theme by Pavel of Grand Pixels
Version: 		1.0.1
Author: 		Pavel Richter / Grand Pixels
Author URI: 	http://grandpixels.com
License: 		GNU General Public License version 3.0
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template:		metric
====================================================================================================

IF YOU PLAN TO MAKE SOME MODIFICATIONS TO THE CODE OF THE THEME, WILL BE BETTER TO MAKE THEM VIA
THIS CHILD THEME. IF YOU WILL MAKE MODIFICATION DIRECTLY TO THE PARENT THEME, YOU WILL LOSE THOSE
MODIFICATIONS WHEN THE THEME IS UPDATED. WHEN YOU MAKE MODIFICATIONS INSIDE OF THE CHILD THEME
INSTEAD, YOU CAN UPDATE THE PARENT THEME WITHOUT LOOSING ANY CHANGE YOU HAVE MADE.

MORE INFORMATION ABOUT CHILD THEMES YOU CAN FIND IN WORDPRESS CODEX:
http://codex.wordpress.org/child_themes.

====================================================================================================
*/

@import url('../metric/style.css');

/* Put your CSS below */

/*Added 20140428*/
.album-left,
.album-right {
   overflow: hidden;
   height: auto;
}
 
.album-left img {
   float: left;
   margin: 0 15px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.album-right img {
   float: right;
   margin: 0 0 0 15px !important;
   padding: 0 !important;
   border: 0 !important;
}

.album-left p,
.album-right p {
   overflow: hidden;
   height: auto;
}
 
/*20170402 Added*/

h3.merch{
font-size:130%;
}
h3.merch a:link { text-decoration: none; }

/*20180321 for OE Added*/
.artwork_oe { width: 240px; height: 240px; float:left; display:block; margin-right:20px; margin-bottom:15px; margin-top:10px}

/*Added 20170220*/
h4 {margin-bottom: 20px}

.genres {font-size:1.3em}
