/**
 * Convatic Front End SCSS
 */
#convatic {
  padding: 1em;
  /************/
  /* Comment form */ }
  #convatic .cv-comments {
    border-top: 2px solid #ccc;
    margin: 0 auto;
    padding-top: .3em;
    width: 100%;
    display: none; }
    #convatic .cv-comments p {
      margin-bottom: 0; }
    #convatic .cv-comments .cv-left {
      width: 50%;
      padding-right: 5px;
      float: left; }
    #convatic .cv-comments .cv-right a {
      text-decoration: none; }
    #convatic .cv-comments .cv-comment-body {
      padding: 24px 0; }
    #convatic .cv-comments .cv-author-name {
      font-weight: bold;
      display: inline;
      position: relative; }
      #convatic .cv-comments .cv-author-name a {
        text-decoration: none; }
      #convatic .cv-comments .cv-author-name .cv-author-details {
        position: absolute;
        background-color: #fff;
        border: 1px solid #ccc;
        top: 0;
        left: -6px;
        padding: 6px;
        width: 180px;
        display: none;
        -webkit-box-shadow: 2px 2px 3px 2px #666666;
        box-shadow: 1px 1px 4px 1px #999; }
        #convatic .cv-comments .cv-author-name .cv-author-details div {
          margin-top: 15px; }
        #convatic .cv-comments .cv-author-name .cv-author-details .close {
          position: absolute;
          top: 2px;
          right: 3px;
          color: #ccc;
          font-size: 18px; }
        #convatic .cv-comments .cv-author-name .cv-author-details .cv-comment-score-max {
          font-size: 80%; }
        #convatic .cv-comments .cv-author-name .cv-author-details .cv-commenter-score {
          font-size: 120%; }
    #convatic .cv-comments .cv-comment-author {
      padding: 0 15px 10px 0;
      width: 60px;
      float: left; }
    #convatic .cv-comments .cv-vote-up:before {
      content: "\25B2";
      padding-right: 3px; }
    #convatic .cv-comments .cv-vote-down:before {
      content: "\25BC"; }
    #convatic .cv-comments .cv-vote-up:hover, #convatic .cv-comments .cv-vote-down:hover {
      color: #000; }
    #convatic .cv-comments .cv-comment-text {
      margin: 0 0 5px 75px; }
      #convatic .cv-comments .cv-comment-text .comment-awaiting-moderation {
        padding-left: 0; }
    #convatic .cv-comments .no-avatar .cv-comment-text {
      margin-left: 0; }
    #convatic .cv-comments .cv-comment-rating {
      padding-right: 3px; }
    #convatic .cv-comments .cv-comment-footer {
      color: #aaa;
      font-size: 85%;
      margin: 0;
      clear: left;
      padding: 0;
      list-style-type: none; }
      #convatic .cv-comments .cv-comment-footer a {
        color: #aaa;
        text-decoration: none; }
      #convatic .cv-comments .cv-comment-footer div {
        float: left;
        margin: 0 0 0 5px;
        height: 22px;
        line-height: 22px;
        vertical-align: middle; }
      #convatic .cv-comments .cv-comment-footer .ele:first-child {
        margin-left: 0; }
    #convatic .cv-comments .cv-comment-header {
      margin-bottom: 5px; }
      #convatic .cv-comments .cv-comment-header .cv-date {
        color: #aaa;
        font-size: 85%; }
    #convatic .cv-comments .cv-list-header {
      font-size: 140%;
      color: #666; }
      #convatic .cv-comments .cv-list-header .cv-right {
        text-align: right; }
      #convatic .cv-comments .cv-list-header a {
        color: #666; }
    #convatic .cv-comments .cv-twitter {
      background: url(../../includes/template/img/twitter.png) no-repeat top left;
      width: 21px;
      height: 21px;
      display: inline-block; }
      #convatic .cv-comments .cv-twitter span {
        display: none; }
    #convatic .cv-comments .cv-facebook {
      background: url(../../includes/template/img/facebook.png) no-repeat top left;
      width: 21px;
      height: 21px;
      display: inline-block; }
      #convatic .cv-comments .cv-facebook span {
        display: none; }
    #convatic .cv-comments .cv-comment-reply-link {
      background: #eee;
      padding: 0 6px;
      cursor: pointer;
      border-radius: 2px;
      -moz-border-radius: 2px; }
    #convatic .cv-comments .cv-navigation {
      text-align: center;
      margin: 10px 0 0 0; }
  #convatic .cv-no-comments .cv-list-header, #convatic .cv-no-comments .cv-commentlist {
    display: none; }
  #convatic .cv-commentlist {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #convatic .cv-commentlist .children {
      margin-left: 20px; }
    #convatic .cv-commentlist .parent .comment {
      margin-left: 20px; }
    #convatic .cv-commentlist .reply {
      text-align: right; }
  #convatic .cv-commentlist[max-width~='550px'] .children {
    margin-left: 0; }
  #convatic .cv-commentlist[max-width~='550px'] .parent .comment {
    margin-left: 0; }
  #convatic #respond {
    display: none;
    max-width: 550px;
    overflow: auto;
    margin-top: 20px !important;
    line-height: 1.3; }
    #convatic #respond .comment-field-bottom {
      background-color: #efefef;
      overflow: auto;
      padding: 7px;
      font-size: 11px;
      height: 56px;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
      #convatic #respond .comment-field-bottom #cv-email-pane {
        width: 75%;
        height: 100%;
        line-height: 42px;
        float: left;
        vertical-align: middle; }
        #convatic #respond .comment-field-bottom #cv-email-pane .logged-out {
          vertical-align: middle;
          height: 100%; }
          #convatic #respond .comment-field-bottom #cv-email-pane .logged-out input {
            max-width: 350px;
            margin: 0; }
        #convatic #respond .comment-field-bottom #cv-email-pane .logged-in {
          font-size: 130%;
          height: 100%;
          display: none;
          vertical-align: middle; }
      #convatic #respond .comment-field-bottom .form-submit {
        width: 25%;
        line-height: 42px;
        float: right;
        margin: 0;
        text-align: right;
        vertical-align: middle; }
        #convatic #respond .comment-field-bottom .form-submit .cv-spinner {
          margin: 0 10px 0 0;
          vertical-align: middle;
          opacity: 0;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; }
    #convatic #respond .cv-add-site-holder, #convatic #respond .edit-site-holder, #convatic #respond .edit-name {
      cursor: pointer; }
    #convatic #respond form input[type="text"],
    #convatic #respond form input[type="password"],
    #convatic #respond form textarea,
    #convatic #respond input[type="button"],
    #convatic #respond input[type="submit"] {
      border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      font-size: 12px !important;
      line-height: 42px !important;
      vertical-align: middle;
      width: 100% !important;
      box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      height: 42px;
      padding: 0 8px;
      margin: 0;
      border: 1px solid #e0e0e0 !important; }
    #convatic #respond form textarea {
      border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      border: 0 !important; }
    #convatic #respond .cv-comment-form-comment {
      border: 1px solid #e0e0e0;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
    #convatic #respond .cv-comment-form-comment textarea {
      background-color: transparent; }
    #convatic #respond .cv-comment-form-comment iframe {
      width: 100%;
      height: 100px; }
    #convatic #respond #submit {
      width: auto !important; }
    #convatic #respond #cv-login {
      width: auto !important;
      color: #fff;
      padding: 0 14px !important;
      background-color: #333 !important;
      background-image: none; }
    #convatic #respond.cv-mobile .cv-comment-fields .cv-right, #convatic #respond.cv-mobile .cv-comment-fields .cv-left {
      float: none;
      text-align: left;
      width: 100%;
      padding: 0;
      clear: none; }
    #convatic #respond.cv-mobile .cv-pre-email {
      display: none; }
    #convatic #respond.cv-mobile .cv-spinner {
      display: none; }
    #convatic #respond .cv-comment-fields {
      overflow: auto; }
      #convatic #respond .cv-comment-fields > div {
        margin: 1.4em 0 1em 0; }
      #convatic #respond .cv-comment-fields .cv-left {
        text-align: left;
        width: 50%;
        padding-left: 7px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-right: 10px; }
      #convatic #respond .cv-comment-fields .cv-right {
        float: right;
        text-align: right;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-left: 10px;
        padding-right: 7px;
        width: 50%;
        clear: right; }
      #convatic #respond .cv-comment-fields .cv-subscribe-pane {
        float: right;
        clear: right;
        text-align: right;
        padding-right: 7px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 50%;
        margin: 0; }
    #convatic #respond .add-password {
      cursor: pointer; }
    #convatic #respond .password-message {
      margin-top: 20px; }
    #convatic #respond .logout {
      cursor: pointer; }
    #convatic #respond iframe {
      display: block; }
    #convatic #respond .comment-form-notification,
    #convatic #respond .cv-create-password-desc,
    #convatic #respond .cv-comment-form-password,
    #convatic #respond .cv-create-password-email-confirm,
    #convatic #respond .cv-add-site-holder,
    #convatic #respond .edit-site-holder,
    #convatic #respond .url-holder,
    #convatic #respond .cv-comment-form-create-password,
    #convatic #respond .edit-name-holder,
    #convatic #respond .fixed-name-holder,
    #convatic #respond .login-button-wrapper,
    #convatic #respond .cv-create-password-unconfirmed-desc,
    #convatic #respond .logged-in,
    #convatic #respond .cv-login-message,
    #convatic #respond .cv-subscribe-pane,
    #convatic #respond .cv-password-message .no-password,
    #convatic #respond .cv-password-message .added-password {
      display: none; }
    #convatic #respond input.cv-error, #convatic #respond iframe.cv-error {
      background-color: #ffe0e0; }
