@font-face {
	font-family: "univers_lts_std_ex";
	src: url("https://s26162.pcdn.co/wp-content/themes/rigel/fonts/UniversLTStd-Ex.otf");
	font-weight: normal;
	font-style: normal;
  font-display: swap;
}

.Stymie-Reg {
	font-family: Stymie-Reg;
	font-weight: normal;
	font-style: normal;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.flex-row {
	display: flex;
}

/* Body */
#wrapper, body {
  background: #fff9ed;
}
p {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px;
  color: #000;
  line-height: 1.6em;
}
strong.title {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: normal;
  font-weight: 400;
}
a {
  color: #C01823;
}
h3 {
  color: #000;
}
a:hover {
  color: #C01823;
}
.book_detail_category a {
	color: #000;
}
input[type=submit], input[type=button] {
  background: #C01823;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
  color: #E4D0A8;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1pt;
}
.comment-form .form-submit input {  
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
  color: #E4D0A8;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1pt;
}

/* Tipsy */
.tipsy { padding: 5px; background-repeat: no-repeat;  background-image: url(../gif/tipsy.gif); text-shadow: none; font-size: 11px; font-weight: bold; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

  /* Jquery Circliful */
  .circliful {
    position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-info, .circle-info-half {
	color: #999;
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}

/* Animations */
.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;
	
	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

@keyframes slideUp {
	0% {
		opacity: 0;
		visibility: hidden;
		transform: translateY(0%);
	}
	100% {
		opacity: 1;
		visibility: visible;
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp {
	0% {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(0%);
	}
	100% {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0%);
	}	
}

.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;

	visibility: visible !important;			
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.5);
		opacity: 0.5;
	}
	30% {
		transform: scale(1.03);		
		opacity: 1 !important;
	}
	45% {
		transform: scale(0.98);
		opacity: 1 !important;
	}
	60% {
		transform: scale(1.01);		
		opacity: 1 !important;
	}	
	100% {
		transform: scale(1);
		opacity: 1 !important;
	}		
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}
	30% {
		-webkit-transform: scale(1.03);		
		opacity: 1 !important;
	}
	45% {
		-webkit-transform: scale(0.98);
		opacity: 1 !important;
	}
	60% {
		-webkit-transform: scale(1.01);		
		opacity: 1 !important;
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1 !important;
	}				
}


/* Header and Menu */

.second_nav ul, .second_nav {
  list-style: none;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  background: none !important;
}
.second_nav > li > a,
.second_nav > li.current-menu-parent > a, 
.second_nav > li.current-menu-ancestor > a {
  font-family: "futura-pt",serif !important;
  font-style: normal;
  font-weight: 400;
  color: #000;
  background: none;
  font-size: 0.7em;
  letter-spacing: 2pt;
  text-transform: uppercase;
}

.second_nav > li > a.hover,
.second_nav > li > a:hover,
.second_nav > li.current-menu-parent > a:hover, 
.second_nav > li.current-menu-ancestor > a:hover {
	/* font-weight: 400; */
	color: #C01823;
	background: none;
	text-decoration: none;
	letter-spacing: 2pt;
	font-size: 0.7em;
}

.second_nav > li.current-menu-item > a {
  background: transparent;
  color: #C01823;
}
.menu-item.current-post-ancestor a {
  color: #000000 !important;
  background: none !important;
}
.menu-item.current-post-ancestor a:hover {
  color: #C01823 !important;
  background: none !important;
}
h2.breaking {
  font-family: "superclarendon",serif !important;
  font-style: italic;
  font-weight: 500;
  text-transform: inherit;
}
ul.newsholder li a {
  font-weight: 500 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
}
.social_wrapper {
  width: 240px;
  float: right;
}
#boxed_wrapper {
  width: auto !important;
}
.mainnav {
  text-align:center;
  border-top: 2px #000 solid;
}

#header_bg {
  width: 100%;
  margin: auto;
  background: #FFF;
  padding: 0px;
  position: relative;
  z-index: 10000;
  font-size: 14px;
  border-top: #000 3px solid;
}
#header_bg.fixed {
  position: fixed;
  width: 100%;
}
#header_bg a#custom_logo:hover {
  text-decoration: none;
}
#header_bg #custom_logo {
	font-family: "superclarendon",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.7em;
	text-transform: uppercase;
	letter-spacing: .5em;
	padding: 0;
	color: #000 !important;
	text-decoration: none;
	display: block;
	position: absolute;
	right: calc(50% - 177px);
}
#header_bg .menu-secondary-menu-container {
  background: none !important;
  width: auto !important;
}
#header_bg .social_wrapper {
  width: auto;
  float: left;
}
#nav_top {
  padding: 10px;
  border-bottom: 1px solid #8E8684;
  height: 60px;
}
#nav_top form {
  float: right;
  margin-top: 6px;
}
#nav_top #searchform input[type=text], #mobile_searchform input[type=text] {
  width: 250px;
  background: #fff !important;
  border: 1px solid #8E8684 !important;
  margin-right: 25px;
  text-transform: none;
  text-align: left;
  font-size: .8em;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  color: #8E8684;
}
#nav_bottom {
  background: #FFF;
  /* border-bottom: 4px solid #8E8684; */
  border-bottom: none;
}
body.logged-in #nav_bottom.fixed {
  margin-top: 31px;
}
#nav_bottom.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000000;
  transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
#nav_bottom.fixed .second_nav {
  position: relative;
  left: -50px;
}
#nav_bottom img.sociallogo {
  display: none;
  width: 80px;
  float: left;
  margin-left: 20px;
  opacity: 0;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}
#nav_bottom.fixed img.sociallogo {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  position: relative;
  z-index: 100000;
}
 

/* Side Bar */
.sidebar h2.widgettitle a, .sidebar .widgettitle {
  font-weight: 500 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal !important;
  color: #000 !important;
  letter-spacing: .1em;
  background: none !important;
  font-size: 17px !important;
  line-height: initial;
  text-align: center;
  text-transform: uppercase !important;
  border-bottom: 1px solid #000;
  padding: 0px 5px 20px 5px;
  background: none !important;
}
.lithub .sidebar .widgettitle {
  font-size: 24px !important;
}
.hp_sidebar_wrapper {
  float: right;
}
.hp_middlebar_content {
  left: 25%;
}
.leftbar_content {
  right: 50%;
}
.sidebar .title a {
  color: #000 !important;
}
.sidebar {
  line-height: 1em;
}
.sidebar_widget iframe {
  width: 100% !important;
}
.sidebar #recent-posts-2 ul li a,
.sidebar_widget strong.title {
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
}
.sidebar_widget form.mc4wp-form {
  width: auto;
  border: 1px solid #000;
  padding: 10px;
}
.sidebar_widget .mc4wp-form label {
  font-weight: 500 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
  display: block;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
}
.sidebar_widget .mc4wp-form label strong {
  font-weight: 700;
}
.sidebar_widget .mc4wp-form input[type=email] {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.sidebar_widget input#subscribe, 
.sidebar_widget button {
  background: #C01823;
  color: #FFFF;
  font-weight: 300 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px auto;
  display: block !important;
}
.sidebar_widget input[type=submit]:hover,
.sidebar_widget input#subscribe:hover,
.sidebar_widget button:hover  {
  background: #000;
}
.sidebar_widget .widget_custom_post_widget a:hover {
  text-decoration: none;
}
.sidebar_widget .mc4wp-form .description,
.sidebar_widget .mc4wp-form input#subscribe {
  display: none;
}
.sidebar_widget #custom_post_widget-2 img {
  display: block;
  margin: 10px auto;
}
.sidebar_widget #custom_post_widget-2 {
  line-height: 22px;
  text-align: center;
}
.sidebar_widget #custom_post_widget-2 a.crlink {
  font-weight: 300 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  font-size: 12px;
}
.sidebar_widget .jetpack-image-container img {
  width: 100% !important;
  margin: 0px auto 10px;
  max-width: 300px;
  display: block;
}
.sidebar_widget .jetpack-image-container .caption {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-align: center !important;
  color: #000 !important;
}
#content_wrapper .sidebar .content .sidebar_widget > li, .sidebar_widget > li {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: none;
  float: left;
  width: 100%;
  color: #000;
}
#content_wrapper .sidebar .content .sidebar_widget > li a, .sidebar_widget > li a {
  color: #C01823;
}
#content_wrapper .sidebar .post_circle_thumb img {
  width: 70px;
  height: 70px;
  padding: 0px !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li.widget_lithub_daily_giveaway_widget,
.sidebar_widget > li.widget_lithub_daily_giveaway_widget {
	padding: 30px 40px 10px;
	border: 1px #000 solid;
	background-color: #fff9ed;
}

#content_wrapper .sidebar_widget li.widget_lithub_daily_giveaway_widget h2.widgettitle,
.standard_wrapper .sidebar_widget li.widget_lithub_daily_giveaway_widget h2.widgettitle {
	border: none;
	font-family: adobe-caslon-pro, serif !important;
	text-transform: none !important;
	font-size: 22px !important;
	letter-spacing: 1px;
	margin: 0px 0px 5px;
	padding: 0 0 15px
}

.sidebar_widget > li.widget_lithub_daily_giveaway_widget .todays-giveaway-enter {
	text-align: center;
	margin: 35px 0 5px;
}

#content_wrapper .sidebar .content .sidebar_widget > li.widget_lithub_daily_giveaway_widget .todays-giveaway-enter a,
.sidebar_widget > li.widget_lithub_daily_giveaway_widget .todays-giveaway-enter a {
	color: #837e79;
	border: 1px #837e79 solid;
	font-family: "futura-pt", sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 8px 14px;
	display: inline-block;	
}

#content_wrapper .sidebar .content .sidebar_widget > li.widget_twitter_timeline {
	background-color: #fff9ed;
}

.widget .post_circle_thumb .article_num {
	display: none;
}

.widget.Custom_Popular_Posts {
	background-color: #FFF;
}

.widget.Custom_Popular_Posts .widgettitle {
	padding: 25px 0 25px !important;
	margin-bottom: 25px !important;
	width: 100%;
	border-bottom: 1px #c0beba solid !important;
	font-family: "futura-pt", sans-serif !important;
	text-transform: uppercase;
	font-size: 17px !important;
	text-align: center;
	letter-spacing: 2pt;
	line-height: 17px;
	font-weight: 600 !important;
}

.widget.Custom_Popular_Posts ul.posts.blog {
	padding-right: 50px !important;
	background-color: #FFF;
}

.widget.Custom_Popular_Posts .post_attribute.center {
	display: none;
}

.widget.Custom_Popular_Posts .post_circle_thumb .article_num {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 3px 5px;
	background-color: #fff;
	color: #C01823;
	font-weight: 600;
	font-family: adobe-caslon-pro, serif !important;
	font-size: 12pt;
}

.sidebar_widget .widget.Custom_Popular_Posts strong.title {
	font-size: 13px;
	font-family: "futura-pt",sans-serif !important; 
	font-style: normal; 
	font-weight: 400; 
	color: #555;
	text-transform: none !important;
	line-height: 16px;
}

.sidebar_widget .widget.Custom_Popular_Posts ul.posts.blog li {
	position: relative;
}

.sidebar_widget .widget.Custom_Popular_Posts ul.posts.blog li:after {
	content: '';
	border-bottom: 2px #c0beba solid;
	width: 20%;
	margin-top: 5px;
	display: block;
	margin-left: 80px;
	position: absolute;
	bottom: 0;
}

/* Home Page */
body.home.page #wrapper li.adsanity-random {
  display: block;
  padding: 15px;
}
body.home.page #wrapper .sidebar_widget li.adsanity-random {
  display: block;
  padding: 0 0 15px 0;
}
#page_slider.slider_wrapper {
  margin-top: 0px;
  width: 100%;
}
#page_slider .sub_post .post_title {
  background: #000 !important;
}
#page_slider .sub_post {
  margin-bottom: 0px !important;
}
#page_slider .main_post .post_title {
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 20px 40px;
}

#page_slider .post_title h3 {
  font-family: adobe-caslon-pro, serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 1.1em;
  text-align: center;
  text-transform: none;
  max-width: 80%;
  margin: auto;
  display: block;
}

#page_slider .slides .slider-posts-container .slider-main-link:only-child .post_title h3 {
	font-size: 50px;
}

#page_slider .post_title h4 {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #fff !important;
  line-height: 1.3em;
  margin-top: 0px;
  letter-spacing: .5pt;
  text-align: center;
}
h4 a, h3 a {
  color: #000 !important;
}
#page_slider .post_title h5 {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #fff !important;
  text-align: center;
  letter-spacing: 1px;
  max-width: 50%;
  margin: 10px auto 0;
  line-height: 1.2em;
}

#page_slider .slider-posts-container.three-up .post_title h5 {
	display: none;
}


#page_slider .slides li {
  background-color: transparent;
}
#page_slider .slider_date, #page_slider .read_full {
  display: none;
}
.slider_wrapper .main_post {
  height: 480px;
}
.slider_wrapper .sub_post {
  height: 300px;
}
h5.header_line.post_fullwidth {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #C01823 !important;
}
.post_header.half h4,
.flex-viewport strong.title {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin: 10px auto 5px;
  display: block;
  color: #000;
  letter-spacing: .3px;
}
.post_inner_wrapper.half.header .post_header.half h4 {
  text-align: center;
  font-size: 20px;
}
.post_header.half h4 a,
.flex-viewport strong.title a {
  color: #000;
}
.post_carousel.flexslider .slides > li {
  line-height: 1em;
}
.post_header.half {
  line-height: 1.3em;
}
.post_wrapper.full p {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #000;
}
.post_header h3 {
  line-height: 1em;
  margin-bottom: 10px;
}
.post_header h3 a {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.post_detail, .flex-viewport .post_attribute {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #555;
  margin: 25px 0 25px;
  font-size: 15px;
  max-height: 50px;
  border: none;
}
.post_detail.half {
  margin: 10px 0;
}
.post_detail a, .flex-viewport .post_attribute a {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  border: none;
}

.post_wrapper_inner {
  font-family: "minion-pro",serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.post_floating_category {
  background: #C01823;
  position: absolute;
  top: -15px;
  left: -10px;
  padding: 5px 10px;
}
.post_floating_category a {
  color: #E4D0A8;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1pt;
}
.cat_link,
.read_full {
  display: none;
}
.ppb_parallax_bg h3 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  width: 90%;
}
.ppb_parallax_bg .post_title {
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 30px 5% 30px;
  height: 100%;
  width: 100%;
}
.ppb_parallax_bg .post_title a {
  color: #fff !important;
  font-weight: 500 !important;
  letter-spacing: 0px;
}
.ppb_parallax_bg .read_full {
  display: block;
  text-align: center;
}
.ppb_parallax_bg .read_full a {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: italic;
  font-weight: 400 !important;
  font-size: 22px !important;
  color: #fff !important;
  text-align: center !important;
  margin-bottom: 0px;
  text-transform: initial !important;
}
.ppb_parallax_bg .sponsored {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: italic;
  font-weight: 400 !important;
  font-size: 22px !important;
  color: #fff !important;
  text-align: center !important;
  margin-bottom: 0px;
  text-transform: initial !important;
  margin-bottom: 20px;
}
.ppb_video_bg h3,
.ppb_parallax_bg h3 {
  border-bottom: none !important;
}
.ppb_video_bg .standard_wrapper,
.ppb_parallax_bg .standard_wrapper {
  width: auto;
  margin: auto;
}
.standard_wrapper {
  width: 1200px;
  margin: auto;
}

.standard_wrapper .leftbar_content, .standard_wrapper .sidebar_wrapper {
  float: left;
}


.standard_wrapper .leftbar_content .daily-fiction-sidebar-container {
	background-color: #FFF;
	display: flex;
	flex-direction: column;
  margin: 30px 0;
}

.standard_wrapper .leftbar_content .daily-fiction-sidebar-container h3.daily-fiction-header {
	margin: 0px auto 25px;
	padding-bottom: 25px;
	width: 100%;
	border-top: none;
	border-bottom: 1px #c0beba solid;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 2px;
} 

.standard_wrapper .leftbar_content .daily-fiction-sidebar-container .post_img img {
	max-width: 50%;
	margin-bottom: 25px;
}

.standard_wrapper .leftbar_content .daily-fiction-sidebar-container .post_wrapper.full {
	margin-bottom: 0px;
	border-bottom: none;
}

.standard_wrapper .leftbar_content .daily-fiction-sidebar-container .post_wrapper.full .daily_fiction_titles {
	width: 90%;
	margin: 0 auto 25px;
}

.standard_wrapper .leftbar_content .daily-fiction-sidebar-container .post_wrapper.full h3 {
	margin: 0 auto;
	border: none;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 15px;
	padding: 0;
	
}

.standard_wrapper .leftbar_content .daily-fiction-sidebar-container .post_wrapper.full h4 {
	text-transform: none;
	font-weight: normal;
	padding: 5px 10px 0;
	margin: 0;
	font-size: 14px;
	font-family: "futura-pt", sans-serif !important;
	font-weight: 500;
	letter-spacing: inherit;
	line-height: 20px;
	color: #545454;
	text-align: center;
}


.standard_wrapper .leftbar_content .post_img img {
  max-width: 60%;
  display: block;
  margin: auto;
}
.standard_wrapper .leftbar_content .post_img {
  background: none;
  margin: auto;
}

#content_wrapper.longformpage .img-credit,
#content_wrapper .inner .inner_wrapper .img-credit {
	margin-top: 0em;
	padding-bottom: 2em;
	width: 100%;
	line-height: 1.6em;
	text-align: right;
	font-size: 1em;
	font-family: "futura-pt", sans-serif !important;
	color: #8E8684;
	background-color: #FFF;
}

#content_wrapper.longformpage .img-credit {
	margin-top: -1em;
}

.standard_wrapper .leftbar_content .post_wrapper.full {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.standard_wrapper .leftbar_content .post_header.half h4 {
  text-align: center;
}
.middlebar_content .post_header.half h4, .middlebar_content .post_detail, .hp_middlebar_content .post_header.half h4, .hp_middlebar_content .post_detail {
  text-align: center;
}
.standard_wrapper .leftbar_content .post_header.half p, .middlebar_content .post_header.half p, .hp_middlebar_content .post_header.half p {
  text-align: center;
  margin: 0px 0 10px 0;
}
.standard_wrapper .leftbar_content .post_header.half p {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  text-transform: initial;
  color: #000;
}
.standard_wrapper .middlebar_content, .standard_wrapper .hp_middlebar_content  {
  float: left;
  padding: 0px 10px;
}
.standard_wrapper .middlebar_content .post_img img, .standard_wrapper .hp_middlebar_content .post_img img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.standard_wrapper .middlebar_content .post_img, .standard_wrapper .hp_middlebar_content .post_img {
  background: none;
  max-width: 100%;
}
.standard_wrapper .middlebar_content.oneup .post_header.half h4, .standard_wrapper .hp_middlebar_content.oneup .post_header.half h4 {
  font-size: 26px;
  line-height: 26px;
}

/* CATEGORY PAGE */

.content_well {
	max-width: 1200px;
	margin: 25px auto;
}

.content_well.top {
	/* margin-bottom: 40px; */
	margin-bottom: 0px;
}

.content_well.bottom {
	/* margin-top: 100px; */
	margin-top: 50px;
}

.category_content_wrapper,
.podcast_content_wrapper,
.the_hub_content_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px 25px 0;
    align-items: start;
}

.content_well.bottom .category_content_wrapper {
	align-items: stretch;
} 

body.category #topOfTheClassSliderTitle {
	padding: 20px 0 0;
	margin-bottom: 0px;
	background-color: #FFF;
}

.content_well .category_content_wrapper .category_content,
.content_well .podcast_content_wrapper .podcast_content,
.content_well .the_hub_content_wrapper .the_hub_content {
	width: 760px;
	flex: 1 2 760px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	margin-right: 25px;
}

.content_well .category_content_wrapper .category_content.stretcher_inner {
	align-items: unset;	
}

.content_well .category_content_wrapper .category_content.stretcher {
	align-items: flex-start;	
}

.the_hub_article .the_hub_content .post_content div.sharedaddy {
  display: none !important;
}

@media only screen and (max-width: 450px) {
	.category_content_wrapper,
	.podcast_content_wrapper,
	.the_hub_content_wrapper {
	    justify-content: space-evenly;
	    margin: 0;
	}
	
	.content_well .the_hub_content_wrapper .the_hub_content {
		max-width: 400px;
		width: 100%;
		margin-right: 0;
	}
	
	.content_well .category_content_wrapper .category_content,
	.content_well .category_content_wrapper .category_content.stretcher {
		width: 100%;
		margin: 10px;
	}
	
	.content_well .category_content_wrapper .category_content.stretcher_inner {
		width: 100%;
		margin: 0 10px;
		justify-content: space-around;
	}
}

.content_well .category_content_wrapper .category_content .category_main_title {
	width: 100%;
	text-align: center;
	max-height: 90px;
}

.content_well .category_content_wrapper .category_content .category_main_title h1 {
    font-size: 28px;
    font-family: "futura-pt", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 5px #000 solid;
    text-align: center;
    display: inline-block;
    padding: 15px;
    margin: 0 auto 20px;
    font-weight: bold;
}

.content_well .category_content_wrapper .category_content .post_detail {
	color: #555;
}

.content_well .category_content_wrapper .category_content .category_featured {
	padding: 15px 15px;
	background-color: #fdfbf5;
	/* position: relative; */
	margin-bottom: 25px;
	width: 100%;
	
}

.content_well .category_content_wrapper .category_content .category_featured .post_img {
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

.content_well .category_content_wrapper .category_content .post_img .post_header {
	position: absolute;
	z-index: 1000;
	margin: 0 0 0 15px;
	width: 35%;
	top: 10%;
	border-bottom: none;
	text-align: left;
}

.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header .snipe {
	color: #000;
	background-color: #FFF;
	display: inline-block;
	padding: 13px;
	font-size: 8pt;
	text-transform: uppercase;
	/* text-decoration: underline; */
	margin-bottom: 5px;
}

.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header h4,
.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header h4 a,
.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header h4 a i,
.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header p {
	color: #FFF !important;
}

.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header h4,
.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header h4 a,
.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header h4 a i,
.content_well .category_content_wrapper .category_content .category_top.featured .post_wrapper .post_header h4,
.content_well .category_content_wrapper .category_content .category_top.featured .post_wrapper .post_header h4 h4 a,
.content_well .category_content_wrapper .category_content .category_top.featured .post_wrapper .post_header h4 h4 a i {
	font-size: 22pt;
	font-family: adobe-caslon-pro, serif !important;
	line-height: 23pt;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.25px;
}

.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header p,
.content_well .category_content_wrapper .category_content .category_top.featured .post_header p {
	font-family: "futura-pt", sans-serif !important;
	font-weight: 500 !important;
  	font-style: normal;
  	font-size: 11.5pt;
  	text-transform: uppercase;
  	line-height: 1.2em;
}

.content_well .category_content_wrapper .category_content .category_featured .post_detail {
	float: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.content_well .category_content_wrapper .category_content .category_featured img {
	/* filter: contrast(0.6) grayscale(0.20); */
	z-index: 999;
	
}

.content_well .category_content_wrapper .category_content .category_featured .background-filler {
	position: relative;
}

.content_well .category_content_wrapper .category_content .category_featured .background-filler:before {
	content: '';
	background-color: rgba(0,0,0,0.40);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 347px;
	
}

@media only screen and (max-width: 425px) {
	.content_well .category_content_wrapper .category_content .post_img .post_header {
		width: 100%;
	}
	
	.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header h4,
	.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header h4 a {
		font-size: 13pt;
		line-height: 13pt;
	}
	
	.content_well .category_content_wrapper .category_content .category_featured .post_img .post_header p {
		font-size: 7.5pt;
	}
}

.content_well .category_content_wrapper .category_content .category_top {
	width: 48%;
	padding: 15px 15px;
	background-color: #FFF;
	margin-bottom: 20px;
	/* height: 340px; */
}

.content_well .category_content_wrapper .category_content .category_top.third,
.content_well .category_content_wrapper .category_content .category_top.featured {
	margin-bottom: 60px;
}

.content_well .category_content_wrapper .category_content .category_top.third {
	width: 32%;
}

.content_well .category_content_wrapper .category_content .category_top.featured {
	width: 100%;
	padding: 0 0 15px 0;
}

.content_well .category_content_wrapper .category_content .category_top .post_wrapper {
	padding: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.content_well .category_content_wrapper .category_content .category_top .post_wrapper .snipe {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #FFF;
    z-index: 2000;
    padding: 3px 6px;	
    font-family: "futura-pt", sans-serif !important;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}

.content_well .category_content_wrapper .category_content .category_top.featured .post_wrapper .snipe {
	font-size: 12px;	
}

.content_well .category_content_wrapper .category_content .category_top .post_wrapper .post_img {
	margin: 0;
}

.content_well .category_content_wrapper .category_content .category_top.featured .post_wrapper .post_img {
	max-width: 100%;
	max-height: inherit;
}

.content_well .category_content_wrapper .category_content .category_top.featured .post_header p {
	font-size: 11.5pt;
	letter-spacing: 1px;
}

.content_well .category_content_wrapper .category_content .category_top .post_wrapper .post_header {
	border: none;
	padding: 0;
	margin: 0;
	float: none;
}

.content_well .category_content_wrapper .category_content .category_top.featured .post_wrapper .post_header {
	padding: 0 25px;
}

.content_well .category_content_wrapper .category_content .category_top .post_wrapper .post_header h6 {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	padding: 3px 6px;
	text-transform: uppercase;
	text-decoration: underline;
	font-family: "futura-pt", sans-serif;
	letter-spacing: 0px;
}

.content_well .category_content_wrapper .category_content .category_top .post_wrapper .post_header h4 {
	font-family: adobe-caslon-pro, serif;
	font-size: 14pt;
	font-weight: 500;
	letter-spacing: 0.25px;
	line-height: 16.5pt;
}

.content_well .category_content_wrapper .category_content .category_top.third .post_wrapper .post_header h4 {
	font-size: 19px;
}

.content_well .category_content_wrapper .category_content .category_top.featured .post_wrapper .post_header h4,
.content_well .category_content_wrapper .category_content .category_top.featured .post_wrapper .post_header h4 h4 a,
.content_well .category_content_wrapper .category_content .category_top.featured .post_wrapper .post_header h4 h4 a i {
	margin-top: 25px;
	font-family: inherit;
}

.content_well .category_content_wrapper .category_content .category_top .post_wrapper .post_detail {
	font-size: 10pt;
	margin: 0;
}

.content_well .category_content_wrapper .category_content .category_top.featured .post_wrapper .post_detail {
	font-size: 15px;
}

.content_well .category_content_wrapper .category_sidebar_wrapper,
.content_well .podcast_content_wrapper .podcast_sidebar_wrapper,
.content_well .the_hub_content_wrapper .category_sidebar_wrapper {
	flex: 0 1 300px;
	margin: 30px auto 0;
}

.content_well.bottom .category_content_wrapper .category_sidebar_wrapper,
.content_well.bottom .podcast_content_wrapper .podcast_sidebar_wrapper,
.content_well.bottom .the_hub_content_wrapper .category_sidebar_wrapper {
	margin: 0 auto;
}

.content_well .category_content_wrapper .category_sidebar_wrapper .sidebar .content .sidebar_widget > li {
	/* float: none; */
}

.content_well .category_content_wrapper .category_content .search_form_wrapper {
	margin-bottom: 20px;
	width: 100%;
}

.content_well .category_content_wrapper .category_content .category_top.search .post_wrapper .snipe img {
	max-width: 75px;
}

.content_well .category_content_wrapper .category_content .category_top.search.bookmarks-content {
	border: 1px solid #ee2c32;	
}

.content_well .category_content_wrapper .category_content .category_top.search.bookmarks-content .post_wrapper {
	justify-content: space-around;
}

.content_well .category_content_wrapper .category_content .category_top.search .post_img {
	background-color: transparent;
}

.content_well .category_content_wrapper .category_content .category_top.search .post_img img {
	max-height: 226px;
	width: auto;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.content_well .category_content_wrapper .category_content .category_top.search .post_img img {
		max-height: auto;
		width: auto !important;
	}
}

.content_well .category_content_wrapper .category_content .category_top.search.crimereads-content,
.content_well .category_content_wrapper .category_content .category_top.search.crimereads-content .post_wrapper .snipe {
	background-color: #dad9d9;
}

.content_well .category_content_wrapper .category_content .category_top.search.crimereads-content .post_wrapper h4 {
	font-family: "acumin-pro-extra-condensed", sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.content_well .category_content_wrapper .category_content .category_top.search.crimereads-content .post_detail a {
	font-weight: bold;
	color: #C01823;
	text-transform: uppercase;
}

/* END CATEGORY PAGE */

/* PODCAST PAGES */
.podcast_content_wrapper {
	max-width: 1000px;
	margin: 25px auto 0;
}
.content_well .podcast_content_wrapper .podcast_content {
	margin: 0 25px;
}
.content_well .podcast_content_wrapper .podcast_content .header_link,
.content_well .the_hub_content_wrapper .the_hub_content .header_link {
	width: 100%;
	color: #000;
}

.content_well .podcast_content_wrapper .podcast_content .header_link:hover,
.content_well .podcast_content_wrapper .podcast_content .header_link:active,
.content_well .the_hub_content_wrapper .the_hub_content .header_link:hover,
.content_well .the_hub_content_wrapper .the_hub_content .header_link:active {
	text-decoration: none;
}

.content_well .podcast_content_wrapper .podcast_content .podcast_main_logo {
	width: 100%;
	display: flex;
	border: 5px #000 solid;
	height: 110px;
}

.content_well .podcast_content_wrapper.podcast_station {
	max-width: 800px;
	margin: 25px auto;
}

.content_well .podcast_content_wrapper.podcast_station .podcast_content {
	margin-right: 0;
}

.content_well .podcast_content_wrapper .podcast_content .podcast_main_logo .podcast_header {
	flex: 1 1 33%;
} 

.content_well .podcast_content_wrapper .podcast_content .podcast_main_logo .podcast_logo_box {
	border-right: 1px #000 solid;
	flex: 0 0 170px;
	
}

.content_well .podcast_content_wrapper .podcast_content .podcast_main_logo .podcast_title_box {
	display: flex;
	align-items: center;
	border-right: 1px #000 solid;
	
}

.content_well .podcast_content_wrapper .podcast_content .podcast_main_logo .podcast_slogan_box {
	font-family: adobe-caslon-pro, serif !important;
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
	display: flex; 	
	justify-content: center;
	align-items: center;
	line-height: 34px;
	margin-top: 10px;
}

.content_well .podcast_content_wrapper .podcast_content .podcast_main_logo .podcast_logo_box img {
	width: 100px;
	
}

.content_well .podcast_content_wrapper .podcast_content .podcast_main_logo h1 {
	font-family: "futura-pt", sans-serif;
	font-size: 30px;
	letter-spacing: 2pt;
	text-transform: uppercase;
	padding: 0;
	margin: 0 auto;
}

.content_well .podcast_content_wrapper .show_latest_eps,
.content_well .podcast_content_wrapper.podcast_station .show_latest_eps {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.content_well .podcast_content_wrapper .show_latest_eps h3,
.content_well .podcast_content_wrapper.podcast_station .show_latest_eps h3 {
	font-family: "futura-pt", sans-serif;
	font-size: 26px;
	letter-spacing: 2pt;
	text-transform: uppercase;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.content_well .podcast_content_wrapper .show_latest_eps h3 em,
.content_well .podcast_content_wrapper.podcast_station .show_latest_eps h3 em {
	font-style: normal;
	font-weight: 600;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode {
	width: 100%;
	background-color: #FFF;
	position: relative;
	margin-top: 35px;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .featured_episode_cover {
	position: relative;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .featured_episode_image {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.content_well .podcast_content_wrapper.podcast_station .podcast_content .featured_episode .featured_episode_image {
	height: 500px;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .featured_episode_image .background-filler,
.podcast_content .small_player_item .small_player_image .background-filler {
	position: relative;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .featured_episode_image .background-filler::before,
.podcast_content .small_player_item .small_player_image .background-filler::before {
	content: ' ';
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 500px;
	z-index: 1;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .featured_episode_image img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .featured_episode_image img.featured_image_photo {
	top: calc(75% - 300px);
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .featured_episode_cover h2 {
	position: absolute;
	width: 800px;
	left: calc(50% - 400px);
	top: calc(35% + 25px);
	color: #FFF;
	font-family: adobe-caslon-pro, serif !important;
	font-weight: bold;
	font-size: 50px;
	z-index: 3;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .featured_episode_cover h2 a {
	color: #FFF;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .wide_player_container {
	display: flex;
	/*min-height: 150px;*/
	max-height: 150px;
	justify-content: center;
}

.content_well .podcast_content_wrapper.podcast_station .podcast_content .featured_episode .wide_player_container {
	min-height: 175px;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .wide_player_container .player_cover {
	min-width: 150px;
	width: 100%;
	min-height: 150px;
	flex: 0 1 150px;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .wide_player_container .player_cover img {
	width: 100%;
	height: auto;
}

.content_well .podcast_content_wrapper .podcast_content .featured_episode .wide_player_container .wide_player_box {
	display: flex;
	flex-direction: column;
	flex: 2 0 300px;
}

.content_well .podcast_content_wrapper.podcast_station .podcast_content .featured_episode .wide_player_container .wide_player_box {
	max-width: 700px;
}

.wide_player_container .mejs-container {
	background-color: #fdfbf5;
	margin-left: auto;
}

.wide_player_container .mejs-container .mejs-controls {
	top: 0;
}

.wide_player_container .mejs-controls .mejs-time-rail .mejs-time-handle-content:active, 
.wide_player_container .mejs-controls .mejs-time-rail .mejs-time-handle-content:focus, 
.wide_player_container .mejs-controls .mejs-time-rail:hover .mejs-time-handle-content {
	display: none;
}

.wide_player_container .mejs-controls .mejs-time-rail .mejs-time-total.mejs-time-slider .mejs-time-float {
	width: 50px;
}

.wide_player_container .mejs-controls .mejs-time-rail .mejs-time-total.mejs-time-slider .mejs-time-float-current {
	width: 45px;
}

.wide_player_container .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #eaeae9;
 	height: 4px;
}

.wide_player_container .mejs-controls .mejs-time-rail .mejs-time-hovered {
 	background: #eaeae9;
 	height: 4px;
}
 
.wide_player_container .mejs-controls .mejs-time-rail .mejs-time-loaded {
	display: none;
}

.wide_player_container .mejs-container, 
.wide_player_container .mejs-container .mejs-controls, 
.wide_player_container .mejs-embed, .mejs-embed body {
	background: #FFF;
}

.wide_player_container .mejs-button.mejs-playpause-button.mejs-play > button {
	background: #7e7f7e;
	-webkit-mask-image: url('../svg/mejs-controls.svg');
	-webkit-mask-position: 3px 3px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 325px;
	
	mask-image: url('../svg/mejs-controls.svg');
	mask-position: 3px 3px;
	mask-repeat: no-repeat;
	mask-size: 325px;
}

.wide_player_container .mejs-button.mejs-playpause-button.mejs-pause > button {
	background: #7e7f7e;
	width: 15px;
	
	-webkit-mask-image: url('../svg/mejs-controls.svg');
	-webkit-mask-position: -17px 3px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 325px;
	
	mask-image: url('../svg/mejs-controls.svg');
	mask-position: -17px 3px;
	mask-repeat: no-repeat;
	mask-size: 325px;
}

.wide_player_container .mejs-button.mejs-volume-button.mejs-mute {
	display: none;
}

.wide_player_container .mejs-controls a.mejs-horizontal-volume-slider {
	display: none;
}

.podcast_content .featured_episode .wide_player_container .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: transparent;
	border: 1px #7e7f7e solid;
	height: 6px;
	margin: 10px 0 0;
}

.podcast_content .featured_episode .wide_player_container .mejs-time-total .mejs-time-handle {
	border: 1px solid #7e7f7e;
	width: 2px;
	background-color: #7e7f7e;
	top: -5px;
	height: 15px;	
}

.podcast_content .featured_episode .wide_player_container .mejs-controls .mejs-time-float-corner {
	border: 5px solid #000;
	border-color: #000 transparent transparent;
}

.podcast_content .featured_episode .wide_player_container .mejs-controls .mejs-time {
	color: #7e7f7e;
	padding-top: 18px;
}

.content_well .podcast_content_wrapper .about_podcast {
	background-color: #FFF;
	padding: 10px 40px;
}
.content_well .podcast_content_wrapper .about_podcast h4 {
	font-family: adobe-caslon-pro, serif !important;
	font-size: 14pt;
	text-transform: none;
	font-weight: 400;
	line-height: 16pt;
}

.podcast_content .featured_episode .wide_player_container .wide_player_info {
	padding-left: 50px;
	padding-right: 25px;
}

.podcast_content .featured_episode .wide_player_container .wide_player_info h3,
.podcast_content .latest_episodes .small_player_item .small_player_info h3 {
	font-family: adobe-caslon-pro, serif !important;
	font-size: 18pt;
	text-transform: none;
	font-weight: 400;
	margin-top: 15px;
}

.podcast_content .latest_episodes .small_player_item .small_player_info h4 {
	font-family: "futura-pt", sans-serif !important;
	letter-spacing: 0.2px;
	font-weight: 400;
	font-size: 12pt;
	line-height: 19px;
	text-transform: none;
}

.podcast_content .featured_episode .wide_player_container .wide_player_info h4 {
	font-family: "futura-pt", sans-serif !important;
	letter-spacing: 0.15px;
	font-weight: 400;
	font-size: 14.5px;
	line-height: 16px;
	text-transform: none;
}

.podcast_content .featured_episode .wide_player_container .wide_player_info h3,
.podcast_content .featured_episode .wide_player_container .wide_player_info h4 {
	text-align: left;
}

.podcast_content .featured_episode .wide_player_container .wide_player_info h4 {
	margin-bottom: 0px;
}

.podcast_content .featured_episode .wide_player_container .wide_player_info h4 {
	margin-top: 5px;
}

.podcast_content .featured_episode .wide_podcast_ad {
	padding: 10px 0 10px;
	background-color: #FFF;
}

.small_podcast_ad .podcast_ad_container,
.podcast_content .featured_episode .wide_podcast_ad .podcast_ad_container {
	background-color: #FFF;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.small_podcast_ad .podcast_ad_container {
	margin: 0 25%;
}

.podcast_content .featured_episode .wide_podcast_ad .podcast_ad_container h3 {
	font-family: "futura-pt", sans-serif;
	flex: 5 1 auto;
	font-size: 13pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.small_podcast_ad .podcast_ad_container div.podcast_promo,
.podcast_content .featured_episode .wide_podcast_ad .podcast_ad_container div.podcast_promo {
	flex: 1 2 auto;
}

.small_podcast_ad .podcast_ad_container div.podcast_promo img,
.podcast_content .featured_episode .wide_podcast_ad .podcast_ad_container div.podcast_promo img {
	width: 30px;
	height: 30px;
	filter: grayscale(100%);
}

.small_podcast_ad .podcast_ad_container div.podcast_promo img:hover,
.podcast_content .featured_episode .wide_podcast_ad .podcast_ad_container div.podcast_promo img:hover {
	filter: grayscale(0%);
	transition: all .2s linear;
}

.podcast_content .latest_episodes {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}

.podcast_content .latest_episodes .small_player_item {
	width: 50%;
	background: #FFF;
	margin-bottom: 30px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.podcast_content .latest_episodes .small_player_item .small_player_cover {
	max-width: 350px;
	margin: 15px auto 0;
}

.podcast_content .latest_episodes .small_player_item .small_player_cover .small_player_image {
	position: relative;
	overflow: hidden;
}

.podcast_content .latest_episodes .small_player_item .small_player_cover .small_player_image .small_player_container {
	position: absolute;
	max-height: 350px;
	bottom: 0;
}

.podcast_content .latest_episodes .small_player_item .small_player_cover .small_player_image img {
	max-width: 100%;
}

.podcast_content .latest_episodes .small_player_item .small_player_info {
	width: 75%;
	margin: 0 auto;
}

.podcast_content .latest_episodes .small_player_item .play-button {
	position: relative;
}
.podcast_content .latest_episodes .small_player_item .play-button::before {
	content: '';
	position: absolute;
	top: calc(50% + 125px);
	left: calc(50% - 63px);
	height: 126px;
	width: 126px;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.9);
 	-webkit-mask-image: url('../svg/mejs-controls.svg');
 	-webkit-mask-position: -125px -60px;
 	-webkit-mask-size: 625px;
 	-webkit-mask-repeat:no-repeat;
 	
 	mask-image: url('../svg/mejs-controls.svg');
 	mask-position: -125px -60px;
 	mask-size: 625px;
 	mask-repeat:no-repeat;
}

.podcast_content .latest_episodes .small_player_item h2 {
	font-family: "futura-pt", sans-serif !important;
	letter-spacing: 2px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;	
}

.podcast_content .latest_episodes .small_player_item h2 a {
	color: #000;
}

.podcast_content .latest_episodes .small_player_item .mejs-controls button:hover {
	/*
	background-color: #FFF;
	padding: 8px 8px;
	*/
}

.content_well .podcast_content_wrapper .podcast_content.featured_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.podcast_content.featured_content .featured_podcast_content {
	flex: 0 1 28%;
	background-color: #FFF;
	margin-bottom: 50px;
	padding:  0 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.podcast_content.featured_content .featured_podcast_content .podcast_image img {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	margin: 50px 0;
}

.podcast_content.featured_content .featured_podcast_content h2 {
	font-family: adobe-caslon-pro, serif !important;
	font-size: 16pt;
	line-height: 20pt;
	padding: 0 30px;
}

.podcast_content.featured_content .featured_podcast_content h2 a {
	color: #000;
}

.podcast_content.featured_content .featured_podcast_content .byline {
	font-family: "futura-pt",sans-serif;
	font-weight: normal;
	color: #555;
	font-size: 13px;
	padding: 0 10px;
}

.podcast_content.featured_content .featured_podcast_content .byline a {
	color: #000;
}

/* END PODCAST */

/* THE HUB */

.the_hub_content_wrapper {
	text-align: center;
}

.the_hub_content_wrapper .the_hub_title_wrapper {
    border: 4px #000 solid;
    display: flex;
    margin: 0 auto 50px;
    height: 110px;
    width: 100%;
}

.the_hub_content_wrapper .the_hub_title_wrapper .the_hub_title {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    padding-left: 0;
}

.the_hub_content_wrapper .the_hub_title_wrapper .the_hub_logo {
    flex: 0 0 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px #000 solid;
}

.the_hub_content_wrapper .the_hub_title_wrapper .the_hub_logo img {
	width: 50px;
}

.the_hub_content_wrapper .the_hub_title_wrapper .the_hub_title {
	flex: 1 1 30%;
	display: flex;
	justify-content: center;
    align-items: center;
    border-right: 1px #000 solid;
}

.the_hub_content_wrapper .the_hub_title_wrapper .the_hub_title h1 {
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 2px;
	align-self: center;
	margin: 0 auto;
}

.the_hub_content_wrapper .the_hub_title_wrapper .the_hub_slogan {
	flex: 1 1 30%;
	display: flex;
	justify-content: center;
    align-items: center;
}

.the_hub_content_wrapper .the_hub_title_wrapper .the_hub_slogan h1 {
	font-family: adobe-caslon-pro, serif !important;
	font-style: italic;
	font-weight: 500;
	font-size: 30px;
	line-height: 34px;	
	margin-top: 20px;
}

.the_hub_content_wrapper .the_hub_item {
	text-align: left;
	background-color: #FFF;
	width: 100%;
}

.the_hub_content_wrapper .the_hub_item .banner_img {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    min-height: 190px;
}

.the_hub_content_wrapper .the_hub_item .banner_img img {
	width: 100%;
}

.the_hub_content_wrapper .the_hub_item .post_content {
	padding: 2em 3em;
}

.the_hub_content_wrapper .the_hub_item .post_content h1 {
	font-family: adobe-caslon-pro, serif;
	font-size: 2.5em;
	font-weight: 500;
	text-align: center;
	line-height: 3rem;
	padding: 0 2em;
}

.the_hub_content_wrapper .the_hub_item .post_content P {
	font-family: adobe-caslon-pro, serif;
}

#content_wrapper .author_info,
.the_hub_content_wrapper .the_hub_item .post_content .author_info {
	display: flex;
	margin: 3em 0;
}

#content_wrapper .author_info > div,
.the_hub_content_wrapper .the_hub_item .post_content .author_info > div {
	align-self: center;
	flex: 0 1 auto;
	font-size: 16px;
}

#content_wrapper .author_info > div a,
.the_hub_content_wrapper .the_hub_item .post_content .author_info > div a {
	color: #555;
}


#content_wrapper .author_info .author_photo,
.the_hub_content_wrapper .the_hub_item .post_content .author_info .author_photo {
	width: 50px;
	margin-right: 20px;
}

#content_wrapper .author_info .author_photo img,
.the_hub_content_wrapper .the_hub_item .post_content .author_info .author_photo img {
	width: 100%;
	height: auto;
	filter: contrast(0.4) grayscale(0.4);
	transition: filter 0.5s;
	-webkit-transition: filter 0.5s;
}

#content_wrapper .author_info .author_photo img:hover,
.the_hub_content_wrapper .the_hub_item .post_content .author_info .author_photo img:hover {
	filter: none;
}

#content_wrapper .author_info .author_hr,
.the_hub_content_wrapper .the_hub_item .post_content .author_info .author_hr {
	flex: 1 1 auto;
	padding: 0 40px;
}

#content_wrapper .author_info .author_hr hr,
.the_hub_content_wrapper .the_hub_item .post_content .author_info .author_hr hr {
	border-top: 1px solid #555;
}

.the_hub_content_wrapper .the_hub_item .post_content .post_tags {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 75%;
	flex-wrap: wrap;
	margin: 3rem auto 0;
}

.the_hub_content_wrapper .the_hub_item .post_content .post_tags > a {
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.the_hub_content_wrapper .the_hub_item .post_content .post_tags > a:after {
	content: '|';
	color: #000;
	margin: 0 10px;
}

.the_hub_content_wrapper .the_hub_item .post_content .post_tags > a:last-of-type:after {
	content: '';
	margin: 0;
}

@media only screen and (max-width: 450px) {
	.the_hub_content_wrapper .the_hub_title_wrapper .the_hub_logo {
		flex: 0 0 70px;
	}
	.the_hub_content_wrapper .the_hub_title_wrapper .the_hub_logo img {
		width: 35px;
	}
	.the_hub_content_wrapper .the_hub_title_wrapper .the_hub_title h1 {
		font-size: 20px;
	}
	.the_hub_content_wrapper .the_hub_title_wrapper .the_hub_slogan h1 {
		font-size: 15px;
	}
	.the_hub_content_wrapper .the_hub_item .post_content {
		padding: 2em 2em;
	}
	.the_hub_content_wrapper .the_hub_item .post_content h1 {
		padding: 0 0.2em;
	}
	
	.the_hub_content_wrapper .the_hub_item .post_content .author_info {
		flex-direction: column;
	}
	.the_hub_content_wrapper .the_hub_item .post_content .author_info .author_photo {
		margin: 0;
	}
	.the_hub_content_wrapper .the_hub_item .post_content .author_info .author_hr {
		display: none;
	}
}

#content_wrapper .post_content_body_wrapper .social_links,
#content_wrapper.longformpage .social_links,
.the_hub_content_wrapper .the_hub_item .post_content .social_links {
	display: flex;
	justify-content: center;
	margin: 3rem 0;
}

#content_wrapper .post_content_body_wrapper .social_links a,
#content_wrapper.longformpage .social_links a,
.the_hub_content_wrapper .the_hub_item .post_content .social_links a {
	font-family: 'FontAwesome';
	background-color: #000;
	color: #FFF;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 20px;
	transition: color 0.5s;
}

#content_wrapper .post_content_body_wrapper .social_links a:hover,
#content_wrapper.longformpage .social_links a:hover,
.the_hub_content_wrapper .the_hub_item .post_content .social_links a:hover {
	text-decoration: none;
	color: #555;
}

#content_wrapper .post_content_body_wrapper .social_links a:last-of-type,
#content_wrapper.longformpage .social_links a:last-of-type,
.the_hub_content_wrapper .the_hub_item .post_content .social_links a:last-of-type {
	margin-right: 0px;
}

#content_wrapper .post_content_body_wrapper .social_links a span,
#content_wrapper.longformpage .social_links a span,
.the_hub_content_wrapper .the_hub_item .post_content .social_links a span {
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	transition: font-size 0.5s;
}

#content_wrapper .post_content_body_wrapper .social_links a span:hover,
#content_wrapper.longformpage .social_links a span:hover,
.the_hub_content_wrapper .the_hub_item .post_content .social_links a span:hover {
	font-size: 16px;
}

#content_wrapper .post_content_body_wrapper .social_links a .social_twitter:before,
#content_wrapper.longformpage .social_links a .social_twitter:before,
.the_hub_content_wrapper .the_hub_item .post_content .social_links a .social_twitter:before {
	content: "\f099";
}

#content_wrapper .post_content_body_wrapper .social_links a .social_facebook:before,
#content_wrapper.longformpage .social_links a .social_facebook:before,
.the_hub_content_wrapper .the_hub_item .post_content .social_links a .social_facebook:before {
	content: "\f09a";
}

#content_wrapper .post_content_body_wrapper .social_links a .social_insta:before
#content_wrapper.longformpage .social_links a .social_insta:before,
.the_hub_content_wrapper .the_hub_item .post_content .social_links a .social_insta:before {
	content: "\f16d";
}

/* END THE HUB */

.standard_wrapper h3 {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  margin: 0px auto 25px;
  display: block;
  text-align: center;
  color: #000;
  letter-spacing: 2pt;
  padding-bottom: 15px;
  line-height: 17px;
}
.standard_wrapper h3.lhd {
  font-family: "superclarendon",serif !important;
  text-transform: inherit;
  font-weight: 400;
  font-style: italic !important;
  font-size: 20px;
  margin: 0px auto 15px;
  display: block;
  text-align: center;
  color: #000;
  letter-spacing: 0em;
  border-bottom: 0px;
  padding-bottom: 0px;
  line-height: 17px;
}
.standard_wrapper h5.lhd {
  font-family: "futura-pt", sans-serif !important;
  text-transform: initial;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.7px;
  padding-top: 10px;
  border-top: #8E8684 solid 2px;
  text-align: center;
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_lithub_daily_widget ul,
.standard_wrapper .sidebar .content.lhd ul {
  margin: 0 25px;
  list-style: initial;
}
.standard_wrapper .sidebar .content.lhd ul li {
  padding: 5px 0 5px 0;
  border-bottom: 0px;
  list-style: initial;
  text-align: left;
  font-size: 0.9em;
}
.standard_wrapper .sidebar .content.lhd h2.widgettitle {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 14px;
  margin: 0px auto 0px;
  display: block;
  text-align: center;
  color: #000 !important;
  letter-spacing: .1em;
  border-bottom: 0px;
  padding-bottom: 15px;
}
.standard_wrapper .sidebar .content.lhd h2.datetitle {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 17px;
  margin: 0px auto 0px;
  display: block;
  text-align: center;
  color: #B23028 !important;
  letter-spacing: .1em;
  border-bottom: 0px;
  padding-bottom: 15px;
}
.standard_wrapper .middlebar_content h3 {
  font-weight: 500 !important;
}
.standard_wrapper.lower .sidebar_wrapper,
.standard_wrapper.lower .middlebar_content,
.standard_wrapper.lower .sidebar_wrapper {
  width: auto;
}

.standard_wrapper.lower .sidebar h2.widgettitle,
.standard_wrapper .widget h2.widgettitle {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 17px;
  margin: 0px auto 15px;
  display: block;
  text-align: center;
  color: #000;
  letter-spacing: 3px;
  border-bottom: none;
  padding-bottom: 0px;
  line-height: 17px;
}
.standard_wrapper.lower .sidebar #facebook-likebox-3 h2.widgettitle a,
.standard_wrapper.lower .sidebar #facebook-likebox-2 h2.widgettitle a,
.standard_wrapper.lower .sidebar #facebook-likebox-1 h2.widgettitle a {
  border: none;
}
.standard_wrapper.lower .sidebar h2.widgettitle a {
  line-height: 17px;
  font-size: 17px;
  font-weight: 500 !important;
  border-bottom: 0px;
}

.standard_wrapper .widget.widget_text {
	background-color: #FFF;
}

.standard_wrapper .widget.widget_text.widget_custom_html {
	background-color: transparent;
}

.standard_wrapper .widget.widget_text h2.widgettitle {
	border-bottom: 1px #000 solid !important;
	padding-top: 20px;
	padding-bottom: 20px !important;
}

.standard_wrapper.lower .middlebar_content h3 {
  font-weight: 500 !important;
}
.standard_wrapper.lower .middlebar_content .element[rel=two_columns] {
  min-height: 250px;
}
.standard_wrapper .hp_middlebar_content .textflag {
  position: absolute;
  background: #C01823;
  color: #E4D0A8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E4D0A8;
  font-weight: 500;
  display: table;
  margin: auto;
  padding: 10px 25px;
  top: -10px;
  right: 10px;
  z-index: 100;
}
.standard_wrapper.lower .hp_middlebar_content .textflag {
  position: absolute;
  background: #C01823;
  color: #E4D0A8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E4D0A8;
  font-weight: 500;
  display: table;
  margin: auto;
  padding: 7px 15px;
  top: -10px;
  right: 10px;
  z-index: 100;
}

/* Home Page | Full screen */

.menu-secondary-menu-container {
  background: #000;
  width: 100%;
  margin: auto;
}
#page_slider.slider_wrapper {
  width: 100%;
  height: 0;
  margin: auto;
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
 #page_slider .flex-direction-nav a {
  top: 45% !important;
}
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: -100px !important;
  right: auto;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.6) !important;
  border-radius: 25px;
  -webkit-transition:.2s all;
  -moz-transition:.2s all;
  transition:.2s all;
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: -100px !important;
  left: auto;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.6) !important;
  border-radius: 25px;
  -webkit-transition:.2s all;
  -moz-transition:.2s all;
  transition:.2s all;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 1.1em;
  display: block;
  content: '\f053';
  color: #fff !important;
  margin-top: 14px;
}
.flex-direction-nav a.flex-prev:before {
  margin-left: -3px;
}
.flex-direction-nav a.flex-next:before {
  margin-right: -3px;
}
#page_slider:hover .flex-direction-nav .flex-prev {
  left: 15px !important;
  text-decoration: none;
}
#page_slider:hover .flex-direction-nav .flex-next {
  right: 15px !important;
  text-decoration: none;
}
.slider_wrapper .main_post_full .post_title {
  background: rgba(0, 0, 0, 0.3) !important;
}
.slider_wrapper .main_post_full {
  height: 480px;
}

/* MULTI ITEM SLIDER */
#page_slider .slides .slider-posts-container {
	display: flex;
}

#page_slider .slides .slider-posts-container .slider-main-link + .slider-main-link {
	
}

#page_slider .slides .slider-posts-container .slider-main-link {
	display: block;
	flex: 1 1 33%;
	margin-left: 20px;
}

#page_slider .slides .slider-posts-container .slider-main-link:first-of-type,
#page_slider .slides .slider-posts-container .slider-main-link:only-child {
	margin-left: 0px;
}

@media only screen and (max-width: 500px) {
  #page_slider .slides .slider-posts-container.two-up .slider-main-link:last-of-type {
    display: none;
  }
}

#page_slider.slider_wrapper .main_post_full .post_title {
	height: 100%;
	position: inherit;
	display: flex;
	justify-content: center;
	align-items: center;	
}


/* PAGINATION */
.pagination {
	border: 2px #000 solid;
	margin: 0 auto;
	float: none;
	margin-bottom: 50px;
	align-self: flex-end;
}

.pagination.the_hub_pagination {
	margin-top: 2em;
}

.pagination_detail {
	display: none;
}

.pagination a, 
.pagination a:active, 
.pagination a.active, 
.pagination span.current {
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1px;
	border: 0;
	font-weight: 500;
	
}

.pagination span.current, 
.pagination a:hover {
	color: #000;
	background-color: #fdfbf5;
}

/* END PAGINATION */

/* Footer */
#footer {
  width: auto;
  padding-top: 20px;
}

#footer h4 a, #footer h3 a {
  color: #fff !important;
}
#footer .post_circle_thumb strong.title {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
}
#footer .post_circle_thumb.large_thumb strong.title {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
}
#footer strong.title {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
#footer strong.title a:hover {
  color: #C01823 !important;
  text-decoration: none;
  text-align: center !important;
}
#footer h2.widgettitle {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  color: #C01823 !important;
  font-size: 14pt;
  letter-spacing: 1.3pt;
  text-align: center;
}
#footer .post_attribute.center, #footer .post_attribute.full {
  border-top: none;
}
#copyright {
  background: #000;
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
}

.copyright-link {
	color: #000;
}

#footer .post_attribute .post_comment_count {
  display: none;
}
#footer .post_attribute a {
  color: #C01823 !important;
}
#footer .post_attribute a:hover {
  color: #fff !important;
}
#footer .sidebar_widget li ul.posts li {
  line-height: 1em;
}
#footer .widget.widget_rss {
  line-height: 1em;
}
#footer .widget.widget_rss li .rsswidget {
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
  line-height: 1em;
}
#footer .widget.widget_rss li .rss-date {
  font-size: 12px;
  display: block;
  border-bottom: 0;
  padding: 2px 0 2px 0;
}
#footer .post_circle_thumb.large_thumb,
#footer .post_circle_thumb.large_thumb img {
	width: 100% !important;
}
#footer li {
  list-style: none;
  line-height: 1em;
}
#footer .pullleft {
  float: right;
  width: 50%;
  margin: 20px 0px;
}
#footer .pullright {
  float: right;
  width: 50%;
  margin: 20px 0px;
}
#footer li {
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
  text-align: center;
  color: #fff;
  font-size: .9em;
  line-height: 1.3em;
}
#footer .textwidget h1 {
  font-weight: 500 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
  font-size: 30px;
  text-align: center;
  margin: 40px 0px 0px;
}
#footer .textwidget h3 {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  margin: 10px 0px;
  color: #fff
}
#footer .social_wrapper {
  width: 115px;
  margin: auto;
  float: none;
}

/* Catogory Post Page */
#content_wrapper #page_caption h1 {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  color: #C01823 !important;
  font-size: 20pt;
  letter-spacing: 1.3pt;
  padding: 10px 0px;
}
.inner_wrapper.fullwidth h1 {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  color: #C01823 !important;
  font-size: 20pt;
  letter-spacing: 1.3pt;
  padding: 20px 0px;
}
#content_wrapper .post_header.single_post h3 a {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 36px !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  color: #000;
  margin: 50px 0px 0px;
}
#content_wrapper .post_header.single_post h5 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase !important;
  color: #000 !important;
  text-align: center;
  margin: 10px 0px 30px;
}
#content_wrapper .post_header.half h5 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase !important;
  color: #000 !important;
  text-align: center;
}
#content_wrapper .post_img {
  max-width: 100%;
  max-height: none !important;
}
#content_wrapper .post_img.half a img {
  margin: 0px;
}

/* Post Page */
#content_wrapper pre {
  display: block;
  word-wrap: normal !important;
  word-break: normal !important;
  white-space: normal !important;
  overflow: hidden;
  padding: 10px 0px 1px 0;
  background: none;
  font-family: "adobe-caslon-pro",serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 1.6em;
  display: initial;
}
#content_wrapper {
  width: 1140px;
}
#content_wrapper .sidebar_content .adsanity-random {
  display: block;
}
#content_wrapper .sidebar_content .adsanity-random h2.widgettitle {
  display: none;
}
#content_wrapper h1.post_title {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 36px !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  color: #000;
  margin: 5px 0px 0px;
}
#content_wrapper .post_header_wrapper h3 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  font-size: 18px;
  color: #000 !important;
  text-align: center;
  margin: 10px 0px 10px;
}
#content_wrapper .pullquote {
  font-family: "adobe-caslon-pro",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  text-align: left;
  color: #B23028;
  padding: 0 60px;
  display: block;
  line-height: 1.7em;
  margin: 10px auto;
}
#content_wrapper .post_img {
  margin: 0px auto 10px;
  background: none;
}
#content_wrapper .post_img img {
  display: block;
  margin: auto;
}
#content_wrapper blockquote:before {
  display: none;
}
#content_wrapper h5, #content_wrapper h3.comment-reply-title  {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #8E8684 !important;
}
#content_wrapper .post_previous_content strong, #content_wrapper .post_next_content strong {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3em;
}
#content_wrapper .post_previous_content h6, #content_wrapper .post_next_content h6 {
  display: none;
}
#content_wrapper .inner .inner_wrapper .sidebar_content p:first-child {
  padding-top: 0.1em !important;
  padding-bottom: 0.1em !important;
  margin-bottom: 10px !important;
}
#content_wrapper .comment .right a {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #000 !important;
}
#content_wrapper .comment {
  border-bottom: none;
  border-right: 5px solid #ccc;
}
#content_wrapper .description.author {
  font-family: "adobe-caslon-pro",serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
#content_wrapper .description.author h6 a {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  color: #8E8684;
}  
#content_wrapper .sidebar_content .separated {
  border-left: 0px;
  margin: 0px 5px;
}
#content_wrapper .sponsored {
  position: relative;
  background: #C01823;
  color: #E4D0A8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E4D0A8;
  font-weight: 500;
  display: table;
  margin: 0 auto 20pt;
  padding: 10px 25px;
  top: -10px;
  transition: background 0.25s;
}
#content_wrapper .sponsored:hover {
  background: #000;
}
#content_wrapper .sponsored a {
  color: #E4D0A8;
  transition: color 0.25s;
}
#content_wrapper .sponsored a:hover {
  color: #FFF;
  text-decoration: none;
}

#content_wrapper .textflag {
  position: relative;
  background: #C01823;
  color: #E4D0A8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E4D0A8;
  font-weight: 500;
  display: table;
  margin: auto;
  padding: 7px 15px;
  top: -15px;
  z-index: 100;
}

#content_wrapper .content-page-links {
	text-align: center;
	border-top: rgba(0,0,0,0.2) 1px solid;
	padding-top: 18px;
	font-family: "futura-pt", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 20px;
	text-transform: uppercase;
}

#content_wrapper .content-page-links .page-link-num {
	display: inline-block;
	padding-left: 10px;
}

#content_wrapper .content-page-links .page-link-numbers > span.page-link-num {
	color: #C01823;
}

#content_wrapper .content-page-links .page-link-numbers .page-link-num:after {
	content: '|';
	padding-left: 10px;
	color: rgba(0, 0, 0, 0.7);
}

#content_wrapper .content-page-links .page-link-num.prev-link {
	padding-left: 0px;
}

#content_wrapper .content-page-links .page-link-num.next-link {
	padding-left: 10px;
}

#content_wrapper .content-page-links a,
#content_wrapper .content-page-links a:visited {
	color: rgba(0, 0, 0, 0.7);
}


#content_wrapper .sharedaddy .robots-nocontent {
  float: right;
}
#content_wrapper .sharedaddy .share-text {
	font-family: "futura-pt",sans-serif;
	color: #8E8684;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: text-top;
}

.post_wrapper_inner img, #content_wrapper .inner .inner_wrapper img {
  margin: 20px auto;
  display: block;
}
#content_wrapper .inner .inner_wrapper img.alignleft {
  padding: 0 30px 0 0;
}
#content_wrapper .inner .inner_wrapper img.alignright {
  padding: 0 0 0 30px;
}
#content_wrapper .inner .inner_wrapper .post_circle_thumb img {
  margin: 0px auto;
}
#content_wrapper .inner .inner_wrapper .one_half .post_img img {
  margin: 0px auto;
}
#content_wrapper .inner .inner_wrapper .post_img img.excerptbook {
  margin: auto;
}
.post_comment_count {
  display: none;
}
.post_wrapper p {
  font-family: "adobe-caslon-pro",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 1.6em;
}
#post_more_wrapper .more_story_title {
  color: #000 !important;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
#post_more_wrapper h4,
#post_more_wrapper h7 {
  color: #000 !important;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  line-height: 1.5em;
  text-align: center;
  font-size: 20px !important;
}
#post_more_wrapper a:hover {
  text-decoration: none !important;
}
#post_more_wrapper {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: normal;
  font-weight: 400;
  color: #000 !important;
}
#post_more_wrapper .inner {
  padding: 0 20px 20px 20px;
  font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
}
.post_tag a, .post_category a, .comment-form .form-submit input {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}
.post_tag a:hover, .post_category a:hover, .post_tag a:active, .post_category a:active {
  background: #C01823;
  border-color: #C01823;
  color: #fff;
}
.wp-caption {
  background: none;
}
.wp-caption p.wp-caption-text, .caption {
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  font-size: 13px !important;
  line-height: 17px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center !important;
  color: #8E8684;
  font-weight: 500 !important;
  width: 100%;
  display: block;
}
#content_wrapper .inner .inner_wrapper.fullwidth {
  width: 780px;
}
.logged-in-as, .comment-subscription-form, .comment-subscription-form {
  font-size: .8em !important;
}
#content_wrapper .inner .inner_wrapper .sidebar_content, .sidebar_content {
  width: 760px;
  padding: 0;
  /* text-align: center; */
}
#content_wrapper .inner .inner_wrapper img.excerptimg {
  max-height: 265px !important;
  max-width: 265px !important;
  padding: 0px;
}
#about_the_author .description.author {
  float: left;
  width: 500px;
}
#about_the_author .gravatar img {
  margin: 0px 20px 10px 0px !important;
}
#about_the_author .description.author p {
	font-size: 14px;
}
.gallery-size-medium .gallery-caption,
.gallery-size-thumbnail .gallery-caption {
  display: none;
}
.post_more_img_wrapper img {
  margin: auto;
  display: block;
}

/* Mail Chimp in post */
#content_wrapper form.mc4wp-form {
  width: auto;
  border: none;
  padding: 10px;
  height: 1%;
  overflow: auto;
}
.mc4wp-form label,
.mc4wp-form input#submit[type=submit] {
  display: none !important;
}
#content_wrapper #mc_embed_signup {
  clear: both;
  background:none;
}
#content_wrapper #mc_embed_signup label {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #8E8684 !important;
  text-align: center;
  width: 100%;
}
#content_wrapper #mc_embed_signup input.email {
  display: block;
  padding: 8px 0;
  margin: 0 auto;
  text-indent: 5px;
  width: 58%;
  min-width: 130px;
}
#content_wrapper #mc_embed_signup input#mc-embedded-subscribe {
  margin-top: 10px;
  background: #C01823;
  color: #E4D0A8;
  font-weight: 300 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px auto;
  display: block !important;
}
#content_wrapper #mc_embed_signup input#mc-embedded-subscribe:hover,
#content_wrapper .mc4wp-form input#subscribe[type=submit]:hover {
  background: #000 !important;
}
#content_wrapper .mc4wp-form .description {
  width: 50%;
  float: left;
  background: #000;
  color: #fff;
  padding: 2%;
  margin-right: 2%;
  min-height: 70px;
}
#content_wrapper .mc4wp-form #line1 {
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
}
#content_wrapper .mc4wp-form #line2 {
  font-size: .9em;
  font-style: italic;
  line-height: 1em;
}

/* Pop Up */
html div#om-ct2uns2q1z-lightbox * {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  font-family: "superclarendon",serif !important;
  font-weight: 400 !important;
  text-align: center !important;
}
html div#om-ct2uns2q1z-lightbox input,
html div#om-ct2uns2q1z-lightbox #om-lightbox-simple-optin-name,
html div#om-ct2uns2q1z-lightbox #om-lightbox-simple-optin-email {
  padding: 8px 8px  !important;
  font-size: 13px  !important;
  margin: 0 auto !important;
  border: 0  !important;
  background: #ffffff  !important;
  border: 1px solid #ccc  !important;
  -webkit-transition: color .2s linear, background .1s linear  !important;
  -moz-transition: color .2s linear, background .1s linear  !important;
  -ms-transition: color .2s linear, background .1s linear  !important;
  -o-transition: color .2s linear, background .1s linear  !important;
  transition: color .2s linear, background .1s linear  !important;
  font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif  !important;
  -webkit-appearance: none  !important;
  border-radius: 0  !important;
}
html div#om-ct2uns2q1z-lightbox input[type=submit],
html div#om-ct2uns2q1z-lightbox button,
html div#om-ct2uns2q1z-lightbox #om-lightbox-simple-optin-submit {
  background: #C01823 !important;
  color: #E4D0A8 !important;
  font-weight: 300 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin: 20px auto !important;
  display: block !important;
}
html div#om-ct2uns2q1z-lightbox input[type=submit]:hover,
html div#om-ct2uns2q1z-lightbox button:hover,
html div#om-ct2uns2q1z-lightbox #om-lightbox-simple-optin-submit:hover {
  background: #000 !important;
}
html div#om-ct2uns2q1z-lightbox #om-lightbox-simple-content * {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #000 !important;
  line-height: 1.6em !important;
}

/* Ads */
.widget.adsanity-random img {
  display: block;
  margin: auto;
}
.widget.adsanity-random .ad-728x90 img {
  width: 100%;
  height: auto;
  max-width: 728px !important;
}
.widget.adsanity-random .ad-300x250 img {
  width: 100%;
  height: auto;
  max-width: 300px !important;
}
.widget.adsanity-random .ad-1200x148 img {
  width: 100%;
  height: auto;
  max-width: 1200px !important;
}



/* LitHub Page */

#titlebar {
  background: #000;
  padding: 10px;
}
#titlebar h1 {
  font-family: "superclarendon",serif !important;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  font-size: 3em;
}
#titlebar h3 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: .5pt;
  color: #fff;
}
#content_wrapper.lithub .inner {
  background: #fff;
  padding-top: 30px;
}
#content_wrapper.lithub .inner > .inner {
  padding-top: 0px;
}
#content_wrapper.lithub .sidebar {
  margin-top: 20px;
}
#content_wrapper.lithub .post_wrapper {
  width: 97%;
  padding-left: 3%;
  padding-top: 3% !important;
}
#content_wrapper.lithub .inner_wrapper.fullwidth .post_wrapper {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
#content_wrapper.lithub .post_wrapper li {
  margin-bottom: 0.7em;
  font-size: 20px;
}
#content_wrapper.lithub .iod {
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  font-size: 13px !important;
  line-height: 17px;
  margin-top: 0px;
  text-align: left !important;
  color: #8E8684;
  font-weight: 500 !important;
}
#content_wrapper.lithub .inner .inner_wrapper .post_img.fullwidth img {
  margin: 0px auto;
}


/* Excerpt Page */

#content_wrapper.excerptpage h1 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  letter-spacing: .5pt;
  width: 80%;
  margin: auto;
  color: #000;
}
#content_wrapper.excerptpage h3 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  letter-spacing: .5pt;
  color: #C01823;
  margin: 40px 0px;
}
#content_wrapper.excerptpage h3 a {
  color: #C01823 !important;
}
#content_wrapper.excerptpage h2 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: .5pt;
  color: #000;
  margin: 40px 0px;
}
#content_wrapper.excerptpage .post_img {
  max-width: 200px;
  height: auto !important;
  margin: 0px 100px !important;
  float: left;
  background-color: transparent;
}
#content_wrapper.excerptpage .intro_text {
  font-family: "adobe-caslon-pro",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 1.6em;
}
#content_wrapper.excerptpage .post_detail {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #8E8684;
  border-top: 1px solid #000;
  border-bottom: 0px;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
  z-index: 1000;
}
#content_wrapper.excerptpage .after_content {
  width: 80%;
  display: block;
  margin:auto;
}
#content_wrapper.excerptpage .sharedaddy .robots-nocontent {
  float: right;
}
#content_wrapper.excerptpage h5 {
  text-align: center;
}
#content_wrapper.excerptpage .image_intro {
  margin-bottom: 50px;
}
div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
  clear: none !important;
  float: right;
}

/* Bookshelf Page */

#content_wrapper.lithub-bookshelf {
  margin-top: 50px;
}
.main_content_well {
  margin-top: -10px;
}
#content_wrapper.lithub-bookshelf .post_header_wrapper {
  margin-top: 30px;
}
.main_content_well .shelf {
  border-bottom: 25px solid #000;
  padding: 0px 40px;
  margin-bottom: 50px;
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.main_content_well .shelf:nth-child(odd) {
  float: left;
}
.main_content_well .shelf:nth-child(even) {
  float: right;
}
#content_wrapper.lithub-bookshelf h1.post_title,
#content_wrapper.lithub-bookshelf .post_header_wrapper h3 {
  width: 350px;
}
#content_wrapper.lithub-bookshelf h1.post_title {
  letter-spacing: .2em;
}
.main_content_well .shelf .book {
  float: left;
  width: 150px;
  padding: 0px 30px;
  height: 100%;
  max-height: 155px;
}
.main_content_well .shelf .book .covercontain {
  height: 155px; 
  vertical-align: bottom;
  display: table-cell;
}
.main_content_well .shelf .book img.bookcover {
  box-shadow: -5px -5px 25px #444;
  margin: 0 !important;
  padding: 0 !important; 
  vertical-align: bottom;
  height: auto;
  max-height: 155px;
}
.main_content_well .shelf .postdate {
  padding: 5px 10px;
  background: #C01823;
  color: #fff;
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  width: 150px;
  text-align: center;
  display: block;
  margin-top: 135px;
  z-index: 1;
}
.main_content_well #bookdata {
  display: none;
  width: 300px;
  height: auto;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  color: #000;
  margin-left: 415px;
  margin-top: -141px;
  text-align: center;
  padding: 25px 15px 15px 15px;
  overflow: auto;
  margin-bottom: 10px;
  border: 1px solid #8E8684;
  box-shadow: 0px 0px 10px #8E8684;
}
.main_content_well #bookdata.visible {
  display: block;
}
.main_content_well #bookdata h1,
.main_content_well #bookdata h2 {
  color: #000;
}
.main_content_well #bookdata .title,
.main_content_well #bookdata .author  {
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase;
  color: #000 !important;
  font-size: 19px;
}
.main_content_well #bookdata .author {
  font-weight: 300 !important;
  margin: 0px 0px 10px;
}
.main_content_well #bookdata p {
  font-size: 13px;
}
h1.bs_title {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 50px !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  color: #000;
  width: 350px;
}
h3.bs_subhead {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  font-size: 22px;
  color: #000 !important;
  text-align: center;
  margin: 40px 0px 10px;
  width: 350px;
  letter-spacing: .2em;
}

.archive.author #content_wrapper .sidebar_content {
	display: flex;
	flex-wrap: wrap;
}

.archive.author #content_wrapper .sidebar_content .post_wrapper.author {
	width: 99.3%;
}

.archive.author #content_wrapper .sidebar_content .element[rel=two_columns] {
	float: none;
	width: 49%;
	background-color: #FFF;
	margin-bottom: 30px;
}

.archive.author #content_wrapper .post_img {
	background-color: transparent;
	padding-bottom: 5px;
}

.archive.author #content_wrapper .post_header.half h4 {
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0.3px;
}

.archive.author #content_wrapper .post_header.half h5 {
	font-family: "futura-pt", sans-serif !important;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
}

.archive.author #content_wrapper .post_detail.half {
	text-align: center;
	margin: 0 0;
}


/* Mobile */

#mobile_nav_icon, .mobile_nav_icon_bg {
  position: absolute;
  z-index: 100000;
}
.mobile_nav_icon_bg {
  float: left;
  width: 40px;
  margin-right: 10px;
  height: 40px;
  display: none;
  margin-left: 10px;
  margin-top: 10px;
}
.mobile_menu_wrapper {
  background: #fff;
}
.mobile_menu_wrapper .mobile_main_nav li a {
  font-family: "futura-pt",serif !important;
  font-style: normal;
  font-weight: 500;
  color: #000;
  background: none;
  font-size: 1.2em;
  letter-spacing: 1pt;
  text-transform: uppercase;
  text-align: center;
}
#close_mobile_menu i {
  color: #000;
}
.mobile_main_nav, .mobile_main_nav li ul {
  border-right: none !important;
}
#mobile_nav_icon {
  display: block;
  border-bottom: 10px double #8E8684;
  border-top: 3px solid #8E8684;
  padding-top: 4px;
  height: 4px;
  width: 22px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
  cursor: pointer;
  margin: auto;
  margin-top: 12px;
}
.mobile_main_nav li a:hover {
  background: #C01823 !important;
  color: #fff !important;
  text-decoration: none !important;
}


@media only screen and (max-width: 1024px) {
.standard_wrapper {
  width: 100%;
  margin: auto;
}
.hp_middlebar_content {
  left: auto;
}
.leftbar_content {
  right: 0px !important;
}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

#page_sliderpage_slider .post_title h3 {
  font-size: 24px !important;
  width: 100%;
}
#page_slider .post_title h4 {
  font-size: 12px !important;
  width: 100%;
}
#page_slider .post_title h5 {
  font-size: 17px;
}
.menu-secondary-menu-container {
  display: none !important;
}
#header_bg #custom_logo {
  font-size: 1.6em;
  padding: 5px 0px;
  display: block;
  float: none;
}
#header_bg .social_wrapper {
  width: auto;
  float: none;
  margin-top: 5px;
  margin-left: 20px;
  position: absolute;
  top: 9px;
  right: 0;
}
.standard_wrapper .hp_middlebar_content,
.standard_wrapper .middlebar_content {
  border-left: 0px;
  border-right: 0px;
  left: 0;
}
.leftbar_content {
  right: 0px !important;
}
#nav_top form,
#nav_bottom {
  display: none;
}
#nav_top {
  border-bottom: 0px;
}
#mobile_nav_icon, .mobile_nav_icon_bg {
  display: block;
  margin-top: 12px;
}
.flex-direction-nav {
  display: none;
}
#content_wrapper.excerptpage .inner .inner_wrapper img {
  width: 200px !important;
}
#content_wrapper.excerptpage .post_img {
  max-width: 200px;
  margin: 0px auto 30px !important;
  float: none;
}
#content_wrapper .inner .inner_wrapper img.excerptimg {
  max-height: none !important;
}
#footer .col-sm-12 {
  margin-bottom:20px; 
}
.post_img.main_img, .post_img.classic {
  min-width: 100% !important;
  min-height: 100% !important;
}
.sidebar_widget .jetpack-image-container img {
  max-width: 300px !important;
  display: block;
  margin: auto;
}
}



@media only screen and (max-width: 767px) and (min-width: 480px) {

#page_slider .post_title h3 {
  font-size: 20px !important;
}
#page_slider .sub_post .post_title h4 {
  font-size: 12px !important;
}
#page_slider .post_title h5 {
  font-size: 14px;
}
.menu-secondary-menu-container {
  display: none !important;
}
#header_bg #custom_logo {
  font-size: 1.3em;
  padding: 5px 0px;
  display: block;
  float: none;
}
#header_bg .social_wrapper {
  width: auto;
  float: none;
  margin-top: 5px;
  margin-left: 10px;
  position: absolute;
  top: 0px;
  right: 0;
}
#header_bg {
  padding: 25px 0 5px 0 !important;
  left: 0;
}
.standard_wrapper .hp_middlebar_content,
.standard_wrapper .middlebar_content {
  border-left: 0px;
  border-right: 0px;
  padding: 0px;
  left: 0;
}
.leftbar_content {
  right: 0;
}
#nav_top form,
#nav_top .social_wrapper,
#nav_bottom {
  display: none;
}
#nav_top {
  border-bottom: 0px;
}
.flex-direction-nav {
  display: none;
}
#content_wrapper.excerptpage .inner .inner_wrapper img {
  width: 200px !important;
}
#content_wrapper.excerptpage .post_img {
  max-width: 200px;
  margin: 0px auto 30px !important;
  float: none;
  max-height: 440px !important;
}
.main_content_well .shelf {
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  padding: 0;
}
.main_content_well .shelf .postdate {
  display: none;
}
.main_content_well .shelf .book {
  float: left;
  width: 50%;
  margin: 0px 0px 60px 0px;
  padding: 0px;
}
.main_content_well #bookdata {
  right: 30px;
  top: 340px;
}
#content_wrapper .inner .inner_wrapper img.excerptimg {
  max-height: none !important;
}
#footer .col-sm-12 {
  margin-bottom:20px; 
}
.standard_wrapper .leftbar_content .post_img {
  max-width: 300px;
  width: auto !important;
  height: auto !important;
}
#content_wrapper.excerptpage .after_content {
  width: 100%;
}

}

@media only screen and (max-width: 667px) {
.main_content_well #bookdata {
  top: 0;
  margin-top: 10px;
}
}

@media only screen and (max-width: 480px) {
	
	.podcast_content_wrapper .podcast_content .featured_episode {
		display: none;
	}

	#page_slider .post_title h3 {
	  font-size: 16px !important;
	}
	#page_slider .sub_post .post_title h4 {
	  font-size: 12px !important;
	}
	#page_slider .post_title h5 {
	  font-size: 12px;
	}
	.menu-secondary-menu-container {
	  display: none !important;
	}
	#header_bg #custom_logo {
	  font-size: 1.0em;
	  padding: 5px 0px;
	  display: block;
	  float: none;
	  /* right: calc(50% - 130px); */
	}
	#header_bg .social_wrapper {
	  width: auto;
	  float: none;
	  margin-top: 5px;
	  margin-left: 10px;
	  position: absolute;
	  top: 0px;
	  right: 0;
	}
	.standard_wrapper .hp_middlebar_content,
	.standard_wrapper .middlebar_content {
	  border-left: 0px;
	  border-right: 0px;
	  padding: 0px;
	  left: 0;
	}
	.leftbar_content {
	  right: 0;
	}
	#nav_top form,
	#nav_top .social_wrapper,
	#nav_bottom {
	  display: none;
	}
	#nav_top {
	  border-bottom: 0px;
	}
	.flex-direction-nav {
	  display: none;
	}
	#header_bg {
	  padding: 0px !important;
	}
	#content_wrapper.excerptpage .inner .inner_wrapper img {
	  width: 200px !important;
	}
	#content_wrapper.excerptpage .post_img {
	  max-width: 200px;
	  margin: 0px auto 30px !important;
	  float: none;
	  max-height: 440px !important;
	}
	.main_content_well .shelf {
	  width: 100%;
	  height: auto;
	  margin: 0;
	  border: 0;
	  padding: 0;
	}
	.main_content_well .shelf .postdate {
	  display: none;
	}
	.main_content_well .shelf .book {
	  float: none;
	  width: 200px;
	  margin: 0px auto 60px;
	  padding: 0px;
	}
	.main_content_well #bookdata {
	  right: auto;
	  top: 0px;
	  left: 0px;
	  margin-top: 0px;
	  margin-left: 0px;
	  width: 100%;
	}
	h3.bs_subhead {
	  width: auto !important;
	  font-size: 15px !important;
	}
	h1.bs_title {
	  font-size: 30px !important;
	  width: auto !important;
	}
	
	#content_wrapper .inner .inner_wrapper img.excerptimg {
	  max-height: none !important;
	}
	#content_wrapper .inner .inner_wrapper .category-excerpts .post_img {
	  height: auto !important;
	}
	#footer .col-sm-12 {
	  margin-bottom:20px; 
	}
	.standard_wrapper .leftbar_content .post_img {
	  max-width: 300px;
	  width: auto !important;
	  height: auto !important;
	}
	#content_wrapper.excerptpage .after_content {
	  width: 100%;
	}
	#content_wrapper .pullquote {
	  font-size: 24px;
	  padding: 0 20px;
	}
	.one.ppb_parallax_bg, .one.ppb_video_bg, .one.ppb_transparent_video_bg {
	  max-height: 130px !important;
	}
	
	.content_well .category_content_wrapper .category_content .category_top {
		width: 100%;
	}
	
	.content_well .category_content_wrapper .category_content .category_top.third {
		/* width: 48%; */
		width: 100%;
	}
	
	.content_well .podcast_content_wrapper .podcast_content {
		margin: 0;
	}
	
	.content_well .podcast_content_wrapper .podcast_content.featured_content {
		justify-content: space-around;
	}
	
	.podcast_content.featured_content .featured_podcast_content {
		flex: 0 0 75%;
	}
	
	.content_well .podcast_content .latest_episodes .small_player_item {
		width: 100%;
	}
	
	.content_well .pagination {
		margin: 0 auto 50px;
	}
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

/* Body */
p {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px;
  color: #000;
  line-height: 1.6em;
}
strong.title {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: normal;
  font-weight: 400;
}
a {
  color: #C01823;
}
h3 {
  color: #000;
}
a:hover {
  color: #C01823;
}
input[type=submit], input[type=button] {
  background: #C01823;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
  color: #E4D0A8;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1pt;
}
.comment-form .form-submit input {  
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
  color: #E4D0A8;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1pt;
}

/* Header and Menu */

.second_nav ul, .second_nav {
  list-style: none;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  background: none !important;
}
.second_nav > li.current-menu-item > a {
  background: transparent;
  color: #C01823;
}
.menu-item.current-post-ancestor a {
  color: #000000 !important;
  background: none !important;
}
.menu-item.current-post-ancestor a:hover {
  color: #C01823 !important;
  background: none !important;
}
h2.breaking {
  font-family: "superclarendon",serif !important;
  font-style: italic;
  font-weight: 500;
  text-transform: inherit;
}
ul.newsholder li a {
  font-weight: 500 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
}
.social_wrapper {
  width: 240px;
  float: right;
}
#boxed_wrapper {
  width: auto !important;
}
.mainnav {
  text-align:center;
}

#nav_top form {
  float: right;
  margin-top: 6px;
}
#mobile_searchform div {
	margin: 0 auto;
	text-align: center;
}

body.logged-in #nav_bottom.fixed {
  margin-top: 31px;
}
#nav_bottom.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000000;
  transform: translateZ(0);
    -webkit-transform: translateZ(0);
    display: block;
}
#nav_bottom.fixed .second_nav {
  position: relative;
  left: -50px;
}
#nav_bottom img.sociallogo {
  display: none;
  width: 80px;
  float: left;
  margin-left: 20px;
  opacity: 0;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}
#nav_bottom.fixed img.sociallogo {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  position: relative;
  z-index: 100000;
}
 

/* Side Bar */
.lithub .sidebar .widgettitle {
  font-size: 24px !important;
}
.hp_sidebar_wrapper {
  float: right;
}
.hp_middlebar_content {
  left: 25%;
}
.leftbar_content {
  right: 50%;
}
.sidebar .title a {
  color: #000 !important;
}
.sidebar {
  line-height: 1em;
}
.sidebar_widget iframe {
  width: 100% !important;
}
.sidebar #recent-posts-2 ul li a,
.sidebar_widget strong.title {
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
}

.widget_mc4wp_form_widget h2.widgettitle {
	display: none !important;
}

.widget_mc4wp_form_widget .mc4wp-form label{
	display: block !important;
}


.widget_mc4wp_form_widget form.mc4wp-form {
  width: auto;
  border: none;
  padding: 0px;
  margin-top: 0;
}
.sidebar_widget .mc4wp-form label,
.sidebar_widget li.widget.Sailthru_Subscribe div.sailthru-signup-widget .sailthru_form h2.widgettitle,
.sidebar_widget li.widget.Sailthru_Subscribe div.sailthru-signup-widget .sailthru_form h2.widgettitle:before {
  font-weight: 400 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
  display: block;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 2px;
  color: #000;
  font-size: 17px !important;
  line-height: 21px;
  display: inline-block;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar_widget li.widget.Sailthru_Subscribe div.sailthru-signup-widget .sailthru_form h2.widgettitle:before {
  content: 'Subscribe ';
  font-weight: 700 !important;
  white-space: pre;
}

.sidebar_widget li.widget.Sailthru_Subscribe div.sailthru-signup-widget .sailthru_form .form-group {
  margin-bottom: 0;
}

.sidebar_widget li.widget.Sailthru_Subscribe div.sailthru-signup-widget .sailthru_form .form-group label {
  display: none;
}

form[name='sailthru-giveaway-form'] .mc-field-group.full-width {
  width: 100%;
  padding-top: 10px;
  clear: both;
  text-align: center;
}

form[name='sailthru-giveaway-form'] .sailthru-success {
  text-align: center;
  font-size: 20px;
  font-family: "adobe-caslon-pro",serif !important;
  font-weight: bold;
}

form[name='sailthru-giveaway-form'] .sailthru-error {
  display: none;
  text-align: center;
}

form[name='sailthru-giveaway-form'].partner input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}

form[name='sailthru-giveaway-form'] .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}

/*
.sidebar_widget li.widget.Sailthru_Subscribe div.sailthru-signup-widget .sailthru_form .form-group label {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  opacity: 0.3;
  z-index: 10;
}
*/

.sidebar_widget li.widget.Sailthru_Subscribe div.sailthru-signup-widget .sailthru_form .form-group .sailthru_email {
  display: block;
}
.sidebar_widget li.widget.Sailthru_Subscribe div.sailthru-signup-widget .sailthru_form .form-group .sailthru_email:focus {
  background: #f0f0f0;
  outline: 0;
  border: 1px solid #ccc;
  box-shadow: none;
}

.sidebar_widget .mc4wp-form label strong {
  font-weight: 700;
}
.sidebar_widget .mc4wp-form input[type=email] {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.sidebar_widget input#subscribe, 
.sidebar_widget button,
.sidebar_widget li.widget.Sailthru_Subscribe div.sailthru-signup-widget .sailthru_form .input-group-btn .btn-reverse {
  background: #837e79;
  color: #FFF;
  font-weight: 400 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 20px auto;
  display: block !important;
  border-radius: 0;
}
.sidebar_widget input[type=submit]:hover,
.sidebar_widget input#subscribe:hover,
.sidebar_widget button:hover  {
  background: #000;
}
.sidebar_widget .widget_custom_post_widget a:hover {
  text-decoration: none;
}
.sidebar_widget .mc4wp-form .description,
.sidebar_widget .mc4wp-form input#subscribe {
  display: none;
}
.sidebar_widget #custom_post_widget-2 img {
  display: block;
  margin: 10px auto;
}
.sidebar_widget #custom_post_widget-2 {
  line-height: 22px;
  text-align: center;
}
.sidebar_widget #custom_post_widget-2 a.crlink {
  font-weight: 300 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  font-size: 12px;
}
.sidebar_widget .jetpack-image-container img {
  width: 100% !important;
  margin: 0px auto 10px;
  max-width: 275px;
  display: block;
  height: 100% !important;
}
.sidebar_widget .jetpack-image-container .caption {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-align: center !important;
  color: #000 !important;
}

#content_wrapper .sidebar .content .sidebar_widget > li a, .sidebar_widget > li a {
  color: #C01823;
}
#content_wrapper .sidebar .post_circle_thumb img {
  width: 70px;
  height: 70px;
  padding: 0px !important;
}

/* Home Page */
body.home.page #wrapper li.adsanity-random {
  display: block;
  padding: 15px;
}
body.home.page #wrapper .sidebar_widget li.adsanity-random {
  display: block;
  padding: 0 0 15px 0;
}
#page_slider .flexslider {
	background: transparent;
	border: none;	
}

.slider_wrapper .main_post {
  height: 480px;
}
.slider_wrapper .sub_post {
  height: 300px;
}
h5.header_line.post_fullwidth {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #C01823 !important;
}
.post_header.half h4,
.flex-viewport strong.title {
  font-family: adobe-caslon-pro, serif !important;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin: 10px auto 5px;
  display: block;
  color: #000;
}
.post_inner_wrapper.half.header .post_header.half h4 {
  text-align: center;
  font-size: 20px;
}
.home-featured .post_header.half h4 a,
.flex-viewport strong.title a {
  color: #FFF !important;
  font-weight: bold;
}

.home-featured .post_header.half h4 a i {
	color: inherit;
}

.post_carousel.flexslider .slides > li {
  line-height: 1em;
}
.post_header.half {
  line-height: 1.3em;
  width: 90%;
  margin-top: 25px;
}

.home-featured .post_header.half {
	position: absolute;
	bottom: 20%;
	left: 5%;
	z-index: 100;
}
.post_wrapper.full p {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #000;
}
.post_header h3 {
  line-height: 1em;
  margin-bottom: 10px;
}
.post_header h3 a {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.post_detail.half {
  margin: 10px 0;
}

.post_detail .byline-date-info {
	margin-top: 5px;
	display: block;
	float: left;
}

.post_wrapper_inner {
  font-family: "minion-pro",serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.post_floating_category {
  background: #C01823;
  position: absolute;
  top: -15px;
  left: -10px;
  padding: 5px 10px;
}
.post_floating_category a {
  color: #E4D0A8;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1pt;
}
.cat_link,
.read_full {
  display: none;
}
.ppb_parallax_bg h3 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  width: 90%;
}
.ppb_parallax_bg .post_title {
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 30px 5% 30px;
  height: 100%;
  width: 100%;
}
.ppb_parallax_bg .post_title a {
  color: #fff !important;
  font-weight: 500 !important;
  letter-spacing: 0px;
}
.ppb_parallax_bg .read_full {
  display: block;
  text-align: center;
}
.ppb_parallax_bg .read_full a {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: italic;
  font-weight: 400 !important;
  font-size: 22px !important;
  color: #fff !important;
  text-align: center !important;
  margin-bottom: 0px;
  text-transform: initial !important;
}
.ppb_parallax_bg .sponsored {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: italic;
  font-weight: 400 !important;
  font-size: 22px !important;
  color: #fff !important;
  text-align: center !important;
  margin-bottom: 0px;
  text-transform: initial !important;
  margin-bottom: 20px;
}
.ppb_video_bg h3,
.ppb_parallax_bg h3 {
  border-bottom: none !important;
}
.ppb_video_bg .standard_wrapper,
.ppb_parallax_bg .standard_wrapper {
  width: auto;
  margin: auto;
}

.error404 .standard_wrapper {
	width: 100%;
} 

.error404 .standard_wrapper .ppb_column_post.masonry {
	width: 30%;
}
.standard_wrapper .leftbar_content .post_img img {
  max-width: 60%;
  display: block;
  margin: auto;
}
.standard_wrapper .leftbar_content .post_img {
  background: none;
  margin: auto;
}
.standard_wrapper .leftbar_content .post_wrapper.full {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.standard_wrapper .leftbar_content .post_header.half h4 {
  text-align: center;
}
.middlebar_content .post_header.half h4, .middlebar_content .post_detail, .hp_middlebar_content .post_header.half h4, .hp_middlebar_content .post_detail {
  text-align: center;
}
.standard_wrapper .leftbar_content .post_header.half p, .middlebar_content .post_header.half p, .hp_middlebar_content .post_header.half p {
  text-align: center;
  margin: 0px 0 10px 0;
  text-transform: uppercase;
  font-size: 10pt;
  color: #FFF;
  font-weight: bold !important;
  line-height: 1.4em;
}
.standard_wrapper .leftbar_content .post_header.half p {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  text-transform: initial;
  color: #000;
}
.standard_wrapper .middlebar_content, .standard_wrapper .hp_middlebar_content  {
  float: left;
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.standard_wrapper .middlebar_content .post_img img, .standard_wrapper .hp_middlebar_content .background-filler {
	position: relative;
}
.standard_wrapper .middlebar_content .post_img img, .standard_wrapper .hp_middlebar_content .background-filler:before {
	content: '';
	background-color: rgba(0,0,0,0.49);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 347px;
	z-index: 1;
	
}
.standard_wrapper .middlebar_content .post_img img, .standard_wrapper .hp_middlebar_content .post_img img {
  max-width: 100%;
  display: block;
  margin: auto;
  /* filter: contrast(0.6) grayscale(0.20); */
}
.standard_wrapper .middlebar_content .post_img, .standard_wrapper .hp_middlebar_content .post_img {
  background: none;
  max-width: 100%;
  padding: 25px 15px 0;
  position: relative;
}

.standard_wrapper .hp_middlebar_content .element[rel=one_column] {
	flex-grow: 2;
	margin-bottom: 25px;
}

.standard_wrapper .middlebar_content.oneup .post_header.half h4, .standard_wrapper .hp_middlebar_content .element[rel=one_column] .post_header.half h4 {
	font-size: 28px;
	line-height: 30px;
 	margin-bottom: 10px;
}

.standard_wrapper .middlebar_content.oneup .post_header.half h4, .standard_wrapper .hp_middlebar_content .element[rel=one_column] .post_header.half .post-category {
	margin: 0 auto;
	width: 100%;
	z-index: 100;
	text-align: center;
}
	
.standard_wrapper .middlebar_content.oneup .post_header.half h4, .standard_wrapper .hp_middlebar_content .element[rel=one_column] .post_header.half .post-category .post-category-box {
    color: #FFF;
    border: #FFF 1px solid;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 8pt;
    margin: 0 0 20px;
    display: inline-block;    
}

.standard_wrapper .middlebar_content.oneup .post_header.half h4, .standard_wrapper .hp_middlebar_content .element[rel=one_column] .post_header.half .post-category .post-category-box a,
.standard_wrapper .middlebar_content.oneup .post_header.half h4, .standard_wrapper .hp_middlebar_content .element[rel=one_column] .post_header.half .post-category .post-category-box a:hover {
	color: #FFF;
	/* text-decoration: underline; */
}

.standard_wrapper .hp_middlebar_content .element[rel=two_columns] {
	margin-bottom: 25px;
}

.standard_wrapper .hp_middlebar_content .element[rel=two_columns] .post_detail {
  margin: 10px 0 0px;
  font-size: 13px;
}

.hp_middlebar_content .the-latest-lower-container {
    display: flex;
    flex-wrap:  wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 450px) {
  .standard_wrapper .middlebar_content.oneup .post_header.half h4, .standard_wrapper .hp_middlebar_content .element[rel=one_column] .post_header.half h4 {
    font-size: 22px;
    line-height: 23px;
  }
}

/* Bookmarks & Crime Reads Shared */
.standard_wrapper .hp_middlebar_content .bookmarks-home-content .the-latest-lower-container,
.standard_wrapper .hp_middlebar_content .crimereads-home-content .the-latest-lower-container {
	justify-content: space-around;
}

.standard_wrapper .hp_middlebar_content .bookmarks-home-content .post_wrapper.full,
.standard_wrapper .hp_middlebar_content .crimereads-home-content .post_wrapper.full {
	background-color: transparent;	
}

.standard_wrapper .hp_middlebar_content .bookmarks-home-content  .post_img,
.standard_wrapper .hp_middlebar_content .crimereads-home-content .post_img {
	padding: 0;
	
}

/* bookmarks homepage box */

.hp_middlebar_content .bookmarks-home-content {
    background-color: #FFF;
    padding-top: 15px;
    margin-bottom: 20px;
}

.hp_middlebar_content .bookmarks-home-content .bm-site-logo {
	width: 30%;
}

.hp_middlebar_content .bookmarks-home-content h3.column_header,
.hp_middlebar_content .crimereads-home-content h3.column_header {
	border-bottom: none;
	border-top: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.hp_middlebar_content .bookmarks-home-content h4 a {
    font-family: Stymie-Reg;
    text-transform: none;
    font-weight: normal;
    font-size: 12.5pt;
}

.hp_middlebar_content .bookmarks-home-content .post_detail {
	border-top: 1px solid #000;
	border-bottom: 3px solid #8E8684;
}

/* crime reads homepage box */

.hp_middlebar_content .crimereads-home-content {
    background-color: #929292;
    padding-top: 0px;
    margin-bottom: 20px;
}

.hp_middlebar_content .crimereads-home-content .crimereads_header_banner {
	background: #000;
	padding: 4px 0 0;
	height: 34px;
}

.hp_middlebar_content .crimereads-home-content .cr-site-logo {
	width: 30%;
}

.hp_middlebar_content .crimereads-home-content .the-latest-lower-container {
	padding-top: 10px;
}

.hp_middlebar_content .crimereads-home-content h4 a {
	font-family: "acumin-pro-extra-condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	font-size: 18px;
}

.hp_middlebar_content .crimereads-home-content .post_detail,
.hp_middlebar_content .crimereads-home-content .post_detail a {
	border: none;
	font-family: "futura-pt", sans-serif;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	font-size: 12px;
}

.hp_middlebar_content .crimereads-home-content .post_detail .post_detail_date {
	color: #C01823;
}

.hp_middlebar_content .crimereads-home-content .post_detail a {
	color: #C01823;
}


.standard_wrapper h3 {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  margin: 25px auto 0px;
  display: block;
  text-align: center;
  color: #000;
  letter-spacing: 2pt;
  padding-bottom: 15px;
  line-height: 17px;
}

.standard_wrapper h3.column_header {
	border-top: #000 1px solid;
	padding-top: 25px;
	margin: 0px auto;
	width: 100%;
}

.widget_lithub_daily_widget {
	background-color: #FFF;
}

.widget_lithub_daily_widget .lithub-daily-header {
	padding: 25px 0 25px;
	margin-bottom: 25px;
	width: 100%;
	border-bottom: 1px #c0beba solid;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	text-align: center;
	letter-spacing: 2pt;
	line-height: 17px;
}

#content_wrapper .sidebar .content .sidebar_widget > li.widget_lithub_daily_widget .lithub-daily-header a,
.widget_lithub_daily_widget .lithub-daily-header a {
	color: #000;
}

#content_wrapper .sidebar .content .widget_lithub_daily_widget h2.widgettitle,
.standard_wrapper .sidebar .content.lhd .widget_lithub_daily_widget h2.widgettitle,
.content_well .sidebar .widget_lithub_daily_widget h2.widgettitle {
	color: #000 !important;
	font-family: adobe-caslon-pro, serif !important;
	font-style: italic !important;
	text-transform: none !important;
	letter-spacing: 2px;
	border-bottom: none;
}

.widget_lithub_daily_widget img.aligncenter {
	margin-bottom: 15px;
}

#content_wrapper .sidebar .content .widget_lithub_daily_widget ul,
.standard_wrapper .sidebar .content.lhd .widget_lithub_daily_widget ul,
.content_well .sidebar .widget_lithub_daily_widget ul {
	padding: 0 15px;	
}

#content_wrapper .sidebar .content .sidebar_widget li.widget_lithub_daily_widget ul li,
.content_well .sidebar .widget_lithub_daily_widget ul li {
	padding: 5px 0 5px 0;
	border: none;
}
/* .sidebar .content .sidebar_widget li ul li */

#content_wrapper .sidebar .content .widget_lithub_daily_widget ul li,
.standard_wrapper .sidebar .content.lhd .widget_lithub_daily_widget ul li,
.content_well .sidebar li.widget_lithub_daily_widget ul li {
  padding: 5px 0 5px 0;
  border-bottom: none;
  list-style: initial;
  text-align: left;
  font-size: 12.5px;
  line-height: 12pt;
  color: #545454;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2px;
  list-style-type: none;
}

#content_wrapper .sidebar .content .widget_lithub_daily_widget ul li:after,
.standard_wrapper .sidebar .content.lhd .widget_lithub_daily_widget ul li:after,
.content_well .sidebar .widget_lithub_daily_widget ul li:after {
	content: '';
	border-bottom: 1px #000 solid;
	width: 20%;
	display: block;
	padding-top: 20px;
	margin: 0 auto;
}

#content_wrapper .sidebar .content .widget_lithub_daily_widget ul li:last-child:after,
.standard_wrapper .sidebar .content.lhd .widget_lithub_daily_widget ul li:last-child:after,
.content_well .sidebar .widget_lithub_daily_widget ul li:last-child:after {
	border: none;
}

#content_wrapper .sidebar .content .widget_lithub_daily_widget ul li a,
.standard_wrapper .sidebar .content.lhd .widget_lithub_daily_widget ul li a,
.content_well .sidebar .widget_lithub_daily_widget ul li a {
	font-weight: 500;
}

.sidebar .sidebar_widget .widget_lithub_daily_widget button {
	color: #837e79;
	border: 2px #837e79 solid;
	background-color: transparent;
}

.sidebar .sidebar_widget .widget_lithub_daily_widget button:hover,
.sidebar .sidebar_widget .widget_lithub_daily_widget a:hover {
	color: #837e79;
}


.standard_wrapper .middlebar_content h3 {
  font-weight: 500 !important;
}
.standard_wrapper.lower .sidebar_wrapper,
.standard_wrapper.lower .middlebar_content,
.standard_wrapper.lower .sidebar_wrapper {
  width: auto;
}
.standard_wrapper.lower .sidebar #facebook-likebox-3 h2.widgettitle a,
.standard_wrapper.lower .sidebar #facebook-likebox-2 h2.widgettitle a,
.standard_wrapper.lower .sidebar #facebook-likebox-1 h2.widgettitle a {
  border: none;
}
.standard_wrapper.lower .sidebar h2.widgettitle a {
  line-height: 17px;
  font-size: 17px;
  font-weight: 500 !important;
  border-bottom: 0px;
}

.standard_wrapper.lower .middlebar_content h3 {
  font-weight: 500 !important;
}
.standard_wrapper.lower .middlebar_content .element[rel=two_columns] {
  min-height: 250px;
}
.standard_wrapper .hp_middlebar_content .textflag {
  position: absolute;
  background: #C01823;
  color: #E4D0A8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E4D0A8;
  font-weight: 500;
  display: table;
  margin: auto;
  padding: 10px 25px;
  top: -10px;
  right: 10px;
  z-index: 100;
}
.standard_wrapper.lower .hp_middlebar_content .textflag {
  position: absolute;
  background: #C01823;
  color: #E4D0A8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E4D0A8;
  font-weight: 500;
  display: table;
  margin: auto;
  padding: 7px 15px;
  top: -10px;
  right: 10px;
  z-index: 100;
}

/* Home Page | Full screen */

.menu-secondary-menu-container {
  background: #000;
  width: 100%;
  margin: auto;
}

 #page_slider .flex-direction-nav a {
  top: 45% !important;
}
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: -100px !important;
  right: auto;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.6) !important;
  border-radius: 25px;
  -webkit-transition:.2s all;
  -moz-transition:.2s all;
  transition:.2s all;
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: -100px !important;
  left: auto;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.6) !important;
  border-radius: 25px;
  -webkit-transition:.2s all;
  -moz-transition:.2s all;
  transition:.2s all;
}



.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 1.1em;
  display: block;
  content: '\f053';
  color: #fff !important;
  margin-top: 4px;
}

.slider_widget_wrapper .flex-direction-nav a:before {
	margin-top: 14px;
}

.flex-direction-nav a.flex-prev:before {
  margin-left: 16px;
  margin-top: 7px;
}
.flex-direction-nav a.flex-next:before {
  margin-right: 16px;
  content: '\f054';
  margin-top: 7px;
}
#page_slider:hover .flex-direction-nav .flex-prev {
  left: 15px !important;
  text-decoration: none;
}
#page_slider:hover .flex-direction-nav .flex-next {
  right: 15px !important;
  text-decoration: none;
}
.slider_wrapper .main_post_full {
  height: 480px;
}

/* Footer */
#footer {
  width: auto;
  padding-top: 20px;
}

#footer h4 a, #footer h3 a {
  color: #fff !important;
}
#footer .post_circle_thumb strong.title {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
}
#footer .post_circle_thumb.large_thumb strong.title {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
}
#footer strong.title {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
#footer strong.title a:hover {
  color: #C01823 !important;
  text-decoration: none;
  text-align: center !important;
}
#footer h2.widgettitle {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  color: #C01823 !important;
  font-size: 14pt;
  letter-spacing: 1.3pt;
  text-align: center;
}
#footer .post_attribute.center, #footer .post_attribute.full {
  border-top: none;
}
#copyright {
  background: #000;
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
}
#footer .post_attribute .post_comment_count {
  display: none;
}
#footer .post_attribute a {
  color: #C01823 !important;
}
#footer .post_attribute a:hover {
  color: #fff !important;
}
#footer .sidebar_widget li ul.posts li {
  line-height: 1em;
}
#footer .widget.widget_rss {
  line-height: 1em;
}
#footer .widget.widget_rss li .rsswidget {
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
  line-height: 1em;
}
#footer .widget.widget_rss li .rss-date {
  font-size: 12px;
  display: block;
  border-bottom: 0;
  padding: 2px 0 2px 0;
}
#footer .post_circle_thumb.large_thumb,
#footer .post_circle_thumb.large_thumb img {
	width: 100% !important;
}
#footer li {
  list-style: none;
  line-height: 1em;
}
#footer .pullleft {
  float: right;
  width: 50%;
  margin: 20px 0px;
}
#footer .pullright {
  float: right;
  width: 50%;
  margin: 20px 0px;
}
#footer li {
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
  text-align: center;
  color: #fff;
  font-size: .9em;
  line-height: 1.3em;
}
#footer .textwidget h1 {
  font-weight: 500 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
  font-size: 30px;
  text-align: center;
  margin: 40px 0px 0px;
}
#footer .textwidget h3 {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  margin: 10px 0px;
  color: #fff
}
#footer .social_wrapper {
  width: 115px;
  margin: auto;
  float: none;
}

/* Catogory Post Page */
#content_wrapper #page_caption h1 {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  color: #C01823 !important;
  font-size: 20pt;
  letter-spacing: 1.3pt;
  padding: 10px 0px;
}
.inner_wrapper.fullwidth h1 {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  color: #C01823 !important;
  font-size: 20pt;
  letter-spacing: 1.3pt;
  padding: 20px 0px;
}
#content_wrapper .post_header.single_post h3 a {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 36px !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  color: #000;
  margin: 50px 0px 0px;
}
#content_wrapper .post_header.single_post h5 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase !important;
  color: #000 !important;
  text-align: center;
  margin: 10px 0px 30px;
}
#content_wrapper .post_header.half h5 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase !important;
  color: #000 !important;
  text-align: center;
}
#content_wrapper .post_img {
  max-width: 100%;
  max-height: none !important;
}
#content_wrapper .post_img.half a img {
  margin: 0px;
}

/* Post Page */
#content_wrapper pre {
  display: block;
  word-wrap: normal !important;
  word-break: normal !important;
  white-space: normal !important;
  overflow: hidden;
  padding: 10px 0px 1px 0;
  background: none;
  font-family: "adobe-caslon-pro",serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 1.6em;
  display: initial;
}
#content_wrapper {
  width: 1140px;
}
#content_wrapper .sidebar_content .adsanity-random {
  display: block;
}
#content_wrapper .sidebar_content .adsanity-random h2.widgettitle {
  display: none;
}
#content_wrapper h1.post_title {
  font-family: adobe-caslon-pro, serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 50px !important;
  text-transform: none;
  text-align: center;
  line-height: 1.2em;
  color: #000;
  padding: 0 20px;
}
#content_wrapper .post_header_wrapper h3 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  font-size: 24px;
  color: #000 !important;
  text-align: center;
  margin: 20px 0px;
  padding: 0 20px;
}
#content_wrapper .pullquote {
  font-family: "adobe-caslon-pro",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  text-align: left;
  color: #B23028;
  padding: 0 60px;
  display: block;
  line-height: 1.7em;
  margin: 2em auto;
}

#content_wrapper .pullquote i {
	color: inherit;
}
#content_wrapper .post_img {
  margin: 0px auto;
  background-color: #FFF;
  text-align: center;
  padding-bottom: 30px;
}
#content_wrapper .post_img img {
  display: block;
  margin: auto;
}

#content_wrapper .post_content_body_wrapper {
    background-color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    float: left;
}

#content_wrapper blockquote:before {
  display: none;
}
#content_wrapper h5, #content_wrapper h3.comment-reply-title  {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #8E8684 !important;
}
#content_wrapper .post_previous_content strong, #content_wrapper .post_next_content strong {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3em;
}
#content_wrapper .post_previous_content h6, #content_wrapper .post_next_content h6 {
  display: none;
}
#content_wrapper .inner .inner_wrapper .sidebar_content p:first-child {
  padding-top: 0.1em !important;
  padding-bottom: 0.1em !important;
  margin-bottom: 10px !important;
}
#content_wrapper .comment .right a {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #000 !important;
}
#content_wrapper .comment {
  border-bottom: none;
  border-right: 5px solid #ccc;
}
#content_wrapper .description.author {
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
#content_wrapper .description.author h6 a {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1em;
  color: #8E8684;
}  
#content_wrapper .sidebar_content .separated {
  border-left: 0px;
  margin: 0px 5px;
}
#content_wrapper .textflag {
  position: relative;
  background: #C01823;
  color: #E4D0A8;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E4D0A8;
  font-weight: 500;
  display: table;
  margin: auto;
  padding: 7px 15px;
  top: -15px;
  z-index: 100;
}
#content_wrapper .sharedaddy .robots-nocontent {
  float: right;
}
.post_wrapper_inner img, #content_wrapper .inner .inner_wrapper img {
  margin: 0 auto;
  display: block;
}
#content_wrapper .inner .inner_wrapper img.alignleft {
  padding: 0 30px 0 0;
}
#content_wrapper .inner .inner_wrapper img.alignright {
  padding: 0 0 0 30px;
}
#content_wrapper .inner .inner_wrapper .post_circle_thumb img {
  margin: 0px auto;
}

#content_wrapper .inner .inner_wrapper .eq-height-cols .one_half .post_img {
	width: 100%;
	height: 160px;
	overflow: hidden;
}

#content_wrapper .inner .inner_wrapper .one_half .post_img img {
  margin: 0px auto;
  width: 100%;
}
#content_wrapper .inner .inner_wrapper .post_img img.excerptbook {
  margin: auto;
}
.post_comment_count {
  display: none;
}
.post_wrapper p {
  font-family: "adobe-caslon-pro",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 1.6em;
}
#post_more_wrapper .more_story_title {
  color: #000 !important;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
#post_more_wrapper h4,
#post_more_wrapper h7 {
  color: #000 !important;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  line-height: 1.5em;
  text-align: center;
  font-size: 20px !important;
}

.standard_wrapper .hp_middlebar_content .post_wrapper.full {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #FFF;
	padding-bottom: 0;
	margin-bottom: 0;
}

.post_wrapper.full .snipe {
	background-color: #FFF;
	color: #000;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	padding: 3px 6px;
	opacity: 1;
	top: 25px;
	right: 15px;
	text-transform: uppercase;
	z-index: 1000;
	text-decoration: none;
	font-family: "futura-pt", sans-serif !important;
	letter-spacing: 0.75px;
}

.post_wrapper.full .snipe a {
	color: #000;
}

#post_more_wrapper a:hover {
  text-decoration: none !important;
}
#post_more_wrapper {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: normal;
  font-weight: 400;
  color: #000 !important;
}
#post_more_wrapper .inner {
  padding: 0 20px 20px 20px;
  font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
}
.post_tag a, .post_category a, .comment-form .form-submit input {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}
.post_tag a:hover, .post_category a:hover, .post_tag a:active, .post_category a:active {
  background: #C01823;
  border-color: #C01823;
  color: #fff;
}
.wp-caption {
  background: none;
}
.wp-caption p.wp-caption-text, .caption {
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  font-size: 13px !important;
  line-height: 17px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center !important;
  color: #8E8684;
  font-weight: 500 !important;
  width: 100%;
  display: block;
}
#content_wrapper .inner .inner_wrapper.fullwidth {
  width: 780px;
  background-color: #FFF;
}
.logged-in-as, .comment-subscription-form, .comment-subscription-form {
  font-size: .8em !important;
}

#content_wrapper .inner .inner_wrapper img.excerptimg {
  max-height: 265px !important;
  max-width: 265px !important;
  padding: 0px;
}

#content_wrapper .inner .inner_wrapper .sidebar_content.ad_bottom, .sidebar_content.ad_bottom {
  padding-left: 0px;
  margin-left: -20px;
}

#about_the_author .description.author {
  float: left;
  width: 500px;
}
#about_the_author .gravatar img {
  margin: 0px 20px 10px 0px !important;
}
.gallery-size-medium .gallery-caption,
.gallery-size-thumbnail .gallery-caption {
  display: none;
}
.post_more_img_wrapper img {
  margin: auto;
  display: block;
}

/* Mail Chimp in post */
#content_wrapper form.mc4wp-form {
  width: auto;
  border: none;
  padding: 10px;
  height: 1%;
  overflow: auto;
}
.mc4wp-form label,
.mc4wp-form input#submit[type=submit] {
  display: none !important;
}

#content_wrapper #mc_embed_signup {
  clear: both;
  background:none;
}
#content_wrapper #mc_embed_signup label {
  font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #8E8684 !important;
  text-align: center;
  width: 100%;
}
#content_wrapper #mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}
#content_wrapper #mc_embed_signup .mc-field-group.input-group input[type='checkbox'] {
  margin: 25px 10px 0 0;
}
#content_wrapper #mc_embed_signup h2,
#content_wrapper #mc_embed_signup .indicates-required {
  text-align: center;
}
#content_wrapper #mc_embed_signup input.email,
#content_wrapper #mc_embed_signup input.mctext {
  display: block;
  padding: 8px 0;
  margin: 0 auto;
  text-indent: 5px;
  width: 58%;
  min-width: 130px;
}

#mce-MMERGE3-country-container {
	text-align: center;
}

#mce-MMERGE3-country {
	font-family: "futura-pt", sans-serif !important;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #8E8684 !important;
  text-align: center;
}

#content_wrapper #mc_embed_signup input#mc-embedded-subscribe {
  margin-top: 10px;
  background: #C01823;
  color: #E4D0A8;
  font-weight: 300 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px auto;
  display: block !important;
}
#content_wrapper #mc_embed_signup input#mc-embedded-subscribe:hover,
#content_wrapper .mc4wp-form input#subscribe[type=submit]:hover {
  background: #000 !important;
}


#content_wrapper .mc4wp-form .description {
  width: 50%;
  float: left;
  background: #000;
  color: #fff;
  padding: 2%;
  margin-right: 2%;
  min-height: 70px;
}
#content_wrapper .mc4wp-form #line1 {
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase !important;
}
#content_wrapper .mc4wp-form #line2 {
  font-size: .9em;
  font-style: italic;
  line-height: 1em;
}

/* Pop Up */
html div#om-ct2uns2q1z-lightbox * {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  font-family: "superclarendon",serif !important;
  font-weight: 400 !important;
  text-align: center !important;
}
html div#om-ct2uns2q1z-lightbox input,
html div#om-ct2uns2q1z-lightbox #om-lightbox-simple-optin-name,
html div#om-ct2uns2q1z-lightbox #om-lightbox-simple-optin-email {
  padding: 8px 8px  !important;
  font-size: 13px  !important;
  margin: 0 auto !important;
  border: 0  !important;
  background: #ffffff  !important;
  border: 1px solid #ccc  !important;
  -webkit-transition: color .2s linear, background .1s linear  !important;
  -moz-transition: color .2s linear, background .1s linear  !important;
  -ms-transition: color .2s linear, background .1s linear  !important;
  -o-transition: color .2s linear, background .1s linear  !important;
  transition: color .2s linear, background .1s linear  !important;
  font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif  !important;
  -webkit-appearance: none  !important;
  border-radius: 0  !important;
}
html div#om-ct2uns2q1z-lightbox input[type=submit],
html div#om-ct2uns2q1z-lightbox button,
html div#om-ct2uns2q1z-lightbox #om-lightbox-simple-optin-submit {
  background: #C01823 !important;
  color: #E4D0A8 !important;
  font-weight: 300 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin: 20px auto !important;
  display: block !important;
}
html div#om-ct2uns2q1z-lightbox input[type=submit]:hover,
html div#om-ct2uns2q1z-lightbox button:hover,
html div#om-ct2uns2q1z-lightbox #om-lightbox-simple-optin-submit:hover {
  background: #000 !important;
}
html div#om-ct2uns2q1z-lightbox #om-lightbox-simple-content * {
  font-family: "adobe-caslon-pro",serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #000 !important;
  line-height: 1.6em !important;
}

/* Ads */
.widget.adsanity-random img {
  display: block;
  margin: auto;
}
.widget.adsanity-random .ad-728x90 img {
  width: 100%;
  height: auto;
  max-width: 728px !important;
}
.widget.adsanity-random .ad-300x250 img {
  width: 100%;
  height: auto;
  max-width: 300px !important;
}
.widget.adsanity-random .ad-1200x148 img {
  width: 100%;
  height: auto;
  max-width: 1200px !important;
}



/* LitHub Page */

#titlebar {
  background: #000;
  padding: 10px;
}
#titlebar h1 {
  font-family: "superclarendon",serif !important;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  font-size: 3em;
  color: #FFF;
}
#titlebar h3 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: .5pt;
  color: #fff;
}
#content_wrapper.lithub .inner {
  background: #fff;
  padding-top: 30px;
}
#content_wrapper.lithub .inner > .inner {
  padding-top: 0px;
}
#content_wrapper.lithub .sidebar {
  margin-top: 20px;
}
#content_wrapper.lithub .post_wrapper {
  width: 97%;
  padding-left: 3%;
  padding-top: 3% !important;
}
#content_wrapper.lithub .inner_wrapper.fullwidth .post_wrapper {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
#content_wrapper.lithub .post_wrapper li {
  margin-bottom: 0.7em;
  font-size: 20px;
}
#content_wrapper.lithub .iod {
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  font-size: 13px !important;
  line-height: 17px;
  margin-top: 0px;
  text-align: left !important;
  color: #8E8684;
  font-weight: 500 !important;
}
#content_wrapper.lithub .inner .inner_wrapper .post_img.fullwidth img {
  margin: 0px auto;
}


/* Excerpt Page */

#content_wrapper.excerptpage h1 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  letter-spacing: .5pt;
  width: 80%;
  margin: auto;
  color: #000;
}
#content_wrapper.excerptpage h3 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  letter-spacing: .5pt;
  color: #C01823;
  margin: 40px 0px;
}
#content_wrapper.excerptpage h3 a {
  color: #C01823 !important;
}
#content_wrapper.excerptpage h2 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: .5pt;
  color: #000;
  margin: 40px 0px;
}
#content_wrapper.excerptpage .intro_text {
  font-family: "adobe-caslon-pro",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 1.6em;
}
#content_wrapper.excerptpage .post_detail {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #8E8684;
  border-top: 1px solid #000;
  border-bottom: 0px;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
  z-index: 1000;
}
#content_wrapper.excerptpage .after_content {
  width: 80%;
  display: block;
  margin:auto;
}
#content_wrapper.excerptpage .sharedaddy .robots-nocontent {
  float: right;
}
#content_wrapper.excerptpage h5 {
  text-align: center;
}
#content_wrapper.excerptpage .image_intro {
  margin-bottom: 50px;
}

/* Longform Page */
#content_wrapper.longformpage, #content_wrapper.excerptpage {
	background-color: #FFF;
}


#content_wrapper.longformpage h1 {
  font-family: adobe-caslon-pro, serif !important;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  text-align: center;
  font-size: 38pt;
  letter-spacing: .5pt;
  line-height: 1.2em;
  width: 80%;
  margin: auto;
  color: #000;
  padding-bottom: 15px;
  padding-top: 40px;
}

#content_wrapper.longformpage h2 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 24px;
  letter-spacing: .5pt;
  color: #000;
  margin: 20px 0px 40px;
  text-transform: none;
}

#content_wrapper.longformpage h3 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-align: center;
  font-size: 18pt;
  letter-spacing: .8pt;
  color: #000;
  margin: 10px 0px 60px;
}

#content_wrapper.longformpage h4 {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-align: center;
  font-size: 18pt;
  letter-spacing: .8pt;
  color: #000;
  margin: 10px 0px 18px;
}

#content_wrapper.longformpage .author_info {
	margin: 3em auto;
	max-width: 768px;
}

.teaser-border {
	border-bottom: 1px solid #ee2c32;
	width: 25%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

#content_wrapper.longformpage h4 a {
  color: #C01823 !important;
}

#content_wrapper.longformpage h5 {
  text-align: center;
}

.longform.post_img.fullwidth {
	width: 100%;
	max-width: 100%;
	margin: 10px auto;
	height: 465px;
	overflow: hidden;
}

.longform.post_img.fullwidth img {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	
}

#content_wrapper .longform.special_photo.post_img.fullwidth,
.longform.special_photo.post_img.fullwidth {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
  overflow: hidden;
  padding-bottom: 0;
}

.longform.special_photo.post_img.fullwidth img {
	width: 100%;
	height: auto;
	padding-bottom: 0px;
	
}

#content_wrapper.longformpage.specialphotopage .inner .inner_wrapper.fullwidth {
  max-width: 1000px;
  width: auto;
}

/*
@media only screen and (min-width: 1300px) {
  #content_wrapper.longformpage.specialphotopage .inner .inner_wrapper img[class*="wp-image-"] {
    width: 1100px;
    max-width: 1100px;
    margin-left: -160px;
  }
}
@media only screen and (max-width: 1024px) {
  #content_wrapper.longformpage.specialphotopage .inner .inner_wrapper img[class*="wp-image-"] {
      width: 100%;
  }
}
*/

#content_wrapper.longformpage .intro_text {
  font-family: "adobe-caslon-pro",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 1.6em;
}
#content_wrapper.longformpage .post_detail {
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #8E8684;
  border-top: none;
  border-bottom: 0px;
  margin-bottom: 40px;
  margin-top: 0px;
  position: relative;
  z-index: 1000;
}
#content_wrapper.longformpage .post_detail .sharedaddy.sd-sharing-enabled,
#content_wrapper.longformpage .post_detail .sharedaddy.sd-sharing-enabled .robots-nocontent.sd-block.sd-social.sd-social-icon.sd-sharing {
	/*width: 100%; */
	margin-top: 10px;
}
#content_wrapper.longformpage .post_detail .sd-content {
	margin: 0 auto;
	text-align: center;
}
#content_wrapper.longformpage .after_content {
  width: 80%;
  display: block;
  margin:auto;
}
#content_wrapper.longformpage .sharedaddy .robots-nocontent {
  float: right;
}

#content_wrapper.longformpage .image_intro {
  margin-bottom: 50px;
}

/* Bookshelf Page */

#content_wrapper.lithub-bookshelf {
  margin-top: 50px;
}
.main_content_well {
  margin-top: -10px;
}
#content_wrapper.lithub-bookshelf .post_header_wrapper {
  margin-top: 30px;
}
.main_content_well .shelf {
  border-bottom: 25px solid #000;
  padding: 0px 40px;
  margin-bottom: 50px;
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.main_content_well .shelf:nth-child(odd) {
  float: left;
}
.main_content_well .shelf:nth-child(even) {
  float: right;
}
#content_wrapper.lithub-bookshelf h1.post_title,
#content_wrapper.lithub-bookshelf .post_header_wrapper h3 {
  width: 350px;
}
#content_wrapper.lithub-bookshelf h1.post_title {
  letter-spacing: .2em;
}
.main_content_well .shelf .book {
  float: left;
  width: 150px;
  padding: 0px 30px;
  height: 100%;
  max-height: 155px;
}
.main_content_well .shelf .book .covercontain {
  height: 155px; 
  vertical-align: bottom;
  display: table-cell;
}
.main_content_well .shelf .book img.bookcover {
  box-shadow: -5px -5px 25px #666;
  margin: 0 !important;
  padding: 0 !important; 
  vertical-align: bottom;
  height: auto;
  max-height: 155px;
}
.main_content_well .shelf .postdate {
  padding: 5px 10px;
  background: #C01823;
  color: #fff;
  font-weight: 500 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  width: 150px;
  text-align: center;
  display: block;
  margin-top: 135px;
  z-index: 1;
}
.main_content_well #bookdata {
  display: none;
  width: 300px;
  height: auto;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  color: #000;
  margin-left: 415px;
  margin-top: -141px;
  text-align: center;
  padding: 25px 15px 15px 15px;
  overflow: auto;
  margin-bottom: 10px;
  border: 1px solid #8E8684;
  box-shadow: 0px 0px 10px #8E8684;
}
.main_content_well #bookdata.visible {
  display: block;
}
.main_content_well #bookdata h1,
.main_content_well #bookdata h2 {
  color: #000;
}
.main_content_well #bookdata .title,
.main_content_well #bookdata .author  {
  font-weight: 700 !important;
  font-family: "futura-pt", sans-serif !important;
  font-style: normal;
  text-transform: uppercase;
  color: #000 !important;
  font-size: 19px;
}
.main_content_well #bookdata .author {
  font-weight: 300 !important;
  margin: 0px 0px 10px;
}
.main_content_well #bookdata p {
  font-size: 13px;
}
h1.bs_title {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 50px !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  color: #000;
  width: 350px;
}
h3.bs_subhead {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  font-size: 22px;
  color: #000 !important;
  text-align: center;
  margin: 40px 0px 10px;
  width: 350px;
  letter-spacing: .2em;
}

div.sidebar_widget li ul li {
	font-family: "futura-pt", sans-serif !important;
}

.footer-ad-container {
  margin-bottom: 30px;
}

.Custom_Ads {
  list-style: none;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

.Custom_Ads > div[id^="div-gpt-ad-"] {
  margin: 0 auto;
}

.lithub-bookmarks.featured-content-post div[id^="div-gpt-ad-"] {
	text-align: center;
}

div[id^="div-gpt-ad-"],
div.header-ad-leaderboard {
	text-align: center;
	margin: 0 auto;
}

.insert-post-ads {
	padding-bottom: 0px;
	padding-top: 64px;
	display: block;
	font-family: sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.insert-post-ads.remove {
  padding-top: 0;
  padding-bottom:16px;
}

.insert-post-ads a {
  color: #666;
}

.insert-post-ads > span {
    display: inline-block;
    text-align: center;
    margin-top: -65px;
    padding-bottom: 10px;
    background: #FFF;
    padding: 5px;
}

.insert-post-ads > span:before, .insert-post-ads > span:after {
  border-top: 2px solid #dfdfdf;
  content:"";
  margin: 0 auto; 
  position: absolute; 
  top: 70px; left: 0; right: 0; bottom: 0;
  width: 95%;
  z-index: -1;
}


/* Mobile */

#mobile_nav_icon, .mobile_nav_icon_bg {
  position: absolute;
  z-index: 100000;
}
.mobile_nav_icon_bg {
  float: left;
  width: 40px;
  margin-right: 10px;
  height: 40px;
  display: none;
  margin-left: 10px;
  margin-top: 10px;
}
.mobile_menu_wrapper {
  background: #fff;
}
.mobile_menu_wrapper .mobile_main_nav li a {
  font-family: "futura-pt",serif !important;
  font-style: normal;
  font-weight: 500;
  color: #000;
  background: none;
  font-size: 1.2em;
  letter-spacing: 1pt;
  text-transform: uppercase;
  text-align: center;
}
#close_mobile_menu i {
  color: #000;
}
.mobile_main_nav, .mobile_main_nav li ul {
  border-right: none !important;
}
#mobile_nav_icon {
  display: block;
  border-bottom: 10px double #8E8684;
  border-top: 3px solid #8E8684;
  padding-top: 4px;
  height: 4px;
  width: 22px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
  cursor: pointer;
  margin: auto;
  margin-top: 12px;
}
.mobile_main_nav li a:hover {
  background: #C01823 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* Book Marks Shared */
#topOfTheClassSliderHolder {
	padding: 20px 0px 30px 0px;
	background-color: #FFF;
	margin-bottom: 0px;
	/*border-bottom: #C01823 1px solid;*/
}

#topOfTheClassSlider {
	height: 290px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: none;	
	background-color: transparent;
	border: none;
}

#topOfTheClassSlider .flex-prev {
	left: 0 !important;
} 
#topOfTheClassSlider .flex-next {
	right: 0 !important;
}

#topOfTheClassSliderTitle {
	color: #000;
	text-align: center;
	font-size: 26px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: "futura-pt", sans-serif !important;
	background-color: #FFF;
	padding: 20px 0 0;
}

#topOfTheClassSliderTitle > a {
	color: #000;
}

#topOfTheClassSliderTitle > a:hover {
	text-decoration: none;
}

.flex-viewport {
	height: 100%;
	max-width: 100%;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
}

.flexslider .slides {
	height: 100%;
}

.flexslider .slides>li {
	height: 100%;
}

.flexSliderSlideHolder {
	position: relative;
	height: 100%;
}

.flexSliderSlideHolderImg, .flexSliderSlideHolderTextOverlay {
	position: absolute;
}

.flexSliderSlideHolderImg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 175px;
	height: 290px;
}

.flexSliderSlideHolderImgImage {
	margin: 0;
}

.flexSliderSlideHolderTextOverlay {
	overflow-x: hidden;
	overflow-y: scroll;
	opacity: 0;
	-webkit-transition: opacity .25s, -webkit-transform 2s;
	transition: opacity .25s, transform 2s;
	cursor: pointer;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, .95);
	border: #C01823 3px solid
}

.flexSliderSlideHolderTextOverlay:hover {
	opacity: 1;
}

.featured_book_ranking {
	/*background-color: rgba(255, 255, 255, 0.85);*/
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 10%;
}

.featured_book_title {
	font-size: 1em;
	font-family: Stymie-Reg;
	margin: 0 auto;
	margin-top: 34px;
	margin-bottom: 5px;
	color: #000;
	display: block;
	line-height: normal;
	padding: 0 5% 0 5%;
	font-style: normal;
}

.featured_book_author {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: univers_lts_std_ex;
	letter-spacing: 1px;
	font-size: 0.7em;
	color: #7B7B7B;
	display: block;
	font-style: normal;
}

.featured_book_review_index {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: univers_lts_std_ex;
	letter-spacing: 1px;
	font-size: 0.7em;
	color: #7B7B7B;
	display: block;
	font-weight:600;
	margin-top:15px;
	font-style: normal;
}

.flexSliderSlideHolderText {
	width: 100%;
	padding: 10%;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
}

.flexSliderSlideHolderGrade {
	margin-top: 1em;
	font-size: 3.5em;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 0.25em;
}

.sliderUnderline {
	border-bottom: #fff solid 1px;
}

.flexSliderSlideHolderPullQuote {
	line-height: 1.3em;
	font-size: 0.9em;
	margin-top: 1em;
}

.flexSliderSlideHolderReviewAuthor {
	display: block;
	font-family: "univers_lts_std_ex", serif !important;
	font-size: 0.7em;
	margin-top: 1em;
	padding-bottom: 5px;
	border-bottom: #fff solid 1px;
	line-height: 1.5em;
	width: 100%;
	text-align: right;
	text-transform: uppercase;
}

.featured_book_ranking {
	/*background-color: rgba(255, 255, 255, 0.85);*/
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.rave_container, 
.good_container, 
.mixed_container, 
.pan_container {
	padding: 0px 10px 0px 10px;
	clear: both;
}

.featured_book_ranking .rave_container, 
.featured_book_ranking .good_container, 
.featured_book_ranking .mixed_container, 
.featured_book_ranking .pan_container {
	padding: 0px 20% 0px 20%;
}

.rave_container h4, 
.good_container h4, 
.mixed_container h4, 
.pan_container h4 {
	color: #000;
	text-align: left;
	text-transform: uppercase;
	font-family: "univers_lts_std_ex", serif !important;
	font-size: 6pt;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 1px;
}

.flexslider .slides .rave_container > img, .flexslider .slides .good_container > img,
.flexslider .slides .mixed_container > img, .flexslider .slides .pan_container > img {
	/* width: 13px; */
	/*width: 9%;*/
  width: 9.13px;
  height: 18.5px;
	float: left;
	padding-right: 3px;
	padding-bottom: 10px;
}

.featured_book_ranking .rating_more, 
.book_item_ranking .rating_more {
    float: left;
    padding-left: 0px;
    display: block;
    line-height: 6pt;
    font-size: 10pt;
}

.featured_book_ranking.bookmark_book .rating_more {
	line-height: 9pt;
    font-size: 19pt;
}

.book_item_ranking .rating_more {
    line-height: 11pt;
    font-size: 14pt;
}

.stat_total.rave,
.featured_book_review_index.rave,
.rave_container .rating_more {
	color: #EC2D3A;
}

.stat_total.positive,
.featured_book_review_index.positive,
.good_container .rating_more {
	color: #E37061;
}

.stat_total.mixed,
.featured_book_review_index.mixed,
.mixed_container .rating_more {
	color: #666;
}

.stat_total.pan, 
.featured_book_review_index.pan,
.pan_container .rating_more {
	color: #1A1919;
}

/* Ad takeover fixes */
.one.ppb_classic {
  pointer-events: none;
}

.one.ppb_classic a, .widget.Sailthru_Subscribe, .htl-ad, #disqus_thread {
  pointer-events: all;
}

.content_well.top {
  pointer-events: none;
}

.content_well.top a {
  pointer-events: all;
}

/* Subscriber Drive */

.subscriber-drive-container {
  border: none;
  z-index: 999999999;
  height: 360px;
  overflow: hidden;
}
.subscriber-drive-wraper-container {
  max-width: 100%;
  width: 100%;
}
.subscriber-drive-wraper-container > .subscribe-button-no {
  display: none;
}
.subscriber-drive-wrapper {
  justify-content: start;
}
.subscriber-drive-left {
  flex: 0 0 33%;
  background-color: #C01823;
  margin: 0;
  overflow: hidden;
}

.subscriber-drive-left a img {
  max-height: 420px;
  margin: 0 auto;
  display: block;
  margin-top: -46px;
}

.subscriber-drive-right {
  flex: 0 0 60%;
  margin: 30px 0 10px 0;
  text-align: left;
  padding: 0 60px;
}
.subscriber-drive-right h2 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #C01823;
  font-size: 24pt;
  letter-spacing: 4px;
}
.subscriber-drive-right h3 {
  font-family: adobe-caslon-pro, serif;
  font-size: 30pt;
  line-height: 38pt;
  font-weight: bold;
}

.subscriber-drive-right .subscribe-button-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.subscriber-drive-right .subscribe-button-member {
  border: 2px solid #000;
  padding: 10px
}

.subscriber-drive-right .subscribe-button-member a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.subscriber-drive-right .subscribe-button-container .subscribe-button-no {
  padding: 10px;
}
.subscriber-drive-right .subscribe-button-container .subscribe-button-no a.subscriber-drive-close {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #C01823;
  letter-spacing: 1px;
  font-size: 12pt;
}


/*
@media only screen and (max-width: 500) {
  .subscriber-drive-left {
    display: none;
  }
  .subscriber-drive-right {
    flex: 0 0 100%;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .subscriber-drive-right h2 {
    font-size: 22pt;
    margin-bottom: 0;
  }
  .subscriber-drive-right h3 {
    font-size: 18pt;
    line-height: 20pt;
  }
}
*/

@media only screen and (max-width: 1394px) and (min-width: 860px) {
  .subscriber-drive-container {
    height: 320px;
  }
  .subscriber-drive-left {
    flex: 0 0 25%;
  }
  .subscriber-drive-left a img {
    max-height: 340px;
    margin-top: -20px;
  }
  .subscriber-drive-right {
    flex: 0 0 66%;
    margin: 10px 0;
    padding: 0 30px;
  }
  .subscriber-drive-right h2 {
    font-size: 24pt;
  }
  .subscriber-drive-right h3 {
    font-size: 20pt;
    line-height: 22pt;
  }

  .subscriber-drive-right .subscribe-button-container {
    margin-top: 5px;
  }

  .subscribe-button-container a {
    font-size: 7pt;
  }

}

@media only screen and (max-width: 860px) {
  .subscriber-drive-container {
    height: 286px;
  }
  
  .subscriber-drive-left {
    flex: 0 0 25%;
  }
  .subscriber-drive-left a img {
    max-height: 280px;
    margin-top: 0;
  }

  .subscriber-drive-right {
    flex: 0 0 72%;
    margin: 3px 0 10px;
  }

  .subscriber-drive-right h2 {
    font-size: 18pt;
    letter-spacing: 3px;
  }

  .subscriber-drive-right h3 {
    font-size: 18pt;
    line-height: 22pt;
  }

  .subscriber-drive-right p {
    font-size: 10pt;
  }

  .subscriber-drive-right .subscribe-button-container {
    flex-direction: column;
    margin-top: 10px;
  }

  .subscriber-drive-right .subscribe-button-member,
  .subscriber-drive-right .subscribe-button-container .subscribe-button-no {
    text-align: center;
  }

  .subscriber-drive-right .subscribe-button-member a,
  .subscriber-drive-right .subscribe-button-container .subscribe-button-no a.subscriber-drive-close {
    font-size: 8pt;
  }

}

@media only screen and (max-width: 425px) {
  .subscriber-drive-container {
    height: 370px;
  }

  .subscriber-drive-left {
    display: none;
  }

  .subscriber-drive-right {
    flex: 0 0 95%;
    flex-direction: column;
    padding: 0 30px;
  }

  .subscriber-drive-wraper-container > .subscribe-button-no {
    position: absolute;
    right: 20px;
    font-size: 20pt;
    display: block;
  }
}

@media only screen and (max-width: 375px) {
  .subscriber-drive-container {
    height: 440px;
  }
  .subscriber-drive-right h2 {
    font-size: 16pt;
    align-self: flex-start;
  }
  .subscriber-drive-right h3 {
    font-size: 22pt;
    line-height: 26pt;
  }
}

/*
@media only screen and (max-width: 1300px) and (min-width: 768px) {
  body {
    -moz-transform: scale(0.85, 0.85);
    zoom: 0.85;
    zoom: 85%;
  }
}
*/


@media only screen and (max-width: 1024px) {
  .standard_wrapper {
    width: 100%;
    margin: auto;
  }
  .hp_middlebar_content {
    left: auto;
  }
  .leftbar_content {
    right: 0px !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #page_sliderpage_slider .post_title h3 {
    font-size: 24px !important;
    width: 100%;
  }
  #page_slider .post_title h4 {
    font-size: 12px !important;
    width: 100%;
  }
  #page_slider .post_title h5 {
    font-size: 17px;
  }
  .menu-secondary-menu-container {
    display: none !important;
  }
  #header_bg #custom_logo {
    font-size: 1.6em;
    padding: 5px 0px;
    display: block;
    float: none;
  }
  #header_bg .social_wrapper {
    width: auto;
    float: none;
    margin-top: 5px;
    margin-left: 20px;
    position: absolute;
    top: 9px;
    right: 0;
  }
  .standard_wrapper .hp_middlebar_content,
  .standard_wrapper .middlebar_content {
    border-left: 0px;
    border-right: 0px;
    left: 0;
  }
  .leftbar_content {
    right: 0px !important;
  }
  #nav_top form,
  #nav_bottom {
    display: none;
  }
  #nav_top {
    border-bottom: 0px;
  }
  #mobile_nav_icon, .mobile_nav_icon_bg {
    display: block;
    margin-top: 12px;
  }
  /* Add for med screens show it aligns correctly. */
  .flex-direction-nav {
    display: block;
  }
  #page_slider .flex-direction-nav a {
    top: 50% !important;
  }
  #page_slider .flex-direction-nav a.flex-next {
    right: 10px !important;
  }
  #page_slider .flex-direction-nav a.flex-prev {
    left: 10px !important;
  }
  #content_wrapper.excerptpage .inner .inner_wrapper img {
    width: 200px !important;
  }
  #content_wrapper.excerptpage .post_img {
    max-width: 200px;
    margin: 0px auto 30px !important;
    float: none;
  }
  #content_wrapper .inner .inner_wrapper img.excerptimg {
    max-height: none !important;
  }
  #footer .col-sm-12 {
    margin-bottom:20px; 
  }
  .post_img.main_img, .post_img.classic {
    min-width: 100% !important;
    min-height: 100% !important;
  }
  .sidebar_widget .jetpack-image-container img {
    max-width: 300px !important;
    display: block;
    margin: auto;
  }

  .hp_middlebar_content .crimereads-home-content .crimereads_header_banner {
    height: 45px;
  }
}


@media only screen and (max-width: 767px) {
	.element[rel=two_columns] {
		width: 100% !important;
	}
	.standard_wrapper .hp_middlebar_content .element[rel=two_columns] .post_wrapper.full {
		max-width: 100%;
		float: none;
		margin: 0 auto;
	}
	
	.content_well .podcast_content_wrapper .podcast_content .featured_episode .featured_episode_image {
		width: auto;
		height: 100%;
	}
	
	.content_well .podcast_content_wrapper .podcast_content .podcast_header.podcast_title_box,
	.content_well .podcast_content_wrapper .podcast_content .podcast_main_logo .podcast_slogan_box {
		font-size: 1.5em;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {

#page_slider .post_title h3 {
  font-size: 20px !important;
}
#page_slider .sub_post .post_title h4 {
  font-size: 12px !important;
}
#page_slider .post_title h5 {
  font-size: 14px;
}
.menu-secondary-menu-container {
  display: none !important;
}
#header_bg #custom_logo {
  font-size: 1.3em;
  padding: 5px 0px;
  display: block;
  float: none;
}
#header_bg .social_wrapper {
  width: auto;
  float: none;
  margin-top: 5px;
  margin-left: 10px;
  position: absolute;
  top: 0px;
  right: 0;
}
#header_bg {
  padding: 25px 0 5px 0 !important;
  left: 0;
}
.standard_wrapper .hp_middlebar_content,
.standard_wrapper .middlebar_content {
  border-left: 0px;
  border-right: 0px;
  padding: 0px;
  left: 0;
}
.leftbar_content {
  right: 0;
}
#nav_top form,
#nav_top .social_wrapper,
#nav_bottom {
  display: none;
}
#nav_top {
  border-bottom: 0px;
}
.flex-direction-nav {
  display: none;
}
#content_wrapper.excerptpage .inner .inner_wrapper img {
  width: 200px !important;
}
#content_wrapper.excerptpage .post_img {
  max-width: 200px;
  margin: 0px auto 30px !important;
  float: none;
  max-height: 440px !important;
}
.main_content_well .shelf {
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  padding: 0;
}
.main_content_well .shelf .postdate {
  display: none;
}
.main_content_well .shelf .book {
  float: left;
  width: 50%;
  margin: 0px 0px 60px 0px;
  padding: 0px;
}
.main_content_well #bookdata {
  right: 30px;
  top: 340px;
}
#content_wrapper .inner .inner_wrapper img.excerptimg {
  max-height: none !important;
}
#footer .col-sm-12 {
  margin-bottom:20px; 
}
.standard_wrapper .leftbar_content .post_img {
  max-width: 300px;
  width: auto !important;
  height: auto !important;
}
#content_wrapper.excerptpage .after_content {
  width: 100%;
}

}

@media only screen and (max-width: 667px) {
.main_content_well #bookdata {
  top: 0;
  margin-top: 10px;
}
}

@media only screen and (max-width: 480px) {

#page_slider .post_title h3 {
  font-size: 16px !important;
}
#page_slider .sub_post .post_title h4 {
  font-size: 12px !important;
}
#page_slider .post_title h5 {
  font-size: 12px;
}
.menu-secondary-menu-container {
  display: none !important;
}
#header_bg .social_wrapper {
  width: auto;
  float: none;
  margin-top: 5px;
  margin-left: 10px;
  position: absolute;
  top: 0px;
  right: 0;
}
.standard_wrapper .hp_middlebar_content,
.standard_wrapper .middlebar_content {
  border-left: 0px;
  border-right: 0px;
  padding: 0px;
  left: 0;
}
.leftbar_content {
  right: 0;
}
#nav_top form,
#nav_top .social_wrapper,
#nav_bottom {
  display: none;
}
#nav_top {
  border-bottom: 0px;
}
.flex-direction-nav {
  display: none;
}
#header_bg {
  padding: 0px !important;
}
#content_wrapper .inner .post_img.main_img {
  min-height: 190px;
}
#content_wrapper.excerptpage .inner .inner_wrapper img {
  width: 200px !important;
}
#content_wrapper.excerptpage .post_img {
  max-width: 200px;
  margin: 0px auto 30px !important;
  float: none;
  max-height: 440px !important;
}
.main_content_well .shelf {
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  padding: 0;
}
.main_content_well .shelf .postdate {
  display: none;
}
.main_content_well .shelf .book {
  float: none;
  width: 200px;
  margin: 0px auto 60px;
  padding: 0px;
}
.main_content_well #bookdata {
  right: auto;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  margin-left: 0px;
  width: 100%;
}
h3.bs_subhead {
  width: auto !important;
  font-size: 15px !important;
}
h1.bs_title {
  font-size: 30px !important;
  width: auto !important;
}
#content_wrapper .inner .inner_wrapper img.excerptimg {
  max-height: none !important;
}
#content_wrapper .inner .inner_wrapper .category-excerpts .post_img {
  height: auto !important;
}
#footer .col-sm-12 {
  margin-bottom:20px; 
}
.standard_wrapper .leftbar_content .post_img {
  max-width: 300px;
  width: auto !important;
  height: auto !important;
}
#content_wrapper.excerptpage .after_content {
  width: 100%;
}
#content_wrapper .pullquote {
  font-size: 24px;
  padding: 0 20px;
}
.one.ppb_parallax_bg, .one.ppb_video_bg, .one.ppb_transparent_video_bg {
  max-height: 130px !important;
}

#topOfTheClassSliderTitle > a {
	font-size: 16px;
}

}

@media print {
	a:after {
		content: "";
		display: none !important;
	}
	.menu-secondary-menu-container {
		display: none !important;
	}
	
	#nav_bottom, .mobile_menu_wrapper {
		display: none !important;
	}
	
	#header_bg .social_wrapper {
		display: none !important;
	}
	
	#searchform {
		display: none !important;
	}
	
	.sharedaddy.sd-sharing-enabled {
		display: none !important;
	}
	
	#content_wrapper {
		width: 100%;
	}
	
	.content-page-links, .after_content, .footer_wrapper {
		display: none !important;
	}
	
	.sidebar_wrapper.post {
		display: none !important;
	}
	#content_wrapper .inner .inner_wrapper .sidebar_content, .sidebar_content {
		width: 100%;
	}
	
	#post_more_wrapper {
		display: none !important;
	}
	
	.post_tag, #disqus_thread {
		display: none !important;
	}
}
