.search-wrap { 
    height: 80px; 
    max-width: 650px; 
    margin: 0 auto; 
    border: 1px solid #ddd; 
    background: #fff; 
    overflow: hidden; 
    border-radius: 80px;
}

.input-page-search { 
    border: 0; 
    width: 100%; 
    height: 80px; 
    line-height: 80px; 
    padding: 0 30px; 
    font-size: 2.4em; 
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif; 
    box-sizing: border-box;
    background: transparent url(../images/icon-search.png) calc(100% - 30px) 50% no-repeat; 
    background-size: 24px 24px;
}

.btn-clear-search { 
    right: 20px; 
    width: 48px; 
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%);
}


@media only screen
and (max-width : 501px) and (orientation:portrait)  {

	.search-wrap {height: 50px;max-width: 340px;}
	.input-page-search {height: 50px;line-height: 50px;padding: 0 16px;font-size: 1.6em; background: none;}
	.marg-t-40-neg {margin-top: -27px !important;z-index: 2;}

	.event-message-titles .panel .titles.small { font-size: 1.8em !important; line-height: 1.1em;}

	.single-event .event-group-row { width: 100%;}
}