/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
@import url(websleekui.css);
body	{
	font-family:  "WeblySleekUISemiLight",  sans-serif !important;
	font-size: 110% !important;
} 

.nav > li > a, .sub-menu li a {font-family:  "WeblySleekUISemiBold", sans-serif !important;}

h1,h2,h3,h4,h5,h6, .heading-font{font-family: "WeblySleekUISemiBold", sans-serif !important;}

.alt-font, .fusion-button {font-family: "WeblySleekUISemiBold", sans-serif !important;}

.fusion-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;   
    z-index: 1000; /* Force this thing to be on top. */
}

.main, #main {
  padding-bottom: 50px !important; /* Tweak this number as needed. May need to add #main selector too. */
}

.avada-html-layout-boxed, .avada-html-layout-boxed body, .avada-html-layout-boxed body.custom-background, html:not(.avada-html-layout-boxed):not(.avada-html-layout-framed), html:not(.avada-html-layout-boxed):not(.avada-html-layout-framed) body {
    background-color: #ffffff !important;
    background-blend-mode: normal; 
}