/*
Theme Name: Monroe Aerospace
Theme URI: https://titanwnc.com
Description: A custom built theme for Monroe Aerospace.
Author: Russ Powers
Author URI: https://askmonroe.com
Version: 1.0
Requires at least: 3.0
Requires PHP: 5.2.4
Text Domain: monroeaerospace
*/


/* =Imports
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

/* =Reset default browser CSS.
-------------------------------------------------------------- */ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	width: 75%;
}
#content {
	width: 96%;
	margin: 0 auto;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 23%;
	padding: 0 1%;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

#container.one-column {
	float: none;
	width: 96%;
	padding: 0 2%;
}
.one-column #content {
	margin: 0 auto;
	width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Poppins, sans-serif;
}
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.calendar_wrap,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.pingback p,
.reply,
.wp-caption-text {
	font-family: "Poppins", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: "Poppins", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.entry-title,#access .menu,
#access div.menu ul,
h3#comments-title,
h3#reply-title,
.widget-title,
.page-title {
	font-family: 'Montserrat', sans-serif;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#branding,
#main,
#wrapper {
	margin: 0 auto;
	max-width: 1210px;
}
#wrapper {
	background: #fff;
	margin-top: 0px;
	box-shadow: 0px 0px 30px #000;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	width: 18%;
	padding: 1%;
	color: #fff;
}
#footer-widget-area .follow-us a {
	color: #000;
	opacity: 1;
	margin: 0 7px;
	font-size: 20px;
	height: 32px;
	line-height: 32px;
	width: 32px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
}
#footer-widget-area .follow-us a.fa-facebook:hover {
	background: #3b5a9a; 
	color: #fff;
}
#footer-widget-area .follow-us a.fa-twitter:hover {
	background: #1aa9e1; 
	color: #fff;
}
#footer-widget-area .follow-us a.fa-linkedin:hover {
	background: #0073b2; 
	color: #fff;
}
#footer-widget-area .follow-us a.fa-youtube:hover {
	background: #c3191e ; 
	color: #fff;
}
#footer-widget-area .follow-us a.fa-instagram:hover {
	background: #7c4a3a; 
	color: #fff;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: linear-gradient(to left, rgba(89,89,89,0.95) 0%, rgba(89,89,89,0) 20%, rgba(89,89,89,0) 80%, rgba(89,89,89,0.95) 100%), url('images/bg.png');
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}
body,
input,
textarea {
	color: #777;
	font-size: 14px;
	line-height: 26px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active,
a:hover {
	color: #8b0902;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	padding-right: 20px;
	color: #333;
}
#site-description a {
	text-decoration: none;
	color: #8b0902
}
#site-description .address {
	float: left;
    text-align: right;
    margin-right: 84px;
    padding-top: 24px;
    font-size: 14px;
    line-height: 22px;
	margin-left: 5px;
}
#site-description .address strong {
	color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
#site-description .address a {
	float: right;
	padding-top: 1px;
}
#site-description .phone {
	float: right;
	text-align: right;
	line-height: 22px;
	padding-top: 37px;
}
#site-description .phone span {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
#site-description .phone p {
	margin-bottom: 0px;
}
#site-description .mobile-naps {
	display: none;
}

#branding img {
    padding: 0px 0px 23px 20px;
    display: block;
    float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 20px;
    width: 80.17%;
}
#access.sticky {
  position: fixed;
  max-width:1201px;
  margin: 0 0.25%;
  z-index: 99999;
}
#access.sticky + .content {
  padding-top: 60px;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 20px;
	padding: 22.5px 26px;
	text-decoration: none;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.5px;
}


#access a:hover:before {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#access a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    width: 1px;
    height: 64px;
    background: #8B0902;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	background: #8b0902;
background: rgb(139,9,2);
background: -moz-linear-gradient(top,  rgba(139,9,2,1) 18%, rgba(139,9,2,1) 19%, rgba(0,0,0,0) 19%, rgba(0,0,0,0) 80%, rgba(139,9,2,1) 80%);
background: -webkit-linear-gradient(top,  rgba(139,9,2,1) 18%,rgba(139,9,2,1) 19%,rgba(0,0,0,0) 19%,rgba(0,0,0,0) 80%,rgba(139,9,2,1) 80%);
background: linear-gradient(to bottom,  rgba(139,9,2,1) 18%,rgba(139,9,2,1) 19%,rgba(0,0,0,0) 19%,rgba(0,0,0,0) 80%,rgba(139,9,2,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0902', endColorstr='#8b0902',GradientType=0 );


}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #8B0902;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #222;
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background: #222;
	color: #fff;
}

#cart-cta {
	float: right;
	margin-right: 20px;
}
#cart-cta a {
	float: right;
    height: 62px;
    line-height: 50px;
    width: 166px;
    background: #8B0902;
    border-radius: 8px;
    border: 2px solid #8B0902;
    color: #ffffff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    outline: medium none;
    text-align: center;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
    text-transform: uppercase;
	text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#cart-cta a i {
	padding-right: 5px;
	font-size:28px;
}
#cart-cta a:hover {
	background: #000;
}
#mobilenav {
	display: none;
}
/* =Content
-------------------------------------------------------------- */

.share-post {
	float: right;
}
.share-post a {
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height:30px;
	text-align: center;
	text-decoration: none;
	color: #888
}
.share-post a.fa-facebook:hover {
	color: #3B5998;
}
.share-post a.fa-twitter:hover {
	color: #55ACEE;
}
.share-post a.fa-linkedin:hover {
	color: #007bb5;
}
.share-post a.fa-instagram:hover {
	color: #125688;
}
.share-post a.fa-pinterest:hover {
	color: #cb2027;
}

#main {
	clear: both;
	overflow: hidden;
	padding: 24px 0 0 0;
	width: 98%;
	max-width: unset;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #777;
	font-size: 14px;
	line-height: 26px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h4,
#content h5,
#content h6 {
	color: #8b0902;
	line-height: 1.5em;
	margin: 0;
}
#content h3 {
	background: linear-gradient(to bottom, #890F10, #5C0A0A);
	color: #fff;
	margin-bottom: 20px;
	transition: all 500ms;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	position: relative;
	padding: 10px 0 10px 12px;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	position: relative;
	justify-content: space-between;
	font-style: strong;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) !important;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
    color: #8b0902;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}
.page-title span {
	color: #333;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #8b0b04;
}
#content .entry-title {
	color: #8b0b04;
	font-size: 29px;
	font-weight: 800;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #8b0b04;
}
.entry-meta {
	float: left;
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-content .more-link {
	white-space: nowrap;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #8b0b04;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #8b0b04;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

.entry-content .single-post-img {
	clear:both;
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
}
.entry-content .single-post-img .chld {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	transition: all .9s;
}
.entry-content .single-post-img:hover .chld,
.entry-content .single-post-img:focus .chld {
  transform: scale(1.2);
}



#content > .post-feed {
	float: left;
	width: 31%;
	margin: 1%
}
#content > .post-feed:nth-child(3n+1) {
   clear: both;
}
#content > .post-feed .post-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
#content > .post-feed .post-img .chld {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	transition: all .9s;
}
#content > .post-feed:hover .chld,
#content > .post-feed:focus .chld {
  transform: scale(1.2);
}

#content > .post-feed h2.entry-title {
	font-size: 21px;
	margin-bottom: 15px;
}
#content > .post-feed .entry-meta {
	line-height: 10px;
	margin-bottom: 5px;
}
#content > .post-feed .entry-meta a {
	font-weight: 600;
}
#content > .post-feed .entry-content {
	padding: 0 0 0 0 !important;
}
#content > .post-feed a.continue-reading {
    display: block;
	clear: both;
    padding: 5px 14px;
	width: 150px;
	margin-top: 10px;
    background: #8b0b04;
    color: #fff;
    border: 1px solid #890F10;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 20%) !important;
	text-align: center;
}
#content > .post-feed a.continue-reading:hover {
	color: #fff;
    background: linear-gradient(to bottom, #890F10, #5C0A0A);
    transition: all .8s ease;
}
.blog-navigation {
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 30px;
	width: 100%;
	clear: both;
	text-align: center;
}

/* =Home Page
-------------------------------------------------------------- */

#featured {
	position: relative;
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
	height: 400px;
	margin-bottom: 30px;
	border-radius: 4px;
	border: 1px solid #000;
}
#featured ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 400px;
	list-style: none;
}
#featured ul li.post {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 400px;
	background: #ccc;
	text-align: center;
	background-size: cover !important;
	background-position: center !important;
}
#featured ul li.post .featuredContent {
    position: absolute;
    bottom: 10%;
    background: rgba(0,0,0,0.7);
    padding: 3% 8%;
    width: 84%;
    color: #fff;
    text-align: left;
}
#featured ul li.post .featuredContent h2 {
	font-weight: 600;
}
#featured ul li.post .featuredContent h2 a {
	color: #fff;
	text-decoration: none;
}
#featured ul li.post .featuredContent h2 a:hover {
	color: #8b0b04;
}
#featured ul li.post .featuredContent span.meta {
	font-size: 10px;
	color: #eee;
}
#featured ul li.post .featuredContent p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0px;
	
}
#featured ul li.post .featuredContent a.continue-reading {
	display: block;
    clear: both;
    padding: 3px 9px;
    width: 95px;
    margin-top: 10px;
    background: #8b0b04;
    color: #fff;
    border: 1px solid #890F10;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 20%) !important;
    text-align: center;
}
#featured ul li.post .featuredContent a.continue-reading:hover {
	color: #fff;
    background: linear-gradient(to bottom, #890F10, #5C0A0A);
    transition: all .8s ease;
}
a.control_prev, a.control_next {
	position: absolute;
	top: 50%;
	z-index: 999;
	display: block;
	padding: 4% 2%;
	width: auto;
	height: auto;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	opacity: 0.8;
	cursor: pointer;
}
a.control_prev:hover, a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}
a.control_prev {
	border-radius: 0 2px 2px 0;
}
a.control_next {
	right: 0;
	border-radius: 2px 0 0 2px;
}
body.home #wrapper #main #container hr {
	width: 96%;
	margin: 20px auto;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.widget-container .wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.blog-navigation li a,
.blog-navigation li a:hover,
.blog-navigation li.active a,
.blog-navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.blog-navigation li {
    display: inline;
}
 
.blog-navigation li a,
.blog-navigation li a:hover,
.blog-navigation li.active a,
.blog-navigation li.disabled {
    background-color: #8b0b04;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.blog-navigation li a:hover,
.blog-navigation li.active a {
        color: #fff;
    background: linear-gradient(to bottom, #8b0b04, #5C0A0A);
    transition: all .8s ease;
}

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #8b0b04;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #8b0b04;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #8b0b04;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #8b0b04;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#respond #wp-comment-cookies-consent {
	width: auto;
	margin: 0 10px 0 0;
}

/* =Post CTA
-------------------------------------------------------------- */
div.postCTA {
	float: left;
	width: 100%;
	padding: 30px 0 50px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
	margin: 0 0 30px 0;
}
div.postCTA h2 {
	font-size: 32px;
}
div.postCTA p {
	font-size: 18px;
	padding-bottom:20px;
	
}
div.postCTA p strong {
	color: #8b0b04;
}
div.postCTA a.ctaButton {
    clear: both;
    margin: 20px 0 20px 0;
    padding: 20px 34px;
    background: #8b0b04;
    color: #fff;
    border: 1px solid #890F10;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
	text-transform: uppercase;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 20%) !important;
    text-align: center;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
div.postCTA a.ctaButton:hover {
	border: 1px solid #8b0902;
	background: #dd0003;
    background: -moz-linear-gradient(top, #dd0003 0%, #8b0902 56%, #8b0902 100%);
    background: -webkit-linear-gradient(top, #dd0003 0%,#8b0902 56%,#8b0902 100%);
    background: linear-gradient(to bottom, #dd0003 0%,#8b0902 56%,#8b0902 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd0003', endColorstr='#8b0902',GradientType=0 );
}
/* =Popular Posts
-------------------------------------------------------------- */
#monroe_popular-2 {
	float: left;
	width: 100%;
	margin-bottom:30px;
}
#monroe_popular-2 ul {
		list-style-type: none;
		margin: 0 0 0 0;
}
#monroe_popular-2 ul li {
	float: left;
	width: 31%;
	padding: 1%;
}
#monroe_popular-2 ul li.post .post-content h4 {
	font-weight: bold;
	font-size: 18px;
}
#monroe_popular-2 ul li.post .post-content h4 a {
	text-decoration: none;
}
#monroe_popular-2 ul li.post .post-content .post-meta {
	margin: 0 0 0 0;
	width: 100%;
	clear: both;
	color: #777;
	font-size: 12px;
}
#monroe_popular-2 ul li.post .post-content .post-meta a {
	font-weight: 600;
	color: #777;
}
#monroe_popular-2 ul li.post .post-content p {
	clear: both;
	margin-bottom: 10px;
}
#monroe_popular-2 ul li.post .post-content a.continue-reading {
	display: block;
    clear: both;
	margin: 10px 0 0 0;
    padding: 5px 14px;
    width: 150px;
    background: #8b0b04;
    color: #fff;
    border: 1px solid #890F10;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 20%) !important;
    text-align: center;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
.wp-calendar-nav {
	display: table;
	width: 100%;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #8b0b04;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget_text ul,
.widget_text ol {
	margin-bottom: 1.5em;
}
.widget_text ol {
	margin-left: 1.3em;
}
.widget_text ul ul,
.widget_text ol ol,
.widget_text ul ol,
.widget_text ol ul {
	margin-bottom: 0;
}
.widget_media_video video {
	max-width: 100%;
}
.tagcloud ul {
	list-style-type: none;
	margin-left: 0 !important;
}
.tagcloud ul li {
	display: inline-block;
}

/* Helps galleries in widget areas look presentable in most cases. */
.widget-area .gallery-columns-2 img,
.widget-area .gallery-columns-3 img,
.widget-area .gallery-columns-4 img,
.widget-area .gallery-columns-5 img,
.widget-area .gallery-columns-6 img,
.widget-area .gallery-columns-7 img,
.widget-area .gallery-columns-8 img,
.widget-area .gallery-columns-9 img {
	border: none;
	max-width: 90%;
	width: auto;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}

#main .widget-area ul.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: square;
}

#primary {
}
/*
#primary.sticky {
    position: fixed;
    width: 14.5%;
    top: 10px;
    margin-left: -8px;
}
*/
#primary h3.widget-title {
    color: #222;
    font-weight: bold;
    background: #F0F0F0;
    border-left: 3px solid #8b0902;
    padding: 9px 15px 10px;
    font-size: 18px;
	margin-bottom: 2px;
}
.widget_categories ul {
	list-style-type: none;
	margin: 0 0 0 0;
	font-family: 'Arial', sans-serif;
}
.widget_categories ul li {
	overflow: hidden;
}
.widget_categories ul li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #000;
	background: #f7f7f7;
	border-bottom: 2px solid #fff;
	padding: 8px 0 8px 22px;
	transition: all .5s ease;
	
}
.widget_categories ul li a:hover {
	background: #fff;
	transition: all .5s ease;
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
    max-width: 1210px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	
}
#footer-widget-area h3.widget-title {
	color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 40px;
}
#footer-widget-area h3.widget-title::after {
	display: block;
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: relative;
    width: 70px;
	margin-top: 24px;
}
#footer-widget-area a,
#fotter-widget-area a:visited {
	color: #8b0b04;
}
#footer-widget-area a:hover {
	color: #fff;
}
#fifth.widget-area strong {
	color: #fff;
}
#fifth.widget-area p {
	color: #9e9e9e;
}
.footer-logo .footer-social-links {
	list-style-type: none;
	margin-left: 0px;
	margin-top: -10px;
	text-align: center;
}
.footer-logo .footer-social-links li {
    display: inline-block;
    margin: 0 5%;
}
.footer-logo .footer-social-links li a {
	color: #fff !important;
}
.footer-logo .footer-social-links li a:hover {
	color: #8b0b04 !important;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	width: 100%;
	background: #000;
}
#colophon {
	width: 100%;
	padding-top: 45px;
	padding-bottom: 30px;
	background: #000;
	border-bottom: 1px solid #313131;
}
#site-info {
	text-align: right;
	padding: 23px 20px 20px 0;
}
#site-info a {
	color: #555;
	text-decoration: none;
}
#site-generator {
	position: absolute;
	font-style: italic;
	text-align: left;
	padding: 17px 0 0px 20px;
}
#site-generator a {
	background: url(images/logo-footer.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	text-decoration: none;
	width:80px;
	height: 31px;
	opacity: 0.5;
	transition: all 1.7s ease;
}
#site-generator a:hover {
	opacity: 1;
	transition: all 1.7s ease;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
#site-info span[role=separator] {
	padding: 0 0.6em 0 0.3em;
}
#site-info span[role=separator]::before {
	content: '\007c';
}
#foot-wrap {
	padding-left: 110px;
}
#menu-footer {
	list-style-type: none;
	text-align: center;
	margin: 0 0 0 0;
	padding: 23px 0 13px 0;
}
#menu-footer > #menu-item-2929 {
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
#menu-footer li {
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 10px;
}
#menu-footer li a {
	color: #fff;
	text-decoration: none;
	
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#menu-footer li a:hover {
	color: #8B0902;
}



/* =Responsive Framework
-------------------------------------------------------------- */

@media screen and (max-width: 1200px) {
	#wrapper {
		max-width: unset;
		width: 96%;
		padding: 0 2%;
	}
	#access {
		width: 77%;
		margin: 0 0 0 1%;
	}
	#cart-cta {
		width: 17%;
		margin: 0 1% 0 0;
	}
	#cart-cta a {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	#content > .post-feed {
		float: left;
		width: 98%;
		margin: 1% 1% 3% 1%;
		border-bottom: 1px solid #eee;
		padding-bottom: 1%;
	}
	#content > .post-feed .post-img .chld {
		width: 110%;
		height: 110%;
		background-size: cover !important;
		background-position: center center !important;
	}
	#content > .post-feed .post-img {
		float: left;
		width: 30%;
		height: 200px;
		padding-right: 0px;
		border: 1px solid #000;
	}
	.blog-navigation {
		border-top: 0px solid rgba(0,0,0,0);
	}
	#content > .post-feed h2.entry-title,
	#content > .post-feed .entry-meta,
	#content > .post-feed .entry-content {
		float: right;
		width: 65%;
		clear: none;
	}
}
@media screen and (max-width: 900px) {
	#site-description .address {
		margin-right: 25px;
	}
	#footer-widget-area .widget-area {
		float: left;
		width: 43%;
		padding: 3%;
		color: #fff;
		text-align: center;
	}
	#third.widget-area {
		width: 100%;
	}
	#footer-widget-area h3.widget-title {
		padding-bottom: 0px;
	}
	#footer-widget-area h3.widget-title::after {
		width: 100%;
		margin: 14px auto;
	}
	.footer-logo .footer-social-links li {
		display: inline-block;
		margin: 10px 20px;
	}
	#foot-wrap {
		padding-left: unset;
	}
	#menu-footer > #menu-item-2929 {
		display: none;
	}
	#content h3 {
		text-align: center;
	}
}
@media screen and (max-width: 850px) {
	#wrapper {
		width: 100%;
		padding: 0;
	}
	#site-description .address,
	#site-description .phone {
		display: none;
	}
	#site-title {
		width: 100%;
		text-align: center;
	}
	#branding img {
		float: none;
		display: inline-block;
		padding: 0 0 0 0;
	}
	#site-description {
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}
	#site-description .mobile-naps {
		display: inline-block;
		width: 100%;
	}
	#site-description .mobile-naps i {
		padding: 0 17px;
		font-size: 24px;
		color: #8b0b04;
	}
	#container {
		width: 100%;
	}
	#primary, secondary {
		width: 99%;
	}
	.widget_search #s {
		width: 82%;
	}
	.widget_search #searchsubmit {
		width: 14%;
		margin: 0 1%;
	}
	#mobilenav {
		display: block;
		width: 94%;
		background: #000;
		color: #fff;
		text-align: right;
		padding: 0 3%;
		margin: 20px auto 0;
		clear: both;
		line-height: 65px;
	}
	#mobilenav i {
		position: relative;
		right: 10px;
		padding: 12px 16px;
		background: #8b0b04;
		border-radius: .25rem;
	}
	#access {
		display: none;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
	}
	#access .menu-header li, div.menu li {
		width: 100%;
	}
	#access a {
		padding: 15px 0;
		line-height: unset;
	}
	#access a::before {
		display: none;
	}
	#access #menu-home.menu {
		width: 75%;
		margin: -40px auto 0;
	}
	#cart-cta {
		display: none;
		width: 100%;
		margin: 0;
	}
	#cart-cta a {
		width: 100%;
		border-radius: 0;
		border: 0px solid #000;
	}
	#access ul li.current_page_item > a,
	#access ul li.current_page_ancestor > a,
	#access ul li.current-menu-ancestor > a,
	#access ul li.current-menu-item > a,
	#access ul li.current-menu-parent > a {
		background: #000;
		color: #fff;
	}
	* html #access ul li.current_page_item a,
	* html #access ul li.current_page_ancestor a,
	* html #access ul li.current-menu-ancestor a,
	* html #access ul li.current-menu-item a,
	* html #access ul li.current-menu-parent a,
	* html #access ul li a:hover {
		background: #000;
		color: #fff;
	}
}
@media screen and (max-width: 800px) {
	#monroe_popular-2 ul li {
		float: left;
		width: 98%;
		padding: 1% 0 3% 0;
		text-align: center;
		margin-bottom: 4%;
		border-bottom: 1px solid #eee;
	}
	
	#monroe_popular-2 ul li.post .post-content a.continue-reading {
		margin: 10px auto;
	}
}
@media screen and (max-width: 620px) {
	#content .entry-title,
	.entry-meta,
	.share-post,
	.page-title,
	.archvie-meta {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	#content > .post-feed .post-img {
		width: 100%;
		height: 250px;
		margin-bottom: 20px;
	}
	#content > .post-feed h2.entry-title, #content > .post-feed .entry-meta, #content > .post-feed .entry-content {
		width: 100%;
		text-align: center;
	}
	#content > .post-feed a.continue-reading {
		margin: 10px auto;
	}
	img.alignleft, img.alignright, img.aligncenter {
		width: 96%;
		height: auto;
		margin: 20px 2%;
	}
}
@media screen and (max-width: 500px) { 
	div.postCTA a.ctaButton {
		padding: 20px 0;
		display: block;
	}
	#colophon {
		position: relative;
	}
	#footer-widget-area .widget-area {
		float: left;
		width: 90%;
		padding: 5%;
		color: #fff;
		text-align: center;
	}
	#third.widget-area {
		width: 90%;
		position: absolute;
		bottom: 0;
	}
	#fifth.widget-area {
		margin-bottom: 175px;
	}
	#footer-widget-area h3.widget-title::after {
		width: 50%;
		margin: 14px auto;
	}
	#menu-footer li {
		margin: 0 2%;
	}
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}/*= Site Notice - Russ Powers 1/10/24============================================================ */#site-notice {	position: relative;	z-index: 9999;	padding: 15px 0;	background: #8b0b04;	color: #fff;	text-align: center;}