/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
WARNING - this .css file has been generated using the Scss precompiler. DO NOT modify this file directly!! Instead, you
should write and compile your changes using the .scss files. If you do not know how to do this, consider writing any
custom CSS rules in the style.css file, contained within your themes directory.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* line 64, ../../../pdsfw/library/scss/core-mixins/animate/animate.scss */
body {
  -webkit-backface-visibility: hidden; }

/**
 * Wraps any styles in a retina media query.
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Option variable to define the spacing between images in the generated sprite
 */
/**
 * A mixin to create retina sprites with hover & active states
 *
 * You have to register a pair of sprites using `{@link #retina-sprite-add}` and then you can use this mixin:
 * 
 *     @include retina-sprite-add(icons, "icons/*.png", "icons-retina/*.png");
 *
 *     .my-icon {
 *       @include retina-sprite(icon-name, icons);
 *     }
 * 
 * @param {String} $name
 * @param {String} [$sprite-name]
 * @param {Boolean} [$hover=false]
 * @param {Boolean} [$active=false]
 */
/**
 * @param {String} $name
 * @param {String} $path
 * @param {String} $path2x
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Mixin for retina backgrounds where you can't use a sprite.
 * 
 * - Make sure you have a file@2x.png file additional to your file.png.
 * - The mixin prepends $imgPath, which should be set globally at some point. Default is: "img/"
 *
 * Examples:
 *     li {
 *       @include retina-background(arrow, no-repeat 10px 15px)
 *     }
 *     
 *     a.external {
 *       @include retina-background(external, no-repeat right)
 *     }
 * 
 * @param {String} $file Path to file relative to images folder defined in config.rb and without a file extension
 * @param {Object} [$attr] Additional attributes like position or repetition. E.g. `no-repeat top right`
 * @param {String} [$type] The file type.
 */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
WARNING - this .css file has been generated using the Scss precompiler. DO NOT modify this file directly!! Instead, you
should write and compile your changes using the .scss files. If you do not know how to do this, consider writing any
custom CSS rules in the style.css file, contained within your themes directory.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* line 14, ../scss/comments.scss */
.pdsfw-comments-wrap {
  margin-top: 0;
  margin-bottom: 1.64706em; }
  /* line 21, ../scss/comments.scss */
  .full-width .pdsfw-comments-wrap {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }

/* line 30, ../scss/comments.scss */
#comment-nav ul {
  padding-left: 0; }
  /* line 33, ../scss/comments.scss */
  #comment-nav ul li:first-child {
    float: left; }
  /* line 36, ../scss/comments.scss */
  #comment-nav ul li:last-child {
    float: right; }

/* line 42, ../scss/comments.scss */
.commentlist {
  padding-left: 0;
  margin-bottom: 0;
  color: #58595b;
  line-height: 1.25; }
  /* line 47, ../scss/comments.scss */
  .commentlist ul.children {
    padding-left: 0;
    margin-left: 1.64706em; }
  /* line 51, ../scss/comments.scss */
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none; }
  /* line 89, ../scss/comments.scss */
  .commentlist .comment-author > div {
    float: left;
    clear: right; }
  @media (max-width: 48em) {
    /* line 98, ../scss/comments.scss */
    .commentlist .vcard .load-gravatar {
      display: none; } }
  /* line 103, ../scss/comments.scss */
  .commentlist .vcard cite.fn {
    color: #156b2e;
    font-size: 1.52941em;
    line-height: 1.34615em;
    margin: 0.41176em 0 0.49412em;
    line-height: 1;
    display: block;
    font-style: normal; }
    /* line 248, ../../../pdsfw/library/scss/core-mixins/_my-mixins.scss */
    .commentlist .vcard cite.fn a, .commentlist .vcard cite.fn a:visited {
      color: #156b2e; }
      /* line 250, ../../../pdsfw/library/scss/core-mixins/_my-mixins.scss */
      .commentlist .vcard cite.fn a:hover, .commentlist .vcard cite.fn a:visited:hover {
        color: #17e553; }
      /* line 251, ../../../pdsfw/library/scss/core-mixins/_my-mixins.scss */
      .commentlist .vcard cite.fn a:focus, .commentlist .vcard cite.fn a:visited:focus {
        color: #17e553; }
      /* line 252, ../../../pdsfw/library/scss/core-mixins/_my-mixins.scss */
      .commentlist .vcard cite.fn a:active, .commentlist .vcard cite.fn a:visited:active {
        color: #43ec74; }
    /* line 106, ../scss/comments.scss */
    .commentlist .vcard cite.fn a {
      text-decoration: none; }
  /* line 115, ../scss/comments.scss */
  .commentlist .vcard time {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 0.70588em;
    line-height: 1.75em; }
    /* line 248, ../../../pdsfw/library/scss/core-mixins/_my-mixins.scss */
    .commentlist .vcard time a, .commentlist .vcard time a:visited {
      color: #58595b; }
      /* line 250, ../../../pdsfw/library/scss/core-mixins/_my-mixins.scss */
      .commentlist .vcard time a:hover, .commentlist .vcard time a:visited:hover {
        color: #17e553; }
      /* line 251, ../../../pdsfw/library/scss/core-mixins/_my-mixins.scss */
      .commentlist .vcard time a:focus, .commentlist .vcard time a:visited:focus {
        color: #17e553; }
      /* line 252, ../../../pdsfw/library/scss/core-mixins/_my-mixins.scss */
      .commentlist .vcard time a:active, .commentlist .vcard time a:visited:active {
        color: #43ec74; }
    /* line 117, ../scss/comments.scss */
    .commentlist .vcard time a {
      text-decoration: none; }
  /* line 127, ../scss/comments.scss */
  .commentlist .vcard img {
    float: left;
    margin: 0 1em 1em 0; }
  /* line 131, ../scss/comments.scss */
  .commentlist .vcard .comment-edit-link {
    float: right;
    clear: right; }
  /* line 137, ../scss/comments.scss */
  .commentlist img.avatar {
    width: 70px;
    float: left; }
    @media (max-width: 48em) {
      /* line 137, ../scss/comments.scss */
      .commentlist img.avatar {
        display: none; } }
  /* line 142, ../scss/comments.scss */
  .commentlist .bt-comment-data {
    float: left;
    width: 100%; }
    @media (min-width: 48.0625em) {
      /* line 142, ../scss/comments.scss */
      .commentlist .bt-comment-data {
        margin-left: -70px;
        padding-left: 100px; } }
  /* line 150, ../scss/comments.scss */
  .commentlist .bt-comment-article {
    border-top: solid 1px #dad9d6;
    padding: 1.64706em 0; }
  /* line 156, ../scss/comments.scss */
  .commentlist .comment_content {
    margin-bottom: 0.82353em; }
    /* line 158, ../scss/comments.scss */
    .commentlist .comment_content p {
      margin-top: 0;
      margin-bottom: 0.41176em; }

/* line 171, ../scss/comments.scss */
.comment-respond form ul {
  margin-bottom: 0; }
/* line 174, ../scss/comments.scss */
.comment-respond form li {
  list-style-type: none;
  clear: both; }
  /* line 177, ../scss/comments.scss */
  .comment-respond form li label,
  .comment-respond form li small {
    display: none; }

/* line 196, ../scss/comments.scss */
.logged-in-as {
  margin-bottom: 0.41176em; }

/* line 205, ../scss/comments.scss */
.form-allowed-tags {
  display: none; }

/* line 208, ../scss/comments.scss */
.form-submit {
  *zoom: 1; }
  /* line 18, ../../../pdsfw/library/scss/core-mixins/_my-mixins.scss */
  .form-submit:before, .form-submit:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  /* line 23, ../../../pdsfw/library/scss/core-mixins/_my-mixins.scss */
  .form-submit:after {
    clear: both; }
  /* line 210, ../scss/comments.scss */
  .form-submit input {
    float: left; }

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