/*
Theme Name: Twenty Fourteen Child
Template: twentyfourteen
Author: Anum Awan
Version: 1.0.0
Updated: 2014-07-19 11:01:23
*/

@charset "UTF-8";
@import url('../twentyfourteen/style.css');

/*333*/
.post-thumbnail {
    background: none;
}
/*334*/
a.post-thumbnail:hover {
    background: none;
}
/*337*/
.entry-title {
    text-transform: none;
}
/*630*/
.list-view .site-content .hentry.has-post-thumbnail {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 48px;
}
/*631*/
.entry-meta span.byline {
    display: none;
}

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Category pages */

.post-thumbnail {
background: none;
}

a.post-thumbnail:hover {
	background: none;
}

.entry-title {
text-transform: none;
}

.list-view .site-content .hentry.has-post-thumbnail {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 48px;
}

.entry-meta span.byline {
	display: none;
}

/* remove tags and categories from home page */
.home .tag-links,
.archive .tag-links,
.search .tag-links {
   display: none;
}

.home .post-categories,
.archive .post-categories,
.search .post-categories {
   display: none;
}