/*!
Theme Name: MML Theme for newmmldigi
Theme URI: https://www.mmldigi.com/
Author: MML & newmmldigi
Author URI: https://www.mmldigi.com/
Description: A theme developed by MML
Version: 1.0.0
License: Commerce license. If you want to use, contact MML.
License URI: LICENSE
Text Domain: mml-theme
Tags: mml theme
*/

.video-message {
    visibility: hidden;
    position: absolute;
}
.video-edit {
    visibility: hidden;
    position: absolute;
}

.abstract a {
    color: #2e72db;
}
.toolbar{ display: none; position:fixed; bottom: 0; left: 0; border-top: 1px solid #ccc; width: 100%; height: 55px; z-index: 999;  justify-content: center; background: #FFF; padding-top: 5px;}
.toolbar li{ flex:1; text-align: center; }
.toolbar li i{ font-size: 20px; }
.toolbar li span{ display: block;}

@media screen and (max-width: 768px) {
	.toolbar{ display: flex; }
}