.admin-bar .cs_sticky_header{
	top:32px;	
}

.admin-bar .cs_gescout_show{
	top:32px !important;
}

@media screen and (max-width: 767px){
	.admin-bar .cs_sticky_header{
	  top: 46px;
	}
	.admin-bar .cs_gescout_show{
		top:46px !important;
	}
}

@media screen and (max-width: 600px){
	.admin-bar .cs_gescout_show{
		top:0px !important;
	}
}

.adova-blog-sidebar .container .adova-blog {
	padding-top: 165px;
	padding-bottom: 150px;
}
.cs_tags .ca_tag a:hover {
	color: #fff;
}

.cs_section_heading.cs_style_2.cs_type_1 {
	padding-top: 160px;
}
.cs_portfolio_details img {
	height: 786px;
}
.cs_shape_wrap_2 .cs_shape_2 {
	margin-top: 150px;
}
.cs_shape_wrap_2 .cs_shape_1 {
	margin-top: -40px;
}
.cs_hero_5_wrap .cs_swiper_navigation.cs_style_1 {
	margin-top: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 991px){
	.cs_section_heading.cs_style_2.cs_type_1 {
		padding-top: 110px;
	}
	.adova-blog-sidebar .container .adova-blog{
		padding-top: 100px;
    	padding-bottom: 100px;
	}
	.blog-sidebar{
		padding-top: 100px;
	}
}


/***************** Pagination Style*******************/
.pagination{
	position: relative;
    display: block;
}
.pagination li{
	position: relative;
    display: inline-block;
    margin-right: 12px;
}
.pagination li a, .pagination li span{  
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    height: 56px;
    width: 56px;
    line-height: 56px;
    border: 1px solid #191919;
    font-family: 'Monda', sans-serif;
    text-align: center;
    color: #191919;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}
.pagination li.active a, .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #fff;
    background: #191919;
    border-color: #191919;
}

/***************** Comment Style*******************/

.blog-details-content .comment-box .comment{
  position: relative;
  margin-bottom: 30px;
  display:flex;
  justify-content:space-between;
  gap:30px;
  padding-bottom:30px;
  border-bottom:1px solid #b7b7b7;
}
.blog-details-content .comment-box > .adova-comment-item:last-child .comment{
	margin-bottom:0px;
	border-bottom:none;
	padding-bottom:0px;
}
.blog-details-content .comment-box .comment .comment-thumb{
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin:0px;
}

.blog-details-content .comment-box .comment .comment-thumb img{
  width: 100%;
  border-radius: 5px;
}

.c-lower-wrap{
	width:calc(100% - 80px);
}

.blog-details-content .comment-box .comment h3.c-title{
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
}

.blog-details-content .comment-box .comment h3 span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 500;
  color: #a8a4a5;
}

.blog-details-content .comment-box .comment .reply-btn{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #191919;
  font-weight: 600;
  text-transform: uppercase;
  margin-top:15px;
}


/***************** Tag Style*******************/
.widget .tagcloud a{
	position: relative;
    font-size: 16px !important;
}

/***************** Comment Style*******************/
.adova-comment-item .adova-comment-item{
	margin-left:80px;
	margin-top: 35px;
}

.te-left-align .cs_portfolio.cs_style_1 .cs_portfolio_img_title{
	margin:0px;
	left:-30%;
}

.te-right-align .cs_portfolio.cs_style_1 .cs_portfolio_img_title{
	margin:0px;
	right:-30%;
	left:auto;
}

@media screen and (max-width: 1400px){
	.te-left-align .cs_portfolio.cs_style_1 .cs_portfolio_img_title{
		margin:0px;
		left:0%;
	}
	
	.te-right-align .cs_portfolio.cs_style_1 .cs_portfolio_img_title{
		margin:0px;
		right:auto;
		left:0;
	}
}

.te-dark-logo,
.cs_dark .te-light-logo{
	display:none !important;
}

.cs_dark .te-dark-logo{
	display:flex !important;
}

.cs_post.cs_style_1 .cs_post_subtitle p{
	margin-bottom:0px;
}

.te-wrap-blog .cs_post_thumb:before {
	position: absolute;
    left: 0;
    top: 0;
	height:0;
	width:100%;
	background: rgba(0,0,0,0.6);
    content: '';
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	transition-delay:0.3s;
}

.te-wrap-blog:hover .cs_post_thumb:before{
	transform:scale(1);
	height:100%;
}

.te-wrap-blog:hover  p,
.te-wrap-blog:hover .adova-meta{
	color:#fbfbfb;
}

.m-t30{
	margin-top:30px;
}

.reply-form-box{
	margin-top:60px;
}

.adova-comment-item .reply-form-box{
	margin-top:10px;
	margin-bottom:50px
}

@media screen and (max-width: 1600px) {
	.cs_nav .cs_nav_list ul ul{
		left:auto;
		right:100%;
	}
}

@media screen and (max-width: 575px) {
	.adova-comment-item .adova-comment-item{
		margin-left:0px;
	}
	.blog-details-content .comment-box .comment{
		flex-direction:column;
	}
	.thm-test h1{
		font-size:40px;
	}
	.c-lower-wrap {
	  width: 100%;
	}
}

.m-b60{
	margin-bottom:60px;
}

.m-b30{
	margin-bottom:30px !important;
}

.widget ul, .widget ol{
	position:relative;
	padding:0px;
	margin:0px;
	list-style:none;
}

.widget ul li, .widget ol li{
	position:relative;
	padding-left:20px;
	margin-bottom: 15px;
}

.widget ul li:last-child, .widget ol li:last-child {
	margin-bottom:0px;
}

.widget ul li ul li, .widget ol li ol li {
	margin-bottom:0px;
	margin-top:15px;
}
  
.widget ul li::before, .widget ol li::before {
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 1px;
}

/*================================================
21. Error CSS
=================================================*/
.error-area {
  padding: 300px 0 240px;
}

.error-info {
	position:relative;
}

.error-info .error-title {
  -webkit-text-stroke: 3px #191919;
  font-family: "Cabin", sans-serif;
  font-weight: 900;
  font-size: 200px;
  line-height: 200px;
  letter-spacing: 0.1em;
  color: transparent;
}

.error-info h2 {
  font-size: 35px;
  color:#191919;
}

.error-info p {
  max-width: 500px;
  margin: 10px auto 30px;
}