@font-face {
  font-family: 'Austral Sans Rough';
  font-weight: 400;
  src: url("/_site/fonts/AustralSansRough.woff"), url("/_site/fonts/AustralSansRough.woff2"); }

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.comments__list {
  padding: 0;
  margin: 0;
  list-style: none; }

.comments__list__item {
  width: 100%;
  padding: 1em 0;
  overflow: hidden; }

.comments__list__item--unapproved {
  opacity: .5; }

.comments__list__item__author {
  margin-right: .2em;
  float: left; }

.comments__list__item__rating {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right; }

.comments__list__item__message {
  clear: both; }

.comments__add__form__field {
  clear: both;
  margin: 0 0 1em; }

.comments__add__form__field__rating {
  height: 2em;
  padding: .4em 0; }

.comments__add__form__field__textarea {
  width: 100%; }

.comments__rating .cancel {
  display: none; }

.comments__rating .star {
  width: 25px;
  height: 25px;
  float: left;
  text-indent: -999em;
  cursor: pointer;
  overflow: hidden;
  background: transparent; }

.comments__rating .star a,
.comments__rating .star span {
  width: 25px;
  height: 25px;
  display: block;
  background: url(/admin/_includes/images/design/ui.stars.png) no-repeat 0 0; }

.comments__rating .star_on a,
.comments__rating .star_on span,
.comments__rating .star_hover a,
.comments__rating .star a:hover,
.comments__rating .star a:focus {
  background-position: 0 -25px; }

/*# sourceMappingURL=comments.css.map */