p.mobile-message {
    display: none;
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:active,
a:hover {
	color: #ede2a5;
}

.info-item {
 /* Fallback for web browsers that doesn't support RGBa */
  	background: rgb(255, 255, 255);
 /* RGBa with opacity */
	background:#7f7f7f;
  	background:rgba(255,255,255,0.3);
}

ul#menu-main.menu {
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
  }

