
/** template blog css **/

.blog-page-section{
  position: relative;
}

.blog-page-section .news-block-one .inner-box{
  margin-bottom: 30px;
}

.blog-page-section .pagination-wrapper{
  position: relative;
  padding-top: 40px;
}

.news-block-one .inner-box .lower-content h2{
  position: relative;
  display: block;
  line-height: 30px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}

.news-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #222;
}

.blog-sidebar{
  position: relative;
  margin-left: 40px;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search']{
  height: 55px;
}

.blog-sidebar .search-widget .search-form .form-group button{
  top: 15px;
}

.blog-sidebar .post-widget .post-inner .post{
  position: relative;
  display: block;
  padding: 10px 0px 0px 110px;
  min-height: 90px;
  margin-bottom: 30px;
}

.blog-sidebar .post-widget .post-inner .post:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post-inner .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.blog-sidebar .post-widget .post-inner .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post-inner .post:hover .post-thumb img{
  opacity: 0.2;
}

.blog-sidebar .post-widget .post-inner .post h4{
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #222;
  font-weight: 600;
  margin-bottom: 2px;
}

.blog-sidebar .post-widget .post-inner .post h4 a{
  display: inline-block;
  color: #222;
}



.blog-sidebar .post-widget .post-inner .post .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  padding-left: 25px;
}

.blog-sidebar .post-widget .post-inner .post .post-date:before{
  position: absolute;
  content: '';
  background: #222;
  width: 15px;
  height: 2px;
  left: 0px;
  top: 12px;
}

.blog-sidebar .post-widget{
  margin-bottom: 47px;
}

.blog-sidebar .post-widget .widget-title{
  margin-bottom: 25px;
}

.blog-sidebar .archives-widget .archives-list li{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.blog-sidebar .archives-widget .archives-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .archives-widget .archives-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #222;
  padding-left: 20px;
}

.blog-sidebar .archives-widget .archives-list li a:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
  transition: all 500ms ease;
}

.blog-sidebar .archives-widget{
  margin-bottom: 39px;
}

.blog-sidebar .instagram-widget .image-list{
  position: relative;
  margin: 0px -5px;
}

.blog-sidebar .instagram-widget .image-list li{
  position: relative;
  float: left;
  margin: 0px 5px 10px 5px;
}

.blog-sidebar .instagram-widget .image-list li .image-box{
  position: relative;
  display: block;
  width: 103px;
  height: 103px;
  overflow: hidden;
}

.blog-sidebar .instagram-widget .image-list li .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .instagram-widget .image-list li .image-box:hover img{
  opacity: 0.2;
}

.blog-sidebar .instagram-widget .image-list li .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  opacity: 0;
}

.blog-sidebar .instagram-widget .image-list li .image-box:hover a{
  opacity: 1;
}

.blog-sidebar .instagram-widget .widget-title{
  margin-bottom: 25px;
}

.sidebar-page-container .blog-details-content .inner-box{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 64px;
}

.sidebar .search-widget .search-form .form-group{
  position: relative;
  margin: 0px;
}

.sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #848484;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.sidebar .search-widget .search-form .form-group button{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar .search-widget{
  position: relative;
  margin-bottom: 47px;
}



.sidebar .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #222;
  margin: 0px;
}

.sidebar .categories-widget .categories-list li{
  position: relative;
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 15px;
}

.sidebar .categories-widget .categories-list li:last-child{
  margin-bottom: 0px;
}

.sidebar .categories-widget .categories-list li a{
  position: relative;
  display: inline-block;
  color: #222;
  padding-left: 20px;
}

.sidebar .categories-widget .categories-list li a:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 8px;
  border-radius: 50%;
  transition: all 500ms ease;
}


.sidebar .categories-widget{
  margin-bottom: 43px;
}