/**
 * CSS Stylesheet for the classic design of Food and Drink Menu
 *
 * @package Food and Drink Menu
 */

@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700);

.fdm-menu-title,
.fdm-section-header h3,
.fdm-item-panel .fdm-item-title,
.fdm-src-panel p.src-title {
	font-family: Tangerine, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
	font-size: 180%;
	margin-bottom: 0;
}
.fdm-menu-title,
.fdm-section-header h3 {
	font-size: 250%;
}
.fdm-menu-title {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #333;
}
.fdm-menu-content,
.fdm-item-content,
.fdm-item-price-wrapper,
.fdm-item-src-desc,
.fdm-section-header p,
.fdm-menu-footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
	font-style: italic;
}
.fdm-item-image {
	border: 2px solid #000;
	padding: 1px;
	background-color: #666;
}
.fdm-menu-footer {
	border-top: 1px solid #333;
	padding-top: 0.5em;
}


/*NEW*/
.fdm-menu-classic {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 24px;
	clear: none !important;
}
.fdm-menu-classic.fdm-menu-sidebar-1 {
	width: calc(100% - 360px);
}

@media screen and (max-width: 1024px) {
	.fdm-menu-classic.fdm-menu-sidebar-1 {
		width: calc(100% - 260px);
	}
}

@media screen and (max-width: 568px) {
	.fdm-menu-classic.fdm-menu-sidebar-1 {
		width: 100%;
	}
}


/***************
BLOCK PATTERNS
***************/
.fdm-pattern-menu-no-sidebar .fdm-menu-classic.fdm-menu-sidebar-1 {
	width: 100%;
}


