.comments-area { .comments-title { margin-bottom: 1.8rem; } form#commentform p a { text-decoration: none; } ol.comment-list { @include resetUlOl; .depth-1.parent { @include mQ(47.9375rem) { border: 1px solid $softyellow; padding: 1rem; margin-bottom: 1.2rem; } } ol.children, ul.children { list-style: none; padding-left: 0; @include mQ(47.9375rem) { padding-left: 0; margin-left: 0; } .commnenter-details { width: calc(100% - 6.25rem); @include mQ(47.9375rem) { width: 100%; } } } .single-comment { display: flex; flex-direction: row; margin-bottom: 2rem; @include mQ(47.9375rem) { display: block; } .commenter-image { width: 6.25rem; margin-right: 0.625rem; img { border-radius: 50%; background-color: $softwhite; } } .commnenter-details { max-width: 100%; width: calc(100% - 6.25rem); @include mQ(47.9375rem) { width: 100%; } >p{ margin-bottom: 0.625rem; } .comment-meta { display: flex; justify-content: space-between; h4 { margin-top: 0; margin-bottom: 0; font-size: 1rem; a { text-decoration: none; color: $black; } } p { margin: 0; } } } .reply a { color: $black; position: relative; line-height: 1.4; text-decoration: none; text-transform: capitalize; &:after{ content: "\f178"; font-family: 'fontawesome'; margin-left: 0.625rem; } } } } .comment-form button.btn.btn-primary:hover { background-color: $black; color: $white; } }