.admin-bar .main-header{
	top:32px;
}

/***************** Banner Style*******************/
.walsall-banner{
	padding: 160px 0px;
}
.walsall-banner h1{
	text-align: left;
	font-size: 50px;
}
.breadcrumb-menu {
    position: relative;
    padding-top: 9px;
}
.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.breadcrumb-menu ul li {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    padding-right: 12px;
    margin-right: 12px;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-menu ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    bottom: 7px;
    width: 1px;
    background-color: #ffffff;
    transform: rotate(20deg);
}
.breadcrumb-menu ul li:last-child:before {
    display: none;
}
.breadcrumb-menu ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.breadcrumb-menu ul li a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.breadcrumb-menu ul li:hover a,
.breadcrumb-menu ul li.active {
    color: #222;
}
@media only screen and (max-width: 1140px){
	.contact-banner-section.walsall-banner h1{	
		font-size: 40px;
	}
}
@media only screen and (max-width: 767px){
	.contact-banner-section.walsall-banner h1{	
		font-size: 30px;
	}
	.breadcrumb-menu ul li {
		font-size: 14px;
	}
}
/*------------------------- error-section -------------------------*/
.error-section{
  position: relative;
  padding: 130px 0px 130px 0px;
  text-align: center;
}

.error-section .inner-box h1{
  font-size: 150px;
  line-height: 100px;
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}

.error-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--main-color);
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
}

/***************** Comment Style*******************/
.walsall-comment-item .walsall-comment-item{
	margin-left: 100px;
}

/***************** Pagination Style*******************/
.walsall-pagination {
	text-align: center;
	margin-bottom:50px;
}
.pagination{
	position:relative;
    margin: 0px; 
    border-radius: 0px;	
}
.pagination li{
	position: relative;
    display: inline-block;
    margin-right: 10px;
}
.pagination li a, 
.pagination li span {    
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    color: #D9D9D9;
    font-size: 18px;;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    z-index: 1;
}

.pagination li span:hover, 
.pagination li span.current, 
.pagination li:hover a, 
.pagination li.active a,
.pagination>.active>a,
.pagination>.active>a:hover{
	color: #ffffff;
    border-color: var(--main-color);
    background: var(--main-color);
	cursor: pointer;
}

/***************** Blog Sidebar Style*******************/   
.widget ul,
.widget ol{
	position: relative;
}        
.widget ul li,
.widget ol li{
	position: relative;
    padding-bottom: 10px;
	margin-bottom:10px;
	padding-left: 12px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 1px solid #e7e7e7;
}
.widget ul li:before,
.widget ol li:before{
	position: absolute;
    content: '\f0da';
    left: 0px;
    top: 0px;
    color: var(--main-color);
    font-size: 13px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.widget ul li:last-child,
.widget ol li:last-child{
   	border-bottom: 0px;
   	padding-bottom: 0px;
	margin-bottom:0px;
}
.widget ul li ul li,
.widget ol li ol li{
	position: relative;
    border-bottom: 0px;
   	padding-bottom: 0px;
	margin-bottom:0px;
	padding-top: 10px;
	margin-top:10px;
	border-top: 1px solid #e7e7e7;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;  
}
.widget ul li ul li:before,
.widget ol li ol li:before{
	top:10px;
}
.widget ul li a,
.widget ol li a{
	position: relative;
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: var(--main-color);
} 


/***************** Tag Style*******************/
.widget .tagcloud{
    position: relative;
    margin-bottom: 32px;
}
.widget .tagcloud a{
	position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 23px 8px;
    margin: 0px 3px 6px 0px;
    color: #777777;
    text-align: center;
    font-size: 14px !important;
    font-weight: 400;
    border: 1px solid #d9d9d9;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.widget .tagcloud a:hover{
	background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

/***************** Style Setting *******************/
.work-banner,
.portfolio-section,
.about-section,
.clients-section{
	padding:0px;	
}
.list-style-one li:last-child .icon {
    top: 0px;
}
p {
    margin: 0 0 20px;
}
.news-block .inner-box .lower-box .post-meta li .icon,
.news-block-two .inner-box .content-column .inner-column .post-meta li .icon  {
	margin-right: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block-two .inner-box .content-column .inner-column .post-meta li .icon {
    font-size: 16px;
}
.news-block-two.walsall-blog .inner-box .image-column .image{
	border-right: 0px solid #ffffff;
}
.news-block-two.walsall-blog .inner-box .content-column .inner-column {
    position: relative;
    padding: 0px 50px 30px;
}
.blog-single .inner-box .lower-content .post-info a {
    color: #aaaaaa;
}
.news-block-two.walsall-blog .inner-box:hover .content-column .inner-column .post-meta li .icon {
	color: #222222;
}
.portfolio-center-section .info-column .inner-column {
	margin-top: 0px;
}

@media only screen and (max-width: 1140px){
	.work-banner{
		padding:0px !important;
	}
}

.walsall-comment-item .comment-box .comment-form{
	margin:50px 0px;	
}
.sidebar-page-container .comment-form .group-title{
	margin-bottom:10px;	
}
.sidebar-page-container .group-title h2 small a{
	position:relative;
	font-size: 20px;
    color: var(--main-color);
    font-weight: 500;
	display:inline-block;
}
.comments-area .comment-list > .walsall-comment-item:last-child .comment-box .comment{
	border-bottom: 0px;
	padding-bottom:0px;
}

.social-icon-two li a svg{
	width:20px;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
	fill:rgba(255,255,255,0.30);
}

.social-icon-two li a:hover svg{
	fill:#ffffff;
}

