/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

#mutabulos {
    position: fixed;
    z-index: 100000;
    bottom: 48px;
    left: 32px;
    transform: rotate(270deg);
    transform-origin: left bottom;
    font-size: 0.8em;
    color: #333;
	/* antialiasing */
	/*backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-font-smoothing: subpixel-antialiased;*/
}
#mutabulos span {
    display: none;
}
#mutabulos img {
    max-width: 100%;
    height: 15px;
    transform: rotate(90deg);
    top: 3px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
	filter: invert(1);
}
#mutabulos a {
    text-decoration: none;
    color: #333;
	color: #b2b2be;
padding: 0.3em 0.9em;
    border-radius: 50px;
    background: rgba(0,0,0,.4);
}
#mutabulos a:hover {
    /*text-decoration: underline;*/
    color: #000;
	background: rgba(255,255,255,.8);
}
#mutabulos a:hover img {
		filter: invert(0);
}