/*

============================================
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 */
}

.callout-button {
	background:
		url('../images/callout-button-ev.png') 0 0 no-repeat,
		#1C354A;
		background-position:left bottom;
	padding-left: 94px;
}

.region-homepage-secondary-feature .widget-title{
	color: white;
	font-size: 1.875rem;
	line-height: 1.2;
	display: inline-block;
	margin: 0 0.625rem .9375rem 0;
}

.region-homepage-secondary-feature .textwidget .overlay-button{
	float:right;
	margin-top:-3.5rem
}
.region-homepage-secondary-feature .hungryfeed_items .hungryfeed-item .item-title a{
	color:#1C354A;
	font-weight:lighter;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
	font-size: 1.125rem;
	margin-bottom: 0.125rem;
}
.region-homepage-secondary-feature .hungryfeed_items .hungryfeed-item{
	background:#FFFFFF;
	color:#666;
	margin-bottom:2px;
	padding:.9375rem;
}
.sidebar .widget ul{
	margin: 0 1.1rem;
}
.sidebar .widget ul li{
	list-style:none;
	padding:0.625rem 0;
	margin-left: 0;
	border-bottom:1px #CCCCCC dashed;
}


.entry-content #apprentice-meta{
	width:100%;		
}
.entry-content #apprentice-meta dl{ 
	width:100%;
	display:block;
	font-size:.8em;
	margin-bottom:0;
}
.entry-content #apprentice-meta dt{ 
	text-align:center;
	background-color:#dfddd5;
	margin:0;
	padding:.2em 0;
}

.entry-content #apprentice-meta dd{ 
	text-align:center;
	background-color:#e7e5dd;
	margin:0;
	padding:.2em 0;
}
.entry-content #apprentice-meta dl:last-of-type{
	margin-bottom:.5em;
}

.ytcplayer-wrapper iframe{
	margin-top:0;
}

body .credits-overlay {
	margin: 0;
	padding: 5px 10px;
	background-color: transparent;
	opacity: 1; 
	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;
	opacity: 0.25;
}

body .image-credits {
	clear: both;
	opacity: 0.25;
}

#vfh-megamenu h1,
#vfh-megamenu h2,
#vfh-megamenu h3,
#vfh-megamenu h4,
#vfh-megamenu h5,
#vfh-megamenu h6 {
	color: white;
}

.block-heading{
  padding:1rem 0px 1rem 1rem;
  margin-bottom: 1rem;
  color: white;
  background-color: #5188B6; 
  clear:both;
}

@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;
	}
}

