/*
Theme Name: NYREJ
Theme URI: http://www.ahansendesign.com
Author: Adam Hansen (AHansenDesign) for Walkie Talkie Marketing
Author URI: http://ahansendesign.com/
Description: Custom theme built for Walkie Talkie Marketing
Version: 1.0
*/

/*
 *
 * Google Fonts
 *
 */
 
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);

/*
 *
 * Import Site Styles
 *
 */
 
 @import url(css/main.css);


/* Additional styles to be inserted into SCSS */



/* CSS Fix / Override SCSS */

.sharify-btn-twitter .sharify-count { display: none !important; }

.wp-caption {
	background: #eee;
	border: 1px solid #aaa !important;
}

.wp-caption p.wp-caption-text {
	color: #666;
}

body.single-nerej_directory .author {
	margin-top: 20px;
}

body.single-nerej_directory .sharify-container {
	display: none;
}

/* Related Posts Style */

.directory_related_posts {
	margin-top: 10px;
}
.directory_related_posts ul {
	list-style-type: none;
	padding-left: 0;
}
.directory_related_posts li {
	margin-left: 0;
	padding: 10px;
	padding-left: 0;
}

/* Hide directory category by GW 10/30/15 */
#ofnerej_directory_cat {
	display: none;
}