/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6
*/

/* Theme customization starts here
-------------------------------------------------------------- */
#Content div.revealdatasheet
{
    left: 0;
    padding-bottom: 20px !important;
    padding-top: 60px !important;
    position: fixed;
    right: 0;
    z-index: -9;
}
#Footer.slide-footer {
  background-color: rgb(84, 84, 84);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: -1 !important;
}
@media (max-width: 767px) {
#Content div.revealdatasheet
{
    bottom: 0;
    position: inherit;
    z-index: 0;
}
html body
{
	padding-bottom:0 !important;
}
footer#Footer.slide-footer {
position: inherit !important;
    z-index: 0 !important;
max-height: inherit !important;
}
}

