.admin-bar .header-area.stricky-fixed{
	top:32px;	
}
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
}
.single-footer-widget .latest-project ul li .img-holder img{
	width:90px;
	height:90px;	
}
.single-footer-widget .popular-news .single-popular-news-item .img-holder{
	height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;	
}
.breadcrumb-area .breadcrumb-bottom .left ul li{
	padding-right:10px;
	margin-right:10px;
	position:relative;	
}
.breadcrumb-area .breadcrumb-bottom .left ul li:before{
	content: "\f105";
	position:absolute;
	right:0px;
	top:-2px;
	color: #f9f9f9;
    font-size: 14px;	
	font-family:'FontAwesome';
}
.breadcrumb-area .breadcrumb-bottom .left ul li:last-child{
	padding-right:0px;
	margin-right:0px;	
}
.breadcrumb-area .breadcrumb-bottom .left ul li:last-child:before{
	display:none;	
}
.pagination{
	position: relative;
    display: block;
	text-align:center;
	width:100%;
}
.pagination li{
	position: relative;
   	display: inline-block;
   	margin: 0 3px;
}
.pagination li a, .pagination li span{  
   	background: #fff;
    border: 1px solid #f7f7f7;
    color: #252525;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: 55px;
    padding: 13px 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 55px;
	line-height:29px;
	text-align:center;
}

.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background: #252525;
    color: #d5ac63;
    border: 1px solid #252525;
}
.google-map-area{
	margin-bottom:-10px;	
}
/******** Blog Widget Style *********/

.widget .tagcloud{
	position:relative;	
}
.widget .tagcloud a{
	border: 1px solid #f7f7f7;
    color: #9a9a9a;
    display: inline-block;
    margin: 0 3px 10px;
    font-size: 16px !important;
    font-weight: 300;
    padding: 1px 12px 2px;
    transition: all 500ms ease 0s;	
}
.widget .tagcloud a:hover{
	background: #252525;
    border-color: #252525;
    color: #d5ac63;	
}
.sidebar-widget .popular-news .single-popular-news-item{
	margin-bottom: 25px;
    padding-left: 100px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 21px;	
}
.sidebar-widget .popular-news .single-popular-news-item:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0px;	
}
.sidebar-widget .popular-news .single-popular-news-item .img-holder{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
}

.sidebar-widget .popular-news .single-popular-news-item .info{
	position:relative;	
}
.sidebar-widget .popular-news .single-popular-news-item .info li{
	position:relative;
	display:inline-block;
	margin-right:20px;	
	margin-top: 0px !important;
    padding-top: 0px !important;
    border-top: 0px !important;
	padding-left:0px !important;
}
.sidebar-widget .popular-news .single-popular-news-item .info li:before{
	display:none !important;	
}
.product-content-box .content-box .addto-cart-box button.addtocart{
	margin-left:0px;
	padding:5px 25px;	
}
.product-content-box {
    margin-bottom: 30px;
}
.product-content-box .content-box .text{
	padding: 15px 0 9px;	
}

/************************* Footer widget style **************************/

.footer-widget{
	position:relative;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;	
}
.footer-widget ul li,
.footer-widget ol li{
	position: relative;
    display: block;
	line-height:inherit;
    margin-bottom: 12px;
	color: #d5ac63;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom:0px;
	margin-top:10px;
	margin-left:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    color: #d5ac63;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #ffffff;
}


/********************* Blog Widget Style ******************/
.blog-sidebar .sidebar-widget .widget-title{
	margin-bottom:30px;	
}

.widget{
	position: relative;
	margin-bottom:60px;
}
.widget ul,
.widget ol{
	position:relative;	
	margin:0px;
	padding:0px;
}
.widget ul li,
.widget ol li{
	position: relative;
	color: #9a9a9a;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 300;
	padding-left:20px;
	border-bottom: 1px solid #f7f7f7;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li:before,
.widget ol li:before{
	position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    top: -2px;
    left: 0px;
    font-size: 18px;
    font-weight: 400;
}
.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-top:12px;
	padding-top:12px;
	border-top:1px solid #eaeaea;
}
.widget ul li ul li:before,
.widget ol li ol li:before{
	top:12px;
}
.widget ul li a,
.widget ol li a{
	position: relative;
    color: #9a9a9a;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 300;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color:#d5ac63;
}
.single-sidebar .recent-products li{
	position:relative;
	min-height:100px;	
}
.single-sidebar .recent-products li .img-holder{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.blog-single-area .tag-social-share-box .tag p a{
    color: #d5ac63;
	position:relative;
	display:inline-block;
}
.related-product {
    padding-top: 30px;
}
.sidebar-widget .popular-news .single-popular-news-item:before{
	display:none;	
}
.shop-area,
.blog-single-area .tag-social-share-box{
	padding-bottom:0px;	
}
.blog-single-area .add-comment-box .add-comment-form textarea{
	margin-bottom:15px;	
}
.blog-single-area .add-comment-box .title{
	padding-bottom:10px;	
}
.blog-single-area .comment-box{
	margin-top:80px;
	padding-bottom: 0px;
	padding-top: 0px;	
}
.blog-single-area .add-comment-box,
.blog-single-area .author-box{
	margin-top:80px;	
}
.single-blog-item .text-holder .meta-info{
	margin:25px 0px 15px 0px;	
}
.blog-single-area .comment-box .single-comment-box .text-holder .top{
	padding-bottom:30px;	
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box{
	position:absolute;
	right:20px;
	top:20px;	
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box a{
	position:relative;
	background: #d5ac63 none repeat scroll 0 0;
    border: 1px solid #d5ac63;
	line-height:20px;
    color: #fff;
    display: inline-block;
    padding: 8px 20px 5px;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;	
}
.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box a:hover{
	background: #1B1B1B none repeat scroll 0 0;
    color: #fff;	
}
.interrio-comment-item .single-comment-box .add-comment-box{
	margin:50px 0px; 	
}
.blog-single-area .add-comment-box .title h3 small a{
	color: #252525;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;	
	position:relative;
	display:inline-block;
}
.interrio-comment-item .interrio-comment-item{
	margin-left:80px;	
}
.comment-box > .interrio-comment-item:last-child .single-comment-box{
	margin-bottom:0px;	
}

