/*
Theme Name: Hello Elementor Child
Description: This is a child theme for Hello Elementor Theme
Author: OLC
Template: hello-elementor
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


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


}


/* hide wp default content in elementor template editor */
html.elementor-html body.elementor_library-template-default.elementor-editor-active header#header,
html.elementor-html body.elementor_library-template-default.elementor-editor-active header.entry-header,
html.elementor-html body.elementor_library-template-default.elementor-editor-active main#main .post-sidebar,
html.elementor-html body.elementor_library-template-default.elementor-editor-active main#main .blog-share,
html.elementor-html body.elementor_library-template-default.elementor-editor-active footer,
html.elementor-html body.elementor_library-template-default.elementor-editor-active .entry-author,
html.elementor-html body.elementor_library-template-default.elementor-editor-active #nav-below{ display:none !important; }
html.elementor-html body.elementor_library-template-default.elementor-editor-active #content .large-9{ width:100%; max-width: 100% !important;}

/* for fix gform file uploader issue in mobile+safari. script added in script.js */
@media only screen and (max-width: 1024px) {
   .gform-mobile-safari-fix .bdt-switcher > :not(.bdt-active){ display:block;}
}

