/*
Theme Name: Examiner Child
Theme URI: http://stepfox.net/examiner/
Template: examiner
Author: StepFox
Author URI: http://stepfox.net/
Description: Profesional responsive news theme.
Tags: black,white,one-column,two-columns,three-columns,four-columns,custom-colors,custom-menu,featured-images,post-formats,theme-options
Version: 1.48
Updated: 2016-09-24 13:33:46

*/

.widget-title{ font-family: 'Rubik One', sans-serif !important; }

body, li, .small-title, .tv-featured-title{
	font-family: 'Roboto Condensed', sans-serif;
}

.small-title, .tv-featured-title{
	color: white;
}

.posts-excerpt, .combination-title-subtitle, .tv-widget-content, #post-page-subtitle, .newsroll-posts-title a{font-family: 'Roboto Condensed', sans-serif;}
#post-content{ font-family: 'Crimson Text', serif !important; }


li {
	display: inline-block;
	font-family: 'Roboto Condensed';
/* 	color: white; */
}

blockquote{
	text-transform: none;
}

.recent-post-item {position: relative; padding: 1.5em 0 0; max-width: 789px; margin: 0 auto;}
.recent-post-meta { position: absolute; left: 4%; bottom: 5%; z-index: 3; right: 4%;}
.recent-post-date{ font-weight: 400; font-size: 14px; text-transform: uppercase; color: #fff; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);}
.recent-post-title{ font-size: 38px;  text-transform: uppercase;}
.recent-post-title h2{ font-weight: 800; max-width: 70%; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);}
.recent-post-title a{ color: #fff;}

.category .blog-post-content,
.author .blog-post-content{ display: none; }

.category-featured-post .recent-post-title, .category-featured-post .recent-post-date{ text-shadow: 1px 1px 2px rgba(150, 150, 150, 1); }

.category-featured-post-image{ width: 1100px; max-width: 100%; height: 370px; background-repeat: none; background-position: center center; background-size: cover; }

.page-template-home-page .huge_img_featured_category_exm1-13:before{ content: ' '; display: block; width: 100%; clear: both;}

#post-page-title{}

.wpp-list li{ display: list-item; padding: 0.5em 0 0;}

.google-social-float-icon{
	display: none;
}

.header-advert,
.footer-advert{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	float: none;
	margin: 0 auto;
	max-width: 1100px;
}

.header-advert-1,
.footer-advert-1{
	float: none;
	margin: 1.5em auto 0.75em;
	width: 66%;
}

.header-advert-2,
.footer-advert-2{
	float: none;
	margin: 1.5em auto 0.75em;
	width: 33%;
}

.post-tagline{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.featured-image-in-post{
	margin-bottom: 1.5em;
}

#post-content a.photo-credit-disable,
#post-content a.photo-credit-disable:hover,
#post-content a.photo-credit-disable:active,
#post-content a.photo-credit-disable:focus{
	color: inherit;
}

.fb-share-icon, 
.twitter-share-icon, 
.google-share-icon, 
.pinterest-share-icon, 
.reddit-share-icon{
	height: 32px;
}

.share-post{
	margin: 2em 0;
}

.share-post::after{
	content: "";
	clear: both;
	display: table;
}

.facebook-comments-embed{
	float: left;
	width: 100%;
}

#secondary .home-widget{
	margin-bottom: 1.5em;
}

@media screen and (max-width: 700px){
	
	.header-advert,
	.footer-advert{
		display: block;
	}
	
	.header-advert-1,
	.footer-advert-1{
		display: block;
		margin: 0 auto 1em;
		padding-top: 0.5em;
		width: 100%;
	}
	
	.header-advert-2,
	.footer-advert-2{
		display: block;
		margin: 1em auto 0;
		padding-bottom: 0.5em;
		width: 100%;
	}
	
	#main-nav .menu-link{
	    line-height: 50px;
	}
}