@font-face {
  font-family: 'Herculanum';
  src: url('/wp-content/themes/brasserie-pro/font/Herculanum-Regular.eot?') format('eot'), url('/wp-content/themes/brasserie-pro/font/Herculanum-Regular.woff') format('woff'), url('/wp-content/themes/brasserie-pro/font/Herculanum-Regular.ttf') format('truetype'), url('/wp-content/themes/brasserie-pro/font/Herculanum-Regular.woff2') format('woff2'), url('/wp-content/themes/brasserie-pro/font/Herculanum-Regular.otf') format('otf'), url('/wp-content/themes/brasserie-pro/font/Herculanum-Regular.svg') format('svg');
}

@font-face {
  font-family: 'Optima';
  src: url('/wp-content/themes/brasserie-pro/font/unicodeoptima.eot?') format('eot'), url('/wp-content/themes/brasserie-pro/font/unicodeoptima.woff') format('woff'), url('/wp-content/themes/brasserie-pro/font/unicodeoptima.ttf') format('truetype'), url('/wp-content/themes/brasserie-pro/font/unicodeoptima.woff2') format('woff2'), url('/wp-content/themes/brasserie-pro/font/unicodeoptima.otf') format('otf'), url('/wp-content/themes/brasserie-pro/font/unicodeoptima.svg') format('svg');
}

body {
	font-family: 'Optima', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Herculanum', sans-serif !important;
}

h3 {
	font-size: 28px !important;
	margin: 0px;
}

.top-bar-mini-cart {
    display: none;
}

.main-navigation ul {
	font-family: Herculanum;
	font-weight: bold;
}

.featuretext p {
	font-size: 24px;
}

.testimonial_home-title h1 {
	font-size: 32px;
}

.food-menu-container {
	width: 80%;
	margin: 0 auto;
	position: relative;
	display: table;
}

.food-menu-section-header {
	width: auto;
	margin-bottom: 2em;
	margin-top: 2em;
	border-bottom: 1px solid #333;
	color: #05377f;
}

.food-menu-section-header p {
    margin-bottom: 0.5em;
}

.food-menu-section-header-center {
	width: auto;
	margin-top: 2em;
	color: #05377f;
	text-align: center;
}

.food-menu-item {
	position: relative;
	display: table;
}

.food-menu-item-num {
	font-weight: bold;
	width: 45px;
	display: block;
}

.food-menu-item-image {
	width: 60px;
	height: 60px;
	float: left;
	overflow: hidden;
	border-radius: 100px;
	position: relative;
	z-index: 3;
	top: 0;
}

.food-menu-item-title {
	font-weight: bold;
	width: 100%;
	color: #000;
	display: inline;
	background: #fff;
	position: relative;
	z-index: 2;
	display: table-cell;
}

.food-menu-item-title p {
    margin-bottom: 0.5em;
}
/*
.food-menu-item-dots {
	width: auto;
	border: 0;
	height: 2px;
	display: block;
	background-image: radial-gradient(circle closest-side,#ccc 80%,#fff 10%);
	background-size: 5px 2px;
	background-repeat: repeat-x;
	z-index: 1;
	background-color: #747474;
}
*/
.food-menu-item-dots {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	z-index: 1;
	/* margin-left: 30%; */
	border: 0;
	height: 8px;
	display: block;
	background-image: radial-gradient(circle closest-side,#ccc 80%,#fff 10%);
	background-position: bottom;
	background-size: 4px 2px;
	background-repeat: repeat-x;
}

.food-menu-item-price {
	position: relative;
	width: 20%;
	text-align: right;
	top: 0;
	right: 0;
	white-space: nowrap;
	padding-left: 1em;
	display: table-cell;
}

.food-menu-item-price-twocol {
	position: relative;
	width: 20%;
	text-align: right;
	top: 0;
	right: 0;
	white-space: nowrap;
	padding-left: 65px;
	display: table-cell;
}

.food-menu-item-amount {
	position: relative;
	width: 20%;
	text-align: right;
	top: 0;
	right: 0;
	white-space: nowrap;
	padding-left: 1em;
	padding-right: 2em;
	display: table-cell;
}

.food-menu-item-content {
	width: 100%;
	font-weight: normal;
	color: #747474;
}

.food-menu-item-subline {
	width: 100%;
	font-weight: normal;
	color: #747474;
	text-align: center;
	margin-top: 1em;
	font-style: italic;
}

.food-menu-item-note {
	width: 100%;
	font-weight: normal;
	font-size: 0.8em;
	color: #747474;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-style: italic;
}

.food-menu-item-sup {
	font-size: 0.65em;
}

.food-menu-item-header {
	position: relative;
	display: table;
	margin-top: 2em;
	margin-bottom: 2em;
}

.food-menu-item-title-header {
	width: 100%;
	margin-top: 2em;
	border-bottom: 1px solid #333;
	color: #05377f;
	display: table-cell;
}

.food-menu-item-title-header p {
    margin-bottom: 0.5em;
}

.food-menu-item-price-twocol-header {
	position: relative;
	width: 20%;
	text-align: right;
	top: 0;
	right: 0;
	white-space: nowrap;
	padding-left: 30px;
	margin-top: 2em;
	border-bottom: 1px solid #333;
	color: #05377f;
	display: table-cell;
}

.food-menu-item-amount-header {
	position: relative;
	width: 20%;
	text-align: right;
	top: 0;
	right: 0;
	white-space: nowrap;
	padding-left: 1em;
	padding-right: 2em;
	margin-top: 2em;
	border-bottom: 1px solid #333;
	color: #05377f;
	display: table-cell;
}

.clearfix {
	clear: both;
}

.testimonial_home-title h1 {
	color: #333;
}

.testimonial-text {
	color: #333;
}

.featuretextcol {
	margin-bottom: 25px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: center;
	position: relative;
	font-size: 1.3em;
}

.featuretext p {
	font-size: 1.3em;
}

.recent p {
	font-size: 1.3em;
}

.textwidget {
	font-size: 1.3em;
}

.topbar_content_left {
	font-size: 1.0em;
}

.featuretext_button a {
	font-size: 1.1em;
}

.flex-caption p {
	font-size: 1.3em;
}

.topbar_content_left {
	width: 80%;
}

.topbar_content_right {
	width: 20%;
}

.slides cite {
	display: none;
}

#secondary, #tertiary {
	width: 0%;
	display: none;
}

#primary {
	width: 100%;
}

#content {
	margin: 0 0 0 0;
}

.entry-meta {
	display: none;
}

.hentry .entry-content {
	padding: 1.5em;
	text-align: center;
	font-size: 1.3em;
}

.testimonial_home-title h1 {
	color: #05377f;
}