/* 
Theme Name: LMAX Widgets
Author: LMAX
Version: 1.0
*/
html {
    font-variant-ligatures: no-common-ligatures;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    scroll-behavior: smooth;
}
#ftitle {
    line-height: 0;
}
#ftitle img {
    vertical-align: top;
}

.LMAXwdgtcontainer object, .LMAXwdgtcontainer iframe {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}
.LMAXwdgtcontainer{
    position: relative;
}

.entry-footer {
    margin-top:  100px ;
}