span.none {
    color: transparent;
    position: absolute;
    left: -9999px;
    z-index: -99999;
    width: 0px;
    height: 0px;
}
.comment-title {
    margin-top: 50px;
    padding-bottom: 0px;
}
.comment-form {
    font-size: 16px;
}
body a {
    color: #ffd800;
    text-decoration: none;
}
body a:hover {
    text-decoration: underline;
}

.comment-form ::-webkit-input-placeholder {
    font-size: 16px;
}

.comment-form ::-moz-placeholder {
    font-size: 16px;
}

.comment-form :-ms-input-placeholder {
    font-size: 16px;
}

.comment-form :-moz-placeholder {
    font-size: 16px;
}

.comment-form input,
.comment-form textarea {
    color: #e8e1d2;
    font-size: 16px;
    background-color: #162a47;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 31px -8px #000;
    margin-bottom: 20px;
}

.comment-form textarea {
    color: #e8e1d2 !important;
    background-color: #162a47;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 31px -8px #000;
    min-height: 200px;
    max-width: 1140px;
    overflow: hidden;
}

.comment-form input#submit {
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0 11px;
    width: 200px;
    border: none;
    outline: none;
    height: 50px;
    background-color: #ffd800;
    border-radius: 30px;
    color: #0f1b2b;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
    transition: background-color .1s ease-out;
}

.comment-form input#submit:hover {
    background-color: #fff600;
}

ol.commentlist {
    list-style-type: none;
    left: 0;
    padding-left: 0;
    margin-left: 0;
}

.comment-item {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    background: #162a47;
    box-shadow: 0 3px 31px -8px #000;
}

.comment-item img {
    width: 50px;
    height: 50px;
}
.vcard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #c1c1d136;
    padding-bottom: 20px;
}

.vcard .part {
    display: flex;
}

.vcard .part .card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vcard .part .card-info .fn.name {
    font-weight: 900;
    font-family: 'UbuntuB', san-serif;
}

.reply {
    text-align: right;
}

.reply a {
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-family: 'UbuntuB', san-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.reply a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    img.like {
        width: 35px;
        height: 35px;
    }
}

h2.page-title.comments {
    margin-top: 50px;
}