
/* Page title section */

.page-title {
  background-color: #f5f5f5;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.page-title h1 {
  font-weight: 500;
  padding: 5px 0;
  text-transform: capitalize;
  float: none;
  color: #000;
  font-size: 24px;
}

.subtitle {
  float: none;
  line-height: 13px;
  padding: 0px 0 10px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}

.subtitle a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}



/* Banner items */

.banner-items {
  margin-top: 30px;
  margin-bottom: 60px !important;
}

.product-detail-wrapper__about {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px !important;
  border-radius: 0px 0px 10px 10px;
}

.image-block-latest img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 10px 10px 0px 0px;
}

.wrapper-latest__about {
  border-radius: 10px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  position: relative;
  margin: 2px 0px 0px;
  margin-bottom: 2px !important;
}

.wrapper-latest__about:hover .product-detail-wrapper__about {
  box-shadow: 0 0 20px #0003;
}

.product-detail-wrapper__about h3:hover {
  color: #015ADE !important;
}

.entry-content-datea {
  display: inline-block;
  position: absolute;
  background-color: #015ADE;
  top: 15px;
  padding: 5px 10px;
  border-radius: 5px;
  left: 15px;
  z-index: 1;
}

.entry-content-datea .meta-inner a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  align-items: center;
  display: flex;
  transition: 0.3s ease;
  letter-spacing: 0.2px;
  font-size: 14px;
  font-weight: 400;
}

.entry-content-datea .meta-inner a .fa {
  margin: 0px 10px 0px 4px;
  font-size: 11px;
}

.fa-calendar-o:before {
  content: "\f133";
}

.wrapper-latest__about .product-detail-wrapper__about {
  box-shadow: 0 0 4px rgb(0 0 0 / 12%);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}



.wrapper-latest__about .product-detail-wrapper__about h3 {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 22px;
  text-transform: capitalize;
  padding: 0px 0 0;
}

.image-block-latest {
  position: relative;
}

.wrapper-latest__about .image-block-hover {
  background: rgba(225, 225, 225, 0.4) none repeat scroll 0 0;
  border-radius: 10px 10px 0px 0px;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.wrapper-latest__about:hover .image-block-hover {
  opacity: 1;
  transition: 0.5s;
}


.links a {
  background-color: #000;
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: scale(0);
  margin: 0 5px;
  border-radius: 50%;
  height: 30px;
  line-height: 20px;
  width: 30px;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  border: 2px solid #015ADE;
  border-color: #015ADE;
  opacity: 0;
  line-height: 26px;
  color: white;
}

.links a:hover {
  background-color: #015ADE;
}

.wrapper-latest__about:hover .links a {
  opacity: 1;
  transform: scale(1);
}

.entry-content-date {
  font-weight: 400;
  padding: 11px 0 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededed;
}

.entry-content-date span.comments-link {
  margin: 0px 12px 0px 0px;
}

.entry-content-date span.comments-link:hover .fa {
  color: #015ADE;
}

.entry-content-date span.comments-link:hover a {
  color: #015ADE;
}

.entry-content-date span.comments-link .fa {
  font-size: 12px;
  margin: 0 4px;
  color: black;
  transition: all 0.3s;
}

.entry-content-date span.comments-link a {
  color: #828282;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
  letter-spacing: normal;
}

.entry-content-date span.author .fa {
  margin: 0 4px;
  font-size: 11px;
}

.entry-content-date span.author {
  display: flex;
  align-items: center;
  padding-top: 3px;
  margin: 0;
  line-height: inherit;
}

.entry-content-date span.author p {
  font-size: 14px;
}

.excerpt {
  color: #777;
  text-align: left;
  font-size: 14px;
  padding-top: 12px;
}

.read-more {
  text-transform: capitalize;
  padding-top: 15px;
}

.excerpt .read-more a {
  text-decoration: none;
}

.excerpt .read-more-link {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  transition: all 300ms;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  padding: 6px 20px;
  border-radius: 5px;
  background-color: #015ADE;
  color: #fff;
}

.excerpt .read-more-link:hover {
  background-color: #000;
}

/* Nav links pagination */

.nav-links {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}

.nav-links .page-numbers {
  height: 30px;
  width: 30px;
  display: inline-block;
  padding: 6px;
  text-align: center;
  color: #000;
  border-radius: 0px;
  position: relative;
  line-height: 19px;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  text-decoration: none;
  margin: 0 2px;
  cursor: pointer;
}

.nav-links .page-numbers:hover {
  background: #015ADE;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #015ADE;
  color: #fff;
  cursor: not-allowed;
}

.nav-links .next.page-numbers::before {
  content: '\f104';
  position: absolute;
  font-family: FontAwesome;
  font-size: 19px;
  line-height: 20px;
}