.sidebar-wrapper {
  height: fit-content;
}

.sidebar-meta-box-wrapper {
  margin: 0;
  padding: 20px;
  border-radius: 6px;
  width: 100%;
  position: relative;
  background-color: #3EAAFD;
  background: -webkit-linear-gradient(top, #3EAAFD, #49CEFF);
}

.sidebar-meta-box-wrapper .item {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar-meta-box-wrapper .item:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 70px;
  margin-top: -35px;
  background: rgba(255, 255, 255, 0.21);
}

.sidebar-meta-box-wrapper .item .icon-item-wrapper {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.21);
  color: #fff;
  text-align: center;
}

.sidebar-meta-box-wrapper .item .icon-item-wrapper .icon-sidebar-view {
  height: 40px;
  width: 40px;
}

.sidebar-meta-box-wrapper .item-counter {
  font-size: 24px;
  font-weight: 700;
  margin: 12px 0;
}

.item i.far.fa-comments {
  color: #fff !important;
  padding-right: 0 !important;
}

.sidebar-title-wrapper {
  margin-bottom: 0 !important;
  padding-right: 25px;
}

.sidebar-content-wrapper {
  padding: 30px;
}

.sidebar-categories-item.mb-3:last-child {
  margin-bottom: 0 !important;
}

ul.sidebar-categories-content li {
  margin-bottom: 1rem !important;
  justify-content: space-between !important;
  display: flex !important;
}

ul.sidebar-categories-content li a {
  display: inline-block;
  position: relative !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-left: 30px;
  white-space: nowrap;
}

.sidebar-categories-content-wrapper ul li a:hover {
  color: #4DB7FE;
  transition: all 500ms ease;
}

.sidebar-categories-content-wrapper ul li a:before {
  position: absolute;
  content: '';
  background: transparent;
  border: 1px solid #d1d1d1;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  top: 7px;
  transition: all 500ms ease;
}

.sidebar-categories-content-wrapper ul li a:hover:before {
  border-color: #4DB7FE;
  background: #4DB7FE;
  transition: all 500ms ease;
}

.sidebar-categories-content-wrapper ul li a:hover~span {
  color: #4DB7FE;
  transition: all 500ms ease;
}

.sidebar-categories-content-wrapper ul li a~span {
  color: #666;
  background-color: transparent;
  font-size: 15px;
  transition: all 500ms ease;
}

.post-title-hide {
  bottom: 15px;
  font-weight: bold;
  color: white;
  left: 15px;
  z-index: 5;
  opacity: 0;
  transition: 1s ease;
  font-size: 15px;
}

.post-title-overlay {
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, .41) !important;
  transition: 1s ease;
  width: 0;
  opacity: 0;
}

.sidebar-post-list-item-link {
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.18) 2px -2px 7px;
  width: 100%;
}

.sidebar-post-list-item {
  position: relative;
}

.sidebar-img-thumbnail {
  max-height: 185px;
  height: auto;
  object-fit: cover;
}

.sidebar-post-title-wrapper {
  position: absolute;
  bottom: 15px;
  left: 5px;
  z-index: 2;
  cursor: pointer;
  padding: 8px 20px;
  transition: 1.0s ease;
}

.sidebar-post-title-wrapper a {
  color: #fff;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.03em;
}

.sidebar-post-title-overlay {
  bottom: 0;
  height: 0px;
  background: #403e3e;
  transition: 1s ease;
  width: -webkit-fill-available;
  margin-left: 5px;
  margin-right: 6px;
  margin-bottom: 5px;
  opacity: 0.5;
}

.sidebar-post-list-item:hover .sidebar-post-title-overlay.absolute {
  background: #403e3e;
  transition: 1s ease;
  opacity: 0.3;
  height: 185px;
}

#timeline {
  position: relative;
}

#timeline ul {
  position: relative;
  padding-left: 15px;
}

#timeline ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e6e6e6;
}

#timeline li {
  border-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: 0.5s ease;
}

#timeline li:last-child {
  padding-bottom: 0;
}

#timeline li:hover {
  border-right: 1px solid #4DB7FE;
  background-color: #f6fcff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#timeline li:hover:last-child {
  padding-bottom: 15px;
}

#timeline li h4 {
  font-size: 14px;
  text-transform: capitalize !important;
  text-align: start;
  font-family: 'Quicksand', sans-serif !important;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #666666;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.5s;
}

#timeline li h4:hover {
  color: #4DB7FE;
}

#timeline li a {
  padding-left: 15px;
  display: block;
}

#timeline li a:hover {
  color: #4DB7FE;
  transition: 0.5s;
}

#timeline li a:hover span:before {
  background: #4DB7FE;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.5s;
}

#timeline li span {
  font-size: 10px;
  display: block;
  position: relative;
  color: #767676;
  line-height: 12px;
  margin-bottom: 5px;
  text-align: left;
}

#timeline li span:hover {
  color: #4DB7FE;
}

#timeline li span:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #e6e6e6;
  border: 3px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -35px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
}

#post-list-style-2 {
  position: relative;
}

#post-list-style-2 ul li img {
  box-shadow: rgba(0, 0, 0, 0.19) 0 0px 4px, rgba(0, 0, 0, 0.13) -2px -1px 3px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 90px;
  width: 100%;
}

#post-list-style-2 h3 {
  font-size: inherit;
}

#post-list-style-2 h3 a {
  font-size: 14px;
}

#post-list-style-2 h3 a:hover {
  color: #4DB7FE;
}

#post-list-style-2 .post-item {
  border: 1px solid #eee;
  transition: 0.5s ease;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
}

#post-list-style-2 .post-item:hover {
  background-color: #fff;
  transition: 0.5s ease;
}

#post-list-style-2 .sidebar-post-title {
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
}

@media screen and (max-width:576px) {
  .sidebar-content-wrapper {
    padding: 30px 15px;
  }

  .sidebar-wrapper {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 320px) {
  #meta-box {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}