a {
  background: 0 0;
color: #be935b;
}

a:hover {
  background: 0 0;
color: #000;
}

.menu-panel {
  background: #efefef;
  width: 240px;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow-y: scroll; }

.page-section, .block-section {
  position: relative;
  background-color: #fcf1d6; }

body {
  transition: background-image 0.4s ease-in;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; background-color: #fcf1d6;}

.author-photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25%;
  background-size: cover;
  background-position: top center; }

.author-bio {
  float: right;
  width: 75%;
  padding: 0 80px; }

.author-information {
  min-height: 500px; background-color: #efefef;}

.author-information {
  min-height: 500px; }

.book-content {
  background-color: #fcf1d6;}

.footer-section {
  font-size: 18px;
  letter-spacing: 0.04em;
  padding: 40px 0 0 0;
  text-align: center;
  background-color: #efefef; }

.iconbox {
  position: relative;
  margin-bottom: 60px; }
  .iconbox h2 {
    margin-bottom: 40px; }
  .iconbox i {
    transition: .3s;
    color: #BF9456;
    font-size: 78px;
    opacity: 0.5;
    position: absolute;
    top: -20px;
    left: 0;
    margin-bottom: -45px; }
  .iconbox:hover i {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    top: 40px;
    bottom: auto;
    left: 30px;
    margin-top: -39px;
    opacity: 0.1; }

.book-content p {
   margin-bottom: 20px;
	line-height: 26px;
}

.block-section {
    padding: 20px 0;
}

.page-section {
  padding-top: 20px; }

.section-heading {
  display: block;
  text-align: center;
  margin-bottom: 40px; }

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #999; }

.single-blog-post-header .headline {
    padding: 20px 0px 0px 0px !important; }

.breadcrumbs {
	  float: center;
		text-align: center; 
	padding: 0px 0px 10px 0px !important;
	color: #efefef;
	margin-top: -20px;
	z-index: 1; position:relative;
	font-size: 14pt;
}

.breadcrumbs a {
  background: 0 0;
color: #be935b;
}

.breadcrumbs a:hover {
  background: 0 0;
color: #000;
}
