/*
Theme Name: CRZ
Author: Custom
Author URI: http://wordpress.org/
Description: Custom Theme.
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css';
@import url(//fonts.googleapis.com/css?family=Gentium+Basic:400,700,400italic);

@font-face {
  font-family: 'MostraRegular';
  src: url("fonts/MostraNuova-Regular-webfont.eot");
  src: url("fonts/MostraNuova-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/MostraNuova-Regular-webfont.woff2") format("woff2"), url("fonts/MostraNuova-Regular-webfont.woff") format("woff"), url("fonts/MostraNuova-Regular-webfont.ttf") format("truetype"), url("fonts/MostraNuova-Regular-webfont.svg#mostra_nuova_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MostraBold';
  src: url("fonts/MostraNuova-Bold-webfont.eot");
  src: url("fonts/MostraNuova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/MostraNuova-Bold-webfont.woff2") format("woff2"), url("fonts/MostraNuova-Bold-webfont.woff") format("woff"), url("fonts/MostraNuova-Bold-webfont.ttf") format("truetype"), url("fonts/MostraNuova-Bold-webfont.svg#mostra_nuovabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 1em;
  line-height: 24px;
  background: url(img/bg.jpg) repeat-y top center #090f15;
  color: #fff;
  font-family: "Gentium Basic", serif!important;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 24px 0;
  font-weight: 400;
}
h1, .h1 {
  font-size: 2.68750em;
  line-height: 48px;
  margin: 24px 0;
  color: #fff;
  font-family: "MostraBold";
  text-transform: uppercase;
}
h2, .h2 {
  font-size: 1.75em;
  line-height: 36px;
  margin-bottom: 48px;
}
h1 br, h2 br {
  display: none;
}
h3 {
  font-size: 1.25000em;
  line-height: 24px;
}
h4 {
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: "MostraBold"}
p {
  font-size: 1.25em;
}
p, ul {
  margin-top: 0em;
  margin-bottom: 24px;
}
small, aside {
  font-size: 0.81250em;
}
img {
  max-width: 100%;
  height: auto!important;
}
.btn {
  padding: 8px 24px;
  margin-bottom: 12px;
  border-radius: 4px;
  line-height: 1.2em;
  font-size: 17px;
  background: #e0c9a8;
  color: #374e58;
  font-family: "MostraBold";
  text-transform: uppercase;
}
.btn:hover {
  background: #fff;
}
.btn a {
  color:  #374e58;
}
.btn a:hover {
  color:  #000000;
}
.btn.blue-btn {
  background: #374e58;
  color: #fff;
}
.btn.blue-btn:hover {
  background: #090f15;
}
.btn.block-btn {
  display: block;
}
.text-centre {
  text-align: center;
}
.text-left {
  text-align: left;
}
a {
  color: #e0c9a8;
}
a:hover {
  color: #fff;
}
hr {
  margin-top: 48px;
  margin-bottom: 48px;
  border: 0;
  height: 54px;
  background: url(img/hr.png) no-repeat top center;
}
hr.blue {
  background: url(img/hr.png) no-repeat bottom center;
}
hr.small {
  margin: 24px 0;
}
nav ol, nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
blockquote {
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 1.25em;
}
blockquote .credit {
  display: block;
  xtext-transform: uppercase;
  color: #e0c9a8;
  xfont-style: italic;
}
.load-more {
  display: block;
  text-align: center;
}
h1 br, h2 br {
  display: none;
}
.aligncenter {
  margin: 0 auto;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
.alignright {
  float: right;
  margin: 0 0 24px 24px;
}
h1 br, h2 br {
  display: block;
}
}
.site-header {
  margin: 0 auto 48px auto;
  padding: 24px;
  position: relative;
  background: #090f15;
}
.brand {
  display: block;
  max-width: 220px!important;
}
.brand img {
	height: 48px !important;
  width: auto;
  max-width: 220px!important;
}
.site-nav {
  display: none;
}
.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 24px;
}
.site-nav ul li:last-child a {
  border: 0;
}
.site-nav ul li.current_page_item, .site-nav ul li.current_page_parent a {
  color: #e0c9a8;
}
.site-nav ul a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #374e58;
  padding: 12px 0;
  text-transform: uppercase;
  font-family: "MostraBold"}
.site-nav ul a br {
  display: none;
}
.site-nav ul a:hover {
  color: #e0c9a8;
  text-decoration: none;
}
.menu-main-menu-container {
  display: none;
}
.mobile-nav-trigger {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: #e0c9a8;
  color: #090f15;
  text-align: center;
  line-height: 48px;
}
.mobile-nav-trigger.active {
  background: #374e58;
  color: #090f15;
}
.news-signup {
  display: none;
}
.dropit {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropit .dropit-trigger {
  position: relative;
}
.dropit .dropit-submenu {
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 1000;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropit .dropit-open .dropit-submenu {
  display: block;
}
@media (min-width: 1020px) {
  .site-header {
  padding: 0 40px;
  background: none;
}
.brand {
  float: left;
  padding-top: 24px;
}
.brand img {
  height: 96px !important;
}
.mobile-nav-trigger {
  display: none;
}
.site-nav {
  display: block;
  float: right;
}
.site-nav ul {
  padding: 0;
  float: left;
}
.site-nav ul li {
  float: left;
}
.site-nav ul li.current_page_item,
.site-nav ul li.current_page_parent {
  background: url(img/page-marker.png) no-repeat top center;
}
.site-nav ul li.current_page_item a,
.site-nav ul li.current_page_parent a {
  color: #fff;
}
.site-nav ul li#menu-item-62.current_page_item,
.site-nav ul li#menu-item-62.current_page_parent {
	background: none;
}
.site-nav ul li a {
  border: 0;
  padding: 48px 24px 24px 24px;
  height: 144px;
  text-align: center;
  background: url(img/nav-sep.png) no-repeat bottom right;
}
.site-nav ul li a.newsletter-link {
  display: none;
}
.site-nav ul li a br {
  display: inline;
}
.menu-main-menu-container {
  float: left;
  display: block;
}
.menu-mobile-menu-container {
  display: none;
}
.site-nav ul.sub-menu {
  display: none;
  background: #e0c9a8;
  width: 250px;
}
.site-nav ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e0c9a8;
  position: relative;
  top: -10px;
  left: 40px;
}
.site-nav ul.sub-menu li {
  float: none;
  background: none;
  border-top: 1px solid #d9bd95;
}
.site-nav ul.sub-menu li:first-child {
  border: 0;
}
.site-nav ul.sub-menu li a {
  padding: 12px 24px;
  background: none;
  height: auto;
  text-align: left;
  color: #090f15;
}
.site-nav ul.sub-menu li a:hover {
  background: #d9bd95;
  color: #090f15;
}

.author-image {
  text-align: left;
  padding-left: 100px;
}
}@media (min-width: 1220px) {
  .site-header {
  padding: 0;
  width: 1120px;
}
.news-signup {
  display: block;
  float: left;
  padding-top: 24px;
  text-transform: uppercase;
  font-family: "MostraBold"}
.news-signup label {
  font-weight: 400;
  font-size: 0.8em;
}
.site-nav ul {
  margin-right: 24px;
}
}.author-biog {
  text-align: center;
  margin-bottom: 48px;
}


.author-biog .btn {
  margin-bottom: 48px;
}
.footer-books {
  background: url(img/footer.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.footer-books h4 {
  margin: 24px 0;
}
.footer-books ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.footer-books ul li {
  float: left;
  width: 20%}
.footer-books ul li a {
  display: block;
  margin-right: 12px;
}
.footer-books ul li img {
  max-height: 153px!important;
}
.footer-books:hover img {
  opacity: 0.7;
}
.footer-books:hover img:hover {
  opacity: 1;
}
.smallprint {
  padding: 24px 0;
  font-size: 0.75em;
  background: #35251e;
  color: #724a38;
}
.smallprint p {
  margin: 0;
}
.smallprint a {
  color: #724a38;
}
.smallprint a:hover {
  color: #e0c9a8;
}
.smallprint .terms {
  display: block;
}
@media (min-width: 768px) {
  .author-biog {
  margin-bottom: 48px;
}
.author-biog .btn {
  margin-bottom: 0;
}
.footer-books h4 {
  margin: 48px 0;
}
.about-carlos {
  display: table;
  width: 100%}
.about-carlos div, .about-carlos figure {
  display: table-cell;
  width: 50%}
.about-carlos .profile {
  padding: 48px 48px 72px 48px;
}
.about-carlos figure {
  height: auto;
}
.smallprint {
  overflow: hidden;
}
.smallprint .terms {
  display: inline;
  float: right;
}
}.new-book img {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.book-buy-options {
  margin: 48px;
}
.buy-options {
  position: relative;
}
.buy-options.btn:hover {
  background: #e0c9a8;
}
.buy-options ul {
  display: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 9;
  text-align: left;
  font-family: "Gentium Basic", serif;
  text-transform: none;
  position: absolute;
  bottom: 57.6px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e0c9a8;
}
.buy-options ul li {
  border-top: 1px solid #d9bd95;
}
.buy-options ul li a {
  display: block;
  padding: 12px;
  color: #374e58;
  font-size: 0.875em;
  position: relative;
}
.buy-options ul li a:hover {
  color: #090f15;
  text-decoration: none;
  background: #d9bd95;
}
.buy-options ul li a:hover:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #374e58;
  position: absolute;
  right: 12px;
  top: 12px;
}
.no-js .buy-options ul {
  display: block;
}
.share-book {
  text-align: center;
  margin-top: 24px;
}
.share-book a {
  text-align: center;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0 6px;
  border-radius: 150px;
  color: #fff;
}
.share-book a:hover {
  background: #e0c9a8;
  color: #090f15;
}
.share-book .facebook {
  background: #3c6868;
}
.share-book .twitter {
  background: #374e58;
}
.share-book .pinterest {
  background: #747f7a;
}
.share-book .google {
  background: #183030;
}
.ad {
  background: #374e58;
  display: block;
  padding: 36px;
  margin-bottom: 24px;
  font-size: 1.25em;
}
.ad .btn {
  margin: 0;
}
.ad:hover {
  text-decoration: none;
}
.ad:hover .btn {
  background: #fff;
}
@media (min-width: 768px) {
  .ad {
  margin-bottom: 0;
  position: relative;
}
.ad .btn {
}
}
.page-template-page-yah-php .page {
  background: url(img/lighthouse.png) no-repeat top center;
}
.page-template-page-cemetery-php .page {
  background: url(img/cemetery.png) no-repeat top center;
}
.book-shelf {
  margin-top: 48px;
}
.book-shelf a {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.book-shelf a .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #e0c9a8;
  background: #374e58;
  text-align: left;
  font-size: 1.25em;
  color: #fff;
  z-index: 3;
}
.book-shelf a .overlay p {
  margin: 0;
  position: absolute;
  bottom: 66px;
  right: 18px;
  left: 18px;
}
.book-shelf a .overlay .btn {
  background: #e0c9a8;
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  margin: 0;
}
.book-shelf a img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .book-shelf a {
  width: 120px;
  margin: 0 6px;
}
.book-shelf a .overlay {
  font-size: 1em;
}
.book-shelf a:hover .overlay {
  display: block;
}
.book-shelf:after {
  content: "";
  display: block;
  height: 36px;
  background: url(img/shelf.jpg);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
}@media (min-width: 992px) {
  .book-shelf a {
  width: 155px;
  margin: 0 12px;
}
.book-shelf a .overlay {
  font-size: 1.25em;
}
}@media (min-width: 1200px) {
  .book-shelf a {
  width: 170px;
  margin: 0 24px;
}
}.featured-book {
  margin-bottom: 48px;
}
.book-shelf {
  margin-bottom: 72px;
}
.subnav {
  display: none;
  position: relative;
  margin-bottom: 48px;
  font-family: "MostraBold"}
.subnav:before {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -2px;
  background: #374e58;
}
.subnav ul {
  display: inline-block;
  position: relative;
  z-index: 3;
  background: #374e58;
}
.subnav ul li {
  display: inline-block;
  border-left: 1px solid #140a08;
}
.subnav ul li:first-child {
  border: 0;
}
.subnav ul li.current_page_item a {
  color: #fff;
}
.subnav ul li a {
  height: 72px;
  line-height: 72px;
  padding: 0 18px;
  display: block;
  text-transform: uppercase;
  color: #e0c9a8;
}
.subnav ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.subnav ul:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 24px solid #374e58;
}
.subnav ul:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-right: 24px solid #374e58;
}
.subnav.about-subnav {
  margin: 0 0 48px 0;
}
.book-info {
  padding-top: 48px;
  padding-bottom: 48px;
}
section.about-the-book {
  padding-bottom: 168px;
  background: url(img/books-line.png) repeat-x bottom;
}
section.book-reviews h2 {
  margin-bottom: 48px;
}
section.book-reviews h4 {
  color: #e0c9a8;
}
section.book-music {
  background: url(img/music-bg.png) no-repeat top center;
}
section.book-wallpapers {
  background: url(img/wall-bg.png) no-repeat top center;
}
section.shadow-walk {
  background: url(img/shadow-walk.png) no-repeat top left;
}
section.crz-barca {
  background: url(img/barca.png) no-repeat top right;
}
section.shadow-walk, section.crz-barca {
  border-top: 1px solid #2b1e18;
}
.goodreads {
  display: none;
}
#goodreads-widget {
  font-family: georgia, serif;
  padding: 18px 0;
  width:300px;
}
#goodreads-widget h1 {
  font-weight:normal;
  font-size: 16px;
  border-bottom: 1px solid #BBB596;
  margin-bottom: 0;
}
#goodreads-widget a {
  text-decoration: none;
  color:#e0c9a8;
}
iframe{
  background-color: #111111;
}
#goodreads-widget a:hover { text-decoration: underline; }
#goodreads-widget a:active {
  color:#e0c9a8;
}
#gr_footer {
  width: 100%;
  border-top: 1px solid #BBB596;
  text-align: right;
}
#goodreads-widget .gr_branding{
  color: #382110;
  font-size: 11px;
  text-decoration: none;
  font-family: verdana, arial, helvetica, sans-serif;
}
/*
.gr-review {
  color: #e0c9a8;
}
.gr-review span {
  display: block;
  font-size: 0.75em;
}
.gr-review .date {
  color: #fff;
}
.your-rating header {
  color: #e0c9a8;
  overflow: hidden;
}
.your-rating header h4 {
  margin-right: 12px;
  color: #fff;
  font-family: "Gentium Basic", serif;
  text-transform: none;
}
.your-rating header h4, .your-rating header span {
  float: left;
}
.gr-review-form {
  margin-bottom: 24px;
}
.gr-review-form .review-field {
  background: #130803;
  border-color: #35251e;
  color: #fff;
}*/
.soundtrack {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 48px;
  font-size: 1.25em;
}
.soundtrack a {
  color: #fff;
  padding: 12px;
  border-bottom: 1px solid #374e58;
  display: block;
  position: relative;
}
.soundtrack a .time {
  color: #e0c9a8;
  margin-right: 12px;
}
.soundtrack a:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.soundtrack a:hover:after {
  font-family: FontAwesome;
  content: "\f04b";
  position: absolute;
  right: 12px;
  top: 12px;
  color: #e0c9a8;
}
.music-copyright {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75em;
}
.book-wallpapers .share-book {
  margin-bottom: 24px;
}
.wallpapers {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 24px 0;
  text-align: center;
}
.wallpapers .wallpaper {
  margin-bottom: 24px;
  display: inline-block;
  float: none;
}
.wallpapers .sizes {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -6px;
}
.wallpapers .sizes li {
	text-align: left;
  border-top: 1px solid #35251e;
}
.wallpapers .sizes li:first-child {
  border: 0;
}
.wallpapers .sizes a {
  display: block;
  padding: 6px 0;
  position: relative;
}
.wallpapers .sizes a:hover {
  color: #fff;
  text-decoration: none;
}
.wallpapers .sizes a:hover:before {
  color: #e0c9a8;
}
.wallpapers .sizes a:before {
  font-family: FontAwesome;
  content: "\f019";
  margin-right: 12px;
  color: #35251e;
}
.shadow-walk p {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
.goodreads {
	display: block;
  margin-bottom: 24px;
}
#goodreviews-div {
  width: 100% !important;
}
#goodreviews-div #goodreads-widget span.gr_write_review_explanation {
  display: none !important;
}
#goodreviews-div #goodreads-widget iframe {
  width: auto !important;
}
#goodreviews-div #gr_header {
  display: none;
}
#goodreviews-div #gr_footer {
  margin-top: 10px;
}
#goodreviews-div a.gr_branding {
  text-transform: uppercase;
  font-family: "MostraBold";
  font-size: 0.75em;
  color: #e0c9a8;
}
.subnav {
  display: block;
  font-size: 1.1em;
}
.subnav ul li a {
  padding: 0 12px;
}
.book-jacket {
  margin: 30px 0 24px 0;
}
.book-jacket img {
  @media \0screen  {
  img  {
   width:  auto }
} /* Prevent height distortion in IE8. */}.goodreads {
  border-right: 1px solid #e0c9a8;
}
.gr-review-form {
  padding-right: 30px;
}
.soundtrack {
  margin-left: -15px;
  margin-right: -15px;
}
.soundtrack li {
  display: inline-block;
  width: 50%;
  float: left;
}
.soundtrack a {
  margin: 0 15px;
}
.wallpapers {
  margin-top: 24px;
}
.wallpapers .sizes li {
  margin: 0;
}
.book-info a {
  margin-bottom: 0;
}
}@media (min-width: 992px) {
  .subnav ul li a {
  padding: 0 24px;
}
}.page.top-ten h2 {
  color: #e0c9a8;
  margin-bottom: 24px;
}
.author-cta {
  margin: 24px 0;
}
ol {
  margin: 0 0 48px 30px;
  padding: 0;
  font-size: 1.25em;
}
ol li {
  padding: 12px 0;
  border-top: 1px solid #374e58;
}
ol li:first-child {
  border: 0;
  padding-top: 0;
}
ol li:last-child {
  padding-bottom: 0;
}
.page.q-a .interview {
  margin-bottom: 24px;
}
.page.q-a .interview h2 {
  margin-bottom: 24px;
}
.page.q-a .interview h2, .page.q-a .interview h4 {
  color: #e0c9a8;
}
.page.q-a .interview h4.pb {
  line-height: 1.75em;
}
.post {
  overflow: hidden;
  margin-bottom: 48px;
}
.post figure {
  margin-bottom: 24px;
}
.post .btn {
  margin-bottom: 0;
}
.post h2 {
  margin-bottom: 24px;
}
.post h2 a {
  color: #fff;
}
.postmeta .date {
  margin-left: 12px;
  color: #724a38;
}
.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 72px;
  text-align: center;
}
.post-pagination li {
  display: inline-block;
}
.post-pagination li a {
  display: block;
  border-radius: 150px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e0c9a8;
}
.post-pagination li a:hover {
  text-decoration: none;
  background: #374e58;
}
.post-pagination li.current_page_item a {
  background: #e0c9a8;
  color: #090f15;
}
.prev-next {
  margin-bottom: 24px;
  margin-top: -48px;
}
.prev-next h2 a {
  color: #fff;
}
.prev-next h4 {
  color: #e0c9a8;
}
.post-date {
  float: right;
  color: #e0c9a8;
}
@media (min-width: 768px) {
  .prev-next {
  margin-bottom: 48px;
}
.post figure {
  float: left;
  margin-right: 24px;
}
.post-date {
  float: left;
  text-align: center;
}
.post-date span {
  display: block;
  font-size: 4em;
  line-height: 1em;
}
}div.terms {
  margin-bottom: 48px;
}
div.terms h4 {
  color: #e0c9a8;
}
