/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


body.maintenance .page-template-template-page-builder-no-header-footer-php #fsb_image {
-webkit-filter: blur(15px);
-moz-filter: blur(15px);
-o-filter: blur(15px);
-ms-filter: blur(15px);
filter: blur(15px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=15, enabled='true');
}

.site-navigation ul.menu li ul {
	width:250px
}

.page-template #fsb_image {
  display: none;
}

.home.page-template #fsb_image {
  display: inherit;
}

.container {
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1140px;
}

img#fsb_image {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
}

.filename {
  padding: 5px 10px !important;
  font-size: 20px;
line-height: 40px;
}

.filename a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
}

ul.jaofiletree a {
  font-size: 12px !important;
}

.wpfd-container .wpfd-foldertree {
  flex-basis: 40% !important;
}