/**
 * Theme Name: Raxkircherl
 * Template:   baskerville
 */

.header {
	height: 416.5px !important;
}
.header .cover {
	background: none !important;
}
.header-inner {
	text-align: center;
}
.header-inner-box {
	display: inline-block;
	padding: 30px;
	background: #1d1d1d;
}
.blog-description::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin: 20px auto;
}
.blog-description, .blog-title {
  font-family: 'Raleway', sans-serif !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
.blog-title a {
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 28pt;
}
.list-no-bullet {
	list-style-type: none;
}

.post-title {
	color: rgb(0,118,50) !important;
}
.post-header {
	padding: 1% 3% !important;
	border-bottom: none !important;
}
.post-header::before {
	display: none !important;
}
.single .post-content {
	padding: 3% 3% !important
}
#site-content {
	background: #FFF;
}
.post {
	box-shadow: none !important;
}
.credits-inner {
	padding: 25px 0 4%;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.navigation-inner .search-toggle {
	display: none !important;
}
