/*
Theme Name:   Longform Child
Theme URI:   http: //code-love.com/
Description:  Child theme for the Longform theme
Author:     Roger Huang
Author URI:   http: //code-love.com
Template:    longform
Version:    0.1
*/

@import url("../longform/style.css");

/*Modifying longform header*/

div.slider-content p {
  display: none !important;
}

.featured-slider .featured-content h2 {
  font-weight: 700 !important;
  font-size: 28px !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.featured-slider .featured-content h2:hover {
  text-decoration: underline !important;
}

div a img.attachment-longform-thumbnail {
  min-height: 318px !important; 
}

.featured-slider .featured-content article img {
  min-width: 100% !important; 
  max-height: 319px !important;  
}

div.related-articles {
  display: none !important; 
}

h2.related-articles-title {
  display: none !important; 
}

div.intro-effect-bg-img {
background-image: none !important;
}

.intro-effect-fadeout .intro-effect-bg-img-container .entry-title {
	color: black !important;
}
