/* //////  START GALLERY MAIN PAGE ////////*/
.base-single-blog:hover .base-blog-image img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.base-single-blog .base-blog-image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 3px 4px rgba(0,0,0,0.2);
}

.base-single-blog .base-blog-image a {
  display: block;
}

.base-single-blog .base-blog-image img {
  width: 100%;
  height: 250px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.base-single-blog .base-blog-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  background: var(--theme-color);
  color: var(--black);
  border-radius: 15px;
  margin-bottom: 15px;
}

.base-single-blog .base-blog-title {
  font-family: "ToranongPro";
  font-weight: normal;
  font-size: 25px !important;
  line-height: 25px !important;
  margin-bottom: 15px;
}

.base-single-blog .base-blog-title a {
  color: inherit;
}

.base-single-blog .base-blog-title a:hover {
  color: var(--primary-color);
  text-decoration:none;
}

.base-single-blog .base-blog-desc {
  font-size: 16px;
  line-height: 28px;
}
 /* //////  END GALLERY MAIN PAGE ////////*/