
.blog-sidebar{
  position: relative;
  display: block;
}

.search-widget .search-form .form-group,
.wp-block-search__inside-wrapper {
  position: relative;
  margin: 0px;
}

.search-widget .search-form .form-group input[type='search'],
.wp-block-search__inside-wrapper input{
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  background: var(--theme-color);
  font-size: 18px;
  font-family: var(--text-font);
  color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
	border: none;
}

.wp-block-search__inside-wrapper input{
	padding-right: 100px;
}

.search-widget .search-form .form-group input:focus,
.wp-block-search__inside-wrapper input:focus {
  color: #fff;
}

.search-widget .search-form .form-group button,
.wp-block-search__inside-wrapper button{
  position: absolute;
  top: 9px;
  right: 25px;
  color: #fff;
}

.wp-block-search__inside-wrapper button{
	padding:0;
	margin:0;
	color: #ffffff;
	font-size: 16px;
	border: none;
}

.blog-sidebar .search-widget{
  margin-bottom: 42px;
}

.blog-sidebar .widget-title,
.widget h2,
.widget .wp-block-search__label{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.blog-sidebar .widget-title h3,
.widget h2,
.widget .wp-block-search__label{
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  font-family: var(--text-font);
  font-weight: 700;
  padding-right: 33px;
  color: #242424;
  width: auto;
}

.blog-sidebar .widget-title h3:before,
.widget h2:before,
.widget .wp-block-search__label:before{
  position: absolute;
  content: '';
  background: #242424;
  width: 20px;
  height: 2px;
  right: 0px;
  top: 23px;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  padding: 6px 0px 9px 0px;
  border-bottom: 1px solid #d5cac3;
}

.blog-sidebar .category-widget .category-list li:last-child{
  border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #444444;
}

.blog-sidebar .category-widget .category-list li a:hover{

}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  top: 3px;
  right: 0px;
  font-weight: 900;
  font-size: 12px;
  color: #c8c8c8;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before{

}

.blog-sidebar .category-widget{
  margin-bottom: 51px;
}

.blog-sidebar .post-widget .widget-title{
  margin-bottom: 17px;
}

.blog-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding-left: 94px;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
  min-height: 94px;
}

.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 70px;
  height: 60px;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
  opacity: 0.3;
}

.blog-sidebar .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 9px;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: #242424;
}

.blog-sidebar .post-widget .post h5 a:hover{

}

.blog-sidebar .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #7c7777;
}

.blog-sidebar .post-widget{
  margin-bottom: 41px;
}

.blog-sidebar .tags-widget .widget-title{
  margin-bottom: 22px;
}

.blog-sidebar .tags-widget .tags-list{
  position: relative;
  margin: 0px -5px;
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 5px 10px 5px;
}

.blog-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  border: 1px solid #e4e4e4;
  padding: 6px 19px;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}