.single__social {
  margin-top: 50px;
  margin-bottom: 40px;
}
.single__social a {
  margin: 0px 10px 10px;
  transition: 0.3s;
}
.single__social a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.single__social h5 {
  color: #972766 !important;
  margin-bottom: 15px !important;
}
.single__content {
  font-size: 18px;
  color: #000;
}
.single__content p {
  font-size: 18px;
  color: #000;
}
.single__content a {
  color: #972766;
  font-weight: bold;
  border-bottom: 1px solid;
  text-decoration: none;
}
.single__content a:hover {
  border-bottom-color: transparent;
}
.single__thumb {
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  border-radius: 0px;
  position: relative;
  background-color: #e7e7e7;
  box-sizing: border-box;
  transition: 0.3s;
  padding: 5px;
  background: rgba(151, 39, 102, 0.3);
  transform: rotate(-2deg);
  transform-origin: center;
}
.single__thumb img {
  padding: 12px 12px 48px;
  display: block;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2), inset 0px -40px 0px 12px rgba(255, 255, 255, 1), inset 0px 5px 0px 12px rgba(255, 255, 255, 1), inset 0px 0px 80px 0px rgba(0, 0, 0, 0.5);
  float: none;
  transform: rotate(6deg);
  transform-origin: center;
}
.single__images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 40px;
}
.single__images a {
  display: block;
  max-width: 180px;
  width: 180px;
  height: 160px;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  background: #e7e7e7;
  background-size: cover;
  transition: 0.3s;
}
.single__images a:hover {
  transition: 0.3s;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.15);
}
