#kt .btn-kt-primary {
    color: #000 !important;
    background-color: #f5ae14 !important;
    border-color: #f5ae14 !important;
    text-decoration: none;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-kthtml-transition: all 0.3s linear;
transition: all 0.3s linear;
outline: none;
cursor: pointer;
}

#kt .btn-kt-primary:hover {
    color: #fff !important;
    background-color: #34495e !important;
    border-color: #34495e !important;}
#kt .kt-comments__item.is-featured .kt-comment__ft {
    border-top-color: #f3731e !important;}
#kt .kt-comments__item.is-featured .kt-comment__hd {
    border-bottom-color: #f3731e;}
#kt .kt-comments__item.is-featured .kt-comment {
    background-color: #f9f9f9;
border-color:#f3731e;}