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

code,a{
	color:#DE2C2C;
}
.widget ul{
	position:relative;	
}
.widget ul li {
    position: relative;
    padding: 5px 0px;
    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;
}
.widget ul li a {
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #222;
}
.widget ul li a:before {

}
.widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: navajowhite;
}
.widget ul li:hover {
    transition: all 500ms ease;
	color: #222;
	font-weight: 600;
}


.widget ul li a:hover {
    padding-left: 0px;
}
.widget ul li a:hover:before {
    opacity: 1;
}
.widget ul li a:hover {
    color: #DE2C2C;
}

/****************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;line-height: 24px;padding: 8px 10px 8px;margin: 0px 3px 6px 0px;color: #777777;text-align: center;font-size: 14px !important;font-weight: 400;border: 1px solid #eceff5;background: #eceff5;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;}
p.wp-block-tag-cloud {
    margin-bottom: 0;
}
p.wp-block-tag-cloud a:hover {
background-color: #111111;
    border-color: #111111;
    color: #ffffff;
}
.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 {
    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;
}
.sidebar-widget {
    margin-bottom: 40px;
}
span.page-numbers.current {
    position: relative;
    display: inline-block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    text-transform: capitalize;
    min-width: 50px;
    border: 1px solid #222222;
    background: none;
    color: #565656;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #222222;
    color: #fff;
    -moz-transition: all 500ms ease;
}
span.page-numbers.dots {
    position: relative;
    display: inline-block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    text-transform: capitalize;
    min-width: 50px;
    border: 1px solid #adadad;
    background: none;
    color: #565656;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

span.page-numbers.dots:hover {
    background: #222222;
    color: #fff;
    border: 1px solid #222222;
}
.blog-standard-section {
    padding-bottom: 100px;
}
.add-thumb-image img {
    width: 100%;
}
.wp-block-search__inside-wrapper {
	position: relative;
	width: 100%;
	height: 60px;
}
.wp-block-search__input {}
.wp-block-search__button {
    padding: 0;
    border: unset;
}
.wp-block-search__input {
    color: #838383;
    border: unset;
}
.wp-block-group__inner-container {
	
}
.wp-block-group__inner-container h2 {}
.wp-block-group__inner-container h2:before {}

.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;
}
.pagination-wrapper.clearfix {
    margin-bottom: 50px;
}
.single .elementor-grid-0 .elementor-grid {
    position: relative;
    top: 9px;
    left: 15px;
}
label.wp-block-search__label {
    position: relative;
    color: #111111;
    font-size: 22px;
    font-weight: 500 !important;
    text-transform: capitalize;
    line-height: 1.6em;
    font-family: 'Playfair Display', serif;
    margin-bottom: 25px;
}
.wp-block-search__button svg {
    fill: #222;
    font-size: 18px;
    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;
}

.admin-bar .mobile-menu {
    top: 32px;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
.pdoff {
    padding: 0 !important;
}
.default-form p {
    /* margin: 0; */
}
.news-block-one .inner-box .image-box h2 a {
    color: #fff;
}
.news-block-one .inner-box .post-info li a {
    text-transform: capitalize;
}
.links-list li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}
.links-list li a {
    display: inline-block;
    color: #fff;
}
.links-list li:last-child, .recent-news .news-widget:last-child {
    margin-bottom: 0;
}
.sidebar-widget.recent-news {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px){
	
	.footer.elementor-column {
		width: 100% !important;
	}
	.footer .elementor-element-populated {
		margin: 50px 0px 0px 0px !important;
	}
	.contact .elementor-element-populated {
		margin: 0px 0px 0px 0px !important;
	}
	
}

.service-block-two .inner-box .lower-content p {
    margin-bottom: 0;
}
.widget ul li ul{
	padding:0px;
	margin:0px;
}
.widget ul li ul li{
	margin-left:5px;
}

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

.widget_nav_menu ul li ul {}
.widget_nav_menu ul li ul li {
    margin-left: 0;
}
.widget_nav_menu ul li ul li a {
    color: #252628 !important;
}
.mrwidget ul li:hover ul li a {
    /* padding-left: 30px; */
}


.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 {
    position: relative;
    line-height: 35px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #eceff5;
    background: #eceff5;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    color: #000000;
    font-weight: 300;
    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-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, .widget-title h3, .widget-title h2, .widget-title h4 {
    position: relative;
    color: #111111;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.wp-block-group__inner-container h2:before, .wp-block-group__inner-container h3:before, .wp-block-group__inner-container h4:before, .wp-block-group__inner-container h5:before, .wp-block-group__inner-container h6:before {

}
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 {
}
.wp-block-search__button {
    border: unset;
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 18px;
    color: #222;
    cursor: pointer;
    transition: all 500ms ease;
    background: transparent;
}
.footer-widget {}
.footer-widget li {
    list-style: none;
}
.footer-widget li a {

}
.footer-widget li::marker {
    display : none;
}
.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    display: none;
}
.blog-sidebar .post-widget .post .post-date a {
    font-size: 14px;
    color: #6E6E6E;
    line-height: 28px;
    font-weight: 400;
}
span.tags-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    padding: 3px 13px;
    text-align: center;
}
.admin-bar .main-header {
  	top: 32px;
}
.admin-bar .hidden-bar {
    top: 32px;
}

.news-block-one .date a {
    color: #fff;
}
.recent-news .news-widget .image img {
    width: 75px;
    height: 75px;
}
.single-comment {
    padding: 0 !important;
    border-bottom: unset !important;
}
.sidebar-widget.search-box input {
    position: relative;
    line-height: 35px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #eceff5;
    background: #eceff5;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    color: #000000;
    font-weight: 300;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar-widget.search-box button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 57px;
    display: block;
    font-size: 22px;
    color: #222;
    line-height: 100%;
    background: none;
}