/* Sidebar CSS	*/
.widget-area {
  padding-left: 10px;
  position: sticky;
  top: 80px;
}
.widget-area.widget-left-sidebar {
  padding-right: 10px;
  padding-left: 0;
}
.widget-area .widget {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  padding: 25px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: var(--primary);
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .search-field {
  height: 50px;
  color: var(--blackColor);
  background-color: #f2f4f5;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0 0 0 15px;
  border: none;
  transition: var(--transition);
  font-weight: 600;
}
.widget-area .widget_search form .search-field::-moz-placeholder {
  color: var(--optionalColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.widget-area .widget_search form .search-field::placeholder {
  color: var(--optionalColor);
  transition: var(--transition);
}
.widget-area .widget_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.widget-area .widget_search form button {
  border: none;
  background-color: var(--whiteColor);
  color: var(--primary);
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  transition: var(--transition);
  top: 5px;
  font-size: 20px;
}
.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
  border-radius: 5px;
  background-color: var(--primary);
  color: var(--whiteColor);
}
.widget-area .widget_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}
.widget-area .widget_posts_thumb .item .thumb .fullimage img {
  height: 100%;
  object-fit: cover;
}
.widget-area .widget_posts_thumb .item .info {
  overflow: hidden;
}
.widget-area .widget_posts_thumb .item .info span {
  display: block;
  color: var(--dark);
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 13px;
}
.widget-area .widget_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 800;
}
.widget-area .widget_posts_thumb .item .info .title a {
  display: inline-block;
  color: var(--dark);
}
.widget-area .widget_posts_thumb .item:hover .thumb::before,
.widget-area .widget_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: var(--blackColor);
  padding-left: 18px;
  font-weight: 700;
  font-size: 15.5px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: var(--primary);
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_categories ul li a {
  color: var(--blackColor);
  display: inline-block;
}
.widget-area .widget_categories ul li a:hover {
  color: var(--primary);
}
.widget-area .widget_categories ul li .post-count {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 17px;
}
.widget-area .tagcloud a {
  display: inline-block;
  background: #f5f5f5;
  color: var(--blackColor);
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14.5px !important;
  margin-top: 8px;
  margin-right: 4px;
}
.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: var(--whiteColor);
  background-color: var(--primary);
}
.widget-area .widget_instagram ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}
.widget-area .widget_instagram ul li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.widget-area .widget_instagram ul li .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.widget-area .widget_instagram ul li .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.widget-area .widget_instagram ul li .box i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  color: var(--whiteColor);
  z-index: 2;
}
.widget-area .widget_instagram ul li .box img {
  transition: var(--transition);
}
.widget-area .widget_instagram ul li .box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--primary);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.widget-area .widget_instagram ul li .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}
.widget-area .widget_instagram ul li .box:hover img {
  transform: scale(1.3);
}
.widget-area .widget_instagram ul li .box:hover i {
  opacity: 1;
  visibility: visible;
}
.widget-area .widget_insight ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_insight ul li {
  margin-bottom: -1px;
}
.widget-area .widget_insight ul li a {
  position: relative;
  display: block;
  padding: 15px 25px 15px 40px;
  color: var(--blackColor);
  border: 1px solid #eeeeee;
  font-weight: 700;
  font-size: 18px;
}
.widget-area .widget_insight ul li a::before {
  width: 5px;
  height: 5px;
  transition: var(--transition);
  background-color: var(--optionalColor);
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.widget-area .widget_insight ul li a:hover,
.widget-area .widget_insight ul li a.active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--whiteColor);
}
.widget-area .widget_insight ul li a:hover::before,
.widget-area .widget_insight ul li a.active::before {
  background-color: var(--whiteColor);
}
.widget-area .widget_insight ul li.active a {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--whiteColor);
}
.widget-area .widget_insight ul li.active a::before {
  background-color: var(--whiteColor);
}
