.gridmaster-pro-style-8 .am_single_grid {
    box-shadow: none;
}
.gridmaster-pro-style-8 .am_cont {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 20px 20px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 5px;
}
.gridmaster-pro-style-8 .am_cont .am__title {
    font-size: 27px;
    font-weight: 700;
}
.gridmaster-pro-style-8 .am_cont:hover, .gridmaster-pro-style-8 .card:focus {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.gridmaster-pro-style-8 .am_cont .am_cont_meta {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto 0 0;
    padding-top: 50px;
}
.gridmaster-pro-style-8 .am_cont .am_cont_meta > * {
    margin-right: 13px;
}
.gridmaster-pro-style-8 .am_cont .am_cont_meta .gm-term {
    background: #2196f3;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 4px 12px;
    letter-spacing: 1px;
    border-radius: 5px;

    margin-right: 5px;
}
.gridmaster-pro-style-8 .am_cont .am_cont_meta .date_time {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}

.gridmaster-pro-style-8 .gm-taxonomy {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}