/*
----------------------------------------------------------------
	remove the white gap for 4 sides in elementor
----]------------------------------------------------------------
*/
.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated{
	padding:0px;
}

.admin-bar .fixed-header .header-lower{
	top:32px !important;	
}

/********* Pagination Style *************/
.pagination{
	position: relative;
}
.pagination li,
.pagination li{
	position: relative;
    display: inline-block;
	margin: 0px 5px;
}
.pagination li a,
.pagination li span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    color: var(--black-color);
    background-color: var(--color-five);
    transition: all 500ms ease;
}

.pagination li:hover a, 
.pagination li.active span,
.pagination li a:hover span,
.pagination li.active a,
.pagination li span.current {
    color: #fff;
    background: var(--thm-base);
    border-color: var(--thm-base);
}

/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
}
.widget ul,
.widget ol{
	position:relative;	
	margin:0px;
}
.widget ul li,
.widget ol li{
	position: relative;
	display:block;
	font-size: 16px;
    color: #101010;
	font-weight:400;
    margin-bottom: 15px;
	letter-spacing: 1px;
}
.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-left:15px;
	margin-top:15px;
}
.widget ul li a,
.widget ol li a{
	position: relative;
	display:block;
    font-size: 16px;
	font-weight:400;
    color: #101010;
	letter-spacing: 1px;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: var(--thm-base);
}


.widget .tagcloud{
	position:relative;
}
.widget .tagcloud a{	
	position: relative;
    display: inline-block;
    font-size: 18px !important;
    color: #101010;
	margin: 0px 15px 15px 0px;
    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{
	color: var(--thm-base);
}

/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    display: inline-block;
    position: relative;   
	font-size: 18px;
	min-width:49%;
    color: var(--color-five);
    font-weight: 400;	
	line-height: 1.6em;
    margin-bottom: 20px;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom:0px;
	margin-top:20px;
	margin-left:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    color: var(--color-five);
	display:block;
	font-size: 18px;
    font-weight: 400;
	transition: all 300ms ease;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #ffffff;	
}

/****** comment Style ***************/
.axeno-comment-item .axeno-comment-item{
	margin-left:80px;
}
.news-detail .group-title h4 small a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #444444;
}
.news-detail .axeno-comment-item .group-title small a:hover,
.news-detail .logged-in-as a{
	color: var(--thm-base);
}
.news-detail p.logged-in-as{
	margin-bottom: 10px;
}

.news-detail .axeno-comment-item .comment-form-outer{
	margin-top: 50px;
	margin-bottom: 50px;
}
.news-detail .comments-area,
.news-detail .comment-form-outer{
	margin-top:80px;
	margin-bottom:0px;	
}

/************ custom style *********************/
.right-sidebar .news-detail{
	margin-right: 20px;
}
.left-sidebar .news-detail{
	margin-left: 20px;
}
.sidebar-page-container .news-detail .lower-content h3 a{
	color: #000000;
}
.sidebar-page-container .news-detail .lower-content h3 a:hover{
	color: var(--thm-base);
}
.main-footer .inner-container .widgets-section .footer-widget .info-widget ul li{
	min-width:auto;
	color: #000000;
}
.main-footer .inner-container .widgets-section .footer-widget .info-widget ul li a{
	color: #000000;
	font-size:16px;	
}
.main-footer .inner-container .widgets-section .footer-widget .info-widget ul li a:hover{
	color: #ffe775;
}
.main-footer .inner-container .widgets-section .footer-widget .newsletter-box .form-group input[type="email"],
.main-footer .newsletter-one .newsletter-box.style-two .form-group input[type="email"] {
    padding: 10px 150px 10px 25px;
}
.main-footer .inner-container .widgets-section .footer-widget .newsletter-box .form-group button,
.main-footer .newsletter-one .newsletter-box.style-two .form-group button {
    width:120px;
}
.post-share-options .social-box .axeno-share-title {
    position: relative;
    font-weight: 600;
    font-size: var(--font-18);
    color: var(--black-color);
    margin-right: var(--margin-right-20);
}
.page-title .bread-crumb{
	margin-top:0px;
}
.page-title_content{
	padding: 280px 0px 90px;
}
