/*
 * vars
 */
/*
 * mixins
 */
/*
 * global
 */
body {
  margin: 0 auto;
  max-width: 1100px;
  font-family: 'Lato', sans-serif;
  color: #424242;
  font-size: 14px;
}
#page {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
html.pullout-open-left #page {
  -webkit-transform: translate3d(60%, 0, 0);
  -moz-transform: translate3d(60%, 0, 0);
  -ms-transform: translate3d(60%, 0, 0);
  -o-transform: translate3d(60%, 0, 0);
}
html.pullout-open-right #page {
  -webkit-transform: translate3d(-60%, 0, 0);
  -moz-transform: translate3d(-60%, 0, 0);
  -ms-transform: translate3d(-60%, 0, 0);
  -o-transform: translate3d(-60%, 0, 0);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
ul,
ol,
p,
blockquote {
  padding: 0;
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
img {
  border: none;
  /* reall, IE? */
}
a {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Virgo, sans-serif;
  line-height: 1;
}
h1 {
  font-size: 2.5em;
}
.link-button {
  font-family: Virgo;
  font-weight: bold;
  font-size: .8em;
  background: white;
  border: 1px solid #cdcdcd;
  color: #cdcdcd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 5px 10px 1px;
  line-height: 1.1;
}
.zazzle-hr {
  height: 1px;
  background: #f2f2f2;
}
b,
strong {
  font-weight: bold;
}
/* responsive! */
@media screen and (max-width: 700px) {
  html,
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1024px) and (min-width: 360px + 1) {
  #main {
    padding: 0 22px;
  }
}
/* ----------
 * header
 */
header {
  margin-top: 10px;
  padding: 0 20px;
}
.header-top-row {
  position: relative;
  min-height: 51px;
  margin-bottom: 10px;
}
.header-left {
  float: left;
  padding-top: 14px;
}
.header-left .search-form {
  margin-left: .6em;
}
.header-hamburger {
  display: none;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.header-title {
  font-family: Virgo;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}
.header-title i {
  color: inherit;
  vertical-align: middle;
}
/* search form */
.search-form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.search-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.search-input {
  font-family: Virgo;
  font-size: 1em;
  padding: 2px 5px 2px 1.8em;
  border: 1px solid transparent;
  outline: none;
  margin: 0;
  border-radius: 0;
}
.search-input:focus {
  border-color: #f2f2f2;
}
/* logo fanciness */
.zazzicon-logo:after {
  color: #424242;
}
.header-logo {
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  font-size: 51px;
  z-index: 1;
  text-decoration: none;
  line-height: 24px;
}
.header-logo:after {
  transition: all .5s ease;
  color: rgba(255, 255, 255, 0.95) !important;
}
.header-logo .zazzicon-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.header-logo .header-logo-blog-text {
  position: absolute;
  top: 22px;
  left: 0;
  width: 51px;
  opacity: 0;
  transition: all .5s ease;
  z-index: 0;
  text-align: center;
  font-family: Virgo;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}
.header-logo:hover:after {
  font-size: 160px;
  margin-left: -55px;
}
.header-logo:hover .zazzicon:after,
.header-logo:hover .header-logo-blog-text {
  color: #ffa128;
}
.header-logo:hover .header-logo-blog-text {
  top: 36px;
  opacity: 1;
}
.header-logo-2 {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  font-size: 2.5em;
  text-decoration: none;
}
/* right links (social) */
.header-right {
  float: right;
  padding-top: 14px;
}
.header-social-links {
  display: inline-block;
  vertical-align: middle;
}
.header-social-links li {
  display: inline-block;
  margin-right: 3px;
}
.header-social-links li:last-child {
  margin-right: 9px;
}
.header-social-links a {
  text-decoration: none;
}
.header-social-links i {
  font-size: 22px;
  vertical-align: bottom;
}
.header-share-icon {
  display: none;
  font-size: 20px;
}
/* header link menu (second row) */
.header-menu {
  text-align: center;
  padding-top: 16px;
}
.header-menu .menu {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.header-menu .menu-item {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 16px;
}
.header-menu a {
  text-decoration: none;
}
.header-menu .menu-item-title {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 1.1em;
}
.header-menu .menu-item-subtitle {
  display: block;
  font-family: Rabiohead;
  color: #999999;
  font-size: 1.3em;
  line-height: .6em;
}
/* responsive! */
@media screen and (max-width: 700px) {
  .header-hamburger,
  .header-share-icon,
  .header-logo-2 {
    display: inline-block;
  }
  .header-menu,
  header .search-form,
  .header-social-links,
  .header-subscribe,
  .header-logo,
  .header-hr,
  .header-title {
    display: none;
  }
  .header-logo .zazzicon {
    display: none;
  }
  .header-left,
  .header-right {
    padding-top: 10px;
  }
  .header-top-row {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu .menu-item {
    padding: 0 10px;
  }
}
/* ----------
 * pullout menus
 */
.pullout {
  display: none;
  position: absolute;
  top: 0;
  width: 60%;
  height: 100%;
  padding: 8px 20px;
}
.pullout a {
  text-decoration: none;
}
/* left pullout */
.pullout-left {
  left: -60%;
  border-right: 1px solid #f2f2f2;
}
.pullout-left .search-form {
  font-size: .9em;
}
.pullout-left .search-input {
  width: 100%;
  border: 1px solid #cdcdcd;
}
.pullout-nav-menu ul {
  margin-top: .8em;
  list-style: none;
  font-size: 1.1em;
}
.pullout-nav-menu ul li {
  font-family: Lato;
  font-weight: bold;
}
.pullout-nav-menu ul li:not(.pullout-home-item) {
  padding-bottom: .8em;
}
.pullout-left-secondary-links {
  list-style: none;
  font-size: .9em;
}
.pullout-left-secondary-links li {
  padding-bottom: 1em;
}
/* right pullout */
.pullout-right {
  right: -60%;
  border-left: 1px solid #f2f2f2;
  color: #999999;
}
.pullout-right-title {
  font-family: Virgo;
  white-space: nowrap;
  margin-bottom: .8em;
}
.pullout-right-links {
  list-style: none;
}
.pullout-right-links li {
  padding-bottom: .8em;
}
.pullout-right-links i {
  font-size: 1.3em;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
/* responsive */
@media screen and (max-width: 700px) {
  .pullout {
    display: block;
  }
}
/* ----------
 * pages
 */
.main-content {
  padding: 34px 20px;
}
/* responsive! */
@media screen and (max-width: 700px) {
  .main-content {
    padding-top: 1em;
  }
}
@media screen and (max-width: 360px) {
  .main-content {
    padding-bottom: 30px;
  }
}
/* ----------
 * home page
 */
.home-left {
  float: left;
  width: 75%;
  padding-right: 20px;
}
.home-right {
  float: left;
  width: 25%;
  padding-left: 20px;
}
.home-right-copy {
  color: #aaaaaa;
  font-family: 'Lato';
  font-style: italic;
  font-size: .9em;
  margin-bottom: 2em;
  line-height: 1.3;
}
/* responsive! */
@media screen and (max-width: 1024px) {
  .home-left {
    width: 100%;
    padding-right: 0;
  }
  .home-right {
    display: none;
  }
}
/* ----------
 * snippets
 */
.snippet {
  font-family: 'Lato';
  margin-bottom: 2.2em;
}
.snippet-categories {
  margin-bottom: 2px;
}
.snippet-categories a {
  text-decoration: none;
  color: #e63b85;
}
.snippet-title {
  margin: 4px 0 6px;
}
.snippet-title a {
  text-decoration: none;
}
.snippet-author-image-link {
  display: block;
  margin-left: 2em;
}
.snippet-author-image {
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
  height: 0;
  padding-bottom: 100%;
  width: 4em;
}
.snippet-subtitle {
  font-size: .85em;
}
.snippet-subtitle a[rel=author] {
  text-transform: uppercase;
}
.snippet-content {
  line-height: 1.4;
  font-weight: lighter;
  font-size: 1.2em;
}
/* (post) large snippet */
.snippet-post-large .snippet-title-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.snippet-post-large .snippet-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2.1em;
}
.snippet-post-large .snippet-subtitle {
  margin-bottom: 16px;
}
.snippet-post-large .snippet-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* (post) left image snippet */
.snippet-post-leftimage {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.snippet-post-leftimage .snippet-left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.snippet-post-leftimage .snippet-image-link {
  display: block;
  width: 41.66666667%;
  float: left;
}
.snippet-post-leftimage .snippet-image {
  height: 0;
  padding-bottom: 80%;
  background-size: cover;
  background-position: 50% 50%;
}
.snippet-post-leftimage .snippet-content-wrapper {
  width: 58.33333333%;
  float: right;
  padding-left: 1.5em;
}
.snippet-post-leftimage .snippet-title {
  font-size: 1.5em;
}
.snippet-post-leftimage .snippet-content {
  margin-bottom: 10px;
}
.snippet-post-leftimage .snippet-subtitle a[rel=author] {
  text-transform: none;
}
.snippet-post-leftimage .snippet-author-image-link {
  margin-left: 1em;
}
.snippet-post-leftimage .snippet-author-image {
  width: 3em;
}
/* (post) no image snippet */
.snippet-post-noimage .snippet-categories {
  font-size: .9em;
}
.snippet-post-noimage .snippet-content-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.snippet-post-noimage .snippet-left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.snippet-post-noimage .snippet-title {
  font-size: 1.5em;
}
.snippet-post-noimage .snippet-content {
  margin-bottom: 10px;
}
.snippet-post-noimage .snippet-subtitle a[rel=author] {
  text-transform: none;
}
.snippet-post-noimage .snippet-author-image-link {
  margin-left: 1em;
}
.snippet-post-noimage .snippet-author-image {
  width: 3em;
}
/* (post) general snippet */
.snippet-post-leftimage .snippet-title,
.snippet-post-noimage .snippet-title {
  line-height: 1.2;
}
/* (video) snippet */
.snippet-video .snippet-title-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.snippet-video .snippet-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2.1em;
}
.snippet-video .snippet-subtitle {
  margin-bottom: 16px;
}
.snippet-video .snippet-content {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.snippet-video .snippet-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.snippet-video .snippet-video-wrapper iframe {
  width: 100%;
  height: 100%;
}
/* responsive */
@media screen and (max-width: 700px) {
  .snippet .snippet-title {
    font-size: 1.2em;
    line-height: 1.2;
  }
  .snippet-post-large .snippet-title {
    font-size: 1.4em;
    line-height: 1.2;
  }
  .snippet-subtitle {
    font-size: .75em;
  }
  .snippet-author-image-link {
    display: none;
  }
  .snippet-post-leftimage .snippet-image-link {
    display: none;
  }
  .snippet-post-leftimage .snippet-content-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .snippet-content {
    line-height: 1.35;
    font-size: 1em;
  }
}
/* ----------
 * posts stack
 */
.posts-stack-navigation {
  color: #cdcdcd;
  font-family: Virgo;
}
.posts-stack-navigation a {
  text-decoration: none;
}
.posts-stack-navigation i {
  vertical-align: middle;
}
.posts-stack-navigation-previous {
  float: left;
}
.posts-stack-navigation-next {
  float: right;
}
/* ----------
 * single
 */
article.single {
  line-height: 1.5;
}
.single-categories {
  text-decoration: none;
  font-weight: normal;
}
.single-categories a {
  color: #e63b85;
  text-decoration: none;
}
.single-title {
  margin: 4px 0 10px;
  font-size: 3em;
}
.single-title a {
  text-decoration: none;
}
.single-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 15px;
  margin-bottom: 10px;
}
.single-subtitle {
  font-size: .85em;
  font-weight: lighter;
}
.single-subtitle a[rel=author] {
  text-transform: uppercase;
}
/* author inset block */
.single-author-inset {
  float: left;
  margin-right: 1em;
}
.single-author-image-link {
  display: block;
  width: 5rem;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}
.single-author-image {
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
}
.single-author-name {
  font-weight: bold;
  color: black;
}
/* post content social footer */
.single-content-share {
  text-align: center;
}
.single-content-share-title {
  font-size: 1.2em;
  font-family: 'Virgo';
  font-style: italic;
  color: #cdcdcd;
}
.single-content-share-links {
  list-style: none;
  margin-bottom: 35px;
}
.single-content-share-links li {
  display: inline-block;
}
.single-content-share-links li a {
  font-size: 2em;
  text-decoration: none;
}
.single-content-share-links li:not(:last-child) {
  margin-right: 15px;
}
/* author bio footer */
.single-author-footer {
  border: 1px solid #cdcdcd;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  font-size: 1.1em;
}
.single-author-footer-bio {
  padding-left: 6em;
}
.single-author-footer-bio strong:first-child {
  color: black;
}
.single-author-footer-links {
  font-weight: normal;
  text-transform: uppercase;
  font-size: .8em;
}
.single-author-footer-links a {
  text-decoration: none;
}
.single-author-footer-links a[rel=category]:before {
  content: 'MORE ';
}
/* video */
.single-video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}
.single-video-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-video-inner iframe {
  width: 100%;
  height: 100%;
}
.single-video-share {
  width: 30em;
  margin-bottom: 1.5em;
}
.single-video-share textarea {
  display: none;
  width: 100%;
  height: 6em;
  margin-bottom: .35em;
}
.single-video-share textarea:first-of-type {
  display: block;
}
.single-video-share-checked textarea:first-of-type {
  display: none;
}
.single-video-share-checked textarea:last-of-type {
  display: block;
}
.single-video-share-checkbox-label {
  display: block;
  text-indent: -1.4em;
  padding-left: 1.4em;
  line-height: 1.2;
  font-weight: lighter;
  font-size: .9rem;
  cursor: pointer;
}
.single-video-share-checkbox-label input {
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0;
  margin-right: 0.3em;
}
/* responsive! */
@media screen and (max-width: 360px) {
  .single .single-title {
    font-size: 1.4em;
    line-height: 1.2;
  }
  .single .single-subtitle {
    font-size: .75em;
  }
  .single .single-image {
    padding-top: 0;
    margin-bottom: 5px;
    max-width: none !important;
  }
  .single .single-author-image-link {
    font-size: .75rem;
  }
  .single .single-author-name {
    margin-top: .3em;
  }
  .single .single-content {
    font-size: 1em;
    line-height: 1.35;
  }
  .single .single-author-footer {
    font-size: 1em;
  }
  .single .single-author-footer-bio {
    padding-left: 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 700px) {
  .single .single-image {
    max-width: none !important;
  }
}
/* ----------
 * footer
 */
footer {
  font-family: Lato;
  padding: 0 20px;
}
footer .zazzle-hr {
  margin-bottom: 20px;
}
/* sidebar */
.footer-sidebar {
  display: none;
}
.footer-sidebar .widget {
  width: 33.33333333%;
  float: left;
  padding: 0 10px;
}
.footer-sidebar .widget-title {
  margin-top: 5px;
}
/* bottom */
.footer-bottom {
  color: #aaaaaa;
  text-align: center;
  margin: 20px 20px 0;
  clear: both;
}
.footer-copy {
  font-style: italic;
  margin-bottom: 15px;
  padding: 0 10%;
  font-size: .9em;
}
.footer-social-links {
  display: inline-block;
  vertical-align: middle;
}
.footer-social-links li {
  display: inline-block;
  margin-right: 3px;
}
.footer-social-links li:last-child {
  margin-right: 9px;
}
.footer-social-links a {
  text-decoration: none;
}
.footer-social-links i {
  font-size: 2em;
  vertical-align: bottom;
}
.footer-subscribe {
  line-height: 1.9;
}
.footer-copyright {
  margin: 15px 0;
  font-size: .9em;
}
/* responsive! */
@media screen and (max-width: 1024px) {
  .footer-sidebar {
    display: block;
  }
  .footer-sidebar .widget {
    padding: 0 20px;
  }
}
@media screen and (max-width: 360px) {
  .footer-sidebar .widget {
    width: 100%;
    padding: 0 10px;
  }
  .footer-bottom {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-copy {
    padding: 0;
  }
}
/* ----------
 * widgets
 */
.widget {
  margin-bottom: 2.2em;
}
.widget-title {
  font-family: Lato;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 8px;
}
/* post list */
.vigo-post-list a {
  text-decoration: none;
}
.vigo-post-list img {
  width: 100%;
}
.vigo-post-list .vigo-post-list-index {
  position: absolute;
  top: -3px;
  left: -3px;
  padding: .4em .5em .2em;
  background: white;
  box-shadow: 3px 3px 0 0 rgba(205, 205, 205, 0.8);
  border: 1px solid #cdcdcd;
  font-family: Virgo;
  font-weight: bold;
}
.vigo-post-list ol {
  list-style: none;
}
.vigo-post-list ol li {
  position: relative;
  margin-bottom: 1em;
}
.vigo-post-list ol li a {
  display: block;
}
.vigo-post-list ol li.vigo-post-list-thumbnail-item {
  margin-bottom: .8em;
}
.vigo-post-list ol li.vigo-post-list-thumbnail-item .vigo-post-list-title {
  font-size: 1.2em;
  line-height: 1.3;
}
.vigo-post-list ol li:not(.vigo-post-list-thumbnail-item) .vigo-post-list-index {
  position: relative;
  float: left;
  top: 4px;
}
.vigo-post-list ol li:not(.vigo-post-list-thumbnail-item) .vigo-post-list-title {
  padding-left: 2.2em;
}
.vigo-post-list .vigo-post-list-title {
  font-weight: lighter;
}
/* friends list */
.vigo-friends-list-items {
  list-style: none;
}
.vigo-friends-list-items li {
  margin-bottom: .5em;
}
.vigo-friends-list-items li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  -webkit-align-items: center;
  align-items: center;
}
.vigo-friends-list-items .vigo-friends-list-item-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.vigo-friends-list-items .vigo-friends-list-item-name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: lighter;
}
.vigo-friends-list-items .vigo-friends-list-item-image {
  width: 2.5em;
  height: 2.5em;
  margin-left: 1em;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
}
/* ----------
 * site archive page
 */
.site-archive-title {
  text-align: center;
  font-weight: normal;
  margin-top: 0;
}
.site-archive-subtext {
  font-size: 1.1em;
  text-align: center;
  font-weight: lighter;
  padding: 0 15%;
  margin-bottom: 22px;
}
.site-archive-group-header {
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
  margin: 0 20%;
  border-bottom: 1px solid #cdcdcd;
  font-size: .9em;
}
.site-archive-links {
  margin-top: 10px;
  list-style: none;
  text-align: center;
}
.site-archive-links li {
  padding-bottom: .5em;
}
.site-archive-links a {
  color: #4e7d98;
  text-decoration: none;
  font-size: .9em;
}
.site-archive-links span {
  color: #cdcdcd;
  font-size: .7em;
}
/* responsive! */
@media screen and (max-width: 700px) {
  .site-archive-subtext {
    padding: 0;
  }
  .site-archive-group-header {
    margin: 0;
  }
  .site-archive-links span {
    display: block;
  }
}
/* ----------
 * archive (general: e.g. categories, author, etc.)
 */
.archive-title {
  margin-top: 0;
  font-weight: normal;
  color: #999999;
  line-height: 1.2;
  font-size: 2em;
}
/* ----------
 * related posts
 */
.related-posts > h3 {
  font-family: Lato;
}
.related-posts .snippet {
  width: 50%;
  float: left;
}
.related-posts .snippet:first-of-type {
  padding-right: 20px;
}
.related-posts .snippet:last-of-type {
  padding-left: 20px;
}
/* responsive! */
@media screen and (max-width: 360px) {
  .related-posts .snippet {
    width: auto;
    float: none;
    padding: 0 !important;
  }
}
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
.comments-area {
  margin: 48px auto;
  max-width: 474px;
  padding: 0 10px;
}
.comment-reply-title,
.comments-title {
  font: 900 16px/1.5 Lato, sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.comment-list {
  list-style: none;
  margin: 0 0 48px 0;
}
.comment-author {
  font-size: 14px;
  line-height: 1.7142857142;
}
.comment-list .reply,
.comment-metadata {
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
}
.comment-list .reply {
  margin-top: 24px;
}
.comment-author .fn {
  font-weight: 900;
}
.comment-author a {
  color: #2b2b2b;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
  color: #767676;
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
  color: #41a62a;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-top: 24px;
}
.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
  border-top: 0;
}
.comment-author {
  position: relative;
}
.comment-author .avatar {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.comment-author .fn {
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}
.says {
  display: none;
}
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
  padding-left: 30px;
}
.comment-edit-link {
  margin-left: 10px;
}
.comment-edit-link:before {
  content: "\f411";
}
.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 2px;
}
.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 22px;
}
.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}
.comment-content > :last-child {
  margin-bottom: 0;
}
.comment-list .children {
  list-style: none;
  margin-left: 15px;
}
.comment-respond {
  margin-bottom: 24px;
  padding: 0;
}
.comment .comment-respond {
  margin-top: 24px;
}
.comment-respond h3 {
  margin-top: 0;
  margin-bottom: 24px;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #767676;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  line-height: 1.7142857142;
}
.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase;
}
.comment-form label {
  display: block;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
}
.form-submit {
  margin: .3em 0 .5em;
}
.form-privacy-link {
  display: inline-block;
  font-size: .8em;
  margin-left: .5em;
}
.required {
  color: #c0392b;
}
.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px;
}
.comment-reply-title small a:hover {
  color: #41a62a;
}
.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
}
.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}
.comment-navigation .nav-previous a {
  margin-right: 10px;
}
#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0;
}
