/**
 * Theme Name: Massive Press
 * Theme URI: http://www.press75.com/
 * Description: A unique News & Magazine theme with a home page layout powered entirely by WordPress widgets.
 * Version: 3.0.0
 * Author: Press75.com
 * Author URI: http://www.press75.com/
 * Tags: black, white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-width, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, infinite-scroll, post-formats, post-slider, sticky-post, theme-options, translation-ready, blog, business, journal, magazine, news, clean, conservative, contemporary, formal, light, simple, traditional
 */


/* Header
----------------------------------------------- */
body.page,
body.post {
	margin: 0;
}

.site-header {
	font-size: 12px;
	line-height: 1.3;
	color: #CACBC6;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	background: #232323;
}

.site-header img:hover {
	opacity: 0.8;
}

.site-header .middle {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

.site-header a:hover {
	color: #ffffff;
}

.site-title,
.site-header-ad {
	padding: 20px 0;
}

.site-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1em;
}

.site-title a {
	color: #FFFFFF;
}

.site-title .text {
	display: inline-block;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.2;
	padding: 15px 0;
	margin-top: 0;
	margin-bottom: 0;
}

.site-title .image img {
	display: block;
}

.site-header-ad {
	float: right;
	text-align: right;
}

.site-header-ad img {
	display: inline-block;
	background: url(assets/images/hatch-header.png) repeat;
	padding: 15px;
}

.top-nav .menu,
.site-description p,
.site-navigation a {
	margin: 0;
	padding: 12px 0 13px;
}


/* Navigation
----------------------------------------------- */

.site-navigation a {
	color: #CACBC6;
}

.site-navigation li {
	position: relative;
	border-right: 1px dotted #666666;
	margin-right: 10px;
	padding-right: 10px;
	float: left;
}

.site-navigation li:hover > ul {
	display: block;
	top: 28px;
	z-index: 99;
}

.site-navigation .sub-menu {
	position: absolute;
	z-index: 1000;
	background-color: #232323;
	width: 150px;
	margin: 0;
	padding: 0;
	display: none;
	top: 0;
	left: -10px;
	list-style: none;
}

.site-navigation .sub-menu a {
	display: block;
	padding: 8px 0;
	margin: 0 10px;
}

.site-navigation ul ul li:hover > ul,
.site-navigation ul ul ul li:hover > ul,
.site-navigation ul ul ul ul li:hover > ul {
	display: block;
	top: 0;
	left: 150px;
}

.site-navigation ul li:last-child {
	border: none;
	margin: 0;
}

.site-navigation ul ul li {
	border: none;
	margin: 0;
	padding: 0;
}

.site-navigation ul ul li {
	border-bottom: 1px dotted #666666;
	width: 100%;
	float: left;
}

.site-navigation ul ul li:last-child {
	border: none;
	margin: 0 0 5px 0;
}

.site-navigation li.twitter {
	background: url(assets/images/twitter.png) left no-repeat;
	padding-left: 18px;
}

.site-navigation li.facebook {
	background: url(assets/images/facebook.png) left no-repeat;
	padding-left: 18px;
}

.site-navigation li.subscribe {
	background: url(assets/images/subscribe.png) left no-repeat;
	padding-left: 40px;
}

.current-menu-item a {
	color: #ffffff;
}

.mobile-nav {
	display: none;
}


/* Top Nav */
.top-nav .menu {
	float: right;
}

.top-nav .sub-menu {
	background-color: #444444;
}

.top-nav li:last-child {
	padding-right: 0;
}

.top-nav + .top-search {
	margin-left: 0;
}

/* Primary Nav */
.primary-nav .menu {
	float: left;
	padding: 12px 0 13px;
}

/* Mobile Menu */
.mobile-nav {
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #444;
}

#top-nav-mobile,
#primary-nav-mobile {
	display: inline-block;
	padding: 12px 15px;
	color: #CACBC6;
	font-weight: bold;
}

#primary-nav-mobile {
	border-right: 1px solid #444;
}

#top-nav-mobile {
	border-left: 1px solid #444;
	display: inline-block;
}

/* Sidr */

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 13px;
    background: #333;
    color: #CACBC6;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}

.sidr .menu {
	float: none;
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}

.sidr ul li {
	float: none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
}

.sidr li:hover > ul {
	display: none;
}

.sidr ul li a {
    padding: 11px 15px 12px;
    display: block;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid #444;
}

.sidr ul li:hover {
	background-color: #232323;
}

.top-nav .sidr .menu,
.primary-nav .sidr .menu {
	padding: 0;
}

.sidr li.facebook,
.sidr li.twitter,
.sidr li.subscribe {
	padding-left: 0;
	background-position: 95% center;
}

/* Primary Nav */

#primary-nav-mobile {
	float: left;
}

#top-nav-mobile {
	float: right;
}

/* Post & Page Navigation */
#nav-below {
	clear: both;
	margin-bottom: 2.3em;
}

#nav-below a {
	color: #444444;
}

#nav-below .nav-previous {
	margin-left: 0;
}

#nav-below .nav-next {
	margin-right: 0;
	float: right;
}

.navigation-paging .current {
	opacity: 0.5;
}


/* Search Form
----------------------------------------------- */

#searchform {
	position: relative;
}

#s {
	width: 100%;
	margin: 0;
	padding-right: 45px;
}

#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
	padding-top: 9px;
	padding-bottom: 10px;
	border-color: #cccccc;
}

.site-search {
	max-width: 216px;
	float: right;
}

.site-header .site-search {
	padding: 12px 0 13px;
}

.site-header #s {
	border: none;
	padding: 0 0 0 10px;
	color: #CACBC6;
	border-left: 1px dotted #444444;
	background: none;
	box-shadow: none;
	border-radius: 0;
}

.site-header #searchsubmit {
	padding: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	border: none;
	background: url(assets/images/search.png) center center no-repeat;
	text-indent: -9999px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.site-header #searchsubmit:hover {
	opacity: 0.8;
}

.site-footer .site-search {
	margin-top: -11px;
}

.site-footer #s,
.site-footer #searchsubmit {
	border-top-color: #e5e5e5;
	border-radius: 0 0 3px 3px;
	padding-top: 10px;
}

.site-footer #s {
	padding-top: 10px;
}

.site-footer #searchsubmit {
	border-radius: 0 0 3px 0;
	padding-top: 10px;
	padding-bottom: 8px;
}


/* Main Content Styles
----------------------------------------------- */

.site-main {
	padding: 30px 0 0;
}

.entry-title,
.widget-title,
.comments-title,
#reply-title {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: url(assets/images/hatch.png) repeat;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	color: #555555;
	margin: 0 0 30px;
	padding: 5px 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.entry-title a,
.widget-title a {
	color: #444444;
}

#pagination {
	margin: 0 0 30px 0;
}

#pagination a {
	margin: 0 5px 0 0;
}

#pagination a.current-page {
	opacity: 0.5;
}


/* Post Content Styles
----------------------------------------------- */

.site-content {
	color: #737373;
	width: 100%;
	float: left;
}

.post, .page {
	margin: 0 0 2.3em 0;
}

.entry-header {
	position: relative;
	margin-bottom: 1.5em;
}

.entry-meta {
	font-size: 11px;
	color: #777;
	padding: 9px 0;
}

.entry-title + .entry-meta {
	margin-top: -30px;
}

.entry-meta a {
	color: #777777;
	border-bottom: 1px dotted #CCCCCC;
}

.entry-meta a:hover {
	color: #444444;
}

.site-main a.comment-circle {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	background: #BB372F;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	border-radius: 20px;
}

.site-main a.comment-circle:hover {
	background: #232323;
	text-shadow: 0 1px 1px #000000;
}

.entry-image,
.gallery-icon {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 8px;
	background: #ffffff;
}

.entry-image,
.entry-image img {
	display: block;
}

.page .entry-image {
	margin-top: 2.3em;
}

a.entry-image:hover {
	background: url(assets/images/hatch.png);
}

.entry-content strong {
	color: #555555;
	font-weight: bold;
}

.entry-content a {
	border-bottom: 1px dotted #777777;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
	padding-left: 15px;
}

.entry-content ul li {
	list-style: disc;
}

.entry-content ol li {
	list-style: decimal;
}

.entry-content blockquote {
	background: url(assets/images/quote.png) top left no-repeat;
	padding-left: 40px;
	font-style: italic;
	color: #999999;
}

.more-link-wrap {
	display: block;
	margin-top: 1.5em;
}

.page-links {
	clear: both;
	font-weight: bold;
	font-size: 1.0769em;
	line-height: 1.333;
	color: #404040;
}

.page-links a {
	font-size: 13px;
	position: relative;
	top: -1px;
	margin: 0 1px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 15px;
}

img.alignleft {
	margin: 0 15px 2px 0;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	text-align: center;
	padding: 5px;
	margin: 5px 0 20px;
	max-width: 100%;
}

.wp-caption.alignright {
	margin: 0 0 10px 25px;
}

.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignleft {
	margin: 0 25px 10px 0;
}

.wp-caption img {
	display: block;
	border: 1px solid #e5e5e5;
	padding: 4px;
	margin: 0;
}

.wp-caption-text,
.wp-caption-dd {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	font-style: italic;
	position: relative;
	top: -1px;
}

.wp-caption-text {
	display: inline;
	padding-top: 1px;
	border: 1px solid #e5e5e5;
	border-top-color: #ffffff;
}

.wp-caption a {
	border: none;
}


/* Template: Home
----------------------------------------------- */

.home-widget-area .site-content {
	margin-bottom: 10px;
}

.primary-home-left,
.primary-home-right {
}

.primary-home-left {
	margin-left: 0;
	margin-right: 2.5%;
}

.primary-home-right {
	margin-right: 0;
	margin-left: 2.5%;
}


/* Galleries
----------------------------------------------- */

.gallery {
	overflow: hidden;
	margin: 0 auto 1.5em;
}

.gallery a {
	border-bottom: none;
}

.gallery .clearfix {
	clear: both;
}

.gallery img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	border: none;
}

.gallery .gallery-item {
	float: left;
	text-align: center;
	margin-top: 0;
	padding: 0 2% 3.5%;
	width: 33%;
}

.gallery dl,
.gallery dt {
	margin: 0;
}

.gallery br + br {
	display: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6667%;
}

.gallery-columns-5 .wp-caption-text,
.gallery-columns-6 .wp-caption-text,
.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text,
.gallery-columns-10 .wp-caption-text {
	display: none;
}

.gallery-columns-5 br,
.gallery-columns-6 br,
.gallery-columns-7 br,
.gallery-columns-8 br,
.gallery-columns-9 br,
.gallery-columns-10 br {
	display: none;
}


/* Plugin: Jetpack
----------------------------------------------- */

/* Infinite Scroll */
.infinite-scroll #nav-below,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.infinite-loader,
#infinite-handle {
	cursor: pointer;
	margin-bottom: 2.3em;
}

.infinite-loader,
#infinite-handle span {
	display: block;
	text-align: center;
}

.infinite-loader .spinner {
	left: 50% !important;
}


/* Widget Styles
----------------------------------------------- */

.widget {
	width: 100%;
	position: relative;
	margin: 0 0 30px 0;
	color: #737373;
}

.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget li,
.widget .children li,
.widget .sub-menu li {
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	padding-top: 10px;
}

.widget .menu > li:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0
}

.widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.widget .children,
.widget .sub-menu {
	margin-left: 0;
}

.widget .children li,
.widget .sub-menu li {
	padding-left: 0.2em;
}

.widget .children li:before,
.widget .sub-menu li:before {
	display: inline-block;
	margin-right: .7em;
	content: "\25b8";
}

.widget a,
.widget a:visited {
	color: #444444;
}

.widget .current_page_item > a,
.widget .current-menu-item > a,
.widget .current-cat > a {
	font-weight: bold;
}

.widget .sharedaddy,
.widget .more-link-wrap {
	display: none;
}


/* Featured Image Slider (custom widget) */

.widget_featured_image_slider li {
	padding: 0;
	margin: 0;
	border: 0;
}


/* Featured Posts (custom widget) */

.widget_featured_posts li {
	border: none;
	margin: 0 0 30px 0;
	position: relative;
}

.widget_featured_posts li:last-child {
	border: none;
	margin: 0;
}

.widget_featured_posts li.no-excerpt {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.widget_featured_posts li.no-excerpt:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_featured_posts li.has-thumbnail {
	border: none;
	margin-bottom: 30px;
	padding: 0;
}

.widget_featured_posts img {
	border: 1px solid #e5e5e5;
	padding: 8px;
	margin: 0 0 5px 0;
	max-width: 100%;
}

.widget_featured_posts img:hover {
	background: url(assets/images/hatch.png);
}

.widget_featured_posts h4 {
	font-size: 13px;
	margin: 0;
}

.widget_featured_posts h4,
.widget_featured_posts h4 a:hover {
	color: #BB372F;
}

.widget_featured_posts .date {
	font-size: 11px;
	display: block;;
}

.widget_featured_posts .excerpt {
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	padding-top: 10px;
}


/* RSS, Recent Comments */

.widget_rss .rsswidget,
.widget_recent_comments .url {
	font-weight: bold;
}

/* RSS Widget */
.widget_rss .rsswidget img {
	position: relative;
	top: 2px;
}
.widget_rss .rss-date {
	display: block;
	font-size: 11px;
	line-height: 1em;
	padding: 7px 0 8px;
}


/* Post Comment Styles
----------------------------------------------- */
.comments-area {
	margin: 3em 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-list,
.comment-list .children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list .children {
	padding-left: 52px;
	border-left: 1px solid #e5e5e5;
}

.comment-body {
	margin-bottom: 3em;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-meta a {
	color: #333333;
}

.comment-metadata {
	font-size: 11px;
}

.comment-metadata a {
	color: #777777;
}

.comment-author {
	color: #333333;
}

.comment-author .avatar {
	float: left;
	margin-right: 12px;
	border-radius: 3px;
	position: relative;
	top: -2px;
}

.comment-author cite {
	font-weight: bold;
	font-style: normal;
}

.comment-author cite a:after {
	content: "\00a0 \2192";
	display: inline-block;
}

.comment-author .says {
	display: none;
}

.comment-awaiting-moderation {
	font-style: italic;
}

.comment-content,
.reply {
	padding-left: 53px;
}

/* Respond */
#respond {
	margin-bottom: 3em;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	display: block;
	margin-bottom: 0.5em;
}

.comment-form-comment textarea {
	width: 100%;
}

.form-allowed-tags {
	display: none;
}


/* Footer Styles
----------------------------------------------- */

.site-footer {
	padding: 10px 0 30px 0;
	font-size: 11px;
	color: #737373;
	border-top: 1px solid #e5e5e5;
	background: #ffffff;
}

.site-footer a {
	color: #737373;
}

.site-footer .footer-text-line-1 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 0;
}

.footer-nav {
	height: auto;
	padding: 0;
}

.footer-nav ul {
	float: right;
}

.footer-nav ul li {
	border-right: 1px dotted #737373;
}


/* Responsive
----------------------------------------------- */

@media only screen and ( max-width: 767px ) {
	.container {
		width: 100%;
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6,
	.grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
		width: 100%;
		margin: 0;
	}

	/* Header */
	.site-description {
		height: 35px;
	}

	.top-nav .menu {
		float: none;
	}

	/* Comments */
	.comment-meta,
	.comment-content,
	.reply {
		padding-left: 0;
	}
	.children .comment-meta,
	.children .comment-content,
	.children .reply {
		padding-left: 15px;
	}
	.comment-author .avatar {
		display: none;
	}
	.comment-list .children {
		padding-left: 0;
		border-left-width: 5px;
	}
}