 /* blog comment form */
    #commentform label {
    display: block;
    }
    #commentform input {
    width: 290px;
    }
    #commentform input:focus {
    border: solid 1px #999;
    background: #fff;
    }
    #commentform textarea {
    width: 97%;
    padding: 5px;
    height: 150px;
    color:#333;
    }
    #commentform textarea:focus {
    border: solid 1px #999;
    background: #fff;
    }
    #commentform input.btn {
    width: auto;
    }
    
    .post-meta {
    margin: 0px 0 10px 0px;
    border: solid 1px #eee;
    border-left:none;
    font-size:11px;
    display:table;
    width:100%;
    table-layout: fixed;
    }
    .post-meta a{
    color:#888 !important;
    }
    .post-meta span {
        display:table-cell;
        padding:10px 0 10px 0;
        text-align:center;
        border-left:solid 1px #eee;
    }
    .post-meta span i {
    float: none;
    }
    .post-image img {
    width:100%;
    margin-bottom: 0px;
    }
    .post-image .owl-controls{
        position: absolute;
        bottom: 0;
        left:50%;
    }
    .post-meta{
    border-color:#222;
    }
    .post-meta span{
    border-color:#222;
    }
    .post-info {
      margin: 10px 0 10px 80px;
      padding-bottom: 10px;
      border-bottom: solid 1px #ddd;
    }

        .post-info > span {
            margin-right: 15px;
        }

            .post-info span i {
                float: none;
            }
    
    .post-info a:hover{
        color:#fff;
    }

    .comments-box,.single-comment {
        margin-left: 466px;
    }
    .single-comment {
      list-style: none;
      padding-left: 0!important;
    }
    .single-comment .children{
        list-style: none;
        margin-top: 25px;
        margin-left:60px;
    }
    .single-comment li {
      min-height: 70px;
      margin-bottom: 10px;
      padding-bottom: 5px;
      border-bottom: solid 1px #2B2C2F;
    }
    .avatar {
      float: left;
    }
    .comment-content {
      margin-left: 87px;
    }
    .post-content-comment .date {
      font-size: 12px!important;
      margin-left: 87px;
    }
    .comment-content h6 {
      font-weight: 700;
      color: #fff;
      font-size: 17px;
    }
    .date .c_reply a {
      padding-left: 20px;
      margin-left: 20px;
      border-left: solid 1px #ddd;
      font-size: 12px;
      display: inline-block;
      line-height: 12px;
    }
    .leave-reply{
        margin-left: 80px;
    }
    .comments-box h4, .comment-respond h4, .comment-respond h3 {
      font-size: 17.5px;
      margin-bottom: 30px;
      text-transform: uppercase;
      letter-spacing: .5px;
      font-weight: 600;
    }
    .comment-form input[type='text'],.comment-form input[type='email'] {
      width: 50%;      
      border: 1px solid #E4DBDB;      
      padding: 5px;
      background-color: transparent;
      font-weight: 400;
      border-radius: 4px;
      font-size: 14px;
      box-shadow: none;
    }
    .comment-form textarea {
      width: 50%;
      height: 180px;
      border: 1px solid #E4DBDB;
      margin-bottom: 20px;
      padding: 5px;
      background-color: transparent;
      font-weight: 400;
      border-radius: 4px;
      font-size: 14px;
      box-shadow: none;
    }
    .form-submit #submit {
      padding: 6px 12px;
      transition: all 0.5s;
      color: #ffffff;
      border-radius: 4px;
      border: none;
      width: auto;
      margin-right: 15px;
	  background:#A89971;
    }
    .form-submit #submit:hover {
      background-color: #bbb;
    }
    .blog-slide{
    padding:0;
    margin:0;
    }