/*
	CSS scritto da Sergio
*/
#single-eventi .content p:empty {
    display: none !important;
}
a.read-more {
    font-weight: 800;
    color: #3bc0ca;
}
a.read-more:hover {
    color: #32b0b9;
}
.titolo_grande h2 {
    text-align: center;
    text-shadow: 0 0 10px #e4e4e4;
    letter-spacing: 5px;
    font-size: 60px;
    font-family: "Saltash";
    color: #6adde6;
    word-spacing: 10px;
    line-height: 1.5em;
    margin-bottom: 80px;
}
.titolo_grande h2 span {
    border-bottom: 5px solid #ee3e3c;
}
.titolo_grande .far {
    color: #f7f6f6;
    font-size: 60px;
}
.titolo_grande .fa-hand-point-right {
    color: #FBEBEB;
}
.titolo_grande .fa-hand-point-left {
    color: #EAF7F8;
}
@media only screen and (max-width: 768px) {
	.titolo_grande .far {
		display: none;
	}
}
#single-eventi #cta-libro {
	padding: 50px 0;
}
#single-eventi .title.divider h2 {
    margin-bottom: 1.5em;
}
#single-eventi .content p {
	margin-bottom: 40px;
}
#single-eventi #galleria p {
    margin-bottom: 45px;
    font-size: 80%;
    font-style: italic;
    text-align: left;
    margin-left: 3%;
	margin-right: 3%;
}
#archive-eventi .paginator {
	margin-top: 0;
	padding-top: 0;
}
#archive-eventi .page-numbers {
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
}
#archive-eventi .page-numbers.current,
#archive-eventi .page-numbers:hover {
    background: #3BC0CA;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
}
#archive-eventi .next.page-numbers,
#archive-eventi .prev.page-numbers {
	border: none;
	cursor: pointer;
	padding: .5em 1em;
	border-radius: .25em;
	background-color: #ee3e3c;
	color: rgba(245,245,245,.925);
	font-size: 1em;
	font-weight: bold;
}
#archive .category-description {
    margin: 100px 15% 0;
    padding: 0;
}
#archive .category-description p {
	margin: 0;
}
#archive .category-description::before {
    position: absolute;
    content: '';
    width: 100px;
    display: block;
    left: -36px;
    text-align: 0;
    background: #EAF7F8;
    top: -20px;
    height: 100px;
    z-index: -1;
    transform: rotate(20deg);
}
#archive .category-description::after {
    position: absolute;
    content: '';
    width: 100px;
    display: block;
    right: -50px;
    text-align: 0;
    background: #FBEBEB;
    bottom: -20px;
    height: 100px;
    z-index: -1;
    transform: rotate(20deg);
}
#eventi .title h2 {
	line-height: 1.2em;
}
#eventi .event-subtitle {
    margin-bottom: 1em;
    line-height: 1.4em;
}
#eventi .event-info {
    top: auto;
}
#eventi .content p a,
#single-eventi .content p a {
    font-weight: 800;
    color: #3bc0ca;
}
#eventi .content p a:hover,
#single-eventi .content p a:hover {
    font-weight: 800;
    color: #ee3e3c;
}
@media only screen and (min-width: 380px) {
	#archive .category-description {
	    margin: 15px;
	    padding: 0;
	}
}
@media only screen and (min-width: 768px) {
	#single-eventi #galleria p {
	    text-align: left;
	    margin-left: 7%;
	    margin-right: 7%;
	}
	#archive .category-description {
	    margin: 100px 15%;
	    padding: 0;
	}
}
@media only screen and (min-width: 1024px) {
	#single-eventi #galleria p {
	    margin-left: 0;
	    margin-right: 0;
	}
}