/*Sidebar & Footer Default Style*/
/************************ Blog Widget Style************************/
a {
    /* color: #e6be1a; */
}


/****************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;
}

.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: #f47629;
    background-color: #f47629;
    color: #ffffff;
}
.mrsidebar{
    margin-bottom: 36px;
}

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


.comment-box .title h3 {
    margin-top: 0;
    margin-bottom: 0;
}





/*categories*/

.wp-block-categories {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 0;
}

.mrwidget ul li {
    position: relative;
    display: block;
    padding: 0 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff;
    margin-bottom: 5px;
}
.mrwidget ul li a {
	color: #798593;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 14px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.mrwidget ul li a:after {
    font-family: 'FontAwesome';
    content: '\f061';
    font-size: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.mrwidget ul li a:hover {
    color: #0f6fd5;
	background: #fff;
}
.mrwidget ul li:last-child a {
    border-bottom: none;
    /* padding-bottom: 0; */
    margin-bottom: 0;
}




/*archives*/



/*tags*/

.widget_tag_cloud {
    position: relative;
    display: inline-block;
    /* float: left; */
    /* margin: 0; */
}

.widget_tag_cloud a {
    float: unset;
    margin: 0 5px 10px;
    position: relative;
    display: inline-block;
    padding: 6px 20px 7px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 27px;
    color: #808080;
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 500;
    transition: all 500ms ease;
    font-family: var(--thm-font-2);
    text-transform: capitalize;
}

.widget_tag_cloud a:hover {
    color: #141417;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}
.sidebar-blog-post ul li .img-box img {
    height: 70px;
}
p.wp-block-tag-cloud {
    margin-bottom: 0 !important;
}


/*search*/


.wp-block-search .wp-block-search__input {
    background: #0f6fd5;
    padding: 27px 30px;
    border-radius: 7px;
}
.sidebar.ml_10 {
    margin-left: 10px;
}
.wp-block-search .wp-block-search__button {
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}
.widget_block widget_searc {}
.widget_block {}
.widget_block h2 {
    margin: 0;
    color: #001328;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 30px;
}

.wp-block-search .wp-block-search__label {margin: 0;color: #001328;font-weight: 800;font-size: 20px;margin-bottom: 30px;}



.single-sidebar-box.post {
    border: unset;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.widget_block {}
.widget_roofplan_latest_post {
    /* position: relative; */
    /* display: block; */
    /* border: 1px solid #e5e5e5; */
    /* padding: 39px 39px 39px; */
    /* border-radius: 10px; */
    /* margin-bottom: 50px; */
}



.wp-block-archives {
	position: relative;
    display: block;
    overflow: hidden;
    margin-top: -3px;
}
.wp-block-archives li {
	position: relative;
    display: block;
}
.wp-block-archives li a {
    /* position: relative; */
    /* display: block; */
    /* padding-bottom: 15px; */
    /* margin-bottom: 15px; */
    /* color: #252628; */
    /* font-size: 16px; */
    /* font-weight: 500; */
    /* line-height: 40px; */
    /* text-transform: capitalize; */
    /* font-family: var(--thm-font-2); */
    /* border-bottom: 1px solid #e5e5e5; */
    /* transition: all 200ms linear; */
    /* transition-delay: 0.1s; */
}
.single-sidebar-box .archive-lists li a span{
    position: relative;
    display: inline-block;
    float: right;
}
.wp-block-archives li:last-child a {
    border-bottom: none;
    /* padding-bottom: 0; */
    margin-bottom: 0;
}
.wp-block-archives li:hover a{
    color: var(--thm-base);
}



.faq-style1-area.pdtop150.two {
    margin-left: 60px;
}






.mrwidget .title {
	position: relative;
	display: block;
	line-height: 0;
	margin-top: 0px;
	padding-bottom: 15px;
}
.mrwidget .title h3 {
	    color: var(--thm-black);
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.single-blog-style1 .text-holder .blog-title a {
    /* font-size: 30px; */
}

.mrwidget .title h3{
	font-size: 18px;
}
.single-blog-style1 {
    margin-bottom: 40px!important;
}
.mrwidget {
    margin-bottom: 40px;
}
.sidebar-content-box {
    max-width: 100%!important;
    padding-left: 10px!important;
}
.single-sidebar {}

.nice-select {
    float: inherit!important;
    width: 100%!important;
}
.nice-select.open .list {
    width: 100%;
}


.widget_recent_comments ul li a:before{
	display:none;
}
.widget_recent_comments ul li a{
	padding-left:0px!important;
	 display: initial!important;
}
.widget_rss ul li:hover a {
    padding-left: 0px;
}
.widget_rss ul li a {
    line-height: 28px;
    padding-bottom: 15px;
}

.mrwidget{}

.pagination li .page-numbers.current {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 800;
    background: #ee3234;
    -webkit-box-shadow: 0px 10px 30px rgb(238 50 52 / 30%);
    box-shadow: 0px 10px 30px rgb(238 50 52 / 30%);
}

.widget_nav_menu {}
.widget_nav_menu ul {}
.widget_nav_menu ul li {}
.widget_nav_menu ul li a {}
.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; */
}
.mrwidget ul li:hover ul li a:before {
    font-size: 18px;
}
.widget_categories {
    overflow: visible;
}
.widget_archive {
    overflow: visible;
}
.widget_text {
    overflow: visible;
}
.mrfooter .widget_nav_menu ul li ul li a {
    color: #fff !important;
}
.sidebar-blog-post ul li .title-box h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    position: relative;
    display: unset;
    padding-left: unset;
    color: unset;
    text-transform: unset;
    font-family: unset;
    transition: all 200ms linear;
    transition-delay: unset;
    width: unset;
    font-size: unset;
    line-height: unset;
}
.sidebar-blog-post ul li .title-box h4 a:before {
    display: none;
}
.sidebar-blog-post ul li .img-box .overlay-content a:before {
    display: none;
}
.sidebar-blog-post ul li .img-box .overlay-content a {
    padding-left: unset;
    text-align: center;
}
.sidebar-blog-post ul li .title-box .date a:before {
    display: none;
}
.sidebar-blog-post ul li .title-box .date a {
    padding-left: 0;
}


span.page-numbers.dots {
	display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background: #ccd7e0;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 800;
}
span.page-numbers.dots:hover {
    background: #ee3234;
    -webkit-box-shadow: 0px 10px 30px rgb(238 50 52 / 30%);
    box-shadow: 0px 10px 30px rgb(238 50 52 / 30%);
}
.single-blog-style1 .text-holder .meta-info {
    /* margin-bottom: 15px!important; */
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.pagination {
    display: inline-block!important;
}

.pagination li{
	display: inline-block;
    margin: 0 4px;
}
.pagination li a {
	display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background: #ccd7e0;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 800;
}
.pagination li a:hover {
    background: #ee3234;
    -webkit-box-shadow: 0px 10px 30px rgb(238 50 52 / 30%);
    box-shadow: 0px 10px 30px rgb(238 50 52 / 30%);
}
.pagination-wrapper.clearfix {
    text-align: center;
}















@media only screen and (max-width: 900px){
.sidebar-textwidget {
    padding-left: 80px;
}
}



.wp-block-tag-cloud a {color: #798593 !important;position: relative;display: inline-block;font-size: 16px !important;font-weight: 600;}
.wp-block-tag-cloud a:hover {
    color: #0f6fd5;
}


.styled-pagination li:hover a i {
    color: #ffffff !important;
}


.post-widget .post .date {
    color: #555;
}
.post-widget .post h5 {
    /* padding-right: 20px; */
}

.news-block-one .image-box .image a {
    width: 100%;
}




p.wp-block-tag-cloud {
    display: inline-block;
}
.post-widget .post .date a {
    color: #555;
}
.blog-single .tags li a {
    display: inline-block;
}
.comments-area .comment-box .name {
    text-transform: capitalize;
}
.news-block-one .text p {
    margin-bottom: 20px;
}



/*
 
.admin-bar .site-header, .admin-bar .hidden-sidebar {
    top: 32px;
}

*/

.admin-bar .hidden-sidebar {
    top: 32px;
}
.admin-bar .header-navigation.stricky-fixed {
    top: 32px;
}
.float-right {
    float: right!important;
}
.float-left {
    float: left!important;
}



.single-blog-style-one .text-box p {
    color: #798593;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
}
.widget_search {
    padding: 0 !important;
    border-radius: 0 !important;
    background: unset !important;
}
.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
    padding: 0;
    border: unset;
	border-radius: 7px;
}
.wp-block-search .wp-block-search__input::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
} 
.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
    background: #0f6fd5;
}





.wp-block-search svg {
    fill: #fff;
    font-size: 20px;
    font-weight: bold;
    transform: rotate(260deg);
}







.sidebar .single-sidebar .single-latest-post .img-box > img {
    width: 90px;
    height: 90px;
    border-radius: 7px;
}
.mr_single img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}








#minimal-bootstrap-carousel .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: absolute;
    margin: 0;
}

#minimal-bootstrap-carousel .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: none;
    width: 70px;
    height: 60px;
    font-size: 14px;
    line-height: 48px;
    color: #001328;
    background-color: rgba(255, 255, 255, 0.25);
    visibility: visible !important;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 91;
}







#minimal-bootstrap-carousel .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
	position: absolute;
    margin: 0;
}
#minimal-bootstrap-carousel .owl-carousel .owl-controls .owl-nav .owl-next {
    background: none;
    width: 70px;
    height: 60px;
    font-size: 14px;
    line-height: 48px;
    color: #001328;
    background-color: rgba(255, 255, 255, 0.25);
    visibility: visible !important;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 91;
}

#minimal-bootstrap-carousel .owl-theme .owl-dots {
    display: none !important;
}








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


.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 {
	margin: 0;
    color: #001328;
    font-weight: 800;
    font-size: 20px;
	margin-bottom: 30px;
}
.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 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    content: '';
    background-color: var(--tertiary-color);
}







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;
    padding: 0;
}
.mrwidget .textwidget form {
    width: 100%;
}


span.post-page-numbers.current {
display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 800;
    background: #ee3234;
    -webkit-box-shadow: 0px 10px 30px rgb(238 50 52 / 30%);
    box-shadow: 0px 10px 30px rgb(238 50 52 / 30%);
	margin: 0px 10px 0px 0px;
}
.paginate_links a {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background: #ccd7e0;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 800;
	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;
}



.footer-widget {}
.footer-widget li {
    list-style: none;
}
.footer-widget li a {
color: #798593;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 14px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}



.footer-widget li::marker {
    display : none;
}