/* ------------------------------------------------------------ *\
	Articles Recent
\* ------------------------------------------------------------ */

.lvw-articles-recent { margin-top: 35px; justify-content: center; }
.lvw-articles-recent .col-lg-4 { margin-bottom: 35px; }

.lvw-articles-recent .lvw-articles__image { width: 100%; height: 270px; position: relative; margin-bottom: 15px; }
.lvw-articles-recent .lvw-articles__image-inner { text-align: center;}
.lvw-articles-recent .lvw-articles__image-inner img {max-height: 243px; width: auto;}



/*.lvw-articles-recent .lvw-articles__image-inner { position: absolute; left: 5%; top: 5%; bottom: 5%; right: 5%; background-size: contain; background-position: center center; background-repeat: no-repeat; z-index: 5; }*/
/*.lvw-articles-recent .lvw-articles__image:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background: linear-gradient(135deg, rgba(74, 87, 98, .95), #75818d); z-index: 2; }*/

.lvw-articles-recent h6 { margin-top: 0; font-size: 12px; color: rgba(74, 87, 98, .8); margin-bottom: 5px; line-height: 16px; font-family: 'SuisseIntl-Medium', sans-serif; }
.lvw-articles-recent h5 { margin-bottom: 10px; font-size: 22px; }
.lvw-articles-recent h5 a { text-decoration: none; color: #4a5762; }
.lvw-articles-recent h5 a:hover { text-decoration: underline; }
.lvw-articles-recent p { color: #4a5762; font-size: 15px; padding-right: 20px; }

.lvw-articles-recent .lvw-articles__link { border-top: 1px solid rgba(74, 87, 98, .15); padding: 5px 10px 5px 0; display: flex; align-items: center; justify-content: space-between; }
.lvw-articles-recent .lvw-articles__link a { display: inline-block; margin-left: auto; text-decoration: none; color: #66c0ba; font-weight: 500; font-size: 14px; margin-right: 5px; }
.lvw-articles-recent .lvw-articles__link a:hover { text-decoration: underline; }
.lvw-articles-recent .lvw-articles__link p { margin-bottom: 0; font-size: 14px; color: #4a5762; }

.lvw-articles-recent--blog .lvw-articles__image-inner { left: 0; top: 0; right: 0; bottom: 0; background-size: cover; }

@media (max-width: 479px) {
	/*.lvw-articles-recent .lvw-articles__image { height: 190px; }*/
}