/*
Theme Name:     Herald Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Herald theme
Author:         meks
Author URI:     http://mekshq.com
Template:       herald
Version:        0.1.0
*/

#content {
  box-shadow: none;
  width: auto;
}

.herald-site-content {
  width: auto;
}

.herald-sticky.is_stuck {
  top: auto;
}

.footer-bottom {
  display: none;
}

.client-logos img {
  float: left;
  margin-right: 50px;
}

.page-template-home .entry-header {
  display: none;
}

.page-template-home h1 {
  font-size: 32px;
}

.main-navigation {
  font-size: 120%;
}

.page-template-squeeze-page #header,
.page-template-squeeze-page #sticky-header,
.page-template-squeeze-page #footer,
.page-template-book-sales-page #header,
.page-template-book-sales-page #sticky-header,
.page-template-book-sales-page #footer {
  display: none !important;
}

.page-template-book-sales-page .herald-section {
  width: auto;
}
.page-template-book-sales-page #content {
  padding: 0;
}

.opt-in-button {
  background: rgb(255, 206, 10);
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  padding: 10px !important;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}

.page-template-book-sales-page .entry-header {
  display: none;
}
.book-header {
  padding: 40px 0;
  background-image: url('/wp-content/uploads/2017/01/mountains.jpeg');
  background-size: cover;
  background-color: #EEE;
}
.book-header-title {
  padding-top: 80px;
  text-align: center;
}
.book-description {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px !important;
}
.book-header-title-inner {
  margin: 0 auto !important;
  float: none;
}
.package {
  width: 800px;
  margin: 0 auto;
}
.package-inner {
  border: 1px solid #000;
  margin: 10px;
  padding: 20px;
}
.buy-button {
  background-color: #0A0;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  display: block;
  border-radius: 5px;
  text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 1px;
  box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 3px inset, rgba(0, 0, 0, 0.498039) 0px 1px 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}
.features {
}

.book-content {
  margin: 0 auto !important;
  float: none;
}
.book-content h1,
.book-content h2,
.book-content h3 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
