.pagination a:hover, span.wpcf7-list-item {
    border-color: #021d02;
}
.main-navigation > li > a::before {
    position: absolute;
    content: "";
    left: -4px;
    top: calc(50% - 1px);
    width: 4px;
    height: 4px;
    background-color: #C8DD89;
    border-radius: 50%;
    display: none;
}
hr {
    position: relative;
    border-top: 1px solid #e6e6e6;
    height: 1px;
    width: 50%;
}
.post-inner .post-left-meta {
    float: left;
    padding-right: 20px;
    width: 100px;
    display: none;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-select, .wpcf7-date {
    display: inline-block;
    padding: 15px 20px;
    margin: 2px 0 8px 0;
    font-size: 14px;
    font-weight: normal;
    color: #a5a5a5;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    border-radius: 1px;
    transition: all 100ms ease-out;
}
#ncf_sidebar input[type="text"], #ncf_sidebar input[type="email"], #ncf_sidebar input[type="date"], #ncf_sidebar input[type="tel"], #ncf_sidebar .ncf_select_wrap, #ncf_sidebar textarea {
  height: 45px;
  line-height: 26px;
  margin-top: 25px;
}
#ncf_sidebar input[type="checkbox"] + label::before {
    border-radius: 3px;
}
#ncf_sidebar input[type="checkbox"] + label::before, #ncf_sidebar input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    box-sizing: content-box;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#ncf_sidebar input[type="checkbox"] + label::before {
    border-radius: 5px;
}
span.wpcf7-list-item label {
    display: inline-block;
    padding: 2.2px 3px;
    margin-bottom: 0;
    cursor: pointer;
}
span.wpcf7-list-item {
    background-color: #021d02;
}


a {
font-weight: bold;
}