/* ===================================================
   Madigan's Pub — Static Site Stylesheet
   Based on ee-madigans-2025 theme
   =================================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&family=Open+Sans:wght@300;400;700&display=swap');

/* Reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0;
}

/* Colors and Background */
body {
	background-color: #333;
	color: #eee;
	font-family: 'Open Sans', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.7;
}

#site-header {
	padding: 0;
	text-align: center;
	position: relative;
}

#banner img {
	width: 90%;
	max-width: 960px;
	display: block;
	height: auto;
	margin: 50px auto;
	border: 1px solid #026c1f;
}

/* Navigation */
.main-navigation {
	width: 100%;
	height: 5em;
	background-color: #000;
	border: 1px solid #026c1f;
	overflow: hidden;
}

.nav-menu {
	width: 90%;
	max-width: 960px;
	padding: 1em 0;
	margin: auto;
	list-style: none;
}

.nav-menu li {
	float: left;
	height: 4.5em;
	margin: .25em .1em;
}

.nav-menu a {
	color: #aaa;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
	padding: .3em 1em;
	margin-right: 1em;
	text-decoration: none;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.nav-menu a:hover,
.nav-menu .current-menu-item a {
	background: #2fd34a;
	color: #121212;
	text-decoration: none;
}

/* Headings and Text */
h1, h2, h3, h6 {
	font-family: 'Oswald', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0.75em;
	color: #c2ffc1;
}

h1.entry-title {
	color: #EFEFEF;
	clear: both;
	font-size: 3em;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 30px 0;
}

p {
	margin-bottom: 1.5em;
}

p a {
	color: #919191;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

#site-main {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}

#site-content {
	margin: auto;
}

.entry-content {
	float: left;
	width: 66%;
}

.entry-content strong {
	font-weight: bold;
}

.entry-content td {
	vertical-align: top;
}

.entry-content img {
	background: rgba(18, 18, 18, .3);
	border: 1px solid #121212;
	margin: .5em auto;
	padding: 5px;
}

.entry-content ul {
	margin: 0 0 2em 2em;
}

/* Sidebar */
.sidebar h2 {
	text-transform: uppercase;
	background: #2E2E2E;
	color: #EFEFEF;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1px;
	margin: 0 0 .5em 0;
	padding: .75em;
	border-top: 3px solid #2fd34a;
	text-align: center;
}

.sidebar {
	float: right;
	width: 30%;
}

.sidebar p, .sidebar ul, .sidebar li, .sidebar h3 {
	text-align: center;
}

.sidebar h6 {
	font-family: 'Oswald', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 1em 0;
	text-align: center;
}

.sidebar h6 a {
	display: block;
	padding: .3em 0;
	border-radius: 3px;
	background: #c2ffc1;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.sidebar h6 a:hover {
	background: #8cd68b;
}

.sidebar .widget {
	margin-bottom: 1.5em;
}

.sidebar .widget-title {
	text-transform: uppercase;
	background: #2E2E2E;
	color: #EFEFEF;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1px;
	margin: 0 0 .5em 0;
	padding: .75em;
	border-top: 3px solid #2fd34a;
	text-align: center;
}

/* Footer */
#site-footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 1rem 0;
}

/* ===================================================
   Drinks Menu Table
   =================================================== */
table.theMenu {
	width: 100%;
	border-collapse: collapse;
}

table.theMenu td {
	width: 50%;
	vertical-align: top;
	padding: 0 1em 1em 0;
}

table.theMenu h2 {
	margin-bottom: 0.5em;
}

table.theMenu h3 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #2fd34a;
	letter-spacing: 0;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

/* ===================================================
   Food Menu
   =================================================== */
.food-menu h2 {
	margin-top: 1.5em;
	padding-top: 0.5em;
	border-top: 1px solid #555;
}

.food-menu h2:first-child {
	border-top: none;
	margin-top: 0;
}

.food-menu ul {
	margin: 0 0 1.5em 2em;
}

/* Strip WP block wrapper divs */
.wp-block-columns,
.wp-block-column {
	display: block;
}

/* ===================================================
   Location Map
   =================================================== */
.map-container {
	margin: 1.5em 0;
}

.map-container iframe {
	display: block;
	max-width: 100%;
	border: 1px solid #026c1f;
}

/* ===================================================
   Contact Form
   =================================================== */
#contact-form {
	max-width: 600px;
}

#contact-form .form-group {
	margin-bottom: 1.2em;
}

#contact-form label {
	display: block;
	background-color: #c2ffc1;
	color: #333;
	padding: 4px 8px;
	font-weight: 400;
	margin-bottom: 3px;
}

#contact-form input[type=text],
#contact-form input[type=tel],
#contact-form input[type=email],
#contact-form textarea,
#contact-form input[type=file] {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	background: #222;
	border: 1px solid #555;
	color: #eee;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

#contact-form textarea {
	height: 120px;
	resize: vertical;
}

#contact-form button[type=submit] {
	background: #2fd34a;
	color: #121212;
	border: none;
	padding: .5em 2em;
	font-size: 1.1em;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: background .2s;
}

#contact-form button[type=submit]:hover {
	background: #8cd68b;
}

.form-notice {
	padding: 1em;
	margin-bottom: 1.5em;
	border-radius: 3px;
}

.form-notice.success {
	background: #1a4a1e;
	border: 1px solid #2fd34a;
	color: #c2ffc1;
}

.form-notice.error {
	background: #4a1a1a;
	border: 1px solid #d34f4f;
	color: #ffc2c2;
}

.honeypot {
	display: none !important;
}

/* ===================================================
   Utility
   =================================================== */
.clearing {
	clear: both;
}

.contentTable {
	width: 100%;
}

.contentTable td {
	vertical-align: top;
	padding-right: 1em;
}

/* ===================================================
   Mobile
   =================================================== */
@media screen and (max-width: 768px) {
	#site-header .main-navigation {
		display: none;
	}

	.main-navigation {
		height: auto;
		background-color: #000;
	}

	.nav-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1em;
	}

	.nav-menu li {
		float: none;
		margin: 0.5em 0;
	}

	.nav-menu a {
		font-size: 1.2em;
		padding: 0.5em 1em;
		width: 100%;
		text-align: center;
	}

	.entry-content {
		float: none;
		width: 100%;
	}

	.sidebar {
		float: none;
		width: 100%;
		margin-top: 2em;
	}

	.sidebar h6 {
		font-size: 1.2em;
	}

	table.theMenu {
		display: block;
	}

	table.theMenu td {
		display: block;
		width: 100%;
		padding: 0 0 1em 0;
	}

	.contentTable td {
		display: block;
		width: 100%;
	}

	.map-container iframe {
		width: 100% !important;
		height: 400px;
	}
}
