.x-boxes-1 {
    float: left;
    width: 100%;
}

.x-box-1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8e8e8e;
    float: left;
    width: 100%;
}

.x-box-1 figure {
    float: left;
    padding: 15px;
    margin: 0;
    border: 1px solid #fdc716;
    margin-right: 28px;
}

.x-box-1 .description {
    overflow: hidden;
    padding: 10px 0;
}

.x-box-1 a {
    color: #333435;
}

.x-box-1 a:hover {
    color: #fdc716;
}

.x-box-1 .date {
    color: #fdc716;
    padding-bottom: 7px;
    margin: 3px 0 0 0;
}

.x-box-1 figure a:hover {
    opacity: 0.9;
}

.x-box-1 .date {
    border-bottom: 1px solid #f5f5f6;
    margin-bottom: 15px;
}

.x-box-1 .txt a {
    display: block;
}

.x-box-1 .name {
    font-size: 21px;
}

.x-boxes-1 .x-box-1:last-child {
    border-bottom: none;
}


.br-current-rating {
  display: none !important;
}