/* Styles for the Shepherd tour */

.shepherd-theme-arrows {
  width: 450px;
  max-width: 450px;
  z-index: 10;
}

/* Override Shepherd button colors */
.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button,
.shepbtn {
  background-color: #1073e8;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  letter-spacing: 0.1em;
  padding: 0.75em 1.75em;
  line-height: 1;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button:hover,
.shepbtn:hover {
  background-color: #1B8DE4;
  text-decoration: none;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
  background-color: #eee;
  color: #6a6a6a;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary:hover {
  background-color: #e9e9e9;
}


/* Hide image (assumed to be square) on mobile or if it would push the shepherd buttons too far off screen */
@media (max-height: 700px), (max-width: 450px) {
  .shepherd-content img {
    display: none;
  }
}
