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

code,a{
	color:#f17732;
}
.widget ul{
	position:relative;	
}
.widget ul li {
    position: relative;
    display: block;
    line-height: 2.5em;
    color: #333;
}
.widget ul li a {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #141417;
}
.widget ul li a:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    left: 8px;
    top: 11px;
    opacity: 0;
    transition: all 500ms ease;
    /* background: #f17732; */
}
.widget ul li a:hover {
    padding-left: 0px;
}
.widget ul li a:hover:before {
    opacity: 1;
}
.widget ul li a:hover {
    color: #f17732;
}

/****************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; */
	/* border-top:1px solid #eaeaea; */
	margin-left:5px;
}

.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;
    font-family: 'Open Sans', sans-serif;
}
.tagcloud a:hover {
    border-color:#03c0b4;
    background-color:#03c0b4;
    color: #ffffff;
}
.mrsidebar{
    margin-bottom: 36px;
}

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

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


.wp-block-column h3 {
    font-family: 'Prata', serif;
    position: relative;
    font-weight: 400;
    color: #141417;
    margin: 0px;
    transition: all 500ms ease;
}
.wp-block-group__inner-container h3 {
    position: relative;
    display: block;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

p.wp-block-tag-cloud {}
p.wp-block-tag-cloud a {
    position: relative;
    display: inline-block;
    font-size: 15px !important;
    color: #141417;
    background: #f2f4f5;
    border-radius: 30px;
    padding: 3px 24px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: 'Rubik', sans-serif;
}
p.wp-block-tag-cloud a:hover {
    color: #fff;
}
p.wp-block-tag-cloud a:hover {
    background: #03c0b4;
}

.widget_categories>form{
    display: inline-block;
	width:100%;
}

.widget_search .search-form {
    background: #ebebeb;
    padding: 25px;
    position: relative;
}
.mrwidget .textwidget form {
    position: relative;
    display: inline-block!important;
    width: 100%;
}
.mrwidget .rsswidget{
    font-size: 23px;
    margin-bottom: 0px;
    font-size: 16px;
    color:#141417;
    line-height: 1.8em;
}
.blog-sidebar .post-widget .post .post-thumb img {
    /* height: 80px; */
    width: 100%;
}
.blog-sidebar .post-widget .post .post-date a {
    color: #6e6e6e;
}





.search_area_df .search-form {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgb(51 57 178 / 15%);
}
.search_area_df .search-widget input {
    /* padding-left: 15px; */
    /* width: 70% !important; */
    /* border: none !important; */
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding-left: 30px;
    color: #8a919e;
    font-size: 16px;
}
.search_area_df .search-widget button {
    border: none;
    outline: none;
    background: #03c0b4;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.search_area_df .search_tx_box {
    margin-top: 140px;
}





/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    padding: 120px 0px 120px 0px;
}
.error-page-area-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.error-page-area-bg:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.70;
}

.error-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.error-content .title {
    position: relative;
    display: block;
    color: #141417;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 20px;
}
.error-content p {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 40px;
}
.error-content .big-title {
    position: relative;
    display: block;
    color: #141417;
    font-size: 110px;
    line-height: 90px;
    font-weight: 800;
    text-transform: none;
    margin: 0 0 29px;
}
.error-content .btns-box {
    line-height: 0;
    padding-top: 42px;
}
.error-content .btns-box a {
    padding-left: 40px;
    padding-right: 40px;
}
.sidebar-widget {
    display: grid;
}
.nice-select.open .list {
    width: 100%;
}

.nice-select{
	width:100%!important;
}
.main-footer .widget_recent_comments li.recentcomments {
    border-bottom: 1px solid #87878721;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#recentcomments li.recentcomments  {
    /* color: #fff; */
    line-height: 2em;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.main-footer #wp-calendar caption {
    color: #fff;
}
.main-footer.monster ul li {
    color: #fff;
    line-height: 2em;
}
.main-footer .widget-title h3 {
    color: #fff;
    font-weight: 600;
    padding-top: 25px;
}

.main-footer ul li ul li {
    margin-left: 5px;
}
.tags-list a {
    margin-bottom: 10px;
}