/*
TEMPLATE FOR MEDIA QUERIES
	@media screen and (min-width:1180px) {}
	@media screen and (min-width:880px) and (max-width:1179px) {}
	@media screen and (max-width:879px) {}*/


#top_page_thisweek section .content h1 {
	text-align: center;
	color: var(--color_a);
	text-transform: uppercase;
	font-weight: 300;
}

.index_thisweek h2 {
	font-size: 1.2em;
	background: var(--color_a);
	color: white;
	/*border: solid 1px var(--color_p);
	color: var(--color_p);*/
	padding: 5px 10px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.index_thisweek #news_index ul {
	margin-left: 0;
}

.index_thisweek #news_index li {
		font-size: 14px;
		text-align: center;
		border-bottom: solid 1px #f5f5f5;
		color: var(--color_p);
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-weight: 500;
		padding: 5px 10px;
		text-overflow: ellipsis;
}

.index_thisweek #news_index li a { color: var(--color_p); }

.index_thisweek #news_index li a:hover {
	color: var(--color_a);
}

.index_thisweek #news_index li:before {
	content: "";
}
.vmenu01.fx_3 h1 {
	/* background: #542221; */
	/* color: #FFFFFF; */
	margin: 0;
}

@media screen and (min-width: 1180px){
	.vmenu01.fx_3{top: -40px !important;}

}


/*-----------------------------------------------------------  PAGE INDEX -----------------------*/
@media screen and (min-width: 1180px) {
	#top_page_thisweek { padding-top: 20px; }

	#top_page_thisweek section .content h1 { font-size: 60px; }

	aside::before {
		background-color: transparent !important;
	}
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
	#top_page_thisweek { padding-top: 20px; }

	#top_page_thisweek section .content h1 { font-size: 60px; }
}

@media screen and (max-width: 879px) {
	#top_page_thisweek { padding-top: 20px; }

	#top_page_thisweek section .content h1 { font-size: 50px; }
}

@media screen and (min-width: 600px) {
	.index_thisweek #news_index ul {
		display: flex;
		flex-wrap: wrap;

	}

	.index_thisweek #news_index ul li {
		display: block;
		width: calc(50% - 20px);
		margin: 0 10px;
	}
}


#top_page_thisweek section .content h1 {
	text-align: center;
	color: var(--color_a);
	text-transform: uppercase;
	font-weight: 300;
}

.index_thisweek h2 {
	font-size: 1.2em;
	background: var(--color_a);
	color: white;
	/*border: solid 1px var(--color_p);
	color: var(--color_p);*/
	padding: 5px 10px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.index_thisweek #news_index ul {
	margin-left: 0;
}

.index_thisweek #news_index li {
		font-size: 14px;
		text-align: center;
		border-bottom: solid 1px #f5f5f5;
		color: var(--color_p);
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-weight: 500;
		padding: 5px 10px;
		text-overflow: ellipsis;
}

.index_thisweek #news_index li a { color: var(--color_p); }

.index_thisweek #news_index li a:hover {
	color: var(--color_a);
}

.index_thisweek #news_index li:before {
	content: "";
}
.vmenu01.fx_3 h1 {
	/* background: #542221; */
	/* color: #FFFFFF; */
	margin: 0;
}

@media screen and (min-width: 1180px){
	.vmenu01.fx_3{top: -40px !important;}

}

/*------- This week --------*/


div#newsletter-news {
 	background: var(--color_a);
    color: #FFFFFF;
    padding: 5px 15px;
   /* margin: 5px auto 20px auto;*/
    width: 100%;

}

div#newsletter-news .fx_2{margin-bottom: 0;}

div#newsletter-news form{margin: 0;}


div#newsletter-news .flex{
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

div#newsletter-news h1{
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    margin-left: 10px;
    display: block;
    font-weight: normal;
}

div#newsletter-news  .default input {
	height: 23px;
    width: 74%;
    float: left;
    margin: 3px 0;
    padding: 5px;
}
    
div#newsletter-news form input[type="submit"] {
	font-size: 12px;
    width: 20%;
    float: right;
    height: 23px;
    padding: 0;
    line-height: 20px;
    background-color: #FFF !important;
    color: var(--color_p) !important;
    font-weight: bold;
    border: none;
}


div#newsletter-news form input[type="submit"]:hover{
	background-color: #ffffffc9 !important;
    color: var(--color_a) !important;
}





#ml_news article {
 margin-bottom: 40px;
}

#ml_news article h2 {
	font-size: 18px !important;
}

#ml_news a.shareArticle {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    height: 100%;
    width: 100%;
    background: var(--color_p) !important;
    color: #FFF;
    padding: 8px;
    display: flex;
    max-width: 40px;
    align-items: center;
    max-height: 40px;
}
#ml_news a.shareArticle:hover {
    background: var(--color_a) !important;
}

#ml_news .section_75 article h1 {
    position: relative;
}

#ml_news .section_75 article h1 {
    color: var(--color_p) !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1em !important;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 61px 10px 10px !important;
    cursor: pointer;
    transition: all 0.3s linear;
    border: solid 1px var(--gray3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#ml_news .section_50 a.shareArticle {
  position: absolute;
    top: -41px;
    max-height: 40px;
}

#ml_news a.shareArticle {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    height: 100%;
    width: 100%;
    background: var(--color4000);
    color: #FFF;
    padding: 8px;
    display: flex;
    max-width: 40px;
    align-items: center;
    max-height: none;
}

#ml_news .section_25 article > h1 {
    text-align: left;
    font-size: 28px;
    padding: 8px 45px 8px 25px;
    background: var(--gray2);
    position: relative;
}

#ml_news a.shareArticle:hover {
    background: var(--color_a);
}

.index_thisweek h2 {
    background: var(--color_a);
    color: #FFF;
}

h1.pg_title.this_week {
    text-align: center;
    margin-bottom: 25px;
}

#ml_news .section_25 article > h1 {
	background: var(--color_al1);
    color: #FFF;
}

a.button01 {background: var(--buttonAdm); max-width:300px;}

.activity-item {
    border: solid 1px #f5f5f5;
    padding: 10px;
    background: #deecfb1f;
}


.activity-item h4 {
font-weight: bold;
    color: var(--buttonAdm);
}