@charset "utf-8";
/* Basic general stuff
 * ==================================================================================================== */
.fa,
.far,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fad {
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.inline {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.transitions {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  background-color: #ebf0f2;
  padding: 20px;
  margin: -20px -20px 40px;
}
.comment-respond .comment-notes {
  font-style: italic;
}
.comment-respond .logout-btn {
  margin: 0 10px;
}
.hrOr {
  margin: 40px 0 50px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
}
.hrOr span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  position: relative;
}
.hrOr span:before,
.hrOr span:after {
  content: "";
  position: absolute;
  border-top: 1px solid #eee;
  top: 50%;
  width: 600px;
}
.hrOr span:before {
  right: 100%;
  margin-right: 15px;
}
.hrOr span:after {
  left: 100%;
  margin-left: 15px;
}
