/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/



/*** Float Footer Menu ***/
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}



#fmtel {
	width: 30%;
}
#fmentry {
	width: 30%;
}

@media screen and (min-width:1024px) {

#fmtel {
	width: 20%;
}
#fmentry {
	width: 20%;
}
 
}

 
/*** Float Footer Menu ***/
