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


.avc-last-news-list {
	margin-left: calc(var(--avc-regular-resolution-width)*var(--avc-default-margin)/var(--avc-ref-screen));
}

.avc-all-news-list {
	margin-left: calc(var(--avc-regular-resolution-width)*var(--avc-default-margin)/var(--avc-ref-screen));
}

.avc-prayer-list {
	margin-left: calc(var(--avc-regular-resolution-width)*var(--avc-default-margin)/var(--avc-ref-screen));
}


.avc-last-news-header {
	width: calc(var(--avc-regular-resolution-width)*758/var(--avc-ref-screen)); 
	float:left;
}

  @media only screen and (max-width: 1720px) {
	.avc-last-news-header {
		width: calc(var(--avc-regular-resolution-width)*761.5/var(--avc-ref-screen)); 
	}	
  }

  @media only screen and (max-width: 1520px) {
	.avc-last-news-header {
		width: calc(var(--avc-regular-resolution-width)*765/var(--avc-ref-screen)); 
	}	
  }

.avc-last-news-header-title {
	font-size: calc(var(--avc-regular-resolution-width)*35/var(--avc-ref-screen));
	font-family: var(--avc-font2); 
	margin-bottom: calc(var(--avc-regular-resolution-width)*15/var(--avc-ref-screen));
}

/* --- NORMAL Items --- */
.avc-last-news-itemsbox {
	width: calc(var(--avc-regular-resolution-width)*364/var(--avc-ref-screen));
	height: calc(var(--avc-regular-resolution-width)*600/var(--avc-ref-screen));
	background: rgb(242, 242, 242);
	float: left;
	margin-right: calc(var(--avc-regular-resolution-width)*15/var(--avc-ref-screen));
	margin-bottom: 20px;
}

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

.avc-last-news-itemsbox-inner {
	width: 80% !important;
	margin: auto;
	height: 250px;
}

.avc-last-news-tags {
	font-weight: bold;
	font-size: calc(var(--avc-regular-resolution-width)*16/var(--avc-ref-screen));
	margin-top: 10px;
	color: var(--avc-black);
}

.avc-last-news-text {
	font-size: calc(var(--avc-regular-resolution-width)*18/var(--avc-ref-screen));
	margin-top: 10px;
	color: var(--avc-black);
	max-height: calc(var(--avc-regular-resolution-width)*142/var(--avc-ref-screen));
	overflow: hidden;
}

.avc-last-news-item {					
	overflow: hidden; clear: left;
}

.avc-last-news-title {		
			
	margin-top: 10px !important;
	font-size: calc(var(--avc-regular-resolution-width)*25/var(--avc-ref-screen));
	margin-bottom: 8px;
	font-weight: bold;
	color: var(--avc-black);
}

.avc-last-news-title a {	
	color: var(--avc-black);
}

.avc-last-news-details{
	font-size: calc(var(--avc-regular-resolution-width)*14/var(--avc-ref-screen));
    margin-top: calc(var(--avc-regular-resolution-width)*279/var(--avc-ref-screen));
	position: absolute;
	color: #A8A9AD;
}

.avc-last-news-itemsbox-header {
    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-border{
	border: solid calc(var(--avc-regular-resolution-width)*8/var(--avc-ref-screen)) var(--avc-red);
}

@media only screen and (max-width: 1024px) {
	.avc-last-news-details {
		margin-top: calc(var(--avc-regular-resolution-width)*275/var(--avc-ref-screen)); 
	}	
  }


.avc-last-news-more{
	float: right;
	margin-top: calc(var(--avc-regular-resolution-width)*-34/var(--avc-ref-screen));
	margin-right: 5px;
	font-size: calc(var(--avc-regular-resolution-width)*18/var(--avc-ref-screen));
}


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

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

	.avc-last-news-itemsbox-header {
		display: none;
	}
}


