
/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid .news-block-two .inner-box{
  margin-bottom: 30px;
}

.blog-grid .pagination-wrapper{
  margin-top: 40px;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .post-info li a{
  padding: 0px;
  background: transparent;
  color: #757575;
  text-transform: none;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

.sidebar-page-container .news-block-two .inner-box .lower-content .post-info li a:hover{
	background: transparent;
}

.news-block-two .inner-box .lower-content h2{
  position: relative;
  display: block;
  line-height: 40px;
  font-weight: 700;
}

.news-block-two .inner-box .lower-content h2 a{
  display: inline-block;
  color: #222;
}

.news-block-two .inner-box .lower-content h2 a:hover{

}

.blog-standard-content .news-block-two .inner-box .lower-content p{
  margin-bottom: 27px;
}

.blog-standard-content .news-block-two .inner-box .lower-content .post-info{
  margin-bottom: 8px;
}

.blog-standard-content .news-block-two .inner-box .lower-content{
  padding-bottom: 40px;
  border: 2px solid #ebebeb;
}

.blog-standard-content .news-block-two .inner-box{
  margin-bottom: 50px;
}

.blog-standard-content .pagination-wrapper{
  padding-top: 30px;
}

.blog-sidebar .sidebar-search{
  position: relative;
  display: block;
  padding: 10px 20px;
  margin-bottom: 40px;
}

.footer-widget .sidebar-search{
  position: relative;
  display: block;
  padding: 10px 20px;
  background: #96532f;
}

.blog-sidebar .sidebar-search .form-group,
.footer-widget .sidebar-search .form-group{
  position: relative;
  margin: 0px;
}

.blog-sidebar .sidebar-search .form-group input[type='search'],
.footer-widget .sidebar-search .form-group input{
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .form-group input::-webkit-input-placeholder,
.footer-widget .sidebar-search .form-group input::-webkit-input-placeholder{
  color:#fff;
}

.blog-sidebar .sidebar-search .form-group button,
.footer-widget .sidebar-search .form-group button{
  position: absolute;
  top: 11px;
  right: 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-search .form-group input:focus{
  border-color: #fff;
}

.blog-sidebar .sidebar-widget{
  position: relative;
  border: 2px solid #ececec;
  padding: 30px 40px;
  margin-bottom: 40px;
}

.blog-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
  padding-bottom: 13px;
  margin-bottom: 29px;
  border-bottom: 2px solid #ececec;
}

.blog-sidebar .sidebar-widget .widget-title h3{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.blog-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #757575;
  font-weight: 600;
  padding-left: 12px;
}

.blog-sidebar .category-widget .category-list li a:hover{

}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  left: 0px;
  top: 0px;
}

.blog-sidebar .category-widget{
  padding: 41px 40px 46px 40px;
}

.blog-sidebar .advice-box{
  position: relative;
  display: block;
  width: 100%;
  padding: 145px 30px 150px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-sidebar .advice-box:before{
  position: absolute;
  content: '';
  background: #0e0e0e;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.blog-sidebar .advice-box p{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-sidebar .advice-box h2{
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 41px;
}

.blog-sidebar .post-widget .post{
  position: relative;
  padding-left: 100px;
  padding-bottom: 29px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ececec;
}

.blog-sidebar .post-widget .post:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
  opacity: 0.5;
}

.blog-sidebar .post-widget .post p{
  position: relative;
  margin-bottom: 3px;
}

.blog-sidebar .post-widget .post p i{
  margin-right: 8px;
}

.blog-sidebar .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: #222;
}

.blog-sidebar .post-widget .post h5 a:hover{

}

.blog-sidebar .post-widget .post .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-sidebar .post-widget .post .link a i{
  margin-left: 8px;
  font-weight: 700
}

.blog-sidebar .post-widget .post .link a:hover{
  color: #222;
}

.blog-sidebar .post-widget{
  padding: 38px 40px 18px 40px;
}

.blog-sidebar .post-widget .widget-title{
  margin-bottom: 39px;
}

.blog-sidebar .author-sidebar .inner-box .image-box{
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 21px;
}

.blog-sidebar .author-sidebar .inner-box .image-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-sidebar .author-sidebar .inner-box p{
  margin-bottom: 17px;
}

.blog-sidebar .author-sidebar .inner-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.blog-sidebar .author-sidebar .inner-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.blog-sidebar .author-sidebar{
  padding: 50px 30px 41px 30px;
}

.blog-details-content .news-block-two .inner-box:hover .image-box img{
  transform: scale(1);
  opacity: 1;
}

blockquote{
  position: relative;
  display: block;
  background: #f4edea;
  color:#222222;
  padding: 27px 40px 31px 45px;
}

blockquote .name{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 55px;
}

blockquote .name:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

blockquote h3{
  margin-bottom: 16px;
}

.blog-details-content .news-block-two .inner-box .lower-content .post-info{
  margin-bottom: 15px;
}

.blog-details-content .news-block-two .inner-box .lower-content .text p{
  margin-bottom: 18px;
}

.blog-details-content .news-block-two .inner-box .lower-content .text p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .news-block-two .inner-box .lower-content{
  padding: 35px;
}

.blog-details-content .news-block-two .inner-box .lower-content .image{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.blog-details-content .news-block-two .inner-box .lower-content .image img{
  width: 100%;
}

.blog-details-content .news-block-two .inner-box .lower-content .list-item li{
  position: relative;
  display: block;
  font-size: 15px;
  margin-bottom: 13px;
  padding-left: 30px;
}

.blog-details-content .news-block-two .inner-box .lower-content .list-item li:last-child{
  margin-bottom: 0px;
}

.blog-details-content .news-block-two .inner-box .lower-content .list-item li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  left: 0px;
  top: 0px;
  font-weight: 400;
}

.blog-details-content .news-block-two .inner-box .lower-content .list-item{
  padding-top: 12px;
}

.blog-details-content .post-share-option{
  position: relative;
  padding: 28px 0px 0px 0px;
}

.blog-details-content .post-share-option ul li{
  position: relative;
  display: inline-block;
}

.blog-details-content .post-share-option ul li h6{
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom:0px;
}

.blog-details-content .post-share-option .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #757575;
  font-weight: 600;
}

.blog-details-content .post-share-option .tags-list li a:hover{

}

.blog-details-content .post-share-option .social-links li{
  margin-right: 10px;
}

.blog-details-content .post-share-option .social-links li:last-child{
  margin: 0px !important;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  color: #757575;
}
.blog-details-content .post-share-option .social-links li .fa{
	font-family:'Font Awesome 5 Brands';
}
.blog-details-content .post-share-option .social-links li a:hover{

}

.blog-details-content .news-block-two .inner-box .lower-content{
  border: 2px solid #ebebeb;
}

.blog-details-content .author-box{
  position: relative;
  display: block;
  background: #f4edea;
  padding: 45px 48px 44px 45px;
  margin-bottom: 54px;
}

.blog-details-content .author-box .author-thumb{
  position: absolute;
  left: 45px;
  top: 50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.blog-details-content .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .author-box .inner{
  position: relative;
  padding-left: 190px;
}

.blog-details-content .author-box .inner h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.blog-details-content .author-box .inner p{
  position: relative;
  margin-bottom: 12px;
}

.blog-details-content .author-box .inner .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.blog-details-content .author-box .inner .social-links li:last-child{
  margin: 0px !important;
}

.blog-details-content .author-box .inner .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #696969;
}

.blog-details-content .author-box .inner .social-links li a:hover{

}

.blog-details-content .group-title{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.blog-details-content .group-title h2{
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.blog-details-content .related-post .single-item{
  position: relative;
  display: block;
  background: #f4edea;
}

.blog-details-content .related-post .single-item .image-box{
  position: relative;
  display: block;
}

.blog-details-content .related-post .single-item .image-box img{
  width: 100%;
}

.blog-details-content .related-post .single-item .content-box{
  position: relative;
  padding: 30px 40px 22px 40px;
}

.blog-details-content .related-post .single-item .content-box .post-date{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 20px;
  border-radius: 25px;
  margin-bottom: 13px;
}

.blog-details-content .related-post .single-item .content-box .post-date i{
  margin-right: 8px;
}

.blog-details-content .related-post .single-item .content-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-details-content .related-post .single-item .content-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #616161;
  font-weight: 600;
}

.blog-details-content .related-post .single-item .content-box a i{
  margin-left: 6px;
}

.blog-details-content .related-post .single-item .content-box a:hover{

}

.blog-details-content .related-post{
  margin-bottom: 53px;
}

.blog-details-content .comment-box .comment{
  position: relative;
  padding-left: 130px;
  margin-bottom: 30px;
  border-bottom:1px solid #ebebeb;
  padding-bottom:30px;
}

.blog-details-content .comment-box .group-title{
  margin-bottom: 25px;
}

.blog-details-content .comment-box .comments-box > .zixxo-comment-item:last-child .comment{
  margin-bottom: 0px;
  padding-bottom:0px;
  border-bottom:none;
}

.blog-details-content .comment-box .comment.replay-comment{
  margin-left: 60px;
}

.blog-details-content .comment-box .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .comment-info h5{
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-right: 8px;
  margin-bottom:0px;
}

.blog-details-content .comment-box .comment .comment-info .post-date{
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

.blog-details-content .comment-box .comment .comment-info{
  margin-bottom: 7px;
}

.blog-details-content .comment-box .comment .comment-inner p{
  position: relative;
  margin-bottom: 7px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #616161;
  z-index: 1;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn i{
  position: relative;
  top: 1px;
  margin-left: 10px;
  font-size: 18px;
  line-height: 26px;
}

.blog-details-content .comment-box .comment .comment-inner .reply-btn:hover{

}

.blog-details-content .comment-box{
  margin-top: 60px;
}

.blog-details-content .comments-form-area{
  position: relative;
  display: block;
  background: #f8f8f8;
  padding: 45px 50px 50px 50px;
}

.comments-form-area .default-form .form-group{
  position: relative;
  margin-bottom: 10px;
}

.comments-form-area .default-form .form-group input[type='text'],
.comments-form-area .default-form .form-group input[type='email'],
.comments-form-area .default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #616161;
  padding: 10px 30px;
  padding-right: 60px;
  border-left: 4px solid transparent;
  transition: all 500ms ease;
}

.comments-form-area .default-form .form-group textarea{
  height: 140px;
  padding-top: 20px;
  resize: none;
}

.comments-form-area .default-form .form-group input:focus,
.comments-form-area .default-form .form-group textarea:focus{

}

.comments-form-area .default-form .form-group i{
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: 14px;
  z-index: 1;
}

.comments-form-area .default-form .message-btn button{
  width: 100%;
}