header,section,footer{position: relative;}
/*****************/
header.mpStyle {
    background: var(--header-bg);
    color: var(--header-color);
    padding: var(--header-padding);
    font-size: var(--header-fs);
    -webkit-box-shadow: var(--header-shadows);
    box-shadow: var(--header-shadows);
}
section.mpStyle {
    padding: var(--section-padding);
    background-color: var(--section-bg);
    margin: var(--section-margin);
}
/********Footer**************/
footer.mpStyle {
    padding: var(--footer-padding);
    background-color: var(--footer-bg);
    font-size: var(--footer-fs);
    color: var(--footer-color);
}
footer.mpStyle [class*='footerTop'] {
    padding: var(--footer-top-padding);
    background: var(--footer-top-bg);
    color: var(--footer-top-color);
}
footer.mpStyle [class*='footerTop'] a{color: var(--footer-top-color);}
footer.mpStyle [class*='footerTop'] a:hover{color: #f4780b;padding: 0 0 0 var(--default-mp-xs);}

footer.mpStyle [class*='footerBottom'] {
    padding: var(--footer-bottom-padding);
    background: var(--footer-bottom-bg);
}
/********Sidebar Content**************/
.mpStyle .leftSidebar {width: 100%;max-width: var(--sidebar-width);}
.mpStyle .rightSidebar {width: 100%;max-width: var(--sidebar-width);}
.mpStyle .mainSection {width: 100%;max-width: var(--main-content-width);margin: 0 0 0 var(--default-mp);}
/********Absolute Content********/
.mpStyle [class*="fullAbsolute"] {position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 11;width: 100%;height: 100%;}
.mpStyle [class*="hoverAbsolute"] {position: absolute;right: 0;top: 100%;left: 0;display: none;padding: 7px;border: 1px solid var(--default-border-color);font-size: 15px;z-index: 111;}
.mpStyle [class*="pRelative"]:hover [class*="hoverAbsolute"]{display: block;}

.mpStyle [class*="abBottomRight"] {position: absolute;right: -1px;bottom: -1px;z-index: 1;padding: 5px;font-size: 20px;font-weight: 500;}

/****************/
