/* :: Import All CSS */

/* :: Base CSS */

.main-content-wrapper {
  margin-top: 30px;
}

.single-blog-post {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  margin-right: 15px;
}

.single-blog-post .post-content {}

.single-blog-post .post-content h3 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

.single-blog-post .post-content .headline h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.single-blog-post .post-content p {
  font-family: 'Asap', sans-serif;
  margin-bottom: 20px;
}

.single-blog-post .post-content .post-meta p {
  margin-bottom: 0;
  font-size: 12px;
}

.single-blog-post .post-content .post-meta p a {
  font-size: 12px;
}

.single-blog-post.post-style-2 {
  margin-bottom: 5px;
}

.single-blog-post.post-style-2 .post-content {
  /* transition: padding ease-in-out 0.3s; */
  transition: transform ease-in-out 0.3s;
  /* transform: translate(10px); */
  /* padding: 5px 0px 5px 0px; */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}

.single-blog-post.post-style-2 .post-content:hover {
  /* transition: padding ease-in-out 0.3s; */
  /* -webkit-transition: padding ease-in-out 0.3s; */
  /* padding: 5px 0px 5px 10px; */
  transition: transform ease-in-out 0.3s;
  transform: translate(10px);
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}

.single-blog-post.post-style-2 .post-content .headline h5 {
  /* font-size: 15px; */
  font-size: .95rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-post.post-style-2 .post-content .headline h5 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-post.post-style-2 .post-content .headline h5 {
    font-size: 15px;
  }
}

.single-blog-post.post-style-2:last-of-type {
  margin-bottom: 0;
}

.post-sidebar-area {
  /*border-left: 2px solid #f1f1f1; */
}

.sidebar-widget-area {
  position: relative;
  z-index: 1;
  /* border-bottom: 2px solid #f1f1f1;  */
}

.sidebar-widget-area .title {
  display: block;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  margin-right: auto;
  /* font-family: "Ubuntu", sans-serif; */
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 8px;
  /*padding-left: 30px; */
}

.sidebar-widget-area .title a {
  color: #000;
  /* text-decoration: underline; */
}

.sidebar-widget-area .title a:hover {
  color: #007300;
  /* text-decoration: none; */
}

.sidebar-widget-area .widget-content {
  padding: 10px 0 10px 10px;
}

@media only screen and (max-width: 767px) {
  .sidebar-widget-area .widget-content {
    padding: 10px 0 10px 10px;
  }
}

.sidebar-widget-area:last-of-type {
  border-bottom: none;
}

.page-content {
  padding: 60px 55px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .page-content {
    padding: 30px 25px;
  }
}
