/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.foodMenus {
	text-decoration: underline;
	text-decoration-color: #D0D0D0;
}

.entry-title {
	background-color: rgba(0,0,0,1);
	display: inline-block;
	padding: .05em .7em .07em;
	text-transform: lowercase;
}

.menu-item {
	text-transform: lowercase;
}

/* Eric's CSS */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

button.back-top {
	display: none;
}

/* Eric's CSS (Page 1909 "Screwtop Menu") */
.page-id-1909 .hide-me {
	display: none;
}

body.page-id-1909 {
	font-family: 'Lato', sans-serif;
	color: black;
}

wp-block-navigation-link__label.page-id-1909 {
	font-family: 'Lato', sans-serif;
}

h1.page-id-1909 {
	font-family: 'Lato', sans-serif;
}

h2.page-id-1909 {
	font-family: 'Lato', sans-serif;
}

h3.page-id-1909 {
	font-family: 'Lato', sans-serif;
}

h4.page-id-1909 {
	font-family: 'Lato', sans-serif;
}

h5.page-id-1909 {
	font-family: 'Lato', sans-serif;
}

h6.page-id-1909 {
	font-family: 'Lato', sans-serif;
}

.page-id-1909 .entry-title {
	background-color: inherit;
	display: inherit;
	padding: inherit;
	text-transform: inherit;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

.page-id-1909 .site-header {
	display: none;
}

.page-id-1909 .widget-area {
	display: none;
}

.page-id-1909 .widget-footer {
	display: none;
}

.page-id-1909 .site-footer {
	display: none;
}

.page-id-1909 .sharedaddy {
	display: none;
}

/* Eric's CSS (Page 2064 "12 Days of Wino Christmas") */
body.page-id-2064 {
	font-family: 'Lato', sans-serif;
	color: black;
}

wp-block-navigation-link__label.page-id-2064 {
	font-family: 'Lato', sans-serif;
}

h1.page-id-2064 {
	font-family: 'Lato', sans-serif;
}

h2.page-id-2064 {
	font-family: 'Lato', sans-serif;
}

h3.page-id-2064 {
	font-family: 'Lato', sans-serif;
}

h4.page-id-2064 {
	font-family: 'Lato', sans-serif;
}

h5.page-id-2064 {
	font-family: 'Lato', sans-serif;
}

h6.page-id-2064 {
	font-family: 'Lato', sans-serif;
}

.page-id-2064 .entry-title {
	background-color: inherit;
	display: inherit;
	padding: inherit;
	text-transform: inherit;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

.page-id-2064 .site-header {
	display: none;
}

.page-id-2064 .widget-area {
	display: none;
}

.page-id-2064 .widget-footer {
	display: none;
}

.page-id-2064 .site-footer {
	display: none;
}

.page-id-2064 .sharedaddy {
	display: none;
}

		.buyButton {
			color: #ffffff;
			background-color: #000000;
			font-size: 19px;
			border: 1px solid #2d63c8;
			padding: 7.55px 15px;
			cursor: pointer;
                        border-radius: 0px !important;
		}
		.buyButton:hover {
			color: #ffffff;
			background-color: #454545;
border-radius: 0px;
		}
