/**
 * Plugin: Genesis Category Index Page
 *
 * @package    Genesis Category Index Page
 * @author     Sarah Fogle - SWEET THEORY DESIGNS
 * @copyright  Copyright (c) 2015, Sarah Fogle - SWEET THEORY DESIGNS
 * @license    http://www.opensource.org/licenses/gpl-license.php GPL-2.0+
 * @link       http://www.sweettheorydesigns.com
 *
 * @since	   1.0.0
 * @version	   1.0.0
 */

/* Table of Contents

* Responsive Design (Media Queries)

*/

/* Category Index Page
--------------------------------------------- */

.cat-index label {
	display: none;
}

.cat-index {
	margin-top: 20px;
}

.cat-index .widget {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 20px 0;
}

.cat-index .widgettitle,
.cat-index .more-from-category {
	clear: both;
	text-align: center;
}

.cat-index .featuredpost h2,
.cat-index .entry-title {
	font-size: .8em;
	font-weight: 400;
	text-transform: none;
}

/* Indexed Pages
--------------------------------------------- */

body.archive .post-meta,
body.archive .entry-meta,
body.archive .more-link,
body.archive .post-comments,
body.archive .post-info,
body.archive .entry-content div,
body.archive .entry-content p,
body.archive .entry-content ol,
body.archive .entry-content ul,
body.archive .entry-content .wp-caption,
body.archive .entry-content blockquote,
body.archive .content table,
body.archive .entry-content h1,
body.archive .entry-content h2,
body.archive .entry-content h3,
body.archive .entry-content h4,
body.archive .entry-content h5,
body.archive .entry-content h6 {
	display:none;
}

body.archive .content .one-third .entry-title,
body.archive .content .one-fourth .entry-title,
body.archive .content .one-fifth .entry-title,
body.archive .content .one-sixth .entry-title {
	font-size: .8em;
	font-weight: 400;
}