/**
* Author:   Marco Raponi http://www.rase.ch
* Creation: 2021-02-01
* Current:  2021-02-01
*/

.avc-last-news-list-mobile, .avc-trip-list-mobile {
	width: 920px;
	margin-left: 30px;
	/**margin-left: -265px;**/

}

.avc-all-news-list-mobile {
	width: 920px;
	margin-left: 30px;
}

.avc-prayer-list-mobile {
	width: 920px;
	margin-left: 30px;
}

.avc-last-news-list-mobile, .avc-all-news-list-mobile, .avc-prayer-list-mobile {
	display: none;
}

.avc-last-news-header-mobile {
	font-size: 23px;
	margin-left: -19px;
	width: calc(100vw / 2);
	padding: 0;
	float: left;
	margin-bottom: 15px;
}

.avc-last-news-header-title-mobile {
	font-size: 23px;
	font-family: var(--avc-font2); 
}



/* --- NORMAL Items --- */
.avc-last-news-itemsbox-mobile {
	width: 300px;
	height: 502px;
	float: left;
	margin: 0px;
}

.avc-last-news-control-mobile {
	width: 100% !important;
	height: 50px !important;
	margin-bottom: 10px;
}

.avc-last-news-itemsbox-inner-mobile {
	width: 80% !important;
	margin: auto;
	background: rgb(242, 242, 242);
	height: 252px;
}

.avc-last-news-img-mobile{
	width: 300px;
	height: 200px;
}

.avc-last-news-tags-mobile {
	font-weight: bold;
	font-size: 14px;
	margin-top: 56px;
	color: var(--avc-black);
}

.avc-last-news-text-mobile {
	font-size: 15px;
	margin-top: 10px;
	color: var(--avc-black);
	height: 119px;
	overflow: hidden;
}

.avc-last-news-item-mobile {					
	overflow: hidden; 
	clear: left;
	background: rgb(242, 242, 242);
	width: 300px;
}

.avc-last-news-title-mobile {		
			
	margin-top: 10px !important;
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
	color: black;
}

.avc-last-news-title-mobile a {	
	color: black;
}

.avc-last-news-details-mobile{
	font-size: 14px;
    margin-top: 214px;
	position: absolute;
	color: #A8A9AD;
	width: 100%;
}

.avc-last-news-itemsbox-header-mobile {
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: -43px;
	display: none;
}

.avc-last-news-more-mobile{
	float: right;
	margin-top: 34px;
	margin-right: 5px;
	font-size: 15px;
}


@media only screen and (max-width: 991.98px) {

	.avc-last-news-list-mobile, .avc-all-news-list-mobile, .avc-prayer-list-mobile {
		display: block;
	}
}


