/**
 * Plugin CSS
 */
/* Block title */
.mh-block-title > .col-inner::after {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient( 170deg, #3c5490, #e62901 );
}

.mh-block-title h5,
.mh-block-title .main-title {
    display: inline;
    text-transform: uppercase;
    background-image: linear-gradient( 170deg, #3c5490, #232f3e );
    color: #fff;
    font-weight: 500;
    padding: 10px 25px 10px;
    font-size: 17px;
    position: relative;
    top: -8px;
}

.mh-category-wrap-cat {
    display: inline-block;
    padding: 10px 0 3px;
}

.mh-category-wrap-cat ul {
    list-style-type: none;
    margin: 0;
}

.mh-category-wrap-cat ul > li {
    display: inline-block;
    float: left;
    margin: 0;
}

.mh-category-wrap-cat ul > li > a {
    color: #3b3b3b;
    padding: 5px 30px;
    position: relative;
}

.mh-category-wrap-cat ul > li:not(:last-child) > a::after {
    border-right: 1px solid #d7d7d7;
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 15px;
    margin-top: -7px;
    right: 0;
}

.mh-block-title .button {
    margin: 0;
    border: 0;
    padding: 0;
    font-weight: normal;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 13px;
}

.mh-block-title .mh-button-icon::after {
    font-size: 13px;
}