/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Style Jetpack subscription widget 2019 update ---- */
p#subscribe-submit {
    text-align: center;
}
p#subscribe-email {
    text-align: center;
}
/* Style shopping message widget on home page ----------- */
#text-405445909 {
	background: #FA7C6B;
	margin: 0 0 12px;
	padding: 8px;
	color: #fff;
}

#text-405445909 a {
	color: #0000ff;
}

#text-405445909 a:hover {
	background-color: #fff;
}

/* Attempting to reduce gap between featured widget and footer widgets ----- */
.home .site-container .site-inner {
	padding-bottom: 0;
}

.home .footer-widgets {
	padding-top: 0;
}

/* Style Buy Movie Cards widget on Gallery pages ----------- */
#text-405445912 {
	background: #FFFF66;
	margin: 0 0 12px;
	padding: 12px;
}

/* Style Pre-Code Book mentions on posts ----------- */
.precode_book {
	background: #FFFF94;
	margin: 0 0 24px;
	padding: 12px 50px;
	font-size: 80%;
	text-align: justify;
	text-justify: inter-word;
}

/* Style EPN gallery page links ----------- */
.epn_galleries {
	background: #FFFF94;
	margin: 0 0 24px;
	padding: 12px 50px;
	font-size: 100%;
	text-align: center;
}

/* Shade junk box warning ----------- */
.shade_box {
	background: #FFFF99;
	margin: 0 0 24px;
	padding: 12px 4px;
	font-size: 100%;
}

/* Style Jetpack Likes Widget ----------- */
div.jetpack-likes-widget-wrapper {
	width: 100%;
	height: 90px;
/* Previous height, 60px */
	position: relative;
/* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

/* For extra space between bulleted list ----------- */
.bookshelf_list li {
	padding-top: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid #000;
}

.bookshelf_list .alignright {
	clear: right;
}

/* For extra space between bulleted list reviews page ----------- */
.wordpress-post-tabs li {
	padding-top: 10px;
	padding-bottom: 14px;
}

/* Style shortcode from Last Updated Shortcode plugin ----------- */
.last-updated {
	font-size: 75%;
	padding-top: 10px;
}

/* All hyperlinked text traditional blue ----------- */
a {
	color: #0000FF;
}

.entry-content a {
	color: #0000FF;
}

.wp-caption-text a {
	color: #FFFF66;
}

.widget-wrap .wp-caption-text a {
	color: #0000FF;
}

/* Style text at bottom of posts for tags and categories */
.entry-meta .entry-tags {
	color: #222;
	font-size: 14px;
}

.entry-meta .entry-categories {
	color: #222;
	font-size: 14px;
}

.entry-meta a {
	color: #0000FF;
	font-size: 14px;
	text-transform: none;
}

/* end of previous section */
h2.entry-title a:hover,
.genesis-nav-menu li.right a:hover,
#footer a:hover,
#subnav .subnav-left a:hover {
	color: #0000FF;
}

/* Reverse default Site title colors in lieu of graphic header -------------- */
.site-title a, .site-title a:hover {
	background-color: #FFF;
	color: #000;
	display: inline-block;
	padding: 16px;
	text-decoration: none;
}

/* Top and bottom space for date and comment text on top right featured widget home page -------------- */
#featured-post-3 .entry-meta {
	margin: 20px 0 25px;
}

#featured-post-3 .entry-title {
	font-size: 30px;
}

/* Widget titles on top two home page elements Consider making universal ------------ */
#featured-post-3 .widget-title {
	font-size: 20px;
}

#text-405445907 .widget-title {
	font-size: 20px;
}

/* Custom style to date in UberMenu Widget */
#text-405445922 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

/* Custom style to todays topics text in top navigation */
.topics a:hover {
	background-color: #333;
}

.topics {
	float: left;
}

/* Post format icon images in archives -------------- */
.post-format-image {
	float: left;
	padding: 10px;
}

/* Collapse space between top sidebar and logo -------------- */
.site-container {
	margin-top: 0;
	padding-top: 10px;
}

/* Widget Titles -------------- */
.widget-title {
	background-color: #333333;
	color: #ffffff;
	padding: 6px 0 10px;
}

/* After Entry Widget Titles -------------- */
.after-entry .widget-title {
	background-color: #ffffff;
	color: #333333;
}

/* Widget under footer widgets -------------- */
.footer-widgets-4 {
	width: 100%;
	float: left;
}

/* Alternate blockquote style for credits at top of page ------ */
credits {
	display: block;
	margin: 0;
	padding: 24px 40px;
	font-style: normal;
	font-size: 80%;
}

/* Lightning reviews widget ------ */
.lightning {
	display: block;
	margin: 0;
	padding: 24px 40px;
	font-style: italic;
	font-size: 80%;
}

.lightning-250 {
	font-size: 80%;
}

/* Caption text and background color -------------- */
.wp-caption-text {
	background-color: #333333;
	color: #ffffff;
}

/* Caption text in Widgetized sidebars -------------- */
.widget-wrap .wp-caption-text {
	background-color: #fff;
	color: #333;
}

/* Center default Site header in lieu of graphic header - Uncomment once new menu live ---------- */
/*.header-full-width .title-area, .header-full-width .site-title .header-image {
	float: none;
	max-width: 1140px;
	max-height: 160px;
	width: 50%;
	margin: 0 auto;
}*/
/* End ----------- */

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/

/* Style shopping message widget on home page ----------- */
#text-405445909 {
	background: #FA7C6B;
	margin: 0 0 12px;
	padding: 8px;
	color: #fff;
}

#text-405445909 a {
	color: #0000ff;
}

#text-405445909 a:hover {
	background-color: #fff;
}

/* Attempting to reduce gap between featured widget and footer widgets ----- */
.home .site-container .site-inner {
	padding-bottom: 0;
}

.home .footer-widgets {
	padding-top: 0;
}

/* Style Buy Movie Cards widget on Gallery pages ----------- */
#text-405445912 {
	background: #FFFF66;
	margin: 0 0 12px;
	padding: 12px;
}

/* Style Pre-Code Book mentions on posts ----------- */
.precode_book {
	background: #FFFF94;
	margin: 0 0 24px;
	padding: 12px 50px;
	font-size: 80%;
	text-align: justify;
	text-justify: inter-word;
}

/* Style EPN gallery page links ----------- */
.epn_galleries {
	background: #FFFF94;
	margin: 0 0 24px;
	padding: 12px 50px;
	font-size: 100%;
	text-align: center;
}

/* Shade junk box warning ----------- */
.shade_box {
	background: #FFFF99;
	margin: 0 0 24px;
	padding: 12px 4px;
	font-size: 100%;
}

/* Style Jetpack Likes Widget ----------- */
div.jetpack-likes-widget-wrapper {
	width: 100%;
	height: 90px;
/* Previous height, 60px */
	position: relative;
/* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

/* For extra space between bulleted list ----------- */
.bookshelf_list li {
	padding-top: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid #000;
}

.bookshelf_list .alignright {
	clear: right;
}

/* For extra space between bulleted list reviews page ----------- */
.wordpress-post-tabs li {
	padding-top: 10px;
	padding-bottom: 14px;
}

/* Style shortcode from Last Updated Shortcode plugin ----------- */
.last-updated {
	font-size: 75%;
	padding-top: 10px;
}

/* All hyperlinked text traditional blue ----------- */
a {
	color: #0000FF;
}

.entry-content a {
	color: #0000FF;
}

.wp-caption-text a {
	color: #FFFF66;
}

.widget-wrap .wp-caption-text a {
	color: #0000FF;
}

/* Style text at bottom of posts for tags and categories */
.entry-meta .entry-tags {
	color: #222;
	font-size: 14px;
}

.entry-meta .entry-categories {
	color: #222;
	font-size: 14px;
}

.entry-meta a {
	color: #0000FF;
	font-size: 14px;
	text-transform: none;
}

/* end of previous section */
h2.entry-title a:hover,
.genesis-nav-menu li.right a:hover,
#footer a:hover,
#subnav .subnav-left a:hover {
	color: #0000FF;
}

/* Reverse default Site title colors in lieu of graphic header -------------- */
.site-title a, .site-title a:hover {
	background-color: #FFF;
	color: #000;
	display: inline-block;
	padding: 16px;
	text-decoration: none;
}

/* Top and bottom space for date and comment text on top right featured widget home page -------------- */
#featured-post-3 .entry-meta {
	margin: 20px 0 25px;
}

#featured-post-3 .entry-title {
	font-size: 30px;
}

/* Widget titles on top two home page elements Consider making universal ------------ */
#featured-post-3 .widget-title {
	font-size: 20px;
}

#text-405445907 .widget-title {
	font-size: 20px;
}

/* Custom style to date in UberMenu Widget */
#text-405445922 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

/* Custom style to todays topics text in top navigation */
.topics a:hover {
	background-color: #333;
}

.topics {
	float: left;
}

/* Post format icon images in archives -------------- */
.post-format-image {
	float: left;
	padding: 10px;
}

/* Collapse space between top sidebar and logo -------------- */
.site-container {
	margin-top: 0;
	padding-top: 10px;
}

/* Widget Titles -------------- */
.widget-title {
	background-color: #333333;
	color: #ffffff;
	padding: 6px 0 10px;
}

/* After Entry Widget Titles -------------- */
.after-entry .widget-title {
	background-color: #ffffff;
	color: #333333;
}

/* Widget under footer widgets -------------- */
.footer-widgets-4 {
	width: 100%;
	float: left;
}

/* Alternate blockquote style for credits at top of page ------ */
credits {
	display: block;
	margin: 0;
	padding: 24px 40px;
	font-style: normal;
	font-size: 80%;
}

/* Lightning reviews widget ------ */
.lightning {
	display: block;
	margin: 0;
	padding: 24px 40px;
	font-style: italic;
	font-size: 80%;
}

.lightning-250 {
	font-size: 80%;
}

/* Caption text and background color -------------- */
.wp-caption-text {
	background-color: #333333;
	color: #ffffff;
}

/* Caption text in Widgetized sidebars -------------- */
.widget-wrap .wp-caption-text {
	background-color: #fff;
	color: #333;
}

/* Center default Site header in lieu of graphic header - Uncomment once new menu live ---------- */
/*.header-full-width .title-area, .header-full-width .site-title .header-image {
	float: none;
	max-width: 1140px;
	max-height: 160px;
	width: 50%;
	margin: 0 auto;
}*/
/* End ----------- */