#single-post-content .wp-block-cover__inner-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -16px;
  background: rgba(180, 114, 70, 0.84);
  width: 80%;
  padding-left: 20px;
  min-height: 74px;
}
#single-post-content .slick-dots li {
  margin: 0 14px;
}
#single-post-content .slick-dots li button::before {
  color: white;
  font-size: 15px;
  border: solid 2px #f04e37;
  height: 14px;
  width: 15px;
  border-radius: 50%;
  margin-right: 30px;
  opacity: 1;
  content: '';
}
#single-post-content .slick-dots li.slick-active button:before {
  background: #f04e37;
  content: '';
  opacity: 1;
}
/*# sourceMappingURL=https://gret.org/wp-content/build/scss_library/2ba0f88e89396ea78df22cae3f95c19407f0a71c.css.map */