/* Sidebar Search */


.blog-sidebar .sidebar-widget {
    background: #f7f7f7;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-bottom: 35px;
    padding-right: 40px;
    padding-top: 35px;
    border-radius: 10px;
    display: flow-root;
}
.wp-block-search .wp-block-search__label {
    font-size: 24px;
    line-height: 30px;
    display: block;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #141417;
    margin: 0px;
    transition: all 500ms ease;
    margin-bottom: 35px;
}
.wp-block-search__inside-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    /* height: 60px; */
    border: unset !important;
    /* border-radius: 5px; */
    /* font-size: 16px; */
    /* color: #808080; */
    /* font-family: 'Poppins', sans-serif; */
    padding: 0 !important;
    /* transition: all 500ms ease; */
}
.wp-block-search__inside-wrapper input {
    height: 40px;
    width: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 60px;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px;
    font-size: 16px;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    padding: 10px 20px 10px 20px !important;
    transition: all 500ms ease;
}
.wp-block-search__button {
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 18px;
    color: #808080;
    cursor: pointer;
    transition: all 500ms ease;
    border: unset;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent;
}
.wp-block-search .wp-block-search__button svg {
    fill: #808080;
    font-size: 20px;
    transform: rotate(-100deg);
}
.wp-block-search__inside-wrapper input {
    /* height: 40px; */
}
.wp-block-search__inside-wrapper input::placeholder {
	font-size: 16px;
    color: #808080;
}



/* Sidebar Title */

.wp-block-group__inner-container {}
.wp-block-group__inner-container h3 {
    font-size: 24px;
    line-height: 30px;
    display: block;
    margin-bottom: 25px;
}



/* Categories */


.sidebar-widget {}
.sidebar-widget ul {}
.sidebar-widget ul li {
    /* margin-bottom: 11px; */
    position: relative;
    display: block;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 35px;
}
.sidebar-widget ul li a {
    color: #141417;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}
.sidebar-widget ul li a:hover {
    color: #e35712;
}


/* Post */

.blog-sidebar .post-widget .post .post-thumb img {
    height: 65px;
}
span.post-date.p_relative.d_block.fs_16.font_family_poppins a {
    color: #888888;
}
.blog-sidebar .post-widget .post:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* Tag */

.wp-block-tag-cloud {}
.wp-block-tag-cloud a {
    padding: 5px 14px;
    border: 1px solid #e5e5e5;
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    color: #141417;
    border-radius: 5px;
    font-size: 14px !important;
}
.wp-block-tag-cloud a:hover {
    background: #e35712;
    border-color: #e35712;
	color: #fff;
}
.blog-grid-two span.page-numbers.current {
    border-radius: 50%;
}

.footer-widget.single-footer-widget.widget_block h2,.footer-widget .wp-block-search__label{
	color:#fff;
	font-size: 22px;
    line-height: 1.15em;
    font-weight: 700;
	text-transform:capitalize;
	padding-top:25px;
}
.footer-widget .wp-block-latest-comments__comment-meta a {
    color: #fff;

}
.footer-widget p {
    /* color: #ffffff!important; */
}
.footer-widget li.recentcomments {
    color: #ffffff!important;
}
.footer-widget .wp-caption.alignnone p {
    color: #000!important;
}