Perfect – thank you. That worked for the text/appearance issue, but it does look like the accordions lost their dropdown functionality. Am I missing something there?
all changes to the CSS/JS are below:
.full-center #logo.has-img a > img {
height: auto;
}
#top-bar {
border-bottom: none;
}
.spb_accordion {
opacity: 1!important;
}
.spb_accordion .spb_accordion_section > h5 a{
font-size:20px !important;
}
.ui-accordion h4.ui-accordion-header .ui-icon {
margin-right: 10px!important;
}
@media only screen and (max-width: 1024px) {
.page-heading.fancy-heading
{
padding-top: 80px !important;
padding-bottom: 0px !important;
}
.header-naked-light .fancy-heading .heading-text, .header-naked-dark .fancy-heading .heading-text {
padding-top: 80px;
padding-bottom: 0px;
margin-top: 20!important;
}
span.menu-bars {
background-color:#fff!important;
}
figure.animated-overlay figcaption{
background-color:#ff0000 !important;
}
}