ul.recent-posts {
    overflow: hidden;
    margin-top: -30px;
}

ul.recent-posts li {
    padding: 0;
    margin: 30px 0 0 0;
    overflow: hidden;
}

.recent-posts__inner {
    overflow: hidden;
    text-align: left;
}

/* recent posts *//* list */
.recent-posts.layout-1 {
}

/* recent posts *//* grid 1 */
.recent-posts.layout-2 li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.recent-posts.layout-2 .recent-posts__inner {
    /*padding-bottom: 15px;*/
}

/* Recent posts with background image */
.widget_recent_entries.rp-with-bg {
    background-color: transparent;
    background-position: top center;
    background-repeat: repeat;
    padding: 30px 30px;
}

/* recent posts *//* grid 2 */
.recent-posts.layout-3 li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.recent-posts.layout-3 {
    margin-left: -30px;
}

.recent-posts.layout-3 .recent-posts__inner {
    margin-left: 30px;
    /*padding-bottom: 14px;*/
}

/* post title */
.recent-posts__title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
}

.recent-posts__title:hover {
    color: #e2001a;
}

.recent-posts.layout-1 a.recent-posts__title {
    text-transform: none;
    color: #676767;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
}

.recent-posts.layout-2 a.recent-posts__title {
    font-size: 18px;
    text-transform: none;
}

.recent-posts.layout-3 a.recent-posts__title {
    font-size: 14px;
    text-transform: none;
    /* two lines */
    overflow: hidden;
    max-height: 45px;
}

/* post content & meta */
.recent-posts__content {
    width: 70%;
    color: #676767;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
}

.recent-posts.layout-1 .recent-posts__content {
    width: 66%;
    color: #676767;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
}

.recent-posts.layout-2 .recent-posts__content {
    padding: 15px 0 0 0;
}

.recent-posts.layout-3 .recent-posts__content {
    padding: 15px 0 0 0;
}

.recent-posts__date,
.recent-posts__views,
.recent-posts__likes {
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    color: #c0a067;
    display: block;
}

.recentcomments {
    color: #818181;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-left: 0;
}
.recentcomments .comment-author-link{
    width: 100%;
    display: block;
    color: #818181;
    font-family: "Montserrat", sans-serif;
}
.recentcomments .comment-datetime{

    color: #a3a3a3;
}
.recentcomments .url{
    color: #818181;
}
.recentcomments a{
    color: #c0a073;
}
.recent-posts.layout-3 .recent-posts__date,
.recent-posts.layout-3 .recent-posts__views {
    font-size: 10px;
    line-height: 3;
}

.recent-posts__date {
    float: none;
}

.recent-posts__views {
    float: right;
    margin-left: 5px;
}

.recent-posts__likes {
    position: absolute;
    left: 7px;
    bottom: 2px;
    color: #ffffff;
    opacity: 0;
}

.recent-posts__media:hover .recent-posts__likes {
    opacity: 1;
}

.recent-posts__icon {
    font-size: 11px;
    font-size: 1.1rem;
    margin-right: 3px;
    color: #e2001a;
}

/* post media */
.recent-posts__media {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.recent-posts.layout-1 .recent-posts__media {
    width: 50px;
    height: 42px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.recent-posts__media img {
    margin: 0;
    float: none;
}

.recent-posts.layout-2 .recent-posts__media img {
    width: 100%;
    margin: 0;
}

.recent-posts.layout-3 .recent-posts__media img {
    width: 100%;
    margin: 0;
}

.recent-posts__media .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
}

.recent-posts__media:hover .overlay {
    background-color: rgba(41, 42, 46, 0.5);
}

.recent-posts__media .overlay:before,
.recent-posts__media .overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    color: #e2001a;
    font-family: 'FontAwesome';
}

.recent-posts__media:hover .overlay.audio:before,
.recent-posts__media:hover .overlay.video:before {
    content: '\f01d';
}

.recent-posts__media:hover .overlay:before,
.recent-posts__media:hover .overlay:after {
    opacity: 1;
    color: #ffffff;
}

/* Animate/Transition */
.recent-posts__media .recent-posts__likes,
.recent-posts__media:hover .recent-posts__likes,
.recent-posts__media .overlay,
.recent-posts__media:hover .overlay,
.recent-posts__media .overlay:before,
.recent-posts__media .overlay:after,
.recent-posts__media:hover .overlay:before,
.recent-posts__media:hover .overlay:after,
.transition--on {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Disable: Animate/Transition */
.transition--off {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* Responsive fix */

.widget_recent_entries img {
    display: block !important;
}

/* always view img */

/* Change layout for different places */

.footer .recent-posts a.recent-posts__title {
    color: #ffffff;
}

.footer .recent-posts a.recent-posts__title:hover,
.footer .recent-posts a.recent-posts__title:focus {
    color: #e2001a;
}

@media screen and (min-width: 1200px) {
    .recent-posts.layout-1 .recent-posts__content {
    }
}

@media screen and (min-width: 769px) {
    /* sidebar after header *//* list */
    .sidebar-before-header .recent-posts.layout-1 li,
    .sidebar-after-header .recent-posts.layout-1 li {
        display: inline-block;
        vertical-align: top;
        width: 33.33333333%;
    }

    .sidebar-before-header .recent-posts.layout-1,
    .sidebar-after-header .recent-posts.layout-1 {
        margin-left: -20px;
    }

    .sidebar-before-header .recent-posts.layout-1 .recent-posts__inner,
    .sidebar-after-header .recent-posts.layout-1 .recent-posts__inner {
        margin-left: 20px;
    }

    /* sidebar after header *//* grid 1 */
    .sidebar-before-header .recent-posts.layout-2 li,
    .sidebar-after-header .recent-posts.layout-2 li {
        display: inline-block;
        vertical-align: top;
        width: 33.33333333%;
    }

    .sidebar-before-header .recent-posts.layout-2,
    .sidebar-after-header .recent-posts.layout-2 {
        margin-left: -20px;
    }

    .sidebar-before-header .recent-posts.layout-2 .recent-posts__inner,
    .sidebar-after-header .recent-posts.layout-2 .recent-posts__inner {
        margin-left: 20px;
    }

    /* sidebar after header *//* grid 2 */
    .sidebar-before-header .recent-posts.layout-3 li,
    .sidebar-after-header .recent-posts.layout-3 li {
        display: inline-block;
        vertical-align: top;
        width: 25%;
    }

    .sidebar-before-header .recent-posts.layout-3,
    .sidebar-after-header .recent-posts.layout-3 {
        margin-left: -20px;
    }

    .sidebar-before-header .recent-posts.layout-3 .recent-posts__inner,
    .sidebar-after-header .recent-posts.layout-3 .recent-posts__inner {
        margin-left: 20px;
    }
}

@media (min-width: 901px) and (max-width: 1199px) {
    .recent-posts.layout-1 .recent-posts__content {
        width: 70%;
        color: #676767;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        vertical-align: middle;
        display: inline-block;
        padding-left: 10px;
    }

    .recent-posts.layout-1 .recent-posts__media {
        width: 50px;
        height: 42px;
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
}

@media (min-width: 1200px) {
}

@media screen and (min-width: 1600px) {
    .recent-posts.layout-1 .recent-posts__content {
        width: 68%;
        color: #676767;
        font-family: "Montserrat",sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        vertical-align: middle;
        display: inline-block;
        padding-left: 10px;
        text-align: left;
    }

    .recent-posts.layout-1 .recent-posts__media {
        width: 25%;
        height: 40px;
        display: inline-block;
        float: none;
        vertical-align: middle;
        text-align: left;
    }
}