html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    background-color: #ffffff;
}

    .comments-area .comments-title {
        position: relative;
        margin-bottom: 30px;
        line-height: initial;
        font-size: 24px;
        font-weight: 600;
    }

    .comments-area ol, .comments-area ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .comments-area .comment-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .comments-area .comment-body {
        border-bottom: 1px solid #eeeeee;
        padding-left: 65px;
        color: #505060;
        font-size: 14px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .comments-area .comment-list .children {
        padding-left: 90px;
    }

    .comments-area .comment-body .reply {
        margin-top: 15px;
    }

        .comments-area .comment-body .reply a {
            position: relative;
            z-index: 1;
            color: #505060;
            font-size: 15px;
            font-weight: 600;
            padding: 5px 20px;
            display: inline-block;
            border-radius: 30px;
            border: 1px solid #ded9d9;
            text-transform: capitalize;
        }

            .comments-area .comment-body .reply a:hover {
                color: #ffffff;
                background-color: #5e87eb;
                border-color: #5e87eb;
            }

    .comments-area .comment-author {
        position: relative;
        z-index: 2;
        font-size: 17px;
        margin-bottom: 0.1em;
    }

        .comments-area .comment-author .avatar {
            left: -65px;
            position: absolute;
            width: 50px;
            height: 50px;
        }

        .comments-area .comment-author .fn {
            font-weight: 600;
        }

        .comments-area .comment-author .says {
            display: none;
        }

    .comments-area .comment-metadata {
        color: #5f5f5f;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        margin-bottom: .8em;
    }

        .comments-area .comment-metadata a {
            color: #5f5f5f;
        }

            .comments-area .comment-metadata a:hover {
                color: #5e87eb;
            }

    .comments-area .comment-respond {
        margin-top: 30px;
    }

        .comments-area .comment-respond .comment-reply-title {
            position: relative;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 0;
        }

            .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
                display: inline-block;
            }

        .comments-area .comment-respond .comment-form {
            overflow: hidden;
        }

        .comments-area .comment-respond .comment-notes {
            margin-bottom: 0;
            margin-top: 10px;
        }

        .comments-area .comment-respond .comment-form-comment {
            margin-top: 20px;
            float: left;
            width: 100%;
            margin-bottom: 25px;
        }

        .comments-area .comment-respond label {
            display: block;
            color: #505060;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .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 input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
            display: block;
            width: 100%;
            background-color: #ffffff;
            border: 1px solid #eeeeee;
            padding: 0.625em 0.7375em;
            outline: 0;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

            .comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
                border-color: #5e87eb;
            }

        .comments-area .comment-respond .comment-form-author {
            float: left;
            width: 50%;
            padding-right: 10px;
            margin-top: 20px;
            margin-bottom: 0;
        }

        .comments-area .comment-respond .comment-form-email {
            float: left;
            width: 50%;
            padding-left: 12px;
            margin-top: 20px;
            margin-bottom: 0;
        }

        .comments-area .comment-respond .form-submit {
            float: left;
            width: 100%;
        }

            .comments-area .comment-respond .form-submit input {
                color: #ffffff;
                font-size: 14px;
                font-weight: 600;
                padding: 10px 30px;
                display: inline-block;
                cursor: pointer;
                outline: 0;
                border: none;
                border: none;
                border-radius: 0;
                background-color: #5e87eb;
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

                .comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
                    color: #ffffff;
                    background-color: #505060;
                }
