/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    https://galushatech.com
 Description:  Child theme for Twenty Twelve
 Author:       Jared Peterson
 Author URI:   https://galushatech.com
 Template:     twentytwelve
 Version:      1.0
 Text Domain:  twentytwelve-child
*/


#page, body {
	display: flex;
	flex-direction: column;
}
body {
	margin: 0 5px;
	height: 100%;
	font-family: 'open_sansregular', sans-serif!important;
	background: #202020;
	color: #EEE;
}
#page {
	flex-grow: 1;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background: #404040;
	border: 10px solid #888888;
	border-top: 0;
	border-bottom: 0;
}
.body-wrap {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	margin: 5px;
}
.site-header {
	padding: 0!important;
}
.site-title {
    text-align: center!important;
    margin: 0;
}
.site-header h1, .site-header h2 {
	line-height: normal!important;
}
.site-description {
	display: block;
	font-family: "Fira Sans", sans-serif!important;
	font-weight: 600!important;
	font-style: normal!important;
	text-align: center!important;
	font-size: 1rem!important;
	margin: 0;
}
a, a:visited {
	color: #ffcc00 !important;
	font-family: 'Fira Sans', sans-serif !important;
	font-weight: bold;
	transition: all .5s ease !important;
	text-decoration: underline !important;
}
.site-title a {
	color: red !important;
	font-family: "Fira Sans", sans-serif!important;
	font-weight: 600!important;
	font-style: normal!important;
	text-align: center!important;
	font-size: 44px!important;
	text-decoration: none !important;
	text-shadow: 0px 0px 12px black;
}
.site-content {
		float: initial!important;
}
.site-content article {
	border-bottom: 2px solid #888;
	margin-bottom: 20px!important;
}
.centered {
	text-align: center!important;
}


/* MENU */
.main-navigation {
	margin-top: 12px!important;
	text-align: center;
}
.nav-menu {
	border: 0px none;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	border-top: 2px solid #888!important;
	border-bottom: 2px solid #888!important;
	list-style: none;
	padding: 0;
	text-align: center;
}
.main-navigation li a {
	border-bottom: 0;
	color: #6a6a6a;
	line-height: 1;
	margin:10px 0;
	text-transform: capitalize;
	white-space: nowrap;
}
.nav-menu li {
	display: inline-block;
	margin: 0 3px;
}
.nav-menu a, .nav-menu a:visited {
	display: block;
	color: white !important;
	font-family: "Fira Sans", sans-serif!important;
	font-size: 18px!important;
	padding: 10px;
	font-weight: bold!important;
	background: #111 !important;
	box-shadow: 0px 2px 2px #ffeb0061;
}
.nav-menu a:hover {
	background: #000 !important;
	color: #3ed8ff !important;
}
/* Footer - Contact */
footer {
	width: 100%!important;
	border-top: 2px solid #888!important;
	padding: 0 !important;
	max-width: 100%!important;
}
.custom-footer {
	text-align: center;
	text-shadow: 1px 1px 1px black;
}
.custom-footer h1 {
	font-size:2em !important;
	margin-bottom: 24px;
}
.footer-content {
	display: block !important;
}
/* Footer Navigation */
.footer-navigation {
	border: 10px solid black;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	margin-left: 10px;
	background: #505050;
	display: inline-block;
}
.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 14px;
}
.footer-navigation a {
	display: block;
	padding: 4.5px;
	font-size: 18px;
}
.footer-navigation a:hover {
	background: #222;
	color: white;
}
.lot-lightbox-pdf-container {
	position: absolute;
	top: 50px;
    left: 50px;
    right: 50px;
    bottom: 20px;
}

/* Override */
a:hover {
    color: #3ed8ff !important;
}
.lot-lightbox-close {
	top: 40px!important;
}
.print-link {
    float: right!important;
}
.style-menu .fa-print {
    color: black;
}
