/*Sidebar & Footer Default Style*/
/************************ Blog Widget Style************************/
.widget ul{
	position:relative;	
}
.widget ul li {
    position: relative;
    padding-bottom: 10px;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-transform: capitalize;
    color: #242f6c;
}
.widget ul li a {
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    /* font-size: 15px; */
    font-weight: 500;
    color: #7e8597;
    padding-left: 15px;
    transition: .5s ease;
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 500;
    /* font-size: 16px!important; */
}
.widget ul li.recentcomments a {
    padding-left: 0px!important;
}

.widget ul li a:hover{
    color: #313131;	
}

/****************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;
	margin-left:0px;
}

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

.tagcloud a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 18px 6px;
    margin: 0px 6px 10px 0px;
    color: #222;
    text-align: center;
    font-size: 14px !important;
    background: none;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    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;
}
.tagcloud a:hover {
    border-color:#0081ff;
    background-color:#0081ff;
    color: #ffffff;
}
.mrsidebar{
    margin-bottom: 40px!important;
    /* padding: 30px; */
}

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

.widget ul li ul.children li a:before {
    top: -2px;

}
.widget ul li ul.sub-menu li a:before {
    top: -2px;
}



/*** 

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

 ***/
 
/*********************Comments Styling*******************/
.mr_singlecomment{
	padding-left:0px!important;
}
.comment_author {
    position: absolute;
    width: 90px;
    margin-top: 15px;
}
.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: #5e5e5e;
    font-weight: 500;
    margin: 5px 0px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.comment-info .name h4{
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.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: 600;
    font-family: 'FontAwesome';
}
.mr_comments_area .replay-btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ff4328;
    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;
}
.mr_comments_area .depth-2{
	
	margin-left:30px;
}
.mr_comments_area .depth-3{
    margin-left: 60px;
}
.mr_comments_area .depth-4{
    margin-left: 90px;
}
.mr_comments_area .depth-5{
    margin-left: 120px;
}
@media only screen and (max-width: 800px){
	.mr_comments_area .depth-2{
	
	margin-left:0px!important;
}
.mr_comments_area .depth-3{
    margin-left: 0px!important;
}
.mr_comments_area .depth-4{
    margin-left: 0px!important;
}
.mr_comments_area .depth-5{
    margin-left: 0px!important;
}
}
/*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;
	width:100%;
	line-height:28px;
	padding:15px 20px;
	height:55px;
	color:#7c7b7b;
	font-size: 16px;
	font-weight:400;
	background:#ffffff;
	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;
}

.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;
}

.comment-form button{
	position:relative;
	display: block;
	margin-top:10px;
}
.comment-box .comment{
    padding-bottom: 0px!important;
    margin-bottom: 0px;
}
#commentform input#author,#commentform input#email,
#commentform textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    background: #0000000a;
    color: #747474;
    font-size: 16px;
    padding-left: 15PX;
    margin-bottom: 20px;
    display: block;
}
#commentform textarea{
    height: 182px;
    padding-top: 15px;
    padding-left: 15px;
}
#commentform .submit.theme-btn.style-four {
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    background: #ff5e14;
    border-radius: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 69px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #ff5e14;
    color: #ffffff;
    line-height: 30px;
}
#commentform .submit.theme-btn.style-four:hover {
    background: #222;
    color: #fff;
}
.mrsidebar #recentcomments li.recentcomments a:before{
	display:none!important;
}








aside.sidebar-wrapper {
    position: relative;
    padding-left: 10px;
}
#search-2 input {
	position: relative;
    line-height: 33px;
    padding: 10px 50px 10px 20px;
    background: #ffffff;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    font-weight: 400;
    border: 1px solid #eeeeee;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    /* box-shadow: 0px 2px 4px 0px rgba(255, 72, 0, 0.73);*/
}
#search-2 button {
    position: absolute;
    right: 26px;
    /* top: 55px; */
    height: 55px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    line-height: 55px;
    background: #ff5e14;
    font-weight: normal;
}

/*Blog Cat*/

#categories-2 ul {
	position: relative;
}

#categories-2 ul li {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 0;
}

#categories-2 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;
}

#categories-2 ul li a:hover,
#categories-2 ul li.current-cat a{
	color:#ffffff;
	background-color: #ff5e14;
	border-left: 5px solid #001659;
}


#buildnet_recent_post-2 {}
#buildnet_recent_post-2 .sidebar-widget {
    padding: 0;
    border: transparent;
}
#buildnet_recent_post-2 .sidebar-widget .widget-content {}
#buildnet_recent_post-2 .sidebar-widget .widget-content .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 100px;
    min-height: 100px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}
#buildnet_recent_post-2 .sidebar-widget .widget-content .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    /* border-radius: 5px; */
}
#buildnet_recent_post-2 .sidebar-widget .widget-content .post .post-thumb a {
	color: #ff5e14;
}
#buildnet_recent_post-2 .sidebar-widget .widget-content .post .post-thumb a img {
    display: block;
    width: 100%;
    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-radius: 5px;
}
#buildnet_recent_post-2 .sidebar-widget .widget-content .post h6 {
    position: relative;
    top: -4px;
    font-size: 16px;
    margin: 0px 0px 0px;
    font-weight: 600;
    color: #222222;
    line-height: 1.6em;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
#buildnet_recent_post-2 .sidebar-widget .widget-content .post h6 a {
color: #222222;
    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;
}
#buildnet_recent_post-2 .sidebar-widget .widget-content .post .post-date {font-size: 13px;color: #6d6d6d;font-weight: 600;margin-bottom: 6px;text-transform: uppercase;}


#tag_cloud-2 a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 9px 20px 9px;
    margin: 0px 3px 8px 0px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    background: none;
    /* border: 1px solid #001659; */
    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; */
    /* box-shadow: 0px 4px 6px 0px rgba(255, 72, 0, 0.73); */
    background: #001659;
    border-radius: 4px;
}
#tag_cloud-2 a:hover {
    border-color: unset;
    background-color: unset;
    color: unset;
}

.newsletter-box .form-group input[type="text"], .newsletter-box .form-group input[type="email"] {
    margin-bottom: -20px;
}
#respond h2 {
    margin-bottom: 0px;
    font-size: 30px!important;
    line-height: 35px;
    font-weight: 600!important;
    margin-top: 50px;
    margin-bottom: 25px;
    /* text-transform: uppercase; */
}
.comment_titlebox .comments_title{
	 margin-bottom: 0px;
	 font-size: 30px;
	 line-height: 1.5em;
	 font-weight: 600;
	 margin-top: 30px;
	 margin-bottom: 25px;
	 /* text-transform: uppercase; */
}