a{
    color: var(--hirecon-dark-green);
    font-weight: 500;
}
a:hover,a:active,a:focus{
    color: var(--hirecon-dark-green);
}
a:focus{
    outline: none;
}
.cat-item{
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.inner-page-hero .hero-heading-title h2{
    word-break: break-all;
}
.cat-item a{
    width: auto;
}
.cat-item ul.children {
    width: 100%;
    margin-top: 0;
}
.wp-block-search__button{
    background-color: var(--hirecon-dark-green);
    color: var(--hirecon-light);
}
.wp-block-search__label{
    display:none;
}
.widget_archive ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-sidebar .widget-box select{
    width:100%; 
    padding: 10px 20px;
}
.wp-block-archives select,.wp-block-categories select{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.blog-sidebar .widget-box a{
    color: #696969;
}
.wp-block-archives-list li a, .wp-block-latest-posts li a, .wp-block-page-list li a{
    color: #696969;
}
.wp-block-calendar a{
    color: var(--hirecon-black);
}
.tag-cloud-link {
    padding: 6px 15px;
    color: var(--hirecon-light);
    background-color: var(--hirecon-primary);
    display: inline-block;
    border-radius: 7px;
    transition: all 0.5s;
    border: 1px solid var(--hirecon-primary);
    line-height: 24px;
    font-size: 16px !important;
}
.tag-cloud-link:hover {
    color: var(--hirecon-primary);
    background-color: var(--hirecon-light);
    border: 1px solid var(--hirecon-primary);
}
.wp-block-tag-cloud{
    row-gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.wp-calendar-table caption {
    caption-side: top;
    text-align: center;
    background-color: var(--hirecon-black);
    padding-right: 10px;
    font-size: 16px;
    color: #fff;
}
.widget_calendar table{
    border: 1px solid var(--hirecon-black);
    text-align: center;
    margin-bottom: 20px;
}
.wp-calendar-table th{
    color: var(--hirecon-black);
}
.wp-calendar-table #today, .wp-calendar-table #today a {
    background-color: var(--hirecon-black);
    color: white;
}
.blog-list-box h4{
    word-break: break-all;
}
.wp-block-cover__inner-container p{
    color: #fff;
}
.wp-block-cover + .wp-block-cover, .wp-block-cover + .wp-block-cover{
    margin-top: 30px;
}
.wp-block-button + .wp-block-button{
    margin-top: 10px;
}
.wp-block-image .alignright, .wp-block-image .alignleft{
    float: none;
}
.wp-block-cover-text strong{
    color: var(--hirecon-light) !important;
}
.wp-block-gallery-2 {
    margin-right: 30px !important;
}
.blog-list-box table td, .blog-list-box table th, article table td, article table th, table th, table td {
    border:1px solid;
    border-color: var(--hirecon-black);
    text-align: center;
    padding: 6px;
}
.wp-block-button__link:hover{
    color: var(--hirecon-light);
}
.is-style-squared a {
    border-radius: 0;
}
.wp-block-file:not(.wp-element-button) {
    margin: 10px 0;
}
.wp-block-file__button{
    padding: 15px;
}
.wp-block-media-text, .wp-block-video {
    margin-top: 20px;
}
.is-style-outline .wp-block-button__link:hover{
    color: var(--hirecon-black);
}
.blog-list-box h1, h2, h3, h4, h5, h6, .comment-content h1, article h1 {
    margin-bottom: 5px;
}
.blog-list-box dd{
    margin: 0 1.5em 1.5em;
}
input[type="submit"]{
    border: 1px solid #163838;
    padding: 1em;
    background: var(--hirecon-dark-green);
    color: var(--hirecon-light);
}
input[type="submit"]:hover{
    border: 1px solid  var(--hirecon-dark-green);
    background: var(--hirecon-light);
    color: var(--hirecon-dark-green);
}
.post-password-form input[type="submit"] {
    line-height: 1;
    padding: 14px 25px;
    font-weight: 400;
    border-radius: 0;
    background-color: var(--hirecon-dark-green);
    color: var(--hirecon-light);
}
.post-password-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
}
.post-password-form input {
    padding: 9px 25px;
    width: 100%;
}
.post-password-form label {
    width: 100%;
}
.blog-detail-page .format-chat .blog-list-box p:nth-child(2n) {
    margin-right: 0;
    margin-left: 24px;
    text-align: right;
}
.blog-detail-page .format-chat .blog-list-box p {
    padding: 15px;
    margin-right: 20px;
    background: var(--hirecon-secondary);
    border-radius: 5px;
}
.widget-box .wp-block-heading{
    margin-bottom: 20px;
    color: var(--hirecon-black);
    border-radius: 7px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
}
.wp-block-latest-comments__comment{
    margin-bottom: 0;
}
.blog-list-box ul ,.comment-box-details ul{
    list-style: disc;
    margin: 0 0 1em 1.5em;
}
.blog-list-box li>ul, .blog-list-box li>ol, article li>ol, article li>ul {
    margin-bottom: 0;
}
.blog-list-box ul ul, .blog-list-box ol ul, article ul ul, article ol ul,.comment-box-details ul ul {
    list-style: circle;
}
.blog-list-box ol, article ol,.comment-box-details ol{
    list-style: decimal;
    margin: 0 0 1em 1.5em;
}
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    padding: 40px;
}
.blog-list-box .wp-block-search{
    margin-bottom: 20px;
}
.blog-list-box .wp-block-search__inside-wrapper{
    border: none;
}
input[type="search"]{
    padding: 8px;
    border: 1px solid #949494;
}
.wp-block-post-template{
    list-style: none !important;
}
.wp-block-group {
    margin: 16px 0 10px 0;
}
.wp-block-group.has-pale-pink-background-color{
    padding: 10px;
}
.comment-box-item .comment-box-details {
    width: calc(100% - 135px);
}
.comment-box-details h1 {
    margin-bottom: 5px;
}
.comment-box-details dd{
    margin: 0 1.5em 1.5em;
}
.comment-box-details .comment-text p {
    margin-bottom: 15px;
}
.blog-comment{
    list-style: none;
}
.trackback + .trackback,.pingback{
    padding-top: 10px;
}
.blog-comment li.comment:first-child{
    padding-top: 10px;
}
.pingback + .comment{
    padding-top: 10px;
}
.blog-list-box .sticky .blog-content::before {
    content: "\f08d" !important;
    position: absolute;
    background-color: var(--hirecon-dark-green);
    font-size: 20px;
    font-family: 'Font Awesome 5 Free' !important;
    font-style: normal;
    color: #fff;
    width: 45px;
    height: 45px;
    right: 0px;
    top: 11px;
    z-index: 2;
    text-align: center;
    line-height: 45px;
    z-index: 2;
    font-weight: 900;
}
#cancel-comment-reply-link{
    font-size: 18px;
    font-weight: 600;
    margin-left: 30px;
}
.blog-sidebar .widget-box a:hover{
    color: var(--hirecon-black);
}