/*
Theme Name: maua
Version: 1.0
Author: WMorais
Author URI: https://wmorais.com.br
*/
@media(min-width:728px) {
	.navmenu--trigger {
		right: 30px;
	    left: auto;
	    top: 280px;
	    bottom: auto;
	    background: #e2e3e5;
	}
	.navmenu--trigger1{
	position: fixed;
    z-index: 20;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #eee;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    background: #e2e3e5;
	}
	.navmenu--trigger1 img {
		width: 31px;
	}
	.navmenu--trigger1 span {
		color: #5392b5;
		font-size: 6.5px;
		display: block;
    line-height: 7px;
    font-weight: bold;
    margin-top: 3px;
	}
	.navmenu--trigger2{
	position: fixed;
    z-index: 20;
    top: 120px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #eee;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    background: #e2e3e5;
	}
	.navmenu--trigger2 span {
		color: #d43939;
		font-size: 6.5px;
		display: block;
    line-height: 7px;
    font-weight: bold;
    margin-top: 3px;
	}
	.navmenu--trigger3{
	position: fixed;
    z-index: 20;
    top:200px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #eee;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    background: #e2e3e5;
	}
	.navmenu--trigger3 span {
		color: #17980e;
		font-size: 6.5px;
		display: block;
    line-height: 7px;
    font-weight: bold;
    margin-top: 3px;
	}
}