/*
* @Author: Injector
* @Date:   2018-09-08 13:05:56
* @Last Modified by:   Injector
* @Last Modified time: 2018-10-29 12:58:58
*/

.comment .children{
  border-left: 0px !important;
}

.depth-1.parent>.children {
    border-bottom: 0px !important;
}

h3.comments-title {
    font-size: 14px;
    font-family: 'futura-pt'!important;
}

.comment-author.vcard cite {
    font-size: 11px;
}

.entry-meta.comment-metadata {
    font-size: 11px;
}

.comment-content {
    padding: 10px;
    border: 0px!important;
}

ol.comment-list > li {
    border-bottom: 1px solid #eee;
}



.gist-single-gallery-bg {
    background-position: center center;
    min-height: calc(59.32vw - 59.32px - 5.932px);
    transition: 0.5s;
    background-repeat: no-repeat;
    background-size: cover;
}

.gist-image_ref {
    text-align: right;
    padding: 15px 0;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    color: #111;
}

.gist-image_ref a span {
    color: #111;
    font-style: italic;
    font-weight: 500;
}

.gist-image_ref span {
    font-style: italic;
    font-weight: 500;
}

.post .entry-content {
    margin-top: 0px;
}



ul.gist-nav-ul li.filter-button {
    font-size: 13px;
    font-family: 'futura-pt'!important;
}

.gist-filter {
    margin-bottom: 0px !important;
    padding: 8.5px 0;
}


.gist-single-rightside {
    padding: 15px 50px !important;
    margin-top: 20px;
    padding-right: 25px !important;
}

h1.gist_title {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.time>time {
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.gist-main-heading {
    font-weight: 400;
    font-size: 23px !important;
    font-family: 'futura-pt'!important;
    line-height: 1.2;
    margin-bottom: 15px;
}

.gist-content {
    margin-top: 15px;
}

.gist-sub-content,
.gist-sub-content *:not(strong) {
    font-size: 14px !important;
    font-family: 'futura-pt'!important;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: calc(24/14);
}

.post footer.entry-meta {
    display: none;
}


.comments-area {
    margin-top: 50px !important;
    border-top: 1px solid #eee;
    padding-top: 20px !important;
    padding: 20px 0px 60px 0px !important;
        position: relative;
}

h3#reply-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

textarea#comment {
    background: #fff;
    border: 0px;
}

input#author , input#email , input#url , #gcaptcha {
    width: 100% !important;
    border: 0px;
    outline: none;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding-left:   0px;
    font-family: 'futura-pt'!important;
}
input#author::placeholder, input#email::placeholder, input#url::placeholder  , input#gcaptcha::placeholder{
    color: #111;
    font-weight: 500;
    font-size: 13px;
    font-family: 'futura-pt'!important;

}

textarea#comment {
    padding-left: 0px;
}



form#commentform p:last-child {
    position: absolute;
    font-size: 14px;
}

p.form-submit {
    float: right;
}


form#commentform input#submit {
    background-color: #fff !important;
    color: #111 !important;
    text-transform: capitalize;
    border: 0px;
    outline: none;
    font-family: 'futura-pt' !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: calc(24/14);
    box-shadow: none;
    padding: 0px;
}

form#commentform p:last-child label {
    font-size: 12px;
}

textarea#comment:focus{
    outline: none !important;
}

.hidden_subscribe_form{
    display: none;
}



/* Checkbox */

#commentform {
  /* checkbox aspect */
  /* Unchecked styles */
  /* Checked styles */
}
#commentform [type=checkbox]:not(:checked),
#commentform [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#commentform [type=checkbox]:not(:checked) + label,
#commentform [type=checkbox]:checked + label {
  position: relative !important;
  overflow: hidden;
  padding-left: 35px !important;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
#commentform [type=checkbox] + label:before,
#commentform [type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#commentform [type=checkbox]:not(:checked) + label:before {
  top: 7px;
  width: 10px;
  height: 10px;
  border: 1px solid #111;
}
#commentform [type=checkbox]:not(:checked) + label:after {
  top: 7px;
  width: 10px;
  height: 10px;
  border: 1px solid #111;
  z-index: 0;
}
#commentform [type=checkbox]:checked + label:before {
  top: 6px;
  width: 7px;
  height: 10px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
      transform: rotateZ(37deg);
}