/*
	Theme Name: Metro Pro Theme
	Theme URI: http://my.studiopress.com/themes/metro/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.0.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Metro Pro Blue
		- Metro Pro Green
		- Metro Pro Pink
		- Metro Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #f96e5b;
}

a:hover {
	color: #222;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"], 
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #f96e5b;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	margin: 32px auto;
	max-width: 1140px;
	overflow: hidden;
	padding: 36px;
}

.site-inner {
	clear: both;
	padding-top: 32px;
}

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 700px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

.metro-pro-landing .site-container {
	max-width: 772px;
}

.metro-pro-landing .site-inner,
.metro-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 332px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 12px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box,
.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	overflow: hidden;
	padding: 32px;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

.author-box h1 {
	font-size: 16px;
	margin-bottom: 4px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 48px;
	font-weight: 700;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover {
	color: #f96e5b;
}

.content .home-top .entry-title {
	font-size: 24px;
}

.after-entry .widget-title,
.archive-title,
.comments-title,
.widget .entry-title {
	font-size: 20px;
}

/* --------ADDS DIAGONAL LINES UNDER POPULAR POST IN SIDEBAR, entry comments and comment response----------*/ 
.comment-respond h3,
.entry-comments h3,
.widget-title {
	background: url(https://forbloggingoutloud.com/wp-content/uploads/2015/04/lines.png) bottom repeat-x;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #555555;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 16px;
	padding-bottom: 16px;
	text-align: center;
	text-transform: uppercase;
}

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	padding: 0;
}

.featured-content .entry p,
.home-bottom .featured-content {
	margin-bottom: 0;
}

.featured-content .entry-title {
	margin-bottom: 8px;
}

.home-bottom .featured-content .entry-title {
	margin: 8px 0;
}

.home-bottom .featured-content .widget-title {
	margin-bottom: 20px;
}

.home-bottom .featured-content .entry {
	border-bottom: 5px solid #f5f5f5;
}

.metro-pro-home .home-bottom .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
	margin-bottom: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
	background-color: #333;
	color: #fff;
	padding: 28px 32px 32px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget input {
	margin-bottom: 16px;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #f96e5b;
	color: #fff;
	margin: 0;
	width: 100%;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

.site-inner div.gform_wrapper input[type="text"],
.site-inner div.gform_wrapper textarea,
.site-inner div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

.site-inner div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

.site-inner div.gform_wrapper input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 0;
	overflow: hidden;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 360px;
}

.site-title {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 1;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	background-color: #f96e5b;
	color: #fff;
	display: inline-block;
	padding: 16px;
	text-decoration: none;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	min-height: 100px;
	padding: 0;
}

.header-image .site-title a {
	/*background-color: none;*/
	max-width: 270px;
	min-height: 80px;
	padding: 0;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 664px;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	width: 50%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 16px 20px 14px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #f96e5b;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 175px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #333;
	font-size: 12px;
	padding: 12px 16px;
	position: relative;
	width: 175px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px 14px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #f96e5b;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	padding: 14px 14px 14px 44px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header ul.genesis-nav-menu {
	background-color: #333;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a {
	padding: 16px 20px;
}

.nav-primary .sub-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #333;
	text-align: right;
}

.nav-secondary a {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 16px;
}

.nav-secondary .sub-menu a:hover {
	background-color: #f96e5b;
	color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle {
	overflow: hidden;
}

.home-middle-left,
.home-middle-right {
	width: 332px;
}

.home-middle-left {
	float: left;
}

.home-middle-right {
	float: right;
}

/* Entries
--------------------------------------------- */

/* ----------PUTS DIAGONAL LINES BETWEEN EACH POST AND SEPARATES EACH POST ----------*/
.entry,
.page.page-template-page_blog-php .entry {
	background: url(https://forbloggingoutloud.com/wp-content/uploads/2015/04/lines.png) bottom repeat-x;
	background-size: 8px 8px;
	margin-bottom: 48px;
	padding-bottom: 32px;
}

.page .entry {
	background: none;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	padding: 0;
}

.entry-content a {
	color: #f96e5b;
}

.entry-content a:hover {
	color: #333;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.entry-meta a {
	color: #999;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #222;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
}

.entry-meta .entry-categories,
.entry-meta .entry-tags {
	display: block;
}

.content .entry-meta .entry-comments-link {
	float: right;
}

.content .entry-meta .entry-comments-link a {
	background-color: #f96e5b;
	color: #fff;
	padding: 8px 16px;
}

.content .entry-meta .entry-comments-link a:hover {
	background-color: #333;
	color: #fff;
}

/* After Entry
--------------------------------------------- */

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

/* NOT SURE OF THE PURPOSE ----------*/
/*.after-entry {
	background: url(https://forbloggingoutloud.com/wp-content/uploads/2015/04/lines.png);
	background-size: 8px 8px;
	margin-top: 32px;
	padding: 16px;
	text-align: center;
}*/

.after-entry .wrap {
	/*background-color: #fff*/
	padding: /*32*/0px;
  	margin: 0 0 -120px 0;
}

.after-entry p {
	margin-bottom: 20px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f96e5b;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

p.form-submit,
.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.ping-list li {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

.ping-list .reply {
	display: none;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.comment-content {
	clear: both;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {	
	margin-bottom: 32px;
	word-wrap: break-word;
}

.widget li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	list-style-type: none;
	text-indent: 0;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 15px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar .search-form {
	width: 100%;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #f96e5b;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 15px;
	margin: 32px auto;
	max-width: 1140px;
	padding: 36px 36px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 332px;
}

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 36px;
}

.footer-widgets .search-form {
	width: 100%;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 16px;
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;	
}

.site-footer a:hover {
	color: #f96e5b;
}

.site-footer p {
	margin: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Metro Pro Blue
--------------------------------------------- */

.metro-pro-blue .entry-title a:hover,
.metro-pro-blue .genesis-nav-menu > .right > a:hover,
.metro-pro-blue .site-footer a:hover,
.metro-pro-blue a,
.metro-pro-blue h2 a:hover {
	color: #5bb1f9;
}

.metro-pro-blue .entry-title a,
.metro-pro-blue .entry-meta a:hover,
.metro-pro-blue a:hover {
	color: #222;
}

.metro-pro-blue .entry-meta a {
	color: #999;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .button,
.metro-pro-blue .button:hover,
.metro-pro-blue .entry-comments-link a,
.metro-pro-blue .entry-comments-link a:hover,
.metro-pro-blue .genesis-nav-menu a,
.metro-pro-blue .site-footer a,
.metro-pro-blue .site-title a,
.metro-pro-blue .site-title a:hover,
.metro-pro-blue a.social-buttons {
	color: #fff;
}

.metro-pro-blue h2 a,
.metro-pro-blue h2 a:visited {
	color: #333;
}

.metro-pro-blue .archive-pagination li a:hover,
.metro-pro-blue .archive-pagination li.active a,
.metro-pro-blue .button:hover,
.metro-pro-blue .btn:hover,
.metro-pro-blue .content .entry-comments-link a,
.metro-pro-blue .enews-widget input:hover[type="submit"],
.metro-pro-blue .genesis-nav-menu .current-menu-item > a,
.metro-pro-blue .genesis-nav-menu a:hover,
.metro-pro-blue .sidebar .enews-widget input[type="submit"],
.metro-pro-blue .site-title a,
.metro-pro-blue a.social-buttons:hover,
.metro-pro-blue button:hover,
.metro-pro-blue input:hover[type="button"],
.metro-pro-blue input:hover[type="reset"],
.metro-pro-blue input:hover[type="submit"] {
	background-color: #5bb1f9;
}

.metro-pro-blue .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-blue .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-blue .genesis-nav-menu > .right > a,
.metro-pro-blue.header-image .site-title a {
	background: none;
}

/* Metro Pro Green
--------------------------------------------- */

.metro-pro-green .entry-title a:hover,
.metro-pro-green .genesis-nav-menu > .right > a:hover,
.metro-pro-green .site-footer a:hover,
.metro-pro-green a,
.metro-pro-green h2 a:hover {
	color: #21c250;
}

.metro-pro-green .entry-title a,
.metro-pro-green .entry-meta a:hover,
.metro-pro-green a:hover {
	color: #222;
}

.metro-pro-green .entry-meta a {
	color: #999;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .button,
.metro-pro-green .button:hover,
.metro-pro-green .entry-comments-link a,
.metro-pro-green .entry-comments-link a:hover,
.metro-pro-green .genesis-nav-menu a,
.metro-pro-green .site-footer a,
.metro-pro-green .site-title a,
.metro-pro-green .site-title a:hover,
.metro-pro-green a.social-buttons {
	color: #fff;
}

.metro-pro-green h2 a,
.metro-pro-green h2 a:visited {
	color: #333;
}

.metro-pro-green .archive-pagination li a:hover,
.metro-pro-green .archive-pagination li.active a,
.metro-pro-green .button:hover,
.metro-pro-green .btn:hover,
.metro-pro-green .content .entry-comments-link a,
.metro-pro-green .enews-widget input:hover[type="submit"],
.metro-pro-green .genesis-nav-menu .current-menu-item > a,
.metro-pro-green .genesis-nav-menu a:hover,
.metro-pro-green .sidebar .enews-widget input[type="submit"],
.metro-pro-green .site-title a,
.metro-pro-green a.social-buttons:hover,
.metro-pro-green button:hover,
.metro-pro-green input:hover[type="button"],
.metro-pro-green input:hover[type="reset"],
.metro-pro-green input:hover[type="submit"] {
	background-color: #21c250;
}

.metro-pro-green .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-green .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-green .genesis-nav-menu > .right > a,
.metro-pro-green.header-image .site-title a {
	background: none;
}

/* Metro Pro Pink
--------------------------------------------- */

.metro-pro-pink .entry-title a:hover,
.metro-pro-pink .genesis-nav-menu > .right > a:hover,
.metro-pro-pink .site-footer a:hover,
.metro-pro-pink a,
.metro-pro-pink h2 a:hover {
	color: #d1548e;
}

.metro-pro-pink .entry-title a,
.metro-pro-pink .entry-meta a:hover,
.metro-pro-pink a:hover {
	color: #222;
}

.metro-pro-pink .entry-meta a {
	color: #999;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .button,
.metro-pro-pink .button:hover,
.metro-pro-pink .entry-comments-link a,
.metro-pro-pink .entry-comments-link a:hover,
.metro-pro-pink .genesis-nav-menu a,
.metro-pro-pink .site-footer a,
.metro-pro-pink .site-title a,
.metro-pro-pink .site-title a:hover,
.metro-pro-pink a.social-buttons {
	color: #fff;
}

.metro-pro-pink h2 a,
.metro-pro-pink h2 a:visited {
	color: #333;
}

.metro-pro-pink .archive-pagination li a:hover,
.metro-pro-pink .archive-pagination li.active a,
.metro-pro-pink .button:hover,
.metro-pro-pink .btn:hover,
.metro-pro-pink .content .entry-comments-link a,
.metro-pro-pink .enews-widget input:hover[type="submit"],
.metro-pro-pink .genesis-nav-menu .current-menu-item > a,
.metro-pro-pink .genesis-nav-menu a:hover,
.metro-pro-pink .sidebar .enews-widget input[type="submit"],
.metro-pro-pink .site-title a,
.metro-pro-pink a.social-buttons:hover,
.metro-pro-pink button:hover,
.metro-pro-pink input:hover[type="button"],
.metro-pro-pink input:hover[type="reset"],
.metro-pro-pink input:hover[type="submit"] {
	background-color: #d1548e;
}

.metro-pro-pink .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-pink .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-pink .genesis-nav-menu > .right > a,
.metro-pro-pink.header-image .site-title a {
	background: none;
}

/* Metro Pro Red
--------------------------------------------- */

.metro-pro-red .entry-title a:hover,
.metro-pro-red .genesis-nav-menu > .right > a:hover,
.metro-pro-red .site-footer a:hover,
.metro-pro-red a,
.metro-pro-red h2 a:hover {
	color: #b20000;  /*#ef4f4f;*/
}

.metro-pro-red .entry-title a,
.metro-pro-red .entry-meta a:hover,
.metro-pro-red a:hover {
	color: #222;
}

.metro-pro-red .entry-meta a {
	color: #999;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .button,
.metro-pro-red .button:hover,
.metro-pro-red .entry-comments-link a,
.metro-pro-red .entry-comments-link a:hover,
.metro-pro-red .genesis-nav-menu a,
.metro-pro-red .site-footer a,
.metro-pro-red .site-title a,
.metro-pro-red .site-title a:hover,
.metro-pro-red a.social-buttons {
	color: #fff;
}

.metro-pro-red h2 a,
.metro-pro-red h2 a:visited {
	color: #333;
}

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .archive-pagination li.active a,
.metro-pro-red .button:hover,
.metro-pro-red .btn:hover,
.metro-pro-red .content .entry-comments-link a,
.metro-pro-red .enews-widget input:hover[type="submit"],
.metro-pro-red .genesis-nav-menu .current-menu-item > a,
.metro-pro-red .genesis-nav-menu a:hover,
.metro-pro-red .sidebar .enews-widget input[type="submit"],
.metro-pro-red .site-title a,
.metro-pro-red a.social-buttons:hover,
.metro-pro-red button:hover,
.metro-pro-red input:hover[type="button"],
.metro-pro-red input:hover[type="reset"],
.metro-pro-red input:hover[type="submit"] {
	background-color: #b20000;  /*#ef4f4f;*/
}

.metro-pro-red .entry-comments-link a:hover {
	background-color: #333;
}

.metro-pro-red .sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

.metro-pro-red .genesis-nav-menu > .right > a,
.metro-pro-red.header-image .site-title a {
	background: none;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.after-entry,
	.comment-respond h3:after,
	.comment-respond h3:before,
	.entry-comments h3:after,
	.entry-comments h3:before,
	.entry,
	.widget-title:after,
	.widget-title:before {
		background-image: url(images/lines@2x.png);
	}

	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1139px) {

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.site-header .widget-area {
		width: 544px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle-left,
	.home-middle-right,
	.sidebar-primary,
	.title-area {
		width: 272px;
	}

}

@media only screen and (max-width: 1023px) {

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 772px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.header-image .site-title a {
		float: none;
		margin: 0 auto;
	}

	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
		width: 100%;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.home-middle-left,
	.home-middle-right {
		width: 332px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
	}

}

@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
	}

	.footer-widgets,
	.site-container {
		width: 94%;
	}

	.site-container {
		padding: 20px 5%;
	}

	.five-sixths,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		padding: 12px;
	}

	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 11px;
		padding: 10px 8px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 174px;
	}

	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 174px;
	}

	.entry-title {
		font-size: 30px;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
	}

	.footer-widgets {
		padding: 20px 5% 0;
	}

}

@media only screen and (max-width: 480px) {

	.content .entry-meta .entry-comments-link {
		display: block;
		float: none;
		margin: 10px 0;
	}

}

@media only screen and (max-width: 320px) {

	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-title {
		font-size: 36px;
	}
}

/* ************************** FBOL ADDED CUSTOM CSS ************************************************* */

/* NAVIGATION MENUS */

/* MOVES WHOLE SECONDARY MENU TO THE LEFT TO AVOID CHILD MENU FROM BEING CUT OFF */
nav.nav-secondary {
	position: fixed;
	top:0px;
	left: 0;
	width: 100%;
	z-index: 3000;
}

@media only screen and (max-width: 480px) {

nav.nav-secondary{
	position: fixed;		
	left:0;
	width: 100%;		
	margin:0;
	}
}

@media only screen and (max-width: 320px) {

nav.nav-secondary {
	position: fixed;		
	left: 0;
	width: 100%;		
	margin:0;
	padding: 0;
	}
}


/* HEADER */

h1.entry-title {
	font-size:20px;
}
h2.post-title.entry-title {
	padding-top: 20px;
	border-bottom: 1px solid #cccccc;
}

/* HEADER AREA SHADOW */
.site-header {
	position: fixed;
	top: 32px;
	left:0;
	width: 100%;
	height:100px;
	z-index: 2000;
	background-color: rgba(250,250,250,0.9);
-webkit-box-shadow: 0px 7px 10px -6px rgba(133,133,133,1);
-moz-box-shadow: 0px 7px 10px -6px rgba(133,133,133,1);
box-shadow: 0px 7px 10px -6px rgba(133,133,133,1);
}


/* *CHECKED! HEADER RIGHT - DO YOU SCREAM? */
.textwidget {
	position:fixed;	
	padding-top:50px;
	float:right;
	margin-right:10px;	
	color: #B20000;
	font-weight:bold;
}

/* CONTENT AREA */

.site-container {
	position:relative;	
	top: 100px;
	background-color:rgba(255,255,255,0.8);
	-webkit-box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.67);
	-moz-box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.67);
	 box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.67);
	padding: 0 15px 10px 15px;
	line-height:130%;
}

main.content {
	position:relative;
	padding:0 6px 6px 6px;
}

div.site-inner {
	padding:20px 0 0 0;
	margin:0;
	width:98%;
}

/*This is the Home page?*/
.post-3034.page.type-page.status-publish.entry { /*eliminates extra space at bottom of content, after hiding below sidebars*/
	margin-bottom:0;padding-bottom:0;
}

/*This is the ABOUT PAGE*/
.post-81.page.type-page.status-publish.entry {
	margin-top:50px;
}


/* Striped lines below Home Top */

/* *CHECKED! THIS IS Above THE HOME LEFT AND RIGHT AREA JUST BELOW HOME TOP */
div.home-middle {
	margin:-90px 0 24px 0;
	padding-top:20px;
}

/*This is the Right Featured Post*/
div.home-middle-right {
margin: 49px 0 0 10px;
}

/* SIDEBAR SETTINGS */

.sidebar{
	border-left: 1px solid #dddddd;
	padding-left: 34px;
}

.sidebar li a{
	text-decoration: none;
}

aside.sidebar.sidebar-primary.widget-area {
	margin-right:8px;
	
}

.gle-sidebars-below-content {
	display:none;
}

ul.wpp-list li{
	margin:0;
	padding:2px;
}

li.recentcomments {
	margin:0;
	padding:2px;
}

.entry-comments-link {
	font-weight:bold;
}

/* RIBBON BANNER */
a.ribbon-maker {
	opacity:0.8;
}

@media (max-width: 480px) {

/* Hide the Ribbon for small devices */
a.ribbon-maker {
	display: none !important;
	}
}


/* Guest Post form settings */

form#site_post_form legend {
	padding-bottom: 20px;
}

form#site_post_form {
	border: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

a#insert-media-button {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#wp-djdsitepostcontent-editor-container {
	border: 1px solid rgb(159, 159, 159);
	margin-bottom: 20px;
}

button.send-button {
	display: block;
	margin: 20px 0px;
}

.djd_site_post_form div#field-wrapper {
	margin: 0px;
	padding-left: 0px;
}
#djd-priv-publish-status{
	display:none;
}

/*RED FLAG/BANNER ONLY */
.gch-header-image-inner {
	float:left;
	margin-left:-22px;
	margin-top:10px;	
}

/*Just the GUEST HOST INSET */
div.gch-header-content {
	margin-left:10px;
}
		
.gch-header-content {
	color:#aaaaaa;
	font-weight:bold;
	float:left;
	padding:0 14px 0 7px;	
	margin:0 0 10px -15px;
	line-height: 30px; height:30px;
	box-shadow: 0 0 8px black;	
	box-shadow: inset 0 0 6px #555555;				
}

/* RESOURCES and/or PAGE TABS*/
.tab-content.oscitas-bootstrap-container{
	background-color:rgba(255,255,255,0.8);
	padding:10px;
}

/* Footer#3 Archives */
.footer-widgets-3 section{
	line-height:35%;
}

/* ListCategory plugin */
.widget_text ul li{
	line-height:100%;
}

/* Headlines on sidebar */
h4.widget-title.widgettitle {
	letter-spacing:4px;padding-top:8px;
}
h4.widget-title.widgettitle {
	letter-spacing:10px; font-weight:lighter;
}
article.post-8882.page.type-page.status-publish.entry {
	border:1px solid #cccccc;padding:10px;
}


/* GUESTPOSTS with List Category Post Widget */
#listcategorypostswidget-2.widget.widget_listcategorypostswidget {
	padding:5px;
	border:1px solid #cccccc;
}

#listcategorypostswidget-2.widget.widget_listcategorypostswidget h4.widget-title.widgettitle {
	background-color:black;
	color:white;
	padding-top:8px;
	letter-spacing:8px;
}

/*FEATURED POST TITLE */
section#featured_post_widget-2.widget.widget_featured_post_widget a {
	text-decoration:none;
	font-size:80%;
}

/* Genesis Featured Page in widget */
section#featured-page-3.widget.featured-content.featuredpage {
	line-height: 100%;
	padding: 4px;
	text-align: center;
	box-shadow: 0px 0px 6px #333333;
}

/* Genesis Featured Page in Widget Headline */
section#featured-page-3.widget.featured-content.featuredpage h4.widget-title.widgettitle {
	color:#B29708;
	font-weight:bold;
	line-height:140%;
  	background-color:black;
}

/* Genesis Featured Page in Home TOP */
section#featured-page-4.widget.featured-content.featuredpage h4.widget-title.widgettitle{
	color:#B29708;
	font-weight:bold;
	line-height:140%;
	background-color:black;
	text-align:center;
  letter-spacing: 2px;
}
 
/* Genesis Featured Page in Home TOP Background*/
section#featured-page-4.widget.featured-content.featuredpage{
	text-align:center;
	padding:6px;
	border: 1px solid #cccccc;
} 

/* FOOTER SETTINGS */

.footer-widgets {
	position:relative;
	top:120px;
	-webkit-box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.67);
	-moz-box-shadow:    inset 0px 0px 6px 2px rgba(0,0,0,0.67);
	 box-shadow:        inset 0px 0px 6px 2px rgba(0,0,0,0.67);
	background-color:rgba(255,255,255,0.8);
}
.site-footer {
	position:relative;	
	top: 120px;
	width: 100%;
}

/*GUESTBOOK */
ol.commentlist {
	list-style:none;
	background-color:#b20000; margin-bottom: 40px;
}
ul.children {
	list-style-type:none;
	border-top:1px dashed #b20000;
	padding-left:20px;
}
div#comments {
	margin-top:-40px;
}
div#comments p {
	padding:10px;
}
footer.comment-meta {
	padding-top:5px;
}


/* World Flags */
article.post-7344.page.type-page.status-publish.entry{
	text-align:left;
}

/* About page eliminate excess margin at top */
article.post-81.page.type-page.status-publish.entry {
	margin-top: 0px;
}


/* HEADER AREA WHITE BANNER BEHIND THE LOGO */
.site-header {
	position: fixed;
	top: 32px;
	left:0;
	width: 100%;
	height:100px;
	z-index: 2000;
	background-color: rgba(250,250,250,0.9);
}

/*  Makes area top left that held title transparent WEBSITE TITLE */
.site-title a {
	display: inline-block;
	background-color: transparent !important;display:none !important;
}
/*====Below copied from Default CSS =====*/
/* -----  MAIN LOGO then MOBILE LOGO ----*/
div.title-area {
	position: fixed;
	top: 48px;
	background: url(https://forbloggingoutloud.com/wp-content/uploads/2015/01/logo-21.png) no-repeat;		
	padding-bottom:60px;
}
@media only screen and (max-width: 1240px) {
div.title-area {	
	margin-left: 10px;	
	}
}
@media only screen and (max-width: 480px) {
div.title-area {
	background: url(https://forbloggingoutloud.com/wp-content/uploads/2016/12/blogoutloud270x80100pt2.png) no-repeat !important;
	margin: -13px 0 0 7px;
	z-index: 900000 !important;
	}

/*THIS IS THE WHITE BACKGROUND BEHIND LOGO */
.site-header {
	top: -14px;
}
.site-container {
	top: 75px;
}

/*This is the DO YOU SCREAM AT TOP RIGHT */
span.scream {
	display:none;
}
.footer-widgets{
	top:70px;
}
.site-footer {
	top:70px;
}
/* SILHOUETTE FLAG AT TOP RIGHT OF HEADER*/
section#widget_sp_image-12.widget.widget_sp_image {
display:none;
}

/*==========================END OF DEFAULT CSS==========================*/


/* Makes white period invisible allowing comment button to the right - Genesis Simple edits*/
.entry-meta {
	color:white;
}

/* Allows Site Title for SEO but not show */
.styles.site-title a{
	opacity:0.0;
	font-size:30%; display:none !important;
}

/*  St. Jude Ad */
section#text-9.widget.widget_text {
	margin-top: -30px;
	margin-bottom: 10px;
}
/* Hides labels above pulldown menu in footer for Categories and Archives */
label.screen-reader-text {display:none;}

/*Widen Twitter Timeline */
iframe[id^='twitter-widget-']{width:100% !important;}

/*TwitterTabs */
ul#oscitas-tabs-0.nav.nav-tabs li a {padding:4px;}

/*TwitterTabs space between them */
ul#oscitas-tabs-0.nav.nav-tabs li {margin:4px 4px 0 4px;}

article.post-11327.page.type-page.status-publish.entry {width:100% !important;}

article.post-11310.page.type-page.status-publish.entry {width:100% !important;}

/*Content Submission form */
div#wpcf7-f11517-p11451-o1.wpcf7 p{margin-bottom:5px;}

/* Content Submission form fields*/
input.wpcf7-form-control.wpcf7-text {height:10px;}

/* TwitterTimeline Two-Column page */
div.one-half.firsttimeline {width: 60%; margin-right:40px;}
div.one-half.timeline {width: 40%;}

/*Embedded Audio player */
.audio_width_250px {
	width: 250px;
	display: block;
}

/* Grid page Spotify*/
iframe {background-color: #dddddd;}

/* Storify Caption */
div.caption a{color: red;}


/*section#sfsi-widget-2.widget.sfsi:hover NOT USED ANYMORE but KEEP  KEEP AFFECTS SOCIAL ICON LIST ?*/
/*section#sfsi-widget-2.widget.sfsi {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
margin:60px 0 0 0;

}*/


/* Conservative Celebrities table tweets NOT USED ANYMORE ?*/ 

div.norm_row.sfsi_wDiv:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}*/

div.norm_row.sfsi_wDiv:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}*/

.twitternews {
border: 2px solid black;
}

/* THIS IS FOR YOUTUBE VIDEOS */

.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}

.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* THIS IS FOR THE AUTO PAGE BUT FOR COLUMNS FROM STUDIOPRESS */
/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}
/* THIS IS FOR THE END OF THE AUTO PAGE BUT FOR COLUMNS FROM STUDIOPRESS */

/* Trump as prez countdown in PAGE */
section#featured-page-16.widget.featured-content.featuredpage {
margin: 0 0 -8px 0;
}

/* Ma's US Flag Pin with IMAGE WIDGET */
/*#widget_sp_image-6.widget.widget_sp_image{
margin: 0 0 -5px 0;
}*/

/* Terrorist Math Table */
div.su-table.tweettable tbody tr td{
padding: 0;
margin: 0;
text-align: center;
line-height: 70%;
}

/* Voter-Fraud post election day clock image */
img.size-medium.wp-image-14207{
margin: -50px 0 0 0;
}

/* BK SOCIAL MEDIA ICONS MANUAL JUST LINK NOT FOLLOW LIKE ETC> */
.smicons{

display: inline-block;
float: left;
clear: right;
}

.gd, .t, .g, .p, .flip {
margin: 0 8px 0 0;
}

/* MAIN MENU AT TOP MOVES LEFT, SubMenu though still RIGHT gets hidden */
.genesis-nav-menu, .site-description, .site-footer p, .site-header hgroup, .site-header .search-form, .site-title {
text-align:left;
}

/* BK SOCIAL MEDIA ICONS WITHIN ON TEXT WIDGET */
#text-23.widget.widget_text.smiconsgrid{
position:relative;
display:inline-block;
float: left;
clear: right;
}

.smiconsgrid {
position:relative;
display:block;
float: left;
margin: -26px 40px 0 0;
display:inline-block;
}

.gridpg, .smiconsgd, .smiconsg {
margin:0 12px 0 0;
display:inline-block;
}

/* A TEXT WIDGET PLACED BETWEEN SOCIAL ICONS AND TWITTER NEWS MINI SIDEBAR*/
section#text-24.widget.widget_text{
margin: -80px 0 0 0;
}

/*su-table.smtable {
border: none;
display: responsive;
float:left;
}*/

section#featured-page-11.widget.featured-content.featuredpage.smicons {
border-style:none;
padding: 5px;
}

/* LIST OF SOCIAL MEDIA SITES This makes it horizontal */

ul.smlist {
	overflow: auto;
}

ul.smlist li {
	float: left;
	list-style-type: none !important;
	margin:5px 0 5px 5px;
}


/* LIST OF POLITICAL PARTIES THIS MAKES IT HORIZONTAL */

ul.politicallist {
	overflow: auto;
}

ul.politicallist li {
	float: left;
	list-style-type: none !important;
	margin:10px 17px 5px 0;
}


/* Space between Political Icons and Search field */
article.post-14371.page.type-page.status-publish.entry {
	margin: 0 0 -26px 0;
}

/* Space between Social Media Icons and Twitter Timeline */

section#featured-page-14.widget.featured-content.featuredpage {
margin: 0 0 -14px 0;
}

/* Featured Posts Headline Left Side */

section#widget_sp_image-11.widget.widget_sp_image {
	margin: 49px 0 0 0;
}

/* Featured Posts Headline Right Side */

section#widget_sp_image-9.widget.widget_sp_image {
	margin-bottom: -7px;
}

/* THE "SEE MORE..." link BELOW THE FEATURED POSTS */

section#text-11.widget.widget_text {
margin: -100px 0 40px 0;
float:left;
}

/* HIDES WEBSITE NAME DESCRIPTION UNDER MAIN FOR BLOGGING OUT LOUD BRICK WALL */
.su-spoiler-title {
margin: -20px 0 -28px -24px;
font-weight: normal !important;
color:#b20000;
}

.su-spoiler-content.su-clearfix {
margin: 0 0 -50px 0;
}
span.su-spoiler-icon::before, span.su-spoiler-icon {
display:none;
}

/* MAIN BRICK WALL IMAGE ORIG IMAGE:14411 */
img.alignleft.wp-image-15861.size-full{
	  /* Rotate div */
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
    box-shadow: 7px 7px 4px #777777;
}

.screen-reader-text {
	display:none;
}

/* HILLARY IF YOU DONT LIE POST */
.su-table td {
line-height: 130% !important;
}

.su-table tr{
border: 1px solid #d8d8d8 !important;
}

.su-table.tweettable {
margin: -60px 0 0 0;
}

/* SILOHUETTE FLAG PIN TOP RIGHT HEADER */

section#widget_sp_image-12.widget.widget_sp_image {
margin: 20px 0 0 0;
}
/* THIS HIDES THE LARGE MENU THAT SHOWED UP IN THE HEADER AFTER USING WP SWEEP PLUGIN AND DELETED???*/
div.menu.genesis-nav-menu.menu-primary {
display:none;
}

/* CSS Countdown Clock CODEPEN IO */
body{
	text-align: center;
	background: transparent;
  font-family: sans-serif;
  font-weight: 100;
}

h1{
  color: #b7b7b7;
  font-weight: 100;
  font-size: 20px;
  margin: 0px 0px 0px;
}

#clockdiv{
	font-family: sans-serif;
	color: #999;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 34px;
}

#clockdiv > div{
	padding: 0px;
	border-radius: 3px;
	background: transparent: ;
	display: inline-block;
}

#clockdiv div > span{
	padding: 0px;
	border-radius: 0px;
	background: transparent;
	display: inline-block;
}

.smalltext{
	padding-top: 0px;
	font-size: 16px;
}

/* MAIN CONTENT AREA */
div.entry-content{
text-align: left;
}

/* HEADER IN MAIN CONTENT AREA */
.styles .entry-title, .styles .entry-title a {
	text-align: left;
	color: #323232;
	margin: 0 0 20px 0;
}

.entry-meta {
	display: none;
}

/* "see more" on the bottom of posts on Home page */
section#text-29.widget.widget_text {
	margin: -60px 0 0 0;
	float:left;
}
/* Twitter Timeline Large */
section#featured-page-5.widget.featured-content.featuredpage::before {
	margin: 40px 0 0 0;
}

/* MOBILE MENU and SPACE BETWEEN CONTENT AND HEADER */
@media only screen and (max-width: 600px){

div.site-container {
	top: 24px;
}

.slicknav_menu {
	text-align: left;
}

.slicknav_nav a {
	line-height: 18px !important;
}

.footer-widgets {
	margin-top: -40px !important;	
}
/* StarDUMB gallery page making it responsive */

@media only screen and (max-width: 800px) {
.gallery-item {
     width: 33% !important;
 }
}

@media only screen and (max-width: 640px) {
.gallery-item {
     width: 50% !important;
 }
}

/* For displaying single column on mobile */
@media only screen and (max-width: 480px) {
 .gallery .gallery-item {
     width: 100% !important;
 }
}
			  
/* To raise the link for the American Flag TopRight*/
section#widget_sp_image-12.widget.widget_sp_image /*.widget_sp_image-image-link*/ {
    position: relative !important;
    z-index: 100000 !important;
}
			  

/* .nav-primary menu NOT THE MAIN MENU */
			 /*.nav-primary {
	background-color: #dddddd;
position: fixed;
top: 120px;
z-index: 100;
height: 30px;
font-weight: bold;
margin: 0 0 0 -176px;
padding: 0 0 24px 0;
width: 100%;
				  }*/

				  