/* hide the event price in the event list */
p.event_price {display:none;}

/* hide the event price in the registration form */
p.event_prices {display:none;}

/* remove "Show Details" on Ticket Selector */
.display-tckt-slctr-tkt-details {
display: none;}
/* Ultimate Member */
div.um {
opacity: 1 !important;
}
#topbar-search .form-search ::-webkit-input-placeholder {color: #0a0a28;}
#topbar-search .form-search :-moz-placeholder {color: #0a0a28;}
#topbar-search .form-search ::-moz-placeholder {color: #0a0a28; opacity: 1;}
#topbar-search .form-search :-ms-input-placeholder {color:#0a0a28;}
#topbar-search #searchsubmit {color:#0a0a28;}
#topbar-search input[type="text"] {color:#0a0a28;}