/*Sidebar & Footer Default Style*/
/************************ Blog Widget Style************************/

/*

.widget ul{
	position:relative;	
}
.widget ul li {
    position: relative;
    margin-bottom: 5px;
}
.widget ul li a {
position: relative;
    font-size: 16px;
    display: block;
    color: #222222;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 14px 30px;
    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;
    text-transform: uppercase;
    background-color: #f9f8fc;
    font-family: 'Poppins', sans-serif;
}
.widget ul li a:hover, .blog-cat li.active a {
    color: #ffffff;
    background-color: var(--theme-color);
    border-right: 5px solid #443986;
}

*/

.widget_categories ul{
	position:relative;	
}
.widget_categories ul li {
    position: relative;
    margin-bottom: 0px;
}
.widget_categories ul li a {/* position: relative; *//* font-size: 16px; *//* display: block; *//* color: #222222; *//* font-weight: 500; *//* letter-spacing: 1px; *//* padding: 14px 30px; *//* 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;/* text-transform: uppercase; *//* background-color: #f9f8fc; *//* font-family: 'Poppins', sans-serif; */}




/*Archive List*/

.mrwidget ul {
	position: relative;
}

.mrwidget ul li{
	position: relative!important;
	padding: 0px 0px!important;
	padding-left: 14px!important;
	/* border-bottom: 1px solid #dddddd!important; */
	line-height: 40px;
}

.mrwidget ul li:first-child{
	padding-top:0px;
}

.mrwidget ul li a{
	position: relative;
	color:#222222;
	font-size: 14px;
	font-weight: 500;
	padding-left: 18px;
	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;
	font-family: 'Poppins', sans-serif;
}

.mrwidget ul li a:before{
	position: absolute;
	left: 0px;
	content: "\f0da";
	color:#443986;
	font-size: 16px;
	font-family: 'FontAwesome';
}

.mrwidget ul li a:hover{
	color:var(--theme-color);
}

/*Popular Tags*/

.tagcloud a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:9px 20px 9px;
	margin:0px 3px 8px 0px;
	color:#555555;
	text-align:center;
	font-size: 13px !important;
	font-weight:600;
	text-transform:capitalize;
	background:none;
	border:1px solid #443986;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.tagcloud a:hover{
	border-color:var(--theme-color);
	background-color:var(--theme-color);
	color:#ffffff;	
}





/****************Custom Widget*********************/
.widget select{
	width:100%;
	display:block;
	border:1px solid #ededed;
	padding:6px 6px;
	margin-top:15px;
	height:50px;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget ul li ul{
	padding:0px;
	margin:0px;
}
.widget ul li ul li{
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
	/* margin-top:10px; */
	padding-top:10px;
	/* border-top:1px solid #eaeaea; */
	margin-left:5px;
}

.widget ul li ul li:after{
	top:10px;
}

.mrsidebar{
    margin-bottom: 36px;
}

.mrsidebar .sidebar-title h3:before {
    background: -webkit-linear-gradient(0deg, #00b8ff, #0081ff 100%);
}

.widget ul li ul.children li a:before {
    /* top: 0px; */
}
.widget ul li ul.sub-menu li a:before {
    top: 0px;
}



/*** 

====================================================================
	Comments Area
====================================================================

 ***/
 
/*********************Comments Styling*******************/
/*** 

====================================================================
	Comments Area
====================================================================

 ***/
 
/*********************Comments Styling*******************/
.mr_singlecomment{
	padding-left:0px!important;
}
.comment_author {
    position: absolute;
    width: 90px;
    margin-top: 25px;
}
.comment_author img{
	border-radius:50%;
}
.mr_comments_area ul ul {
    margin-left: 0px!important;
}
.mr_comments_area .comment-box .comment.pingback{
	padding-left:0px;
}
.mr_comments_area .comment-box .comment.pingback .comment_author {
	display:none;
}
.no-comments{
	display:inline-block;
	background:#2c2c2c;
	padding:8px 15px;
	color:#ffffff;
	margin-top:20px;
}

#recentcomments li:after {
    display:none!important;
}
.mr_comments_area .comment ul.children.comment{
    padding-left:0px!important;
}

.comment .comment-inner>h4 {
    margin: 0px;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.mr_comments_area{
	position:relative;
	margin-top:30px;
	margin-bottom:50px;
}


.mr_comments_area .comment-box{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.mr_comments_area .comment-box:last-child .comment{
	padding-bottom: 0px;
	border-bottom: 0px;	
}

.mr_comments_area .comment-box:hover{
	border-color:#eb5310;	
}

.mr_comments_area .comment-box.reply-comment{
	margin-left:50px;
}

.comment-box>li.comment{
	position:relative;
	font-size:14px;
	padding: 0px 0px 0px 110px;
	list-style: none;
}

.comment-box>li.comment ul.children{
	margin-left: -100px;;
}
.comment-box>li.comment ul.children li.comment {
    padding: 0px 0px 0px 110px;
}


.mr_comments_area .comment-inner{
	position:relative;
	 padding: 0px 0px 0px 110px;
}

.mr_comments_area .comment .comment-inner .text{
	position:relative;
	color:#7e7e7e;
	font-size:18px;
	line-height:1.5em;
	margin-bottom: 15px;
}

.mr_comments_area .comment-box .commenter-photo{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	margin-bottom:20px;
}

.mr_comments_area .comment-box .commenter-photo img{
	width:80px;
	display:block;
}

.mr_comments_area .comment-info{
	position:relative;
	color:#1e1e29;
	line-height:24px;
	font-size:18px;
	font-weight: 600;

}

.mr_comments_area .comment-info a{
	position:relative;
	color:#1e1e29;
}
.comment-box .time {
    font-size: 14px;
    color: #494949;
    font-weight: 600;
    margin: 5px 0px;
}
.comment-info .name h4{
	font-size:18px;
}
.mr_comments_area .comment-box .reply-comment{
	position: absolute;
	color: #222;
	font-size:16px;
	font-weight: 600;

	right: 0;
	top: 30px;
	transition: .5s ease;
}

.mr_comments_area .comment-box .reply-comment:hover {
	color: #f13729;
}

.mr_comments_area .comment-box .reply-comment .icon{
	position: relative;
	margin-right: 5px;
}
.mr_comments_area .replay-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}
.replay-btn a:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.mr_comments_area .replay-btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ff4328;
    font-family: 'Poppins', sans-serif;
    padding: 3px 23px;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
    overflow: hidden;
    /* background: red; */
}
.mr_comments_area .replay-btn a:hover {
    /* background:#222; */
    color: #333;
}
/*Comment Form*/

.comment-form{
	position:relative;
	margin-bottom: 30px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:10px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 10px;
    transition: all 500ms ease;
    font-family: 'Rubik', sans-serif;
}


.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color: #f13729;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	color:#7c7b7b;
	font-size: 16px;
	font-weight:400;
	background:#ffffff;
	resize:none;
	height: 125px;
	border:1px solid #eef2ed;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	height: 150px;
    padding: 20px;
}

.comment-form button{
position: relative;
	vertical-align: middle;
	overflow: hidden;
    padding: 13px 32px 13px;
    line-height: 24px;
    background: var(--theme-color);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 1px;
    border: 2px solid var(--theme-color);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
	z-index: 1;
	transition: all 500ms ease;
}

.comment-form button:hover{
	color:var(--theme-color);
	border-color: #443986 !important;
	background-color: #443986 !important;
}

.comment-form button:before {
    position: absolute;
    left: 0px;
    top: -1px;
    right: 0px;
    bottom: -1px;
    content: "";
    background-color: #443986;
    transform: scaleY(0);
    transition: .6s;
    transform-origin: top;
    border-radius: 5px;
    z-index: -1;
}

.comment-form button:hover:before {
    transform: scaleY(1);
}
.comment-form button i {
	display: none;
}
#commentform input#author,#commentform input#email,
#commentform textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 68px;
    border-radius: 35px;
    background: #F4F5F9;
    color: #747474;
    font-size: 16px;
    padding-left: 50px;
    margin-bottom: 20px;
    display: block;
}
#commentform textarea{
    height: 182px;
    padding-top: 20px;
}
#commentform .submit.theme-btn.style-four{
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    background: #FF4328;
    border-radius: 35px;
    color: #fff;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 16px;
    padding: 18px 69px;
    -webkit-transition: all .4s;
    transition: all .4s;
	background: #FEC931;
    color: #212121;
}
#commentform .submit.theme-btn.style-four:hover {
    background: #FF4328;
    color: #fff;
}
.mrsidebar #recentcomments li.recentcomments a:before{
	display:none!important;
}




.pagination {
    padding-left: 0px!important;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.page-numbers.current {
    position: relative;
    display: inline-block;
    line-height: 45px;
    height: 45px;
    font-size: 14px !important;
    min-width: 45px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    background: #000000!important;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    background: none;
    font-size: 20px;
}
.page-numbers.current:hover {
    color: #ffffff;
    background-color: var(--theme-color);
}
.pagination li {
    position: relative;
    display: block;
    display: inline-block;
    margin: 0px 2px 0px 0px;
}
.styled-pagination li a {
       position: relative;
    display: inline-block;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    min-width: 45px;
    color: #222222;
    font-weight: 500;
    text-align: center;
    background: #f9f8fc;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
span.page-numbers.dots {
    position: relative;
    display: inline-block;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    min-width: 45px;
    color: #222222;
    font-weight: 500;
    text-align: center;
    background: #f9f8fc;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.styled-pagination li a:hover {
    color: #ffffff;
    background-color: var(--theme-color);
}
.page-numbers.current {
    padding: 0;
}
.pagination {
    margin: 0;
}
.sidebar .popular-posts .post .post-thumb img {
    width: 83px;
    height: 83px;
}
.widget_categories {
    /* position: relative; */
    /* padding: 20px 30px 15px; */
    /* border-radius: 8px; */
    /* border: 1px solid #d7d7d7; */
}

.single-blog-title-box {}
.single-blog-title-box h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 25px 0px;
}



.st-comment-item {
}
.st-comment-item .author-thumb {

}
.st-comment-item .author-thumb img {
    height: 90px;
}
.st-comment-item .comment-inner {}
.st-comment-item .comment-inner .comment-info {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    display: block;
    line-height: 1.2em;
    text-transform: capitalize;
}
.st-comment-item .comment-inner .comment-info span.date {
    font-size: 11px;
    color: #ff4c72;
    font-weight: 600;
    display: block;
}
.st-comment-item .comment-inner .text {}
.st-comment-item .comment-inner .text p {
    margin-bottom: 20px;
    color: #555555;
    font-size: 14px;
}
.st-comment-item .comment-inner a {}
.st-comment-item .comment-inner a .reply-comment-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    color: #222222;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-decoration: underline;
}
.st-comment-item .comment-inner a .reply-comment-btn:hover {}
.sidebar-page-container .comments-area .comment-box:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.st-comment-item .st-comment-item {
    margin-left: 80px;
    position: relative;
    padding: 0px 0px 10px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mrwidget ul li.recentcomments a:before {
display:none;
}
.mrwidget ul li.recentcomments a {

	    padding-left: 0px;
}