/* Enter Your Custom CSS Here */

/* Home Page Restaurant Listing */
section#focus .row {
	width: 100%;
}

section#focus .row span {
  float: left;
  width: calc(50% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	max-height: 400px;
	overflow-y: auto;
}

section#focus .row span:nth-child(even)::after {
	clear: both;
}

section#focus .row h4 {
	margin: 0px;
}

section#focus .row .entry-title:before,
section#focus .row .entry-title:after {
	display: none;
}

/* Form Styles */
#contact form {
	color: #FFF;
	font-weight: bold;
}

.zerif-copyright-box {
	display: none;
}

