/*
Theme Name: Tri-State Review
Author: Swanson Designs
Description: Temporary Site for Content Review
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;600;700&family=Aleo:wght@300;400;700&display=swap');

body,
.editor-styles-wrapper {
	font-family: 'Sarabun', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Aleo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
article.press-release,
.editor-styles-wrapper {
	max-width: 800px;
	margin: 0 auto;
}

article.press-release p,
.editor-styles-wrapper p {
	line-height: 1.8;
}
main#main {
	margin: 0 auto;
	max-width: 1100px;
}

article.post .entry-featured-image img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}

main#main nav.post-navigation {
	position: fixed;
	bottom: 0;
	border-top: 1px solid;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	left: 0;
	display: flex;
	justify-content: space-between;
	padding: 2rem;
	box-sizing: border-box;
}
main#main nav.post-navigation a {
	/* background: #004a76; */
	padding: 1rem;
	/* color: white; */
	background: white;
	text-decoration: none;
	border-radius: 8px;
	border: 1px solid #004a76;
}

/* Navigation Styles */
.site-header {
	background: #333;
	padding: 1rem;
}

.main-navigation ul.primary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2rem;
}

.main-navigation ul.primary-menu li {
	margin: 0;
	padding: 0;
}

.main-navigation ul.primary-menu a {
	color: #fff;
	text-decoration: none;
	padding: 0.5rem 1rem;
	display: block;
}

.main-navigation ul.primary-menu a:hover {
	background: #555;
}

/* Hide any submenus */
.main-navigation ul.primary-menu ul {
	display: none;
}

/* Archive Table Styles */
table.archive-table {
	width: 100%;
	border-collapse: collapse;
}

table.archive-table th,
table.archive-table td {
	text-align: left;
	padding: 0.75rem 1rem;
}

table.archive-table thead th {
	font-weight: 600;
	border-bottom: 2px solid #333;
}

table.archive-table tbody tr:nth-child(odd) {
	background: #f5f5f5;
}

table.archive-table tbody tr:nth-child(even) {
	background: #fff;
}
