/* ==========================================================================
 Typography & Headers
 ========================================================================== */
.wf-active h1 {
	font-family: 'Londrina thin', sans-serif;
	font-size: 5rem !important;
}

/* Custom post title sizing */
h2.entry-title,
.wf-active h2.entry-title {
	font-family: 'Londrina thin', sans-serif;
	font-size: 3rem !important;
	line-height: 1.2;
	letter-spacing: .5px;
	margin-bottom: .5rem;
	color: #333333 !important;
}

/* Base Link & Button Styles */
a, 
a:link, 
a:visited, 
a:hover, 
a:active {
	text-decoration: none !important;
}

a, 
.link-more, 
button {
	color: #69BC8E;
	border-radius: 3px;
	text-decoration: none !important;
}

button {
	margin-top: 10px !important;
}

/* ==========================================================================
 Navigation & Menus
 ========================================================================== */
header#masthead.site-header {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
}

#site-branding {
	width: 50% !important;
	position: fixed;
	display: flex;
	background-color: #ffffff;
}

.site-logo {
	margin: 0 0 0 -5px;
}

#primary-menu {
	text-align: center;
	padding: 10px !important;
}

#menu-item-19203,
#menu-item-160,
#menu-item-19038 {
	text-align: center;
	text-indent: 0;
}

li a {
	padding: 0 7px;
	font-family: 'Londrina thin', sans-serif;
	font-size: 25px;
	font-weight: 100;
	color: #333333;
	border-bottom: 2px solid transparent;
}

li a:hover,
li a:active,
li a:visited {
	border-color: #69BC8E;
	border-radius: 0;
	border-bottom: 2px solid !important;
}

li a:hover {
	background-color: transparent;
	color: #69BC8E;
/* Fixed: Changed from white to green so it stays visible */
	font-family: 'Londrina thin', sans-serif;
	font-size: 25px;
	font-weight: 300;
	border-bottom: 2px solid;
	border-radius: 0;
	border-color: #69BC8E;
}

.active {
	background-color: #69BC8E !important;
}

span.nav-title {
	color: #69BC8E;
	text-decoration: none !important;
}

span.nav-title:hover {
	text-decoration: none !important;
	padding: 20px !important;
	border-radius: 3px !important;
	color: #000000;
	opacity: .5;
}

/* ==========================================================================
 Buttons & Interactive Elements
 ========================================================================== */
.pushbutton-wide, 
.contact-submit {
	border-radius: 3px !important;
	color: #ffffff;
	background-color: #69BC8E;
}

.pushbutton-wide:hover {
	padding: 20px !important;
	border-radius: 3px !important;
	color: #ffffff;
	background-color: #69BC8E;
}

.f {
	width: 40%;
	padding: 20px;
	margin: 20px 20px 20px 0;
	border-radius: 3px;
	color: #ffffff;
	background-color: #69BC8E;
}

.f:hover {
	width: 40%;
	padding: 20px;
	border-radius: 3px;
	color: #5d5e5e;
	background-color: #9ECAAD;
}

/* ==========================================================================
 Layout, Banners & Media
 ========================================================================== */
body {
	background-color: #ffffff !important;
	color: #333333;
}

div.entry-media, 
div.site-banner {
	padding: 150px 0 0;
	background-color: #ffffff;
}

div.site-banner-media {
	width: 100%;
}

.site-banner-thumbnail {
	background-image: url('https://andrewguisgand.com/wp-content/uploads/2018/10/guisgand_2.gif') !important;
	width: 100%;
}

div.posted-info {
	padding: 0 0 50px;
}

.posts .cover-link:hover, 
.posts .cover-link:focus {
	border-color: rgba(105, 188, 142, 0.5);
	border-width: 10px;
}

img {
	vertical-align: middle;
	padding: 3px;
}

/* ==========================================================================
 Tables
 ========================================================================== */
table {
	width: 50%;
	color: inherit !important;
/* Fixed: Removed transparent text color */
	margin-left: auto;
	margin-right: auto;
}

tr:hover {
	background-color: transparent !important;
}

tr, td, th {
	width: 20%;
	border: 0 !important;
	vertical-align: top;
}

tb-foot {
	vertical-align: top;
	border: 0 !important;
}

/* ==========================================================================
 Structure Adjustments & Hidden Elements
 ========================================================================== */