.page-wrapper{
	overflow:hidden;
}
.admin-bar .main-header.fixed-header .header-lower{
	top:32px;
}
.tp-dottedoverlay.twoxtwo {
    background-image: none !important;
}
.image-box a.lightbox-image{
	display:block !important;
}
.default-portfolio-item .image-box img{
	height:auto;
}
.default-blog-news .image-box .cat-link ul li a{
	color:#ffffff;
}
.contact-style{
	padding-top:250px;
}
.pagination>li>span,.paginate-links > span,.paginate-links a{
	position: relative;
    display: block;
    line-height: 20px;
    font-size: 14px;
    text-transform: capitalize;
    min-width: 42px;
    border: 1px solid #e0e0e0;
    background: none;
    color: #111111;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
.paginate-links > span,.paginate-links a{
	display:inline-block;
}
.pagination>li>span:hover,.paginate-links > span,.paginate-links a:hover{
	color: #ffffff;
    background: #ffb901;
    border-color: #ffb901;
}
.rating .star{
	position:relative;
}
.rating .star:before{
	content:'\f006';
	position:relative;
	font-family: 'FontAwesome';
	margin-right:5px;
}
.rating .star.empty-star-class:before{
	opacity:0.5;
}
/************Share This*************************/
.psocial li{
	border: 2px solid #e9e9e9;
    color: #aaaaaa;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    margin-right: 2px;
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
    width: 40px;
}
.stButton .stLarge{
	background:none !important;
	width:auto !important;
	height:auto !important;
	position:relative;
	line-height:none !important;
}
.stButton{
	width:100%;
	display:block !important;
	text-align:center;
	margin:0px !important;
	line-height:36px !important;
}
.stButton .stLarge:after{
	content:"\f09a";
	font-size:16px;
	font-family: 'FontAwesome';
	color: #bcbcbc;
	
}
.facebook .stButton .stLarge:after{
	content:"\f09a";
}
.google .stButton .stLarge:after{
	content:"\f0d5";
}
.twitter .stButton .stLarge:after{
	content:"\f099";
}
.pinterest .stButton .stLarge:after{
	content:"\f0d2";
}
.psocial li{
	background:#ffffff;
	transition: all 0.5s ease 0s;
}
.psocial li:hover{
	background: #ffb901 none repeat scroll 0 0;
    border-color: #ffb901;
    color: #ffffff;
}
.stButton .stLarge:hover{
	opacity:1;
}
.psocial li:hover .stButton .stLarge:after{
	color:#ffffff;
	opacity:1;
}
.blog_post_wrapper .img_holder img{
	width:100%;
}
.comments_area .seo-comment-list .children{
	margin-left:102px;
}
/********************Custom Widget****************/
.widget li {
    border-bottom: 1px dashed #d0d0d0;
    line-height: 24px;
    position: relative;
    padding: 0px 0px 12px 25px;
	margin-bottom:12px;
}
.widget li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}
.widget li:before {
    color: #ffb901;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    line-height: 24px;
    position: absolute;
    width: 20px;
	top:0px;
}
.widget li a {
    color: #777777;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}
.widget li a:hover {
    color: #ffb901;
}
.widget .tagcloud a {
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    color: #777777;
    display: inline-block;
    font-size: 13px !important;
    line-height: 24px;
    margin: 0 5px 10px 0;
    padding: 6px 17px;
    position: relative;
    text-align: center;
    transition: all 300ms ease 0s;
}
.widget .tagcloud a:hover {
    background-color: #ffb901;
    border-color: #ffb901;
    color: #ffffff;
}

/****************Custom Widget*********************/
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:10px 0;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul li ul.children li {
    border-bottom: 1px dashed #d0d0d0;
}
.default-blog-news .cat-link ul.post-categories,.blog-section .styled-pagination ul.pagination{
	padding-left:0 !important;
}
.default-blog-news .cat-link ul.post-categories li{
	display:block !important;
	list-style:none !important;
}
.blog-section .styled-pagination ul.pagination li{
	display:inline-block !important;
	list-style:none !important;
}
.comment-box-list .children{
	margin-left:30px;
}
.error_page.container{
	margin-top:70px;
	margin-bottom:70px;
}
.error_page.container .center{
	text-align:center;
	margin-top:20px;
}
.comment-time{
	margin-top:15px;
}
.comment-form{
	margin-top:60px;
}
.ha-comment-item .comment-form{
	margin:40px 0;
}
.m-b30{
	margin-bottom:30px !important;
}
.ha-comment-item .ha-comment-item{
	margin-left:70px;
}
.sidebar .sidebar-title h2 a{
	color:inherit;
}