/*
Theme Name:     NEWSM TwentySixteen
Description:    Child of TwentySixteen theme for NEWSM
Author:         DTC
Template:       twentysixteen

*/

/* dtc 6/6/17. */
.site-title, .page-title, .entry-title {
	font-family: inherit;	
}
.sidebar {
	font-family: Arial, sans-serif;
}
.archive .entry-title,
.search-results .entry-title {
	margin-bottom: 4px;
}
.search-results .page-title span {
	font-style: italic;
}
.main-navigation {
	font-size: 0.9em;
}
h2.entry-title {
	font-size: 1.5rem;
}

@media print {
	.content-bottom-widgets {
		display: block;
	}
}

/* format home page */

.header-image {
	display: none;
}
.site-header {
	padding-top: 0px;
	padding-bottom: 3em;
}

/* format home page during testing while it's not the actual home page
** should exactly match items above for body.home
*/
body.home .header-image {
	display: block;
}
body.home header.entry-header {
	display: none;
}
body.home figure {
	max-width: 40%;
}
body.home figure.alignleft {
	margin-right: 4%;
}
body.home .content-area {
	width: 85%;
}
body.home .sidebar {
	position: relative;
	z-index: 10;
}
body.home .site-main {
	margin: 0px;
}
body.home .site-header {
	padding-top: 0px;
	padding-bottom: 0px;
}

@media screen and (max-width: 907px) {
	body.home .entry-content {
		margin-right: 0px;
	}
	body.home figure {
		max-width: 44%;
	}
	body.home .content-area {
		width: 100%;
	}
	body.home .sidebar {
		padding: 0px 7.6923%;
	}
	
}
@media screen and (max-width: 760px) {
	body.home .header-image {
		display: none;
	}
	
}



/* hide featured image below title */
.post-thumbnail {
	display: none;
}

/* hide Next/Prev at bottom of posts */
.post-navigation {
	display: none;
}

/* border on footer */
.site-footer {
	border-top: 5px solid #000;
}

/* bar above top menu */
.site-header-menu {
	border-top: 5px solid #000;
	width: 100%;
	margin: 0px;
}

/* menu button for narrow width screens full width */
.menu-toggle {
	width: 100%;
}

/* remove bar above archive page taxonomy term header */
.page-header {
	border: none;
}

/* remove pseudo-underline on body links */
.entry-content a {
	box-shadow: none;
}

/* pad list elements in content */
.entry-content li {
	padding: 0 0 1.5em;
}

/* tighten up archive listings */
.site-main > article {
	margin-bottom: 3em;
}

body.archive .entry-title {
    font-size: 1.5rem;   
}

body.archive .entry-content {
    width: 85% !important;   
}

.page-title {
    font-size: 2.5rem;
}

/* engine catalog extract from eHive */
.ehSummary {
    clear: both;
    margin-bottom: 20px;
}

.ehSummaryImage {
	float:left;
	padding: 0 10px 25px 0;
}
.taxonomy-description {
    font-size: 1rem;
    padding-top: 12px;
}

/* Collections Catalog page full width */
body.page-id-2278 .sidebar {
	display: none;
}
body.page-id-2278 .content-area {
	width: 100%;
}

/* Spacing on floated images */
.alignleft, .alignright {
	margin-bottom: 1em;
}
.gallery {
	clear: both;
}

/* Sidebar lists */
.sidebar li {
	margin-bottom: .7em;
}

/* Improve match of text line height and image captions */
.wp-caption {
	margin-bottom: .75em;
}

@media screen and (min-width: 56.875em) {
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 4%;
		width: 40%;
	}
}


@media screen and (min-width: 44.375em) {
	.content-bottom-widgets {
		margin-right: 2.8em;
    }
}
/* Custom Facebook Feed plugin repeats some event content. Hide it */
.cff-timeline-event .cff-post-text {
	display: none;
}