/*
 Theme Name:   Magazine Premium Child Theme
 description: >-
   A child theme of the Magazine Premium WordPress theme
 Author:       Adam Isacson
 Template:     magazine-premium-master
 Version:      1.0.0
*/


/* =General
-------------------------------------------------------------- */

.entry-content p, .entry-content ul, .entry-content li {
	font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
//	line-height: 1.75em;
	font-size: 18px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Calisto MT', "Book Antiqua", "Palatino", serif;
	font-weight: 600;
	}

.entry-title a {
	font-family: 'Calisto MT', "Book Antiqua", "Palatino", serif;
	font-weight: 600;
	}

figcaption {
	text-align: center;
	font-size: 80%;
}

.entry-title {
	font-size: 2em;
	margin: 0;
	line-height: 1.2;
	font-weight: 700 !important;
}

	.entry-title a {
		text-decoration: none;
		color: #333 !important;
		}

		.entry-title a:hover,
		.format-link cite a:hover {
			color: #666 !important;
			}

	.entry-meta a {
		text-decoration: none;
		border-bottom: 1px dotted;
		}

	.post-category a {
		text-decoration: none;
		color: #666 !important;
		}

		.post-category a:hover {
			color: #444;
			}

.more-link-p {
	background: #444;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #222 !important;
	-moz-box-shadow: 1px 1px 0 #eee;
	-webkit-box-shadow: 1px 1px 0 #eee;
	box-shadow: 1px 1px 0 #eee;
	
}

/* =Header
-------------------------------------------------------------- */

#site-title {
	font-family: 'Calisto MT', "Book Antiqua", "Palatino", serif;
	font-weight: 400;
	margin: 30px 0 10px;
	line-height: 1;
	font-size: 48px;
	}

	#site-title a {
		text-decoration: none;
		}

#site-description {
	margin: 0;
	font-size: 120%;
	line-height: 1;
	font-weight: normal;
	font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

/* =Main Navigation
-------------------------------------------------------------- */

.menus {
	display: block;
	clear: both;
	font-size: 13px;
	background: #444;
	font-family: 'Calisto MT', "Book Antiqua", "Palatino", serif;
	font-weight: 400;
}

#site-sub-navigation {
	background: none;
	font-size: 12px;
	border-bottom: 1px solid #999;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* =Article
-------------------------------------------------------------- */
.entry-meta {
	font-size: 90%;
	line-height: 1.3;
	margin: 2px 0 10px;
	color: #333;
	font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	}

.post-category,
.post-format,
.page-title,
.archive-meta {
	margin: 0;
	color: #666;
	font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	text-transform: unset;
	}
	
.entry-content {
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
	}

	.entry-content a {
		border-bottom: 1px dotted;
		text-decoration: none;
		}

.tagsline {
	font-weight: bold;
	font-size: 80%;
}

/* =Status
-------------------------------------------------------------- */

	.format-status .author {
		font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: 700;
		font-size: 15px;
		line-height: 1;
		margin: 0;
		}

	.format-status time {
		line-height: 1.2;
		font-size: 80%;
		color: #666;
		font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: 300;
		margin: 5px 0 15px;
		display: inline-block;
		}

/* =Archives
-------------------------------------------------------------- */
		
#archive-header,
.page-title {
	border-bottom: 2px solid #ccc;
	}

#archive-header h2 {
	padding-top: 10px	;
	padding-bottom: 10px;
}


/* =Sidebar
-------------------------------------------------------------- */

		ul .rsswidget {
			font-size: 120%;
			line-height: 1;
			font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-weight: 700;
			}

.widget-title, .header-widget-title {
	text-transform: unset;
	font-weight: 700;
	font-size: 100%;
}

		.rss-date {
			clear: both;
			font-size: 90%;
			color: #333;
			font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			font-weight: 300;
			display: block;
			}