/*
Theme Name: Smart Mag Child
Theme URI: http://theme-sphere.com/
Description: A child theme of SmartMag
Author: Jonathan Boedecker
Author URI: http://theme-sphere.com
Template: smart-mag
Version: 1.0
November 2014
*/

@import url("../smart-mag/style.css");




@font-face {
    font-family: 'josefin_sans_stdlight';
    src: url('josefinsansstd-light-webfont.eot');
    src: url('josefinsansstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('josefinsansstd-light-webfont.woff2') format('woff2'),
         url('josefinsansstd-light-webfont.woff') format('woff'),
         url('josefinsansstd-light-webfont.ttf') format('truetype'),
         url('josefinsansstd-light-webfont.svg#josefin_sans_stdlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/**
 * 1. = Post Title and Subtitle
 * ----------------------------------------------------------------------------
 */






.cat-title {
		
	position: absolute;
	top: 0;
	line-height: 25px;
	background: #e54e53;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	
	padding: 0 10px;
	margin-left: 7px;
	
	color: #fff; /* compensate for font weight */
	

	z-index: 1;
}








.post-header .post-title {
	font-size: 32px;
	position: relative;
	padding-left: 18px;
	margin-right: 35px;
	float: left;
}





.subtitle { 
	display: block;
	font-size: 80%;
	color: #644d7a;
}



.main-content .post-meta {
padding: 0;
font-size: 13px;
text-transform: uppercase;
padding: 10px 0;
border: 1px solid #d9d9d9;
border-left: 0;
border-right: 0;
margin-bottom: 21px;
overflow: hidden;
}



.navigate-posts .title {
display: block;
font-size: 13px;
text-transform: uppercase;
margin-bottom: 10px;
}














.posts-list .content > a {
display: block;
font-size: 18px;
line-height: 1.615;
margin: 8px 0;
font-family: 'josefin_sans_stdlight', Georgia, serif;

}



.posts-list .content time {
color: #a6a6a6;
font-size: 11px;
text-transform: uppercase;
color: #ffffff;
}



.listing-alt .content .excerpt {
margin-top: 14px;
font-size: 13px;
line-height: 1.714;
color: #644d7a;
}





/**
 * 2. = HEADER
 * ----------------------------------------------------------------------------
 */
/* header */

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


.logo-image {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		height: auto;
		padding-bottom: 15px;
	}



.category .main-content &gt; .main-heading {
    display: none;
}






/**
 * 3. = Drop Cap
 * ----------------------------------------------------------------------------
 */


.drop-caps {
	float: left;
	font-size: 3.9em;
	line-height: 1;
	background: #e54e53;
	border-radius: 50%;
	color: #fff;
	padding: 6px 10px;
	margin-top: 5px;
	margin-right: 14px;
}





/**
 * 3. = Grid Title
 * ----------------------------------------------------------------------------
 */




.highlights h2 {
	color: #19232d;
	font-size: 18px;
	line-height: 1.3;
	padding-left: 14px;
	margin: 7px 0;
}



.highlights .excerpt {
	font-size: 13px;
	line-height: 1.615;
	margin-top: 14px;
	border-bottom: 1px solid #d9d9d9;
	color: #3B3649;
	padding-bottom: 14px;
}





/**
 * 4. = Slider Title
 * ----------------------------------------------------------------------------
 */



.main-featured .slider h3 a {
	color: #fff;
	font-size: 22px;
	line-height: 2;
}


.main-featured .slider .subtitle {
	color: #fff;
	font-size: 16px;
}



.main-footer .widget .subtitle {
	color: #fff;

}





.navigation .mega-menu .subtitle{
	color: #fff;
}
















.main-featured .blocks h3 a .subtitle {
color: #fff;
}











