@charset "UTF-8";
/*----- COMMENT AREA -----*/
.comments-area{
    margin-top: 60px;
}
.comments-area .comments-title{
    margin-bottom: 43px;
}
.comments-area .comments-title span{
    font-size: 30px;
    margin: 0;
    color: #222;
    font-weight: bold;
}
.comments-area .comments-title sup{
    color: #aaa;
}
.comments-area .comment-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments-area .comment-body{
    position: relative;
    margin-top: 30px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 26px;
}
.comments-area .comment-body::before,
.comments-area .comment-body::after,
.comments-area .comment-meta::before,
.comments-area .comment-meta::after,
.comments-area .comment-content::before,
.comments-area .comment-content::after{
    display: table;
    content: "";
    clear: both;
}
.comments-area ::-webkit-input-placeholder{
    color: #888888;
}
.comments-area :-ms-input-placeholder{
    color: #888888;
}
.comments-area ::placeholder{
    color: #888888;
}
.comments-area .comment-avatar .avatar{
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
}
.comments-area .comment-meta{
    margin: 0 -5px;
    font-size: 14px;
    line-height: 20px;
    color: #aaa;
}
.comments-area .comment-meta > *{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.comments-area .comment-author a{
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
.comments-area .comment-author a:hover{
    color: #e73918;
}
.comments-area .comment-date a{
    color: #aaaaaa;
    font-size: 14px;
}
.comments-area .comment-date a:hover{
    color: #e73918;
}
.comments-area .comment-text{
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    margin-top: 14px;
}
.comments-area .comment-text p:last-child{
    margin-bottom: 0;
}
.comments-area .children{
    list-style: none;
    padding: 0 0 0 60px;
    margin-bottom: 0 !important;
}
@media (max-width: 991px){
    .comments-area .children{
        padding-left: 30px;
    }
}
.comments-area .woocommerce-pagination{
    margin-top: 30px;
}
.comments-area .comment-form .form-submit .button{
    padding: 8px 35px;
    border-radius: 30px;
    border: 2px solid #dd3333;
    transition: all 0.3s ease-out;
}
.comments-area .comment-form .form-submit .button:hover{
    background-color: transparent;
    color: #dd3333;
}
.comments-area .comment-respond{
    /*margin-top: 60px;
    padding: 50px 30px 55px;
    background-color: #fafafa;*/
}
.comments-area .comment-reply-title{
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.comments-area .comment-actions{
    margin-top: 19px;
}
.comments-area .comment-edit-link,
.comments-area .comment-reply-link{
    color: #aaaaaa;
    font-size: 14px;
}
.comments-area .comment-edit-link:before,
.comments-area .comment-reply-link:before{
    font-family: "FontAwesome";
    margin-right: 6px;
}
.comments-area .comment-edit-link:hover,
.comments-area .comment-reply-link:hover{
    color: #e73918;
}
.comments-area .comment-reply-link:before{
    content: "";
    font-size: 18px;
}
.comments-area .comment-edit-link{
    margin-left: 20px;
}
.comments-area .comment-edit-link:before{
    content: "";
    font-size: 15px;
}
.comments-area .comment-reply-title #cancel-comment-reply-link{
    margin-left: 10px;
    color: red;
}
.comments-area .logged-in-as a{
    color: #aaaaaa;
}
.comments-area .logged-in-as a:hover{
    color: #e73918;
}
.comments-area .comment-respond p{
    margin: 30px 0 0;
}
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond textarea{
    width: 100%;
}
.comments-area .comment-respond [type=submit]{
    min-width: 200px;
}
.comments-area .comment-respond .comment-notes,
.comments-area .comment-respond .logged-in-as{
    margin-top: 3px;
}
.comments-area .comment-respond .comment-form-comment{
    margin-top: 23px;
}
.comments-area .no-comments{
    margin: 23px 0 0;
}
.comments-area .comment-form-cookies-consent input[type=checkbox]{
    position: relative;
    top: -2px;
    margin: 0 10px 0 0;
}
@media (max-width: 479px){
    .comments-area .children{
        padding-left: 10px;
    }
    .comments-area .comment-avatar{
        margin: 0 0 10px;
    }
}
.blog-post--standard .post-thumb img{
    width: 100%;
}
.blog-post--standard .post-title{
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 8px;
}
.blog-post--standard .post--meta{
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-bottom: 13px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
}
.blog-post--standard .post--meta a{
    color: #666;
}
.blog-post--standard .post--meta a:hover{
    color: #e73918;
}
.blog-post--standard .post--meta .cat-list a{
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-post--standard .post--meta .cat-list a:hover{
    color: #e73918;
}
.blog-post--standard .post--meta .cat-list:after{
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
}
.blog-post--standard .post--meta .post--author{
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: -1px;
}
.blog-post--standard .post--meta .post--author span{
    display: inline-block;
    vertical-align: middle;
}
.blog-post--standard .post--meta .post--author span.post--author-name{
    text-transform: capitalize;
}
.blog-post--standard .post--content{
    font-size: 15px;
    color: #666666;
    line-height: 24px;
}
.blog-post--standard .post--tags{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.blog-post--standard .post--tags .title{
    flex: 0 0 auto;
}
.blog-post--standard .post--tags .tags{
    flex: 1 1 auto;
    max-width: 100%;
    padding-left: 20px;
}
.blog-post--standard .post--tags .tags a{
    border: 2px solid #f4f4f4;
    color: #888;
    font-size: 14px;
    border-radius: 20px;
    line-height: 24px;
    padding: 0 10px;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-out;
}
.blog-post--standard .post--tags .tags a:hover{
    border-color: #e73918;
    color: #e73918;
}
.blog-post--standard .post--share{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    padding-top: 13px;
    padding-bottom: 15px;
}
.blog-post--standard .post--author-avatar{
    display: inline-block;
    vertical-align: middle;
}
.blog-post--standard .post--author-avatar .avatar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.blog-post--standard .post--author-name{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.blog-post--standard .post--author-name a{
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
}
.blog-post--standard .post--author-name a:hover{
    color: #e73918;
}
.blog-post--standard .share-list .lab{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    color: #666;
}
.blog-post--standard .post--share-buttons{
    display: inline-block;
    vertical-align: middle;
}
.blog-post--standard .post--share-buttons a{
    width: 33px;
    height: 33px;
    border: 1px solid #e6e6e6;
    color: #666;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    font-size: 18px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-out;
}
.blog-post--standard .post--share-buttons a:hover{
    background-color: #e73918;
    border-color: #e73918;
    color: #fff;
}
.blog-post--standard .post--share-buttons a .text{
    display: none;
}
@media (max-width: 479px){
    .blog-post--standard .post--share .lab{
        display: none;
    }
}
@media (max-width: 1199px){
    .single-post #secondary{
        margin-top: 60px;
    }
}
