.pum-theme-1082 .pum-title, .pum-theme-enterprise-blue .pum-title {
    border-width: 1px 0;
    border-style: solid;
    padding: 4px 15px 4px;
    font-size: 32px;
    line-height: 1.3;
    font-family: 'Cinzel', serif;
}

.pum-content.popmake-content {
    padding: 20px 0;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {

	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {

	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {

	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.restaurant-header {
    width: 31% !important;
}

.title {
display: none !important;
}
@media only screen and (min-width: 500px){
#slider h2 {
    font-size: 30px !important;
}
}

@media only screen and (max-width: 500px){
.restaurant-header {
    width: 100% !important;
	}}

@media only screen and (max-width: 768px){
.restaurant-header {
    width: 90% !important;
}
#slider h1.font-heading {

    display: none;
}
	.title {
    margin-top: 100px;
}
}