html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}

header, footer, nav, section, article, hgroup, figure {
  display: block;
}

legend {
  display: none;
}

body {
  margin: 0 auto;
  padding: 0;
  font: 18px "PT Sans", sans-serif;
  color: #000;
  background-color: #92A4B7;
}

h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 22px;
  margin: 0 0 5px;
  line-height: 1.6;
  padding-bottom: 5px;
  font-weight: 700;
}

h2 {
  font-size: 20px;
  margin: 0 0 5px;
  line-height: 1.6;
  padding-bottom: 5px;
  font-weight: 700;
}

h3 {
  font-size: 18px;
  margin: 0 0 5px;
  line-height: 1.6;
  padding-bottom: 5px;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #337ab7;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  outline: 0;
}

p {
  line-height: 1.6;
}

p img {
  padding: 0;
  max-width: 100%;
  height: auto;
}

.alert {
  background-color: #EBEBEB;
  border: 1px solid #999;
  padding: 15px;
  font-size: 12px;
}

.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  max-width: 100%;
  width: fit-content;
}

.image-container img {
  background: #FFF;
  display: block;
  max-width: 100%;
  max-height: 550px;
  width: auto;
  height: 550px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.image-container:hover img {
  transform: scale(1.05);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

.image-container .hover-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(196, 85, 0, 1);
  color: #fff;
  font-size: 20px;
  padding: 8px 12px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  white-space: nowrap;
  pointer-events: none;
}

.image-container:hover .hover-text {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

img.alignright {
  display: inline;
  border: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  box-sizing: border-box;
}

img.alignleft {
  display: inline;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.alignright {
  float: right;
  margin-top: 4px;
  margin-bottom: 4px;
}

.alignleft {
  float: left;
  margin-top: 4px;
  margin-bottom: 4px;
}

.aligncenter {
  display: block;
  margin: auto;
  padding: 5px;
}

#wrap {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.header {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #ffffff, #f2f2f2);
  border-bottom: 5px solid #337ab7;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  word-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.header:hover {
  background: linear-gradient(to bottom, #ffffff, #e0e0e0);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.logo {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Impact', Charcoal, sans-serif;
  padding: 5px 15px;
  color: #333;
  letter-spacing: 1px;
  transition: color 0.3s ease-in-out;
}

.logo:hover {
  color: #337ab7;
  transform: scale(1.05);
}

.nav {
  float: left;
  height: 40px;
  text-transform: capitalize;
  font-size: 12px;
  text-align: center;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 0;
}

.nav ul {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  margin: 0;
}

.nav ul li {
  float: left;
  list-style: none;
}

.nav ul li a {
  display: block;
  text-transform: capitalize;
  color: #337ab7;
  margin-right: 3px;
  padding: 5px 15px;
}

.container {
  width: 100%;
  float: left;
  color: #333;
  padding: 10px;
  background-color: #FFF;
  box-sizing: border-box;
}

.content {
  float: left;
  width: 100%;
  clear: both;
}

.footer {
  width: 100%;
  height: auto;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  text-align: center;
  color: #444;
  box-sizing: border-box;
  clear: both;
  border-top: 5px solid #337ab7;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}

.footer a {
  color: #337ab7;
  padding: 5px 0;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.footer a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.footer p {
  color: #555;
  line-height: 1.8;
  margin: 10px 0;
  font-size: 14px;
}

.footer .social-icons {
  margin-top: 10px;
}

.footer .social-icons a {
  display: inline-block;
  margin: 0 8px;
  color: #555;
  font-size: 20px;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.footer .social-icons a:hover {
  color: #337ab7;
  transform: scale(1.2);
}

.vtr-row {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

.vtr-title {
  text-align: left;
  text-transform: capitalize;
  overflow: hidden;
  margin-bottom: 12px;
  border-top: 2px solid #ccc;
  border-bottom: 3px solid #337ab7;
  float: left;
  width: 100%;
  clear: both;
  padding: 12px 0;
  background: linear-gradient(to right, #f9f9f9, #eaeaea);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.vtr-title:hover {
  background: linear-gradient(to right, #ffffff, #ddd);
  transform: translateY(-2px);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.vtr-title a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.vtr-title a:hover {
  color: #0056b3;
}

.vtr-title h1,
.vtr-title h2,
.vtr-title h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: color 0.3s ease-in-out;
}

.vtr-title h1:hover,
.vtr-title h2:hover,
.vtr-title h3:hover {
  color: #0056b3;
}

.post {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  clear: both;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}

.post p, .post ul, .post ol, .post dd, .post pre, .post hr {
  margin-bottom: 12px;
}

.post ul {
  list-style-type: square;
  margin: 0 0 10px 30px;
  padding: 0 10px;
  list-style-position: outside;
}

.post ul li {
  padding: 5px;
  line-height: 1.8;
  color: #333;
  transition: all 0.3s ease-in-out;
}

.post ul li:hover {
  color: #007BFF;
  transform: translateX(5px);
}

.post ol {
  list-style-position: outside;
  margin-left: 30px;
  margin-bottom: 10px;
}

.post ol li {
  padding: 3px;
  line-height: 1.6;
}

.post ul li:empty {
  display: none;
}

.post blockquote {
  color: #000;
  font-style: italic;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 15px 10px;
  padding: 5px 10px;
}

.post blockquote p {
  display: inline;
}

.post ul li ul {
  margin-left: 10px;
  padding: 0;
  border: 0;
}

.sidebar {
  height: 100%;
  float: right;
  width: 100%;
  margin-top: 0;
  box-sizing: border-box;
  padding: 10px;
}

.sidebar .box {
  margin-bottom: 15px;
  border: 1px solid #dadada;
  overflow: hidden;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.sidebar .box:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.sidebar h3 {
  color: #fff;
  margin-bottom: 0 !important;
  padding: 8px 10px;
  background: linear-gradient(135deg, #337ab7, #0056b3);
  font-weight: 700;
  border-radius: 6px 6px 0 0;
}

.sidebar .box a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.sidebar .box a:hover {
  color: #0056b3;
}

.sidebar .box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar .box ul li {
  border-bottom: 1px solid #e6e6e6;
  text-transform: capitalize;
  transition: background 0.3s ease-in-out;
}

.sidebar .box ul li:last-child {
  border-bottom: none;
}

.sidebar .box ul li a {
  color: #333;
  display: block;
  padding: 8px;
  line-height: 1.6;
  border-radius: 4px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.sidebar .box ul li a:hover {
  background-color: #f0f4f8;
  color: #0056b3;
}

.sidebar .box ul li ul {
  margin-left: 15px;
  padding: 0;
}

.sidebar .box ul li ul li {
  border: none;
}

.wp-pagenavi {
  width: 100%;
  clear: both;
  padding: 10px 0;
  text-align: center;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi .pages,
.wp-pagenavi .current {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 3px;
  transition: all 0.3s ease-in-out;
}

.pages {
  color: #333;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

.current {
  color: #fff;
  background: linear-gradient(135deg, #337ab7, #0056b3);
  border: 1px solid #0056b3;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}

.wp-pagenavi a {
  color: #333;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  background-color: #f5f5f5;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.wp-pagenavi a:hover {
  color: #fff;
  background: linear-gradient(135deg, #337ab7, #0056b3);
  border: 1px solid #0056b3;
  transform: scale(1.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.wp-pagenavi span {
  background: #337ab7;
  border: 1px solid #0056b3;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 15px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.keatas {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  color: #333;
  font-size: 44px;
}

.keatas a {
  color: #333;
}

.star {
  display: inline-block;
  margin: 0 .5em;
  font-size: .9em;
}

.star li {
  display: inline-block;
  color: #FC0;
  font-size: 32px;
}

.review-count {
  display: inline-block;
  margin: 0 .5em;
  font-size: 22px;
}

.cata {
  width: 100%;
  height: 50px;
  float: left;
  text-align: center;
  background-color: #EBEBEB;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #DADADA;
  padding-top: 0;
  overflow: hidden;
}

.book-thumb {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  background-color: #F5F5F5;
  margin-right: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border: 1px solid #DADADA;
  padding: 10px;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.book-thumb h2 {
  font-size: 16px;
  margin: 8px 5px;
  font-weight: bold;
  color: #333;
}

.book-thumb h2 a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out;
}

.book-thumb h2 a:hover {
  color: #007BFF;
}

.book-thumb:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.book {
  overflow: hidden;
  max-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.book img {
  width: auto;
  height: 135px;
  object-fit: contain;
  border-radius: 5px;
}

.book-left {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}

.book-right {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.photo {
  margin-right: auto;
  margin-left: auto;
}

.photo-frame {
  position: relative;
  width: 100%;
  border: 1px solid #EBEBEB;
  margin-bottom: 5px;
  min-height: 300px;
  box-sizing: border-box;
  padding: 5px;
}

.table {
  margin: 0;
  padding: 0;
  width: 100%;
}

.table table {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.table tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.table tr:nth-child(even) {
  background-color: #fff;
}

.table th {
  background-color: #337ab7;
  vertical-align: middle;
  text-align: left;
  padding: 5px;
  color: #fff;
}

.table td {
  vertical-align: middle;
  text-align: left;
  padding: 5px;
  color: #000;
}

.table tr:last-child td {
  border-width: 0 1px 0 0;
}

.table tr td:last-child {
  border-width: 0 0 1px;
}

.table tr:last-child td:last-child {
  border-width: 0;
}

.table tr:first-child td:last-child {
  border-width: 0 0 1px 1px;
}

.list-blog {
  width: 100%;
  max-height: auto;
  float: left;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.list-blog:hover {
  max-height: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.list-blog:nth-child(2n) {
  float: right;
}

.list-blog-title {
  max-height: 30px;
  overflow: hidden;
}

.list-blog-title h2 {
  font-size: 22px;
}

.list-blog-thumb {
  height: auto;
  width: 80px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  float: left;
  background-color: #FFF;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
  border-radius: 10px;
}

.list-blog-thumb a {
  color: #666;
}

.breadcrumbs {
  float: none;
  font-size: 12px;
  text-align: left;
  color: #333;
  clear: both;
  padding: 5px 0;
}

.breadcrumbs a {
  text-decoration: none;
  padding: 0 5px 0 0;
}

.search-box {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
}

.search-form {
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  transition: box-shadow 0.3s ease-in-out;
}

.search-form:focus-within {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.search-text {
  font-size: 16px;
  color: #333;
  border: none;
  background: transparent;
  padding: 12px 15px;
  width: 100%;
  outline: none;
}

.search-box input[type="text"] {
  width: calc(100% - 50px);
  padding: 12px 15px;
  color: #333;
  font-size: 16px;
  border: none;
  outline: none;
  background: transparent;
}

.search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 100px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  background: linear-gradient(135deg, #337ab7, #0056b3);
  transition: background 0.3s ease-in-out, transform 0.2s;
}

.search-button:hover {
  background: linear-gradient(135deg, #0056b3, #00408a);
  transform: scale(1.05);
}

.tags {
  color: #000;
  font-size: 14px;
  margin: 0 0 8px 0;
  padding: 8px 12px;
  width: auto;
  background-color: #ffffff;
  border-left: 4px solid #eeeeee;
}

.default {
  background-color: #e7e7e7;
  color: #000;
}

.default:hover {
  background-color: #000;
  color: #e7e7e7;
}

.btnbox {
  text-align: center;
}

.btnpin {
  background-color: #6A1919;
  border-color: #8B2121;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 0;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

.btnpin:hover {
  background-color: #B02B2C;
}

.btnamz {
  background-color: #c45500;
  border-color: #753300;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 4px 0;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

.btnamz:hover {
  background-color: #753300;
}

hr {
  clear: both;
  margin: 10px 0;
  border: 0;
  height: 3px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 122, 217), rgba(0, 0, 0, 0));
}

/* CSS MOBILE */
@media screen and (min-width: 320px) {
  .cata {
    width: 46%;
    height: 50px;
  }
  .book-thumb {
    width: 46%;
    height: 210px;
  }
}

@media screen and (min-width: 480px) {
  .book-left {
    float: left;
    width: 50%;
    height: auto;
    text-align: center;
  }
  .book-right {
    float: right;
    width: 48%;
  }
  #kiri {
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  #wrap {
    margin-top: 0;
  }
  .book-thumb {
    width: 23%;
    height: 210px;
  }
  .cata {
    width: 23%;
    height: 50px;
  }
}

@media screen and (min-width: 685px) {
  .logo {
    width: 45%;
    float: left;
    padding: 5px;
    text-align: left;
  }
  .nav {
    width: 45%;
    padding: 0;
    float: right;
  }
}

@media screen and (min-width: 860px) {
  .container {
    width: 100%;
    float: left;
    color: #333;
    box-sizing: border-box;
    padding: 10px;
  }
  #wrap {
    width: 1100px;
    background-color: #FFF;
  }
  .content {
    float: left;
    width: 800px;
    clear: both;
    margin: 10px;
  }
  .book-thumb {
    width: 152px;
    margin-right: 10px;
  }
  .book-thumb:nth-child(4n) {
    margin-right: 0;
    float: right;
  }
  .sidebar {
    width: 260px;
  }
}

@media screen and (min-width: 960px) {
  .logo {
    float: left;
    box-sizing: border-box;
    width: 400px;
    margin: 0 5px 5px 5px;
    display: block;
  }
  .nav {
    width: 45%;
    float: right;
  }
}

@media (max-width: 768px) {
  .header {
    font-size: 20px;
    padding: 10px 15px;
    flex-direction: column;
    text-align: center;
  }

  .logo {
    font-size: 22px;
    padding: 5px 0;
  }
  
  .search-box {
    max-width: 100%;
  }

  .search-form {
    height: 40px;
  }

  .search-text {
    font-size: 14px;
  }

  .search-box input[type="text"] {
    width: calc(100% - 45px);
  }

  .search-button {
    width: 70px;
    font-size: 16px;
    line-height: 40px;
  }
  
  .vtr-title {
    padding: 10px;
    font-size: 20px;
  }

  .vtr-title h1,
  .vtr-title h2,
  .vtr-title h3 {
    font-size: 20px;
  }
  
  .sidebar {
    float: none;
    width: 100%;
  }

  .sidebar .box {
    margin-bottom: 10px;
  }

  .wp-pagenavi {
    flex-wrap: wrap;
  }

  .wp-pagenavi a,
  .wp-pagenavi .pages,
  .wp-pagenavi .current,
  .wp-pagenavi span {
    padding: 8px 12px;
    font-size: 14px;
  }

  .footer {
    padding: 15px;
    font-size: 14px;
  }

  .footer .social-icons a {
    font-size: 18px;
  }  
}