
/** blog-sidebar **/

.blog-sidebar{
  position: relative;
}

.blog-sidebar .sidebar-widget{
  position: relative;
  display: block;
  border: 1px solid rgba(31, 31, 31, 0.05);
  padding: 24px 30px 30px 30px;
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.blog-sidebar .sidebar-widget .widget-title h4{
  font-size: 20px;
  line-height: 26px;
}

.blog-sidebar .sidebar-widget .form-group{
  position: relative;
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-widget .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #FAFAFA;
  border: 1px solid #FAFAFA;
  font-size: 14px;
  color: #656565;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-widget .form-group button[type='submit']{
  position: absolute;
  top: 11px;
  right: 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-widget .form-group input:focus{

}

.blog-grid-content .news-block-one .inner-box {
  margin-bottom: 16px;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.blog-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
  border: 1px solid #FAFAFA;
  padding: 11px 20px;
  z-index: 1;
}

.blog-sidebar .category-widget .category-list li a:hover{
  color: #fff;
}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  background: linear-gradient(rgba(255, 228, 130, 1), rgba(255, 143, 109, 1));
  height: calc(100% + 2px);
  width: 0%;
  left: -1px;
  top: -1px;
  z-index: -1;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before{
  width: calc(100% + 2px);
}

.blog-sidebar .social-widget .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.blog-sidebar .social-widget .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.blog-sidebar .social-widget .social-links li:last-child{
  margin: 0px !important;
}

.blog-sidebar .social-widget .social-links li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #FAFAFA;
  color: #656565;
  text-align: center;
  border-radius: 50%;
}

.blog-sidebar .social-widget .social-links li a:hover{
  color: #fff;
  background: var(--title-color);
}

.blog-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding: 0px 0px 0px 135px;
  margin-bottom: 16px;
  min-height: 128px;
}

.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 110px;
  height: 115px;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
}

.blog-sidebar .post-widget .post .post-info{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.blog-sidebar .post-widget .post .post-info li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  padding-left: 24px;
  margin-right: 40px;
}

.blog-sidebar .post-widget .post .post-info li:last-child{
  margin: 0px !important;
}

.blog-sidebar .post-widget .post .post-info li img{
  position: absolute;
  left: 0px;
  top: 6px;
}

.blog-sidebar .post-widget .post .post-info li a{
  display: inline-block;
  color: var(--text-color);
}

.blog-sidebar .post-widget .post .post-info li a:hover{

}

.blog-sidebar .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: var(--title-color);
}

.blog-sidebar .post-widget .post h5 a:hover{

}

.blog-sidebar .post-widget .post .category-list{
  position: relative;
  display: flex;
  align-items: center;
}

.blog-sidebar .post-widget .post .category-list li{
  position: relative;
  display: inline-block;
  padding-left: 15px;
  margin-right: 10px;
}

.blog-sidebar .post-widget .post .category-list li:last-child{
  margin: 0px !important;
}

.blog-sidebar .post-widget .post .category-list li:before{
  position: absolute;
  content: '';
  background: #DDDDDD;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}

.blog-sidebar .post-widget .post .category-list li a{
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: var(--title-color);
}

.blog-sidebar .post-widget .post .category-list li a:hover{

}

.blog-sidebar .instagram-widget .image-list{
  margin: 0px -6.5px;
}

.blog-sidebar .instagram-widget .image-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 5.5px 13px 5.5px;
}

.blog-sidebar .instagram-widget .image-list li .image{
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 10px;
}

.blog-sidebar .instagram-widget .image-list li .image img{
  width: 100%;
  border-radius: 10px;
}

.blog-sidebar .instagram-widget .theme-btn-one{
  width: 100%;
}

.blog-sidebar .instagram-widget .theme-btn-one i{
  margin-right: 10px;
}


/** rtl-css **/

.rtl .blog-sidebar .instagram-widget .theme-btn-one i{
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .blog-sidebar .social-widget .social-links li{
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .blog-sidebar .post-widget .post{
  padding-left: 0px;
  padding-right: 135px;
}

.rtl .blog-sidebar .post-widget .post .post-thumb{
  left: inherit;
  right: 0px;
}

.rtl .blog-sidebar .post-widget .post .post-info li{
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .blog-sidebar .post-widget .post .category-list li{
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .blog-sidebar .instagram-widget .image-list li{
  float: right;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .blog-sidebar{
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .blog-sidebar .social-widget .social-links li{
    margin-right: 10px;
  }

  .blog-sidebar .post-widget .post{
    padding-left: 0px;
  }

  .rtl .blog-sidebar .post-widget .post{
    padding-right: 0px;
  }

  .blog-sidebar .post-widget .post .post-thumb{
    position: relative;
    top: 0px;
    margin-bottom: 20px;
  }

  .rtl .blog-sidebar .social-widget .social-links li{
    margin-left: 10px;
  }

  .news-block-one .inner-box .lower-content .post-info{
    display: block;
  }
}









































