.comments-app {
    font-family: proxima-nova,Roboto,Arial,san-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gig-comments-textarea-wrapper textarea {
    width: 100%
}

.gig-comments-comment-child.depth-1 {
    margin-left: 40px
}

.gig-comments-comment-child.depth-2 {
    margin-left: 80px
}

.gig-comments-comment-child.depth-3 {
    margin-left: 120px
}

.gig-comments-comment-child.depth-4,
.gig-comments-comment-child.depth-5,
.gig-comments-comment-child.depth-6,
.gig-comments-comment-child.depth-7,
.gig-comments-comment-child.depth-8,
.gig-comments-comment-child.depth-9,
.gig-comments-comment-child.depth-10,
.gig-comments-comment-child.depth-11 {
    margin-left: 140px
}

.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-body {
    display: table-row
}

.comment {
    margin-bottom: 15px;
    padding: 5px
}

.is-self {
    display: none
}

.comment-sender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment .gig-comments-commentBox {
    padding: 15px
}

.gig-comments-textarea-wrapper {
    border: 1px solid #ccc;
    padding: 1px;
    background-color: #fff;
}

.reply-box .gig-comments-commentBox {
    border: 1px solid #ccc;
    margin-left: 5%
}

.gig-comments-commentBox-textarea {
    border: 0;
    width: 100%;
    min-height: 100px
}

.comment-main,
.comment-sender-image {
    vertical-align: top;
    display: table-cell
}

.comment-main {
    padding-left: 15px
}

.gig-comments-logoutLink {
    cursor: pointer;
    font-size: 11px;
    color: #2181ca
}

.gig-comments-username {
    float: left;
    font-weight: 700;
    color: #0077da;
}

.comment-time {
    padding-left: 5px;
    white-space: nowrap;
    text-align: left;
    font-size: 13px;
    color: #919191;
    padding-top: 1px
}

.comments-stream {
    padding: 0;
    margin: 0;
    color: inherit;
    text-decoration: none;
    width: auto;
    float: none;
    font-family: proxima-nova,Roboto,Arial,san-serif;
    font-size: 15px;
    color: #222;
    position: static;
    text-align: left;
    vertical-align: baseline
}

.gig-comments-dottedLine {
    background-image: url(https://cdns2.gigya.com/gs/i/comments/SepLine.gif);
    height: 1px;
    background-repeat: repeat-x;
    margin-top: 5px
}

.comments-stream .reply-button {
    line-height: 15px;
    position: relative;
    border-radius: 3px;
    color: #4d4d4d;
    cursor: pointer;
    font-size: 11px;
    padding: 1px 5px;
    margin-right: 7px;
    border: 1px solid #c5c7c7;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 0 2px RGBA(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 2px RGBA(0, 0, 0, .15);
    -moz-box-shadow: 0 0 2px RGBA(0, 0, 0, .15);
    font-weight: 700;
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #eaebeb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#EAEBEB")
}
.reply-count {
    font-size: 14px;
}

.replies .comments-chain {
    padding-left: 50px
}

.comment-sender-image {
    padding-top: 5px;
}

.comment-text {
    font-size: 16px;
    line-height: 1.4;
    color: #222;
    /* Wrap long words and URLS (c/o CSS-Tricks) */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* word-break: break-all; */ /* This is the dangerous one in WebKit, as it breaks things wherever */ 
    word-break: break-word; /* Instead use this non-standard one: */
}

.comment-box-head {
    margin-bottom: 10px
}

.gig-comments-addCommentFooter {
    margin-top: 5px;
    text-align: right;
}

.gig-comments-addCommentFooter button {
    font-size: 15px;
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	padding: 8px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.comment-meta .comment-score {
    font-size: 14px;
    margin-right: 3px;
    font-weight: 700;
}

.comment-meta .votes button {
    background-size: cover;
    color: transparent;
    padding: 2px;
    border-radius: 0;
    background-color: transparent;
    color: #4d4d4d;
    cursor: pointer;
    font-size: 11px;
    border: 0;
    background: transparent;
    margin: 0 0 0 1px
}

.comment-meta .votes button span {
    display: inline-block;
    height: 18px;
    width: 18px;
    text-indent: -9999999px;
    font-size: 0
}

.comment-meta .votes button .icon {
    color: #888
}

.comment-meta .votes button.neg-votes.voted .icon,
.comment-meta .votes button.neg-votes:hover .icon {
    color: #c00
}

.comment-meta .votes button.pos-votes.voted .icon,
.comment-meta .votes button.pos-votes:hover .icon {
    color: #493
}

.comment-meta button.pos-votes span {
    background-image: url(https://cdns2.gigya.com/gs/i/comments/thumbsup.png)
}

.comment-meta.pos button.pos-votes span,
.comment-meta button.pos-votes:hover span {
    background-image: url(https://cdns2.gigya.com/gs/i/comments/thumbsup_hover.png);
    color: transparent
}

.comment-meta button.neg-votes span {
    background-image: url(https://cdns2.gigya.com/gs/i/comments/thumbsdown.png)
}

.comment-meta.neg button.neg-votes span,
.comment-meta button.neg-votes:hover span {
    background-image: url(https://cdns2.gigya.com/gs/i/comments/thumbsdown_hover.png)
}

.comment-meta .flag-count button {
    color: #888;
    visibility: visible;
    background-color: transparent;
    border: 0;
    padding: 4px 0 0;
    height: 15px;
    width: 15px;
    margin-right: 8px;
}

.comment-meta .flag-count button:hover, .comment-meta .flag-count button.clicked {
    color: #f99;
}

.comment-meta:hover .flag-count button {
    visibility: visible
}

.comment-meta {
    float: right;
    text-align: right;
    font-size: 11px;
    white-space: nowrap;
    margin-left: 7px;
    vertical-align: middle
}

.comment-child {
    margin-top: 5px;
    background-color: #f3f3f3;
    padding: 10px;
    text-align: left;
    zoom: 1
}

.gig-comments-photo-container {
    margin-right: 8px;
    float: left;
    width: 48px
}

.gig-comments-replyBox {
    margin-top: 5px;
    background-color: #f3f3f3;
    padding: 10px;
    padding-top: 12px
}

.gig-comments-close-icon {
    float: right;
    cursor: pointer;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-image: url(https://cdns2.gigya.com/gs/i/comments/close_icon.png)
}

.gig-validation-error span.error {
    color: #a22;
    font-weight:  bold;
    font-size: 14px;
    padding: 0px 0px 7px;
    display:  inline-block;
}

.comment-reply-button {
    float: left;
    margin-left: 45px;
}

.comment-meta-row {
    padding: 15px 0;
}

.comment-meta .votes button.neg-votes {
    position: relative;
    top: 1px;
}

span.reply-sender {
    /* font-size: .9em; */
    font-weight: bold;
    color: #222;
}


.replies.depth-4 .comments-chain {
    padding-left:0
}

.gig-comments-unpaid {
    border: 1px solid #ccc;
    margin: 35px 18px;
    padding: 0;
    display: block;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
    clear: both;
    overflow: hidden;
    min-height: 110px;
    text-align: center;
}

.gig-comments-unpaid h4, .gig-comments-unpaid .h4 {
    text-align: center;
    margin-block-end: -5px;
}

.h4{
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.gig-comments-unpaid span:after {
    content: "";
    display: block;
}

/* --- MEDIUM (996-1199px) AND BELOW --- */
@media (max-width: 1419px) {
    .replies.depth-3 .comments-chain {
        padding-left:0
    }
}

/* --- SMALL ONLY (768-995px) --- */
@media (min-width:768px) and (max-width: 995px) {
    .replies.depth-0 .comments-chain {
        padding-left:0
    }  
}

/* --- SMALL (768-995px) AND UNDER --- */
@media (max-width: 995px) {

}

/* --- XS & XXS / MOBILE (0-767px) --- */
@media (max-width: 767px) {

  .gig-comments-addCommentFooter{
    text-align: center;
  }

  .gig-comments-addCommentFooter button {
      padding: 8px 12px;
      background-color: white;
      font-family: proxima-nova,Roboto,Arial,san-serif;
      font-size: 16px;
      color: #222;
      text-align: center;
      cursor: pointer;
      margin: 0 auto;
      border-radius: 5px;
      text-transform: uppercase;
      transition: background-color 0.3s;
      user-select: none;
      margin: 10px auto 25px;
      width: 100%;
      border: 1px solid #ccc;
      box-shadow: 0 0 2px RGBA(0, 0, 0, .15);
      -webkit-box-shadow: 0 0 2px RGBA(0, 0, 0, .15);
      -moz-box-shadow: 0 0 2px RGBA(0, 0, 0, .15);
      width: 70%;
      min-width: 210px;
      max-width: 270px;
  }
  .replies .comments-chain{
    padding-left: 25px;
  }
  .replies .depth-1 .comments-chain,
  .replies .depth-2 .comments-chain,
  .replies .depth-3 .comments-chain,
  .replies .depth-4 .comments-chain  {
      padding-left: 0px;
  }

  .replies.depth-0 .comments-chain .comment,
  .replies .depth-1 .comments-chain .comment,
  .replies .depth-2 .comments-chain .comment,
  .replies .depth-3 .comments-chain .comment,
  .replies .depth-4 .comments-chain .comment  {
      padding-left: 0px;
      padding-right:0px;
      margin-bottom: 0px;
      padding-bottom: 0px;
  }
  .comment-text {
      font-size: 15px;
  }
  .comments-stream .reply-button {
    font-size: 12px;
    padding: 2px 6px;
  }
}