/*
Theme Name: CypherChild
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  ***************/


}


@media print {
    header,
    .site-header,
    #main-header,
    .elementor-location-header,
    .ast-header-break-point,
    .hide-when-printed { /* Add any other selectors that apply */
        display: none !important;
    }

    nav,
    footer,
    .menu-toggle,
    .site-footer,
    .elementor-location-footer {
        display: none !important;
    }
}