/*!
Theme Name: LiberFieri Theme by Titas Bhukta
Theme URI: http://underscores.me/
Author: Titas Bhukta
Author URI: mailto:titas.bhukta@gmail.com
Description: The Official Theme for Liber Fieri Books India. Designed and Developed by Titas Bhukta.
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: liberfierithemebytitas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

LiberFieri Theme by Titas Bhukta is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/* Small menu. */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*Custom Styles*/

* {
  padding: 0;
  margin: 0;
}
body {
  font-family: sans-serif;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
  color: #515151;
  border: 1px solid rgb(189, 184, 184);
  border-radius: 3px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  width: 100%;
}
.status-badge {
  position: absolute;
  /* font-weight: bold; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.status-badge.yellow-badge {
  background-color: #f7e417;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.267) inset;
  color: #000;
}
.status-badge.green-badge {
  background-color: #0edf0e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.267) inset;
  color: #000;
}
.status-badge.green-badge h5 {
  padding-top: 5px;
}
.status-badge.red-badge {
  background-color: #db1f0e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.267) inset;
  color: #fff;
}
.status-badge h5 {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .status-badge {
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 350px) {
  .status-badge {
    width: 60px;
    height: 60px;
  }
  .status-badge h5 {
    font-size: 9px;
  }
}
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) audio:focus {
  outline: none;
  box-shadow: none;
}
.center-column-items {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.full-width {
  width: 100%;
}
svg {
  width: 100%;
  height: 50px;
}
.shape-divider-top {
  top: -1px;
}
.shape-divider-bottom {
  bottom: -1px;
  transform: rotate(180deg);
}
.shape-divider {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.shape-divider .shape-divider-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
a {
  text-decoration: none !important;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-right: 20px;
  padding-left: 20px;
}
#notificationModal .modal-content .modal-body p {
  margin-top: auto !important;
  margin-bottom: auto !important;
  display: inline-block;
  color: #8d2922;
  padding: 10px;
}
.custom-pagination {
  text-align: center;
  margin-top: 35px;
}
/*Styling The Header*/

.primary-menu {
  padding-left: 80px;
  padding-right: 80px;
}
.first-nav-menu {
  margin-top: 18px;
}
.first-nav-menu li {
  display: inline-block;
  padding: 0 10px;
  font-size: 17.5px;
  margin-top: 2.5px;
}
.first-nav-menu li a {
  color: #000;
}
.first-nav-menu li a:hover {
  color: #8d2922;
}
.first-nav-menu li img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 2px 2px 4px grey;
  margin-right: 8px;
  margin-bottom: 7px;
}
.second-nav-menu {
  margin-top: 10px;
  margin-bottom: 0;
}
.second-nav-menu li {
  display: inline-block;
  margin: 0 15px;
  padding: 5px 0;
  font-size: 18px;
}
.second-nav-menu li a {
  padding: 5px;
}
.second-nav-menu li a {
  color: #fff;
  text-decoration: none;
  transition: 0.1s ease-in-out;
}
.second-nav-menu li:hover a {
  color: #ffdf6c;
}
.second-nav-menu li a:not([href]):not([class]) {
  color: #fff;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}
.second-nav-menu li:hover a:not([href]):not([class]) {
  color: #ffdf6c;
}
.search-bar {
  width: 350px;
  display: flex;
  border: 2px solid #aaa;
  padding: 0 15px 0 7px;
  border-radius: 8px;
}
.search-bar .search-form {
  border: none;
}
.search-button {
  background: transparent;
  border: none;
  color: rgb(66, 66, 66);
}
.secondary-menu {
  position: absolute;
  background: #8d2922;
  width: 100%;
  transition: .4s ease-out;
  box-shadow: 0 2px 5px rgba(46, 46, 46, 0.541);
}

/*Sticky class gets enabled by JavaScript when the navbar reaches it's scroll position*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.breadcrumb {
  margin-top: 88px;
  margin-bottom: 30px;
  display: block;
}
.breadcrumb-item {
  display: contents;
}
.navbar .navbar-brand img {
  height: 70px;
  width: auto;
}
.navbar .navbar-text {
  color: #000;
  font-family: cursive;
}
.desktop-first-menu {
  padding-right: 30px;
}
.desktop-search-bar,
.desktop-first-menu,
.desktop-cart-icon {
  display: block;
}
.mobile-search-bar,
.mobile-first-menu,
.mobile-cart-icon,
.mobile-search-icon {
  display: none;
}
.desktop-cart-icon img {
  width: 30px;
  height: auto;
  padding-top: 2px;
}
.desktop-cart-icon {
  position: relative;
  display: flex;
}
.desktop-cart-icon .cart-count {
  position: absolute;
  top: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 18px;
  background-color: #8d2922;
}
.desktop-cart-icon .cart-count a {
  color: #fff;
  font-size: 11px;
}
.desktop-cart-icon .cart-total {
  margin-left: 15px;
  margin-top: 6px;
}
.desktop-cart-icon .cart-total a {
  color: #000 !important;
}
.hamburger-menu-close {
  display: none;
}

/*section {
  display: block;
}
section.hero-slider {
  display: block;
}
section.prebooking-introduction {
  display: none;
}
section.magazine-introduction {
  display: block;
}
section.recent-books {
  display: block;
}
section.publish-with-us {
  display: block;
}
section.book-selling-partner-program {
  display: block;
}
section.contact-us {
  display: none;
}
section.download-catalogue {
  display: none;
}
section.footer {
  display: block;
}*/

.hamburger-menu-brand {
  display: none;
}

/*Media Queried for The Header*/

@media only screen and (max-width: 1240px) {
  .primary-menu {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .desktop-cart-icon .cart-count {
    top: -5px;
    left: 17px;
  }
}
@media only screen and (max-width: 1120px) {
  .navbar .navbar-brand img {
    height: 55px;
    width: auto;
  }
  .second-nav-menu li {
    font-size: 17px;
    margin: 0 12px;
  }
}
@media only screen and (max-width: 1050px) {
  /*Styling the Hamburger menu*/
  .hamburger {
    width: 48px;
    height: 40px;
    position: relative;
    cursor: pointer;
    left: 30px;
    top: 9px;
  }
  .hamburger span3 {
    display: block;
    position: absolute;
    background-color: #fff;
    transition: .3s ease-in-out;
  }
  .hamburger span3:nth-child(1) {
    height: 2.5px;
    width: 33px;
    border-radius: 5px;
  }
  .hamburger span3:nth-child(2) {
    height: 2.5px;
    width: 33px;
    border-radius: 5px;
    top: 9px;
    transition: 0.1s ease-in;
  }
  .hamburger span3:nth-child(3) {
    height: 2.5px;
    width: 33px;
    border-radius: 5px;
    top: 18px;
  }
  .hamburger_in_use {
    display: block;
    position: absolute;
    left: 0;
    font-size: 60px;
  }
  .hamburger-menu {
    z-index: 100;
    box-shadow: 0 0 10px black;
    top: 0;
    height: 100vh;
    position: fixed;
    background: linear-gradient(135deg, #8d2922, rgb(179, 42, 42));
    background: #fff;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-y: scroll;
  }
  .hamburger-menu ul li {
    display: block;
    text-align: left;
  }
  .hamburger-menu .custom-search {
    width: 100%;
    padding-right: 0;
    margin: 0 100px;
    margin-right: 0;
  }
  .hamburger-menu .custom-search .btn {
    margin-right: 100px;
  }
  .hamburger-menu {
    width: 0;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.57, 0.04, 0.09, 0.95);
  }
  .hamburger-menu-open {
    width: 40%;
    overflow: scroll;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .second-nav-menu li a {
    color: #000;
    font-size: 18px;
  }
  .second-nav-menu li a:hover {
    color: #8d2922 !important;
  }
  .second-nav-menu li:hover a {
    color: #8d2922 !important;
  }
  .second-nav-menu li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-brand {
    width: 100%;
    text-align: center;
  }
  .navbar-brand img {
    width: 350px !important;
    max-width: 100%;
    height: auto !important;
  }
  .secondary-menu {
    padding: 12px 36px !important;
  }
  .desktop-search-bar,
  .desktop-first-menu,
  .desktop-cart-icon {
    display: none;
  }
  .mobile-search-bar,
  .mobile-first-menu,
  .mobile-cart-icon,
  .mobile-search-icon {
    display: block;
  }
  .hamburger-menu-close {
    display: block;
    position: absolute;
    top: 47.5px;
    right: 45px;
  }
  .hamburger-menu-close i {
    font-size: 25px;
    color: #8d2922;
    cursor: pointer;
  }
  .hamburger-menu-brand {
    display: block;
  }
  .hamburger-menu-brand img {
    width: 60px;
    max-width: 80%;
    margin-left: 10px;
  }
  .mobile-cart-icon img {
    width: 25px;
    height: auto;
  }
  .mobile-cart-icon {
    position: relative;
    display: flex;
  }
  .mobile-cart-icon .cart-count {
    position: absolute;
    top: -7px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 16px;
    background-color: #000000e0;
  }
  .mobile-cart-icon .cart-count a {
    color: #fff;
    font-size: 11px;
  }
  .mobile-cart-icon .cart-total {
    margin-left: 15px;
    margin-top: 2px;
  }
  .mobile-cart-icon .cart-total a {
    color: #fff !important;
  }
  .mobile-search-icon {
    padding-right: 35px;
  }
  .mobile-search-icon i {
    color: #fff;
    font-size: 20px;
    margin-top: 5.5px;
  }
  .mobile-search-bar .search-bar {
    border: none;
    border-radius: 0;
    position: absolute;
    width: calc(100vw - 60px);
    overflow: hidden;
    padding: 0;
    left: 30px;
    top: 5px;
    height: 0;
    transition: 0.2s ease-in-out;
    z-index: 2;
    background-color: #8d2922;
  }
  .mobile-search-bar .search-bar.active {
    height: 40px;
    border-bottom: 1px solid #aaa;
  }
  .mobile-search-bar-close {
    padding-top: 8px;
    padding-left: 5px;
  }
  .mobile-search-bar-close i {
    font-size: 18.5px;
  }
  .mobile-search-bar .search-button {
    padding-right: 5px;
    background-color: #8d2922;
    padding: 4px 8.5px;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .mobile-search-bar .search-input {
    padding-left: 20px;
  }
  .mobile-search-bar .search-button i {
    font-size: 19px;
  }
  .mobile-search-bar form ::-webkit-input-placeholder {
    color: #ddd !important;
  }
  .mobile-search-bar form :-ms-input-placeholder {
    color: #ddd !important;
  }
  .mobile-search-bar form ::placeholder {
    color: #ddd !important;
  }
  .mobile-search-bar form input {
    background-color: transparent !important;
    color: #fff !important;
  }
  .mobile-search-bar i {
    color: #fff;
  }
  .mobile-first-menu {
    background-color: #ffdf6c;
    padding: 0;
    border-radius: 5px;
  }
  .mobile-first-menu .first-nav-menu {
    padding: 5px;
  }
  .mobile-first-menu .first-nav-menu li {
    text-align: center;
  }
}
@media only screen and (max-width: 885px) {
  .hamburger-menu-open {
    width: 50%;
  }
}
@media only screen and (max-width: 685px) {
  .hamburger-menu-open {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .navbar-brand img {
    width: 300px !important;
    max-width: 100%;
    height: auto !important;
  }
}
@media only screen and (max-width: 585px) {
  .hamburger-menu-open {
    width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  .mobile-cart-icon .cart-total {
    display: none;
  }
  .mobile-search-icon {
    padding-right: 27px;
  }
  .mobile-search-bar .search-bar {
    width: calc(100vw - 18px);
    left: 9px;
    top: 4px;
  }
}
@media only screen and (max-width: 450px) {
  .hamburger-menu-open {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .primary-menu {
    padding-left: 25px;
    padding-right: 25px;
    min-height: 80px;
  }
}

/*Styling The Full Width Menu*/

spanHiddenText {
  display: none;
}
.book-categories-menu .book-category-type-menu-item .book-categories-menu-items a {
  color: #000 !important;
}
.book-categories-menu .book-category-type-menu-item .book-categories-menu-items a:hover {
  color: #8d2922 !important;
}
.book-category-type-menu-item .sub-menu a {
  display: none;
}
.book-categories-menu-items .sub-menu a {
  display: initial;
  font-size: 17.5px;
}
li.full-width-dropdown-menu i {
  padding-left: 6px;
  font-size: 15px;
}
li.full-width-dropdown-menu {
  padding-bottom: 16.1px;
  padding-left: 2px;
  padding-right: 2px;
}
li.full-width-dropdown-menu span {
  color: #222;
  cursor: default;
  padding: 5px 0;
}
li.full-width-dropdown-menu a:not([href]):not([class]) {
  color: #fff;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}
.sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.book-categories-menu .sub-menu {
  background-color: #fff;
  position: absolute;
  z-index: 10;
  margin-bottom: 10px;
  left: 0;
  top: 57px;
  width: 0;
  box-shadow: 0 3.5px 4px rgba(0, 0, 0, 0.253);
  height: calc(100vh - 153.5px);
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  flex-wrap: nowrap;
}
.magazines-menu .magazine-menu-item {
  text-align: center;
}
.magazines-menu .magazine-menu-item:first-child {
  margin-left: -50px;
}
.magazines-menu .magazine-menu-item:last-child {
  margin-right: -50px;
}
.magazines-menu .magazine-menu-item img {
  width: 170px;
  height: auto;
  padding-bottom: 20px;
}
.magazines-menu .magazine-menu-item a {
  color: #8d2922 !important;
}

/*.magazines-menu .magazine-menu-item a h5 {
  font-size: 20px;
}*/

.magazines-menu .magazine-menu-item a:hover {
  color: #000 !important;
}
.magazines-menu .sub-menu {
  background-color: #fff;
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/tile-background.jpg);
  position: absolute;
  z-index: 10;
  margin-bottom: 10px;
  left: 0;
  top: 57px;
  width: 0;
  box-shadow: 0 3.5px 4px rgba(0, 0, 0, 0.253);
  height: 340px;
  overflow: hidden !important;
  padding: 0;
  flex-wrap: nowrap;
}
.magazines-menu-items .sub-menu {
  display: block;
}

/*.book-categories-menu .sub-menu::-webkit-scrollbar {
  width: 0.8rem;
}
.book-categories-menu .sub-menu::-webkit-scrollbar-track {
  background: black;
}

/* Up Button*/


/*.book-categories-menu .sub-menu::-webkit-scrollbar-button:decrement {
  background: linear-gradient(360deg, rgb(0, 0, 0), #f1f1f1);
}

/* Down Button*/


/*.book-categories-menu .sub-menu::-webkit-scrollbar-button:increment {
  background: linear-gradient(180deg, rgb(0, 0, 0), #f1f1f1);
}
.book-categories-menu .sub-menu::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgb(0, 0, 0), #f1f1f1);
  border-radius: 10px;
}
*/

.book-category-type-menu-item .sub-menu {
  overflow-y: hidden;
}
@media (hover: hover) {
  li.full-width-dropdown-menu:hover .sub-menu {
    width: 99.9vw;
    padding: 40px 50px;
    padding-bottom: 55px;
  }
}
.sub-menu.sub-menu-open {
  width: 99.9vw;
  padding: 40px 50px;
  padding-bottom: 55px;
}
.book-categories-menu-items .sub-menu {
  display: block;
}
.book-category-type-menu-item .sub-menu {
  background: transparent;
  position: relative;
  padding: 0;
  width: inherit;
  height: inherit;
  box-shadow: none;
  left: 10px;
  top: 10px;
}
@media (hover: hover) {
  li.full-width-dropdown-menu:hover .book-category-type-menu-item .sub-menu {
    position: relative;
    padding: 0;
    width: inherit;
    height: inherit;
    box-shadow: none;
    left: 10px;
    top: 10px;
  }
}
.book-category-type-menu-item .sub-menu.sub-menu-open {
  position: relative;
  padding: 0;
  width: inherit;
  height: inherit;
  box-shadow: none;
  left: 10px;
  top: 10px;
}
li.book-category-type-menu-item {
  padding-left: 40px;
  padding-right: 40px;
}
.book-categories-menu-items .sub-menu {
  display: block;
}
.book-categories-menu-items .sub-menu li {
  display: block;
  margin: 0;
}
.sub-menu li.book-category-type-menu-item span {
  font-weight: bold;
  margin-bottom: 15px !important;
}
.book-categories-menu .sub-menu li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ddd;
  width: 1px;
  height: 127%;
}
.book-category-type-menu-item .sub-menu li {
  padding-right: 22px;
}
.book-category-type-menu-item .sub-menu li:after {
  display: none;
}
.book-categories-menu .sub-menu li:last-child:after {
  display: none;
}
.book-categories-menu-items li {
  font-size: 17px;
  padding: 6px 0;
}
.book-categories-menu-items li:after {
  display: none;
}
.book-category-type-menu-item span i {
  display: none;
}
li.book-categories-menu-items {
  padding-bottom: 100px;
}
.magazines-menu-items .sub-menu li {
  display: block;
  margin: 0;
}
.magazines-menu .sub-menu li {
  border-right: 1px solid #ddd;
}
.magazines-menu .sub-menu li:last-child {
  border-right: none;
}
.magazines-menu-items li {
  font-size: 17px;
  padding: 6px 0;
  border-right: none;
}
li.magazines-menu-items {
  padding-bottom: 100px;
}
@media only screen and (min-width: 1050px) {
  .book-categories-menu .submenu {
    overflow-y: hidden;
  }
  li.full-width-dropdown-menu:hover .sub-menu {
    width: 99.9vw;
    padding: 40px 50px;
    padding-bottom: 55px;
  }
  li.full-width-dropdown-menu:hover .book-category-type-menu-item .sub-menu {
    position: relative;
    padding: 0;
    width: inherit;
    height: inherit;
    box-shadow: none;
    left: 10px;
    top: 10px;
  }
}
@media only screen and (min-width: 1060px) {
  li.full-width-dropdown-menu:hover .sub-menu {
    width: 101.4vw;
  }
}
@media only screen and (min-width: 1150px) {
  li.full-width-dropdown-menu:hover .sub-menu {
    width: 101.3vw;
  }
}
@media only screen and (min-width: 1255px) {
  li.full-width-dropdown-menu:hover .sub-menu {
    width: 101.2vw;
  }
}
@media only screen and (min-width: 1380px) {
  li.full-width-dropdown-menu:hover .sub-menu {
    width: 101.1vw;
  }
}
@media only screen and (min-width: 1550px) {
  li.full-width-dropdown-menu:hover .sub-menu {
    width: 101vw;
  }
}
@media only screen and (min-width: 1570px) {
  li.full-width-dropdown-menu:hover .sub-menu {
    width: 99.9vw;
  }
}
@media only screen and (max-width: 1050px) {
  li.full-width-dropdown-menu {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .sub-menu {
    margin-right: 0;
    margin-left: 0;
  }
  .book-categories-menu .sub-menu {
    background-color: transparent;
    position: relative;
    left: 18px;
    top: 15px;
    width: 100%;
    height: 0;
    box-shadow: none;
    display: block;
  }
  .magazines-menu .sub-menu {
    background-color: transparent;
    position: relative;
    left: 18px;
    top: 15px;
    width: 100%;
    height: 0;
    box-shadow: none;
    display: block;
  }
  .magazines-menu-items .sub-menu {
    margin-top: 0;
  }
  li.magazines-menu-items {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .magazines-menu-items .sub-menu li:last-child {
    margin-top: 0;
  }
  .magazines-menu .magazine-menu-item {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .magazines-menu .magazine-menu-item img {
    width: 110px;
    height: auto;
  }
  .magazines-menu .magazine-menu-item h5 {
    margin-bottom: 0;
  }
  .second-nav-menu li:hover .magazine-menu-item a {
    color: #000 !important;
  }
  .second-nav-menu li:hover .magazine-menu-item a:hover {
    color: #8d2922 !important;
  }
  .magazines-menu .magazine-menu-item:first-child {
    margin-left: 0;
  }
  .magazines-menu .magazine-menu-item:last-child {
    margin-right: 0;
  }
  .book-categories-menu .sub-menu li:after {
    display: none;
  }
  @media (hover: hover) {
    li.full-width-dropdown-menu:hover .sub-menu {
      height: inherit;
    }
  }
  .sub-menu.sub-menu-open {
    height: inherit;
  }
  .book-category-type-menu-item .sub-menu {
    left: 8px;
    top: 0;
    margin-top: -14px;
  }
  .book-categories-menu-items .sub-menu {
    margin-top: 0;
  }
  .full-width-dropdown-menu .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  li.book-category-type-menu-item {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    margin: 0 !important;
  }
  li.book-category-type-menu-item {
    margin-top: 10px !important;
  }
  li.book-categories-menu-items {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .book-category-type-menu-item .sub-menu li:last-child {
    margin-top: -15px;
  }
  .book-categories-menu-items .sub-menu li:last-child {
    margin-top: 0;
  }
  .book-categories-menu .sub-menu li {
    border-right: none;
  }
  .magazines-menu .sub-menu li {
    border-right: none;
  }
  .magazines-menu .sub-menu li:last-child {
    margin-left: 0;
  }
  .magazines-menu-items .sub-menu li:last-child {
    padding-left: 0;
  }
  .magazines-menu-items .sub-menu li {
    font-size: 17px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 3px;
    padding-right: 30px;
  }
  .magazines-menu-items {
    display: none !important;
  }
  .magazines-menu-items-open {
    display: block !important;
  }
  .magazines-menu-items .sub-menu.sub-menu-open:last-child {
    margin-bottom: 6px;
  }
  .magazines-menu-items .sub-menu.sub-menu-open:last-child {
    margin-bottom: 0;
  }
  li.full-width-dropdown-menu a:not([href]):not([class]) {
    color: #000;
  }
  /*.book-categories-menu .sub-menu li:last-child {
    padding-left: 5px;
  }*/
  .book-category-type-menu-item .sub-menu li:last-child {
    padding-left: 0;
  }
  .book-categories-menu-items .sub-menu li:last-child {
    padding-left: 0;
  }
  .book-categories-menu-items .sub-menu li {
    font-size: 17px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 3px;
    padding-right: 30px;
  }
  .sub-menu li.book-category-type-menu-item span {
    font-weight: normal;
    font-size: 18px;
  }
  .book-category-type-menu-item span i {
    display: inline-block;
  }
  .book-categories-menu-items {
    display: none !important;
  }
  @media (hover: hover) {
    .book-category-type-menu-item:hover .book-categories-menu-items {
      display: block !important;
    }
  }
  .book-categories-menu-items-open {
    display: block !important;
  }
}
.filter-author-by-alphabet-menu a {
  color: #000;
}
.filter-author-by-alphabet-menu a:hover {
  color: #8d2922;
}
.view-all-authors-menu a {
  color: #8d2922 !important;
}
.view-all-authors-menu a:hover {
  color: #000 !important;
}
.author-alphabet-filter-menu .sub-menu {
  background-color: #fff;
  position: absolute;
  z-index: 10;
  margin-bottom: 10px;
  left: 0;
  top: 57px;
  width: 0;
  padding: 0;
  box-shadow: 0 3.5px 4px rgba(0, 0, 0, 0.253);
  height: auto;
  overflow: hidden;
  display: block;
}
@media (hover: hover) {
  li.full-width-dropdown-menu:hover .sub-menu {
    width: 99.9vw;
    padding: 40px 50px;
    padding-bottom: 55px;
  }
}
.sub-menu.sub-menu-open {
  width: 99.9vw;
  padding: 40px 50px;
  padding-bottom: 55px;
}
.author-alphabet-filter-menu .sub-menu li {
  display: block;
}
.author-alphabet-filter-menu .sub-menu li a {
  color: #000 !important;
  /*padding-left: 65px;*/
}
.author-alphabet-filter-menu .sub-menu li a:hover {
  color: #8d2922 !important;
}
.author-alphabet-filter-menu .sub-menu li.view-all-authors-menu a {
  font-size: 16.5px;
  color: #8d2922;
}
.author-alphabet-filter-menu .sub-menu li span {
  font-weight: bold;
}
.filter-author-by-alphabet-menu .sub-menu {
  position: relative;
  background-color: transparent;
  z-index: 10;
  left: 0;
  top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0;
  box-shadow: none;
  height: auto;
  display: flex;
}
@media (hover: hover) {
  li.full-width-dropdown-menu:hover .filter-author-by-alphabet-menu .sub-menu {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
li.full-width-dropdown-menu:hover .filter-author-by-alphabet-menu .sub-menu {
  padding-right: 150px;
}
.filter-author-by-alphabet-menu .sub-menu.sub-menu-open {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 150px;
}
@media only screen and (max-width: 1050px) {
  .author-alphabet-filter-menu .sub-menu {
    background-color: transparent;
    position: relative;
    left: 2px;
    top: 10px;
    width: 100%;
    height: 0;
    box-shadow: none;
  }
  @media (hover: hover) {
    li.full-width-dropdown-menu:hover .sub-menu {
      height: inherit;
      width: 100%;
      padding: 0;
      margin-bottom: 25px;
    }
  }
  .sub-menu.sub-menu-open {
    height: inherit;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  @media (hover: hover) {
    li.full-width-dropdown-menu:hover .sub-menu:last-child {
      margin-bottom: 18px;
    }
  }
  .sub-menu.sub-menu-open:last-child {
    margin-bottom: 18px;
  }
  .book-categories-menu-items .sub-menu.sub-menu-open:last-child {
    margin-bottom: 6px;
  }
  .book-categories-menu-items .sub-menu.sub-menu-open:last-child {
    margin-bottom: 0;
  }
  @media (hover: hover) {
    li.full-width-dropdown-menu:hover .filter-author-by-alphabet-menu .sub-menu {
      margin-bottom: 2px;
    }
  }
  .filter-author-by-alphabet-menu .sub-menu.sub-menu-open {
    margin-bottom: 2px;
  }
  .author-alphabet-filter-menu .sub-menu li.view-all-authors-menu a {
    font-size: 17px;
  }
  .author-alphabet-filter-menu .sub-menu li a {
    padding-left: 10px;
  }
  .author-alphabet-filter-menu .sub-menu li {
    font-size: 17.5px;
  }
  .filter-author-by-alphabet-menu .sub-menu {
    left: 0;
    top: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .filter-author-by-alphabet-menu ul li {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  @media (hover: hover) {
    li.full-width-dropdown-menu:hover .filter-author-by-alphabet-menu .sub-menu {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  .filter-author-by-alphabet-menu .sub-menu.sub-menu-open {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  li.full-width-dropdown-menu:hover .filter-author-by-alphabet-menu .sub-menu {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1120px) {
  .book-categories-menu .sub-menu {
    top: 55px;
  }
  .magazines-menu .sub-menu {
    top: 55px;
  }
  .book-category-type-menu-item .sub-menu {
    top: 10px;
  }
  .author-alphabet-filter-menu .sub-menu {
    top: 55px;
  }
  .filter-author-by-alphabet-menu .sub-menu {
    top: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .book-categories-menu .sub-menu {
    top: 10px;
  }
  .magazines-menu .sub-menu {
	background: #fff;
    top: 10px;
  }
  .book-category-type-menu-item .sub-menu {
    top: 10px;
  }
  .author-alphabet-filter-menu .sub-menu {
    top: 10px;
  }
  .filter-author-by-alphabet-menu .sub-menu {
    top: 0;
  }
}

/*Styling The Footer*/

.footer {
  background-color: #8d2922;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 15px;
}
.footer .subscription-form {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-bottom: 50px;
}
.footer .subscription-form ::-webkit-input-placeholder {
  color: #ddd !important;
}
.footer .subscription-form :-ms-input-placeholder {
  color: #ddd !important;
}
.footer .subscription-form ::placeholder {
  color: #ddd !important;
}
.footer .subscription-form h4 {
  padding-bottom: 20px;
}
.footer .subscription-form input {
  background-color: transparent;
  border: 2px solid #ddd;
  border-radius: 5px;
  height: 42px;
  color: #f1f1f1;
}
.footer .subscription-form .btn {
  background-color: #fff;
  color: #8d2922;
  font-weight: bold;
  box-shadow: none;
  width: 160px;
  margin: auto;
  padding: 0 1px 2px 0;
}
.footer .subscription-form .btn:hover {
  background-color: rgba(0, 0, 0, 0.199);
  color: #fff;
  font-weight: bold;
  box-shadow: none;
  width: 160px;
  margin: auto;
  padding: 0 1px 2px 0;
}
.footer .subscription-form form br {
  display: none;
}
.footer .subscription-form form p {
  margin-bottom: 0;
  margin-top: 0;
}
.footer img {
  width: 300px;
  max-width: 100%;
}
.footer .row {
  margin: auto;
}
.footer .footer-items {
  padding: 0 50px;
}
.footer .footer-items .col-md-3 {
  padding-left: 120px;
}
.footer .footer-items .col-md-3:first-child {
  padding-left: 0;
}
.footer .footer-items h4 {
  padding-top: 15px;
}
.footer .footer-items .footer-about img {
  padding-bottom: 14px;
}
.footer .footer-items .footer-about p {
  padding-left: 10px;
}
.footer .footer-items .footer-about .social-follow {
  padding-left: 10px;
  padding-top: 5px;
}
.footer .footer-items .footer-about .social-follow i {
  font-size: 30px;
  padding-right: 10px;
  transition: 0.15s ease-in-out;
}
.footer .footer-items .footer-about .social-follow a {
  color: #ffdf6c;
}
.footer .footer-items .footer-about .social-follow a:hover {
  color: #fff;
}
.footer .footer-items ul li {
  list-style: none;
  padding: 3px 0;
}
.footer .footer-items ul li a {
  font-size: 17px;
  color: #ffdf6c;
}
.footer .footer-items ul li a:after {
  content: ' ';
  display: block;
  background-color: #ffdf6c;
  width: 0;
  height: 2px;
  transition: 0.2s ease-in-out;
}
.footer .footer-items ul li a:hover:after {
  width: 40px;
}
.footer .footer-items ul {
  margin-top: 25px;
}
.footer .footer-items p {
  padding-top: 17px;
  line-height: 30px;
  font-size: 17px;
}
.footer .footer-items .footer-about p {
  padding-top: 0;
  line-height: 26px;
}
.footer .copyright {
  text-align: center;
  padding-top: 60px;
}
.footer .copyright p {
  margin-bottom: 5px;
}
.footer .credit {
  text-align: center;
}
.footer .credit a {
  color: #ffdf6c;
  position: relative;
}
.footer .credit a:after {
  content: ' ';
  position: absolute;
  left: 0;
  display: block;
  background-color: #ffdf6c;
  width: 0;
  height: 2px;
  transition: 0.2s ease-in-out;
}
.footer .credit a:hover:after {
  width: 40px;
}

/*Media Queries for The Footer*/

@media only screen and (max-width: 1450px) {
  .footer .footer-items .col-md-3 {
    padding-left: 100px;
  }
  .footer .footer-items .col-md-3:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1350px) {
  .footer .footer-items .col-md-3 {
    padding-left: 80px;
  }
  .footer .footer-items .col-md-3:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1320px) {
  .footer .footer-items .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .footer-items {
    padding: 0 150px;
  }
  .footer .footer-items .col-md-3 {
    padding-left: 180px;
    padding-bottom: 50px;
  }
  .footer .footer-items .col-md-3:first-child {
    padding-left: 100px;
  }
  .footer .footer-items .col-md-3:nth-child(3) {
    padding-left: 110px;
  }
  .footer .footer-items .col-md-3:nth-child(3),
  .footer .footer-items .col-md-3:nth-child(4) {
    padding-bottom: 0;
  }
  .footer .copyright {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1220px) {
  .footer .footer-items {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1050px) {
  .footer .footer-items {
    padding: 0 120px;
  }
  .footer .footer-items .col-md-3 {
    padding-left: 160px;
  }
  .footer .footer-items .col-md-3:first-child {
    padding-left: 0;
  }
  .footer .footer-items .col-md-3:nth-child(3) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .footer .footer-items {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 940px) {
  .footer .footer-items {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 840px) {
  .footer .footer-items {
    padding: 0 30px;
  }
  .footer .subscription-form {
    padding-left: 50px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 800px) {
  .footer .footer-items .col-md-3 {
    padding-left: 120px;
  }
  .footer .footer-items .col-md-3:first-child {
    padding-left: 0;
  }
  .footer .footer-items .col-md-3:nth-child(3) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 740px) {
  .footer .footer-items .col-md-3 {
    padding-left: 100px;
  }
  .footer .footer-items .col-md-3:first-child {
    padding-left: 0;
  }
  .footer .footer-items .col-md-3:nth-child(3) {
    padding-left: 10px;
  }
  .footer .subscription-form .col-sm-4,
  .footer .subscription-form .col-sm-5,
  .footer .subscription-form .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer .subscription-form .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .footer .footer-items .col-md-3 {
    padding-left: 90px;
  }
  .footer .footer-items .col-md-3:first-child {
    padding-left: 0;
  }
  .footer .footer-items .col-md-3:nth-child(3) {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 670px) {
  .footer .footer-items .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .subscription-form {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footer-items .col-md-3 {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .footer .footer-items .col-md-3:first-child {
    padding-bottom: 40px;
  }
  .footer .footer-items .col-md-3:nth-child(3) {
    padding-bottom: 10px;
  }
  .footer .footer-items .col-md-3:nth-child(4) {
    padding-bottom: 0;
  }
  .footer .footer-items .col-md-3:first-child {
    padding-left: 0;
  }
  .footer .footer-items .col-md-3:nth-child(3) {
    padding-left: 10px;
  }
  .footer .footer-items {
    padding: 0;
  }
  .footer .subscription-form .col-sm-4,
  .footer .subscription-form .col-sm-5,
  .footer .subscription-form .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .footer {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer .copyright {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 380px) {
  .footer .copyright p {
    font-size: 15.5px;
  }
  .footer .credit p {
    font-size: 15.5px;
  }
}

/*Styling The Home Page*/

.hero-slider {
  padding-top: 57px;
  margin-top: -0.5px;
}
.hero-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.hero-slider.desktop {
  display: block;
}
.hero-slider.mobile {
  display: none;
}
.about-us {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/old-paper-texture.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 100px 60px 60px;
  margin-top: -1px;
}
.about-us-image img {
  width: 400px;
  max-width: 100%;
}
.about-us-image.desktop {
  display: block;
}
.about-us-image.mobile {
  display: none;
}
.about-us-image {
  margin-right: 20px;
}
.about-us h2 {
  padding-top: 40px;
  padding-bottom: 28px;
}
.about-us p {
  font-size: 17.5px;
  line-height: 28px;
  text-align: justify;
}
.prebooking-introduction {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/prebooking-header.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  text-align: center;
  color: #ffdf6c;
  padding: 50px 40px;
}
.prebooking-introduction h1 {
  padding-bottom: 20px;
  font-size: 35px;
}
.prebooking-introduction h5 {
  padding-bottom: 30px;
  width: 1000px;
  margin: auto;
  line-height: 32px;
  font-size: 19px;
}
.prebooking-introduction .btn {
  padding: 12px 25px;
  background: transparent;
  color: #ffdf6c;
  border-radius: 8px;
  box-shadow: -3px -3px 8px 2px #000 inset;
  border: none;
  animation: 2s ease-in-out;
}
.prebooking-introduction .btn:hover {
  box-shadow: 3px 3px 8px 2px#000 inset;
}
.prebooking-introduction .btn a {
  font-size: 18px;
  color: #ffdf6c;
  text-decoration: none;
  font-weight: 600;
}
.magazine-introduction.uranchandi {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/collage.png);
  background-size: contain;
  background-repeat: repeat;
}
.magazine-introduction.suspense-barshiki {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/old-paper-texture.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.magazine-introduction {
  position: relative;
  padding: 50px 60px;
}
.magazine-introduction.suspense-barshiki {
  margin-bottom: 40px;
}
.magazine-introduction .row {
  align-items: center;
}
.magazine-introduction .desktop {
  display: block;
}
.magazine-introduction .mobile {
  display: none;
}
.magazine-introduction h1 {
  color: #141010;
  font-weight: bold;
  font-size: 32px;
  border-bottom: 1px solid rgb(146, 146, 146);
  padding-bottom: 5px;
}
.magazine-introduction h5 {
  display: inline-block;
  font-size: 17.5px;
  padding-left: 1px;
  padding-right: 20px;
}
.magazine-introduction h5 i {
  padding-right: 10px;
}
.magazine-introduction p {
  color: #141010;
  font-size: 17.5px;
  line-height: 28px;
  text-align: justify;
}
.magazine-introduction p:first-of-type {
  padding-top: 36px;
}
.magazine-introduction .image {
  text-align: center;
}
.magazine-introduction.uranchandi .image {
  margin-left: 20px;
}
.magazine-introduction.suspense-barshiki .image {
  margin-right: 20px;
}
.magazine-introduction .image img {
  margin: 0 10px;
  box-shadow: -5px 5px 10px rgb(77, 77, 77);
  width: 19rem;
}
.magazine-introduction .know-more h6 {
  color: #8d2922;
  font-size: 17px;
  font-weight: bold;
  padding-top: 20px;
}
.magazine-introduction .know-more a {
  color: #8d2922;
}
.magazine-introduction .know-more a:hover {
  color: #000;
}
.slick-next {
  background-image: url("/wp-content/themes/liberfierithemebytitas/assets/img/right-arrow.png") !important;
  background-position: center;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  top: 37% !important;
  right: -30px !important;
}
.slick-next::before {
  content: none !important;
}
.slick-prev {
  background-image: url("/wp-content/themes/liberfierithemebytitas/assets/img/left-arrow.png") !important;
  background-position: center;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  top: 37% !important;
  left: -30px !important;
}
.slick-prev::before {
  content: none !important;
}
.recent-books {
  padding: 50px;
  position: relative;
}
.recent-books.bengali {
  padding-top: 40px;
}
.recent-books .heading-block {
  display: flex;
  padding-bottom: 20px;
}
.recent-books .heading-block h1 {
  font-size: 28px;
  padding-left: 25px;
}
.recent-books .heading-block .view-all-books h2 {
  font-size: 18px;
  position: absolute;
  right: 100px;
  padding-top: 18px;
}
.recent-books .heading-block .view-all-books h2 a {
  color: #8d2922;
}
.recent-books .heading-block .view-all-books h2 a:hover {
  color: #000;
}
.recent-books .book {
  display: inline-block;
  padding: 20px;
  position: relative;
}
.recent-books .book .book-image {
  overflow: hidden;
}
.recent-books .book .book-image img {
  width: 100%;
  height: auto;
  box-shadow: -3px 3px 8px rgb(161, 161, 161);
  transition: 0.4s ease-in-out;
}
.recent-books .book .book-image img:hover {
  transform: scale(1.1);
}
.recent-books .book .book-info {
  padding: 10px 0;
  padding-left: 2px;
  padding-right: 2px;
}
.recent-books .book .book-info a {
  color: #000;
}
.recent-books .book .book-info a:hover {
  color: #8d2922;
}
.recent-books .book .book-info h3 {
  font-size: 18px;
}
.recent-books .book .book-info h5 {
  font-size: 16px;
}
.publish-with-us {
  position: relative;
  padding: 120px 100px 80px 100px;
  margin-top: 20px;
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/old-paper-texture.jpg);
  color: #101820FF;
}
.publish-with-us h2 {
  text-align: center;
}
.publish-with-us .publish-with-us-image img {
  width: 400px;
  max-width: 100%;
  height: auto;
}
.publish-with-us .publish-with-us-image {
  text-align: center;
}
.publish-with-us p {
  font-size: 17.5px;
  line-height: 28px;
  text-align: justify;
}
.publish-with-us p:first-of-type {
  margin-top: 30px;
}
.publish-with-us .learn-more {
  font-weight: 600;
  color: #8d2922;
  float: right;
  padding-top: 20px;
  padding-right: 20px;
}
.book-selling-partner-program {
  padding: 70px 100px;
}
.book-selling-partner-program h2 {
  text-align: center;
}
.book-selling-partner-program .book-selling-partner-program-image img {
  width: 400px;
  max-width: 100%;
  height: auto;
}
.book-selling-partner-program .book-selling-partner-program-image {
  text-align: center;
}
.book-selling-partner-program p {
  font-size: 17.5px;
  line-height: 28px;
  margin-top: 60px;
  text-align: justify;
}
.book-selling-partner-program .learn-more {
  font-weight: 600;
  color: #AF251B;
  padding-top: 20px;
}
.contact-us {
  position: relative;
  background-color: #f8c30180;
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/old-paper-texture.jpg);
  padding: 110px 0;
}
.contact-us h2 {
  padding-bottom: 20px;
}
.contact-us p {
  font-size: 17.5px;
  line-height: 28px;
}
.contact-us .col-md-4 {
  text-align: center;
}
.btn {
  background: transparent;
  color: #8d2922;
  border: 2px solid #8d2922;
  padding: 8px 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px #8d2922 inset;
  transition: 0.2s ease-in-out;
}
.btn:hover {
  box-shadow: none;
  background-color: #8d292209;
}
.btn-filled {
  border: none;
  background-color: #8d2922;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #3c3c3c;
}
.btn-filled:hover {
  box-shadow: none;
}
.download-catalogue {
  padding: 70px 0;
}
.download-catalogue h2 {
  padding-bottom: 20px;
}
.download-catalogue p {
  font-size: 17.5px;
  line-height: 28px;
}
.download-catalogue .download-link a {
  display: block;
  text-align: center;
  color: #8d2922;
}
.download-catalogue .download-link a:hover {
  color: #000;
}
.download-catalogue .download-link i {
  font-size: 30px;
}

/*Media Queries for the Home Page*/

@media only screen and (max-width: 1400px) {
  .publish-with-us {
    padding: 120px 80px 80px 60px;
  }
  .publish-with-us .publish-with-us-image {
    text-align: center;
    margin-right: 20px;
  }
  .book-selling-partner-program {
    padding: 70px 70px 70px 100px;
  }
  .book-selling-partner-program .book-selling-partner-program-image {
    text-align: center;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .about-us {
    padding: 30px 50px 60px 40px;
  }
  .publish-with-us {
    padding: 110px 60px 90px 40px;
  }
  .book-selling-partner-program {
    padding: 60px 60px 60px 90px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us {
    padding: 30px 30px 60px 20px;
  }
  .about-us-image img {
    width: 300px;
  }
}
@media only screen and (max-width: 1185px) {
  .magazine-introduction {
    padding: 40px 60px;
  }
  .magazine-introduction h1 {
    font-size: 28px;
  }
  .magazine-introduction h5 {
    font-size: 17px;
    padding-right: 15px;
  }
  .magazine-introduction h5 i {
    padding-right: 8px;
  }
  .magazine-introduction p {
    font-size: 17px;
    line-height: 27px;
  }
  .magazine-introduction p:first-of-type {
    padding-top: 20px;
  }
  .magazine-introduction .know-more h6 {
    padding-top: 20px;
  }
  .magazine-introduction .image img {
    width: 18rem;
  }
  .publish-with-us {
    padding: 100px 40px 90px 20px;
  }
  .publish-with-us p {
    font-size: 17px;
    line-height: 27px;
  }
  .book-selling-partner-program {
    padding: 60px 20px 60px 60px;
  }
  .book-selling-partner-program p {
    font-size: 17px;
    line-height: 27px;
  }
  .contact-us p {
    font-size: 17px;
    line-height: 27px;
  }
  .download-catalogue p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1120px) {
  .hero-slider {
    padding-top: 55px;
  }
  .prebooking-introduction {
    min-height: 300px;
  }
  .prebooking-introduction h1 {
    padding-bottom: 10px;
    font-size: 30px;
  }
  .prebooking-introduction h5 {
    width: 90%;
    line-height: 28px;
    font-size: 17px;
  }
  .prebooking-introduction .btn a {
    font-size: 16px;
  }
  .magazine-introduction .image img {
    width: 17rem;
  }
  .publish-with-us h2 {
    font-size: 28px;
  }
  .publish-with-us p {
    font-size: 16px;
    line-height: 26px;
  }
  .book-selling-partner-program h2 {
    font-size: 28px;
  }
  .book-selling-partner-program p {
    font-size: 16px;
    line-height: 26px;
  }
  .contact-us {
    padding: 100px 0;
  }
  .contact-us h2 {
    font-size: 28px;
  }
  .contact-us p {
    font-size: 16px;
    line-height: 26px;
  }
  .download-catalogue {
    padding: 55px 0;
  }
  .download-catalogue h2 {
    font-size: 28px;
  }
  .download-catalogue p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1050px) {
  .hero-slider {
    padding-top: 53px;
  }
  .magazine-introduction h1 {
    font-size: 26px;
  }
  .magazine-introduction p {
    font-size: 16.5px;
    line-height: 25px;
  }
  .magazine-introduction .image img {
    width: 16rem;
  }
  .recent-books.english {
    padding-top: 30px;
  }
  .recent-books.bengali {
    padding-top: 20px;
  }
  .recent-books .heading-block h1 {
    font-size: 25px;
  }
  .recent-books .heading-block .view-all-books h2 {
    font-size: 17px;
    padding-top: 12px;
  }
  .recent-books .book .book-info h3 {
    font-size: 17px;
  }
  .recent-books .book .book-info h5 {
    font-size: 15.5px;
  }
  .publish-with-us .col-md-4,
  .publish-with-us .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .publish-with-us {
    padding: 100px 60px 90px 60px;
  }
  .publish-with-us p {
    font-size: 17px;
    line-height: 26.5px;
  }
  .publish-with-us p:first-of-type {
    margin-top: 0;
  }
  .book-selling-partner-program .col-md-8 {
    order: 2;
  }
  .book-selling-partner-program .col-md-4 {
    order: 1;
  }
  .book-selling-partner-program .col-md-4,
  .book-selling-partner-program .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .book-selling-partner-program {
    padding: 60px 60px;
  }
  .book-selling-partner-program p {
    margin-top: 50px;
    font-size: 17px;
    line-height: 26.5px;
  }
  .book-selling-partner-program .learn-more {
    float: right;
  }
}
@media only screen and (max-width: 990px) {
  .magazine-introduction h1 {
    font-size: 24px;
  }
  .magazine-introduction p {
    font-size: 16px;
    line-height: 24px;
  }
  .magazine-introduction .image img {
    width: 15rem;
  }
}
@media only screen and (max-width: 960px) {
  .about-us .col-md-4,
  .about-us .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-us-image.desktop {
    display: none;
  }
  .about-us-image.mobile {
    display: block;
    text-align: center;
  }
  .about-us {
    padding: 40px;
  }
  .about-us h2 {
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
  }
  .about-us-image img {
    width: 300px;
    margin-bottom: 40px;
  }
  .magazine-introduction .row .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .magazine-introduction h1 {
    font-size: 28px;
  }
  .magazine-introduction p {
    font-size: 17px;
    line-height: 27px;
  }
  .magazine-introduction .know-more h6 {
    float: right;
    padding-top: 15px;
  }
  .magazine-introduction .desktop {
    display: none;
  }
  .magazine-introduction .mobile {
    display: block;
  }
  .magazine-introduction .image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .magazine-introduction.uranchandi .image {
    margin-left: 0;
  }
  .magazine-introduction.suspense-barshiki .image {
    margin-right: 0;
  }
  .magazine-introduction .image img {
    width: 17.5rem;
  }
}
@media only screen and (max-width: 900px) {
  .prebooking-introduction {
    min-height: 200px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .prebooking-introduction h1 {
    padding-bottom: 10px;
    font-size: 25px;
  }
  .prebooking-introduction h5 {
    padding-bottom: 20px;
    width: 100%;
    line-height: 28px;
    font-size: 17px;
  }
  .prebooking-introduction .btn a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-us p {
    font-size: 17px;
    line-height: 26.5px;
  }
  .contact-us p:last-of-type {
    margin-bottom: 40px;
  }
  .contact-us .col-md-4 {
    text-align: right;
  }
  .download-catalogue p {
    font-size: 17px;
    line-height: 26.5px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .hero-slider {
    padding-top: 53px;
  }
  .prebooking-introduction {
    margin-top: -1px;
  }
  .magazine-introduction {
    padding: 30px 40px;
  }
  .magazine-introduction h1 {
    font-size: 26px;
  }
  .magazine-introduction h5 {
    font-size: 16.5px;
    padding-right: 13px;
  }
  .magazine-introduction .image {
    margin-top: 28px;
    margin-bottom: 20px;
  }
  .magazine-introduction .image img {
    width: 17rem;
  }
  .download-catalogue {
    padding: 50px 0;
  }
  .download-catalogue h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .about-us {
    padding: 30px;
  }
  .about-us-image img {
    margin-bottom: 30px;
  }
  .hero-slider.desktop {
    display: none;
  }
  .hero-slider.mobile {
    display: block;
  }
  .recent-books.english {
    padding-top: 20px;
  }
  .recent-books.bengali {
    padding-top: 60px;
  }
  .recent-books .heading-block h1 {
    font-size: 22px;
    padding-left: 10px;
  }
  .recent-books .heading-block .view-all-books h2 {
    font-size: 17px;
    padding-top: 12px;
    bottom: 15px;
    right: 40px;
  }
  .recent-books {
    padding: 50px 25px;
  }
  .slick-next {
    right: -25px !important;
  }
  .slick-prev {
    left: -17px !important;
  }
  .recent-books .book {
    padding: 10px;
  }
  .publish-with-us {
    padding: 100px 40px 90px 40px;
    margin-top: 30px;
  }
  .book-selling-partner-program {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 576px) {
  .contact-us {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-us .col-md-4 {
    text-align: center;
  }
  .download-catalogue {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .prebooking-introduction {
    min-height: 50px;
    padding: 30px 20px 40px 20px;
  }
  .prebooking-introduction h1 {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .prebooking-introduction h5 {
    padding-bottom: 20px;
    width: 100%;
    line-height: 26px;
    font-size: 16.5px;
  }
  .prebooking-introduction .btn {
    padding: 10px 22px 12px 22px;
  }
  .prebooking-introduction .btn a {
    font-size: 15.5px;
  }
  .book-selling-partner-program {
    padding: 50px 40px;
  }
  .book-selling-partner-program h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 470px) {
  .magazine-introduction {
    padding: 30px 30px;
    padding-bottom: 90px;
  }
  .magazine-introduction h1 {
    font-size: 24px;
  }
  .magazine-introduction h5 {
    font-size: 16px;
    padding-right: 12px;
  }
  .magazine-introduction p {
    font-size: 16.5px;
    line-height: 26px;
  }
  .magazine-introduction .know-more h6 {
    padding-top: 20px;
  }
  .magazine-introduction .image img {
    width: 15rem;
  }
  .recent-books.english {
    padding-top: 10px;
  }
  .recent-books.bengali {
    padding-top: 50px;
  }
  .publish-with-us {
    padding: 100px 30px 90px 30px;
  }
  .publish-with-us p {
    font-size: 16.5px;
    line-height: 26px;
  }
  .book-selling-partner-program {
    padding: 50px 30px;
  }
  .book-selling-partner-program p {
    font-size: 16.5px;
    line-height: 26px;
    margin-top: 40px;
  }
  .contact-us p {
    font-size: 16.5px;
    line-height: 26px;
  }
  .download-catalogue p {
    font-size: 16.5px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 420px) {
  .about-us {
    padding: 20px;
  }
  .about-us h2 {
    font-size: 30px;
  }
  .about-us p {
    font-size: 16px;
    line-height: 26px;
  }
  .about-us-image img {
    width: 280px;
    margin-bottom: 20px;
  }
  .prebooking-introduction {
    min-height: 50px;
    padding: 25px 15px 35px 15px;
  }
  .prebooking-introduction h1 {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .prebooking-introduction h5 {
    line-height: 25px;
  }
  .prebooking-introduction .btn {
    padding: 8px 20px 10px 20px;
  }
  .magazine-introduction {
    padding: 20px 20px;
  }
  .magazine-introduction h1 {
    font-size: 22px;
  }
  .magazine-introduction h5 {
    font-size: 15.5px;
    padding-right: 10px;
  }
  .magazine-introduction p {
    font-size: 16px;
    line-height: 26px;
  }
  .magazine-introduction .know-more h6 {
    float: right;
    padding-top: 10px;
  }
  .magazine-introduction .image img {
    width: 13.5rem;
  }
  .publish-with-us {
    padding: 100px 20px 90px 20px;
  }
  .publish-with-us p {
    font-size: 16px;
  }
  .book-selling-partner-program {
    padding: 50px 20px;
  }
  .book-selling-partner-program p {
    font-size: 16px;
  }
  .contact-us {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-us .col-md-4 {
    text-align: center;
  }
  .contact-us p {
    font-size: 16px;
  }
  .download-catalogue {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 396px) {
  .hero-slider {
    padding-top: 53px;
  }
  .recent-books {
    padding: 50px 20px;
  }
  .slick-next {
    right: -18px !important;
  }
  .slick-prev {
    left: -13px !important;
  }
  .recent-books.bengali {
    padding-top: 45px;
  }
  .publish-with-us .learn-more {
    padding-top: 17px;
  }
  .book-selling-partner-program .learn-more {
    padding-top: 17px;
  }
}
@media only screen and (max-width: 330px) {
  .magazine-introduction .image {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .magazine-introduction .image img {
    width: 80%;
  }
}

/*Styling The Single Book Page*/

.single-book {
  padding-bottom: 100px;
}
.single-book .book-image.desktop {
  display: block;
}
.single-book .book-image.mobile {
  display: none;
}
.single-book .book-image {
  position: relative;
}
.single-book .book-image img {
  width: 24rem;
  height: auto;
  max-width: 100%;
  box-shadow: -5px 5px 10px rgb(161, 161, 161);
  box-shadow: 8px 6px 5px rgb(137, 137, 137);
  margin-bottom: 3px;
}
.single-book .book-image .prebooking-badge {
  display: none;
  position: absolute;
  top: -7px;
  right: 55px;
  box-shadow: 0 0 3px #000;
  color: #8d2922;
  background: linear-gradient(215deg, #ffdf6c, #ffe68a, #fdeba7, #fff);
  background: #ffdf6c;
  padding: 12px 25px 6px 25px;
  border-radius: 10px;
}
.single-book .book-image .prebooking-badge h4 {
  font-size: 18px;
  font-family: cursive;
}
.single-book .book-details .book-title h1 {
  font-size: 28px;
  padding-bottom: 5px;
  line-height: 40px;
}
.single-book .book-details .book-title bracketOpenSpan {
  margin-right: 10px;
}
.single-book .book-details .book-title bracketCloseSpan {
  margin-left: 10px;
}
.single-book .book-details .book-author h4 {
  font-size: 18px;
  padding-bottom: 5px;
}
.single-book .book-details .book-author {
  border-bottom: 1px solid #ccc;
}
.single-book .book-details .book-info {
  padding-bottom: 40px;
}
.single-book .book-details .book-info .pages,
.single-book .book-details .book-info .language,
.single-book .book-details .book-info .views,
.single-book .book-details .book-info .comments {
  display: inline-block;
  padding-right: 30px;
  font-size: 16px;
  padding-top: 10px;
}
.single-book .book-details .book-series h5 {
  font-size: 17.5px;
  padding-bottom: 8px;
}
.single-book .book-details .book-series h5 strong {
  padding-right: 2px;
  font-size: 18px;
}
.single-book .book-details .book-genre {
  padding-bottom: 25px;
}
.single-book .book-details .book-genre h5 {
  font-size: 17.5px;
  padding-bottom: 2px;
}
.single-book .book-details .book-genre h5 strong {
  padding-right: 2px;
  font-size: 18px;
}
.breadcrumb {
  background-color: #ffdf6c;
}
.breadcrumb a {
  color: #8d2922;
}
.breadcrumb-item.active {
  color: rgb(53, 53, 53);
}
.single-book .book-details .book-share {
  padding-top: 20px;
  padding-bottom: 35px;
  display: flex;
}
.single-book .book-details .book-share h5 {
  padding-right: 20px;
  padding-top: 7px;
}

/*.single-book .book-details .book-share i {
  font-size: 30px;
  padding-right: 15px;
}*/

.single-book .book-details .book-info.bottom-info {
  padding-bottom: 10px !important;
}
.single-book .book-details .book-info .isbn,
.single-book .book-details .book-info .series-no,
.single-book .book-details .book-info .edition-date,
.single-book .book-details .book-info .cover-artist {
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  padding-top: 20px;
}
.single-book .book-details .book-buy select {
  padding: 8px 40px;
  margin-bottom: 20px;
  border: 2px solid #8d2922;
  border-radius: 3px;
  cursor: pointer;
}
select {
  display: block;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.single-book .book-details .buying-link .price h5 {
  display: inline-block;
  font-size: 18px;
}
.single-book .book-details .buying-link .dimension h5 {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 20px;
}
.single-book .book-details .buying-link .buying-option-details {
  display: flex;
  padding-bottom: 10px;
}
.single-book .book-details .buying-link .price {
  padding-right: 100px;
}
.single-book .book-details .buying-link .price .previous-price {
  text-decoration: line-through;
  padding-left: 10px;
  padding-right: 10px;
}
.single-book .book-details .buying-link .buying-website-link {
  border-bottom: 1px solid #ccc;
}
.single-book .book-details .buying-link .buying-website-link h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.single-book .book-details .buying-link .buying-website-link .buying-website-option .buy-on {
  display: inline-block;
  padding-bottom: 20px;
}
.single-book .book-details .buying-link .buying-website-link .buying-website-option img {
  margin-right: 30px;
}
.single-book .book-details .buying-link .buying-website-link .buying-website-option .buy-on.amazon img {
  width: 85px;
  height: auto;
  padding-top: 9px;
}
.single-book .book-details .buying-link .buying-website-link .buying-website-option .buy-on.flipkart img {
  width: 120px;
  height: auto;
}
.single-book .book-details .buying-link .buying-website-link .buying-website-option .buy-on.swiftboox img {
  width: 90px;
  height: auto;
}
.single-book .book-details .buying-link .buying-website-link .buying-website-option .buy-on.amazon-kindle img {
  width: 145px;
  height: auto;
  padding-top: 6px;
}
.single-book .book-details .buying-link .buying-website-link .buying-website-option .buy-on.google-play-books img {
  width: 115px;
  height: auto;
}
.about-book-tabs {
  padding-top: 90px;
}
.tab {
  cursor: pointer;
  padding: 10px 12px;
  margin: 0px 10px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px 3px 0px 0px;
}
.tab:hover {
  color: #8d2922;
}
.tab-contents {
  min-height: 200px;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding-left: 2px;
}
.tab-content {
  display: none;
  animation: fadein .8s;
}
.radio {
  display: none;
}
#tab-about-book:checked~.tab-contents #tab-content-book,
#tab-about-author:checked~.tab-contents #tab-content-author {
  display: block;
}
#tab-about-book:checked~.tabs #tab-book,
#tab-about-author:checked~.tabs #tab-author {
  color: #8d2922;
  border-top: 3px solid #8d2922;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.single-book .about-book .tab-contents #tab-content-book {
  padding-top: 40px;
}
.single-book .about-book .tab-contents #tab-content-book p {
  font-size: 17px;
  line-height: 27px;
}
.single-book .about-book .tab-contents #tab-content-book .youtube-link {
  padding-bottom: 33px;
}
.single-book .about-book .tab-contents #tab-content-book .youtube-link h5 {
  font-size: 17.5px;
  padding-right: 15px;
  padding-top: 1.5px;
  padding-bottom: 12px;
}
.single-book .about-book .tab-contents #tab-content-book .youtube-link img {
  height: 26px;
  width: auto;
}
.single-book .about-book .tab-contents #tab-content-book .download-book-table-of-contents {
  display: flex;
  padding-bottom: 30px;
}
.single-book .about-book .tab-contents #tab-content-book .download-book-table-of-contents h5 {
  font-size: 17.5px;
  padding-right: 15px;
  padding-top: 5px;
}
.single-book .about-book .tab-contents #tab-content-book .download-book-table-of-contents i {
  font-size: 30px;
  color: #8d2922;
}
.single-book .about-book .tab-contents #tab-content-book .listen-about-the-book h5 {
  font-size: 17.5px;
  padding-top: 2px;
}
.single-book .about-book .tab-contents #tab-content-book .listen-about-the-book audio {
  margin-top: 22px;
  margin-bottom: 34px;
  box-shadow: 0 0 5px grey;
  border-radius: 27px;
  max-width: 99%;
}
.single-book .about-book .tab-contents #tab-content-author {
  margin-top: 10px;
}
.single-book .about-book .tab-contents #tab-content-author .book-author {
  display: flex;
  padding: 40px;
  border-bottom: 1px solid #ddd;
}
.single-book .about-book .tab-contents #tab-content-author .book-author:last-child {
  border-bottom: none;
}
.single-book .about-book .tab-contents #tab-content-author .book-author .author-image {
  padding-right: 50px;
}
.single-book .about-book .tab-contents #tab-content-author .book-author .author-image img {
  width: 120px;
  max-width: 100vw;
  height: 120px;
  border-radius: 50%;
}
.single-book .about-book .tab-contents #tab-content-author .book-author .author-details h4 {
  margin-bottom: 15px;
  font-size: 22px;
}
.single-book .about-book .tab-contents #tab-content-author .book-author .author-details a {
  color: inherit;
  text-decoration: none;
}
.single-book .about-book .tab-contents #tab-content-author .book-author .author-details a:hover {
  color: #8d2922;
}
.single-book .about-book .tab-contents #tab-content-author .book-author .author-details h6 {
  float: right;
}
.single-book .book-specifications p {
  font-size: 17px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.single-book .book-specifications p a {
  color: #8d2922;
  text-decoration: underline !important;
}
.single-book .book-specifications p a:hover {
  color: #000;
}
.single-book .book-specifications h6 {
  font-size: 16px;
  padding-bottom: 5px;
  display: inline-block;
  margin-right: 25px;
}
.single-book .book-specifications h6 strong {
  padding-right: 2px;
}
.single-book .book-specifications {
  padding-bottom: 10px;
}
.single-book .book-prebook .price {
  display: flex;
  align-items: center;
  padding: 10px 0;
  padding-top: 0;
}
.single-book .book-prebook .price h5 {
  font-size: 18px;
}
.single-book .book-prebook .price .previous-price {
  padding-left: 10px;
  text-decoration: line-through;
}
.single-book .book-prebook .price .current-price {
  padding-left: 10px;
}
.single-book .book-prebook .add-book-to-cart .add-to-cart-button {
  background-color: transparent;
  padding: 5px 10px;
  color: #000000;
  border: 2px solid #8d2922;
  box-shadow: 0 0 3px #8d2922 inset;
  border-radius: 5px;
}
.single-book .book-prebook .add-book-to-cart .add-to-cart-button:hover {
  box-shadow: none;
  background-color: #8d292209;
}
.single-book .book-prebook .add-book-to-cart {
  padding-bottom: 30px;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}
.single-book .book-bspp-buy .price {
  display: flex;
  align-items: center;
  padding: 10px 0;
  padding-top: 0;
}
.single-book .book-bspp-buy .price h5 {
  font-size: 18px;
}
.single-book .book-bspp-buy .price .previous-price {
  padding-left: 10px;
  text-decoration: line-through;
}
.single-book .book-bspp-buy .price .current-price {
  padding-left: 10px;
}
.single-book .book-bspp-buy .add-book-to-cart .add-to-cart-button {
  background-color: transparent;
  padding: 5px 10px;
  color: #000000;
  border: 2px solid #8d2922;
  box-shadow: 0 0 3px #8d2922 inset;
  border-radius: 5px;
}
.single-book .book-bspp-buy .add-book-to-cart .add-to-cart-button:hover {
  box-shadow: none;
  background-color: #8d292209;
}
.single-book .book-bspp-buy .add-book-to-cart .add-to-cart-button i {
  padding-right: 5px;
}
.single-book .book-bspp-buy .add-book-to-cart {
  padding-bottom: 30px;
  padding-top: 10px;
  border-bottom: 1px solid grey;
}
.book-upcoming {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.book-upcoming p {
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 10px;
}
.book-upcoming h6 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.single-book .book-upcoming .price {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.single-book .book-upcoming .price h5 {
  font-size: 17.5px;
}
.single-book .book-upcoming .price .previous-price {
  padding-left: 10px;
  text-decoration: line-through;
}
.single-book .book-upcoming .price .current-price {
  padding-left: 10px;
}
.book-upcoming .freebook-button {
  background-color: transparent;
  padding: 5px 10px;
  color: #000;
  border: 2px solid #8d2922;
  box-shadow: 0 0 3px #8d2922 inset;
  border-radius: 5px;
  margin-bottom: 10px
}
.book-upcoming .freebook-button:hover {
  box-shadow: none;
  background-color: #8d2922;
  color: #fff;
}

/*Comments Section*/

#comments {
  background: transparent;
  margin: 0;
  border: none;
  margin-top: 70px;
  padding: 30px;
  background-color: rgba(245, 245, 245, 0.678);
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.664);
}
#comments h2.comments-title {
  border-bottom: 1px solid grey;
  padding: 0;
  padding-bottom: 8px;
  padding-left: 4px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
.average-comment-star-rating {
  margin: 5px;
}
#comments ol.comment-list {
  list-style: none;
  padding-bottom: 30px;
}
#comments ol.comment-list .comment-respond {
  padding-top: 50px;
}
#comments ol.comment-list .comment-respond .comment-reply-title small {
  margin-left: 10px;
}
#comments ol.comment-list .comment-respond .comment-reply-title small a {
  font-size: 17px;
  color: #8d2922;
}
#comments ol.comment-list .comment-respond .comment-reply-title small a:hover {
  color: #000;
}
#comments ol.comment-list li {
  margin-bottom: 25px;
  padding-top: 24px;
}
#comments ol.children li {
  margin-top: 10px;
  margin-left: 50px;
  /*margin-bottom: 40px;*/
  list-style: none;
}
#comments ol li .comment-body {
  border: none;
  padding: 22px 30px;
  /*padding-bottom: 20px;*/
  line-height: 25.5px;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.664);
  background-color: #fff;
}
#comments ol li .comment-author.vcard img {
  border-radius: 50%;
  box-shadow: 2px 2px 2px #7e7e7e;
  margin-bottom: 5px;
  margin-right: 10px;
}
#comments ol li b.fn {
  font-size: 17px;
  margin-bottom: 5px;
}
#comments ol li b.fn a {
  color: rgb(54, 54, 54) !important;
}
#comments ol li .comment-metadata a {
  font-size: 15px;
  color: rgb(128, 128, 128);
}
#comments ol li .comment-content {
  margin-top: 10px;
}
#comments ol li .reply a {
  color: #8d2922;
}
#comments ol li .reply a:hover {
  color: #000;
}
.comment-respond {
  padding: 0;
}
.comment-respond h3 {
  border-bottom: 1px solid grey;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
  padding-left: 4px;
  line-height: 28px;
}
.comment-respond form {
  padding: 25px 35px;
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.664);
  border-radius: 5px;
}
.comment-respond p.logged-in-as a {
  color: #000;
}
.comment-respond p.logged-in-as a:nth-child(2) {
  color: #8d2922;
}
.comment-respond p.logged-in-as a:nth-child(2):hover {
  color: #000;
}
.comment-respond .comment-form-comment {
  margin-top: 30px;
}
p.form-submit {
  text-align: right;
}
.comment-respond form input,
.comment-respond form textarea {
  color: #000;
  background-color: transparent;
  padding: 5px 10px;
  border-radius: 2px;
  border-color: rgb(143, 143, 143);
}
.comment-respond form input:focus,
.comment-respond form textarea:focus {
  border-color: rgb(71, 71, 71);
}
.comment-respond form label {
  font-weight: bold;
}

/*.magazine .leave-comment form input:focus,
  textarea:focus {
    outline-color: #000;
  }*/

.comment-respond form input[type="submit"] {
  padding: 8px 35px;
  color: #fff;
  background-color: #8d2922;
  border: none;
  border-radius: 2px;
  box-shadow: 2px 2px 5px rgb(165, 165, 165);
  margin-top: 25px;
}
.comment-respond form input[type="submit"]:hover {
  box-shadow: none;
}

/*Media Queries for The Single Book Page*/

@media only screen and (max-width: 1200px) {
  .single-book .container {
    max-width: 1150px;
  }
  .single-book {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1050px) {
  .single-book .book-specifications h6 {
    display: block;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .single-book .book-specifications p {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .single-book .book-upcoming .book-specifications h6 {
    padding-bottom: 12px;
  }
  .single-book .book-upcoming .price {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .single-book .book-upcoming .price h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1030px) {
  .single-book {
    padding-left: 80px;
    padding-right: 80px;
  }
  .single-book .breadcrumb {
    margin-bottom: 20px;
  }
  .single-book .row .col-md-5,
  .single-book .row .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-book .book-image.desktop {
    display: none;
  }
  .single-book .book-image.mobile {
    display: block;
  }
  .single-book .book-image {
    text-align: center;
    padding-top: 0;
    padding-bottom: 60px;
  }
  .single-book .book-image img {
    width: 20rem;
    height: auto;
  }
  .single-book .book-details .book-title,
  .single-book .book-details .book-author,
  .single-book .book-details .book-info {
    padding-left: 5px;
  }
  .single-book .book-details .book-series h5 {
    padding-bottom: 15px;
  }
  .single-book .book-details .book-info.bottom-info {
    padding-left: 0;
  }
  .about-book-tabs {
    padding-top: 60px;
  }
  #comments {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .single-book {
    padding-left: 40px;
    padding-right: 40px;
  }
  #comments ol.children li {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .single-book {
    padding-left: 30px;
    padding-right: 30px;
  }
  #comments ol.children li {
    margin-left: 30px;
  }
  #comments {
    padding: 20px;
  }
  #comments h2.comments-title {
    font-size: 22px;
  }
  .comment-respond h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 700px) {
  .single-book {
    padding-left: 10px;
    padding-right: 10px;
  }
  #comments ol.children li {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 650px) {
  .single-book {
    padding-left: 5px;
    padding-right: 5px;
  }
  .single-book {
    padding-bottom: 27px;
  }
  .single-book .book-details .book-title h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .single-book .book-details .book-author h4 {
    font-size: 17.5px;
  }
  .single-book .book-details .book-info {
    padding-bottom: 35px;
  }
  .single-book .book-details .book-info .pages,
  .single-book .book-details .book-info .language,
  .single-book .book-details .book-info .views,
  .single-book .book-details .book-info .comments {
    padding-right: 20px;
  }
  .single-book .book-image {
    padding-bottom: 50px;
  }
  .single-book .book-image img {
    width: 18rem;
    height: auto;
  }
  .single-book .book-details .book-genre {
    padding-bottom: 15px;
  }
  .single-book .book-details .book-buy select {
    margin-bottom: 32px;
    padding: 10px 50px;
    max-width: 100%;
  }
  .single-book .book-details .buying-link .buying-option-details {
    display: block;
    padding-bottom: 15px;
  }
  .single-book .book-details .buying-link .price h5 {
    font-size: 17.5px;
    padding-bottom: 15px;
  }
  .single-book .book-details .buying-link .dimension h5 {
    font-size: 17.5px;
  }
  .single-book .book-details .book-info:last-child {
    padding-left: 0;
  }
  .single-book .book-details .buying-link .buying-website-link h5 {
    padding-bottom: 15px;
  }
  .single-book .book-details .book-info .isbn,
  .single-book .book-details .book-info .series-no,
  .single-book .book-details .book-info .edition-date,
  .single-book .book-details .book-info .cover-artist {
    padding-right: 20px;
  }
  .about-book-tabs {
    padding-top: 50px;
  }
  .single-book .about-book .tab-contents #tab-content-book {
    padding-top: 30px;
  }
  .single-book .about-book .tab-contents #tab-content-book .download-book-table-of-contents {
    padding-bottom: 25px;
  }
  .single-book .about-book .tab-contents #tab-content-author {
    margin-top: 5px;
  }
  .single-book .about-book .tab-contents #tab-content-author .book-author {
    display: block;
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .single-book .about-book .tab-contents #tab-content-author .book-author .author-image {
    padding-bottom: 20px;
  }
  .single-book .about-book .tab-contents #tab-content-author .book-author .author-details h4 {
    font-size: 22px;
    padding-bottom: 5px;
  }
  #comments {
    margin-top: 50px;
    padding: 20px 10px;
  }
  #comments h2.comments-title {
    font-size: 18px;
    padding-left: 10px;
  }
  .average-comment-star-rating {
    padding-left: 5px;
  }
  #comments ol.children li {
    margin-left: 20px;
  }
  #comments ol.comment-list {
    padding-bottom: 20px;
  }
  .comment-respond h3 {
    font-size: 18px;
    padding-left: 10px;
  }
  .comment-respond form {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-book {
    padding-left: 0;
    padding-right: 0;
  }
  .single-book .book-details .book-share {
    display: block;
  }
  .single-book .book-details .book-share h5 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .single-book {
    padding-bottom: 20px;
  }
  .single-book .book-details .book-title h1 {
    font-size: 24px;
  }
  .single-book .book-details .book-author h4 {
    font-size: 17.5px;
  }
  .single-book .book-details .book-info .pages,
  .single-book .book-details .book-info .language,
  .single-book .book-details .book-info .views,
  .single-book .book-details .book-info .comments {
    padding-right: 12px;
  }
  .single-book .book-image img {
    width: 17rem;
    height: auto;
  }
  .single-book .book-details .book-buy select {
    padding: 10px 60px;
  }
  .single-book .book-details .buying-link .buying-option-details {
    padding-bottom: 12px;
  }
  .single-book .book-details .buying-link .price h5 {
    padding-bottom: 14px;
  }
  .single-book .book-details .book-info .isbn,
  .single-book .book-details .book-info .series-no,
  .single-book .book-details .book-info .edition-date,
  .single-book .book-details .book-info .cover-artist {
    padding-right: 15px;
  }
  .single-book .book-details .book-info .isbn,
  .single-book .book-details .book-info .series-no,
  .single-book .book-details .book-info .edition-date,
  .single-book .book-details .book-info .cover-artist {
    padding-top: 15px;
  }
  /*.single-book .book-details .book-share {
    padding-bottom: 15px;
  }*/
  .single-book .about-book .tab-contents #tab-content-author .book-author {
    padding: 0;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .single-book .book-specifications h6 {
    display: block;
    margin-right: 0;
  }
  .single-book .book-specifications {
    padding-bottom: 15px;
  }
  #comments ol.comment-list li {
    margin-bottom: 18px;
  }
  #comments ol.children li {
    margin-top: 8px;
  }
  #comments ol.children li {
    margin-left: 15px;
  }
  #comments ol.comment-list .comment-respond .comment-reply-title small {
    margin-left: 0;
    margin-top: 5px;
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .single-book .book-details .buying-link .buying-website-link .buying-website-option img {
    margin-right: 25px;
  }
  .tab {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 365px) {
  .tab {
    padding: 10px 2px;
  }
  #comments ol.children li {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 352px) {
  .tab {
    padding: 10px 0;
    margin: 0px 8px;
    font-size: 15.5px;
  }
}
@media only screen and (max-width: 347px) {
  .single-book .about-book .tab-contents #tab-content-book .download-book-table-of-contents h5 {
    line-height: 26px;
  }
  .single-book .about-book .tab-contents #tab-content-book .download-book-table-of-contents i {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 330px) {
  .single-book .book-details .book-share h5 {
    font-size: 17.5px;
  }
  .single-book .book-details .book-info .isbn,
  .single-book .book-details .book-info .series-no,
  .single-book .book-details .book-info .edition-date,
  .single-book .book-details .book-info .cover-artist {
    padding-top: 12px;
  }
}

/*Styling The Single Combo Page*/

.single-combo .single-book .book-image img {
  box-shadow: 0 0 7px rgb(137 137 137);
  border-radius: 2px;
}
.single-combo .single-book .book-details .book-title h1 {
  font-size: 22px;
  padding-bottom: 8px;
  line-height: 28px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.single-combo .combo-items-details {
  margin-bottom: 40px;
}
.single-combo .combo-items-details h5 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
.single-combo .combo-items-details a {
  color: #8d2922;
}
.single-combo .combo-items-details a:hover {
  color: #000;
}
.single-combo .combo-items-details a h6 {
  font-size: 17.5px;
  margin-top: 15px;
  margin-bottom: 0;
}
.single-combo .combo-items-details a h6 span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}
.single-combo #tab-about-book:checked~.tabs #tab-book {
  border-top: none;
  padding-bottom: 10px;
  font-size: 22px;
  color: #000;
}
.single-combo .tab {
  cursor: default;
  padding: 0;
  margin: 0;
}
.single-combo .single-book .about-book .tab-contents #tab-content-book {
  padding-top: 20px !important;
}

/*Media Queries for The Single Combo Page*/

@media only screen and (max-width: 1050px) {
  .single-combo .about-book-tabs {
    padding-top: 30px !important;
  }
}

/*Styling The Single Author Page*/

.single-author .author-info {
  text-align: center;
  border-radius: 8px;
}
.single-author .row {
  margin-left: 0;
  margin-right: 0;
}
.single-author .row .col-md-4 {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 30px 10px;
}
.single-author .author-info .author-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.single-author .author-info .author-image {
  padding-bottom: 20px;
}
.single-author .author-info .author-name h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.single-author .author-info .author-birthyear h5 {
  font-size: 17px;
}
.single-author .author-info .author-profession h5 {
  font-size: 18px;
  line-height: 28px;
}
.single-author .author-info .author-profession h5 strong {
  font-size: 19px;
}
.single-author .author-info .author-profession {
  padding-bottom: 5px;
}
.single-author .author-info .author-social-media i {
  font-size: 30px;
  padding: 8px;
}
.single-author .author-details {
  padding-left: 30px;
  padding-top: 10px;
}
.single-author .author-details .about-author-heading {
  padding-bottom: 20px;
}
.single-author .author-details .about-author-heading h3 {
  font-size: 26px;
  font-weight: 600;
}
.single-author .author-details .about-author p {
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
}
.single-author .author-books .container {
  padding: 0;
}
.single-author .author-books {
  padding: 100px 0;
}
.single-author .author-books .heading-block {
  padding-bottom: 20px;
}
.single-author .author-books .heading-block h1 {
  font-size: 25px;
  padding-left: 20px;
  font-weight: 600;
}
.single-author .author-books .heading-block .view-all-books h2 {
  font-size: 20px;
  position: absolute;
  right: 100px;
  padding-top: 20px;
}
.single-author .author-books .slick-track {
  margin-left: 0;
}
.single-author .author-books .book {
  display: inline-block;
  padding: 20px;
}
.single-author .author-books .book .book-image img {
  width: 100%;
  height: auto;
}
.single-author .author-books .book .book-info {
  padding: 10px 0;
  padding-left: 2px;
  padding-right: 2px;
}
.single-author .author-books .book .book-info h3 {
  font-size: 18px;
}
.single-author .author-books .book .book-info h5 {
  font-size: 16px;
}
.single-author .author-books .slick-prev {
  left: -12.5px !important;
}
.single-author .author-books .slick-next {
  right: -20.5px !important;
}

/*Media Queries for The Single Author Page*/

@media only screen and (max-width: 1200px) {
  .single-author .author-books {
    padding: 75px 0;
  }
  .single-author .author-books .heading-block h1 {
    font-size: 23px;
  }
  .single-author .author-books .heading-block {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1120px) {
  .breadcrumb {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 1050px) {
  .breadcrumb {
    margin-top: 83px;
  }
  .single-author .author-books .book .book-info h3 {
    font-size: 17px;
  }
  .single-author .author-books .book .book-info h5 {
    font-size: 15.5px;
  }
}
@media only screen and (max-width: 993px) {
  .single-author .author-books .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media only screen and (max-width: 992px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 880px;
  }
  .single-author .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .single-author .author-details .about-author-heading h3 {
    font-size: 24px;
  }
  .single-author .author-details .about-author p {
    font-size: 16.5px;
    line-height: 26.5px;
  }
}
@media only screen and (max-width: 768px) {
  .single-author .author-details {
    padding-left: 0;
    padding-top: 50px;
  }
  .single-author .col-md-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .single-author .author-books {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  .breadcrumb {
    margin-top: 76px;
  }
  .single-author .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .single-author .author-details {
    padding-top: 40px;
  }
  .single-author .author-details .about-author-heading h3 {
    font-size: 21px;
  }
  .single-author .author-books .heading-block h1 {
    padding-left: 18px;
  }
  .single-author .author-books .book {
    padding: 10px;
  }
}
@media only screen and (max-width: 530px) {
  .single-author .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .single-author .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-author .author-details .about-author p {
    font-size: 16px;
    line-height: 26px;
  }
  .single-author .author-books .heading-block h1 {
    font-size: 21px;
    padding-left: 8px;
  }
  .single-author .author-books {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 450px) {
  .single-author .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .single-author .author-details .about-author-heading {
    padding-bottom: 12px;
  }
  .single-author .author-books .heading-block h1 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .single-author .author-info .author-name h4 {
    font-size: 19px;
    line-height: 30px;
  }
  .single-author .author-info .author-birthyear h5 {
    font-size: 17px;
  }
  .single-author .author-info .author-profession h5 {
    font-size: 17.5px;
    line-height: 27px;
  }
  .single-author .author-info .author-profession h5 strong {
    font-size: 18.5px;
  }
}

/*Styles for the Books Archive Page*/

.books-page-header {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/books-page-header.jpg) rgba(0, 0, 0, 0.158);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center center;
  height: 300px;
  margin-top: 57px;
  margin-bottom: 40px;
}
.books-page-header h2 {
  color: #8d2922;
  float: right;
  font-weight: bold;
  font-size: 35px;
  padding-right: 100px;
  padding-top: 120px;
}
.container-custom {
  padding-left: 100px;
  padding-right: 100px;
}
.post-search {
  display: flex;
  border: 2px solid #aaa;
  padding: 0 15px 0 7px;
  border-radius: 8px;
}
.post-search .search-form {
  border: none;
}
.search-for-posts {
  padding-bottom: 40px;
  padding-top: 10px;
}
.all-books {
  padding: 20px 100px;
  padding-bottom: 80px !important;
}
.all-books .book-language-title h5 {
  padding-left: 5px;
}
.all-books .prebooking-store-title h5 {
  padding-left: 5px;
}
.all-books .post-categories h5 {
  padding-bottom: 10px;
  padding-left: 5px;
}
.all-books .post-categories ul {
  padding-left: 3px;
}
.all-books .post-categories ul li {
  list-style: none;
  font-size: 17px;
  padding-left: 3px;
  padding-bottom: 8px;
  padding-top: 8px;
  color: #8d2922;
  border-bottom: 1px solid #ddd;
}
.all-books .col-md-3 {
  padding-right: 40px;
  border-right: 1px solid #ddd;
}
.all-books .col-md-9 .col-md-3 {
  padding-right: 0;
  border-right: none;
}
.all-books .col-md-9 {
  padding-left: 20px;
  margin-bottom: 90px;
}
.all-books .post-category-title h5 {
  padding-left: 22px;
  font-weight: 600;
  padding-bottom: 20px;
}
.all-books .filter-class-toggler,
.all-books .filter-class-close {
  display: none;
}
.all-books .book {
  display: inline-block;
  padding: 20px;
  margin-bottom: 10px;
}
.all-books .book .book-image {
  overflow: hidden;
}
.all-books .book .book-image img {
  width: 100%;
  height: auto;
  box-shadow: -3px 3px 8px rgb(161, 161, 161);
  transition: 0.4s ease-in-out;
}
.all-books .book .book-image img:hover {
  transform: scale(1.1);
}
.all-books .book-details a {
  color: inherit;
  text-decoration: none;
}
.all-books .book-details a:hover {
  color: #8d2922;
}
.all-books .book .book-details {
  padding: 10px 0;
  padding-left: 2px;
  padding-right: 2px;
}
.all-books .book .book-details h3 {
  font-size: 18px;
}
.all-books .book .book-details h5 {
  font-size: 16px;
}
.all-books .book .book-image .prebooking-badge {
  display: none;
  position: absolute;
  top: 14px;
  right: 16px;
  box-shadow: 0 0 3px #000;
  color: #8d2922;
  background: linear-gradient(215deg, #ffdf6c, #ffe68a, #fdeba7, #fff);
  background: #ffdf6c;
  padding: 6px 17px 0.5px 17px;
  border-radius: 10px;
}
.all-books .book .book-image .prebooking-badge h4 {
  font-size: 15px;
  font-family: cursive;
}
.prebooking-header {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/prebooking-header.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  margin-bottom: 30px;
}
.single-book-prebooking-header {
  padding-top: 15px;
}
.prebooking-header h2 {
  padding-top: 100px;
  font-family: cursive;
}
.prebooking-header h3 {
  padding-top: 30px;
}
.prebooking-header h5 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.prebooking-header {
  text-align: center;
  align-items: center;
  color: #ffdf6c;
}
.prebooking-store .nothing-prebooking {
  text-align: center;
}
.prebooking-store .nothing-prebooking h5 {
  margin-bottom: 40px;
}
.prebooking-store .nothing-prebooking img {
  width: 400px;
  max-width: 100%;
  height: auto;
}
.all-books .prebooking-title h5 {
  padding-left: 22px;
  font-weight: 600;
  padding-bottom: 20px;
}
.all-books .prebook-magazine {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/old-paper-texture.jpg);
  border-radius: 10px;
  padding: 15px 15px 15px 0;
  margin-left: 20px;
  margin-bottom: 50px;
}
.prebook-magazine .book {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.all-books .prebooking-books-title h5 {
  padding-left: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.prebooking-store .view-all-prebooking-books {
  text-align: right;
  padding-bottom: 50px;
  padding-right: 10px;
}
.prebooking-store .view-all-prebooking-books .btn {
  background-color: #8d2922;
  padding: 7px 28px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.623);
}
.prebooking-store .view-all-prebooking-books .btn a {
  color: #fff;
}
.prebooking-store .view-all-prebooking-books .btn:hover a {
  color: #ffdf6c;
}

/*Media Queries for The Books Archive Page*/

@media only screen and (max-width: 1340px) {
  .all-books .col-md-9 .col-md-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 1255px) {
  .all-books {
    padding: 10px 25px;
  }
  .books-page-header {
    height: 245px !important;
  }
  .books-page-header h2 {
    padding-top: 90px !important;
  }
  .all-books .col-md-9 {
    margin-bottom: 50px;
  }
  .prebooking-header {
    min-height: 250px !important;
  }
  .prebooking-header h2 {
    font-size: 28px;
    padding-top: 94px;
  }
  .prebooking-header h3 {
    font-size: 25px;
    padding-top: 10px;
  }
  .prebooking-header h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1150px) {
  .all-books {
    padding: 5px 15px;
  }
  .prebooking-header h2 {
    font-size: 28px;
    padding-top: 91px;
  }
}
@media only screen and (max-width: 1120px) {
  .books-page-header {
    height: 200px !important;
    margin-bottom: 30px !important;
  }
  .books-page-header h2 {
    font-size: 30px !important;
    padding-top: 75px !important;
  }
  .books-page-header {
    margin-top: 55px !important;
  }
  .all-books .col-md-3.filter-class,
  .all-books .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .all-books .col-md-9 {
    padding-left: 15px;
  }
  .all-books .col-md-9 .col-md-3 {
    padding-right: 0;
    padding-left: 0;
  }
  .all-books .prebook-magazine .col-md-4 {
    padding-right: 0;
    padding-left: 0;
  }
  .all-books .col-md-9 .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .all-books .post-category-title {
    display: flex;
  }
  .all-books .post-category-title h5 {
    padding-left: 10px;
  }
  .all-books .filter-class-toggler,
  .all-books .filter-class-close {
    display: block;
  }
  .all-books .filter-class-toggler {
    margin-left: auto;
    font-size: 19px;
    font-weight: bold;
    padding-right: 10px;
    cursor: pointer;
  }
  .all-books .filter-class-close {
    position: absolute;
    right: 30px;
    font-size: 22px;
  }
  .all-books .filter-class-toggler i {
    padding-right: 10px;
  }
  .all-books .filter-class {
    width: 100%;
    height: 0;
    background: #fff;
    position: absolute;
    top: 145px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    overflow-y: scroll;
    transition: 0.3s ease-in-out;
  }
  .all-books .filter-class-open {
    height: 100%;
    padding: 25px 20px;
  }
  .sticky-menu-active .all-books .filter-class {
    position: fixed;
    top: 56px;
  }
  .search-for-posts {
    padding-top: 20px;
  }
  .all-books .prebooking-title {
    display: flex;
  }
  .all-books .prebook-magazine {
    margin-left: 0;
  }
  .all-books .prebooking-title h5 {
    padding-left: 15px;
  }
  .all-books .prebooking-books-title h5 {
    padding-left: 4px;
  }
  .all-books .prebook-magazine h4 {
    font-size: 22px;
  }
  .all-books .prebook-magazine h5 {
    font-size: 17.5px;
  }
}
@media only screen and (max-width: 1050px) {
  .books-page-header {
    margin-top: 54px !important;
  }
  .books-page-header h2 {
    padding-right: 60px !important;
  }
  .all-books .filter-class {
    top: 144px;
  }
  .sticky-menu-active .all-books .filter-class {
    top: 53px;
  }
  .all-books .book .book-details h3 {
    font-size: 17px;
  }
  .all-books .book .book-details h5 {
    font-size: 15.5px;
  }
}
@media only screen and (max-width: 890px) {
  .all-books .col-md-9 .col-md-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 800px) {
  .books-page-header {
    height: 150px !important;
  }
  .books-page-header h2 {
    font-size: 25px !important;
    padding-top: 55px !important;
    padding-right: 40px !important;
  }
  .prebooking-header {
    min-height: 200px !important;
  }
  .prebooking-header h2 {
    font-size: 25px;
    padding-top: 72px;
  }
  .prebooking-header h3 {
    font-size: 22px;
    padding-top: 8px;
  }
  .prebooking-header h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .all-books .prebook-magazine {
    padding-bottom: 35px;
  }
  .all-books .prebook-magazine .prebooking-magazine-image.desktop {
    display: none;
  }
  .all-books .prebook-magazine .prebooking-magazine-image.mobile {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 31px;
  }
  .all-books .prebook-magazine .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .all-books .post-category-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 680px) {
  .all-books .col-md-9 .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .books-page-header h2 {
    padding-right: 30px !important;
  }
  .books-page-header {
    margin-top: 53px !important;
  }
  .all-books .filter-class {
    top: 133px;
  }
  .sticky-menu-active .all-books .filter-class {
    top: 53px;
  }
  .all-books .prebooking-title {
    display: block;
  }
  .all-books .prebooking-title h5 {
    padding-bottom: 8px;
  }
  .all-books .filter-class-toggler {
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 15px;
    font-size: 17.5px;
  }
  .prebooking-header {
    margin-bottom: 20px;
  }
  .prebooking-store .all-books {
    padding: 0;
  }
  .prebooking-store .all-books .row {
    margin-left: 0;
    margin-right: 0;
  }
  .all-books .prebooking-title h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .prebooking-store .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .prebooking-store .all-books .col-md-9 {
    padding-left: 0;
    padding-right: 0;
  }
  .prebooking-store .all-books .prebooking-books {
    padding-left: 5px;
    padding-right: 5px;
  }
  .all-books .prebook-magazine {
    margin-bottom: 35px;
  }
  .all-books .prebooking-books-title h5 {
    padding-left: 26px;
  }
  .prebooking-store .view-all-prebooking-books {
    padding-bottom: 45px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 500px) {
  .books-page-header {
    height: 140px !important;
    margin-bottom: 20px !important;
  }
  .books-page-header h2 {
    padding-top: 48px !important;
    font-size: 23px;
  }
  .all-books .col-md-9 {
    margin-bottom: 30px;
  }
  .all-books {
    padding: 5px;
  }
  .all-books .book {
    padding: 10px;
    margin-bottom: 20px;
  }
  .prebook-magazine .book {
    margin-bottom: 0;
    padding-bottom: 2px;
  }
  .all-books .prebook-magazine {
    margin-bottom: 30px;
  }
  .all-books .prebooking-books-title h5 {
    padding-left: 16px;
    font-size: 19px;
    padding-bottom: 10px;
  }
  .all-books .book .book-image .prebooking-badge {
    top: 7px;
    right: 7px;
  }
  .prebooking-header {
    min-height: 200px !important;
  }
  .prebooking-header h2 {
    font-size: 23px;
    padding-top: 78px;
  }
  .prebooking-header h3 {
    font-size: 20px;
    padding-top: 4px;
  }
  .prebooking-header h4 {
    font-size: 18px;
  }
  .prebooking-store .view-all-prebooking-books {
    padding-right: 22px;
  }
}
@media only screen and (max-width: 400px) {
  .books-page-header h2 {
    font-size: 21.5px !important;
    padding-top: 55px !important;
  }
  .all-books .prebook-magazine h4 {
    font-size: 21px;
  }
  .all-books .prebook-magazine {
    padding: 20px;
    padding-top: 22px;
    padding-bottom: 25px;
  }
  .all-books .book .book-image .prebooking-badge {
    width: 110px;
    text-align: center;
    top: 5px;
    right: 5px;
  }
}

/*Styles for The Authors Archive Page*/

.authors-page-header {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/authors-page-header.jpg) rgba(0, 0, 0, 0.158);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center right;
  height: 300px;
  margin-top: 57px;
  margin-bottom: 30px;
}
.authors-page-header h2 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  padding-left: 100px;
  padding-top: 120px;
}
.all-authors {
  padding: 20px 100px;
  padding-bottom: 80px !important;
}
.all-authors .col-md-3 {
  padding-right: 40px;
  border-right: 1px solid #ddd;
}
.all-authors .col-md-9 {
  padding-left: 20px;
  margin-bottom: 100px;
}
.all-authors .authors-page-search-title h5 {
  padding-left: 5px;
}
.all-authors .post-categories h5 {
  padding-bottom: 20px;
  padding-left: 5px;
}
.all-authors .post-categories ul {
  padding-left: 3px;
}
.all-authors .post-categories ul li {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  padding-left: 3px;
  padding-bottom: 9px;
  padding-top: 14px;
  color: #8d2922;
  border-bottom: 1px solid #ddd;
}
.all-authors .post-categories ul li.all-authors-link {
  display: block;
  border-bottom: none;
  margin-top: 20px;
  font-size: 17px;
}
.all-authors .post-categories ul li span {
  border-right: 1px solid #aaa;
  padding: 2px 20px;
}
.all-authors .post-categories ul li span:first-child {
  padding-left: 0;
}
.all-authors .post-categories ul li span:last-child {
  border-right: none;
}
.all-authors .authors-page-title h5 {
  font-weight: 600;
  padding-bottom: 20px;
}
.all-authors .filter-class-toggler,
.all-authors .filter-class-close {
  display: none;
}
.all-authors .author {
  display: flex;
  padding: 40px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.all-authors .author:last-child {
  border-bottom: none;
}
.all-authors .author .author-image {
  padding-right: 50px;
}
.all-authors .author .author-image img {
  width: 150px;
  height: auto;
  border-radius: 50%;
}
.all-authors .author .author-details a {
  color: inherit;
  text-decoration: none;
}
.all-authors .author .author-details a:hover {
  color: #8d2922;
}
.all-authors .author .author-details h6 {
  float: right;
}

/*Media Queries for The Authors Archive Page*/

@media only screen and (max-width: 1255px) {
  .all-authors {
    padding: 10px 25px;
  }
  .all-authors .post-categories ul li {
    font-size: 17px;
  }
  .authors-page-header {
    height: 245px !important;
  }
  .authors-page-header h2 {
    padding-top: 90px !important;
  }
  .all-authors .col-md-9 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1150px) {
  .all-authors {
    padding: 5px 15px;
  }
  .all-authors .author .author-details h4 {
    font-size: 23px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 1120px) {
  .authors-page-header {
    height: 200px !important;
  }
  .authors-page-header h2 {
    font-size: 30px !important;
    padding-top: 75px !important;
  }
  .authors-page-header {
    margin-top: 55px !important;
  }
  .all-authors .col-md-3,
  .all-authors .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .all-authors .col-md-9 {
    padding-left: 15px;
  }
  .all-authors .authors-page-title {
    display: flex;
  }
  .all-authors .filter-class-toggler,
  .all-authors .filter-class-close {
    display: block;
  }
  .all-authors .filter-class-toggler {
    margin-left: auto;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
  }
  .all-authors .filter-class-close {
    position: absolute;
    right: 30px;
    font-size: 22px;
  }
  .all-authors .filter-class-toggler i {
    padding-right: 10px;
  }
  .all-authors .author {
    padding: 35px 0;
  }
  .all-authors .filter-class {
    width: 100%;
    height: 0;
    background: #fff;
    position: absolute;
    top: 145px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    overflow-y: scroll;
    transition: 0.3s ease-in-out;
  }
  .all-authors .filter-class-open {
    height: 100%;
    padding: 25px 20px;
  }
  .sticky-menu-active .all-authors .filter-class {
    position: fixed;
    top: 56px;
  }
  .search-for-posts {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  .authors-page-header {
    margin-top: 54px !important;
  }
  .all-authors .filter-class {
    top: 144px;
  }
  .sticky-menu-active .all-authors .filter-class {
    top: 53px;
  }
}
@media only screen and (max-width: 800px) {
  .authors-page-header {
    height: 150px !important;
  }
  .authors-page-header h2 {
    padding-top: 52px !important;
  }
}
@media only screen and (max-width: 700px) {
  .all-authors .author {
    display: block;
    padding-bottom: 50px;
  }
  .all-authors .author .author-image {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .all-authors .author .author-details h4 {
    position: absolute;
    top: 30px;
  }
  .all-authors .authors-page-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .all-authors .author .author-image img {
    width: 120px;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .authors-page-header h2 {
    padding-left: 50px !important;
  }
  .authors-page-header {
    margin-top: 53px !important;
  }
  .all-authors .filter-class {
    top: 133px;
  }
  .sticky-menu-active .all-authors .filter-class {
    top: 53px;
  }
}
@media only screen and (max-width: 500px) {
  .authors-page-header {
    height: 140px !important;
  }
  .authors-page-header h2 {
    padding-top: 48px !important;
  }
  .all-authors {
    padding: 0;
  }
  .all-authors .author .author-details h4 {
    font-size: 22px;
  }
  .authors-page-header {
    margin-bottom: 20px;
  }
  .all-authors .col-md-9 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 439px) {
  .all-authors .post-categories ul li {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .authors-page-header h2 {
    padding-left: 30px !important;
  }
}

/*Styles for The All Announcements Page*/

.announcements-page-header {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/announcements-page-header.png) rgba(0, 0, 0, 0.158);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: bottom center;
  height: 300px;
  margin-top: 57px;
}
.announcements-page-header h2 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  padding-left: 100px;
  padding-top: 120px;
}
.breaking-news {
  background-color: #8d2922;
  color: #fff;
  padding: 12px 0 8px;
  margin-bottom: 40px;
  font-size: 17px;
}
.all-announcements {
  padding: 20px 50px;
}
.all-announcements .container {
  max-width: 1800px;
}
.all-announcements .col-md-3 {
  padding-right: 40px;
  border-right: 1px solid #ddd;
}
.all-announcements .col-md-9 {
  padding-left: 20px;
  margin-bottom: 100px;
}
.all-announcements .download-notification-pdfs h5 {
  padding-bottom: 20px;
  padding-left: 5px;
}
.all-announcements .download-notification-pdfs ul {
  padding-left: 3px;
}
.all-announcements .download-notification-pdfs ul li {
  list-style: none;
  font-size: 16px;
  padding-left: 3px;
  padding-bottom: 9px;
  padding-top: 14px;
  color: #8d2922;
  border-bottom: 1px solid #ddd;
}
.all-announcements .announcements-page-title h5 {
  padding-left: 40px;
  font-weight: 600;
  padding-bottom: 40px;
}
.all-announcements .filter-class-toggler,
.all-announcements .filter-class-close {
  display: none;
}
.all-announcements .announcement {
  padding: 20px;
  padding-bottom: 40px;
  margin: 0 40px 70px;
  border: 1px solid #ddd;
  position: relative;
  box-shadow: 0 0 8px #aaa;
}
.all-announcements .announcement:last-child {
  border-bottom: none;
}
.all-announcements .announcement .announcement-image img {
  width: 100%;
  height: auto;
  /*box-shadow: -3px 3px 8px rgb(161, 161, 161);*/
}
.announcement-heading h4 {
  margin-top: 30px;
  font-size: 22px;
}
.announcement-sub-heading h5 {
  margin-top: 15px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  font-size: 16.5px;
}
.announcement-info {
  margin-bottom: 25px;
}
.announcement-info h6 {
  color: rgb(31, 31, 31);
  display: inline-block;
  margin-right: 20px;
  font-size: 15.5px;
}
.announcement-info h6 i {
  margin-right: 10px;
}
.announcement-info h6:last-child {
  margin-right: 0;
}
.announcement-excerpt p {
  text-align: justify;
}
.announcement-read-more h6 {
  margin-top: 30px;
  text-align: right;
}
.all-announcements .announcement .announcement-details a {
  color: inherit;
  text-decoration: none;
}
.all-announcements .announcement .announcement-details a:hover {
  color: #8d2922;
}

/*.all-announcements .announcement .announcement-details h6 {
  float: right;
}*/


/*Media Queries for The All Announcements Page*/

@media only screen and (max-width: 1255px) {
  .all-announcements {
    padding: 10px 25px;
  }
  .all-announcements .download-notification-pdfs ul li {
    font-size: 17px;
  }
  .announcements-page-header {
    height: 245px !important;
  }
  .announcements-page-header h2 {
    padding-top: 90px !important;
  }
  .all-announcements .col-md-9 {
    margin-bottom: 60px;
  }
  .all-announcements .announcements-page-title h5 {
    padding-left: 25px;
  }
  .all-announcements .announcement {
    margin: 0 20px 60px;
  }
}
@media only screen and (max-width: 1150px) {
  .all-announcements {
    padding: 5px 15px;
  }
  .all-announcements .announcement .announcement-details h4 {
    font-size: 23px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .announcements-page-header {
    height: 200px !important;
  }
  .announcements-page-header h2 {
    font-size: 30px !important;
    padding-top: 75px !important;
  }
  .announcements-page-header {
    margin-top: 55px !important;
  }
  .breaking-news {
    margin-bottom: 30px;
  }
  .all-announcements .col-md-3,
  .all-announcements .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /*.all-announcements .col-md-9 {
    padding-left: 15px;
  }*/
  .all-announcements .announcements-page-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 40px;
  }
  .all-announcements .filter-class-toggler,
  .all-announcements .filter-class-close {
    display: block;
  }
  .all-announcements .filter-class-toggler {
    color: #8d2922;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 25px;
  }
  .all-announcements .filter-class-toggler:hover {
    color: #000;
  }
  .all-announcements .filter-class-close {
    position: absolute;
    right: 30px;
    font-size: 22px;
  }
  .all-announcements .filter-class-toggler i {
    padding-right: 10px;
  }
  /*.all-announcements .announcement {
    padding: 35px 0;
  }*/
  .all-announcements .filter-class {
    width: 100%;
    height: 0;
    background: #fff;
    position: absolute;
    top: 145px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    overflow-y: scroll;
    transition: 0.3s ease-in-out;
  }
  .all-announcements .filter-class-open {
    height: 100%;
    padding: 25px 20px;
  }
  .sticky-menu-active .all-announcements .filter-class {
    position: fixed;
    top: 56px;
  }
  .search-for-posts {
    padding-top: 20px;
  }
  .all-announcements .announcements-page-title h5 {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .announcements-page-header {
    margin-top: 54px !important;
  }
  .all-announcements .filter-class {
    top: 144px;
  }
  .sticky-menu-active .all-announcements .filter-class {
    top: 53px;
  }
}
@media only screen and (max-width: 800px) {
  .announcements-page-header {
    height: 150px !important;
  }
  .announcements-page-header h2 {
    padding-top: 52px !important;
  }
}
@media only screen and (max-width: 700px) {
  /*.all-announcements .announcement {
    display: block;
    padding-bottom: 50px;
  }*/
  /*.all-announcements .announcement .announcement-image {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .all-announcements .announcement .announcement-details h4 {
    position: absolute;
    top: 30px;
  }*/
}
@media only screen and (max-width: 640px) {
  .announcements-page-header h2 {
    padding-left: 50px !important;
  }
  .announcements-page-header {
    margin-top: 53px !important;
  }
  .breaking-news {
    margin-bottom: 20px;
  }
  .all-announcements {
    padding: 0;
  }
  .all-announcements .filter-class {
    top: 133px;
  }
  .sticky-menu-active .all-announcements .filter-class {
    top: 53px;
  }
  .all-announcements .announcement {
    margin: 0;
    margin-bottom: 50px;
  }
  .all-announcements .announcements-page-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .announcements-page-header {
    height: 140px !important;
  }
  .announcements-page-header h2 {
    padding-top: 48px !important;
  }
  .all-announcements {
    padding: 0;
  }
  .all-announcements .announcement .announcement-details h4 {
    font-size: 22px;
  }
  .all-announcements .col-md-9 {
    margin-bottom: 50px;
  }
  .announcement-heading h4 {
    margin-top: 25px;
  }
  .announcement-sub-heading h5 {
    margin-top: 10px;
  }
  .announcement-info {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 439px) {
  .all-announcements .download-notification-pdfs ul li {
    display: block;
  }
  .all-announcements .announcement {
    padding: 15px;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
  .all-announcements .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .announcement-read-more h6 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 400px) {
  .announcements-page-header h2 {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 380px) {
  .all-announcements .download-notification-pdfs h5 {
    padding-bottom: 10px;
  }
}

/*Styling The Magazine Page*/

.rahasya-magazine .magazine-header {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/suspense-magazine-header.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.uranchandi .magazine-header {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/uranchandi-header.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.magazine-header {
  color: #eacf91;
  height: 380px;
  padding-top: 120px;
  padding-left: 280px;
  font-family: 'Bodoni Moda';
  font-family: 'EB Garamond';
  position: relative;
  margin-top: 57px;
}
.magazine-header h2 {
  padding-bottom: 2px;
  letter-spacing: 0.5px;
}
.magazine-header h4 {
  padding-bottom: 2px;
}
.magazine-header img {
  float: right;
  position: absolute;
  right: 40px;
  top: 100px;
  width: 220px;
  height: auto;
}
.rahasya-magazine .magazine {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/old-paper-texture.jpg);
  background-size: cover;
}
.uranchandi .magazine {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/collage11.png);
  background-size: contain;
  background-repeat: repeat;
  color: #000;
}
.magazine {
  padding-top: 50px;
  padding-bottom: 80px;
}
.magazine .magazine-image.desktop {
  display: block;
}
.magazine .magazine-image.mobile {
  display: none;
}
.magazine .magazine-image img {
  width: 24rem;
  height: auto;
  max-width: 100%;
  box-shadow: -5px 5px 10px rgb(112, 112, 112);
  box-shadow: 8px 6px 5px rgb(137, 137, 137);
}
.magazine .magazine-details .magazine-title {
  border-bottom: 1px solid grey;
  margin-bottom: 10px;
  margin-top: 10px;
}
.magazine .magazine-details .magazine-title h5 {
  font-size: 17.5px;
  padding-bottom: 2px;
}
.magazine .magazine-details .magazine-info {
  padding-bottom: 35px;
}
.magazine .magazine-details .magazine-info .language,
.magazine .magazine-details .magazine-info .views,
.magazine .magazine-details .magazine-info .comments {
  display: inline-block;
  padding-right: 30px;
  font-size: 16px;
}
.magazine .magazine-details .magazine-specifications p {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 18px;
}
.magazine .magazine-details .magazine-specifications h6 {
  font-size: 17px;
  padding-bottom: 8px;
}
.magazine .magazine-details .magazine-specifications h6 strong {
  padding-right: 2px;
  font-size: 17.5px;
}
.magazine .magazine-details .magazine-specifications {
  padding-bottom: 15px;
}
.magazine .magazine-details .magazine-specifications .price {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.magazine .magazine-details .magazine-specifications .price h5 {
  font-size: 18px;
}
.magazine .magazine-details .magazine-specifications .price .previous-price {
  padding-left: 10px;
  text-decoration: line-through;
}
.magazine .magazine-details .magazine-specifications .price .current-price {
  padding-left: 10px;
}
.magazine .magazine-details .magazine-prebook-or-buy .price {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.magazine .magazine-details .magazine-prebook-or-buy .price h5 {
  font-size: 18px;
}
.magazine .magazine-details .magazine-prebook-or-buy .price .previous-price {
  padding-left: 10px;
  text-decoration: line-through;
}
.magazine .magazine-details .magazine-prebook-or-buy .price .current-price {
  padding-left: 10px;
}
.magazine .magazine-details .magazine-prebook-or-buy .add-magazine-to-cart .add-to-cart-button {
  background-color: transparent;
  padding: 5px 10px;
  color: #000000;
  border: 2px solid #8d2922;
  box-shadow: 0 0 3px #8d2922 inset;
  border-radius: 5px;
}
.magazine .magazine-details .magazine-prebook-or-buy .add-magazine-to-cart .add-to-cart-button:hover {
  box-shadow: none;
  background-color: #8d292209;
}
.magazine .magazine-details .magazine-prebook-or-buy .add-magazine-to-cart {
  padding-bottom: 40px;
  padding-top: 10px;
}
.magazine .magazine-details .magazine-share {
  display: flex;
  padding-top: 10px;
  border-top: 1px solid grey;
}
.magazine .magazine-details .magazine-share h6 {
  font-size: 17.5px;
  padding-right: 15px;
  padding-top: 9px;
}
.bspp-buy-login-instruction {
  border-top: 1px solid grey;
  text-align: center;
  margin-top: 30px;
  padding-top: 8px;
}
.bspp-buy-login-instruction p {
  line-height: 26px;
}
.bspp-buy-login-instruction p a {
  font-weight: bold;
  color: #8d2922;
  text-decoration: underline !important;
}
.bspp-buy-login-instruction p a:hover {
  color: #000;
}

/*.magazine .magazine-details .magazine-share i {
  font-size: 28px;
  padding: 0 5px;
}*/

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 40px;
}
.rahasya-magazine .magazine .magazine-table-of-contents {
  background-image: url(/wp-content/themes/liberfierithemebytitas/assets/img/suspense-magazine-table-of-contents-background.jpeg);
  background-size: cover;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.562);
}
.uranchandi .magazine .magazine-table-of-contents {
  background-image: url(/wp-content/themes/liberfierithemebytitas/assets/img/uranchandi-table-of-contents-background.png);
  background-size: cover;
  background-position: center top;
  background-color: rgba(0, 0, 0, 0.592);
}
.magazine .magazine-table-of-contents {
  border-radius: 6px;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  margin-top: 90px;
  padding-top: 40px;
  padding-bottom: 55px;
}
.magazine .magazine-table-of-contents h4 {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid grey;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
.magazine .magazine-table-of-contents .images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.magazine .magazine-table-of-contents .images .images-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.magazine .magazine-table-of-contents .images .image {
  margin: 0 10px;
  overflow: hidden;
}
.magazine .magazine-table-of-contents .images .image img {
  width: 10rem;
  height: auto;
  transition: transform 0.5s ease;
  cursor: zoom-in;
}
.magazine .magazine-table-of-contents .images .image img:hover {
  transform: scale(1.2);
}
.team-members {
  margin-top: 70px;
  margin-bottom: 5px;
}
.team-members h4 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid grey;
}
.team-members .row {
  justify-content: center;
}
.team-members .team-member {
  background-color: #3a0e0b25;
  padding: 10px;
  margin: 15px 0;
  border-radius: 5px;
}
.team-members .team-member-image {
  text-align: center;
  margin-top: 0.3rem;
}
.team-members .team-member-image img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 2px 2px 5px grey;
}
.team-members .team-member-info {
  text-align: center;
  margin-top: 15px;
  color: #000;
}
.team-members .team-member-info h3 {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(73, 73, 73);
}
.team-members .team-member-info h4 {
  font-size: 14px;
  margin-bottom: 0.3rem;
  padding-bottom: 0;
  border-bottom: none;
}
.magazine .about-magazine {
  padding-top: 80px;
}
.magazine .about-magazine h4 {
  padding-bottom: 2px;
}
.magazine .about-magazine h4::after {
  content: ' ';
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: grey;
  margin-top: 8px;
}
.magazine .about-magazine p {
  font-size: 17px;
  line-height: 26px;
}
.magazine .about-magazine p:first-of-type {
  padding-top: 20px;
}
.magazine .about-magazine .youtube-link {
  padding-top: 20px;
  padding-bottom: 19px;
}
.magazine .about-magazine .youtube-link h5 {
  font-size: 18px;
  padding-right: 15px;
  padding-top: 1px;
  padding-bottom: 15px;
}
.magazine .about-magazine .youtube-link img {
  height: 26px;
  width: auto;
}
.magazine .about-magazine .download-magazine-table-of-contents {
  padding-top: 20px;
  display: flex;
  padding-bottom: 10px;
}
.magazine .about-magazine .download-magazine-table-of-contents h5 {
  font-size: 18px;
  padding-right: 15px;
  padding-top: 2px;
}
.magazine .about-magazine .download-magazine-table-of-contents i {
  font-size: 25px;
  color: #8d2922;
}
.magazine .about-magazine .listen-about-the-magazine {
  padding-top: 20px;
}
.magazine .about-magazine .listen-about-the-magazine h5 {
  font-size: 17.5px;
  padding-top: 2px;
}
.magazine .about-magazine .listen-about-the-magazine audio {
  margin-top: 22px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px grey;
  border-radius: 27px;
  max-width: 99%;
}
.magazine-authors {
  margin-top: 80px;
  margin-bottom: 20px;
}
.magazine-authors h4 {
  margin-bottom: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid grey;
}
.magazine-authors-slider .author {
  margin-left: 10px;
  margin-right: 10px;
}
.magazine-authors-slider .author .author-image {
  text-align: center;
}
.magazine-authors-slider .author .author-image img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  border-radius: 50%;
  box-shadow: 2px 2px 5px grey;
}
.magazine-authors-slider .author .author-info {
  text-align: center;
  padding-top: 20px;
}
.magazine-authors-slider .author .author-info h3 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.magazine-authors-slider .author .author-info h3:hover {
  font-size: 18px;
  color: #8d2922;
}
.magazine #comments {
  background-color: rgba(0, 0, 0, 0.040);
  box-shadow: 0 0 5px rgba(128, 128, 128, 0.664);
}
.magazine .dashicons {
  color: #ee7003 !important;
}
.magazine .rating-container:hover>input+label:hover~label:before,
.magazine .rating-container:hover>input+label:hover:before {
  color: #ee7003 !important;
}
.magazine .rating-container>input:checked~label:before,
.magazine .rating-container>input+label:hover~label:before,
.magazine .rating-container>input+label:hover:before {
  color: #ee7003 !important;
}
.magazine .rating-container>input+label:before {
  color: #d36200 !important;
}
.magazine #comments ol li .comment-body {
  box-shadow: 0 0 5px rgba(128, 128, 128, 0.664);
  background-color: rgba(0, 0, 0, 0.045);
}
.magazine #comments ol li .comment-metadata a {
  color: rgb(78, 78, 78);
}
.magazine .comment-respond form {
  background-color: rgba(0, 0, 0, 0.045);
  box-shadow: 0 0 5px rgba(128, 128, 128, 0.664);
}
.magazine .comment-respond form input,
.magazine .comment-respond form textarea {
  border-color: rgb(124, 124, 124);
}
.magazine .comment-respond form input:focus,
.magazine .comment-respond form textarea:focus {
  border-color: rgb(71, 71, 71);
}
.magazine .comment-respond form input[type="submit"] {
  box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.664);
}
.magazine .comment-respond form input[type="submit"]:hover {
  box-shadow: none;
}
.magazine-upcoming p {
  font-weight: bold;
  line-height: 27px;
  padding-bottom: 30px;
}
.magazine-upcoming h6 {
  padding-bottom: 20px;
}
.magazine-upcoming .freebook-button {
  background-color: transparent;
  padding: 5px 10px;
  color: #000;
  border: 2px solid #8d2922;
  box-shadow: 0 0 3px #8d2922 inset;
  border-radius: 5px;
  margin-bottom: 30px;
}
.magazine-upcoming .freebook-button:hover {
  box-shadow: none;
  background-color: #8d292209;
}
.magazine-prebook-or-buy .buying-website-link {
  padding-top: 10px;
  padding-bottom: 30px;
}
.magazine-prebook-or-buy .buying-website-link h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.magazine-prebook-or-buy .buying-website-link .buying-website-option .buy-on {
  display: inline-block;
  padding-bottom: 20px;
}
.magazine-prebook-or-buy .buying-website-link .buying-website-option img {
  margin-right: 30px;
}
.magazine-prebook-or-buy .buying-website-link .buying-website-option .buy-on.amazon img {
  width: 85px;
  height: auto;
  padding-top: 9px;
}
.magazine-prebook-or-buy .buying-website-link .buying-website-option .buy-on.flipkart img {
  width: 120px;
  height: auto;
}
.magazine-prebook-or-buy .buying-website-link .buying-website-option .buy-on.swiftboox img {
  width: 90px;
  height: auto;
}
.magazine-prebook-or-buy .buying-website-link .buying-website-option .buy-on.amazon-kindle img {
  width: 145px;
  height: auto;
  padding-top: 6px;
}
.magazine-prebook-or-buy .buying-website-link .buying-website-option .buy-on.google-play-books img {
  width: 115px;
  height: auto;
}

/*Media Queries for The Rahasya Magazine Page*/

@media only screen and (max-width: 1500px) {
  .magazine-header {
    height: 300px;
    padding-top: 80px;
    padding-left: 200px;
  }
  .magazine-header img {
    right: 30px;
    top: 80px;
    width: 200px;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .magazine-header {
    height: 250px;
    padding-top: 60px;
    padding-left: 180px;
  }
  .magazine-header h2 {
    font-size: 25px;
  }
  .magazine-header h4 {
    font-size: 20px;
  }
  .magazine-header img {
    right: 40px;
    top: 60px;
    width: 170px;
    height: auto;
  }
  .magazine .container {
    max-width: 100%;
  }
  .magazine {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1120px) {
  .magazine-header {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 1050px) {
  .magazine-header {
    margin-top: 53px;
  }
  .magazine {
    padding-left: 10px;
    padding-right: 10px;
  }
  .magazine {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .magazine-header {
    height: 200px;
    padding-top: 48px;
    padding-left: 150px;
  }
  .magazine-header img {
    right: 30px;
    top: 43px;
    width: 170px;
    height: auto;
  }
  .magazine {
    padding-left: 60px;
    padding-right: 60px;
  }
  .magazine .col-md-5,
  .magazine .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .magazine .magazine-image.desktop {
    display: none;
  }
  .magazine .magazine-image.mobile {
    display: block;
  }
  .magazine .magazine-image {
    text-align: center;
    padding-top: 0;
    padding-bottom: 52px;
  }
  .magazine .magazine-image img {
    width: 20rem;
    height: auto;
  }
  .bspp-buy-login-instruction {
    padding-top: 5px;
    margin-bottom: 20px;
  }
  .magazine .magazine-table-of-contents {
    margin-top: 65px;
  }
  .team-members {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .magazine .about-magazine {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .magazine-header {
    height: 200px;
    padding-top: 48px;
    padding-left: 80px;
  }
  .magazine .magazine-table-of-contents .images {
    display: block;
  }
  .magazine .magazine-table-of-contents .images .images-row:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .magazine-header {
    height: 200px;
    padding-top: 48px;
    padding-left: 60px;
  }
  .magazine-header img {
    right: 30px;
    top: 47px;
    width: 150px;
    height: auto;
  }
}
@media only screen and (max-width: 650px) {
  .rahasya-magazine .magazine-header {
    background: url(/wp-content/themes/liberfierithemebytitas/assets/img/suspense-magazine-header-mobile.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .uranchandi .magazine-header {
    background: url(/wp-content/themes/liberfierithemebytitas/assets/img/uranchandi-header-mobile.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .magazine-header {
    height: 180px;
    padding-top: 40px;
    padding-left: 60px;
  }
  .magazine-header h2 {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .magazine-header h4 {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .magazine-header img {
    display: none;
  }
  .magazine {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 28px;
  }
  .magazine .magazine-details .magazine-info .language,
  .magazine .magazine-details .magazine-info .views,
  .magazine .magazine-details .magazine-info .comments {
    padding-right: 12px;
  }
  .magazine .magazine-image {
    padding-bottom: 50px;
  }
  .magazine .magazine-image img {
    width: 18rem;
    height: auto;
  }
  .magazine .magazine-details .magazine-title h4 {
    font-size: 23px;
  }
  .magazine .magazine-details .magazine-title h5 {
    font-size: 17px;
  }
  .magazine-prebook-or-buy .buying-website-link h5 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .magazine {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
  }
  .magazine {
    padding-bottom: 25px;
  }
  .magazine .magazine-details .magazine-share {
    display: block;
  }
  .magazine .magazine-details .magazine-share h6 {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .team-members {
    margin-top: 55px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .magazine .magazine-details .magazine-title h4 {
    font-size: 22px;
  }
  .magazine .magazine-image img {
    width: 17rem;
    height: auto;
  }
  .magazine .magazine-details .magazine-specifications p {
    padding-bottom: 15px;
  }
  .magazine .magazine-details .magazine-specifications {
    padding-bottom: 15px;
  }
  .bspp-buy-login-instruction {
    margin-bottom: 40px;
  }
  .magazine .magazine-table-of-contents {
    margin-top: 50px;
  }
  .team-members {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .magazine .about-magazine {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .magazine-header {
    height: 170px;
    padding-top: 36.5px;
    padding-left: 40px;
  }
  .magazine {
    padding-bottom: 23px;
  }
  .magazine-authors {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 400px) {
  .magazine-header {
    height: 170px;
    padding-top: 38px;
    padding-left: 30px;
  }
  .magazine-header h2 {
    margin-bottom: 8px;
  }
  .magazine-header h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .magazine .magazine-table-of-contents .images .image img {
    width: 100%;
  }
  .magazine-prebook-or-buy .buying-website-link .buying-website-option img {
    margin-right: 25px;
  }
}

/*.single-book-page-header {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/books-page-header.jpg) rgba(0, 0, 0, 0.158);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center center;
  height: 200px;
  margin-top: 57px;
  margin-bottom: 30px;
}
.single-book-page-header h2 {
  color: #8d2922;
  float: right;
  font-weight: bold;
  font-size: 35px;
  padding-right: 100px;
  padding-top: 75px;
}*/


/*Styling The Content Page With Container*/

.content-page-with-container {
  background-color: #f0f0f0;
}
.content-page-with-container .container {
  background-color: #fff;
  padding: 0 50px;
  padding-top: 88px;
  padding-bottom: 50px;
}
.content-page-with-container .breadcrumb {
  margin-top: 0;
}
.content-page-with-container-header.pwu {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/pwu-header.jpg);
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.384);
  background-blend-mode: multiply;
}
.content-page-with-container-header.bspp {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/bspp-header.jpg);
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.699);
  background-blend-mode: multiply;
}
.content-page-with-container-header {
  height: 200px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 40px 30px;
  border-radius: 5px;
  margin-bottom: 45px;
}
.content-page-with-container-header .wrapper {
  width: 100%;
}
.content-page-with-container-header h2 {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 27px;
  font-weight: bold;
  font-family: 'Bodoni Moda';
  letter-spacing: 1px;
}
.content-page-with-container-header h2:after {
  content: ' ';
  display: block;
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 8px;
}
.content-page-with-container-heading-image {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.content-page-with-container-heading-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 2px;
}
.content-page-with-container-heading h2 {
  font-size: 24px;
}
.content-page-with-container-heading h4 {
  margin-top: 15px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  font-size: 17.5px;
}
.content-page-with-container-info .views,
.content-page-with-container-info .date,
.content-page-with-container-info .comments {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  margin-bottom: 10px;
}
.content-page-with-container-info .comments {
  margin-right: 0;
}
.content-page-with-container-content h4 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 8px;
}
.content-page-with-container-content p {
  padding-bottom: 28px;
  line-height: 27px;
}
.content-page-with-container .share {
  padding-top: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  border-top: 1px solid #ccc;
}
.content-page-with-container .share h5 {
  padding-bottom: 10px;
  padding-right: 15px;
  padding-top: 5px;
  font-size: 22px;
}
.content-page-with-container .share i {
  font-size: 30px;
}

/*Styling The BSPP Page*/

.subscribe-to-bspp {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/old-paper-texture.jpg);
  padding: 30px;
  border-radius: 5px
}
.subscribe-to-bspp h4 {
  font-size: 20px;
  border-bottom: 1px solid grey;
  text-align: center;
  margin-bottom: 40px;
}
.subscribe-to-bspp .row .col-md-6:first-child {
  border-right: 1px solid grey;
}
.subscribe-to-bspp .row .col-md-6 {
  text-align: center;
  margin: auto;
  width: 100%;
}
.subscribe-to-bspp .row img {
  width: 200px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 5px grey;
  border-radius: 4px;
}
.subscribe-to-bspp .subscribe-to-bspp-details {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscribe-to-bspp-info {
  margin-left: 20px;
}
.subscribe-to-bspp-info h5 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 26px;
}
.subscribe-to-bspp .subscribe-to-bspp-info .bspp-proceed-button {
  background-color: transparent;
  padding: 5px 10px;
  color: #000000;
  border: 2px solid #8d2922;
  box-shadow: 0 0 3px #8d2922 inset;
  border-radius: 5px;
  margin-bottom: 10px;
}
.subscribe-to-bspp .subscribe-to-bspp-info .bspp-proceed-button:hover {
  box-shadow: none;
  background-color: #8d292209;
}

/*Media Queries for The BSPP Page*/

@media only screen and (max-width: 900px) {
  .subscribe-to-bspp .row .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .subscribe-to-bspp .row .col-md-6:first-child {
    border-right: none;
    border-bottom: 1px solid grey;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .subscribe-to-bspp .subscribe-to-bspp-details {
    display: block;
  }
  .subscribe-to-bspp-info {
    margin-left: 0;
    margin-top: 30px;
  }
  .subscribe-to-bspp-info h5 {
    margin-bottom: 20px;
  }
  .subscribe-to-bspp {
    padding: 25px;
  }
}

/*Styling The Contact Page*/

.contact-us-page .breadcrumb {
  margin-bottom: 18px;
}
.contact-us-page h2 {
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
.contact-us-page p {
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 60px;
  text-align: center;
}
.contact-us-page .row .col-md-6 h4 {
  font-weight: bold;
  padding-bottom: 20px;
}
.contact-us-page .email-address {
  display: flex;
  padding-bottom: 25px;
}
.contact-us-page .email-address h6 {
  padding-top: 3.5px;
  padding-left: 10px;
  font-size: 17.5px;
  color: #8d2922;
}
.contact-us-page .btn {
  box-shadow: none;
  border-radius: 5px;
  background-color: #8d2922;
  color: #fff;
}
.contact-us-page .btn:hover {
  background-color: #ffdf6c;
  color: #8d2922;
}
.contact-us-page {
  margin-bottom: 60px;
}
.contact-us-page form br {
  display: none;
}
.contact-us-page form p {
  margin-bottom: 0;
  margin-top: 0;
}
/*Media Queries for The Contact Page*/

@media only screen and (max-width: 768px) {
  .contact-us-page {
    margin-bottom: 10px;
  }
  .contact-us-page p {
    margin-bottom: 40px;
  }
  .contact-us-page .row .col-md-6 h4 {
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 22px;
  }
  .contact-us-page .row .col-md-6 h5 {
    font-size: 18px;
  }
  .contact-us-page .row .col-md-6 h6 {
    padding-top: 1px;
  }
  .contact-us-page .row .col-md-6 {
    padding-bottom: 20px;
  }
}

/* Styling The Search Result Page*/

.categorized-search-results {
  max-width: 1400px;
  margin: auto;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 90px;
}
.categorized-search-results .col-6,
.categorized-search-results .col-md-4,
.categorized-search-results .col-lg-2 {
  padding-right: 20px;
  padding-left: 20px;
}
.categorized-search-results .page-header h4 {
  font-weight: bold;
  font-size: 20px;
  padding-left: 5px;
}
.categorized-search-results .page-header h4 span {
  font-weight: normal;
}
.categorized-search-results h4.search-result-type {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 8px;
  padding-left: 5px;
  margin-top: 25px;
}
.categorized-search-results h4.search-result-type:first-of-type {
  margin-top: 30px;
}
.categorized-search-results .books .book {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.categorized-search-results .books .book .book-image {
  overflow: hidden;
}
.categorized-search-results .books .book .book-image img {
  width: 100%;
  height: auto;
  box-shadow: -3px 3px 8px rgb(161, 161, 161);
  transition: 0.4s ease-in-out;
}
.categorized-search-results .books .book .book-image img:hover {
  transform: scale(1.1);
}
.categorized-search-results .books .book .book-details {
  padding: 15px 2px;
}
.categorized-search-results .books .book .book-details a {
  color: #000;
}
.categorized-search-results .books .book .book-details a:hover {
  color: #8d2922;
}
.categorized-search-results .books .book .book-details h3 {
  font-size: 16.5px;
}
.categorized-search-results .books .book .book-details h5 {
  font-size: 15px;
}
.categorized-search-results .magazine {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/old-paper-texture.jpg);
  border-radius: 10px;
  padding: 30px;
  margin-top: 25px;
  margin-bottom: 60px;
}
.categorized-search-results .magazine h4 {
  font-size: 20px;
  border-bottom: 1px solid grey;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.categorized-search-results .magazine h5 {
  font-size: 17px;
  margin-bottom: 20px;
}
.categorized-search-results .magazine .magazine-image {
  text-align: left;
  margin-bottom: 15px;
}
.categorized-search-results .magazine img {
  width: 12rem;
  height: auto;
  max-width: 100%;
  box-shadow: 2px 2px 6px rgb(39, 39, 39);
}
.categorized-search-results .magazine p {
  text-align: justify;
  margin-right: 25px;
  line-height: 27px;
  color: #000;
}
.categorized-search-results .magazine p:first-of-type {
  padding-top: 40px;
}
.categorized-search-results .magazine h6 {
  text-align: right;
  margin-top: 25px;
  margin-right: 25px;
}
.categorized-search-results .magazine h6 a {
  color: #8d2922;
}
.categorized-search-results .magazine h6 a:hover {
  color: #000;
}
.categorized-search-results .authors {
  margin-top: 20px;
  margin-bottom: 40px;
}
.categorized-search-results .authors .author {
  margin-bottom: 50px;
}
.categorized-search-results .authors .author .author-image {
  text-align: center;
  margin-bottom: 12px;
}
.categorized-search-results .authors .author .author-image img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  box-shadow: 2px 2px 5px grey;
}
.categorized-search-results .authors .author .author-details h3 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

/*Media Queries For The Search Result Page*/

@media only screen and (max-width: 1320px) {
  .categorized-search-results {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1150px) {
  .categorized-search-results .magazine .col-md-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .categorized-search-results .magazine .col-md-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (max-width: 1000px) {
  .categorized-search-results .magazine .col-md-3 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .categorized-search-results .magazine .col-md-9 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media only screen and (max-width: 900px) {
  .categorized-search-results .magazine .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .categorized-search-results .magazine .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .categorized-search-results .magazine .col-md-3 .wrapper {
    width: 100%;
  }
  .categorized-search-results .magazine .magazine-image {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
  }
  .categorized-search-results .magazine p:first-of-type {
    padding-top: 30px;
  }
  .categorized-search-results .magazine p {
    text-align: justify;
    margin-right: 0;
    line-height: 26px;
    color: #000;
  }
}
@media only screen and (max-width: 700px) {
  .categorized-search-results {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .categorized-search-results {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .categorized-search-results .magazine {
    padding: 20px 17px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .categorized-search-results .page-header h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .categorized-search-results .magazine {
    padding: 20px 17px;
    margin-left: -14px;
    margin-right: -14px;
  }
}

/*Styles for beta version*/

h5.nothing-found {
  padding-left: 40px;
}

/*Styles for WordPress Plugins*/

div.the_champ_horizontal_sharing li i {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.the_champ_horizontal_sharing .theChampSharing {
  transition: 0.2s ease-in-out;
}
.the_champ_horizontal_sharing .theChampSharing:hover {
  background: #8d2922;
}
.theChampGoogleGmailSvg {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/gmail-share.png) no-repeat center center !important;
  background-size: cover !important;
}
@media only screen and (max-width: 380px) {
  averageSpan {
    margin-top: 8px;
    margin-left: 0;
    display: block;
  }
}
.xoo-wsc-footer {
  font-size: 17px;
  margin-bottom: 12px;
}
.xoo-wsc-footer a {
  font-size: 17px;
}
a.xoo-wsc-ft-btn {
  background-color: #8d2922;
  color: #fff;
  border-radius: 4px;
}
span.xoo-wsch-close {
  font-size: 28px;
  right: 18px;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 1em;
}
.wpcf7 .ajax-loader {
  margin-top: 10px;
}