.gallery-slider-indicator .chevron {
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  opacity: 0.5; }

.gallery-slider-indicator .chevron--left {
  left: 0; }

.gallery-slider-indicator .chevron--right {
  right: 0; }

.gallery-link {
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s; }
  .gallery-link i {
    left: 50%;
    top: 50%;
    font-size: 90px;
    transform: translate(-50%, -50%);
    color: #fff; }

.fivestar-basic .fivestar-widget-static .star {
  background-image: none; }
  .fivestar-basic .fivestar-widget-static .star span.off {
    background-image: url("../assets/star.png"); }
  .fivestar-basic .fivestar-widget-static .star span.on {
    background-image: url("../assets/star.png"); }

.fivestar-basic .fivestar-widget .star {
  background-image: none; }
  .fivestar-basic .fivestar-widget .star a {
    background-image: url("../assets/star.png"); }

.property-accordion {
  display: block;
  cursor: pointer;
  color: #495057; }
  .property-accordion i {
    float: right;
    color: #495057; }
    details#edit-field-filming-availability{
      color: red;
    }