/* =WordPress Core 
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */

  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
  display: block;
}
.bypostauthor {
  display: block;
}
.frame .gallery-item img {
  margin: 0 !important;
}
/* =========================
Variables
===========================*/
/* =========================
Mixins
===========================*/
/* =========================
Basic styles
===========================*/
body {
  margin: 0;
  padding: 0;
}
*::selection {
  background: #ec4d38;
  color: white;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
blockquote,
sup {
  font-family: 'Volkhov', serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #3b4b5b;
}
a {
  color: #0981b3;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #ec4d38;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #1496cc;
  font-weight: bold;
}
h2 {
  font-size: 27px;
  line-height: 32px;
  font-weight: bold;
  font-style: italic;
}
h3 {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  font-weight: bold;
}
h4 {
  font-size: 32px;
  line-height: 37px;
  margin: 40px 10px;
  text-align: center;
}
section {
  margin-top: 48px;
}
.green {
  color: white;
  background-color: #468c20;
}
.blue {
  color: white;
  background-color: #0981b3;
}
.black {
  color: white;
  background-color: #243339;
}
em {
  color: #1496cc;
}
/* =========================
WP Widgets
===========================*/
.sidebar-widget select {
  max-width: 100% !important;
  width: 100%;
  border: 3px solid #dddddd;
}
.sidebar-widget #wp-calendar {
  width: 100%;
}
.sidebar-widget #wp-calendar caption {
  font-family: 'Volkhov', serif;
  color: #ffffff;
  background-color: #0981b3;
  padding: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 5px;
}
.sidebar-widget #wp-calendar thead {
  font-family: 'Volkhov', serif;
  color: #0981b3;
  padding: 5px;
}
.sidebar-widget #wp-calendar tbody td {
  text-align: center;
}
.sidebar-widget #wp-calendar tfoot #next {
  text-align: right;
}
/* =========================
Header
===========================*/
header {
  width: 100%;
  height: 120px;
  background: #243339 url(../img/normal/background-arrow-bottom.png) repeat-x left bottom;
  color: white;
  border-top: 9px solid #1496cc;
}
.logo {
  display: block;
  float: left;
  margin: 38px 0 32px 0;
  padding: 0;
  height: 33px;
}
.logo img {
  height: 33px;
}
nav {
  display: block;
  float: right;
}
nav ul {
  margin: 45px 0 0 0;
}
nav ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0 10px;
}
nav ul li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  margin: 0;
}
/* =========================
Book section
===========================*/
.book-image {
  float: left;
  margin-right: 32px;
}
.small-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  margin-top: -16px;
}
.small-text span {
  color: #ec4d38;
}
.button {
  padding: 10px 32px;
  margin-right: 20px;
  margin-top: 0;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.button:hover {
  color: white;
  background-color: #ec4d38;
}
.button sup {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 14px;
  top: -4px;
}
/* =========================
Quotes
===========================*/
.quote {
  height: 128px;
  width: 100%;
  background: transparent url('../img/normal/background-quote.png') repeat-x left top;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .quote {
    background-image: url('../img/retina/background-quote.png');
    background-size: 11px 128px;
  }
}
blockquote {
  text-align: center;
  display: table-cell;
  height: 128px;
  vertical-align: middle;
  width: 940px;
}
blockquote cite {
  margin-top: -15px;
  display: block;
}
/* =========================
Features / ripped paper
===========================*/
.ripped-paper {
  background: transparent url('../img/normal/background-ripped-paper.png') no-repeat 20px bottom;
  padding-bottom: 50px;
  margin-bottom: 15px;
}
.row:nth-child(2) .ripped-paper {
  background-image: url('../img/normal/background-ripped-paper2.png');
}
h4 em {
  font-weight: bold;
  color: #1496cc;
}
/* =========================
Book preview
===========================*/
.book-preview {
  margin-top: 10px;
}
.chapter {
  max-width: 280px;
  text-align: center;
}
.chapter:nth-child(2) {
  margin: 0 30px 20px 50px;
}
.chapter h5 {
  font-size: 18px;
  color: #1496cc;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: bold;
}
.chapter h6 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
}
.chapter p {
  font-style: italic;
}
.chapter .frame {
  border: 10px solid #e6e6e6;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.chapter .frame:hover {
  border-color: #ec4d38;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.chapter .frame:after {
  content: '';
  background: transparent url('../img/normal/preview-badge.png') no-repeat right top;
  position: absolute;
  width: 107px;
  height: 107px;
  top: -10px;
  right: -10px;
}
/* =========================
Download sample
===========================*/
.download-sample {
  background: transparent url('../img/normal/background-sample.png') no-repeat left top;
  width: 90%;
  height: 82px;
  padding: 25px 5%;
  margin-top: 16px;
}
.download-sample .button {
  float: right;
  margin: -65px 0 0 0;
}
/* =========================
Reviews
===========================*/
.open-book {
  margin-top: 32px;
  background: transparent url('../img/normal/open-book.png') no-repeat left top;
  width: 940px;
  height: 654px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .open-book {
    background-image: url('../img/retina/open-book.png');
    background-size: 940px 650px;
  }
}
.book-pages .b-page {
  margin-top: 14px !important;
}
.book-pages ul {
  padding: 0;
  margin: 50px 35px;
}
.book-pages ul li {
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
.book-pages ul li:before {
  content: '\201C';
  display: inline-block;
  color: #0981b3;
  font-size: 50px;
  font-family: Georgia, serif;
  position: absolute;
  top: -8px;
}
.book-pages ul li blockquote {
  text-indent: 30px;
  text-align: left;
  font-style: italic;
  margin: 0 0 5px 0;
  display: block;
  width: 100%;
  height: 100%;
}
.book-pages ul li p {
  margin: 0;
}
.book-pages ul li cite {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 35px;
  display: block;
}
/* =========================
Pricing tables
===========================*/
.table-header {
  text-align: center;
  padding: 20px 0;
  margin-top: 16px;
}
.table-header.green {
  background: #316217 url('../img/normal/table-green.png') repeat-x left top;
}
.table-header.blue {
  background: #075e82 url('../img/normal/table-blue.png') repeat-x left top;
}
.table-header.black {
  background: #10171a url('../img/normal/table-black.png') repeat-x left top;
}
.table-header p {
  color: #ffffff;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.table-header span {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.table-header span:before {
  content: '— ';
}
.table-header span:after {
  content: ' —';
}
.table-price {
  text-align: center;
  background-image: url(../img/normal/background-table-arrow-top.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  border: 1px solid #42841e;
  border-bottom: none;
}
.table-price.blue {
  border-color: #097aa9;
}
.table-price.black {
  border-color: #202d33;
}
.table-price p {
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  font-size: 64px;
  line-height: 64px;
  margin: 0;
  padding: 20px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.table-price p:before {
  content: '$';
  font-weight: normal;
  font-size: 32px;
  font-style: italic;
  margin: 0;
  padding: 0;
  line-height: 32px;
}
.table-price sup {
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
  line-height: 32px;
  top: -22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.table-body {
  background: transparent url('..//img/normal/background-table.png') repeat left top;
}
.table-body ul {
  padding: 15px;
  margin: 0;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.table-body ul li {
  text-align: center;
  list-style-type: none;
  font-family: 'Volkhov', serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 48px;
  border-bottom: 1px solid #cfcfcf;
}
.table-body ul li:last-child {
  border-bottom: none;
}
.table-body ul li i {
  margin-right: 10px;
  margin-top: 2px;
}
.table-body ul li em {
  color: #3b4b5b;
  font-weight: bold;
}
.table-button a {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  line-height: 20px;
  display: block;
  padding: 22px 0 15px 0;
  margin: 0;
  text-align: center;
  background-image: url(../img/normal/background-table-arrow-bottom.png);
  background-repeat: repeat-x;
  background-position: left top;
  border: 1px solid #42841e;
  border-top: none;
}
.table-button a:hover {
  background-color: #ec4d38;
  border-color: #eb452f;
}
.table-button.blue a {
  border-color: #097aa9;
}
.table-button.blue a:hover {
  border-color: #eb452f;
}
.table-button.black a {
  border-color: #202d33;
}
.table-button.black a:hover {
  border-color: #eb452f;
}
footer {
  background: #243339 url('../img/normal/background-arrow-top.png') repeat-x left top;
  margin-top: 64px;
  border-bottom: 32px solid #0981b3;
  padding-top: 48px;
  padding-bottom: 16px;
  color: #ffffff;
}
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer span,
footer em {
  color: #ffffff;
}
footer img {
  margin: 0 auto;
  display: block;
  margin-bottom: 16px;
}
footer ul {
  padding: 24px 0 0 0;
}
footer ul li {
  list-style-type: none;
  margin-right: 20px;
  display: block;
  float: left;
  margin-bottom: 24px;
}
footer ul li a {
  padding: 15px;
  display: block;
  border-radius: 30px;
  margin: 0;
  background-color: #0981b3;
}
footer ul li a:hover {
  background-color: #ec4d38;
}
footer ul li a img {
  margin: 0;
  padding: 0;
}
footer .go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  color: white;
  background-color: #243339;
  padding: 10px;
  display: none;
  z-index: 9999;
}
footer .go-top:hover {
  background-color: #ec4d38;
}
/* =========================
Blog Posts
===========================*/
.blog-posts {
  margin-top: 40px;
  margin-right: 20px;
}
.blog-posts p {
  font-family: Arial, Verdana, sans-serif;
}
.blog-posts article {
  color: #3b4b5b;
  font-size: 15px;
  line-height: 22px;
  font-family: Arial, Verdana, sans-serif;
}
.blog-posts header {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
}
.blog-posts header h1 {
  margin-bottom: 10px;
}
.blog-posts header h1 a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #1496cc;
  font-weight: bold;
}
.blog-posts header h1 a:hover {
  color: #ec4d38;
}
.blog-posts header i {
  margin-right: 5px;
  margin-top: 3px;
  margin-left: 10px;
}
.blog-posts header .blog-meta-time,
.blog-posts header .blog-meta-comment,
.blog-posts header .blog-meta-category {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
.blog-posts header .blog-meta-time a,
.blog-posts header .blog-meta-comment a,
.blog-posts header .blog-meta-category a {
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 16px;
  margin-top: 0;
  display: inline-block;
}
.blog-posts header .blog-meta-category i {
  margin-left: 0;
}
.blog-posts img.size-full {
  max-width: 680px !important;
  width: 100%;
  border: 1px solid #dee4ea;
  padding: 9px;
  margin-bottom: 16px;
  margin-right: 0;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-posts img.size-full + p {
  margin-top: 0;
}
.blog-posts figure {
  margin: 0;
  padding: 0;
}
.blog-posts figure .attachment-post-thumbnail {
  max-width: 680px !important;
  width: 100%;
  border: 1px solid #dee4ea;
  padding: 9px;
  margin-bottom: 16px;
  margin-right: 0;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-posts figure a .attachment-post-thumbnail {
  max-width: 680px !important;
  width: 100%;
  border: 1px solid #dee4ea;
  padding: 9px;
  margin-bottom: 16px;
  margin-right: 0;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-posts figure a .attachment-post-thumbnail + p {
  margin-top: 0;
}
.blog-posts .more-link {
  padding: 5px 20px;
  margin-top: 20px;
  margin-bottom: 32px;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 5px;
  font-size: 16px;
  display: block;
  background-color: #0981b3;
  float: right;
}
.blog-posts .more-link:hover {
  color: white;
  background-color: #ec4d38;
}
.blog-posts hr {
  clear: both;
  border: none;
  border-bottom: 1px solid #bbbbbb;
  margin: 32px 0;
}
/* =========================
Comment styles
===========================*/
.comments-area .comments-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comments-area .comments-list .user-image {
  float: left;
  margin-left: -30px;
}
.comments-area .comments-list .user-comment {
  margin-left: 30px;
  padding-bottom: 20px;
  border-left: 1px solid #dddddd;
}
.comments-area .comments-list .user-comment .children li {
  list-style-type: none;
}
.comments-area .comments-list .user-comment .children li .comment-post {
  margin-bottom: 32px;
}
.comments-area .comments-list .comment-meta {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 40px;
  margin-left: 45px;
}
.comments-area .comments-list .comment-meta ul {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.comments-area .comments-list .comment-meta ul li {
  float: left;
  list-style-type: none;
  margin: 10px 12px 10px 0;
}
.comments-area .comments-list .comment-meta ul li i {
  margin-top: 3px;
  margin-right: 3px;
}
.comments-area .comments-list .comment-meta ul li.reply {
  float: right;
}
.comments-area .comments-list .comment-meta ul li a,
.comments-area .comments-list .comment-meta ul li p {
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.comments-area .comments-list .comment-post {
  display: block;
  margin-left: 45px;
  margin-bottom: 16px;
}
.comments-area .comments-list .comment-post p {
  font-family: Arial, Verdana, sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
}
/* =========================
Comment Reply Form
===========================*/
.comments-area #respond form input,
.comments-area #respond form textarea {
  width: 50%;
  font-size: 15px;
  font-family: Arial, Verdana, sans-serif;
  line-height: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 5px solid #dddddd;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.comments-area #respond form input:focus,
.comments-area #respond form textarea:focus {
  outline: none;
  border-color: #bfeafc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.comments-area #respond form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.comments-area #respond .form-submit input {
  border: none;
  background-color: #0981b3;
  color: #ffffff;
  padding: 15px 10px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  width: 30%;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.comments-area #respond .form-submit input:hover {
  background-color: #ec4d38;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* =========================
Blog Sidebar
===========================*/
.blog-sidebar {
  margin-top: 56px;
}
.blog-sidebar .sidebar-widget {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.blog-sidebar .sidebar-widget:last-child {
  border-bottom: none;
}
.blog-sidebar .sidebar-widget #searchform .screen-reader-text {
  display: none;
}
.blog-sidebar .sidebar-widget #searchform #s {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-size: 15px;
  font-family: Arial, Verdana, sans-serif;
  line-height: 15px;
  padding: 7px 7px 7px 40px;
  border-radius: 5px;
  border: 3px solid #dddddd;
  background: #ffffff url('../img/normal/background-search-form.png') no-repeat top left;
  color: #3b4b5b;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog-sidebar .sidebar-widget #searchform #s:focus {
  outline: none;
  border-color: #8fdaf9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog-sidebar .sidebar-widget #searchform #searchsubmit {
  display: none;
}
.blog-sidebar .sidebar-widget p {
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.blog-sidebar .sidebar-widget ul {
  padding: 0;
}
.blog-sidebar .sidebar-widget ul li {
  list-style-type: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #bbbbbb;
}
.blog-sidebar .sidebar-widget ul li:last-child {
  border-bottom: none;
}
.blog-sidebar .sidebar-widget ul li a {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
.blog-sidebar .sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  border-radius: 3px;
  background-color: #0981b3;
  font-size: 14px !important;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 5px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog-sidebar .sidebar-widget .tagcloud a:hover {
  background-color: #ec4d38;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog-sidebar .sidebar-widget .featured-books {
  margin-bottom: 6px;
}
.blog-sidebar .sidebar-widget .featured-books li {
  border: none;
  margin: 0 6% 16px 0;
  padding: 0;
  float: left;
  width: 46%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-sidebar .sidebar-widget .featured-books li:nth-child(2n) {
  margin-right: 0;
}
.blog-sidebar .sidebar-widget .featured-books li figure {
  margin: 0;
  padding: 0;
}
.blog-sidebar .sidebar-widget .featured-books li figure img {
  width: 100%;
}
.blog-pagination {
  width: 100%;
  float: left;
}
.blog-pagination .prev {
  float: left;
  display: inline-block;
}
.blog-pagination .next {
  float: right;
  display: inline-block;
}
.post.format-standard blockquote,
.single.single-format-standard blockquote {
  margin: 0;
  height: auto;
}
.post.format-standard blockquote p,
.single.single-format-standard blockquote p {
  font-family: 'Volkhov', serif;
}
/* =========================
Quote post format
===========================*/
.quote-container {
  height: 128px;
  width: 100%;
  background: transparent url('../img/normal/background-quote.png') repeat-x left top;
}
.quote-container blockquote {
  padding: 0 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  font-style: italic;
  width: 640px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.quote-container blockquote p {
  margin: 0 !important;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  font-family: 'Volkhov', serif;
  font-style: italic;
}
.quote-container blockquote p cite {
  margin-top: 0;
  display: block;
  font-size: 16px;
  line-height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .quote-container,
  .link-container {
    background-image: url('../img/retina/background-quote.png');
    background-size: 11px 128px;
  }
}
/* =========================
Link post format
===========================*/
.link-container {
  height: 128px;
  width: 100%;
  background: transparent url('../img/normal/background-quote.png') repeat-x left top;
  display: block;
}
.link-container .custom-link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 640px;
  height: 128px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.link-container a {
  padding: 0 30px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-style: italic;
  display: block;
  text-align: center;
}
/* =========================
Gallery post format
===========================*/
.gallery .gallery-item {
  margin-bottom: 10px;
  margin-top: 0 !important;
}
.gallery img {
  border: 1px solid #dee4ea !important;
  padding: 5px;
}
.gallery .gallery-caption {
  display: none;
}
.lb-prev,
.lb-next {
  background-repeat: no-repeat;
}
.lb-details span {
  color: #ffffff;
}
/* =========================
Vidoe attachments
===========================*/
.fluid-width-video-wrapper {
  border: 9px solid #ffffff !important;
  outline: 1px solid #dee4ea !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* =========================
Tablets
===========================*/
@media (min-width: 768px) and (max-width: 979px) {
  section {
    margin-top: 32px;
  }
  nav ul li {
    padding: 0 8px;
  }
  nav ul li a {
    font-size: 18px;
  }
  .ripped-paper h4 {
    margin: 30px 0 0 0;
  }
  .ripped-paper img {
    margin-top: 30px;
  }
  .chapter {
    max-width: 280px;
    text-align: center;
  }
  .chapter:nth-child(2) {
    margin: 0 0 20px 20px;
  }
  .chapter .frame:after {
    background-size: 80%;
  }
  .download-sample {
    background-size: 100%;
    height: 100%;
  }
  .download-sample h3 {
    margin-top: 4px;
    margin-bottom: 10px;
    width: 60%;
    line-height: 24px;
  }
  .download-sample .small-text {
    display: none;
  }
  .download-sample .button {
    margin-top: -56px;
  }
  .open-book {
    background: none;
    width: 100%;
    height: 100%;
  }
  .mobile-book-page ul {
    padding: 0;
    margin: 50px 35px;
  }
  .mobile-book-page ul li {
    list-style-image: url('../img/normal/bullet-quote.png');
    list-style-position: inside;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .mobile-book-page ul li blockquote {
    text-indent: 8px;
    text-align: left;
    font-style: italic;
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile-book-page ul li cite {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 35px;
    display: block;
  }
}
/* =========================
Phones
===========================*/
@media (max-width: 767px) {
  header {
    border-top-width: 5px;
    height: auto;
  }
  section {
    margin-top: 24px !important;
  }
  .container {
    margin: 0 10px;
  }
  .logo {
    margin-top: 25px;
  }
  .mobile-nav-btn {
    padding: 15px;
    border: 1px solid #41535a;
    border-radius: 5px;
    display: block;
    margin-top: 17px;
    background-color: #0981b3;
    width: 16px;
    height: 16px;
    float: right;
  }
  nav {
    float: none;
  }
  .mobile-nav {
    display: none;
    width: 100%;
  }
  .mobile-nav ul {
    padding: 0;
    margin-top: 0;
  }
  .mobile-nav ul li {
    float: none;
    clear: both;
    margin-bottom: 5px;
    padding: 0;
  }
  .mobile-nav ul li:last-child {
    margin-bottom: 25px;
  }
  .mobile-nav ul li a {
    width: 94%;
    padding: 10px 3%;
    background-color: #0981b3;
    border-radius: 5px;
    text-align: center;
  }
  .mobile-nav ul li a:hover {
    color: white;
    background-color: #ec4d38;
  }
  .book-image {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .button {
    display: block;
    margin-right: 0;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .small-text {
    margin-top: 0;
  }
  .ripped-paper {
    background-position: left bottom;
  }
  .ripped-paper img {
    display: block;
    margin: 0 auto;
    margin-top: 0;
  }
  .ripped-paper .pull-right {
    float: left;
  }
  .ripped-paper h4 {
    margin: 0;
  }
  .ripped-paper p {
    text-align: center;
  }
  .book-preview {
    margin-top: -20px !important;
  }
  .chapter {
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
  }
  .chapter:nth-child(2) {
    margin: 0 auto;
  }
  .download-sample {
    background: none;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .download-sample h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .download-sample .small-text {
    text-align: center;
  }
  .download-sample .button {
    display: block;
    margin: 0;
    float: none;
  }
  .open-book {
    background: none;
    width: 100%;
    height: 100%;
  }
  .mobile-book-page ul {
    padding: 0;
    margin: 24px 10px;
  }
  .mobile-book-page ul li {
    list-style-image: url('../img/normal/bullet-quote.png');
    list-style-position: inside;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .mobile-book-page ul li blockquote {
    text-indent: 8px;
    text-align: left;
    font-style: italic;
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile-book-page ul li cite {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 35px;
    display: block;
  }
  footer {
    margin-top: 16px;
  }
  footer ul {
    padding-top: 24px;
  }
  footer ul li {
    margin-right: 5px;
    margin-bottom: 24px;
  }
  footer ul li a {
    padding: 10px;
  }
  footer .go-top {
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blog-posts {
    margin-right: 0;
    margin-top: 10px;
  }
  .blog-posts header h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .blog-posts header h1 a {
    font-size: 25px;
    line-height: 25px;
  }
  .blog-posts header .blog-meta-category i,
  .blog-posts header .blog-meta-time i,
  .blog-posts header .blog-meta-comment i {
    margin-left: 0;
  }
  .blog-posts header .blog-meta-category a,
  .blog-posts header .blog-meta-time a,
  .blog-posts header .blog-meta-comment a {
    margin-bottom: 0;
  }
  .blog-posts header p:last-child {
    margin-bottom: 10px;
  }
  .blog-posts hr {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .blog-sidebar {
    display: none;
  }
  .quote-container blockquote {
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
  }
  .gallery-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .gallery-item .gallery-icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .gallery-item .gallery-icon a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .gallery-item .gallery-icon a img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
