/*!
Theme Name: Transpi Child
Template:   transpi
Theme URI: https://themeunique.com/wp/btourq
Author: byteflows
Author URI: https://themeforest.net/user/byteflows
Description: Btourq - News & Magazine WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: transpi-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

#mobile-buttons {
    display: none;
}

@media only screen and (max-width: 600px) {
	 #mobile-buttons {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 2;
    }
	div#mobile-buttons a {
        width: 50%;
        display: inline-block;
        color: #fff;
        background: #000;
        padding: 12px 0;
        height: 80px;
        font-size: 1em;
    }
	#mobile-buttons .fa, #mobile-buttons .fab {
        display: block;
        color: #fff;
        font-size: 2em;
        padding: 0 0 5px;
    }
}
