/*
 Theme Name:   sempress Child
 Description:  sempress Child Theme
 Author:       Scott Jenson
 Author URI:   http://jenson.org
 Template:     sempress
 Version:      1.0.0
 Tags:         simple tweaks
 Text Domain:  sempress-child
*/

@import url("../sempress/style.css");

/* = Theme customization starts here -------------------- */

.single-post #sidebar {
	display: none;
}
.single-post #primary {
	width: 100%;
}
.single-post #nav-above {
	display: none;
}
.single-post .nav-previous {
	display: none;
}
.single-post .nav-next {
	display: none;
}
.single-post #comments {
	display: none;
}
.home #content #nav-above {
	display: none;
}
.home #content .entry-media img {
	display: none;
}
.home #content .autoexcerpt_thumb {
	width: 100px;
}

.entry-header .entry-title, .entry-header .entry-title a {
  padding-top: 15px;
  font-size: 24px;
}
#content .post, 
#content .page {
margin-bottom: 30px;
}
.entry-content, .entry-summary {
	margin-bottom: 20px;
	line-height: 24px;
}
.widget {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

footer.entry-meta {
	display: none;
}
.byline {
	display: none;
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 479px) {

  body #site-description, 
  .single-column #site-description, 
  .multi-column #site-description {
	display: block;
	font-size: .8em;
	line-height: 100%;
	margin: 0 0 10 0px;
  }
  body #site-title,
  .single-column #site-title,
  .multi-column #site-title {
  	font-size: 3em;
	margin-bottom: 5px;
	line-height: .5;
  }
  body .entry-header .entry-title a,
  .single-column .entry-header .entry-title a,
  .multi-column .entry-header .entry-title a {
    font-size: 20px;
    line-height: .7;
  }
  body #branding, .single-column #branding, .multi-column #branding {
    margin-top: 50px;
  }
}