/*
Theme Name: Focus reverse nav
Theme URI: 
Description: Child 01 theme for the Focus theme
Author: <a href="https://siteorigin.com/">SiteOrigin</a>
Author URI: 
Template: focus
Version: 1.3.4
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 13 Oct 2016 16:37:17 +0000 */ 

@import url('../focus/style.css');

/* Hide featured image */
/*
#single-header img {
	display: none;
}
*/

/* Clean up presentation of excerpt above video */
div.sharedaddy h3.sd-title:before {
	border-top: 0;
}

div.sharedaddy h3.sd-title {
	visibility: hidden;
	margin: 0;
	font-size: 6px;
	display: none;
}

/* Hide social sharing buttons above video */

#single-header div.container div.post-heading div div, div.slide-text div div {
	display: none;
}

/* Hide blog title — redundant with video title */
/*
#single-header div.container div.post-heading h1 {
	display:none;
}
*/

#single-header p {
	line-height: 1.1;
}

/* Add some space to primary nav menu */
#masthead .site-navigation .menu-wrapper ul li {
	margin-left: 15px;
}

/* Make homepage thumbnail captions a bit more flush */
.loop-container article .entry-title span {
	padding: 4px;
}

/* Fix PowerPress subscribe widget */
#secondary .widget .pp-ssb-ic {
	height: 48px;
}

/* Hide byline in right nav */
.widget_focus_post_author_widget img, .widget_focus_post_author_widget .author-text {
	display: none;
}

/* Add left-right margins to slider headline */
/*
.slide-text h1 {
	margin: 0 100px 20px 100px;
}
*/

/* Make homepage slider clickable */
.slider .play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-size: 97px 97px;
	background-repeat: no-repeat;
	background-position: center;
}

/* Reduce size of tags at bottom of post */
#content div.entry-content div.st-post-tags {
	font-size:85%;
}

/* Reduce space between paragraphs */
.entry-content p, #content div.entry-content ul {
	margin:15px 0;
}

#content div.entry-content ul > li ul {
	margin: 2px 0;
}

/* Adjust spacing and alignment of Author Image plugin's widget */
#author_image-2 div {
	float:none;
	margin-right:0;
}

#author_image-2 div img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#author_image-2 p {
	margin-top:6px;
	text-align:center;
    font-size: 14px;
    font-weight: 500;
    color: #393939;
}

#infinite-footer {
	display: none;
}

/* Make text white (against black background) */
#posts-nav, #content div h2 #archive-title, h2.archive-title, p.category-description + p  {
	color: #CCC;
}

/* Fix layout of "Notify me of follow-up comments by email" label */
#commentform p label {
	position:static;
}

