/*
Theme Name: On the Grid Web Design LLC Base Theme
Theme URI: http://onthegridwebdesign.com/portfolio
Description: Basic/Customizable Theme.
Author: Chris Hood
Author URI: http://onthegridwebdesign.com/
Version: 1.2b (2026-02-24)
Tags: You're it, Custom Theme

License:
License URI:
*/

/***** General Page *****/
body {
	margin: 0;
	padding: 0;
	/*box-sizing: border-box;*/
	background: white;
	/*font-family: ETBembo, times, serif;*/
	font-family: arial;
	font-size: 18px;
	color: black;
}

h1, h2 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
h1 a, h1 a:visited {
	color: #333;
}
h3 {
	margin: 0 0 7px;
	padding: 0;
	line-height: 1.2em;
}
h4 {
	margin: 0 0 3px;
	padding: 0;
	line-height: 1.1em;
}

p {
	margin: 0 0 12px;
	padding: 0;
}

a {color: #33C;}
a:visited {color: #44C;}
a:hover, a:active {color: #A70000;}

.hidden {
	visibility: hidden;
}
@media all and (max-width: 600px) {
	.hide_mobile {
		display: none !important;
	}
}

/****** Top Menu *****/
.menu_top  {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
}
.menu_top li {
	display: inline-block;
	margin: 0 1px;
	padding: 2px 5px;
}
.menu_top a {
	text-decoration: none;
	color: black;
}
.menu_top a:hover {
	text-decoration: none;
	color: red;
}
.menu_top ul {display: none;} /*No sub-menus shown*/

.menu_vertical  {
	float: left;
	width: 150px;
	margin: 0 15px 30px 0;
	padding: 0 0 30px;
	background: #444;
	list-style-type: none;
	font-size: 110%;
	font-weight: bold;
}
.menu_vertical li {
	position: relative;
	margin: 1px;
	padding: 5px 5px;
	text-align: right;
}
.menu_vertical li:hover {
	background: #999;
}
.menu_vertical a {
	text-decoration: none;
	color: white;
}
.menu_vertical ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 110px;
	width: 150px;
	z-index: 99999;
	list-style-type: none;
}
.menu_vertical li:hover > ul {
	display: block;
}

/***** Header *****/
.header {
	/*display: flex;*/
	position: sticky;
	z-index: 10;
	top: 0;
	/*height: 141px;*/
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	padding: 21px 24px;
	background: rgba(0, 0, 0, .6);
	color: white;
	overflow: visible;
}
.header img {
	height: 159px;
	border: none;
}
.header h2 {
	display: inline-block;
	max-width: 95%;
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	text-shadow: 2px 2px 2px #333;
}
.header h2 a {
	text-decoration: none;
	color: white;
}
.header h3 {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	text-shadow: 2px 2px 2px #777;
}
.header_widgets {
	float: right;
	padding: 8px 0 7px 7px;
	text-align: right;
}

#menu_main {
	float: right;
	margin: 0;
	list-style-type: none;
}
#menu_main li {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 9px 9px;
/*	border-radius: 3px;*/
	text-align: center;
	overflow: visible;
}
#menu_main a {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #eee;
	text-shadow: 1px 1px 1px #000;
}
#menu_main a:hover {
	border-bottom: 3px solid #eee;
	color: #fff;
}
#menu_main .current-menu-item a {
	color: white;
}
#menu_main ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 5px 0;
/*	top: 42px;
	left: 0px;*/
	width: 254px;
	z-index: 99999;
	list-style-type: none;
	background: rgba(0,0,0,.5);
}
#menu_main li:hover > ul {
	display: block;
	background: rgba(0,0,0,.8);
}
#menu_main ul li {
	width: 230px;
	margin: 0;
	padding: 9px 12px;
	text-align: left;
	font-size: .8em;
}
#menu_main ul li a {
	text-decoration: none;
	color: #ddd !important;
}
#menu_main ul li:hover {
	background: #555;
}
#menu_main ul ul {display: none;} /*No sub-sub-menus shown*/

.header_small {
	padding: 12px 24px;
}
.header_small h2 {
	font-size: 1.5em;
}
.header_small img {
	height: 159px;
}
.header_small #menu_main a {
	font-size: 1em;
}

#navbar_hamburger {
	display: none;
	position: absolute;
	top: 21px;
	right: 4%;
	width: 20px;
	height: 20px;
}
#menu_mobile {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 99999;
	width: 100%;
	padding: 7px 0;
	background: #171717;
}
#menu_mobile a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #f6f6f6;
}
#menu_mobile li {
	padding: 3px 7px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#menu_mobile li:hover {
	background: #444
}
#menu_mobile ul {display: none;} /*No sub-menus shown*/

@media (max-width: 1300px) {
	.header_widgets {
		display: none;
	}
}
@media (max-width: 950px) {
	.header {
		min-height: 70px;
		padding: 12px 6px;
	}
	.header h2 {
		font-size: 1.5em;
	}

	#menu_main {
		display: none;
	}
	#navbar_hamburger {
		display: block;
	}
}

/***** Footer Menu *****/
.menu_footer  {
	margin: 12px auto 12px;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
.menu_footer li {
	display: inline-block;
	margin: 0 1px;
	padding: 1px 3px;
}
.menu_footer a {
	color: black;
}
.menu_footer li:hover a {
	color: red;
}
.menu_footer ul {display: none;} /*No sub-menus shown*/

/***** Page Containers *****/
.page_boxed {
	display: flex;
	flex-flow: row wrap;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

.content_one_column {
	padding: 7px 7px;
}
.content_two_column {
	display: inline-block;
	vertical-align: top;
	flex: 1 100%;
	order: 0;
	padding: 7px 5px;
}
.content_three_column {
	display: inline-block;
	vertical-align: top;
	flex: 1 100%;
	order: 0;
	padding: 7px 5px;
}

.sidebar_left, .sidebar_right {
	vertical-align: top;
	flex: 1 100%;
	width: 300px;
	padding: 7px 5px 12px;
}
.sidebar_left {
	order: 1;
	padding: 7px 5px 12px;
}
.sidebar_right {
	order: 3;
	padding: 12px 5px 7px;
}

@media all and (min-width: 600px) {
	.sidebar_left, .sidebar_right  {
		flex: 1 0 0;
	}
}

@media all and (min-width: 800px) {
	.content_two_column, .content_three_column {
		flex: 3 0px;
		order: 2;
	}
}

/***** Entry *****/
.entry {

}
.entry h2 {
	margin: 9px auto 17px;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #777;
}
.entry h2 a {
	color: black;
	text-decoration: none;
}
/*.entry h2 a:hover {color: #A70000;}*/

.post {
	width: 900px;
	max-width: 90%;
	margin: 6px auto;
	padding: 12px;
	background: rgba(0, 0, 0, .4);
	border-radius: 6px;
	border: 2px solid #555;
	color: #ddd;
}

/***** Pagination *****/
div.paginator {
	margin: 0 auto 8px;
	padding: 8px 8px;
	text-align: center;
	color: black;
	font-size: .9em;
	font-weight: bold;
}
.paginator a {color: black;}
.paginator .page-numbers{  
	padding: 4px 8px;  
	margin: 0px 4px;  
	border-radius: 12px;
	border: 1px solid #33a;  
	background: #e9e9ff;  
}  
.paginator .current{  
	border: 1px solid #FFB134;  
	background-color: #FBEFDB;  
}  
.paginator .prev, .paginator .next{  
	border-radius: 12px;
	border: 1px solid #33a;  
	background: #e9e9ff;  
}  

/***** Footer *****/
.footer {
	clear: both;
	display: flex;
	flex-flow: row wrap;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
.footer_area {
	flex: 1;
	vertical-align: top;
	width: 33%;
	min-width: 250px;
	text-align: center;
}
.credit {
	padding: 7px 12px 12px;
	background: #000;
	text-align: center;
	color: #ddd;
}
.credit a {
	color: #eee;
}
.credit_social {
	float: right;
}
.credit_social img {
	width: 24px;
	height: 24px;
	margin: 6px 0 3px 12px;
}

/***** Widgets *****/
.sidebar_widget {
	padding: 7px;
	margin-bottom: 7px;
	background: #eee;
	border-radius: 8px;
	color: black;
	text-align: left;
	font-size: .9em;
}
.sidebar_widget h2 {
	margin-bottom: 4px;
	padding-bottom: 3px;
	border-bottom: 2px dashed #777777;
	font-size: 1.2em;
}

.footer_widget {
	padding: 7px;
	background: none;
	border-radius: 8px;
	color: black;
	text-align: left;
	font-size: .9em;
}
.footer_widget h2 {
	margin-bottom: 4px;
	padding-bottom: 3px;
	border-bottom: 3px dashed #777777;
	font-size: 1.2em;
}

/***** Comments *****/
.commentlist {
	list-style: none;
	margin-left: -35px;
}
.commentlist li {
	width: 700px;
	max-width: 90%;
	margin: 0 auto 5px;
	padding: 12px;
	background: rgba(0, 0, 0, .4);
	border-radius: 6px;
	border: 2px solid #555;
	color: #fff;
}
.comment-author img {
	float: left;
	margin: 0 5px 0 0;
}
.comment-meta {
	margin: 3px 0;
}

#comments h2, #comments h3 {
	margin: 12px auto 9px;
	color: white;
	text-shadow: 2px 2px 4px #333;
}

#commentform {
	width: 700px;
	max-width: 90%;
	margin: 6px auto;
	padding: 12px;
	background: rgba(0, 0, 0, .4);
	border-radius: 6px;
	border: 2px solid #555;
	color: #ddd;
}
#commentform a {
	color: white;
}
#commentform textarea, #commentform input:not([type="submit"]):not([type="checkbox"])  {
	width: 500px;
	max-width: 95%;
	margin-bottom: 9px;
	padding: 3px 7px;
	border-radius: 3px;
	background: #ddd;
	font-size: 1.1em;	
}
#commentform textarea {
	width: 95%;
}
#commentform input[type="submit"] {
	float: none;
	height: auto;
	margin: 0 auto 0;
	padding: 7px 32px;
	border-radius: 9px;
	background: #A78A00;
	color: white;
	font-size: 1.1em;
	text-shadow: 2px 2px 2px #333;
}	

#commentform input[type="submit"]:hover {
	background: #A7A700 !important;
}

.sfw-commentlist {
	color: black;
}
.sfw-commentlist a {
	color: black;
}

/***** Wordpress Default Styles *****/
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft {
	float: left;
	display: inline;
	margin-right: 1.5em;
	border-radius: 3px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	border-radius: 3px;
}
.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	border-radius: 3px;
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/* Contact Form 7 */
.otg_email_form p {
	box-sizing: border-box;
	margin-bottom: 21px;
	padding: 0;
}
.otg_email_form label {
	font-weight: bold;
}
.otg_email_form input:not([type="submit"]):not([type="radio"])  {
	box-sizing: border-box;
	width: 99%;
	padding: 3px 7px;
	border-radius: 3px;
	background: #ddd;
	font-size: 1.1em;
}
.otg_email_form textarea {
	box-sizing: border-box;
	width: 99%;
	padding: 3px 7px;
	background: #ddd;
	border-radius: 3px;
}
.wpcf7-form input[type="submit"], .otg_email_form input[type="submit"] {
	float: none;
	height: auto;
	margin: 0 auto;
	padding: 7px 32px;
	border-radius: 9px;
	background: #33AA33;
	color: white;
	font-size: 1.1em;
	text-shadow: 2px 2px 2px #333;
}	

.wpcf7-form input[type="submit"]:hover, .otg_email_form input[type="submit"]:hover {
	background: #44CC44 !important;
}


table.otg_table {
	width: 100%;
}
.otg_table tr:nth-child(odd) td {
	background: #ccc;
}

@media all and (max-width: 450px) {
	.alignright {
		display: block;
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
}
.header_widgets input {
	max-width: 200px;
}