.post-author{display: none;}
#submit {
    background:-moz-linear-gradient(top, #bf662a 5%, #a4bf2a 100%);
    background:-webkit-linear-gradient(top, #bf662a 5%, #a4bf2a 100%);
    background:-o-linear-gradient(top, #bf662a 5%, #a4bf2a 100%);
    background:-ms-linear-gradient(top, #bf662a 5%, #a4bf2a 100%);
    background:linear-gradient(to bottom, #bf662a 5%, #a4bf2a 100%);
    background-color:#bf662a;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;
    border:1px solid #bf662a;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    padding:16px 31px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
    } 
     
    #submit:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bf662a), color-stop(1, #c7be44));
    background:-moz-linear-gradient(top, #bf662a 5%, #c7be44 100%);
    background:-webkit-linear-gradient(top, #bf662a 5%, #c7be44 100%);
    background:-o-linear-gradient(top, #bf662a 5%, #c7be44 100%);
    background:-ms-linear-gradient(top, #bf662a 5%, #c7be44 100%);
    background:linear-gradient(to bottom, #bf662a 5%, #c7be44 100%);
    background-color:#bf662a;
    }
    #submit:active {
    position:relative;
    top:1px;
    }
    .comment-reply-title{
        display: none;
    }
    .comment-form-url{
        display: none;
    }
    .comment-form{
        color: #ffffff;
    }
    .comment-form label{
        margin-bottom: 10px;
    }

    .swe-slider{
        display: none; 
       }
       .swe-slider.slick-slider{
         display: block;
       }