/* START:COMMENT AREA */

.comment-box {
    margin-top: 40px;
    border-top: 1px solid #e7eaf3;
    padding-top: 40px;
}

.comments-title {
    font-weight: 500;
    margin-bottom: 1.5rem!important;
    font-size: 1.25rem;
    line-height: 1.5;
}

.comment-list .depth-1 article.comment-body {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
}

.comment .comment-body {
    border-bottom: 0!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-rounded,
.comment ul,
.comment .comment-body,
.comment .comment-respond,
.comment.depth-5 .comment-body {
    border-radius: .3125rem;
}

.comment .comment-reply,
.comment .comment-respond,
.comment .comment-body {
    padding: 1rem!important;
}

.comment ul,
.comment .comment-body,
.comment .comment-respond {
    background-color: #f8f9fa!important;
}

.comment ul,
.comment .comment-body,
.comment .comment-respond,
.comment.depth-5 .comment-body {
    border: 1px solid #e7eaf3;
}

.u-avatar {
    width: 3.125rem;
    height: 3.125rem;
}

.text-muted,
.pingback .edit-link a,
.trackback .edit-link a {
    color: #8c98a4!important;
}

small,
.small,
.pingback .edit-link,
.trackback .edit-link {
    font-size: 80%;
    font-weight: 400;
}

.comment-list .comment .comment-content p:last-child {
    margin-bottom: 0!important;
}

.comment ul,
.comment .comment-respond {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.comment-reply-link {
    color: #77838f!important;
}

.comment:not(.parent) {
    padding-bottom: 2rem!important;
}

.comment-reply-title d-block {
    font-size: 15px;
}

.cancel-comment-reply-link {
    color: #77838f!important;
    font-size: 15px;
    text-align: right;
    margin-left: 16px;
}

.comment-form input#submit {
    background-color: #F39200;
    border-color: #F39200;
    padding: .625rem 1.125rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    /* color: #1e2022; */
    text-align: center;
    vertical-align: middle;
    user-select: none;
    /* background-color: transparent; */
    border: 1px solid transparent;
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3125rem;
    transition: all 0.2s ease-in-out;
}


/* END:COMMENT AREA */


/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

.page-numbers {
    z-index: 3;
    color: #F39200;
    background-color: transparent;
    border-color: transparent;
    margin-left: 0;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    cursor: pointer;
    text-align: center;
    min-width: 2.25rem;
    position: relative;
    /* display: block; */
    padding: 0.5rem 0.75rem;
    margin-left: 0;
    line-height: 1.25;
    /* color: #677788; */
    /* background-color: #fff; */
    border: 0 solid #e7eaf3;
}

.page-numbers.current {
    z-index: 3;
    color: #fff;
    background-color: #F39200;
    border-color: #F39200;
    margin-left: 0;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    cursor: pointer;
    text-align: center;
    min-width: 2.25rem;
    position: relative;
    /* display: block; */
    padding: 0.5rem 0.75rem;
    margin-left: 0;
    line-height: 1.25;
    /* color: #677788; */
    /* background-color: #fff; */
    border: 0 solid #e7eaf3;
}

td,
th {
    border: 1px solid #ddd;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}

th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f2f2f2;
    color: #000;
}

.wlside ul {
    padding-left: 0;
    list-style: none;
    line-height: 22px;
    font-size: 14px;
}

.wlside select {
    background-color: #f2f2f2;
    border: 0;
    padding: 10px;
    width: 100%;
}

.wlside .tag-cloud-link {
    font-size: 12.666666666667pt;
    background-color: #f2f2f2;
    border: 0;
    padding: 10px;
    /* font-size: 0.75rem; */
    font-weight: 400;
    padding: 0.275rem 0.75rem;
    display: inline-block;
    /* font-weight: 600; */
    color: #677788;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    border: 0.0625rem solid transparent;
    /* padding: 0.75rem 1rem; */
    /* font-size: 1rem; */
    /* line-height: 1.6; */
    border-radius: 0.3125rem;
    transition: all 0.2s ease-in-out;
}

.wlside .tag-cloud-link a {
    color: #71869d;
}

.wlside ul.sub-menu {
    padding-left: 10px;
    list-style: none;
    line-height: 22px;
    font-size: 14px;
}