a.plain {
    color: rgb(90, 129, 42);
    transition: color .3s, opacity .3s, transform .3s;
}
.footer-secondary.pull-right {
    display: none;
}
.menu-secondary-container {
    display: none;
}

/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
div#logo {
    display: flex;
    justify-content: center;
}

}