/************
Image list captions
************/
.imagelist.add-caption .pics li {
overflow: visible;
margin-bottom: 90px !important;
}
.imagelist.add-caption .pics li::after {
display: block;
margin-top: 10px;
width: 100%;
content: attr(data-caption);
text-align: center;
/***
font-family: 'Lobster', sans-serif;
color: #ABC123;
font-weight: bold;
font-size: 24px;
font-style: italic;
***/
}
top of page
bottom of page