header.template-header .header-top ul li.today-hours {
    display: none;
}

div.header-top a.paymentButton
	{
	display:block;
	border: 1px solid #fff;
	padding: 5px 10px;
	background: transparent;
	transition: background-color 0.5s ease;
	}
	
div.header-top a.paymentButton:hover
	{
	border: 1px solid #fff;
	color: #122ff1;
	background-color: #fff!important;
	}
	
header.template-header .header-top
	{
	z-index: 1000;
	}

div.header-top a.paymentButton .fa-heart-o {
    margin-right: 4px;
    margin-top: 4px;
}

.internal-content .page-content-wrapper .page-content {
    background: #f4f4f4;
}