<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.heading-shadow {
    text-shadow: 3px 3px black;
}
input#mc-embedded-subscribe {
    background-color: #d26e4b;
    border-radius: 9px;
}
button.wp-block-search__button.wp-element-button {
    color: #fff;
}
.post-sidebar span.widget-title {
    font-size: 1.6em;
    font-family: "Playfair Display", sans-serif;
    text-transform: none;
    color: #555555;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}</pre></body></html>