/* ---------------------------- Theme Sidebar  ------------------------*/
.theme-blog-sidebarOne .sidebar-search form {
  height: 55px;
  position: relative;
}
.theme-blog-sidebarOne .sidebar-search form input {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #f0f0f0;
  padding: 0 58px 0 25px;
}
.theme-blog-sidebarOne .sidebar-search form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 56px;
  color: #fff;
  border-radius: 0 30px 30px 0;
  font-size: 18px;
}
.theme-blog-sidebarOne h4 {
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.theme-blog-sidebarOne .sidebar-categories ul li a {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 18px;
  display: block;
}
.theme-blog-sidebarOne .sidebar-recent-news ul li img {
  width: 90px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
}
.theme-blog-sidebarOne .sidebar-recent-news ul li {
  margin-bottom: 30px;
}
.theme-blog-sidebarOne .sidebar-recent-news ul li .post {
  width: calc(100% - 90px);
}
.theme-blog-sidebarOne .sidebar-recent-news ul li .post h6 a {
  line-height: 26px;
  color: #25292f;
}
.theme-blog-sidebarOne .sidebar-keywords ul li {
  display: inline-block;
  margin: 0 4px 10px 0;
}
.theme-blog-sidebarOne .sidebar-keywords ul li a {
  line-height: 35px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 13px;
}
.seo-theme .theme-blog-sidebarOne a {
  font-family: "Source Sans Pro", sans-serif;
}
.seo-theme .theme-blog-sidebarOne .sidebar-recent-news ul li .post h6 a {
  font-size: 16px;
}
.seo-theme .theme-blog-sidebarOne .sidebar-keywords ul li a:hover {
  color: #fff;
}
/* ------------------------------ Theme Blog Details --------------------------*/

.seo-theme .blog-details .single-blog .row {
  margin: 40px -15px 35px -15px;
  padding: 0 35px;
}
.seo-theme .blog-details .single-blog .row img {
  border-radius: 5px;
  width: 100%;
}
.seo-theme
  .latest-blog.blog-details
  .theme-blog-large-sideOne
  .single-blog
  .post
  .post-tag
  ul
  li.float-right
  a {
  color: #a3a3a3;
}
.seo-theme .theme-blog-large-sideOne h4 {
  font-weight: 700;
}
