/*

============================================
Custom child theme styles go into this file.
============================================

Styles already included:
- Foundation 5.2.2
- FontAwesome 4.0.3
- Modernizr (w/ body classes) 2.7.2

Colors:
primary: rgb(7, 75, 55) // #074b37
secondary: rgb(13, 132, 96) // #0d8460
body background (cream): rgb(249, 247, 238) // #f9f7ee
accent: rgb(254,207,92) // #fecf5c

Image directories:
theme images: ../images/
parent theme images: ../../../vfh/theme/images/

*/
.feature-content-wrap{
	display:none;
}

#page {
	border-top: 3px solid rgb(14, 125, 92); /* not exactly the secondary color, but better matches the pattern w/ a solid color */
}



.ytcplayer-wrapper iframe{
	margin-top:0;
}

body .credits-overlay {
	margin: 0;
	padding: 5px 10px;
	background-color: transparent;
	opacity: 0.25;
	text-align: right;
	box-sizing: border-box;
	display: none;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: 1px 1px #FFFFFF;
}

body .credits-overlay:hover {
	opacity: 0.25;
}

body .credits-overlay p {
	margin: 0;
}

body .image-credits {
	clear: both;
}

.ui-datepicker-header{
	line-height:normal !important;
	color:#333 !important;	
}
.ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year{
	width:33% !important;	
}
#editiondetails{
	background:#e9e9e9;
	padding:10px;
	font-size:.8em;	
	width:100%;
}
#editiondetails dt{
	float:left;
	clear:left;	
	height:.9em;
}
#editiondetails dt::after{
	content: ": ";	
}
#editiondetails dd{
	padding-left:.25em;
	float:left;
	height:.9em;
	
}
.single-digital_editions #editiondetails{
	background:none;
	padding:0px;
	font-size:1em;	
	width:100%;
}
.single-digital_editions #editiondetails h2{
	background:#ededed;	
	font-size:1.2em;
	font-weight:bold;
	padding:.5em;
}
.single-digital_editions #editiondetails dt{
	float:left;
	width:34%;
	color:#666666;
	font-weight:normal;
	border-bottom:solid #ccc 1px;	
	padding-bottom:2em;
	text-transform:capitalize;
}
.single-digital_editions #editiondetails dd{
	float:left;
	width:66%;
	border-bottom:1px solid #ccc;
	padding-bottom:2em;
}


.page-template-archive-digital_editions .diged-excerpt{
	border-bottom: 1px #999999 dashed;	
}

@media only screen and (min-width: 48em) {
    .entry-content #apprentice-meta dl{ 
		width:24%;
		float:left;
		margin-right:1%;
		margin-bottom:.5em;
	}
	.entry-content #apprentice-meta dd{ 
		height:4.5em;
		margin-bottom:.5em;		
	}
	
	.sidebar .youtubechannelgallery ul.ytchagallery{		
		padding-top:.5em !important;
	}
	
	
}

