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

code,a{
	color:#f17732;
}
.widget {
	position:relative;
	margin-bottom: 50px;
}

.widget li{
	position:relative;
	margin-bottom: 15px;
	border:1px solid #e7e7e7;
}

.widget li:before{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background-color: #894a2a;
	content: "";
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.widget li.active:before,
.widget li:hover:before{
	opacity: 1;
	visibility: visible;
}

.widget li a{
	font-size:18px;
	font-weight:500;
	color:#222222;
	line-height: 28px;
	padding: 15px 25px;
	display:block;
	padding-left: 38px;
	overflow: hidden;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.widget li.active a,
.widget li:hover a{
	color: #ffffff;
}

.widget li a:before{
	position: absolute;
	left: 22px;
	top: 0;
	font-size: 14px;
	line-height: 56px;
	color: #222222;
	font-weight: 900;
  	content: "\f0da";
  	font-family: "Font Awesome 5 Free";
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.widget li.active a:before,
.widget li:hover a:before{
	color: #ffffff;
}

.widget li a:after{
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #fa7720;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.widget li.active a:after,
.widget li:hover a:after{
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

/****************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{
	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: #f17732;
    background-color: #f17732;
    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 {
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid #DEDEDE;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    justify-content: space-between;
}
p.wp-block-tag-cloud {
    margin-bottom: 0;
}
p.wp-block-tag-cloud a:hover {
    color: var(--tertiary-color);
    border-color: var(--tertiary-color);
}
.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: #fa7720;
    /* 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: 50px;
}





/*** 
=============================================
    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: 150px;
    line-height: 90px;
    font-weight: 800;
    text-transform: none;
    margin: 30px 0 30px;
}
.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;
}















.pagination {
	position:relative;
}

.pagination li{
	position:relative;
	display:inline-block;
	margin: 0 10px 10px 0;
}

.pagination li a{
	position:relative;
	display:inline-block;
	line-height:50px;
	font-size:17px;
	height:50px;
	width:50px;
	color:#848484;
	font-weight:600;
	text-align:center;
	background:#ffffff;
	border:1px solid #e5e5e5;
	text-transform:capitalize;
	font-family: "Open Sans", sans-serif;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.pagination a:hover,
.pagination a.active{
	color:#ffffff;
	border-color:#fa7720;
	background-color:#fa7720;
	box-shadow: 0 15px 40px rgba(0,0,0,0.10);
}

span.page-numbers.current {
    position: relative;
	color: #ffffff;
    border-color: #fa7720;
    background-color: #fa7720;
    box-shadow: 0 15px 40px rgb(0 0 0 / 10%);
    display: inline-block;
    line-height: 50px;
    font-size: 17px;
    height: 50px;
    width: 50px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.add-thumb-image img {
    width: 100%;
}



.wp-block-search__inside-wrapper {
    color: #838383;
    height: 60px;
    background: #F5F3F3;
    border: 1px solid #D7D7D7;
    width: 100%;
    font-size: 16px;
    /* border-radius: 5px; */
    padding: 10px 15px;
    text-transform: capitalize;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.wp-block-search__input {}
.wp-block-search__button {
    padding: 0;
    border: unset;
}
.wp-block-search__input {
    color: #838383;
    background: #F5F3F3;
}











.wp-block-group__inner-container {
	
}
.wp-block-group__inner-container h2 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
}
.wp-block-group__inner-container h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    content: '';
    background-color: var(--tertiary-color);
}
.post-inner .post .post-thumb img {
    width: 80px;
}
.post-inner .post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
}
.widget-title h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: var(--block-color-two);
	    font-size: 24px;
    line-height: 34px;
}
.widget-title h3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    content: '';
    background-color: var(--tertiary-color);
}








.add-widget {
    margin: -53px -45px -50px -45px;
}
.mb_35 {
    margin-bottom: 35px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mt_35 {
    margin-top: 35px;
}
.mt_40 {
    margin-top: 40px;
}
.post-share-option {
    margin: 30px 0px 50px 0px;
}
.comments-area .title h3 {
    margin-bottom: 50px;
}
.comments-area .outer-box .single-comment .text-holder .top h3 {
    text-transform: capitalize;
}
















.single .elementor-grid-0 .elementor-grid {
    position: relative;
    top: 9px;
    left: 15px;
}
.wp-block-search .wp-block-search__label {
    position: relative;
    display: block;

	font-size: 26px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
}


.wp-block-search__button svg {
    fill: #838383;
    font-size: 20px;
    transform: rotate(260deg);
}




.search-widget button {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #838383;
}
.search-widget input {
    /* color: #838383; */
    /* height: 60px; */
    /* background: #F5F3F3; */
    /* border: 1px solid #D7D7D7; */
    color: #838383;
    height: 60px;
    background: #F5F3F3;
    border: 1px solid #D7D7D7;
    width: 100%;
    font-size: 16px;
    /* border-radius: 5px; */
    padding: 10px 15px;
    text-transform: capitalize;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.admin-bar .mobile-menu {
    top: 32px;
}
.sidebar .popular-posts .post .post-thumb img {
    height: 100px;
}
.sidebar .popular-posts .post-info a {
    color: #848484;
}





.single .elementor-icon i, .single .elementor-icon svg, .search .elementor-icon i, .search .elementor-icon svg, .error404 .elementor-icon i, .error404 .elementor-icon svg  {
    top: 17px;
    left: 17px;
}
.contact-form p {
    color: #ffffff;
    opacity: 1 !important;
}








span.page-numbers.dots {
    position: relative;
    display: inline-block;
    line-height: 50px;
    font-size: 17px;
    height: 50px;
    width: 50px;
    color: #848484;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}








.widget ul li ul{
	padding:0px;
	margin:0px;
}
.widget ul li ul li{
	margin-left:5px;
}

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


.main-footer.bg-color-2 {
    padding: 100px 0px 100px;
}
.main-footer a, .main-footer p, .main-footer h1, .main-footer h2, .main-footer h3, .main-footer h4, .main-footer h5, .main-footer h6 {
    color: #fff !important;
}
.sidebar-page-container p {
    margin-bottom: 20px;
}

.wp-block-search__input {
    border: unset;
}


.wp-block-group__inner-container h2, .wp-block-group__inner-container h3, .wp-block-group__inner-container h4, .wp-block-group__inner-container h5, .wp-block-group__inner-container h6 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
	margin-bottom: 20px;
}







ol.wp-block-latest-comments {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0 !important;
}


.mrwidget a {
    color: #141417;
}
.widget ul li:last-child {
    /* padding-left: 10px; */
}

.main-footer.p_relative.one.monster {
    padding: 100px 0px 100px;
}




.tag-sticky-2 .inner-box, .sticky .blog-1-block.standard-post {
    border: 1px solid #E5E5E5;
    padding: 40px;
}
.widget_rss.widget ul li a, .widget_rss.footer-widget ul li a {
    color: unset;
    background: unset;
    background: none;
    color: #2C2A49;
    font-family: 'PT Serif', serif;
    font-weight: 700;
}
.main-footer.p_relative.one.monster {
    background: #2C2A49;
}


.mrwidget ul li ul {
    margin-top: 10px;
}
.mrwidget ul li ul li {
    margin-top: 10px;
}
.mrwidget .textwidget form {
    width: 100%;
}


span.post-page-numbers.current {
    color: #ffffff;
    border-color: var(--theme-color);
    background: var(--theme-color);
    position: relative;
    display: inline-block;
    line-height: 48px;
    height: 50px;
    font-size: 18px;
    min-width: 50px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    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;
	margin: 0px 10px 0px 0px;
}
.paginate_links a {
    position: relative;
    display: inline-block;
    line-height: 48px;
    height: 50px;
    font-size: 18px;
    min-width: 50px;
    color: #333;
    font-weight: 500;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    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;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
	margin: 0px 10px 0px 0px;
}
.paginate_links {
    color: #2C2A49;
    font-size: 17px;
    font-weight: 500;
}

.wp-style p img, .wp-style figure img, .wp-style img {
    max-width: 100%;
    display: block;
    height: auto;
    margin-bottom: 0;
}
figure {
    max-width: 100%;
    display: block;
}

.blog-sidebar .nice-select {
    float: unset;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: unset;
}


.has-very-light-gray-color {
    color: #fff!important;
}
.mrfooter a {
    color: #fff!important;
}
.is-layout-flow.wp-block-group.has-background {
    padding: 40px;
}


.error404 .elementor-icon i, .archive .elementor-icon i, .category .elementor-icon i, .search .elementor-icon i {
    left: 19px;
    top: 17px;
}
.mrfooter {
    padding: 100px 0px;
}
.wp-block-search__inside-wrapper {
    background: #F2F2F2;
    width: 100%;
    border: 1px solid #F2F2F2 !important;
}
.wp-block-search__button {
    border: unset;
}












.widget_recent_comments ul li.recentcomments span {
    display: inline;
}
.widget_recent_comments ul li.recentcomments a {
    display: inline;
}

.wp-block-latest-comments__comment-meta a {
    display: inline !important;
    padding: 0 !important;
}
.wp-block-latest-comments__comment {
    border: unset !important;
}
.wp-block-latest-comments__comment:before {
    display: none;
}
.wp-block-latest-comments__comment a:before, .wp-block-latest-comments__comment a:after {
    display: none;
}




.widget_rss li:hover a:after {
    background-color: unset;
    opacity: 0;
}










.form-group {
    position: relative;
}