/* test 
 border: 55px solid #e6e6e6;}
 * 
.widget {
	background-color: #e6e6e6;}

.site-header { background-color:#bd000c;}
*/
/* fix menu to the top on BIG screen */
@media screen and (min-width: 600px) {
#masthead {
	top: 0;
}
#masthead {
  position: fixed;
	top: 0px;
	width: 100%;
	z-index: 201;
}
#content {margin-top: 95px; }
}
/* fix menu to the top on SMALL screen */
@media screen and (max-width: 599px) {
#masthead {
	top: 0;
}
#masthead {
  position: fixed;
	top: 0px;
	width: 100%;
	z-index: 201;
}
#content {margin-top: 95px; }
}


.site-header { background-color:#bd000c;}

.hentry {
	border-bottom: 1px solid #e6e6e6;
}
.widget {
	border: 2px solid #ece8e0;}

/* front page ul for menu items next to address-contact */
.widget ul > li, .widget ol > li {
  border-top: 1px solid #ece8e0;
}

.widget ul > li, .widget ol > li {
  border-top: 1px solid #ece8e0;
}
/* no top border for first item on main page */
.widget ul > li:nth-child(-n+1), .widget ol > li:nth-child(-n+1) {
		border-top: none;
}

.widget ul > li, .widget ol > li {
  padding: .1em 0;
}


/* main nav */
.main-navigation a, .menu-toggle {font-family: Arial, sans-serif;}

.main-navigation a:hover,
.main-navigation ul >:hover > a,
.main-navigation ul > .focus > a {
	border-bottom: none;
	color: #d2bb8d; /* beige, hover and seleceted state */
	font-family: Arial, sans-serif;
}

.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
	color: #d2bb8d; /* beige, hover and seleceted state */
	font-family: Arial, sans-serif;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: none;
	border: none;
	color: #d2bb8d; /* beige, hover and seleceted state */
	font-family: Arial, sans-serif;
}
/* main nav end*/

.front-page-content-area .entry-title, .front-testimonials h2 {font-size:3.2rem;}

h3, h1, h2 {font-family: Arial, sans-serif;}

h3 {
  line-height: 1.2;
}

.inner {font-family: Arial, sans-serif;}

/* menu list (dessert, bakery) */

/* hr between main sections */
.menu-items-divider {
		color:#ececec;
	clear: both;
	width:100%;
	height:1px;
	margin-top:2em;
	}

.menu-items-list p {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.4rem;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	
	border-top: 1px solid #ece8e0;
	/* 
	margin-left: auto;
	margin-right: auto;
	max-width: 390px; */
	max-width: 95%;
	padding: 0.5em 0;
	text-align: left;
	clear: both;
}
.menu-items-list p {
	text-align:center;
}
.menu-items-list p:nth-child(-n+1) {
		border-top: none;
	}
.menu-items-list p.last {
	margin-bottom: 2em;
	
}
/* individual menu items with pics meso, jela */
.menu-items-list-single p {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.4rem;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	
	border-top: 0px solid #e4486b;
	/* 
	margin-left: auto;
	margin-right: auto;
	max-width: 390px; */
	max-width: 100%;
	padding: 0.5em 0;
	text-align: left;
	clear: both;
}
.menu-items-list-single p {
	text-align:center;
}
/* every page title and google map centered */
.entry-header, .g-map {
	text-align: center;
}
/* menu section titles */
.menu-group-title {
  background-color:#f4f1ea;
	padding: 0.25em 0;
	margin: 0em 0;
}

.posts-navigation, .post-navigation {
	display: none;
}
/* hide thumbnail on single item page */
.entry-body {
	display: none;	
}

/* content page text */
.entry-content {
	font-family: Arial, sans-serif;
}