/*!
Theme Name: KOPP-Active
Theme URI: https://www.example.com/
Description: KOPP-Active Theme
Author: The Author
Template: kopp-activep
Author URI: https://www.example.com/
Version: 1.6
*/
/* Parent stylesheet should be loaded from functions.php not using @import */
.active-shariff {
  margin: 4em 0 4em;
}

@media screen and (max-width: 600px) {
  .active-shariff {
    margin: 1em 0 4em;
  }
}

li.shariff-button > a > span.shariff-icon svg {
  background-color: #82929c;
  margin-right: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

li.shariff-button > a:before {
  position: absolute;
  z-index: 1;
  top: calc(50% - 8px);
  left: 35px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #82929c;
}

li.shariff-button > a > span.shariff-text {
  font-size: 15px;
}
/*# sourceMappingURL=style.css.map */