aside#secondary,
#main.search-results,
article.page.type-page {
  font: 16px/23px NewParis;
  padding: 70px 150px;
}

#main.search-results article.page.type-page {
  font: inherit;
  padding: 0;
}
#main.search-results .page-title {
  font: 30px NewParisSkyline;
  color: #162c5d;
}
#main.search-results .search-result-item {
  margin-top: 30px;
}
#main.search-results .entry-summary > .more-link {
  display: none;
}
#main.search-results .entry-header {
  margin-bottom: 15px;
}
#main.search-results .entry-footer {
  clear: both;
  margin-top: 15px;
  border-top: 0;
  text-align: right;
  border-bottom: 2px solid #162c5d;
}
#main.search-results .attachment-post-thumbnail {
  float: left;
  height: auto;
  margin: 5px 10px 15px 0;
  max-width: 50%;
}
#main.search-results .more-link {
  color: #ffc606;
  display: inline-block;
}
#main.search-results .pagination {
  margin-top: 40px;
  text-align: center;
}
#main.search-results .pagination a {
  color: #ffc606;
}
#main.search-results .pagination .page-numbers {
  margin: 0 5px;
}
#main.search-results .pagination .page-numbers.current {
  font-weight: bold;
}

#book-search .page-header {
  padding: 21px 90px 36px;
  margin-bottom: 30px;
}
#book-search .search-bar {
  position: relative;
}
#book-search .search-bar > span,
#book-search .search-bar > label,
#book-search .search-bar #go-button,
#book-search .search-bar #reset-button,
#book-search .search-bar #search-query,
#book-search .search-bar > #book-category,
#book-search .search-bar > #search-field-wrap {
  display: inline-block;
  vertical-align: bottom;
}
#book-search .search-bar > label,
#book-search .search-bar > #book-category,
#book-search .search-bar > #search-field-wrap {
  margin-top: 15px;
}
#book-search .search-bar > label {
  font: 60px/35px AbrilTextBold;
  color: #162c5d;
  margin-right: 15px;
}
#book-search .search-bar > #book-category {
  font: 15px AbrilTextItalic;
  color: #fff;
  border: 1px solid #162c5d;
  outline: none;
  padding: 5px 30px 3px 20px;
  max-width: 250px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/arrow-down-small.png") 97% 50% no-repeat #162c5d;
  border-radius: 0;
}
#book-search .search-bar > span {
  font: 33px/24px AbrilTextBoldItalic;
  color: #6d7b8c;
  margin: 15px 15px 0;
}
#book-search .search-bar > #search-field-wrap {
  border: 1px solid #162c5d;
  overflow: hidden;
  white-space: nowrap;
}
#book-search .search-bar #search-query {
  font: 15px AbrilTextItalic;
  color: #6d7b8c;
  width: calc(99% - 39px);
  padding: 6px 30px 4px 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#book-search .search-bar #search-query::-webkit-input-placeholder, #book-search .search-bar #search-query::-moz-placeholder, #book-search .search-bar #search-query:-ms-input-placeholder, #book-search .search-bar #search-query:-moz-placeholder { /* Firefox 18- */
  font: 15px AbrilTextItalic !important;
  color: #6d7b8c !important;
}
#book-search .search-bar > #search-field-wrap.searched #search-query {
  width: calc(99% - 103px);
}
#book-search .search-bar #go-button,
#book-search .search-bar #reset-button {
  font: 20px AbrilTextItalic;
  color: #fff;
  cursor: pointer;
  padding: 3px 9px 2px;
  background-color: #162c5d;
}
#book-search .search-bar #reset-button {
  border-left: 1px solid #6d7b8c;
}
#book-search .search-bar:after, #book-search .search-bar:before {
  content: "";
  position: absolute;
}
#book-search .search-bar:before {
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  z-index: 1;
  background-color: #ffc606;
}
#book-search .search-bar:after {
  top: 98%;
  left: 50%;
  width: 72px;
  height: 31px;
  z-index: 2;
  background: url(../img/arrow-down-big.png) no-repeat 50% 50% #fff;
  margin-left: -36px;
  padding-top: 2px;
}

#book-search-form {
  z-index: 0;
  position: relative;
}

#books-results {
  z-index: 1;
  padding: 0 80px 40px;
  position: relative;
}
#books-results > #search-criteria {
  padding: 0 10px;
  margin-top: -15px;
}
#books-results > #search-criteria > .sc-label {
  font: 12px GothamMedium;
  color: #6d7b8c;
}
#books-results > #search-criteria > .sc-value {
  font: 15px GothamBold;
  color: #fff;
  display: inline-block;
  padding: 6px 10px 4px;
  margin-top: 5px;
  background-color: #162c5d;
}

#book-results-wrapper {
  margin-top: 15px;
  text-align: center;
}
#book-results-wrapper > .book-item {
  width: 14.2857142857%;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
}
#book-results-wrapper > .book-item > .book-cover {
  width: 100%;
  position: relative;
  background: no-repeat 50% 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-box-shadow: 3px 4px 11px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 3px 4px 11px 0 rgba(0, 0, 0, 0.26);
  padding-top: 155%;
  background-size: cover;
}
#book-results-wrapper > .book-item:hover > .book-cover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
#book-results-wrapper > .book-item > .book-year {
  font: 12px GothamBold;
  color: #162c5d;
  text-align: center;
  margin-top: 7px;
}
#book-results-wrapper .nothing-found {
  font: 15px GothamMedium;
  color: #162c5d;
  padding: 5px 0 15px;
  text-align: center;
}

#pagination {
  margin-top: 30px;
  text-align: center;
}
#pagination > span, #pagination > a {
  font: 15px GothamBook;
  display: inline-block;
}
#pagination .total {
  color: #162c5d;
  padding: 4px 0 0;
  margin-top: 5px;
  margin-right: 20px;
}
#pagination > a, #pagination > .current {
  color: #6d7b8c;
  margin: 5px 5px;
  border: 1px solid #6d7b8c;
  padding: 3px 5px 2px;
}
#pagination > a {
  color: #fff;
  background-color: #6d7b8c;
}
#pagination > a:hover {
  border-color: #162c5d;
  background-color: #162c5d;
}

@media (max-width: 1280px) {
  aside#secondary,
  #main.search-results,
  article.page.type-page {
    padding-left: 5%;
    padding-right: 5%;
  }
  #book-results-wrapper > .book-item {
    width: 16.6666666667%;
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  #books-results {
    padding-left: calc(5% - 10px);
    padding-right: calc(5% - 10px);
  }
  #book-search .search-bar > label {
    font-size: 40px;
  }
  #book-search .page-header {
    padding-left: 5%;
    padding-right: 5%;
  }
  #book-results-wrapper > .book-item {
    width: 25%;
    padding: 8px;
  }
}
@media (max-width: 520px) {
  #books-results {
    padding-left: calc(7% - 10px);
    padding-right: calc(7% - 10px);
  }
  #book-search .page-header {
    padding-left: 7%;
    padding-right: 7%;
  }
  #book-results-wrapper > .book-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 360px) {
  #book-results-wrapper > .book-item {
    width: 50%;
  }
}
.post-books {
  /*Tabs*/
  /***************************************************************/
  /***************************************************************/
  /***************************************************************/
  /***************************************************************/
  /***************************************************************/
  /***************************************************************/
  /***************************************************************/
  /***************************************************************/
}
.post-books .tab-content {
  width: 100%;
  display: block;
  opacity: 0;
  z-index: 0;
  position: absolute;
  overflow: visible;
}
.post-books .tab-content.is-active {
  opacity: 1;
  z-index: 10;
  position: relative;
}
.post-books .tab-content h2 {
  font-size: 24px;
  line-height: 1.6;
  margin: 10px 0;
}
.post-books .tab-content h3 {
  font-size: 20px;
  line-height: 1.6;
  margin: 5px 0;
}
.post-books .bookup-menu {
  margin: 0 6%;
  z-index: 20;
  position: relative;
  border-bottom: 1px solid #98979c;
}
.post-books .bookup-menu .tab-link {
  font: 16px/28px NewParisSkyline;
  color: #98979c;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  border-right: 1px solid #98979c;
  text-transform: uppercase;
}
.post-books .bookup-menu .tab-link:last-child {
  border-right-color: transparent;
}
.post-books .bookup-menu .tab-link.is-active {
  color: #1e7db0;
  font-family: NewParisSkyline;
  font-weight: bolder;
}
.post-books .bookup-menu .active-item:after,
.post-books .bookup-menu a:first-of-type:after {
  width: 30px;
  height: 16px;
  content: "";
  display: none;
  position: relative;
  margin-left: 10px;
}
.post-books .bookup-menu span {
  width: 1px;
  height: 28px;
  background-color: #6d7b8c;
}
.post-books .bookup-menu .active-item {
  font: 24px/28px NewParisSkyline;
  height: 30px;
  z-index: 2;
  display: none;
  position: absolute;
  text-transform: uppercase;
}
.post-books .owl-stage-outer {
  overflow: hidden;
}
.post-books .owl-item {
  display: inline-block;
}
.post-books .owl-books-wrapper .glass-icon {
  width: 29px;
  height: 11px;
}
.post-books .owl-books-wrapper .content-wrapper {
  margin: 28px 12.35% 39px auto;
  width: 646px;
  position: relative;
}
.post-books .owl-books-wrapper figure {
  position: relative;
  width: 650px;
}
.post-books .owl-books-wrapper .wrapper-book {
  position: relative;
}
.post-books .owl-books-wrapper .wrapper-book .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-books .owl-books-wrapper .book-information {
  width: 59%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.post-books .owl-books-wrapper .wrapper-book .wp-post-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 41%;
  height: auto;
}
.post-books .owl-books-wrapper .get-books-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 116px;
}
.post-books .owl-books-wrapper .book-short-description {
  padding: 12px 28px 14px 14px;
  margin-right: 130px;
  background: #f2f2f2;
}
.post-books .owl-books-wrapper .book-title {
  margin-bottom: 2px !important;
}
.post-books .owl-books-wrapper .book-title-link {
  font: 16px NewParisSkyline !important;
  color: #1e7db0 !important;
  font-weight: 700;
  text-transform: uppercase;
}
.post-books .owl-books-wrapper .author {
  font: 14px NewParis;
  color: #1e7db0;
  margin-bottom: 9px;
}
.post-books .owl-books-wrapper .book-information .description {
  width: 100% !important;
}
.post-books .owl-books-wrapper .counter {
  top: auto !important;
  font: 10px NewParis;
  color: #000;
  right: 0;
  bottom: 0 !important;
  padding: 10px;
  position: absolute;
  -webkit-transform: none;
          transform: none;
  margin-right: 130px;
}
.post-books .owl-books-wrapper .sub-title {
  margin-bottom: 10px;
}
.post-books .owl-books-wrapper .owl-controls {
  top: 0;
  right: 59%;
  width: 12%;
  height: 100% !important;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-books .owl-books-wrapper h3 {
  color: #162c5d;
  padding: 0;
  margin-bottom: 10px;
}
.post-books .owl-books-wrapper .owl-nav {
  width: 100%;
  height: 100%;
}
.post-books .owl-books-wrapper .owl-prev {
  opacity: 0;
}
.post-books .owl-books-wrapper .owl-next {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}
.post-books .owl-books-wrapper .owl-next:before {
  top: 50%;
  left: 50%;
  color: transparent;
  height: 25px;
  width: 25px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg) translate3d(-50%, -50%, 0);
          transform: rotate(45deg) translate3d(-50%, -50%, 0);
  margin-left: -7px;
  border-width: 3px 3px 0 0;
  border-color: #1e7db0;
  border-style: solid;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.post-books .owl-books-wrapper .owl-books-wrapper,
.post-books .owl-books-wrapper #owl-books {
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-books .owl-books .book-information {
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    position: absolute;
  }
  .post-books .owl-books .book-short-description {
    padding: 23px 25px 23px 18px;
    margin-right: 0;
    background-color: rgba(242, 242, 242, 0.9);
  }
  .post-books .owl-books .wrapper-book .wp-post-image {
    width: 100%;
  }
  .post-books .owl-books .wrapper-book > .row {
    position: relative;
  }
  .post-books .owl-books .owl-controls {
    right: -12%;
    height: 100% !important;
  }
  .post-books .owl-books .owl-prev:before {
    top: 20%;
  }
  .post-books .owl-books .owl-next:before {
    top: 20%;
  }
  .post-books .owl-books .counter {
    margin-right: 0;
  }
  .post-books .owl-books .get-books-menu {
    width: 100%;
    position: relative;
    margin-top: 34px;
    min-height: 76px;
  }
  .post-books .owl-books .get-books-menu .get-books-title {
    float: none;
    margin: 0;
    font-size: 38px;
  }
  .post-books .owl-books .get-books-menu .get-books-title > small {
    font-size: 18px;
  }
  .post-books .owl-books .get-books-menu ul {
    border: none;
    margin-left: 0;
    padding: 26px 0 0 0;
  }
  .post-books .owl-books .get-books-menu li {
    display: inline-block;
    margin-bottom: 40px;
  }
  .post-books .owl-books .get-books-menu a {
    font-size: 20px;
    padding-right: 22px;
    margin-right: 32px;
  }
  .post-books h4 {
    font-size: 3.5vw;
    line-height: 1;
    margin-bottom: 7px;
  }
  .post-books .author {
    font-size: 2.3vw;
    margin-bottom: 6vw;
  }
  .post-books .bookup-menu {
    margin: 40px 0 0;
    height: 34px;
  }
  .post-books .bookup-menu .active-item:after,
  .post-books .bookup-menu a:first-of-type:after {
    display: inline-block;
  }
  .post-books .bookup-menu .menu-wrap,
  .post-books .bookup-menu .active-item {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    padding-left: 12px;
  }
  .post-books .bookup-menu .tab-link.active-item,
  .post-books .bookup-menu .active-item.is-active {
    color: #1e7db0 !important;
    border-right: none;
  }
  .post-books .bookup-menu .menu-wrap {
    position: absolute;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
  .post-books .bookup-menu .menu-wrap.show {
    opacity: 1;
    pointer-events: auto;
  }
  .post-books .bookup-menu .menu-wrap .tab-link {
    font-size: 22px;
    border-right: none;
  }
  .post-books .bookup-menu .menu-wrap .line {
    display: none;
  }
  .post-books .bookup-menu .hide {
    opacity: 0;
    pointer-events: none;
  }
  .post-books .bookup-menu a {
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
    padding: 0;
  }
  .post-books .bookup-menu a:first-of-type {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .post-books .owl-books .book-information {
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .post-books.one-story-page .book-information .description {
    font-size: 2.5vw;
  }
  .post-books .glass-icon {
    width: 20px;
    height: 11px;
  }
  .post-books.one-story-page .sub-title {
    font-size: 16px;
  }
  .post-books .owl-next {
    width: 15px;
    height: 15px;
    border-width: 2px 2px 0 0;
  }
  .post-books .counter {
    margin-right: 0;
  }
  .post-books .get-books-menu {
    position: relative;
    width: 100%;
    margin-top: 19px;
    min-height: 76px;
  }
  .post-books .get-books-menu h3 {
    font-size: 25px;
    margin-right: 20px;
  }
  .post-books .get-books-menu h3 small {
    font-size: 9px;
  }
  .post-books .get-books-menu ul {
    border: none;
    margin-left: 0;
    padding: 12px 0 0 0;
  }
  .post-books .get-books-menu li {
    display: inline-block;
    margin-bottom: 16px;
  }
  .post-books .get-books-menu a {
    font-size: 12px;
    padding-right: 12px;
    margin-right: 11px;
  }
  .post-books .author {
    margin-bottom: 3vw;
  }
}
.post-books .get-books-menu {
  width: 126px;
}
.post-books .get-books-menu .get-books-title {
  font: bold italic 21px NewParisSkyline;
  color: #fff;
  padding: 3px 9px;
  background: #1d2d44;
  white-space: nowrap;
  margin-bottom: 0;
}
.post-books .get-books-menu .get-books-title > small {
  font: 9px NewParisSkyline;
  display: inline-block;
  margin-left: 4px;
  text-transform: uppercase;
  vertical-align: baseline;
  letter-spacing: 1px;
}
.post-books .get-books-menu .get-books-list {
  padding: 12px 0 0 11px;
  list-style: none;
  margin-left: 15px;
  border-left: 1px solid #1d2d44;
}
.post-books .get-books-menu .get-books-link {
  color: #1e7db0 !important;
  margin-bottom: 8px;
}
.post-books .get-books-menu .get-books-link:last-of-type {
  margin-bottom: 0;
}
.post-books .get-books-menu a {
  font: bold 12px NewParisSkyline;
  position: relative;
  padding-right: 7px;
}
.post-books .get-books-menu a:after {
  color: #ffc606;
  right: 0;
  content: ">";
  position: absolute;
}/*# sourceMappingURL=ext-styles.css.map */