/*
Theme Name: The Nation
Theme URI: 
Author: DIASPARK
Author URI: 
Description: This is theme has been designed specificaly for The Nation
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thenation
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote,
q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/* clear: both;*/
}
p {
	margin-bottom: 1.5em;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
/*
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}
*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
/* Small menu */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}

}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	/* margin: 0 0 1.5em;*/
}
.byline,
.updated:not(.published) {
	display: block;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*//*commented by diaspark*/
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.bx-item .wp-caption-text {
	text-align: left;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
a
{
outline:0 !important;
}
/**************Single article page **************************/
#url-title header .byline .author_name {
  font-family: "Mercury Display A","Mercury Display B";
  float:left;
  font-style: italic;
  line-height: 1.4;
}
#url-title header .byline .author_name a {
display: initial;
line-height: 20px;
}
#url-title header .byline .published_date {
  color: #cc0e0e; width:100%;
  float: left;
  font-family: "Knockout 29 A","Knockout 29 B";
  font-size: 16px;
  margin: 5px 0;
  text-transform: uppercase;
}

.article_revisions {}

.article_revisions .inner_ar {
    border: 1px solid #ccc;
    height: 203px;
    margin-bottom: 15px;
    overflow: auto;
    padding: 10px;
}
#url-title header .byline h2{float: left;}
.article-body blockquote aside
{
font-style: normal;
}
/**************Magzine Issue**************************/
.magzine_publish
{
/*
padding: 12px 20px;
display: block;
color: #111111;
font-size: 1.25rem;
line-height: 1.25rem;
cursor: pointer;
*/
}
.magzine_author_h5
{
float:left;
}
.magzine_author
{
padding:2px;
}
.magzine_author_seprator
{
color: #a39e98;
}
/***** Author % Search ********/
.time_without_subject
{ margin: 0 !important}
/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination span,
.custom-pagination a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #111111;
  font-size: 22px;
  margin: 0 5px;
  padding: 2px 11px;
}
.custom-pagination a.next.page-numbers {  border: 0 none; color:#ccc6be;  font-size: 1.48375rem;    text-transform: uppercase;  margin: 0;    padding: 0;  float: right;}
.custom-pagination a.next.page-numbers:hover {  border: 0 none;}
.custom-pagination a.prev.page-numbers {  border: 0 none; color:#ccc6be;  font-size: 1.48375rem;    text-transform: uppercase;   float: left; margin: 0;    padding: 0; }
.custom-pagination a.prev.page-numbers:hover {  border: 0 none;}
.custom-pagination {
    font-family: "Knockout 49 A","Knockout 49 B"; font-style: normal !important;
}
.custom-pagination a {
  color: #000;
  font-size: 22px;
}
.custom-pagination a:hover {
  background-color: #fff;
  border: 1px solid #ccc6be;
  color: #111111; 
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color: #fff;
  border: 1px solid #ccc6be;
  color: #111111;
  font-size: 22px;
  padding: 2px 11px;margin: 0 5px;
}

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

.custom-pagination a.prev.page-numbers { line-height: 38px;}
.custom-pagination a.next.page-numbers {  line-height: 38px;}

}
.comment-content .comment-metadata{color:#A0A0A0;}

/* comments-area  */



.form-submit #submit {
  background: none repeat scroll 0 0 #cc0e0e;
  border: 0 none;
  color: #ffffff;
}
.form-submit #submit {
  font-family: "Knockout 49 A","Knockout 49 B";
  font-size: 1.48438rem;
  height: 60px;
  letter-spacing: 0.75px;
  line-height: 1.48438rem;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
}
.form-submit #submit:hover {
  background: none repeat scroll 0 0 #990b0b;
}

/************Teaser caption video **************/
.video_teaser_caption
{
color: #a39f98;
/*font-size: 17px;
margin: 10px auto 0;
padding-left: 220px;
width: 90%;
max-width: 1440px; */
}

/* for footer section */
footer ul li a { color: #111111 !important;}
footer .recirc .tag-browser li.slick-active a {
color: #cc0e0e !important;
}
section.stories.nation-voices .img img {  border: 1px solid #cccccc; }

section.stories.custom .nation-voices .img img {  border: 1px solid #cccccc; }
/* managed by diaspark */
section.listing .listing__hero .listing__siderail .siderail__item:first-of-type
{
  height: auto;
  overflow: hidden;
}
.article-wrap .article-footer .recirc-block .recirc .article-list li
{
display:block !important;
}
/* for article_twitt section */

.article_twitt .social-share.tw > span {
  margin: 15px 0 0 10px;
}
.no-touch a {-webkit-transition: none !important;  transition: none !important; }
.banner_caption_txt{
text-align: right;
margin: 11px 15px;}
.is_date
{
color: #a39f98 !important;
}


#url-title header .byline .author_name + .article_author_sep {  font-family: "Mercury Display A","Mercury Display B";  float: left;  font-style: italic;  line-height: 1.4;  font-size: 31.69px;  margin: 0;  color: #a39e98;}
#url-title header .byline .author_name + .article_author_sep_and {  font-family: "Mercury Display A","Mercury Display B";  float: left;  font-style: italic;  line-height: 1.4;  font-size: 31.69px;  margin: 0 6px 18px;  color: #a39e98;}
/* Style to display comment section*/
.custom_comments .comment-body {
  border-bottom: 1px solid #ccc;
 
}
.custom_comments .comment-meta {
    float: left;
    margin-right: 15px;
}

.custom_comments .comment-author.vcard {
  border: 1px solid #ccc;
  padding: 5px;
}
.custom_comments .ldc-cmt-box.clearfix {
  float: left;
}
.custom_comments .reply {
  float: left;
}
.custom_comments .ldc-ul_cont {
  background: none repeat scroll 0 0 #fff;
  margin-right: 10px;
}

/* Featured Comment dispaly CSS*/

.custom_comments .featured .comment-body {
  border: 0 none !important;
  margin: 0;
}

.featured {
  border: 1px solid #008cba;
  padding: 5px;
}
.featured .product_right {
  border-left: 0 !important;
}
.credits
{
  font-style: italic;
}
.safe-comments-report-link {
  color: #00ba09;
  margin-left: 5px;
  float: left;
  margin-right: 10px;
}
.custom_comments li {
  margin-bottom: 15px; list-style: outside none none;
}

.comment-form .comment-form-comment textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #e5ded5;
    left: 0;
    outline: 0 none;
    padding: 12px 0 12px 20px;
    position: relative;
    top: 0;
    width: 100%;
}

.comment-form .comment-form-comment label {
  color: #85827e;
  font-size: 1rem;
  left: 0;
  line-height: 1rem;
  padding: 0;
  position: absolute;
  top: 0;
  transition: background 0.2s ease 0s, color 0.2s ease 0s, top 0.2s ease 0s, bottom 0.2s ease 0s, right 0.2s ease 0s, left 0.2s ease 0s;
}

.comment-form .comment-form-comment {
    margin-bottom: 16px;
    padding-top: 20px;
    position: relative;
}
.comment-body.post_author_comment{
    border: 1px solid #cecece;
    padding: 5px;
}


.special_comment {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 5px;
}

.comment-awaiting-moderation {
    color: #f57900;
}

.special_comment_span {
    color: #be0e14;
    float: right;
    font-style: italic;
}

.error_cmnt {
    color: #CC0E0E;
}
.success_cmnt{
	color: #189200;
}

/******** Magzine issue *********************/
a.draft_article{color: #a39e98 !important;}
a.draft_article:hover{color: #a39e98 !important;  opacity: 1 !important;}
.draft_magzine + .listing_content a:hover{color: #a39e98 !important;}
.draft_magzine > a:hover {    opacity:1 !important;}
.draft_magzine a.imgHover:hover img {    filter: brightness(100%) !important;	-webkit-filter: brightness(100%) !important;		-moz-filter: brightness(100%) !important;    transition: all 0.2s ease 0s;}
.issue__img.small-12.medium-7.columns > img {
  height: 510px;
  width: 390px;
}
/******************************************* Start All css part for magzine issue cover image *************************************/
section.listing .hero__issue-nav .issue .issue__img img { 
height: inherit; 
} 

section.listing .hero__issue-nav .nav-button { 
transform: inherit; 
} 

section.listing .hero__issue-nav .nav-right { 
text-align: right; 
top: 50%; 
transform: translateY(-50%); 
position: absolute; 
right: 0; 
} 
section.listing .hero__issue-nav .nav-left { 
text-align: left; 
top: 50%; 
transform: translateY(-50%); 
position: absolute; 
left: 0; 
} 
section.listing .hero__issue-nav .issue { 
margin: 0 auto; 
float: none; 
}
/******************************************* End all css part for magzine issue cover image *************************************/


.article-wrap .article-body aside.left.twitter-quote a.tw_aside span {
    background: url("images/sprites.svg") repeat scroll -41px -290px rgba(0, 0, 0, 0);
}
#teaching_guide_year
{
  padding: 12px 20px;
  display: block;
  color: #111111;
  font-size: 1.25rem;
  line-height: 1.25rem;
  cursor: pointer;
}

.mfp-container {
  cursor: initial;
}

/*******************************************  e-books woocommerce *******************************************/
 
.woocommerce-breadcrumb { font-size;12px; margin: 10px 0;}
.product-cat-ebook .images {  float: left;}
.summary.entry-summary {  float: left;  width: 78%;}
.quantity input.qty, #content .quantity input.qty, .quantity input.qty, #content .quantity input.qty {
  -moz-appearance: textfield;  border:1px solid #c7c0c7;  box-shadow: 0 0 2px 0 #f7f6f7 inset;  float: left;  margin: 0;  padding: 0;  text-align: center;  width: 55px !important; font-size: 22px;  height: 60px;}
.shop_table.cart input.input-text.qty.text { height: auto;}
.quantity .plus {  border-top-left-radius: 0;  border-top-right-radius: 0;  top: 0;  right: 0;}
.quantity .minus {  border-top-left-radius: 0;  border-top-right-radius: 0;  bottom: 0;  right: 0;}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
  background: -moz-linear-gradient(center top , #ad74a2 0%, #96588a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: #76456c;  color: #ffffff;  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);}
.quantity .plus, .quantity .minus, .quantity .plus, .quantity .minus, .quantity .plus, .quantity .minus, .quantity .plus, .quantity .minus {  border: 1px solid #c7c0c7; color: #5e5e5e;  cursor: pointer;  display: block;  font-size: 18px;  height: 30px !important; overflow: visible;  position: absolute;  text-align: center;   vertical-align: text-top;  width: 20px;}
.quantity.buttons_added {  margin-right: 0 !important; float: left;}
.top_img_desc .quantity.buttons_added {
  margin-right: 15px !important;
}
ul.tabs {  height: 36px;  margin: 0 10px 0 0;  padding: 0;}

.cart_item .quantity .minus, .cart_item .quantity .plus {
  height: 15px !important;
}

.payment_method_paypal {
  list-style: outside none none;
  text-indent: 0 !important;
}
.tabs {  clear: both; padding: 10px 0 0 0 ;}
.tabs li {  background: none repeat scroll 0 0 #eceaec;  border: 1px solid #a1a1a1;  color: #fff;  float: left;  list-style:outside none none;  padding: 5px 10px;}
.tabs li.active {  background: none repeat scroll 0 0 #ffffff;  border: 1px solid #a1a1a1;  color: #fff;  float: left;  list-style: outside none none;  padding: 5px 10px;}
.panel.entry-content {
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.entry-content h2 {
  font-size: 22px;
  line-height: 42px;
  margin: 0 !important;
}
.entry-content p { color: #111111;
    font-family: "Mercury Display A","Mercury Display B";
    font-size: 15px;
    font-weight: normal;
    line-height: 1.484rem; }
.related.products {  margin: 15px 0;}
.related.products h2 {
  font-size: 22px;
  line-height: 48px;
  margin: 0 !important;
}
.related products .products {}
.related products .products h3 {    font-size: 16px;    margin: 10px 0;}
.related products .products li { list-style:none; float:left;margin-right: 16px;}
.product_meta { margin: 10px 0;}
.product_meta .product_icon_inner {   padding: 15px 0;}
.container.push {overflow: hidden;}
#page .container.push {overflow: inherit;}
.products li {  float: left;  list-style: outside none none;  width: 50%;  padding-left: 0.9375rem;    padding-right: 0.9375rem; margin-bottom:35px;}
.products li a{ color:#000;}
.products li.featured {
  border-color:#e5e5e5 ;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  padding-bottom: 20px;
  width: 100%;
}
.related.products li.featured {padding-left: 0.9375rem;   padding-right: 0.9375rem;}
.product_icon_outer {  padding: 12px 0 0 0;}
.product_icon_inner a {  display: inline-block;  margin: 0 10px 15px 0;}
.related.rm_product_icon .product_icon_outer { display: none;} 
.app_download_icon a { margin: 0 10px 15px 0; display: inline-block;}
.product_left {    float: left;}
.product_right {   font-style: normal;  text-align: justify; color: #111111; padding-left: 15px; font-size: 18px; font-weight: normal;    line-height: 1.684rem; border-left: 0 solid #f6f6f6; }
.price .amount {  display: block;  font-size: 30px !important;  line-height: 30px;  margin-bottom: 15px;}
.product_right a.add_to_cart_button { color:#ffffff;}
.entry-content .comment-form-comment textarea {  width: 50% !important; padding: 12px 15px !important;}
.product_right .button.add_to_cart_button.product_type_variable {
  display: none;
}
h1.product_title.entry-title {
  font-size: 30px;
  line-height: 25px;
  }

.entry-summary p.price {
    margin: 0;
}

.summary.entry-summary > h2 {
  color: #9e9e9e;
  font-size: 22px;
  line-height: 22px;
}
.summary.entry-summary > h3 {
  color: #afafaf;text-transform: uppercase;
  font-size: 20px;
}
.summary.entry-summary > h2 + span {
  color: #111;
  font-size: 22px;
}
.summary.entry-summary > h3 + span {
  color: #111;
  font-size: 20px;
}
.single_add_to_cart_button{
    background: none repeat scroll 0 0 #cc0e0e;
    border: 0 none;  padding: 0 25px;
    color: #ffffff;
    font-family: "Knockout 49 A","Knockout 49 B";
    font-size: 1.48438rem;
    height: 60px;
    letter-spacing: 0.75px;
    line-height: 1.48438rem;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
	}
.single_add_to_cart_button:hover{
background: none repeat scroll 0 0 #990b0b;
}
.summary.entry-summary p {color: #111111;
    font-family: "Mercury Display A","Mercury Display B";
    font-size: 18px;
    font-weight: normal;
    line-height: 1.484rem;
   }
.related.products .price .amount {
  display: block;
  font-size: 22px !important;
  line-height: 20px;
  margin-bottom: 20px;
}
.button.add_to_cart_button.product_type_simple {
  background: #cc0e0e none repeat scroll 0 0 !important;
  border: 0 none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: "Knockout 49 A","Knockout 49 B" !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: normal !important;
  letter-spacing: 1px;
  padding: 4px 16px !important;
  text-shadow: 0 0 0 !important;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px 15px 0;
}
.featured .button.add_to_cart_button.product_type_simple {
  font-size: 24px !important;
  height: 60px;
  line-height: 48px;
}
.non_featured .button.add_to_cart_button.product_type_simple {
  font-size: 20px !important;
  height: 45px;
  line-height:36px;
}
.related .products h3 {
    font-size: 16px;
    margin: 10px 0;
}
.related .add_to_cart_button.product_type_variable { display:none !important;}
.non_featured .button.alt {
  background: none repeat scroll 0 0 #cc0e0e !important;
  border: 0 none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: "Knockout 49 A","Knockout 49 B" !important;
  font-size: 17px !important;
  font-style: normal;
  font-weight: normal !important;
  height: 40px;
  letter-spacing: 1px;
  padding: 6px 8px !important;
  text-shadow: 0 0 0 !important;
  text-transform: uppercase;
}
.non_featured .quantity input.qty { height: 40px !important;  font-size: 20px !important;}
.non_featured .quantity .plus {  height: 22px !important;}
.non_featured .quantity .minus{  height: 22px !important;}
.non_featured li {  border: 0 none !important; }

.related .products li { float: left;  list-style: outside none none;  width:190px;}
.cart_totals th { border: 1px solid #ccc !important; padding: 6px 12px 0 0;}
.order-total > th {  text-align: right;background: none repeat scroll 0 0 #e5e5e5;}
.cart-subtotal > th {   text-align: right;  border-bottom: 0 !important;background: none repeat scroll 0 0 #e5e5e5; }


.cart_totals  .cart-subtotal > th{width: 50% !important; }
.cart_totals  .order-total > th{width: 50% !important; }

.cart_totals td { border: 1px solid #ccc !important; padding:6px 0 6px 12px !important}
.order-total > td { text-align: left;  border-left: 0 none !important;}
.cart-subtotal > td { text-align: left;  border-bottom: 0 !important;  border-left: 0 none !important;}


.coupon .input-text {
  width: 115px !important;
}


.inifiniteLoader {
  display: block;
  margin: 15px auto;
  width: 40px;
}
.woocommerce-billing-fields .select2-choice {
  border: 1px solid #e5ded5 !important;
  height: auto !important;
  line-height: 40px !important;
}

.woocommerce-billing-fields .select2-choice span {
    display: inline !important;
}


.woo_main_wrap {width: 100%;  margin-left: auto;  margin-right: auto;  margin-top: 0;  margin-bottom: 0;  max-width: 80rem;}
.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce-page .woocommerce-message::before, .woocommerce-page .woocommerce-error::before, .woocommerce-page .woocommerce-info::before { padding:0px !important;}

.product-name > a {
  color: #111 !important;
}
.product-name > a:hover {  color: #111 !important;}
.product-name > a:focus {  color: #111 !important;}
.actions .button, .button.wc-backward{
  background: none repeat scroll 0 0 #a39e98 !important;  text-transform: uppercase; letter-spacing: 1px;
  border:0 !important; border-radius: 0 !important;
  color: #ffffff !important;  box-shadow: 0 0 0 !important; -webkit-box-shadow: 0 0 0 !important; 
  font-family: "Knockout 49 A","Knockout 49 B" !important;
  font-size: 18px !important;
  font-weight: normal !important;
  text-shadow: 0 0 0 !important;padding:10px 20px !important; -webkit-text-shadow: 0 0 0 !important; margin-right: 15px !important;
}
.message-continue-shopping .button.wc-forward{
  background: none repeat scroll 0 0 #a39e98 !important;  text-transform: uppercase; letter-spacing: 1px;
  border:0 !important; border-radius: 0 !important;
  color: #ffffff !important;  box-shadow: 0 0 0 !important; -webkit-box-shadow: 0 0 0 !important; 
  font-family: "Knockout 49 A","Knockout 49 B" !important;
  font-size: 18px !important;
  font-weight: normal !important;
  text-shadow: 0 0 0 !important;padding:10px 20px !important; -webkit-text-shadow: 0 0 0 !important; 
}
.shop_table .actions {  padding: 10px 12px !important;}
.button.alt {
  background: none repeat scroll 0 0 #cc0e0e !important;
  border: 0 none !important;
  border-radius: 0 !important;
  color: #fff !important;font-style: normal;
  font-family: "Knockout 49 A","Knockout 49 B" !important;
  font-size: 24px !important;
  font-weight: normal !important;
  letter-spacing: 1px;
  padding: 11px 17px !important;
  text-shadow: 0 0 0 !important; -webkit-text-shadow: 0 0 0 !important; 
  text-transform: uppercase;
}
 .woocommerce-billing-fields h3 { color: #222222 !important;}
 .woocommerce-shipping-fields h3 {  color: #222222 !important;}
h3#order_review_heading {  color: #222222 !important;}
.checkout-button.button.alt.wc-forward {   margin: 0 !important;
  background: none repeat scroll 0 0 #cc0e0e !important; font-size: 18px !important;
  border: 0 none !important;  text-shadow: 0 0 0 !important; -webkit-text-shadow: 0 0 0 !important; 
  color: #fff !important; border-radius: 0 !important;
  padding: 10px 20px !important;  font-family: "Knockout 49 A","Knockout 49 B" !important;
}
.shop_table.cart {
  margin: 0px -1px 25px 0 !important;
}
.woocommerce-billing-fields .chosen-container.chosen-container-single a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #e5ded5;
  border-radius: 0;
  box-shadow: none !important;  -webkit-box-shadow: none !important;
  color: #111111 !important;
  font-size: 20px;
  height: 43px; padding:0 0 0 18px !important;
  line-height: 35px;
}
.variations .value select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e5ded5;
  border-radius: 0;
  box-shadow: none !important;
  color: #111111 !important;
  font-size: 17px;
  height: 34px;
  line-height: 32px;
  padding: 0 0 0 8px !important;
}
.variations .label {
  display: inline-block;
  font-size: 18px;
  width: 92px;
}
.variations {margin: 15px 0 10px;}
.variations_button {
  margin-top: 15px;
}
.related .variations .label {  display: block;  font-size: 18px;  margin: 5px 0;  width: auto;}
.variations .value {
display: inline-block;  width: 170px;
}
.variations .value  .reset_variations {
  color: #cc0e0e;
}
.variations .value  .reset_variations a:hover, a:focus {
  color: #cc0e0e;
}
.woocommerce-billing-fields .chosen-container.chosen-container-single a span {display: inline !important;}
.woocommerce-billing-fields .chosen-container.chosen-container-single div b {
     background-position: 0 12px;
	}
	.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 12px;
}
.product-quantity .quantity.buttons_added .input-text{ font-size: 18px !important;width: 58px;text-align: initial;padding-left: 15px;}
.product-quantity  .quantity .minus {z-index: 9999;}
.chosen-drop ul.chosen-results {  margin: 0 !important;}
.chosen-drop ul.chosen-results li {  font-size: 16px !important;}
.checkout .input-text {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #e5ded5;
    left: 0; text-shadow: 0 0 0 !important;
    outline: 0 none;  font-family: "Mercury Display A","Mercury Display B" !important;
    padding: 12px 0 12px 20px;
    position: relative;font-size: 18px;
    top: 0;
    width: 100%;}
 
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
   color: #85827e !important;}
 .message-continue-shopping .button.wc-forward {
  float: right;
}
.woocommerce .message-continue-shopping {  background: none repeat scroll 0 0 #fcfcfc;  border: 1px solid #e5e5e5;  color: #009d04;
  line-height: 38px;  margin-bottom: 25px;  padding: 8px 10px;} 
 .lost_password > a {
  border: 0 none !important;
}
.lost_password > a:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  text-decoration: underline !important;
}
.top_ebooklogo > a img {
  margin-bottom: 36px;
  width: 50%;
}
.products .product_left .prod_image_div a img {
  padding: 0 20px 20px 0;
}
.products .prod_meta_details.prod_cart_btn h1 {
  background: #e5e5e5 none repeat scroll 0 0;
  font-size: 24px;
  line-height: 22px;
  padding: 10px 8px;
}
.products .featured .prod_meta_details.prod_cart_btn h1 {
  background:none;font-size: 30px;  padding: 0;line-height: 30px;
}
.products .prod_meta_details.prod_cart_btn > h2 {
  color: #9e9e9e; font-size: 22px; line-height: 22px;
}
.products .prod_meta_details.prod_cart_btn > h3 {
  color: #afafaf;text-transform: uppercase;
  font-size: 20px; font-family: "Knockout 49 A","Knockout 49 B";
}
.products .prod_meta_details.prod_cart_btn > h3.allcaps_name {
text-transform: uppercase;font-family: "Knockout 49 A","Knockout 49 B";  font-size: 24px;}


.prod_meta_details.prod_cart_btn > h2 + span {
  color: #111;
  font-size: 22px;
}
.prod_meta_details.prod_cart_btn > h3 + span {
  color: #111;
  font-size: 20px;
}
.product_left {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.prod_image_div {
  float: left;
  width: 50%;
}
.prod_meta_details.prod_cart_btn {
  float: left;
  width: 50%;
}
.app_download_icon {
  margin: 5px 0;
}
.product_icon_inner {
  margin: 14px 0 5px 0;
  width: auto;
}
.prod_cart_btn span.price {
  display: block;
  margin: 16px 0 5px;
}
.products .featured .prod_image_div {
  float: left;
  width: 40%;
}

.products .featured .product_left {
  float: left;
  width: 50%;
}
.products .featured .prod_meta_details.prod_cart_btn {
  float: left;
  width: 60%; 
  }
.products .featured .both_right_divs {
  float: left;
  width: 50%;
}







.goTop {
  background: none repeat scroll 0 0 #cc0e0e;
  border-radius: 50%;
  bottom: -50px;
  height: 50px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 50px;
  z-index: 99999;
}
.goTop.imgHover > img {
  margin-top: 18px;
}

/*************************** For Image action tout **********************/
#action_tout
{
  background: none !important;
}
/*************************** For Migrated article **********************/
.article-body a > span {
    display: inline;  white-space: normal;
	  word-break: normal;
}
.downloadable .images {
  float: left;
}
.woo_main_wrap {
  padding: 15px;
}

.woo_main_wrap ul.products {
  margin: 0;
}
.woo_main_wrap .images {
      float: left;
    margin-right: 2%;
    width: 20%;
}
.woo_main_wrap .featured {
  border: 0 none;
  padding: 0;
}
.woocommerce .order_details li, .woocommerce-page .order_details li {
  border-right: 1px dashed #dfdbdf;
  float: left;
  font-size: 16px !important;
  line-height: 1em;
  margin-right: 2em;
  margin-top: 0 !important;
  padding-right: 2em;
  text-transform: uppercase;
}
.woocommerce .title > h3 {
  color: #222222 !important;
}
.article_twitt.twitt_icon_aside .social-share span {
  display: block;
}
.full-column.row.woocomm_class {
  margin: 15px 0 0 0;
}
.woocomm_class .form-row.form-row-first.address-field.validate-required.validate-state {
  width: 100%;
}
.woocomm_class .form-row.form-row-first.address-field.validate-required.validate-state .chosen-container.chosen-container-single {
  width: 100% !important;
}
.video_center_margin
{
	margin-bottom:5px !important;
}
p.issue_art-attr span.edit-link a.post-edit-link
{
  color: #ccc !important;
}

.page-404 .search_form_input {
    border-right: medium none;
    float: left;
    line-height: 1.5625rem;
    padding-left: 20px;
    position: relative;
    border: 1px solid #e6ded5;
    color: #111111;
    font-size: 1.25rem;
    height: 50px;  width: 100%;
    line-height: 1.25rem;
    padding: 12px;box-shadow: 0 1px 4px #f5eee6 inset; webkit-box-shadow: 0 1px 4px #f5eee6 inset; moz-box-shadow: 0 1px 4px #f5eee6 inset;
}
.page-404 .search-value {
    background: url("images/sprites.svg") repeat scroll -64px -345px rgba(0, 0, 0, 0);
    border-left: medium none;
    box-shadow: 0 0 0 #e6ded5 inset; webkit-box-shadow: 0 0 0 #e6ded5 inset; moz-box-shadow: 0 0 0 #e6ded5 inset; 
    overflow: hidden;
    position: absolute;    border: 0px;
    right: 15px; height: 50px;
    line-height: 1.25rem;
    padding: 12px;
    text-indent: 200%;
    width: 55px;
}
.edit_page { margin:15px 0;}
.edit_page .edit-link a{ color: #cccccc;    font-size: 1rem;    font-style: italic;    line-height: 1rem;}	
.edit_page .edit-link a:hover {    opacity: 0.6;}
/************************* Single Article Page *****************/
.article_pub_time{margin-top: 25px !important;}

#url-title header .byline h2 { float: left; margin: 0px !important;}


.article_and{  padding: 0 7px 0 7px;}
.author_and{font-size: 1.563rem;line-height: 1.563rem;color: #FFF;font-family: "Knockout 49 A", "Knockout 49 B";text-transform: uppercase;}
#news-letters .form-submit .submit-btn{background:#ccc6be;border: 0 none;color: #ffffff; 
  font-family: "Knockout 49 A","Knockout 49 B";  font-size: 1.48438rem;  height: 60px;  letter-spacing: 0.75px;
  line-height: 1.48438rem;  margin-bottom: 10px;  text-align: center;  text-transform: uppercase;  width: 285px;}
#news-letters .form-submit .submit-btn:hover{  background: none repeat scroll 0 0 #ccc6be;}
#news-letters .form-field{position: relative;margin-bottom: 16px;padding-top: 20px;}
#news-letters .form-field .checkbox{  margin-right: 10px !important;}
#news-letters .form-field .checkbox{width: 20px;height: 23px;position: relative;margin: 0;float: left;}
#news-letters .form-field input{border: 1px solid #e5ded5;width: 75%;background: none;position: relative;top: 0;
left: 0;padding: 12px 0 12px 20px;outline: 0;}
#news-letters .form-field .checkbox label{width: 20px;height: 20px;cursor: pointer;position: absolute;bottom: 3px;left: 0;
  border: 1px solid #e6dfd5;}
#news-letters  .form-field .checkbox input[type=checkbox]{ visibility: hidden;}
#news-letters .form-field input{z-index: 1;}
#news-letters .form-field input ::-webkit-input-placeholder {font-size:1.25rem;color:#d6d6d6;font-weight:400}
#news-letters .form-field input:-moz-placeholder {font-size:1.25rem;color:#d6d6d6;font-weight:400}
#news-letters .form-field input::-moz-placeholder {font-size:1.25rem;color:#d6d6d6;font-weight:400}
#news-letters .form-field input:-ms-input-placeholder {font-size:1.25rem;color:#d6d6d6;font-weight:400}
#news-letters h1 { color: #111111;    font-family: "Knockout 49 A","Knockout 49 B";    font-size: 3.05188rem;    line-height: 3.05188rem;  text-transform: uppercase;}
#news-letters .label_and_div label{  bottom: 0;  color: #cc0e0e;  cursor: pointer;  display: table-cell;  font-family: "Knockout 49 A","Knockout 49 B"; font-size: 30px;  left: 0;  line-height: 1.2rem;  position: relative;   display: inline; text-transform: none;text-transform: uppercase;}
.label_and_div {    margin-left: 30px;  color: #85827e; font-size: 17px;}
#news-letters .label_and_div.black_clr > label {  color: #111;}
#news-letters  .form-field .checkbox label:after, #search__form .form-field .checkbox label:after {
  content: '';  width: 12px;  height: 7px;  position: absolute;  top: 4px;  left: 3px;  border: 3px solid #e6dfd5;
  border-top: none;  border-right: none;  background: transparent;  opacity: 0;  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);}
#news-letters .form-field.checkbox-field input[type=checkbox]:checked+label:hover:after, #search__form .form-field.checkbox-field input[type=checkbox]:checked+label:hover:after {  opacity: 1;  border-left: 3px solid #a39e98;  border-bottom: 3px solid #a39e98;}
#news-letters .form-field .checkbox input[type=checkbox]:checked+label:after, #search__form .form-field .checkbox input[type=checkbox]:checked+label:after {
  opacity: 1;
  border-left: 3px solid #70b000;
  border-bottom: 3px solid #70b000;
}
#news-letters .row.sub_check_news {    padding-left: 45px; margin-bottom: 15px;}
#news-letters .sub_check_news_head{  margin-top: 15px;  color: #111;  font-family: "Knockout 49 A","Knockout 49 B";
  font-size: 30px;  line-height: 1.2rem;  text-transform: uppercase;}
#news-letters .sub_check_news .label_and_div.black_clr > label {  font-size: 22px !important;  line-height: 22px !important;}
#news-letters .sub_check_news .form-field {  margin-bottom: 0;}
.interactive_audio{width:100% !important;}

/* solr_search_filter */ 

.solr_search_filter .btn.small-6.columns {
  background-color: #faf4ed;
  border: 1px solid #e6ded5;
  color: #a39e98;
  font-family: "Mercury Display A","Mercury Display B";
  font-size: 1.188em;
  height: 50px;
  line-height: 1.25rem;
  padding: 12px; font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}
.solr_search_filter .btn.active.small-6.columns {
  background: none repeat scroll 0 0 #fff;
  color: #111111;   font-weight: normal;
}
.solr_search_filter .btn.small-6.columns + .btn.small-6.columns {
  border-left: medium none;
}
.solr_search_filter a:hover {
  opacity: 1 !important;
}
.btn.active.small-6.columns:hover {font-weight: bold; background-color: #faf4ed; border: 1px solid #e6ded5; color: #a39e98;opacity: 1;}

.woo_main_wrap .description_tab {
  background-color: #faf4ed !important;
  border: 1px solid #e6ded5 !important;
  color: #a39e98 !important;
  font-family: "Mercury Display A","Mercury Display B";
  font-size: 1.25rem;
  height: 37px;
  line-height: 1.25rem;
  padding: 6px 12px ;
  text-align: center;
  text-transform: capitalize;
}
.woo_main_wrap .description_tab a {
  color: #000;
}
.top_img_desc {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.shop_table.cart th {
    background: none repeat scroll 0 0 #ffd940;
    color: #111111;
}
.woocommerce a {
  color: #cc0e0e;
}
.woocommerce a:hover, a:focus {
  color: #cc0e0e;
}
.cart-collaterals .cart_totals {
  width: 40% !important;
}
.shop_table td {
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.shop_table td:last-child {
  border-right: 0px;
}
ul.payment_methods li {
  text-indent: 0 !important;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    background: none repeat scroll 0 0 #fff !important; 
	}
.woocommerce #payment div.payment_box::after, .woocommerce-page #payment div.payment_box::after {
	  border-color: transparent transparent #fff !important;top: 3px !important;
	}
.cart_totals > th {  background: rgba(0, 0, 0, 0.1);}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc {
 font-size:18px !important;  padding: 12px 0 12px 20px !important;}
ul.payment_methods li::before {
  content: "" !important;
}
ul.order_details li::before {
  content: none !important;
}
ul.order_details li {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  list-style: outside none none !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  text-align: center;
  text-indent: 0 !important;
  width: 25%;
}

ul.order_details {
  margin: 0 0 15px 0 !important;
}


 @media only screen and (max-width:700px) {
.cart-collaterals .cart_totals {
  width: 100% !important;
}
}
section.stories.custom .nation-voices .info .author{text-decoration: none !important;}
section.stories.special-report .story p span a{text-decoration: none !important;}

.article_tweet{display: inline-block !important;}

.concatinate{cursor: initial !important;}

/************ web forms css  **************/

.wdform-page-and-images { padding: 0 !important;}
.wdform_section .wdform-field { position:relative;  padding: 5px 0 15px 0 !important;}
.wdform-element-section input, textarea{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  left: 0;
  outline: 0 none;
  padding: 12px 0 12px 20px;
  border: 1px solid #e5ded5;
  box-shadow: 0 1px 4px #f5eee6 inset;
  -moz-box-shadow: 0 1px 4px #f5eee6 inset;
  -webkit-box-shadow: 0 1px 4px #f5eee6 inset;
  position: relative;
  top: 0; height: 50px;
  width: 75% !important;  font-family: "Mercury Display A","Mercury Display B";
  font-size: 1.25rem !important;
  line-height: 1.25rem;
}

.wdform-label-section  {
  color: #85827e; width: 75%;
  font-size: 1rem !important; margin-bottom: 10px;
  line-height: 1rem;
  padding: 0;
  transition: background 0.2s ease 0s, color 0.2s ease 0s, top 0.2s ease 0s, bottom 0.2s ease 0s, right 0.2s ease 0s, left 0.2s ease 0s;
}
.wdform-label-section .wdform-label {
    color: #85827e !important;
	}
.wdform-element-section  .button-submit {
  font-family: "Knockout 49 A","Knockout 49 B";
  font-size: 1.48438rem;
  height: 60px; padding: 0 25px;
  letter-spacing: 0.75px;
  line-height: 1.48438rem;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; background: none repeat scroll 0 0 #cc0e0e;
    border: 0 none;
    color: #ffffff;
}
.wdform-element-section  .button-submit:hover {
    background: #990b0b none repeat scroll 0 0;
}
.wdform_column { width: 100%;}
.wdform_section { float: left; width: 100%;}
.wdform_row .wdform-required { color: #85827e !important; margin: 0 2px; vertical-align: middle !important;}
.wdform-element-section.wdform_select select {  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;  color: #111;
  cursor: pointer;  font-size: 20px;  height: 50px;width: 75% !important; border: 1px solid #e5ded5;
  box-shadow: 0 1px 4px #f5eee6 inset;  -moz-box-shadow: 0 1px 4px #f5eee6 inset;  -webkit-box-shadow: 0 1px 4px #f5eee6 inset;}
.wdform-element-section.wdform_select select option { font-size: 16px; height: 40px;}
.wdform-field .form-field {
  display: block !important;
  margin: 5px 0;
}
.wdform-field .form-field .checkbox-div{  margin-right: 10px !important;}
.wdform-field .form-field .checkbox-div{width: 20px;height: 20px;position: relative;margin: 0;float: left;}
.wdform-field .form-field input{border: 1px solid #e5ded5;width: 100%;background: none;position: relative;top: 0;
left: 0;padding: 12px 0 12px 20px;outline: 0;}
.wdform-field .form-field .checkbox-div label{width: 20px;height: 20px;cursor: pointer;position: absolute;bottom: 3px;left: 0;
  border: 1px solid #e6dfd5;}
.wdform-field .form-field label{webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;color: #85827e;
padding: 0; top: 0;left: 15px;font-size: 1rem;line-height: 1rem;}
.wdform-field .form-field .checkbox-div input[type=checkbox]{ visibility: hidden;}
.wdform-field .form-field input{z-index: 1;}
.wdform-field .form-field .checkbox-div+label{font-family: 'Mercury Display A', 'Mercury Display B';text-transform: none;position: relative;bottom: 0;left: 0;display: table-cell;cursor: pointer;line-height: 1.2rem;}
.wdform_column.ui-sortable .wdform_row:last-child .wdform-label-section { display: none !important;}
.wdform-field .form-field .checkbox-div label:after, #search__form .form-field .checkbox-div label:after {
  content: '';
  width: 12px;
  height: 7px;
  position: absolute;
  top: 4px;
  left: 3px;
  border: 3px solid #e6dfd5;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.wdform-field.custom_txt > p {  margin: 0 !important;}
.wdform-field.custom_txt { padding: 0 !important;}
.wdform-field .form-field.checkbox-field input[type=checkbox]:checked+label:hover:after, #search__form .form-field.checkbox-field input[type=checkbox]:checked+label:hover:after {
  opacity: 1;
  border-left: 3px solid #a39e98;
  border-bottom: 3px solid #a39e98;
}
.wdform-field .form-field .checkbox-div input[type=checkbox]:checked+label:after, #search__form .form-field .checkbox-div input[type=checkbox]:checked+label:after {
  opacity: 1;
  border-left: 3px solid #70b000;
  border-bottom: 3px solid #70b000;
}

.wdform-field  .form-field .radio, #search__form .form-field .radio {
    float: left;
    height: 20px;
    margin: 0;
    position: relative;
    width: 20px;
}
.wdform-field  .form-field .radio input[type="radio"], #search__form .form-field .radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;  height: 20px;
    position: absolute;
    top: 0;
}
.wdform-field  .form-field .radio .check, #search__form .form-field .radio .check {
    border: 1px solid #e6dfd5;
    border-radius: 100%;
    bottom: 0;
    display: block;
    height: 20px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 20px;
}
.wdform-field  .form-field .radio input[type="radio"]:checked + .check .inside, #search__form .form-field .radio input[type="radio"]:checked + .check .inside {
    background: #70b000 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    display: block;
    height: 67%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 67%;
}
.wdform-field  .form-field .checkbox, .wdform-field  .form-field .radio, #search__form .form-field .checkbox, #search__form .form-field .radio {
    margin-right: 10px;
}
.wdform-field  .form-field .checkbox + label, .wdform-field  .form-field .radio + label, #search__form .form-field .checkbox + label, #search__form .form-field .radio + label {
    bottom: 0;
    cursor: pointer;
    display: table-cell;
    font-family: "Mercury Display A","Mercury Display B";
    left: 0;
    line-height: 1.2rem;
    position: relative;
    text-transform: none;
}

.custom_address .wdform-element-section.wdform_address { width: 75% !important;}
.custom_address .wdform-element-section.wdform_address span input {display: block; width: 100% !important;}
.custom_address .wdform-element-section.wdform_address span label.mini_label { font-size: 15px;}
.custom_address .wdform-element-section.wdform_address span select { background: #fff none repeat scroll 0 0 !important;  display: block;  height: 50px !important;  width: 100% !important; border: 1px solid #e5ded5;  box-shadow: 0 1px 4px #f5eee6 inset;  -moz-box-shadow: 0 1px 4px #f5eee6 inset;  -webkit-box-shadow: 0 1px 4px #f5eee6 inset;}

.wdform-element-section.date_div {
  position: relative !important;
}
.date_div .wdform-date {
  padding: 12px 0 12px 42px !important;
}
.date_div .wdform-calendar-button {
  box-shadow: none;
  left: 15px !important;
  position: absolute !important;
  top: 15px;
  width: auto !important;
}

#mobile .header-bar .my_setting {
  border-left: 1px solid #e9e9e9;
  float: right;
  height: 50px;
  margin: 0;
  padding: 17px 16px;
}
#mobile .header-bar .my_setting span {
  height: 17px;
  width: 19px;
  background: url("images/my_setting.png");
  background-repeat: no-repeat;
  zoom: 1;
}
.subject_rss_align_main {
  float: left;
  width: 100%;
}
.subject_rss_align {
    float: left;
    margin: 5px 0;
    width: 33.33%;
}
.subject_rss_align a {
  color: #9c9c9c;
  padding-right: 10px;
}
.subject_rss_align a:hover {
  color: #111;
}
.article-body em a {
  display: inline-block;
  word-break: break-all;
}
.article-wrap .article-body p a:hover {
 border-bottom: 2px solid #e8e1d8 !important;
}
.see-all-media { float: left; margin-bottom: 30px;}
.see-all-media a.see-more {  margin-top: 0 !important;}
h1, h2, h3, h4, h5, h6 {text-rendering: auto !important;}
p {text-rendering: auto !important;    word-wrap: break-word;}

@media only screen and (max-width:640px) {
.page-numbers {    display: none;}
.prev.page-numbers{display: block;}
.next.page-numbers{display: block;}
 #news-letters .form-field input{width: 100%;}
.wdform-element-section input, textarea { width: 100% !important;}
.wdform-element-section.wdform_select select { width: 100% !important;}
.custom_address .wdform-element-section.wdform_address { width: 100% !important;}

}

/******** Footer newsletter ******************/
footer .block.social .newsletter-signup .newsletter-signup__email { width: 84%;}
footer .block.social .newsletter-signup {background: #ffffff;}
.footer_email_error{   color: #cc0e0e;
  font-size: 16px;
  font-weight: normal;}
  .sucess_newletter{color: #6fb000;
  font-size: 16px;
  font-weight: normal;}
.mfp-zoom-out-cur .mfp-close {  cursor: pointer !important;}
/* Product Pagination*/
.product_pagi_custom .page-numbers { text-align: center;}
.product_pagi_custom .page-numbers > li{  font-family: "Knockout 49 A","Knockout 49 B";  font-size: 1.48375rem;  line-height: 1.48375rem;  text-transform: uppercase;  color: #111111; display: inline; list-style: outside none none;  margin: 0 5px;    text-align: center;}
.product_pagi_custom .page-numbers > li a { border: 1px solid #fff; padding: 0 10px;color: #111111;}
.product_pagi_custom .page-numbers.current{ border: 1px solid #ccc6be; padding: 0 10px;color: #111111;}  
.product_pagi_custom .page-numbers > li a:hover{ border-color: #ccc6be; opacity: 1;}
.product_pagi_custom .prev.page-numbers { color:#ccc6be; transition: opacity 0.2s ease 0s;  float: left;}
.product_pagi_custom .prev.page-numbers:hover{ opacity: 0.6; border-color: #ffffff;}
.product_pagi_custom .next.page-numbers{color:#ccc6be; transition: opacity 0.2s ease 0s;  float: right;}
.product_pagi_custom .next.page-numbers:hover{opacity: 0.6; border-color: #ffffff;}
#desktop .header-bar.main nav.primary>ul>li a {  text-indent: 0;}
.block.social > #subscribe_newsletter { color: #cc0e0e;  font-size: 16px;  font-weight: normal;}
.article-body a.span_article_tweet > span {  display: inline-block;  white-space: nowrap;  word-break: normal;}
.article-body a.span_article_tweet.tw:hover{  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;  border: 0 none !important;}

/******** Thankyou page ******************/
.thanku_social_icon li { background: #b8b8b8 none repeat scroll 0 0;    border-radius: 100%;    float: left;    height: 40px; line-height: 0;    transition: background 0.2s ease 0s;    width: 40px;list-style: outside none none;}
.thanku_social_icon li a.fb { background: rgba(0, 0, 0, 0) url("images/sprites.svg") repeat scroll -165px -239px;}
.thanku_social_icon li a { display: inline-block;    height: 40px;    width: 40px;}
.thanku_social_icon li a.tw { background: rgba(0, 0, 0, 0) url("images/sprites.svg") repeat scroll -165px -278px;}
.thanku_social_icon > li + li { margin-left: 15px;}  
.thanku_social_icon li:hover { background: #cc0e0e none repeat scroll 0 0;}
.thanku_social_icon > li a:hover { opacity: 1;}
.thanku_social_icon {margin-left:0;}
#news-letters .thank-you-message { color: #111111; font-size: 18px; font-family: 'Mercury Display A', 'Mercury Display B';}
.listing__results ul.noresultfound {padding-left: 15px;}
.filled_class {background: #cc0e0e !important;}
.filled_class:hover{background: #990b0b !important;}
.item__content ul#magzine { height: 300px; overflow: auto;}
.ad-policy {display: none;color: #666; float: right;  font-family: arial,helvetica,sans-serif; font-size: 11px;}
.ad-policy:hover { display: none;color: #666; opacity: 1 !important; text-decoration: underline;}
.top-ad-policy { color: #CFCFCF;  display: none;  font-family:  arial,helvetica,sans-serif;  font-size: 11px;  text-align: left;  position: absolute; left: 2px; top: 1px;}
.top-ad-policy:hover { display: none; color: #CFCFCF; opacity: 1 !important; text-decoration: underline;}
.mid-ad-policy { color: #666;  display: none;  font-family:  arial,helvetica,sans-serif;  font-size: 11px;  text-align: left;  position: absolute; left: 2px; top: 1px;}
.mid-ad-policy:hover { display: none; color: #666; opacity: 1 !important; text-decoration: underline;}
.position-relative{position: relative;}
p.return-to-shop a.button.wc-backward:hover{ opacity: 0.6;  border: 0 none !important;}
.button.alt:hover { opacity: 0.6;}
.actions .button:hover { opacity: 0.6;}
.action_tout_heading p{  
  font-family: "Knockout 49 A", "Knockout 49 B";
  font-size: 2.4125rem;
  line-height: 1.9375rem;
  margin: 0 0 20px 0;
  text-transform: uppercase;}
 .article-wrap .article-body .most-popular.hover_b_remove p a:hover {
  border-bottom: 0 none !important;
}
.label_div1 {
  display: inline-block !important;float: left !important; width:80% !important;
}

@media screen and (max-width: 880px) {
.products .featured .product_left { width: 100%;}
.products .featured .both_right_divs { width: 100%;}
}
 @media only screen and (max-width:768px) {
.products li {  width: 100%;}
.featured .product_right {
  margin-left: 0 !important;
}
.product_left {  float: left;  padding: 0 10px 10px 0;}
.top_ebooklogo > a img {
  margin-bottom: 36px;
  width: 75%;
}
 }
  @media only screen and (max-width:600px) {
.woo_main_wrap .images {
  float: left;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.summary.entry-summary {
  margin-left: 0;
  width: 100%;
}
.woo_main_wrap .images {
  margin-right:0%;
  width: 100%;
}
.woo_main_wrap ul.tabs li {
  width: 100%;
}
.woo_main_wrap ul.tabs li a {
  display: block;
}
.woocommerce form {
  overflow: scroll;
}
ul.order_details li {
  width: 100%;
}
.message-continue-shopping .button.wc-forward {
  bottom: 0;
  display: table; float: inherit;
}
}
@media screen and (max-width: 480px) {
.product_right {  margin-left: 0;}
.product_left {  margin-bottom: 20px;   width: 100%;}
.products .featured .prod_image_div {  width: 100%;}
.prod_image_div {   width: 100%;}
.products .featured .prod_meta_details.prod_cart_btn {  width: 100%;}
.prod_meta_details.prod_cart_btn {  width: 100%;}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table.cart td {
  padding: 9px 2px !important;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table.cart th {
  padding: 9px 2px !important;
}
.shop_table.cart .button {
  width: auto !important; font-size: 16px !important; margin-right: 3px !important;
}
.checkout-button.button.alt.wc-forward {
  padding: 10px !important;font-size: 16px !important;
}
.top_ebooklogo > a img {
  margin-bottom: 25px;
  width: 100%;
}
.product_right {
  padding-left: 0;
}
.woocommerce .message-continue-shopping {
  line-height: 20px;
}
.payment_method_paypal_pro_payflow #paypal_pro_payflow-cc-form p {
  width: 100%;
}

}
.comment-form-comment textarea#comment {
  height: 160px !important;
}
.comment_sorting_setting_outer {
  float: right;
}
.sort_com_label{ float: left; line-height: 45px; margin-right: 9px; font-size: 18px;}
.comment_sorting_setting_outer select{display: block;
  line-height: 25px;
  padding: 12px 0 12px 20px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e5ded5;
  width: 190px;float: right;
  margin-bottom: 15px;
  }

#ad-pixel-2 { line-height: 0; background: #111;}
#ad-pixel { line-height: 0; background: #111;}
.about_paypal {
    display: none;
}

#desktop .header-bar.utility ul.actions li a.login:before
{
background-position: -124px -323px !important;
}
#desktop .header-bar.utility ul.actions li a.login
{
background-color: #f0f0f0 !important;
}
#mobile .header-bar .my-profile span
{
  background-position: -84px -324px !important;
}

#desktop .header-bar.utility ul.actions li a.login:before
{
background-position: -125px -322px !important;
}
#desktop .header-bar.utility ul.actions li a.login
{
background-color: #f0f0f0 !important;
}
#mobile .header-bar .my-profile span
{
  background-position: -84px -324px !important;
}
.error_newsletter
{
color:#cc0e0e;
}
.warning {
  margin-top: 40px;
}
/*.error {
  margin-top: 40px;
} */
.warning p {
    margin: 0 !important;
}
.payment_method_paypal_pro_payflow #paypal_pro_payflow-cc-form p {
    width: 100%;
}
/********************** Login popup **************************/
.lightbox-form .lightbox-inner .listing__hero .search__form .row .field button.primary-button {
  color: #ffffff;
  background: #cc0e0e;
  border: 0 none;
}
.lightbox-form .lightbox-inner .listing__hero .search__form .row .field button {
  width: 160px;
  height: 60px;
  letter-spacing: 0.75px;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Knockout 49 A", "Knockout 49 B";
  text-transform: uppercase;
  font-size: 1.48438rem;
  line-height: 1.48438rem;
}
span#e_mail-error
{
			display: none !important;
}
.lightbox-form .lightbox-inner .listing__hero .search__form .row .field button.primary-button:hover {
  background: #990b0b;
}
div#primaryError p.errormsg {
  padding: 5px;
  background-color: red;
  color: #fff;}
.field.form-field.small-12.medium-12.columns.Subscriber_btn {
  margin: 0 !important;
  padding: 0 0.9375rem !important;
}
.pull-right
{
	text-align: right; 
}
.field.form-field.checkbox-field.partsec.columns {
  margin-bottom:10px!important;
  padding-top: 2px!important;
}
.field.form-field.small-12.medium-6.partsec.columns{
  margin-bottom: 2px !important;
  padding-top: 2px !important;
}
.error .errormsg a {
  color: #fff;
  text-decoration: underline !important;
}
.comment_login_link:hover
{
  background: #e8e1d8;
  color: #BBB7B3;
}
.comment_login_link
{
border-bottom: 2px solid #e8e1d8 !important;
}

/********** Padding on lighbox *********/
section.listing .lightbox-form.new .lightbox-inner {
    padding: 0 !important; background: none; max-height: inherit !important;
}
section.listing .lightbox-form.new .listing_form.small-12.columns {
    padding: 0 !important;
}
section.listing .lightbox-form.new .listing__hero.row {
  margin: 0;
}
section.listing .lightbox-form.new .lightbox-inner .listing__hero .closebutton {
  background: #ccc url("images/closebutton.png") no-repeat scroll 7px 7px;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  opacity: 1;
 position: static; float:right;
  width: 30px;
} 
section.listing .lightbox-form.w_660 .lightbox-inner {
  margin: -240px -330px;
 height: auto;
  max-width: 660px;
}
.lightbox-form .new .closebutton { position: static !important; float: right;}
section.listing.zindex_Custom{ z-index:999;}
.new .lightbox-inner{ background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;}
.popup_height .lightbox-inner {overflow: inherit !important;}
.remove_scroll{ overflow: inherit !important; height:auto !important;}

/************ Color fo search most relevent and recent **************/
.solr_search_filter .btn.small-6.columns{color:black !important;}
.solr_search_filter a.btn.active.small-6.columns{color:#a39e98 !important;}
.login_top_msz {color:#85827e;font-size: 1.25rem;}
/************************* css for auto-suggestion***************************/

.ui-menu .ui-menu-item{
font-family: "Mercury Display A","Mercury Display B" !important;
	color: #111111 !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 1.25rem !important;
    line-height: 1.25rem !important;
    padding: 12px 20px !important;
}
.ui-widget-content{ background:#ffffff !important; border-bottom: 1px solid #e6ded5 !important;
    border-left: 1px solid #e6ded5 !important;  border-right: 1px solid #e6ded5 !important; border-top: 0 !important;}
.ui-menu-item.ui-state-focus {
    opacity: 0.6 !important;
    background: #ffffff !important;
    border: 0 !important;
    color: #111111 !important;
    font-weight: normal !important;
}


/************ login popup **************/
.login_top_msz {    color: #85827e;    font-size: 1.25rem;    line-height: 1.5;}
.login_popup h1 {
  color: #111111; font-family: "Knockout 49 A","Knockout 49 B";  font-size: 3.05188rem; line-height: 3.05188rem;  text-transform: uppercase; margin-bottom: 20px;}
  
/************ e-book new changes **************/
.woocommerce-error.custom_error_ebook::before {
 content: "!" !important;
 moz-content: "!" !important;
 webkit-content: "!" !important;
}
.banner_caption_txt a {
  border-bottom: 2px solid #e8e1d8;
  color: #111111;
  text-decoration: none;
}
.banner_caption_txt a:hover {
  background: #e8e1d8;
  opacity: 1; color:#111111;
  border-bottom: 0 none;
}
/************ google ad for 320 **************/
@media screen and (max-width: 320px) {
#ad-leaderboard { padding: 10px 0 !important;}
.ad.contained {  padding: 10px 0 !important;}
.ad.full-width {  padding: 10px 0 !important;}
.comment_sorting_setting_outer {float: inherit;}
.comment_sorting_setting_outer select {width: 100%;}
}
.top_ebooklogo a {
    border: medium none !important;
}
.article_action_right input { color:#000;}
p.must-log-in { margin-top: 20px;}

/************ sailthru form_field_freedom **************/

.form_field_freedom input::-moz-placeholder {
  color: #404040 !important ;
  font-size: 1.25rem;
  font-weight: 400 !important;
}
.form_field_freedom input {
  color: #000;
  float: left;
  margin-bottom: 8px;
  margin-right: 2%;
  width: 46% !important; background: #fff none repeat scroll 0 0 !important;
}
.religious_freedom .check_input{
  width: auto !important;
}
.religious_freedom {
  margin: 0 !important;
  padding: 0 !important;
}
.article-wrap .article-body blockquote .takeaction .action_tout_heading p{   color: #fff !important;font-size: 2.4125rem !important;}
.related-blocks p.author a:hover{border-bottom:0px!important;}
.article-wrap .article-header .article-share li a.tn_print {
  background: #ccc6be none repeat scroll 0 0;
}
.article-wrap .article-header .article-share li a.tn_print span {background: rgba(0, 0, 0, 0) url("images/sprites.svg") repeat scroll -150px -500px;height: 20px;
width: 20px;
}
a.social-share.tn_print { background: #ccc6be none repeat scroll 0 0;}
a.social-share.tn_print span {background: rgba(0, 0, 0, 0) url("images/sprites.svg") repeat scroll -150px -500px;height: 20px;width: 20px;}
.article_and_releated{cursor:initial !important;}
a.article_and_releated:hover { opacity: 1.0 !important;}

.sub_teaching_guide { padding: 0 45px 35px;}
.sub_teaching_guide .title{ font-family: "Knockout 49 A", "Knockout 49 B";  font-size:2rem; color:#000000;}

.sub_teaching_guide .signup{    position: relative;    background: #ffffff; border: 1px solid #e5ded5;}
.sub_teaching_guide .signup .sub_teaching_email{    display: inline-block;
    height: 50px;
    padding: 7px;
    border: none; width: 87%;
    font-size: 17px;
    color: #858585;
    box-shadow: none;    
    -webkit-box-shadow: none;}
.sub_teaching_guide .signup .sub_teaching_submit{    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 35px;
    padding: 7px;
    background: url("images/sprites.png");
    background-image: url("images/sprites.svg");
    background-position: -150px -410px;
    zoom: 1;
    text-indent: -9999%;
    overflow: hidden;
    border: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;}
.title_teaching_guide{color: #972020;
    font-size: 19px;
    font-weight: normal;
    padding: 10px 10px 0 0px}
.redotclass:after
{
content:"\2022";color:#CC0E0E;font-size:36px;display:inline;line-height:16px;vertical-align:middle;margin-left:5px;padding-bottom:5px
}
.issue_font_size
{	
  font-size: 14px !important;
}	