.blog-page a {
  color: #3b3b3b;
}
.blog-page a:hover {
  text-decoration: none;
}
.blog-page .login-container {
  display: none !important;
}
.blog-page .container {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.blog-page .zoo-main-content-area {
  margin-top: 30px;
}
.blog-page .post-list .post-holder {
  padding: 0;
  padding-bottom: 45px !important;
  margin-bottom: 45px !important;
  border-bottom: 1px solid #ebebeb;
}
.blog-page .post-list .post-holder .post-title {
  margin-bottom: 30px;
}
.blog-page .post-list .post-holder .post-title a {
  font-size: 30px;
  font-weight: 600;
  color: #471e83;
}
.blog-page .post-list .post-holder .post-image {
  width: 100%;
}
.blog-page .post-list .post-holder .post-read-more {
  display: block;
  width: 150px;
  padding: 5px 0;
  margin: 0 auto;
  float: inherit;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #00c4b4;
  border: 2px solid #00c4b4;
  font-weight: 800;
}
.blog-page .post-list .post-holder .post-read-more a {
  background: #FFF;
  color: #00c4b4;
  padding: 0;
}
.blog-page .post-list .post-holder .post-read-more a:hover {
  border: 1px solid #FFF;
}
.blog-page .post-list .post-description p {
  color: #7d7d7d;
  margin-bottom: 20px;
  font-size: 16px;
}
.blog-page .banner-blog-wrapper .row .banner {
  width: 100vw;
  position: relative;
  margin-bottom: 30px;
}
.blog-page .banner-blog-wrapper .row .banner .background-image img {
  width: 100vw;
  height: 150px;
  object-fit: cover;
  object-position: top;
}
.blog-page .banner-blog-wrapper .row .banner .title {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 100;
}
.blog-page .banner-blog-wrapper .row .banner .title h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
.blog-page .row {
  display: flex;
  flex-wrap: nowrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.blog-page .row .shop-main {
  flex: 1;
}
.blog-page .row .shop-main .post-list-wrapper .post-list li {
  background: none;
}
.blog-page .row .shop-main .post-list-wrapper .post-list li:hover {
  box-shadow: none;
}
.blog-page .row .shop-main .post-list-wrapper .post-list li .post-container {
  flex-direction: column;
}
.blog-page .row .shop-main .post-list-wrapper .post-list li .post-date {
  font-size: 14px;
  color: #959595;
}
.blog-page .row .shop-main .post-list-wrapper .post-list li .post-date:before {
  content: "";
  width: 30px;
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #999;
}
.blog-page .row #shop-sidebar-right {
  margin-top: 20px;
  width: 25%;
}
.blog-page .sidebar .widget .block-title {
  margin: 0 0 40px;
  text-transform: uppercase;
}
.blog-page .sidebar .widget .block-title strong {
  font-size: 22px;
  color: #00c4b4;
  text-transform: capitalize;
  font-weight: 600;
}
.blog-page .sidebar .widget .block-content .item .post-item-link {
  font-size: 16px;
  color: #111;
  font-weight: 500;
}
.blog-page .sidebar .widget .block-content .item .post-item-link:hover {
  color: #00c4b4;
  text-decoration: none;
}
.blog-page .sidebar .widget.blog-search input {
  background: #f5f5f5;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  position: static;
  padding-right: 35px;
  margin: 0;
}
.blog-page .sidebar .widget.blog-search input::placeholder {
  color: #c2c2c2;
}
.blog-page .sidebar .widget.blog-search .action.search {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  filter: invert(1);
}
.blog-post-view .post-header {
  margin: 0 0 45px;
}
.blog-post-view .post-header .post-date {
  font-size: 14px;
  color: #959595;
}
.blog-post-view .post-header .post-date:before {
  content: "";
  width: 30px;
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #999;
}
.blog-post-view .post-description {
  width: 66.6%;
  margin-left: 16%;
}
.blog-post-view .post-description p {
  margin: 5px 0;
  font-size: 16px;
  color: #424242;
}
.blog-post-view .post-nextprev {
  border-top: none;
  border-bottom: none;
}
.blog-post-view .post-nextprev .nextprev-link span {
  font-weight: 700;
  color: #3b3b3b;
}
