/**
 * DISCLAIMER
 *
 * Do not edit or add to this file.
 * You are not authorized to modify, copy or redistribute this file.
 * Permissions are reserved by FME Modules.
 *
 *  @author    FMM Modules
 *  @copyright FME Modules 2024
 *  @license   Single domain
 */
.hm_wrapper {
    background-color: #F5F6F6;
    overflow: hidden;
    text-align: center;
}
.hm_wrapper #block-title{
    margin-top: 5%;
    height: 20px;
    line-height: 30px;
}
.hm_wrapper ul {
    overflow: hidden;
    padding: 0 2% 0 2%;
}
.hm_wrapper ul li {
    float: left;
    margin:4% 2% 4% 2%;
    min-height: 180px;
    text-align: left;
    vertical-align: top;
    width: 45%;
    border: 2px solid #000;
    border-radius: 5px;
    background: #fff;
    box-shadow: 8px 8px 5px #888888;
}
.hm_wrapper ul li img {
    margin: 5% 6% 4%;
    border: 1px solid #324c73;
    max-width: 88%;
}

.hm_content_header {
    background-color: #3d3d3d !important;
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 0px;
    padding: 5% 2% 5% 5%;
    text-align: left;
    text-transform: uppercase;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.hm_content_header span.date
{
    float: right;
    padding-right: 8px;
}
.hm_content_middle {
    height: auto;
    border-top: 2px solid #000;
}
.hm_content_middle_left{
    float: left;
    width: 45%;
}
.hm_content_middle_right {
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 3%;
}
.hm_content_middle_right:after{
    content: '.';
    clear: both;
    visibility: hidden;
    height: 1px;
}
h5.clr {
    padding: 10px 0 4px;
    color: #333;
    font-size: 14px;
}

.hm_content_middle_right p {
    color: #333;
    font-size: 13px;
}
.hm_content_middle_right span {
    font-weight: bold;
    color:#333;
}
.hm_wrapper div.star.star_on {
    background: url(../img/small_stars.png) no-repeat;
    background-position: -19px 0;
}
.hm_wrapper div.star {
    background: url(../img/small_stars.png);
    background-position: -35px 0;
    width: 16px;
    height: 16px;
}

.hm_content_footer {
    font-size: 13px;
    color: #000;
    margin: 0 0 2% 0;
    max-height: 140px;
    overflow: scroll;
}
.hm_content_footer p{
    word-wrap: break-word;
    max-width: 100%;
}
.hm_content_footer #title {
    padding-top:5%;
    line-height: 30px;
    height: 45px;
}
.hm_content_date{
font-size: 13px;
}
.container.row a h5{
    padding: 10px 0 7px !important;
    color: #333 !important;
    font-size: 14px !important;
}
.hm_content_star_middle_right{
    display: flex;
}