/*--------------------------------------- * Change size of Later Levels logo at top of menu ---------------------------------------*/ .menu-logo img { height: 125%; } /*--------------------------------------- * Change weight of font on homepage slider ---------------------------------------*/ .slide-text h3 a { font-weight: 400; } /*--------------------------------------- * Change formatting of lightweight accordions ---------------------------------------*/ .lightweight-accordion .lightweight-accordion-title span { font-size: 15px; } summary.lightweight-accordion-title::marker { color: #ff027f; } /*--------------------------------------- * Change size for social media links on Map page ---------------------------------------*/ .wp-block-social-links.is-style-logos-only .wp-social-link svg { height: 1em; width: 1em; } .accordion { margin-bottom: 0em !important; line-height: 1.6em; } .wp-block-social-links, .wp-block-social-links.has-normal-icon-size { font-size: 22px; } /*--------------------------------------- * Change formatting for form on Contact page ---------------------------------------*/ .contact-form label { font-size: 15px; font-weight: 600px; } .wp-block-jetpack-contact-form input, .contact-form .grunion-field { background-color: #fafafa !important; } .contact-form__input-error { color: #ff027f; } .contact-form__warning-icon { background-color: #ff027f; } .contact-form [aria-invalid=true]:not(fieldset) { border: 1px solid #ff027f; } .contact-form__error { background-color: #fafafa; color: #787878; } .contact-form__error ul li { padding: 0em; } .select2.select2-container.forminator-select:not(.forminator-select-dropdown-container–below) { display: none !important; } /*--------------------------------------- * Change weight of introduction text for posts and pages ---------------------------------------*/ .post-content h3 { font-weight: 400; } .post-content h4 { font-weight: 400; } /*--------------------------------------- * Change colour and remove underline for links in posts and pages ---------------------------------------*/ .post-content a { text-decoration: none !important; color: #ff027f !important; } .wpnbha .entry-title a { color: black !important; } /*--------------------------------------- * Change table formatting ---------------------------------------*/ .wp-block-table td, .wp-block-table th, .wp-block-table tr { border: 2px solid #fafafa; } /*--------------------------------------- * Change bullet list formatting ---------------------------------------*/ ul li, ol li { margin-bottom: 0px; font-weight: 400; line-height: 1.6em; } li::marker { color: #ff027f !important; } ul li a, ol li a { font-weight: 400; }