/*
Theme Name:     Inspire Child
Theme URI:      http://example.com/
Description:    Child theme for the Inspire theme
Author:         Rob Maguire
Author URI:     http://robmaguire.com
Template:       inspire                           
Version:        0.1.0
*/

/*----------IMPORT PARENT CSS----------*/
@import url("../inspire/style.css");


/* TYPOGRAPHY */
.post .post-entry {
	font-size: 14.5px;
	font-family: "Open Sans"
	}
	
.post .post-entry p {
	line-height: 175%;
	}
	
a:hover {text-decoration:underline;}	



/* HIDE SIDEBAR POSTS DATE */
.inspire_sidebar_posts .meta {display:none;}



/*----------FIX FULL-WIDTH IMAGE LEFT MARGIN----------*/

.post-img.full {
	width:990px;
	}

/*----------IMAGES WITHIN POST----------*/

.post-entry .alignleft {
	margin: 0 20px 5px 0;
	}
	
	
/*----------IMAGE CAPTIONS----------------*/
.wp-caption, .gallery-caption {
	text-align: left;
	font-family: "Droid Sans";
	font-size: 11px;
	}


/*----------EXCERPT TEXT FRONT PAGE----------------*/	
.item .item-excerpt p {
	color: #9f9f9f;
	}

/*----------PULL QUOTE---------------*/	
.pullquote {
	float: right;
	width: 220px;
	margin: 0 -5% 0.5em 30px;
	padding: 0;
	font-size: 22px;
	font-style:italic;
	color: #888888;
	line-height: 112%;
	}


p[data-pullquote] {
  display: block;
}

p[data-pullquote]:before {
	content: attr(data-pullquote);
	float: right;
	width: 230px;
	margin: 0 -4% 0.5em 30px;
	padding: 0;
	font-size: 22px;
	font-style:italic;
	color: #888888;
	}


/*----------H3 IN ARTICLE---------------*/	

.post-entry h3 {
	text-transform: uppercase;
	}
	
	
/*----------SIDEBAR: POST TITLE TYPOGRAPHY---------------*/	
.widget .widget-item h3 a {
	text-transform: capitalize;
	font-size: 13px;
	}
	
/*__________HIDE SIDEBAR POSTS DATE-------------*/

.inspire_sidebar_posts .meta {display:none}

	
	
/*----------HIDE FOOTER SLIDER---------------*/	
	
#footer_tab {display:none}
	
/*----------HIDE WP COMMENTS--------------*/

	
.post-comments {
	display: none;
	}
	

.meta .heart {
	display: none;
	}

.masonry .meta {
	display: none;
	}
	
	
/*----------REMOVE SORT SLASH--------------*/		

#filter ul li+li {
	background: url("images/navi-sep.png") no-repeat scroll right center transparent;
    float: left;
    margin-right: 16px;
    padding-right: 16px;
    }
	
	
/*----------FACEBOOK BOX STYLE-------------*/		

.inspire_sidebar_facebook .widget-title {
	display: none;
	}
	
	