.widget_nav_menu {
    height: 48px;
		line-height: 48px;
    margin: 18px 18px 18px 18px;
    background: #83BF16;
    border-radius: 8px 8px 8px 8px;
		padding: 0 16px 16px 0;
		font-size: 18px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23), 0 3px 6px rgba(100, 59, 59, 0.16);
}

.has-text-align-center {
    height: 48px;
		line-height: 48px;
    margin: 18px 18px 18px 18px;
    background: #83BF16;
    border-radius: 8px 8px 8px 8px;
		padding: 0 16px 16px 0;
		font-size: 18px;
		cursor: pointer;
}

.site-info {
display: none;
}