/*
Theme Name: ToxicPlaybook
Description: A WordPress theme for ToxicPlaybook website
Version: 1.0.0
Author: ToxicPlaybook
Text Domain: toxicplaybook
*/

:root[id=t1] {
	--color_bg: #fff!important;
}
:root[id=t2] {
	--color_bg: #11171f!important;
}
:root[id=t3] {
	--color_bg: #000!important;
}
:root[id=t4] {
	--color_bg: #000!important;
}

:root[id=t5] {
    --color_bg: #20344e !important;
}

/* Global
------------------------------------------------------------ */

/* Root
   This values are used for adjusting headings size (not for body size) */
html {
	font-size: 85%;
}
/* @media screen and (min-width:1250px) {
    html {
        zoom: 125%;
    }
}*/
body, html {
    margin: 0;
    padding: 0;
	background-color: var(--color_bg);
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 783px) {
	html {
		font-size: 100%;
	}
}

/* Base */
body {
	color: #444;
	font-family: /* "Queens Park", */ Georgia, serif;
	font-size: 18px;
	line-height: 1.5;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}
div.site-wrapper {
	background-color: var(--color_bg);
}
::selection {
	background-color: #ede9df;
}
::-moz-selection {
	background-color: #ede9df;
}
@media screen and (min-width: 783px) {
	body {
		font-size: 18px;
	}
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #2e73a3;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	/* color: #111;
	   font-family: "Queens Park", "Gentium Basic", Georgia, serif; */
	font-weight: normal;
	line-height: 1.4;
}
h1 {
	font-size: 35px;
	margin-bottom: 1em;
	margin-top: 2em;
}
h2 {
	font-size: 30px;
	font-size: 1.750rem;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3 {
	font-size: 25px;
	font-size: 1.563rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h4 {
	font-size: 22px;
	font-size: 1.375rem;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
h5 {
	font-size: 18px;
	font-size: 1.25rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
h6 {
	font-size: 16px;
	font-size: 1.125rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Link */
a {
	color: inherit;
	text-decoration: none;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, opacity .15s ease-in-out;
}
.entry-content a,.page-content a, .author-description a, .comment-content a, .post-navigation a {
	color: #a87d28;
	text-decoration: underline;
}
a:hover {
	color: #c49029;
}
a.read-more-btn {
    color: #c49029;
}
a.read-more-btn:hover {
	border-bottom: 1px dotted #c49029;
}

/* Text */
p {
	margin: 0 0 1.5em;
}
b, strong {
	font-weight: 700;
}
b.subtitle {
    color: #2e73a3;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}
b.red {
    color: #cc0000;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}
strong.red {
    color: #e44f54;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}
.blue,
.blue {
	color: #2e73a3;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}
.tsw .blue,
.tsw .blue {
    color: #69afe1 !important;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}
b.redtag {
	color: #fff;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    background: #d73c5b;
    padding: 3px 10px 4px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin-right: 3px;
}
.tswc b.redtag {
	color: #af2e48;
}
.eb {
	color: #2e73a3;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
dfn, q, cite, em, i {
	font-style: italic;
}
q {
	quotes: "" "";
}
cite {
	border-bottom: dotted 1px #777;
}
code, kbd, tt, var {
	color: #777;
	border-bottom: solid 1px #ccc;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 81.3%;
}
abbr, acronym {
	border-bottom: 1px dotted #777;
	cursor: help;
}
mark, ins {
	background-color: #ede9df;
	text-decoration: none;
}

/* List */
ul, ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin-bottom: 0.5em;
}
dd {
	margin: 0 0 1.5em 1.5em;
}
ul.sub-menu li {
	background: rgba(11, 23, 22,0.9);
}

/* Table */
table {
	border-top: solid 1px #e6e6e6;
	font-size: 93.8%;
	margin: 0 0 1.6em;
	width: 100%;
}
caption {
	margin-bottom: 0.6em;
}
table th, table td {
	border-bottom: solid 1px #e6e6e6;
	padding: 0.8em 1.3em 0.8em 0;
}
th {
	font-weight: 600;
	text-align: left;
}

/* Elements */
blockquote {
	color: #777;
	font-style: italic;
	margin: 0 0 2.4em;
	padding: 12px 0 0 44px;
	position: relative;
}
blockquote:before {
	color: #e6e6e6;
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 84px;
	/* top: -5px;
	left: -5px; */
	top: 0;
	left: 0;
	line-height: 1;
	position: absolute;
}
address {
	margin: 0 0 1.5em;
}
pre {
	border-left: solid 3px #e6e6e6;
	color: #777;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 81.3%;
	line-height: 1.4;
	margin: 0 0 1.7em;
	max-width: 100%;
	padding: 1.5em;
	word-wrap: normal;
}
hr {
	background-color: #e6e6e6;
	border: 0;
	height: 1px;
	margin: 0 0 1.5em;
}

/* Media */
img {
	height: auto;
	max-width: 99%;
	vertical-align: middle;
}
.type-post img {
    border: 5px solid #fff;
}
figure {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Form */
button,
input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #e6e6e6;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ddd;
	font-size: 87.5%;
	line-height: 1;
	padding: 0.9em 1.5em;
	/* text-shadow: 1px 1px 0 #fff; */
	text-transform: uppercase;
	transition: .15s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #ededed;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: solid 1px #e6e6e6;
	color: #777;
	margin-top: 0.4em;
	padding: 0.6em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #444;
}
textarea {
	max-width: 800px;
	width: 100%;
}
select {
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	float: left;
	height: 37px;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	box-shadow: none;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	color: #555555;
}

* {
    -moz-box-sizing:border-box;
    box-sizing:border-box
}


/* Repeatable Patterns
------------------------------------------------------------ */

/* Alignments */
.aligncenter,
.alignleft,
.alignright {
	margin-bottom: 1.5em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Caption */
.wp-caption {
	color: #999;
	font-size: 87.5%;
	font-style: italic;
	margin-bottom: 1.7em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0.4em auto 0;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.9em 0;
}

/* WP Smiley */
.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;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f8f8f8;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.content-area:before,
.content-area:after,
.entry-content:before,
.entry-content:after,
.author-profile:before,
.author-profile:after,
.post-navigation:before,
.post-navigation:after,
.comments-wrapper-2:before,
.comments-wrapper-2:after,
.comment-navigation:before,
.comment-navigation:after,
.widget:before,
.widget:after,
.footer-widget:before,
.footer-widget:after {
	content: "";
	display: table;
}

.clear:after,
.site-header:after,
.content-area:after,
.entry-content:after,
.author-profile:after,
.post-navigation:after,
.comments-wrapper-2:after,
.comment-navigation:after,
.widget:after,
.footer-widget:after {
	clear: both;
}


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

body {
	/* background-color: #f3f2f0; */
}
body.layout-boxed {
	padding: 20px 10px;
}
.site-wrapper {
	background-color: #f5f5f5;
	margin-left: auto;
	margin-right: auto;
	max-width: 1340px;
}
.layout-boxed .site-wrapper {
	max-width: 1000px;
}
.site {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding: 50px 20px 25px;
}
.site.home-page,
.site.single-post {
	max-width: 90%;
}
.header-center .site-header,
.footer-center .site-bottom {
	text-align: center;
}
.site-logo {
	padding-bottom: 8px;
}
.site-logo a {
	padding-right: 10px !important;
}
.home-post-thumb {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    margin-bottom: 14px;
    display: block;
}
.home-post-thumb span {
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}
.home-post-thumb span:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
@media screen and (min-width: 783px) {
	body.layout-boxed {
		padding: 50px 25px;
	}
	.site {
		padding: 100px 50px 45px;
	}
	.site-logo,
	.site-title {
		display: inline-block;
	}
	.site-logo {
		padding-bottom: 0;
		padding-right: 10px;
		padding-top: 6px;
	}
	.footer-widget-above {
		padding-bottom: 30px;
	}
	.footer-widget-below {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.footer-widget-below .widget-area {
		display: table-cell;
		padding-left: 60px;
		vertical-align: top;
	}
	.footer-widget-below .widget-area:first-child {
		padding-left: 0;
	}
	.footer-3 .footer-widget-below .widget-area {
		width: 33.3%;
	}
	.footer-2 .footer-widget-below .widget-area {
		width: 50%;
	}
	.footer-1 .footer-widget-below .widget-area {
		width: 100%;
	}
}


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

.site-header {
	/* margin-bottom: 75px; */
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: url("https://toxicplaybook.com/images/home/cover-home.jpg") center -86px;
    background-size: cover;
    padding-top: 50px;
    border-bottom: 3px solid #000;
}
.top-menu-bar {
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
}
.top-menu {
    width: 920px;
    height: 30px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}
.top-menu ul {
    list-style: none;
}
.top-menu li {
    list-style: none;
    float: right;
}
.top-menu li a {
    padding: 4px 10px 5px 10px;
    display: block;
}
.top-menu li a:hover {
    color: #fff;
    background: rgba(0,0,0,0.3);
}
.site-top {
    width: 917px;
    position: relative;
    margin: 0 auto;
}
#menu-main {
    padding: 0;
}
.top-nav-container {
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.top-nav-container ul {
    /* width: 917px; */
    width: 890px;
    position: relative;
    margin: 0 auto;
}
.top-nav-container li a {
    padding: 0 20px;
    color: #fff;
    border-right: 1px solid rgba(0,0,0,0.3);
    text-transform: capitalize;
    font-size: 17px;
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}
.top-nav-container li a:hover {
    background: rgba(255,255,255,0.15);
}
.top-nav-container .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
    background: rgba(255,255,255,0.1);
}
.site-logo {
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
	float: left;
    /* margin-top: -16px; */
}
.site-logo a:hover {
	opacity: 0.8;
}
.site-logo img {
	zoom: 85%;
}
.site-title {
    font-size: 50px;
    text-shadow: -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 1px 1px #000;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: bold;
	font-family: "Gentium Basic", Georgia, serif;
}
.site-title a,
.site-title a:hover {
	color: #fff;
}
.site-title a:hover {
	opacity: 0.8;
}
.site-description {
	color: #dbf7ff;
	text-shadow: -1px 1px 1px #000, 1px -1px 1px #000,  -1px -1px 1px #000,  1px 1px 1px #000,  0 0 8px rgba(0, 0, 0, 1);
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	font-family: "Gentium Basic", Georgia, serif;
	max-width: 520px;
}
.header-image {
	padding-bottom: 20px;
}
.header-image img {
	width: 100%;
}
.home-text {
	color: #777;
	font-family: 'Slabo 27px', serif;
	font-size: 27px;
	line-height: 1.6;
	margin-top: 30px;
	padding-bottom: 20px;
}
@media screen and (min-width: 783px) {
	.site-logo img {
		zoom: 1;
	}
	/* .site-title {
		font-size: 42px;
	} */
	.home-text {
		font-size: 32px;
	}
}


/* Menus
------------------------------------------------------------ */

/* Main Navigation */
.main-navigation {
	margin-top: 45px;
}
.menu-toggle,
.main-navigation a {
	line-height: 58px;
	text-align: left;
}
.main-navigation {
	font-size: 93.8%;
	position: relative;
}
.menu-toggle {
	color: #444;
	cursor: pointer;
	text-transform: uppercase;
}
.menu-toggle:hover {
	color: #666;
}
.menu-toggle:before {
	content: "\f419";
	display: inline-block;
	font: normal 14px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.main-navigation ul {
	list-style: none;
	margin: 0 auto;
}
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle,
.main-navigation a {
	padding-right: 40px;
}
.main-navigation a {
	display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #fff;
}
.main-navigation ul ul a {
	padding-left: 30px;
}
.main-navigation ul ul ul a {
	padding-left: 45px;
}
.main-navigation ul ul ul ul a {
	padding-left: 60px;
}
.main-navigation .search-form {
	position: relative;
	right: 0;
	top: 0;
	float: right;
	margin-top: -85px;
}
.main-navigation .search-field {
	background: url( "images/search-icon.png" ) 5px center no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 36px;
	margin-top: 11px;
	padding: 0 0 0 34px;
	position: relative;
	width: 1px;
}
.main-navigation .search-field:focus {
	background-color: #fff;
	border: solid 1px #eee;
	cursor: text;
	max-width: 100%;
	outline: 0;
	width: 240px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.main-navigation .search-field {
		background-image: url( "images/search-icon@2x.png" );
	}
}
.main-navigation .search-submit {
	display: none;
}
.ie8 .site-header .search-field {
	padding-top: 6px;
}
@media screen and (min-width: 783px) {
	.main-navigation {
		border: none;
		margin-top: 10px;
	}
	.menu-toggle,
	.main-navigation a {
		line-height: 58px;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation a {
		border-top: none;
	}
	.main-navigation a:hover {
	}
	.main-navigation ul ul a,
	.main-navigation ul ul ul a,
	.main-navigation ul ul ul ul a {
		padding-left: 20px;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -0.4em;
		text-transform: uppercase;
	}
	.no-search .main-navigation div.menu > ul,
	.no-search .main-navigation ul.menu {
		padding-right: 0;
	}
	.main-navigation div.menu > ul > li,
	.main-navigation ul.menu > li {
		display: inline-block;
		letter-spacing: normal;
		text-align: left;
		white-space: nowrap;
	}
	.main-navigation div.menu > ul > li:first-child > a,
	.main-navigation ul.menu > li:first-child > a {
		/* padding-left: 0; */
		border-left: 1px solid rgba(0,0,0,0.3);
	}
	.main-navigation div.menu > ul > li.page_item_has_children > a:after,
	.main-navigation ul.menu > li.page_item_has_children > a:after,
	.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
	.main-navigation ul.menu > li.menu-item-has-children > a:after {
		content: "\f431";
		display: inline-block;
		font: normal 16px/1 Genericons;
		-webkit-font-smoothing: antialiased;
		position: relative;
		right: -8px;
		top: 1px;
	}
	.main-navigation ul ul {
		background-color: #fff;
		box-shadow: 0 1px 3px #ddd;
		left: -9999px;
		opacity: 0;
		position: absolute;
		text-transform: none;
		top: 100%;
		transition: opacity .3s ease-in-out;
		white-space: normal;
		width: 220px;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}
	.main-navigation div.menu > ul > li:first-child:hover > ul,
	.main-navigation ul.menu > li:first-child:hover > ul {
		left: -18px;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}
	.main-navigation ul ul li a {
		border-top: 1px solid #eee;
		line-height: 1.5;
		padding-bottom: 14px;
		padding-top: 14px;
	}
	.main-navigation  ul ul li.page_item_has_children > a,
	.main-navigation  ul ul li.menu-item-has-children > a {
		padding-right: 20px;
	}
	.main-navigation  ul ul li.page_item_has_children > a:after,
	.main-navigation  ul ul li.menu-item-has-children > a:after {
		content: ">";
		position: absolute;
		right: 8px;
		top: 14px;
	}
	.main-navigation .search-field {
		margin-top: 9px;
		transition: width .4s ease, background .4s ease;
	}
}

/* Footer Navigation */
.footer-link {
	font-size: 87.5%;
	margin-top: 45px;
}
.footer-navigation {
	/* margin-top: 16px; */
}
.footer-navigation ul,
.footer-social-link ul {
	list-style: none;
	margin: 0;
}
.footer-navigation li {
	display: inline-block;
	line-height: 28px;
	padding-right: 18px;
}
.footer-social-link li {
	display: inline-block;
	padding-right: 8px;
}
.footer-navigation li:last-child,
.footer-social-link li:last-child {
	padding-right: 0;
}

/* Social Link 
   This section is based on code from Stargazer.
   http://wordpress.org/themes/stargazer */
.menu a:before {
	color: #999;
	display: inline-block;
	font: normal 24px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 8px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.menu a:hover:before {
	color: #666;
}
.widget .menu a:before {
	font-size: 22px;
	padding: 7px;
}
.profilewidget-link.menu a:before {
	content: '\f107';
	margin-right: 4px;
	padding: 0;
}
.footer-social-link .menu a:before {
	content: '\f107';
	margin-right: 2px;
}
.menu a[href*="codepen.io"]:before      { content: "\f216"; }
.menu a[href*="digg.com"]:before        { content: "\f221"; }
.menu a[href*="dribbble.com"]:before    { content: "\f201"; }
.menu a[href*="dropbox.com"]:before     { content: "\f225"; }
.menu a[href*="facebook.com"]:before    { content: "\f204"; }
.menu a[href*="flickr.com"]:before      { content: "\f211"; }
.menu a[href*="plus.google.com"]:before { content: "\f218"; }
.menu a[href*="github.com"]:before      { content: "\f200"; }
.menu a[href*="instagram.com"]:before   { content: "\f215"; }
.menu a[href*="linkedin.com"]:before    { content: "\f207"; }
.menu a[href*="pinterest.com"]:before   { content: "\f209"; }
.menu a[href*="polldaddy.com"]:before   { content: "\f217"; }
.menu a[href*="getpocket.com"]:before   { content: "\f224"; }
.menu a[href*="reddit.com"]:before      { content: "\f222"; }
.menu a[href*="skype.com"]:before,       
.menu a[href*="skype:"]:before          { content: "\f220"; }
.menu a[href*="stumbleupon.com"]:before { content: "\f223"; }
.menu a[href*="tumblr.com"]:before      { content: "\f214"; }
.menu a[href*="twitter.com"]:before     { content: "\f202"; }
.menu a[href*="vimeo.com"]:before       { content: "\f212"; }
.menu a[href*="wordpress.org"]:before,   
.menu a[href*="wordpress.com"]:before   { content: "\f205"; }
.menu a[href*="youtube.com"]:before     { content: "\f213"; }
.menu a[href$="/feed/"]:before          { content: "\f413"; }


/* Content
------------------------------------------------------------ */

/* Base */
.site-content {
	padding-bottom: 45px;
	margin-top: 105px;
    display: inline-block;
}
.content-area {
	margin-top: 75px;
}

/* Entry */
.hentry {
	margin-bottom: 75px;
}
.page .hentry {
	margin-bottom: 30px;
}

/* Entry Header */
.entry-header-meta {
	color: #999;
	margin-bottom: 8px;
}
.entry-title {
	clear: both;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin-bottom: 30px;
	margin-top: 0;
}
.post-summary .entry-title {
	font-size: 28px;
	font-size: 1.750rem;
	margin-bottom: 16px;
}
.post-meta-single {
	margin-bottom: 35px;
}
.post-thumbnail {
	margin-bottom: 0;
    border: 3px solid #ccc;
    border-width: 3px 3px 0 3px
}
.post-thumbnail img {
	transition: 0.5s ease-in-out;
	border: none;;
    max-width: 100%;
}
.post-thumbnail a:hover img {
	opacity: 0.85;
}

/* Entry Content */
.entry-content cite a {
	text-decoration: none;
}
.intro {
	color: #777;
	font-size: 118.8%;
	line-height: 1.6;
}

/* Entry Summary */
.entry-summary {
	color: #666;
	font-size: 93.8%;
}
a.more-link {
	text-transform: uppercase;
}
.post-summary .post-thumbnail {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
	min-width: 130px;
	padding-top: 2px;
	width: 25%;
}

/* Entry Footer */
.entry-footer {
	text-align: center;
	margin-top: 45px;
}
.entry-footer-meta {
	color: #999;
	font-size: 93.8%;
}
.tags-links {
	margin-top: 15px;
}
.cat-links:before,
.tags-links:before {
	color: #ddd;
	display: inline-block;
	font: normal 28px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.cat-links:before {
	content: "\f301";
}
.tags-links:before {
	content: "\f302";
}

/* Author Profile */
.author-profile {
	font-size: 93.8%;
	margin-top: 75px;
}
.author-avatar {
	float: left;
    margin-right: 17px;
    width: 70px;
}
.author-avatar img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
}
.author-description {
	overflow: hidden;
}
.author-name {
	color: #333;
	font-size: 106.7%;
	margin-bottom: 10px;
}

/* Author Meta */

.entry-meta {
    margin-bottom: 15px;
    background: #e7e7e7;
    padding: 15px;
}
.entry-meta-post {
    border: 3px solid #ccc;
    border-width: 0 3px 3px 3px;
}
.author-meta-desc {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: left;
    line-height: 23px;
}
.author-meta-desc a {
    color: #2e73a3;
}

/* After Post Widget */
.after-post-widget {
/* 	margin-top: 90px; */
}

/* Sticky Post */
.sticky {
}
.featured {
	float: right;
	margin-top: -3px;
}
.featured-icon {
	background-color: #e6e6e6;
	border-radius: 5px;
	color: #777;
	font-size: 87.5%;
	padding: 7px 12px 6px;
}

/* Archive */
.page-header {
	margin-bottom: 90px;
}
.page-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 15px;
	margin-top: 0;
}
.taxonomy-description p {
	font-size: 93.8%;
	margin-bottom: 15px;
}
.page-content {
	margin-bottom: 60px;
}

/* Hide Title */
.post-full .format-aside .entry-title,
.post-full .format-image .entry-title,
.post-full .format-link .entry-title,
.post-full .format-quote .entry-title,
.post-full .format-status .entry-title {
	display: none;
}
.post-full .format-aside .entry-header-meta,
.post-full .format-image .entry-header-meta,
.post-full .format-link .entry-header-meta,
.post-full .format-quote .entry-header-meta,
.post-full .format-status .entry-header-meta {
	margin-top: 2px;
}

/* Link */
.format-link .entry-content a {
	font-style: italic;
}

/* Quote */
.format-quote .entry-content blockquote,
blockquote.alignleft,
blockquote.alignright,
blockquote.aligncenter {
	font-size: 150%;
	margin-bottom: 0;
	padding-left: 60px;
}
.format-quote .entry-content blockquote:before,
blockquote.alignleft:before,
blockquote.alignright:before,
blockquote.aligncenter:before {
	font-size: 120px;
	top: -10px;
}
blockquote.alignleft,
blockquote.alignright {
	max-width: 230px;
}

/* Status */
.format-status .entry-content {
	font-size: 112.5%;
}

/* Gallery */
.gallery {
	margin-bottom: 30px;
}
.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery .gallery-caption {
	display: none;
}
.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%;
}


/* Navigations
------------------------------------------------------------ */

/* Pagination */
.pagination {
	color: #777;
	font-size: 87.5%;
	margin-bottom: 75px;
	margin-top: 75px;
	text-transform: uppercase;
}
.pagination a {
	text-decoration: none;
}
.pagination .page-numbers {
	display: none;
	padding: 10px 20px;
	margin-right: 6px;
}
.pagination .prev,
.pagination .next {
	display: inline-block;
}
.pagination .dots {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination a.page-numbers {
	border: solid 1px #e6e6e6;
}
.pagination a.page-numbers:hover {
	border: solid 1px #ccc;
	color: #444;
}
.pagination .current {
	background-color: #e6e6e6;
	border: solid 1px #ccc;
	color: #444;
	font-weight: 700;
}
@media screen and (min-width: 680px) {
	.pagination .page-numbers {
		display: inline-block;
	}
}

/* Page Links */
.page-links {
	color: #777;
	clear: both;
	font-size: 87.5%;
	margin-bottom: 30px;
	margin-top: 60px;
	text-transform: uppercase;
}
.page-links .page-numbers {
	background-color: #e6e6e6;
	border: solid 1px #ccc;
	color: #444;
	font-weight: 700;
	padding: 10px 18px;
	margin-left: 5px;
}
.page-links > :first-child {
	margin-left: 10px;
}
.page-links a {
	text-decoration: none;
}
.page-links a .page-numbers {
	background-color: transparent;
	border: solid 1px #e6e6e6;
	color: #777;
	font-weight: normal;
}
.page-links a .page-numbers:hover {
	border: solid 1px #ccc;
	color: #444;
}

/* Post Navigation */
.post-nav-title {
	color: #999;
	font-size: 93.8%;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.post-navigation {
	margin-bottom: 60px;
	margin-top: 75px;
}
.post-navigation .nav-previous {
	float: left;
	width: 48%;
}
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

/* List numbers */
h4 .num {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    background: rgba(49,139,189,0.7) !important;
    text-shadow: 1px 1px 1px #3188bd, 1px -1px 1px #3188bd, -1px 1px 1px #3188bd, -1px -1px 1px #3188bd !important;
    color: #fff !important;
    padding: 7px 12px !important;
    margin-right: 10px;
}

/* Comment Navigation */
.comment-navigation {
	margin-bottom: 30px;
	text-transform: uppercase;
}
.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation a {
	color: #777;
	text-decoration: underline;
}
.comment-navigation a:hover {
	color: #444;
}


/* Comments
------------------------------------------------------------ */

/* Base */
.comments-area {
	font-size: 93.8%;
	margin-bottom: 60px;
	/* margin-top: 45px; */
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 30px;
	margin-top: 0;
}

/* Comment Structure */
.comment-list {
	list-style: none;
	margin: 0 0 30px;
}
.comment-list .children {
	list-style: none;
	margin-left: 30px;
}
.comment-list .comment-body {
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

/* Comment Meta */
.comment-author {
	font-size: 106.7%;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment-author a {
	border-bottom: dotted 1px #999;
	color: #444;
}
.comment-author a:hover {
	color: #777;
}
.comment-author .avatar {
	border-radius: 50%;
	height: 60px;
	left: 0;
	/* position: absolute; */
	top: 30px;
	width: 60px;
}
.has-avatars .comment .comment-meta {
	margin-left: 80px;
}
.bypostauthor > .comment-body .comment-author:after {
	background-color: #e6e6e6;
	border-radius: 3px;
	color: #444;
	content: "\f408";
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-left: 3px;
	padding: 3px;
}
.comment-author .says {
	display: none;
}
.comment-metadata {
	font-size: 93.3%;
	margin-bottom: 30px;
}
.comment-metadata a,
a.comment-edit-link {
	color: #999;
}
.comment-metadata a:hover,
a.comment-edit-link:hover {
	color: #666;
}
.comment-edit-link {
	margin-left: 15px;
}
@media screen and (min-width: 601px) {
	.has-avatars .comment-content,
	.has-avatars .reply {
		margin-left: 80px;
	}
}

/* Comment Body */
.comment-content cite a {
	text-decoration: none;
}
.comment-body .reply a {
	color: #999;
	font-size: 93.3%;
}
.comment-body .reply a:hover {
	color: #666;
}
.comment-body .reply a:before {
	color: #ccc;
	content: "\f412";
	display: inline-block;
	font: normal 16px/1 Genericons;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	position: relative;
	text-decoration: inherit;
	top: -1px;
	vertical-align: middle;
}
.comment-awaiting-moderation {
	color: #666;
}

/* Pingback */
.pingback a {
	color: #666;
	text-decoration: underline;
}
.pingback a:hover {
	color: #999;
}

/* Comment Form */
.comment-respond {
	margin-top: 60px;
}
.comment-respond:only-child,
.comment-list .comment-respond {
	margin-top: 0;
}
.comment-respond a {
	color: #777;
	text-decoration: underline;
}
.comment-respond a:hover {
	color: #444;
}
#commentform label {
	display: block;
}
.no-comments {
	margin-bottom: 80px;
}
@media screen and (min-width: 601px) {
	.has-avatars .comment-list .comment-respond {
		margin-left: 80px;
	}
}


/* Widgets
------------------------------------------------------------ */

/* Base */
.widget {
    background-color: #eee;
	color: #777;
	font-size: 93.8%;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

/* Heading */
.widget-title {
	/* color: #333; */
	font-size: 19px;
	font-size: 1.188rem;
	/* text-transform: uppercase; */
	margin-bottom: 15px;
	margin-top: 0;
	color: #fff;
    background: #3188bd;
    text-align: center;
    padding: 15px 0;
}

/* Link */
.widget a {
	text-decoration: underline;
}
.widget li a {
	text-decoration: none;
	border-bottom: solid 1px #ddd;
}
.dark .widget li a,
.night .widget li a,
.blue .widget li a {
	color: #fff;
	border-color: #455b68;
}
.dark .widget li a:hover,
.night .widget li a:hover,
.blue .widget li a:hover {
	background: #324257;
}


/* List */
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget ul li {
	margin-bottom: 14px;
}
.widget ul ul {
	margin-left: 24px;
	margin-top: 14px;
}

/* Recent Posts */
.widget_recent_entries .post-date {
	color: #999;
	display: block;
	font-size: 86.7%;
	margin-top: 4px;
}

/* Search */
.widget_search input[type="search"] {
	margin-top: 0;
	max-width: 320px;
	width: 100%;
}
.widget_search .search-submit {
	display: none;
}

/* Tag Cloud */
.widget_tag_cloud a {
	text-decoration: none;
}

/* Calendar */
.widget_calendar table {
	font-size: 93.3%;
	line-height: 36px;
	margin-bottom: 0;
	max-width: 320px;
}
.widget_calendar caption {
	text-transform: uppercase;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center;
}
.widget_calendar thead th {
	padding: 2px 0;
}
.widget_calendar tbody td a {
	background-color: #eee;
	display: block;
	text-decoration: underline;
}
.widget_calendar tbody td a:hover {
	color: #666;
	background-color: #e6e6e6;
}
.widget_calendar tfoot td {
	border-bottom: none;
	padding-top: 8px;
}
.widget_calendar tfoot td a {
	text-decoration: underline;
	text-transform: uppercase;
}
.widget_calendar tfoot td a:hover {
	color: #999;
}
.widget_calendar tfoot td#prev {
	text-align: left;
}
.widget_calendar tfoot td#next {
	text-align: right;
}

/* RSS */
.widget_rss ul li {
	line-height: 1.4;
	margin-bottom: 28px;
}
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
	color: #999;
	font-size: 93.8%;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 4px;
	margin-top: 6px;
}
.widget_rss .rssSummary {
	margin-bottom: 4px;
}

/* ToxicPlaybook Profile */
.profilewidget-profile {
	display: inline-block;
	margin-right: 18px;
}
.profilewidget-profile img {
	border-radius: 50%;
	margin-bottom: 20px;
	width: 100px;
}
.profilewidget-meta {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
}
.profilewidget-name {
	font-size: 112.5%;
}
.profilewidget-name strong {
	color: #333;
	font-weight: 600;
}
.profilewidget-link {
	margin-top: 4px;
}
.profilewidget-link.menu a {
	text-decoration: none;
}


/* Footer
------------------------------------------------------------ */

/* Footer Widget */
.footer-area {
	border-top: solid 1px #eee;
	padding-bottom: 20px;
	padding-top: 75px;
}

/* Footer */
.site-bottom {
	border-top: solid 1px #eee;
	color: #999;
	/* padding-bottom: 45px; */
	padding-top: 15px;
}
.footer-navigation,
.site-info a {
	color: #777;
}
.footer-navigation .current-menu-item > a,
.site-info a:hover {
	color: #444;
}
.site-info {
	font-size: 87.5%;
	margin-top: 45px;
}
.site-credit {
	margin-top: 12px;
}
.site-credit a {
	color: #999;
}
.site-credit a:hover {
	color: #777;
}


/* Plugins
------------------------------------------------------------ */

/* Jetpack Infinite Scroll */
.infinite-scroll .pagination {
	display: none;
}
.infinite-loader {
	margin-bottom: 75px;
	padding: 14px 35px;
}
#infinite-handle span {
	background-color: #e6e6e6;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ddd;
	border-radius: 0;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 87.5%;
	margin-bottom: 75px;
	padding: 14px 35px;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
	transition: .15s ease-in-out;
}
#infinite-handle span:hover {
	background-color: #ededed;
}

/* Jetpack Widgets */
.widget_top-posts ul {
	counter-reset: number;
}
.widget_top-posts li {
	padding-left: 30px;
	position: relative;
}
.widget_top-posts li:before {
	content: counter(number)"." !important;
	counter-increment: number;
	font-weight: bold;
	left: 8px;
	position: absolute;
}
.widgets-list-layout li {
	margin-bottom: 0 !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
	margin-right: 12px;
	width: 40px !important;
}
.widgets-list-layout-links {
	float: none !important;
	overflow: hidden;
	width: auto !important;
}
#subscribe-email input {
	margin-top: 0;
	max-width: 320px;
	padding: 0.6em !important;
	width: 100% !important;
}
#subscribe-submit {
	margin-bottom: 0;
}
.jetpack-display-remote-posts h4,
.jetpack-display-remote-posts p {
	font-size: 100% !important;
}
.jetpack-display-remote-posts h4 {
	margin-top: 30px !important;
}
.widget_jetpack_display_posts_widget img {
	margin: 12px 0;
}
.grofile-thumbnail {
	max-width: 150px;
}
.widget-grofile h4 {
	font-size: 100%;
	font-weight: 600;
}
ul.grofile-urls {
	margin-bottom: 1.5em;
	margin-top: 0;
}

/* Jetpack Related Posts */
.jp-relatedposts-post-img {
	margin-bottom: 6px;
}

/* Jetpack Comments */
.comment-form {
	margin-bottom: 30px;
}
.comment-subscription-form {
	margin-bottom: 0.6em;
}

/* Jetpack Stats */
#wpstats {
	display: none;
}

/* Contact Form 7 */
.wpcf7-list-item-label {
	font-size: 93.8%;
}
.wpcf7-file {
	border: solid 1px #e6e6e6;
	padding: 5px;
}


/* Print
------------------------------------------------------------ */

@media print {
	html, body {
		background: none !important;
		color: #000 !important;
		font-size: 10pt !important;
	}
	.main-navigation,
	.after-post-widget,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comment-respond,
	.navigation,
	#infinite-handle,
	.footer-area,
	.footer-link {
		display: none !important;
	}
	body,
	.site {
		padding-left: 0;
		padding-right: 0;
	}
}

.seven-conditions-post h3 {
    background: url(https://thoughtfulreading.com/files/2016/12/background-h3-sm.jpg) center center;
    /* height: 100px;
    line-height: 100px; */
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 45px 90px;
    background-size: cover;
    box-sizing: border-box;
}

.seven-conditions-post h3 span {
    vertical-align: middle;
    display: inline-block;
    line-height: 30px;
    max-width: 90%;
}


/* social warfare overrides */
.nc_socialPanel.sw_d_fullColor a, html body .nc_socialPanel.sw_i_fullColor .nc_tweetContainer:hover a, body .nc_socialPanel.sw_o_fullColor:hover a {
    color: white !important;
}
/* thoughtfulreading.com/media="all" {
.nc_socialPanel.sw_d_fullColor a, html body .nc_socialPanel.sw_i_fullColor .nc_tweetContainer:hover a, body .nc_socialPanel.sw_o_fullColor:hover a {
    color: white !important;
} */
.socwarfare-custom-title {
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
}
.socwarfare-custom-title:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #ddd;
    margin-bottom: 1em;
}
.socwarfar-clr {
    height: 18px;
    clear: both;
    margin-top: 10px;
}

/* HIDE THE SHARE TOTALS */
.nc_tweetContainer.totes.totesalt {
    display: none !important;
}

/* COLORED BG 2

.nc_socialPanelSide.nc_socialPanel div.totes.totesalt, .nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)){
    background: #2e73a3 !important;
    border-radius: 3px;
    padding: 2px 0 1px 0;
    border-radius: 3px;
}

/* COLORED BG
.nc_socialPanel div.totes.totesalt, .nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)) {
    background: #777 !important;
    padding: 17px 0;
    height: 77px;
}
.nc_socialPanelSide .nc_tweetContainer.totes .sw_count {
    color: #fff;
}
.nc_socialPanelSide .nc_tweetContainer.totes .sw_label {
    color: #fff;
}
*/
.nc_socialPanelSide .nc_tweetContainer.totes .sw_count {
    color: #50b2f7; /* #2e73a3; */
    /* color: #fff;
    text-shadow: -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 1px 1px #000; */
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 25px !important;
    line-height: 25px;
}
.nc_socialPanelSide .nc_tweetContainer.totes .sw_label {
    color: #50b2f7; /* #2e73a3; */
    /* color: #fff;
    text-shadow: -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000, 1px 1px 1px #000; */
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    /* font-size: 14px !important; */
    line-height: 14px;
}
/* thinner size */
.nc_socialPanelSide .nc_tweetContainer.totes .sw_label {
    font-size: 11px !important;
}
.nc_socialPanelSide.sw_boxed .totes {
    width: 55px!important;
}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer, .nc_socialPanelSide.sw_boxed .nc_tweetContainer a {
    width: 55px;
}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer span.iconFiller {
    width: 51px;
}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer i.sw {
    width: 37px;
}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer:not(.totes) span.sw_share {
    width: 54px;
}
.nc_socialPanelSide.sw_boxed .nc_tweetContainer:not(.totes) span.sw_count {
    width: 52px;
}

/* stats fix widget */
    #text-3 {
        display: none;
    }
/*end stats fix widget */

/* force hide left share container on screen sizes with overlapping content */
@media screen and (min-width: 1200px) and (max-width: 1251px) {
    .nc_socialPanelSide.nc_socialPanel.sw_boxed.sw_d_fullColor.sw_i_fullColor.sw_o_fullColor.slide {
        display: none !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1067px) {
    .nc_socialPanelSide.nc_socialPanel.sw_boxed.sw_d_fullColor.sw_i_fullColor.sw_o_fullColor.slide {
        display: none !important;
    }
}

@media screen and (min-width: 783px) and (max-width: 992px) {
	.site-logo {
		margin-top: 0;
	}
	.site-description {
		max-width: 530px;
	}
}

@media screen and (max-width: 782px) {
	.site-logo {
		margin-top: 7px;
		margin-right: 17px;
	}	
}

@media screen and (max-width: 840px) {
    /* min width above should match settings before hide for "Minimum Screen Width" in the back end */
    .nc_socialPanelSide.nc_socialPanel.sw_boxed.sw_d_fullColor.sw_i_fullColor.sw_o_fullColor.slide {
        /* force hide left share container on smaller screen sizes */
        display: none !important;
    }
}
/* force hide left share container on screen sizes with overlapping content */

/* Prevent slide off when scrolling past a sw horizontal share row */
@media screen and (min-width: 840px) {
    /* min width above should match settings before hide for "Minimum Screen Width" in the back end */
    .nc_socialPanelSide.nc_socialPanel.sw_boxed.sw_d_fullColor.sw_i_fullColor.sw_o_fullColor.slide {
        left: 5px !important;
    }
    /* don't hide the share count in certain screen sizes */
    .nc_socialPanel.mobile .iconFiller ~ .sw_count {
        display: block !important;
    }
}
/* End prevent slide off when scrolling past a sw horizontal share row */
/* end social warfare overrides */

/* top viewed content sidebar layout fix */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .gtc-list a.gtc-link {
        width: 128px !important;
    }
    .gtc-list .gtc-content-thumb img {
        margin-right: 15px;
    }
}
@media screen and (max-width: 991px) {
    .top-menu {
        width: 100%;
    }
    .widget.google_top_posts .gtc-content-thumb img {
        width: 59%;
        height: 120px;
    }
    .gtc-list .gtc-content-thumb img {
        margin-right: 20px;
    }
    .gtc-list a.gtc-link {
        width: 35% !important;
        max-width: 35% !important;
    }
	/* fix missing list numbers top viewed content sidebar */
	ol.gtc-list {
	    list-style-position: inside;
        list-style-type: decimal;
	}
	/* end fix */
/* end top viewed content sidebar layout fix */
	
	/* Related News to span full width on mobile */
    .boxes-bottom {
        width: 98%;
        height: 428px;
    }
    .latest-posts-img-bottom {
        width: 100%;
        height: 300px;
    }
    h3.newscroller-bottom-title {
        background: #2e73a3;
        color: #fff;
        padding: 10px;
        width: 100%;
        max-width: 100%;
        font-size: 23px !important;
        text-align: center;
        margin-bottom: 30px;
        padding-right: 30px;
    }
    .latest-posts-box-bottom a span {
        height: inherit;
        max-width: 95%;
    }
    .latest-posts-box-bottom a p {
        height: inherit;
        padding-bottom: 10px;
    }
	/* End Related News to span full width on mobile */
	
	/* Follow Us widget mobile */
    .twitter-follow-container-outer {
    	background: #9cc8e4;
        padding: 11px 5px 0 5px;
        width: 100%;
        height: 50px;
        margin-top: -7px;
    }
    .google-plus-follow-container-outer {
    	background: #e2bcbc;
        padding: 1px 5px 0 5px;
        width: 100%;
        height: 50px;
    }
    .linkedin-follow-container-outer {
    	background: #85c7ea;
        padding: 1px 5px 0 5px;
        width: 100%;
        height: 50px;
    }
    .facebook-follow-container-outer {
    	background: #9cb3e3;
        padding: 19px 5px 0 5px;
        width: 100%;
        height: 50px;
    }
    .twitter-follow-container-outer iframe {
    	background: #9cc8e4;
    }
    .google-plus-follow-container-outer iframe {
    	background: #f0b5af;
    }
    .linkedin-follow-container-outer iframe {
    	background: #85c7ea;
    }
    .facebook-follow-container-outer iframe {
    	background: #9cb3e3;
    }
    .twitter-follow-container {
        float: none !important;
        width: 302px;
        margin: 0 auto;
        display: block;
    }
    .google-plus-follow-container {
        float: none !important;
        width: 161px !important;
        margin: 8px auto 0 auto !important;
        display: block;
    }
    .linkedin-follow-container {
        float: none !important;
        width: 117px;
        margin: 10px auto 15px auto;
        display: block;
    }
    .facebook-follow-container {
        float: none !important;
        width: 120px;
        margin: 0 auto;
        display: block;
    }
    .follow-us-widget-wrapper br { 
        display: none;
    }
	/* end Follow Us widget mobile */
	
	.movies-dark h3.newscroller-bottom-title {
        color: #fff;
    }
    
    .entry-content .nc_socialPanel .nc_tweetContainer.totes.totesalt {
    }
    
}
.movies-dark .entry-content .nc_socialPanel .nc_tweetContainer.totes.totesalt {
    color: #fff;
}
.movies-dark .entry-content .nc_socialPanel .sw_count,
.movies-dark .entry-content .nc_socialPanel .sw_count span {
    color: #fff !important;
}
.follow-us-widget-wrapper {
    clear: both;
}

/* end sw overrides */

/* begin nav */

#nav-trigger {
	display: none;
	text-align: left;
    background: rgba(0,0,0,0.7);
    margin-top: 10px;
    padding-left: 55px;
}
#nav-trigger span {
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 22px;
    font-family: calibri;
    color: #fff;
    padding: 12px 0 8px 0;
}
#nav-trigger span b {
    font-weight: normal;
    font-size: 18px;
}
#nav-trigger span:after {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 10px;
	content: "";
}
#nav-trigger:hover {
    cursor: pointer;
}

#nav-mobile2 {
	position: relative;
	display: none;
	z-index: 999;
}
#nav-mobile2 ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#nav-mobile2 li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
}
#nav-mobile2 li:last-child {
	border-bottom: none;
}
#nav-mobile2 a {
	display: block;
	color: white;
	padding: 10px 30px;
}
#nav-mobile2 a:hover {
}
#nav-mobile2.mobile-toggle.show-menu,
#nav-mobile2.show-menu ul {
	display: block;
}
#nav-mobile2.show-menu li {
    background: rgba(0,10,13,0.95);
    margin: 0;
    width: 250px;
    text-align: left;
    border-top: 1px solid #24343c;
    border-bottom: 2px solid #000a0d;
}
#nav-mobile2.show-menu li:hover {
    background: rgba(18,41,63,0.95);
}

/* animated sandwich icon */
    #nav-trigger2 { 
        position: absolute; 
        margin-left: -38px;
        margin-top: 17px;
    }
    #nav-trigger2 { 
        cursor: pointer; 
        padding: 10px 35px 16px 0px;
    }
    #nav-trigger2 b, 
    #nav-trigger2 b:before, 
    #nav-trigger2 b:after {
      cursor: pointer;
      border-radius: 1px;
      height: 3px;
      width: 25px;
      background: white;
      position: absolute;
      display: block;
      content: '';
      font-weight: normal;
    }
    #nav-trigger2 b:before {
      top: -8px; 
    }
    #nav-trigger2 b:after {
      bottom: -8px;
    }
    
    #nav-trigger2 b, 
    #nav-trigger2 b:before, 
    #nav-trigger2 b:after {
      transition: all 500ms ease-in-out;
    }
    #nav-trigger2.active b {
      background-color: transparent;
    }
    #nav-trigger2.active b:before, 
    #nav-trigger2.active b:after {
      top: 0;
    }
    #nav-trigger2.active b:before {
      transform: rotate(45deg);
    }
    #nav-trigger2.active b:after {
      transform: rotate(-45deg);
    }
/* end animated sandwich icon */

/* =Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media all and (max-width: 910px) {
    .top-nav-container {
    	display: none;
    }
    .main-navigation {
    	margin-top: 0;
    }
    .site-top {
        margin: 0 auto;
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .site-header {
        padding-top: 40px;
    }
    .main-navigation .search-form {
        margin-top: -121px;
        margin-right: 40px;
    }
    #nav-trigger {
        display: block;
    }
    h1 {
        font-size: 25px;
    }
    .top-nav-container li a {
        font-size: 20px;
    }
    #nav-mobile2 li a {
        font-size: 18px;
    }
    .content-area {
        margin-top: 95px;
    }
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 556px) {
	.site-logo {
		display: none;
	}
}
@media all and (max-width: 480px) {
    body {
        font-size: 15px;
    }
    .site-description {
        font-size: 20px;
        padding-right: 30px;
    }
    .entry-title {
        margin-top: 20px;
    }
    .home-post-thumb {
        min-height: 200px;
        min-width: 100%;
        background-repeat: no-repeat;
    }
    .site.home-page, .site.single-post {
        max-width:100%;
    }
    #primary aside[id^=dsgnwrks_google] a.gtc-link {
        font-size: 16px !important;
        padding: 12px 10px 15px 0 !important;
    }
    #primary aside[id^=dsgnwrks_google] .gtc-list li::before {
        margin-left: 115px !important;
        margin-top: -2px;
    }
    #primary aside[id^=dsgnwrks_google] .gtc-list li:nth-child(10)::before {
        margin-left: 105px !important;
    }
    #primary aside[id^=dsgnwrks_google] .gtc-list li:after {
        margin-left: -17px;
    }
}

@media all and (max-width: 360px) {
    body, html, .site {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    #signup_form {
        width: 100%;
        min-width: 100%;
        max-width: 340px;
    }
    #buddypress .standard-form#signup_form div.submit {
        margin-right: auto;
        float: left;
    }
    .content-area {
        margin-top: 145px;
    }
    #primary aside[id^=dsgnwrks_google] .gtc-list li::before {
        margin-left: 100px !important;
        margin-top: 0;
    }
    #primary aside[id^=dsgnwrks_google] .gtc-list li:nth-child(10)::before {
        margin-left: 90px !important;
    }
    #primary aside[id^=categories] li a {
        font-size: 15px !important;
    }
}

/* end nav */

.bible-verse, .bv, .quote {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    color: #444 !important;
    text-decoration: underline;
    display: inline;
    /* margin-right: 4px; */
    font-size: 16px;
}
.long-verse, .lv, .quote {
    padding: 15px 20px;
    display: block;
    background: #fcfcfc;
    border: 2px solid #eee;
    color: #444;
    font-style: normal;
    text-decoration: none;
}
div.long-verse, div.lv {
    padding: 15px 20px 0 20px;
    margin-bottom: 30px;
}
.quote {
    margin-bottom: 30px;
}
.long-verse a,  .lv a, .quote {
    color: #3179bd !important;
    color: #555 !important;
}
.prose-verse, .pv {
    margin-left: 50px;
    display: block;
}
.prose-verse-single,  .pvs {
    padding: 15px 20px !important;
    margin-left: 50px;
    display: block;
}
.red-letter, .rl {
    color: #9a0007 !important;
}
.red-text, .rt {
    color: #a5071a;
}

span.number {
	color: #fff;
    background: #3188bd;
    padding: 4px 12px 5px 12px;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    margin-right: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
}
span.number.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	padding: 3px 11px 5px 12px;
}

.toc, .toc2 {
    background: #fff;
    padding: 15px 15px 25px 15px;
    border: 2px solid #ddd;
}
.toc ul {
    padding: 0;
    margin: -20px 0 0 0;
}
.toc2 ul {
    padding: 0;
    margin: -20px 10px 0 0;
	list-style-type: none;
}

.toc li {
    display: block;
    float: left;
    width: 33%;
}
.toc.toc-rows li {
    display: flex;
    float: left;
    width: 100%;
}

.toc a,
.toc2 a {
    background: #f4eee2;
    color: #a87d28;
    text-decoration: none;
    padding: 5px 10px;
    margin: 5px 0 0 10px;
    display: block;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.toc a:hover,
.toc2 a:hover {
    padding: 3px 8px;
    border: 2px solid #a87d28;
}

.toc.toc-rows,
.toc.toc-twolines {
    margin-bottom: 30px;
}

.toc.toc-twolines a {
    background: none;
    display: table-cell;
    box-sizing: border-box;
    height: 64px;
    vertical-align: middle;
    text-align: center;
}
.toc.toc-twolines a:hover {
}
.toc.toc-twolines li {
    width: 31%;
    vertical-align: middle;
    background: #f4eee2;
    margin: 5px 0 0 10px;
    box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: table;
}
.toc.toc-twolines li:hover {
    border: 2px solid #a87d28;
    margin: 3px 0px -2px 10px;
}

.toc.toc-twolines li:hover a {
    padding: 3px 8px;
    border: none;
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(25, 122, 213, 0.8) url(https://toxicplaybook.com/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/* BOTTOM FEATURED ITEMS BELOW POSTS */

#newscroller-bottom {
	position: relative;
	/* width: 758px; */
	width: 110%;
	height: 555px;
	padding-left: 10px;
	margin: 0 auto;
	margin-left: -35px;
	overflow: hidden;
}
.latest-posts-box-bottom {
	float: left;
	padding: 10px;
	margin-left: 12px;
}
.boxes-bottom {
	width: 230px;
	/* height: 240px; */
	height: 259px;
	margin-top: -8px;
	box-sizing: border-box;
}
.latest-posts-img-bottom {
	width: 230px;
	height: 120px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-left: 10px;
}
.home-post-img-bg-bottom {
	height: 100%;
	min-width: 100%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #fff;
}
.latest-posts-box-bottom span {
	font: 18px "Roboto Slab", Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	line-height: 25px;
	color: #adc8e1;
}
.latest-posts-box-bottom a span {
	/* border-bottom: 1px solid rgba(11, 106, 187, 0.3); */
	font-size: 15px;
	line-height: 18px;
	height: 55px;
	overflow: hidden;
	color: #777;
}
.latest-posts-box-bottom a p {
	height: 64px;
	border-bottom: 2px dashed rgba(0,0,0, 0.3);
	margin-right: -20px;
	margin-left: 10px;
}
.latest-posts-box-bottom h3 {
    margin-bottom: 0;
}
.latest-posts-box-bottom:hover span {
	color: #3375ce;
}
.latest-posts-box-bottom:hover a p {
	/* border-bottom: 2px dashed rgba(0,0,0, 0.3); */
	border-bottom: 1px dotted #3375ce;
}
.latest-posts-box-bottom:hover .in-the-category, .latest-posts-box-bottom:hover .in-the-category a {
	color: rgba(11, 106, 187, 0.59) !important;
}
.latest-posts-box-bottom:hover .in-the-category a:hover {
	color: #3375ce !important;
	border-bottom: 1px dashed #3375ce !important;
}
.latest-posts-box-bottom a:hover {
	text-decoration: none;
}
.in-the-category {
	margin-top: -30px;
	margin-left: 20px;
	font: 14px "Roboto Slab", Arial, Helvetica, sans-serif;
	color: #999;
}
.in-the-category a {
	color: #999 !important;
}
.newscroller-bottom-title {
	font: 18px "Roboto Slab", Arial, Helvetica, sans-serif !important;
	border-top: 1px solid #ddd;
	margin: 5px 0 10px 20px;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 8px;
	max-width: 125px;
	white-space: nowrap;
}
/* END BOTTOM FEATURED ITEMS BELOW POSTS */

button[name="jp_subscriptions_widget"] {
    background: #3c8cc3;
    text-shadow: none;
    color: #fff;
    font-size: 17px;
    border: none;
    border-radius: 7px;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}
button[name="jp_subscriptions_widget"]:hover {
    background: #589fcf;
}
.wp-block-jetpack-subscriptions__subscount {
	margin-bottom: 10px;
    margin-left: 20px;
}
.jp_subscription_widget .success p {
    padding: 0 20px;
}

.jp_subscription_widget {
    padding: 20px;
    background: #e7e7e7;
    border: 3px solid #ccc;
}
.jp_subscription_widget input[type="submit"] {
    background: #3c8cc3; /* #2e73a3; */
    text-shadow: none;
    color: #fff;
    font-size: 17px;
    padding-top: 17px;
}

.jp_subscription_widget input[type="submit"]:hover {
    background: #489fdc;
}
.jp_subscription_widget .widget-title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
    /* color: #3c8cc3; */
    color: #fff;
}

#security-section label,
#security-section .g-recaptcha {
    float: left;
}
#security-section {
    float: left;
    max-width: 345px;
    padding-left: 30px;
}
#buddypress .standard-form#signup_form div.submit {
    margin-right: 145px;
}
#signup_form .submit #signup_submit {
    padding: 20px;
    font-size: 22px;
    font-family: calibri;
}
#signup_form .register-section input,
#buddypress .standard-form #basic-details-section input[type=password], 
#buddypress .standard-form #blog-details-section input#signup_blog_url {
    width: 345px;
    max-width: 100%;
}
#buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-left: 3px;
}
#signup_form .submit #signup_submit {
    background: #2e73a3;
    color: #fff;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#signup_form .submit #signup_submit:hover {
    background: #51a3dc;
}

@media screen and (max-width: 780px) and (min-width: 581px) {
    #buddypress .standard-form #basic-details-section, 
    #buddypress .standard-form #blog-details-section, 
    #buddypress .standard-form #profile-details-section {
        float: right;
        width: 75%;
    }
    #buddypress .standard-form#signup_form div.submit {
        margin-right: 0;
        float: right;
    }
}
@media screen and (max-width: 580px) {
    #buddypress .standard-form #basic-details-section, 
    #buddypress .standard-form #blog-details-section, 
    #buddypress .standard-form #profile-details-section {
        float: left;
        width: 75%;
    }
    #buddypress .standard-form#signup_form div.submit {
        margin-top: 0;
    }
}

@media screen and (min-width: 1254px) {
    aside[id^=dsgnwrks_google] .gtc-list li::before {
        margin-left: 104px;
    }
    aside[id^=dsgnwrks_google] .gtc-list li:nth-child(10) {
        text-indent: 30px;
    }
    aside[id^=dsgnwrks_google] .gtc-list li:nth-child(10)::before {
        margin-left: 94px;
    }
}
@media screen and (min-width: 1168px) and (max-width: 1254px)  {
    aside[id^=dsgnwrks_google] .gtc-list li::before {
        margin-left: 92px;
    }
    aside[id^=dsgnwrks_google] .gtc-list li:nth-child(10) {
        text-indent: 30px;
    }
    aside[id^=dsgnwrks_google] .gtc-list li:nth-child(10)::before {
        margin-left: 82px;
    }
}
@media screen and (max-width: 1167px) and (min-width: 992px) {
    aside[id^=dsgnwrks_google] .gtc-list li::before {
        margin-left: 7.5%;
    }
    aside[id^=dsgnwrks_google] .gtc-list li:nth-child(10) {
        text-indent: 30px;
    }
    aside[id^=dsgnwrks_google] .gtc-list li:nth-child(10)::before {
        margin-left: calc(7.5% - 10px);
    }
}


@media screen and (min-width: 992px) {
    /* add sidebar (along with .site width) */
    .site-main.home-page,
    .site-main.single-post {
        width: 65%;
        float: left;
        max-width: 1142px;
    }
    .home-sidebar {
    	width: calc(35% - 25px);
        margin-left: 25px;
        float: left;
    }
}

@media screen and (max-width: 991px) {
    .site.home-page,
    .home-sidebar,
    .site.single-post {
        width: 100%;
    }
    .site-main.home-page,
    .site-main.single-post {
        width: 100%;
    	max-width: 800px;
    }
    .home-sidebar {
        width: 100%;
    	max-width: 800px;
    }
    aside[id^=dsgnwrks_google] .gtc-content-thumb img {
        width: 100% !important;
    }
    
    aside[id^=dsgnwrks_google] .gtc-list li {
        height: 140px !important;
    }
    
    aside[id^=dsgnwrks_google] a.gtc-link {
        max-width: 100% !important;
        max-height: 142px !important;
        height: 142px !important;
        font-size: 18px !important;
        padding: 7px 10px 5px 0 !important;
    }
    
    aside[id^=dsgnwrks_google] .gtc-list li::before {
        margin-left: 245px !important;
    }
    aside[id^=dsgnwrks_google] .gtc-list li:nth-child(10)::before {
        margin-left: 235px !important;
    }
}

@media screen and (max-width: 782px) {
    body.single #content {
         width: 100%;
    }
    .footer-navigation ul, .footer-social-link ul {
        list-style: none;
        margin: 0;
        text-align: center;
        font-size: 18px;
        line-height: 40px;
    }
}
@media screen and (max-width: 782px) and (min-width: 481px) {
    .home-post-thumb {
        margin-bottom: 0;
        min-height: 250px;
    }
    .home-post-thumb span {
        min-height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .home-post-thumb {
        margin-bottom: 0;
    }
    .home-post-thumb span {
        min-height: 200px;
    }
    .author-avatar {
        float: left;
        margin-right: 10px;
        width: 55px;
        margin-top: 7px;
    }
    .boxes-bottom {
        width: 180px;
    }
    .latest-posts-img-bottom {
        width: 190px;
    }
    .latest-posts-box-bottom a span {
        font-size: 14px;
    }
}

.widget li a {
    text-align: center;
    display: block;
    padding: 15px;
    margin: -15px 0 0 0;
}

.widget li a:hover {
}

aside[id^=categories] ul, 
aside[id^=archives] ul, 
aside ul.categories {
    padding-left: 5px;
    margin-top: 5px;
}

aside[id^=categories] li a, 
aside[id^=archives] li a, 
aside ul.categories li a {
    width: calc(50% - 14px);
    background: #46a3dc;
    border-bottom: none;
    color: #fff;
    margin: 0 0 7px 7px;
    padding: 7px 2px;
    text-align: center;
    text-decoration: none;
    display: inline;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: calibri, arial, sans-serif;
    font-size: 17px;
}

aside[id^=categories] li a:hover, 
aside[id^=archives] li a:hover, 
aside ul.categories li a:hover {
    background: #61baf1;
}
aside[id^=blog_subscription].jp_subscription_widget {
    padding: 0;
    border: none;
}
aside[id^=blog_subscription].jp_subscription_widget .widget-title {
    font-size: 19px;
}
aside[id^=blog_subscription] form {
    padding: 0 20px;
}
aside[id^=blog_subscription] p#subscribe-email {
    margin: 0;
}

aside[id^=blog_subscription] input[type="submit"] {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 20px;
}

div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit {
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    margin-top: 10px !important;
	background: #52657f !important;
    color: #fff !important;
    border: none !important;
}
.new-subsc-widget {
	padding: 10px !important;
	margin-top: -15px !important;
}
.new-subsc-widget #subscribe-text {
	padding: 20px 20px 0 20px !important;
}
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message),
.wpforms-confirmation-container-full wpforms-confirmation-scroll {
	background: #52657f !important;
    border: none !important;
	color: #fff !important;
	text-align: center;
}
aside[id^=blog_subscription] #subscribe-email input {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
aside[id^=kstats],
aside#text-4 {
    padding-bottom: 0;
}

aside[id^=kstats] h4,
aside#text-4 h4 {
    background: #46a3dc;
    color: #fff;
    display: block;
    margin: 0 10px 10px;
    padding: 7px 15px;
    font-family: "Roboto Slab", Arial, Helvetica;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
   
}
aside[id^=kstats] span,
aside#text-4 span {
    background: none;
    color: inherit;
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
    font-family: "Roboto Slab", Arial, Helvetica;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

aside[id^=kstats] hr,
aside#text-4 hr {
    margin: -20px 0 10px 0;
}

aside[id^=dsgnwrks_google] .gtc-content-thumb {
    width: 40%;
    height: 105px;
    display: inline-block;
    margin: -10px;
    padding: 10px 0 10px 0;
    border: none;
    float: left;
}

aside[id^=dsgnwrks_google] {
    padding-bottom: 0;
}

aside[id^=dsgnwrks_google] ol {
    margin-bottom: -15px;
    counter-reset: item;
    list-style-type: none;
}

aside[id^=dsgnwrks_google] .gtc-list li {
    text-indent: 20px;
}
aside[id^=dsgnwrks_google] .gtc-list li:nth-child(10) {
    text-indent: 30px;
}
aside[id^=dsgnwrks_google] .gtc-list li:nth-child(10)::before {
    /* margin-left: 94px; */
}

aside[id^=dsgnwrks_google] a.gtc-link {
    padding: 8px 0 10px 0;
    text-align: left;
    font-size: 14px;
    width: 60% !important;
    float: right;
    max-height: 90px;
    overflow: hidden;
    border-bottom: none;
}

aside[id^=dsgnwrks_google] .gtc-list li::before {
    display: inline-block;
    content: counter(item) ". ";
    counter-increment: item;
    margin-top: -10px;
    position: absolute;
    font-weight: bold;
    color: #3188bd;
}

aside[id^=dsgnwrks_google] .gtc-list li:after {
    margin-left: -25px;
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

aside[id^=dsgnwrks_google] .gtc-content-thumb img {
    margin-top: -3px;
    height: 75px;
    object-fit: cover;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
aside[id^=recent-posts] {
    padding-bottom: 0;
}
aside[id^=recent-posts] ul {
    margin-bottom: -14px;
}

.our-friends {
    padding: 0 15px;
}
.our-friends a {
    background: #e0e0e0;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: -10px;
    padding: 4px 7px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.our-friends a:hover {
    background: #e2e2e2;
    color: #a87d28;
}


.highlighted-typo {
    background: yellow;
}

.logged-in-as {
	float: right;
}
.latest-posts-box-bottom a {
    text-decoration: none;
}


/* BEGIN NEW TOP POSTS WIDGET */

.widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
    width: 128px !important;
    min-width: 128px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    object-fit: cover !important;
}

.widget_top-posts .wpt_widget_content .wp-post-image {
    min-height: 80px !important;
    min-width: 128px !important;
}

.widget_top-posts li:before {
    /* display: none !important; */
    content: counter(number)"" !important;
    font-weight: bold !important;
    color: #5b8ec2 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    background: rgba(49,139,189,0.7) !important;
    text-shadow: 1px 1px 1px #3188bd, 1px -1px 1px #3188bd, -1px 1px 1px #3188bd, -1px -1px 1px #3188bd !important;
    color: #fff !important;
    /* font-size: 20px !important;
    height: 80px !important;
    padding: 25px 5px !important;
    margin-top: -15px !important; */
    padding: 2px 8px !important;
    position: absolute !important;
    top: 0 !important;
}

.widget_top-posts li {
    padding-left: 15px !important;
    padding-bottom: 10px !important;    
    padding: 15px 10px 10px 0 !important;
    margin-bottom: 10px !important;
    /* border-bottom: solid 1px #ddd !important; */
}
.widget_top-posts li img {
    /*margin-left: 28px !important; */
    margin-left:8px
}

.widget_top-posts li a {
    border: none !important;    
    padding: 0 !important;
}

.widget_top-posts .widgets-list-layout-links {
    color: #555  !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
}

.widget_top-posts .widgets-list-layout-links a {
    text-align: left !important;
    max-height: 90px !important;
    overflow: hidden !important;
    border: none !important;
    padding-left: 5px !important;
    padding-top: 15px !important;
}

/* END NEW TOP POSTS WIDGET */

.rpwe-block {
    padding-top: 3px !important;
    padding-right: 7px !important;
}
.rpwe-block a.rpwe-img {
	display: block !important;
    border: none !important;
}
.rpwe-title,
.rpwe-block h3.rpwe-title {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    padding: 0 !important;
}
.rpwe-block h3.rpwe-title a {
    padding: 0 !important;
    /* max-height: 65px !important; */
    overflow: hidden !important;
    display: block !important;
    text-align: left !important;
    border: none !important;
}
#rpwe_widget-2 .rpwe-block h3.rpwe-title a {
    max-height: 65px !important;
}
.rpwe_widget.recent-posts-extended {
    padding-bottom: 0 !important;
}

/* RELATED - YOU ALSO MIGHT LIKE */
.rel {
    padding: 15px 20px;
    display: block;
    background: #eaeaea;
    text-align: center;
}
.rel a {
    text-decoration: none;
}
.rel a:hover {
    text-decoration: underline;
}

/* author bio page */
.author-profile-card {
    background: #eee;
    border: 1px solid #ccc;
}
.author-profile-card .author-meta-left {
    padding: 15px;
    height: 130px;
    width: 130px;
    vertical-align: middle;
}
.author-profile-card .author-meta-left i {
    display: block;
}
.author-profile-card .author-meta-left img {
    width: 130px;
}
.author-profile-card .author-meta-right {
    vertical-align: middle;
    margin-top: 0;
    padding-left: 5px;
    padding-bottom: 20px;
}
.author-profile-card .author-meta-right h2 {
    font-family: "Lobster", 'Roboto Slab',  'Khula', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 38px;
}
.author-profile-card .author-description {
    font-size: 16px !important;
}
.author-profile-card .author-description hr {
    margin: 0;
    border-top: 2px solid #4d9bd6;
    width: 150px;
    margin-bottom: 10px;
	background-color: transparent !important;
}

    /* tabs */

    #author-info table {
        margin: 10px;
    }
    
    .bio-tabs-outer {
        width: 100%;
    }
    
    .bio-tabs-bar {
        width: 100%;
        background: url(https://techreader.com/images/ttsprite12.png) no-repeat;
        background-color: #06203b;
        border-left: 8px solid #072b4d;
        padding-left: 15px;
        background-position: 450px -335px;
		border-top: 2px #072b4d !important;
    }
    
    .bio-tabs-bar button {
        background: transparent;
        box-shadow: none;
        border: none;
        text-shadow: none;
        color: #fff;
        padding: 15px;
        font-size: 20px;
    }
    
    .bio-tabs-bar button:hover {
        background: #316394;
    }
    
    .bio-tabs-container {
        padding: 7px 25px 10px;
    }
    .bio-tabs-desc h2 {
        font-family: 'Lobster', 'Roboto Slab', Calibri;
        padding-bottom: 10px;
		margin: 30px 0 10px 0 !important;
    }
    
    .bio-tabs .total-comments-icon,
    .bio-tabs .votes-rep-icon,
    .bio-tabs .star-level-icon,
    .articles-stats-icon,
    .word-count-icon,
    .img-stats-icon {
        display: inline-block !important;
        float: none !important;
        height: 31px !important;
        width: 29px !important;
        margin: -12px 1px -4px 0 !important;
    }
    .bio-tabs .trophy-points-icon {
        display: inline-block !important;
        float: none !important;
        height: 31px !important;
        width: 29px !important;
        margin: -12px 1px -6px 0 !important;
    }
    .bio-tabs .items-box {
        display: inline-block;
        margin-right: 50px;
        vertical-align: top;
    }
    .bio-social-box p {
        display: inline-block;
        width: auto;
        float: left;
        margin-right: 7px;
    }
    .bio-social-box p.bio-website-connect {
        width: 100%;
    }
    .bio-social-box img {
        width: 40px;
        height: 40px;
        max-width: 40px;
        max-height: 40px;
    }
    
    /* banner */
    .author-profile-card .bio-banner {
        height: 215px;
        background-image: url(https://techreader.com/images/banners/banner-3.jpg);
        background-color: #000;
        background-size: cover;
        background-position: center top;
        background-repeat: repeat-x;
        margin: -1px 0 0 0;
        padding-top: 0;
        display: block;
        position: relative;
		margin-top: 44px;
    }
    
    .author-profile-card table {
        background: rgba(0,0,0,0.5);
        width: 100%;
        margin: 0 !important;
        position: absolute;
        bottom: 0;
		border-top: none !important;
    }
    
    .author-profile-card .author-meta-right h2, .author-profile-card .author-description {
        color: #eee;
        text-shadow: -1px 1px 1px #000;
	    margin-bottom: 10px;
    }
    /* end banner */
    .bio-tabs .bio-description span {
        text-transform: lowercase;
    }
    
    .articles-stats-icon {
        background: url(https://techreader.com/images/author-social/articles-stats.png) no-repeat !important;
        background-position: 10px 12px !important;
        background-size: 19px !important;
    }
    .word-count-icon {
        background: url(https://techreader.com/images/author-social/word-count.png) no-repeat !important;
        background-position: 10px 12px !important;
        background-size: 19px !important;
    }
    .img-stats-icon {
        background: url(https://techreader.com/images/author-social/img-stats.png) no-repeat !important;
        background-position: 10px 12px !important;
        background-size: 19px !important;
    }
    .bio-tabs .wordpoints-rank {
        font-size: 14px;
    }
    .bio-tabs .items-box a {
        color: #00b6e4;
        font-weight: bold;
    }
    .bio-tabs .items-box a:hover {
        color: #00b6e4;
        text-decoration: underline;
    }
    .bio-tabs a.points-link {
        color: #333;
        font-weight: normal;
    }
    .bio-tabs a.points-link:hover {
        color: #00b6e4;
        color: #333;
        text-decoration: none;
        font-weight: normal;
    }
    .bio-tabs .points-link b {
        color: #333;
        text-decoration: underline;
    }
    .bio-tabs .points-link:hover b {
        font-weight: bold;
        text-decoration: underline;
        color: #00b6e4;
    }
    .bio-tabs .social-inactive {
        filter: gray;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.2;
    }

/* end author bio page */

.sidebar-quotes p {
	padding: 10px 20px 0 20px;
    margin-bottom: 3px;
    font-style: italic;
    font-family: unset;
}

.dark .sidebar-quotes hr,
.night .sidebar-quotes hr,
.blue .sidebar-quotes hr {
    background-color: transparent;
    border: 0;
    height: 1px;
    margin: 27px 15px 15px 15px;
    border-top: 1px solid #000000;
    border-bottom: 2px solid #303d4c;
}

#heateor_ss_browser_popup_bg, #the_champ_sharing_more_providers {
	display: none !important;
}
table.pros-cons, 
table.pros-cons th, 
table.pros-cons td {
  padding: 2px 10px !important;
  vertical-align: top !important;
  border: 0.5px solid #aaa !important;
}

table.pros-cons th {
  font-size: 20px !important;
  padding: 10px 20px 10px 10px !important;
  text-align: center !important;
}

table.pros-cons td:nth-child(odd), 
table.pros-cons th:nth-child(odd) {
  background: #deeded !important;
  background-color: #deeded !important;
  width: 253px !important;
}

table.pros-cons td:nth-child(even), 
table.pros-cons th:nth-child(even) {
  background: #ebdff1 !important;
  background-color: #ebdff1 !important;
}

.noborder,
.noborder img {
	border: none !important;
}

/*** THEME SWITCHER ***/
@media screen and (max-width: 991px) { 
	html #tswc .sw_app { 
		left: 5px !important;
	}
}
	
@import url('https://fonts.googleapis.com/css?family=Rubik') !important;
#tswc .sw_app {
  font-family: 'Rubik', -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif !important;
}
#tswc .sw_box {
  display: flex !important;
  flex-direction: column !important;
  margin: auto !important;
  text-align: center !important;
  width: 70% !important;
  transform: translateY(5%) !important;
}
#tswc .sw_moon {
  position: relative !important;
  border-radius: 100% !important;
  /* width: 8rem !important;
  height: 8rem !important;
  background: linear-gradient(40deg, #FF0080,#FF8C00 70%) !important; */
  width: 25px !important;
  height: 25px !important;
  /* background: linear-gradient(40deg, #ffffff,#c1c1c1 70%) !important; */  
  background: linear-gradient(40deg, #14293c,#61809e 70%) !important;
}
#tswc .sw_crescent {
  position: absolute !important;
  border-radius: 100% !important;
  right: 0 !important;
  /* width: 6rem !important;
  height: 6rem !important; */
  width: 18px !important;
  height: 18px !important;
  /* background: white !important; */  
  background: linear-gradient(40deg, #14293c,#61809e 70%) !important;
  transform: scale(0) !important;
  transform-origin: top right !important;
  transition: transform .6s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
#tswc .sw_app p { 
  font-size: 90% !important;
  margin: 4px 0px !important;
}
#tswc .sw_app .sw_light { 
  min-width: 64px !important;
}
#tswc .sw_app .sw_dark { 
  min-width: 76px !important;
}
#tswc label.sw_label, .sw_toggle {
  height: 30px !important;
  border-radius: 100px !important;
}
#tswc label.sw_label {
  width: 100% !important;
  background-color: rgba(0,0,0,.1) !important;
  border-radius: 100px !important;
  position: relative !important;
  margin: 0 !important; 
  cursor: pointer !important;
  margin-top: -26px !important;
  margin-left: 30px !important;
}
#tswc .sw_toggle {
  position: absolute !important;
  min-width: 70px !important;
  background-color: #2d4d6b !important;
  box-shadow: 0 2px 15px rgba(0,0,0,.15) !important;
  transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
#tswc .sw_switcher {
  font-size: 90% !important;
  font-weight: bolder !important;
  width: 65% !important;
  margin-left: 17.5% !important;
  margin-top: .5% !important;
  position: absolute !important;
  display: flex !important;
  justify-content: space-between !important;
  user-select: none !important;
}
#tswc .sw_dark {
  color: #fff !important;
  opacity: .6 !important;
}
#tswc label.sw_label {
	max-width: 200px !important;
}
#tswc .sw_light {
  color: #ddd !important;
}
#tswc #switch {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 120px !important;
  z-index: 999 !important;
}
#tswc .sw_app {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  z-index: 999 !important;
  /* left: 172px !important; */
  left: 120px !important;
}
/* -------- Switch Styles ------------*/
#tswc #switch[type="checkbox"] {
  display: none !important;
}
 /* Toggle */
#tswc #switch[type="checkbox"]:checked + .sw_app .sw_toggle {
  transform: translateX(100%) !important;
  /* background-color: #34323D !important; */
  background-color: #304458 !important;
}
#tswc #switch[type="checkbox"]:checked + .sw_app .sw_dark {
  opacity: 1 !important;
}
#tswc #switch[type="checkbox"]:checked + .sw_app .sw_light {
  opacity: .5 !important;
}
#tswc #switch[type="checkbox"]:checked + .sw_app {
  /* background-color: #26242E !important;
  color: white !important;*/
}
#tswc #switch[type="checkbox"]:checked + .sw_app .sw_crescent {
  transform: scale(1) !important;
  background: #070c0b !important;
}
#tswc #switch[type="checkbox"]:checked + .sw_app .sw_moon {
  /* background: linear-gradient(40deg, #8983F7, #A3DAFB 70%); */  
  background: linear-gradient(40deg, #14293c,#61809e 70%) !important;
}

/*******************************/
/* Theme Switcher Radio Method */
#tswc .sw_radio {
	/* margin-top: 27px; */
}
#tswc .sw_radio input[type="radio"] {
    display: none;
}
#tswc .sw_radio label {
    color: #ccc !important;
    display: table-cell !important;
    text-align: center;
    width: 76px !important;
    min-width: 76px !important;
    margin: 4px 0px !important;
    padding: 6px 0 4px 0 !important;
    border-radius: 20px;
    font: bold 15px Arial, sans-serif;
}
#tswc .sw_radio input[type="radio"]:checked+label {
    color: #fff !important;
    background: #304458 !important;
}
/* End Theme Switcher Radio Method */
/***********************************/


/********************************/
/* Theme Switcher Dark Theme v2 */

.night div {
  color: #e3e3e3 !important;
}
.night h1, 
.night h2, 
.night h3, 
.night h4, 
.night h5, 
.night h6 {
    color: #69afe1 !important;
}
.night .widget-title {
  color: #fff !important;
}
.night .widget {
  background: #1f2a38 !important;
}
.night .widget_top-posts .widgets-list-layout-links {
    color: #ddd !important;
}
.night h3.rpwe-title {
  color: #ddd !important;
}
.night .rpwe-alignleft.rpwe-thumb {
  border-color: transparent !important;
}
.night .rpwe-block li {
    border-color: transparent !important;
}
.night aside[id^=categories] li a, 
.night aside[id^=archives] li a {
  background: #175c91 !important;
}
.night aside[id^=categories] li a:hover, 
.night aside[id^=archives] li a:hover {
  background: #2e80bf !important;
}
.night .our-friends a {
    background: #38495f !important;
    color: #ddd !important;
}
.night .our-friends a:hover {
    background: #52657f !important;
    color: #ddd !important;
}
.night input, 
.night textarea,
.night select  {
    background: #52657f !important;
    color: #fff !important;
    border: none !important;
}
.night #subscribe-email input {
    background: #52657f !important;
    color: #eee !important;
}
.night input::placeholder, 
.night textarea::placeholder {
    color: #eee !important;
}
.night .jp_subscription_widget input[type="submit"] {
  background: #3c8cc3 !important;
}
.night .jp_subscription_widget input[type="submit"]:hover {
  background:#56aae4 !important;
}
.night .bible-verse, 
.night .bv,
.night .quote {
    color: #ddd !important;
}
.night .rl {
    color: #ff8484 !important;
}
.night .entry-meta {
    background: #1f2a38 !important;
}
.night .author-meta-desc a {
  color:#56aae4 !important;
}
.night .home-post-img-bg-bottom {
  border-color: #38495f !important;
}
.night .entry-meta-post,
.night .post-thumbnail {
  border-color: #38495f !important;
  border-color: #38495f !important;
}
.night .main-navigation input.search-field {
      background: url(https://toxicplaybook.com/wp-content/themes/toxicplaybook/images/search-icon.png) 5px center no-repeat !important;
}
.night .main-navigation ul ul li a {
  border-color: #425269 !important;
}
.night .main-navigation ul ul {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.night .top-nav-container .sub-menu li a:hover {
  background: #38495f !important;
}
/* .night .top-nav-container .main-navigation .current_page_item > a, */
.night .main-navigation  .sub-menu .current-menu-item > a,
.night .main-navigation .current_page_ancestor > a {
  background: #38495f !important;
}
.wsl_prayer_engine li {
	margin-bottom: 15px;
}
.night .wsl_prayer_engine li:nth-child(odd) {
  background: #38495f !important;

}
.wsl_prayer_engine li:nth-child(even) {
    background: #f0f0f0 !important;
}
.night .wsl_prayer_engine li:nth-child(even) {
  background: #1f2a38 !important;
}
.night .wsl_prayer_enginelist .postmeta {
  background: #1f2a38 !important;
  color: #ddd !important;
}
.night .prayer_count_outer {
  margin-top: -28px !important;
}
.night .wsl_prayer_enginelist .reply .comment-reply-link.pray-replay {
  background: #998149 !important;
  color: #ddd !important;
  font-family: calibri !important;
  font-size: 17px !important;
  padding: 3px 15px !important;
}
.night .wsl_prayer_enginelist .reply .comment-reply-link.pray-replay:hover {
  background: #9d8858 !important;
}
.night .site-bottom {
    border-top: solid 1px #52657f !important;
}
.night .toc {
  background: #38495f !important;
  border: #38495f !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  color: #fff !important;
}
.night .toc a {
  background: #a59271 !important;
  background: #52657f !important;
  color: #ffffff !important;
  text-shadow: 0 0 4px #000 !important;
}
.night .toc a:hover {
  background: #b19f80 !important;
  border-color: #dfd3bb !important;
}
.night .long-verse, 
.night .lv,
.night .quote {
  background: #38495f !important;
  border-color: #52657f !important;
}
.blue .lv a,
.night .lv a,
.black .lv a,
.blue .quote a,
.night .quote a,
.black .quote a {
  color: #ddd !important;
}
.night .type-post img {
  background: #212b38 !important;
  border-color: #212b38 !important;
}
.night .footer-navigation .current-menu-item > a, 
.night .site-info a:hover {
  color: #65a2cb !important;
}
.night .pagination a.page-numbers {
  background: #38495f !important;
  border-color: #38495f !important;
  color: #ddd !important;
  font-size: 18px !important;
  font-family: calibri !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.night .pagination .current,
.night .pagination a.page-numbers:hover {
  background: #3c8cc3 !important;
  font-size: 18px !important;
  font-family: calibri !important;
  color: #fff !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.night .widget_top-posts .widgets-list-layout-links a {
  color: #ddd !important;
}
.night .widget_top-posts .widgets-list-layout-links a:hover {
  color: #c49029 !important;
}
.night .blockquote, .night blockquote {
    background: #38495f !important;
    border-color: #52657f !important;
    color: #fff;
}
.night blockquote,
.blue blockquote,
.black blockquote {
    padding: 35px 30px 1px 30px;
}
.night .blue {
  color: #69afe1 !important;
}

/* high contrast theme */

#t4 #content div * {
	background-color: #000 !important;
	color: #fff !important;
}
#t4 #content div a {
  color: #69afe1 !important
}
#t4 #content div strong {
    color: #e44f54 !important;
}
#t4 #content div a:hover {
    color: #c49029 !important;
}
#t4 #content aside,
#t4 #content textarea,
#t4 #content input[type="submit"],
#t4 #content #subscribe-email input {
  border: 4px solid #253548 !important;
}
#t4 #content aside,
#t4 #content aside * {
	background-color: #121a25 !important;
}
#t4 #content input[type="submit"],
#t4 #content #subscribe-email input {
	background-color: #000 !important;
	color: #fff !important;
}
#t4 #content aside[id^=categories] li a, 
#t4 #content aside[id^=archives] li a, 
#t4 #content aside ul.categories li a,
#t4 #content aside .our-friends a {
	background-color: #000 !important;
	color: #fff !important;
  border: 4px solid #253548 !important;
}

/* blue theme */

#t5.night div,
#t5.night .latest-posts-box-bottom a span,
#t5.night .home-sidebar h1, 
#t5.night .home-sidebar h2, 
#t5.night .home-sidebar h3, 
#t5.night .home-sidebar h4, 
#t5.night .home-sidebar h5, 
#t5.night .home-sidebar h6 {
    color: #fff !important;
}
#t5.night .blue, 
#t5.night h1, 
#t5.night h2, 
#t5.night h3, 
#t5.night h4, 
#t5.night h5, 
#t5.night h6 {
  color: #76b9e7 !important;
}


/* End Theme Switcher Dark Theme v2 */
