/*
 Theme Name:   LMN
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

/*
@import url("../twentyfourteen/style.css"); 
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Fix the issue of tags being truncated due to missing featured image */
.full-width .site-content .hentry.has-post-thumbnail:first-child {
	margin-top: 0px;
}
/* Hide featured image */
/*hides featured image in single post view*/
.single .post-thumbnail img {
        display: none;
}

/*hides featured image in search result view*/
.search .post-thumbnail img {
        display: none;
}

/*hides featured image in category view*/
.category .post-thumbnail img {
        display: none;
}

/* Hides featured image in regular list of all posts view */
.full-width .post-thumbnail img {
        display: none;
}


/*
.category-37 .post-thumbnail img {
        display: block;
}*/
/*unhides featured image in category 37*/

/* Prevent weird word breaks */
.site-content article {
	word-wrap: normal;
}

/*  Halve paragraph spacing */
p {
	margin-bottom: 12px;
}
