/*
* @Author: User
* @Date:   2018-01-08 10:41:33
* @Last Modified by:   User
* @Last Modified time: 2018-01-08 10:41:37
*/
 
@media (min-width:1024px) and (max-width: 1333px){
    div#homebanner-col {
        padding-left: 5vw;
    }
    
    div#homebanner>div>div:nth-child(2) {
        padding-right: 5vw;
    }
    }


    #altaro-comment ol.comment-list {
        float: left;
        width: 100%;
        border: 1px solid #cccccc;
        padding: 20px !important;
        box-sizing: border-box;
        margin-bottom: 30px;
      }
      #altaro-comment ol.comment-list li {
        float: left;
        width: 100%;
      }
      #altaro-comment .comment-content {
        float: left;
        width: 100%;
        margin: 20px 0px;
        font-size: 16px;
        line-height: 25px;
        color: #353535;
      }
      #altaro-comment a.comment-reply-link.et_pb_button {
        display: inline-block;
        padding: 8px 40px;
        height: auto !important;
        color: #ffffff;
        font-size: 16px;
        border-radius: 6px;
        border: none;
        background-color: #2ea3f2 !important;
      }
      
      
      h3.comments-title {
          display: block !important;
          float: left;
          width: 100%;
          margin-bottom: 20px;
          padding-bottom: 0px;
          font-size: 22px;
          line-height: 30px;
          color: #353535;
          font-family: 'AvenirNextLTProBold';
      }

      #blog-post.single .comment #respond {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    #altaro-comment a.comment-reply-link.et_pb_button:after{
      display: none;
    }
    .comment-meta.commentmetadata span.edit-link {
    display: none;
}



/* 
.tve-lg-err-item.tve-lg-ext-err {font-size: 0px !important;}

div#tve-lg-error-container {
    font-size: 0px !important;
    background: #8bc34a63 !important;
    border: none !important;
    outline: none !important;
    margin-top: 10px;
    padding: 0px;
    line-height: 15px;
}

div#tve-lg-error-container:before {
    content: 'Success';
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #fff !important;
    text-align: center;
    padding: 0;
} */



p#altaro_success_message {
    color: green !important;
    font-family: 'Roboto Slab';
    margin-bottom: 0px !important;
}