/**
 * P A G I N A   D I   T E S T O   S E M P L I C E
 * -- */
div.box-type-textonly {   
	background-color: #E0F3F3;
}
main .box.box-textonly-content {
    background: url(/assets/main/img/bg_box_event2.png) left top no-repeat #E0F3F3;
}

article.box-textonly {
	padding: 1.5rem 0.5rem 1.5rem 2.2rem;
    position: relative;
    background: url(/assets/main/img/bg_box_event2.png) left top no-repeat #E0F3F3;
    background-size: 35px 62px;
}

article.box-textonly figure {
	display: none;
}

article.box-textonly .box-textonly-content {
	
}
article.box-textonly .box-textonly-content h2 {
	font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.3;
}

article.box-textonly .box-textonly-content p {
	font-size: 0.9rem;
	line-height: 1.4;
	padding-bottom: 1rem;
}


article.box-textonly .box-textonly-content a:link, 
article.box-textonly .box-textonly-content a:visited {
	color: var(--color-black);
}

article.box-textonly .box-textonly-content a:hover, 
article.box-textonly .box-textonly-content a:active {
	color: var(--color-darkgrey);
}

article.box-textonly div.link {
	position: absolute;
	left: 2.2rem;
	bottom: 1.5rem;
	font-family: var(--font-alternative);
	font-size: 0.8rem;
	text-transform: uppercase;
}

article.box-textonly div.link a {
	color: var(--color-black);
}

article.box-textonly div.link a:hover {
	text-decoration: underline;
}

article.box-textonly div.link a i {
	font-size: 1.1rem;
	color: var(--color-black);
}