/**
 * Plugin Name: 	GUM: Metaboxes CSS file
 * Plugin URI: 		http://groundupmedia.com
 * Description: 	Creates Testimonails for your theme.
 * Author:			GroundUp Media - Jayson T. Cote'
 * Author URI: 		http://www.groundupmedia.com
 *
 * Version: 		1.0
 * License: 		GPLv2
 * Copyright:		2015 GroundUp Media (http://groundupmedia.com)
 *
 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
 * General Public License version 2, as published by the Free Software Foundation.  You may NOT assume 
 * that you can use any other version of the GPL.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without 
 * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 */


/**** CMB over rides ****/

.postbox-container #_cmb_gum_metabox h3.hndle {
	font-size: 1em;
}

.inner-sidebar .cmb-th, 
#side-sortables .cmb-th {
	display: none !important;
}

.postbox-container .cmb2-wrap > .cmb-field-list > .cmb-row, 
.cmb-repeat-group-wrap .cmb2-wrap > .cmb-field-list > .cmb-row,
.inner-sidebar .cmb2-wrap > .cmb-field-list > .cmb-row, 
#side-sortables .cmb2-wrap > .cmb-field-list > .cmb-row {
	padding: 0 !important;
}

.cmb-type-radio-inline {
	padding: 0;
}

