/*
Theme Name:     Child Theme for Woodland Stewardship Videos (child_themeWoodland)
Theme URI:
Description:    Purdue2014 child theme.
Author:         Purdue University
Author URI:
Template:       purdue2014
Version:        0.1.0
*/

@import url(./css/base.css);
@import url(./css/header.css);
@import url(./css/footer.css);
@import url(./css/hero.css);
@import url(./css/content.css);
@import url(./css/programs.css);
@import url(./css/featured-story.css);
@import url(./css/columns.css);
@import url(./css/resources.css);
@import url(./css/contact.css);

.resource {
	flex: 0 1 25%;
}

.goldbar {
display: none;
}

.top {
background: none;
}

.edge--top--reverse::before {
display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.video002-container {
   width: 100% !important;
   height: 100% !important;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.video002-container {
   width: 100% !important;
   height: 100% !important;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.video002-container {
   width: 100% !important;
   height: 100% !important;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.video002-container {
   width: 100% !important;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.video002-container {
   width: 100% !important;
}
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

@media (min-width: 992px)
.footer {
    height: 10rem;
}

.entry-title {
	display; none;
}

.maincontent h1 {
	display: none;
}