/*
Theme Name: John Chow v7
Author: __
Author URI: http://johnchow.com
Description: WordPress Theme designed and developed by ___.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/	

@font-face {
  font-family: 'Genericons';
  src: url('genericons/font/genericons-regular-webfont.eot');
  src: url('genericons/font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('genericons/font/genericons-regular-webfont.woff') format('woff'),
  url('genericons/font/genericons-regular-webfont.ttf') format('truetype'),
  url('genericons/font/genericons-regular-webfont.svg#genericonsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}	

/* =Reset default browser CSS
-------------------------------------------------------------- */

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;
}

:focus {
  outline: 0;
}

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 img {
  border: 0;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

hr {
  background: #fff;
  border-top: 1px #DCDDE1 solid;
  border-bottom: 1px #DCDDE1 solid;
  border-left: none;
  border-right: none;
  height: 7px;
  margin: 30px auto;
  position: relative;
  width: 100%;
  clear: both;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin: 5px 20px 15px 0 !important;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignleft {
  margin: 5px 20px 15px 0;
}

img.alignright {
  margin: 5px 0 15px 20px !important;
}

.wp-caption.alignright {
  margin: 5px 0 15px 20px;
}

img.aligncenter {
  margin: 5px auto;
  clear: both;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 15px !important;
  line-height: 19px !important;
  margin-top: 10px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

::selection {
  background: #2D418F;
  color: #fff;
}

::-moz-selection {
  background: #2D418F;
  color: #fff;
}

/* = Basic Structure
-------------------------------------------------------------- */
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  font-size: 1em;
  width: 100%;
  margin: 0;
  background: #E3E3E3 url('images/bg.png') repeat;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1063px;
  margin: auto;
  clear: both;
  position: relative;
  z-index: 1;
}

#main {
  width: 100%;
  float: left;
  padding: 0 0 3%;
}

#main #content {
  float: left;
  width: 100%;
  z-index: 0;
  margin-top: 16px;
  position: relative;
}

.page #main #content,
.error404 #main #content,
.category #main #content,
.search #main #content {
  z-index: 1;
}


input:hover, input:active {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}

.unhidden {
  display: block;
}

.hidden {
  display: none;
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

/* Clear Fix */
.clear {
  clear: both;
}

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

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

/* No Sidebar */

#main #content.no-sidebar article,
#main #content.no-sidebar .articles {
  float: left;
  width: 100%;
}

#main  #content.no-sidebar {
  width: 100% !important;
}

/* Inputs */

form input[type="text"],
form input[type="name"],
form input[type="email"],
form input[type="phone"] {
  width: 100%;
  background-color: #fff;
  font: 0.875em/1.3 'Open Sans', sans-serif;
  padding: 12px 10px;
  border: 1px #CFCFCF solid;
  display: inline-block;
}

textarea {
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  font: 400 0.875em/1.3 'Open Sans', sans-serif;
  padding: 10px;
  border: 1px #C8C8D3 solid;
}

[placeholder]::-webkit-input-placeholder {
   color: #000;
}

input[type="submit"] {
  font-size: 1em;
  display: inline-block;
  position: relative;
  cursor: pointer;
	color: #fff;
	background: #2DB82E;
	padding: 10px 25px;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px #8CDB88 solid;
}

input[type="submit"]:hover {
   background: #42C446;
}

input[type="submit"]:active {
   top: 2px;
}

.privacy {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: block;
  float: left;
}

/* = Header
-------------------------------------------------------------- */
#header {
  width: 100%;
  height: 50px;
  background: rgba(255,255,255,.95);
  margin: auto;
  z-index: 999;
  float: left;
  position: fixed;
  top: 22px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, .1);
}

#header h1 {
  float: left;
  position: relative;
  width: 15.8%;
  min-width: 140px;
}

#header h1 a {
  margin: 5px 0;
  float: left;
  display: block;
  width: 100%;
  height: 41px;
  background: url('images/logo.png') center center no-repeat;
  background-size: 100%;
  position: relative;
  text-indent: -9999px;
}

#header h1 a:hover {
  text-shadow: 0 2px 5px rgba(175, 199, 196, 0.75);
}

/* Nav */
#header #nav {
  float: right;
  display: inline-block;
}

#header #mobile-nav {
  display: none;
}

#header #nav ul {
	display: inline-block;
}

#header #nav ul li {
  float: left;
  position: relative;
}

#header #nav ul li:last-child {
  margin-right: 0;
}

#header #nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: bold;
  padding: 18px 12px;
  display: inline-block;
  position: relative;
}

#header #nav ul li a:hover {
  background: #EFF1F1;
}

#header #nav ul li .sub-menu {
  display: none;
}

#header #nav li.menu-item-has-children:hover .sub-menu {
  display: block;
  background: rgba(29, 92, 115, .9);
  width: 196px;
  box-shadow: 0 0 0 1px rgba(44, 128, 130, .7), 0 25px 25px 0 rgba(0, 0, 0, .55);
  margin: 0;
  position: absolute;
  border: 1px #134050 solid;
}

#header #nav li.menu-item-has-children .sub-menu li {
  float: none;
  margin: 0;
}

#header #nav li.menu-item-has-children .sub-menu li a {
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 10px;
  color: #fff;
  text-align: left;
  font-weight: bold;
}

#header #nav li.menu-item-has-children .sub-menu li:nth-child(4) {
  margin-right: 0;
}

#header #nav li.menu-item-has-children .sub-menu li a:hover {
  background: #1E6C87;
  color: #fff;
}

#header #searchform {
  position: relative;
  width: 30%;
  float: right;
  margin: 10px 0;
  margin-left: 2%;
}

/* Social */
#header #header-social {
  float: right;
  margin: 4% 0;
  width: 56%;
  text-align: right;
}

#header #header-social li {
  float: left;
  margin-left: 5%;
}

#header #header-social li:first-child {
  margin-left: 0;
}

#header #header-social li a {
  display: block;
  position: relative;
  padding: 0;
  width: 24px;
  height: 20px;
  overflow: hidden;
  font: normal 19px/1 Genericons;
}

#header #header-social li a:before {
  color: #E6E6E4;
}

#header #header-social li a.fb:before {
  display: block;
  content: '\f204';
}

#header #header-social li a.tw:before {
  display: block;
  content: '\f202';
}

#header #header-social li a.li:before {
  display: block;
  content: '\f208';
}

#header #header-social li a.pi:before {
  display: block;
  content: '\f209';
}

#header #header-social li a:hover:before {
  color: #fff;
}

#header .right-float {
  width: 82%;
}

/* = Page Title
-------------------------------------------------------------- */
#page-title {
	padding: 100px 0 30px 0;
	float: left;
	width: 100%;
	background: #0E1B37 url('images/alt-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: 0 5px 0 0 rgba(0,0,0,.1);
}

#page-title h2 {
	color: #fff;
	text-align: left;
	font-weight: 300;
	font-size: 2.813em;
}

#page-title h2 span {
	color: rgba(255,255,255,.7);
}

#page-title p {
	display: block;
	margin-top: 20px;
	color: rgba(255,255,255,.7);
	font-size: 1em;
	line-height: 1.4;
}

/* = Splash
-------------------------------------------------------------- */

#homepage {
	width: 100%;
	margin: auto;
}

#splash {
  width: 100%;
  box-shadow: inset 0 -15px 0 0 rgba(0, 0, 0, .3);
  text-align: center;
}

#splash.optin {
	background: url('images/sp-3.jpg') no-repeat center center;
	-webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 padding: 135px 0 5.5%;
}

#splash.optin .container {
	padding: 0 7%;
}

#splash.optin .text {
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 15px;
	font-size: 1.5em;
	color: #CECFD1;
	text-align: center;
	width: 100%;
	display: block;
}

#splash.optin h2 {
	color: #fff;
	width: 100%;	
	margin: auto;
	font-weight: 700;
	font-size: 2.813em;
	line-height: 1.1;
	margin-bottom: 50px;
	text-align: center;
	text-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}

#splash.optin h2 em {
	color: #E6EFA6;
	font-style: italic;
}

#splash.optin .right-float {
	width: 70%;
}

#splash.optin ul {
	float: right;
	width: 100%;
}

#splash.optin .book {
	width: 17.3%;
	min-width: 143px;
	height: 256px;
	display: block;
	float: left;
	position: relative;
	margin-right: 4%;
	background: url('images/optin-ebook.png') center center no-repeat;
	background-size: 100%;
}

#splash.optin .book:after {
	content: "This Book Will Change Your Life. Get Your Copy Now!";
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	position: absolute;
	bottom: -45px;
	width: 100%;
	left: 0;
}

#splash.optin ul li {
	color: #fff;
	font-size: 1.250em;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 25px;
	background: url('images/optin-li.png') center left no-repeat;;
	padding-left: 50px;
}

#splash.optin a[data-leadbox="145d11973f72a2:9446024cd"].button {
	 border: 1px #89DC84 solid;
	 text-transform: none;
	 font-size: 1.65em !important;
	 padding: 13px 72px 13px 20px !important;
	 height: 59px !important;
	 letter-spacing: 0;
	 clear: both;
	 text-align: center !important;
	 float: left;
	 line-height: 28px !important;
	 margin-bottom: 20px !important;
}

#splash.optin a[data-leadbox="145d11973f72a2:9446024cd"].button:after {
	top: -9px !important;
}

#splash.optin a.button:hover {
	background-color: #30c831;
}

#splash.optin .privacy {
	color: #fff;
	text-align: left;
	font-size: 1em;
	padding-left: 40px;
	margin-bottom: 1%;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	display: block;
	float: left;
	background: url('images/lock.png') center left no-repeat;;
}

#splash.dydtd {
	background: url('images/sp-2.jpg') no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#splash.o30k h2,
#splash.dydtd h2,
#splash.free-car h2 {
  font-size: 4.688em;
  text-align: center;
  line-height: 1.2;
  padding: 120px 0 6%;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 5px 10px rgba(0,0,0,.1);
}

#splash.o30k h2,
#splash.free-car h2 {
	font-size: 3.5em;
}

#splash .play {
  padding: 10px;
  max-width: 100%;
  background: rgba(0, 0, 0, .3);
  display: inline-block;
  margin: 0 auto 50px;
  position: relative;
}

#splash .play:before {
	position: absolute;
	bottom: 100px;
	left: -113px;
	content: "";
	display: block;
	width: 116px;
	height: 50px;
	background: url('images/wtv.png') center center no-repeat;
}

#splash.dydtd .button,
#splash.o30k .button,
#splash.free-car .button {
	max-width: 688px !important;
	float: none;
	text-align: center !important;
	display: inline-block !important;
	margin-bottom: 80px !important;
}

#splash .play iframe {
	max-width: 100%;
	width: 688px;
	height: 387px;
}

#splash.o30k {
	background: url('images/sp-5.jpg') no-repeat center center;
	-webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
}

#splash.free-car {
	background: url('images/sp-6.jpg') no-repeat center center;
	-webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
}

/* Box Splits */

.col-4 li {
  float: left;
  width: 25%;
  padding: 0 3%;
}

/* = Splash Boxes
-------------------------------------------------------------- */

#splash-boxes {
  width: 100%;
  float: left;
  background: #FAFAFA;
  box-shadow: 0 10px 0 0 rgba(0, 0, 0, .1);
  padding: 40px 0;
  text-align: center;
  border-top: 10px #EAEAEA solid;
}

#splash-boxes li:first-child {
  border-left: 1px #C0C0C0 solid;
}

#splash-boxes li {
	border-right: 1px #C0C0C0 solid;
}

#splash-boxes li h3 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 1.25em;
  line-height: 1.3;
  position: relative;
}

#splash-boxes li h3:after {
  width: 64px;
  height: 64px;
  margin: 20px auto 0;
  content: "";
  display: block;
}

#splash-boxes li.blogging h3:after {
  background: url('images/sb-blogging.png') center center no-repeat;
}

#splash-boxes li.speaking h3:after {
  background: url('images/sb-speaking.png') center center no-repeat;
}

#splash-boxes li.money h3:after {
  background: url('images/sb-money.png') center center no-repeat;
}

#splash-boxes li.books h3:after {
  background: url('images/sb-books.png') center center no-repeat;
}

#splash-boxes li p {
  line-height: 1.4;
  font-size: 0.875em;
}

#splash-boxes li p em {
	font-style: italic;
	font-weight: bold;
}

#splash-boxes li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  font-size: 0.750em;
  text-transform: uppercase;
  border: 1px rgba(0, 0, 0, .5) solid;
  margin: 15px 5px;
  padding: 10px;
  letter-spacing: 1px;
}

#splash-boxes li a:hover {
  background: #172C76;
  color: #fff;
}

#linkcat-2 h2 {
	display: none;
}

/* = Social Counts
-------------------------------------------------------------- */

#social-counts.footer {
	background: rgba(255,255,255,.5);
	box-shadow: inset 0 5px 0 0 rgba(0, 0, 0, .1);
}

#social-counts.footer .adr-tote,
#social-counts.footer .adr-tote:after,
#social-counts.footer .adr-tote a,
#social-counts.footer a {
	color: rgba(0,0,0,.6);
}

#social-counts.footer a span:after,
#social-counts.footer a:hover,
#social-counts.footer .adr-tote a:hover {
	color: #000;
}

#social-counts {
  width: 100%;
  float: left;
  background: #0B183A url('images/alt-bg.jpg') no-repeat center center;
  box-shadow: inset 0 10px 0 0 rgba(0, 0, 0, .1), inset 0 -10px 0 0 rgba(0, 0, 0, .1);
  padding: 40px 0 30px;
  position: relative;
  text-align: center;
}

#social-counts .adr-tote {
	font-weight: bold;
	font-size: 48px;
	color: rgba(255,255,255,.5);
	padding-left: 15px;
	display: inline-block;
	position: relative;
}

#social-counts .adr-tote:after {
	content: "Active Daily Readers & Followers";
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	position: absolute;
	bottom: -22px;
	left: 9px;
	color: #fff;
	display: block;
}

#social-counts a {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}

#social-counts a:hover {
	color: #fff;
}

#social-counts a span {
	font-size: 51px;
	width: 88px;
	height: 66px;
	position: relative;
}

#social-counts a span:after {
	content: "+";
	position: absolute;
	font-weight: bold;
	font-size: 18px;
	right: -3px;
	top: 17px;
	display: block;
	color: rgba(255,255,255,.7);
}

#social-counts a span.genericon-feed:after {
	content: "="
}

#social-counts .sc {
  float: left;
}

#social-counts ul {
  float: left;
  width: 100%;
}

#social-counts li {
  float: left;
  width: 23%;
  margin: 0 1%;
  text-align: left;
  background: rgba(0, 0, 0, .1);
  position: relative;
  padding: 0 2%;
}

#social-counts li:hover {
	background: rgba(0,0,0,.15);
	color: #fff;
}

#social-counts li a {
	width: 100%;
	padding: 25px;
	display: block;
	color: #000;
	text-decoration: none;
}

#social-counts li:hover a {
	color: #000;
}

#social-counts li h4 {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: left;
}

#social-counts li:before {
  width: 54px;
  height: 54px;
  position: absolute;
  top: -15px;
  left: -15px;
  content: "";
  display: block;
}

#social-counts li.fb:before {
  background: url('images/social-count-fb.png');
}

#social-counts li.tw:before {
  background: url('images/social-count-twitter.png');
}

#social-counts li.gp:before {
  background: url('images/social-count-gplus.png');
}

#social-counts li.rs:before {
  background: url('images/social-count-rss.png');
}

#social-counts li span {
  font-weight: 300;
  text-align: left;
  display: block;
  font-size: 1em;
}

#social-counts .total {
  background: #172C76 url('images/adr-bg.png') center center no-repeat;
  margin: 30px auto 0;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: -113px;
  left: calc(50% - 120px);
  padding: 20px 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  border-bottom: 10px #475890 solid;
}

#social-counts .total h4 {
  color: #fff;
  font-size: 2.75em;
  font-weight: 700;
  margin-bottom: 10px;
}

#social-counts .total span {
  font-size: 0.938em;
  color: rgba(255, 255, 255, .7);
  display: block;
}

/* = Timeline
-------------------------------------------------------------- */

#timeline {
  width: 100%;
  float: left;
  box-shadow: inset 0 25px 0 0 rgba(0, 0, 0, .2);
  background: #0B183A url('images/timeline-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 73px 10px;
  position: relative;
  overflow: hidden;
}

#timeline:before {
	position: absolute;
	width: 100%;
	background: #BAC9FB;
	height: 1px;
	left: 0;
	display: block;
	content: "";
	top: 168px;
}

#timeline:after {
	position: absolute;
	width: 100%;
	background: #BAC9FB;
	height: 1px;
	left: 0;
	display: block;
	content: "";
	top: 172px;
}

#timeline h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.75em;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 70px;
}

#timeline ul {
  float: left;
  width: 100%;
  height: 400px;
  color: #fff;
  position: relative;
}

#timeline ul li {
  display: inline;
  float: left;
  width: 14%;
  position: absolute;
  margin-top: 5px;
  z-index: 7;
}

#timeline ul li.t1 {
	left: 0;
}

#timeline ul li.t2 {
	left: 8%;
}

#timeline ul li.t3 {
	left: 18%;
}

#timeline ul li.t4 {
	left: 26%;
}

#timeline ul li.t5 {
	left: 34%;
}

#timeline ul li.t6 {
	left: 43%;
}

#timeline ul li.t7 {
	left: 51%;
}

#timeline ul li.t8 {
	left: 59%;
}

#timeline ul li.t9 {
	left: 68%;
}

#timeline ul li.t10 {
	left: 77%;
}

#timeline ul li.t11 {
	left: 85%;
}

#timeline ul li:hover {
	z-index: 8;
}

#timeline ul li:hover .year::before {
	zoom: 200%;
	box-shadow: 0 0 0 2px rgba(255,255,255,.5);
	top: -14px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	background-size: 21px;
}

#timeline ul li.t1:hover .year::before {
	background: url('images/t1.png') center center no-repeat;
	background-size: 21px;
}

#timeline ul li.t2:hover .year::before {
	background: url('images/t2.png') center center no-repeat;
	background-size: 21px;
}
#timeline ul li.t3:hover .year::before {
	background: url('images/t3.png') center center no-repeat;
	background-size: 21px;
}
#timeline ul li.t4:hover .year::before {
	background: url('images/t4.png') center center no-repeat;
	background-size: 21px;
}
#timeline ul li.t5:hover .year::before {
	background: url('images/t5.png') center center no-repeat;
	background-size: 21px;
}
#timeline ul li.t6:hover .year::before {
	background: url('images/t6.png') center center no-repeat;
	background-size: 21px;
}
#timeline ul li.t7:hover .year::before {
	background: url('images/t7.png') center center no-repeat;
	background-size: 21px;
}
#timeline ul li.t8:hover .year::before {
	background: url('images/t8.png') center center no-repeat;
	background-size: 21px;
}
#timeline ul li.t9:hover .year::before {
	background: url('images/t9.png') center center no-repeat;
	background-size: 21px;
}
#timeline ul li.t10:hover .year::before {
	background: url('images/t10.png') center center no-repeat;
	background-size: 21px;
}
#timeline ul li.t11:hover .year::before {
	background: url('images/t11.png') center center no-repeat;
	background-size: 21px;
}

#timeline ul li:nth-child(even) {
	top: 0;
}

#timeline ul li .year {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  padding-top: 10px;
  font-size: 0.938em;
  position: relative;
  z-index: 1;
}

#timeline ul li .year:after {
  width: 1px;
  height: 50px;
  margin: 5px auto 0;
  display: block;
  content: "";
  background: #3A4464;
}

#timeline ul li .year:before {
	width: 18px;
	height: 18px;
	background: #B9C8FD;
	border-radius: 100%;
	position: absolute;
	top: -19px;
	content: "";
	display: block;
	left: calc(50% - 9px);
}

#timeline ul li:nth-child(even) .year:after {
	height: 220px;
}

#timeline ul li p {
  font-size: 0.75em;
  background: #061340;
  line-height: 1.4;
  text-align: center;
  padding: 8px 6px;
  border: 1px #3D4766 solid;
}

#timeline ul li:hover p {
	zoom: 125%;
	background: #0c2160;
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.5);
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	cursor: default;
}

/* = JC Opt-In
-------------------------------------------------------------- */
.jc-optin {
  width: 100%;
  float: left;
  background: #35467D;
  box-shadow: inset 0 10px 0 0 rgba(0, 0, 0, .1);
  padding: 40px 0;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.jc-optin .left-float {
  width: 53%;
  padding-top: 20px;
  float: left;
  position: relative;
}

.jc-optin .right-float {
  width: 40%;
  float: right;
  position: relative;
}

.jc-optin .left-float:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 81%;
  background: url('images/optin-graph.png');
  width: 258px;
  height: 244px;
}

.jc-optin .container:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  right: 41%;
  background: url('images/optin-cash.png');
  width: 231px;
  z-index: 1;
  height: 160px;
}

.jc-optin small {
  text-transform: uppercase;
  font-size: 1em;
  color: #A6A9BB;
  display: block;
  margin-bottom: 15px;
}

.jc-optin .get-ebook {
	margin-bottom: 0 !important;
}

.jc-optin h3 {
  color: #fff;
  font-weight: 300;
  font-size: 2.75em;
  line-height: 1.2;
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
}

.jc-optin .right-float p {
  font-size: 1.125em;
  line-height: 1.3;
  color: #A6A9BB;
  margin-bottom: 30px;
}

.jc-optin span {
	position: relative;
	display: block;
}

.jc-optin input[type="text"],
.jc-optin input[type="email"] {
  margin-bottom: 10px;
  border-left-width: 43px;
  border-color: #0D205F;
}

.jc-optin .name:before {
	background: url('images/input-user.png') left center no-repeat;
	content: "";
	width: 35px;
	height: 35px;
	top: 7px;
	left: 4px;
	position: absolute;
}

.jc-optin .email:before {
	background: url('images/input-email.png') left center no-repeat;
	content: "";
	width: 33px;
	height: 24px;
	top: 12px;
	left: 5px;
	position: absolute;
}

.jc-optin input[type="submit"] {
  width: 100%;
  background: #21BA20 url('images/optin-submiticon.png') calc(100% - 15px) 8px no-repeat;
  border: 1px #89DC84 solid;
  text-align: left;
  color: #fff;
  text-transform: none;
  font-size: 1.688em;
  margin-bottom: 7px;
  padding: 16px 20px;
  letter-spacing: 0;
  font-family: 'Open Sans Condensed';
}

.jc-optin input[type="submit"]:hover {
  background-color: #30c831;
}

.jc-optin p.privacy {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.750em;
  width: 100%;
  text-align: center;
}

/* = Photos
-------------------------------------------------------------- */
#photos {
	background: url('images/jc-photos-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 50px 20px;
	clear: both;
	text-align: center;
	box-shadow: inset 0 15px 0 0 rgba(0,0,0,.3),inset 0 -15px 0 0 rgba(0,0,0,.3);
}

#photos h3 {
	text-align: center;
	font-family: 'Open Sans';
	color: #fff;
	font-weight: 300;
	font-size: 3em;
	line-height: 1.3;
	margin-bottom: 40px;
}

#photos a {
	display: inline-block;
	padding: 15px 20px;
	color: #fff;
	font-size: 0.875em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	border: 1px #fff solid;
}

#photos a:hover {
	background: rgba(0,0,0,.7);
	border: 1px #000 solid;
}

/* = Blog Posts
-------------------------------------------------------------- */
#blog-posts {
	width: 100%;
	float: left;
	padding: 60px 0 0;
	clear: both;
	box-shadow: inset 0 10px 0 0 rgba(0,0,0,.1);
	background: #DBDBDB url('images/bg.png') repeat;
	position: relative;
	overflow: hidden;
}

#blog-posts h3 {
	font-size: 3.125em;
	text-align: center;
	font-weight: 300;
	margin-bottom: 15px;
}

#blog-posts p.subhead {
	text-align: center;
	font-size: 1.5em;
	color: #6A6A6A;
	font-weight: 300;
}

#blog-posts .articles {
	margin: 8% auto 40px;
	width: 100%;
	float: left;
}

#blog-posts .articles article {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 5%;
	position: relative;
}

#blog-posts .articles article .left-float {
	width: 55%;
	margin-left: 5%;
}

#blog-posts .articles article:nth-child(even) {
	margin-right: 0;
}

#blog-posts .articles article .wp-post-image {
	width: 35%;
	height: auto;
	border: 2px #fff solid;
	max-width: 100%;
	float: left;
	display: block;
	font-size: 11px;
	position: relative;
}

#blog-posts .articles article:before {
	float: left;
	position: absolute;
	width: 39%;
	height: 203px;
	content: "";
	display: block;
	top: -10px;
	left: -10px;
	background: url('images/fsb-thumb-bg.png') center center no-repeat;
	background-size: 100%;
}

#blog-posts .articles article .num {
	border-radius: 100%;
	background: #3B4D88;
	border: 2px #2F3E6D solid;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	width: 48px;
	height: 48px;
	padding: 15px 5px;
	position: absolute;
	left: -17px;
	top: -10px;
	z-index: 5;
}

#blog-posts .articles article .num:after {
	content: "";
	bottom: -3px;
	left: 3px;
	background: url('images/comment-arrow.png');
	width: 10px;
	height: 12px;
	position: absolute;
	display: block;
	float: left;
}

#blog-posts .articles article h4 {
	margin-bottom: 10px;
	clear: both;
}

#blog-posts .articles article h4 a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.1;
	color: #000;
	text-decoration: none;
}

#blog-posts .articles article h4 a:hover {
	color: #3C4E86;
}

#blog-posts .articles article .date {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;	
}

#blog-posts .articles article p {
	font-size: 1em;
	line-height: 1.4;
	font-family: 'Alegreya', serif;
	margin-bottom: 15px;
	float: left;
}

#blog-posts .articles article .btn {
	color: #000;
	padding: 10px 12px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px #000 solid;
}

#blog-posts .articles article .btn:hover {
	background: #3C4E86;
	color: #fff;
}

#blog-posts #side-of-tweet {
	text-align: center;
	position: relative;
	width: 100%;
	float: left;
}

#blog-posts #side-of-tweet:after {
	width: 286px;
	height: 315px;
	background: url('images/fsb-at.png');
	content: "";
	display: block;
	position: absolute;
	top: -40px;
	left: 70%;
}

#blog-posts #side-of-tweet h4 {
	font-size: 2.25em;
	color: #000;
	font-weight: 300;
	margin-bottom: 30px;
}

#blog-posts #side-of-tweet p {
	background: url('images/fsb-tweet.png');
	width: 298px;
	height: 170px;
	padding: 40px;
	font-family: 'Alegreya', serif;
	font-size: 15px;
	line-height: 1.3;
	position: relative;
	margin: auto;
}

#blog-posts #side-of-tweet iframe {
	margin-top: 15px;
}

#blog-posts .item {
	position: absolute;
	display: block;
}

#blog-posts .knife {
	top: 20px;
	right: 0;
	width: 360px;
	height: 203px;
	background: url('images/fsb-knife.png');
}

#blog-posts .pho {
	top: 100px;
	left: 0;
	width: 139px;
	height: 363px;
	background: url('images/fsb-pho.png');
}

#blog-posts .ipad {
	top: 400px;
	right: 0;
	width: 104px;
	height: 525px;
	background: url('images/fsb-ipad.png');
}

#blog-posts .chopstix {
	top: 480px;
	left: 0;
	width: 140px;
	height: 320px;
	background: url('images/fsb-chopstix.png');
}

#blog-posts .keys {
	bottom: 200px;
	left: 0;
	width: 116px;
	height: 99px;
	background: url('images/fsb-keys.png');
}

/* = Top Spots
-------------------------------------------------------------- */

#top-spots {
	float: left;
	width: 100%;
	height: 90px;
	margin-top: 15px;
}

.single #top-spots {
	margin-top: 96px;
}

#top-spots #jc-leaderboard {
	box-shadow: 0 0 0 5px rgba(0,0,0,.1);
	width: 68.5%;
	height: 90px;
	text-align: center;
	line-height: 90px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: rgba(0,0,0,.1);
	float: left;
}

#top-spots #jc-leaderboard #oio-banner-4,
#top-spots #jc-leaderboard #oio-banner-4 img,
#sidebar aside.jc-spon #oio-banner-2,
#sidebar aside.jc-spon #oio-banner-2 img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

#top-spots #jc-leaderboard img {
	max-width: 100%;
	vertical-align: middle;
}

#top-spots #free-hosting {
	box-shadow: 0 0 0 5px rgba(0,0,0,.1);
	background: #0B1E61;
	float: right;
	width: 30%;
	height: 90px;
	padding: 10px;
}

#top-spots #free-hosting h2 {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	font-size: 1.25em;
}

#top-spots #free-hosting p {
	font-size: 0.750em;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}

#top-spots #free-hosting a {
	width: 100%;
	color: #fff;
	background: #2DB82E;
	padding: 7px 10px;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px #8CDB88 solid;
}

#top-spots #free-hosting a:hover {
	background: #3AC63D;
}

/* = Index / Category / Archives
-------------------------------------------------------------- */

.browsing {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,.7);
  font-size: 0.813em;
}

/* All Content */

#content .articles {
  float: left;
  width: 68.5%;
}

#main #content .articles article {
  width: 100%;
  margin-right: 3%;
  margin-bottom: 17px;
  border-bottom: 5px #E2EDF2 solid;
  background: #fff;
  padding: 20px;
  border: 1px #EAE7F4 solid;
}

.search-no-results #content .articles article {
  width: 95%;
}

#content .articles article h2 {
  line-height: 1.2;
  margin-bottom: 10px;
}

#content .articles article h2 a {
  color: #000;
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  font-size: 1.125em;
}

#content .articles article h2 a:hover {
  color: #2D418F;
  text-decoration: none;
}

#main #content .articles article .wp-post-image {
  float: left;
  max-width: 100%;
  width: 116px;
  height: 116px;
  border: 1px #E6E2F3 solid;
  margin: 0 20px 20px -40px;
  border-radius: 100%;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1);
}

#content .articles article p {
  font-size: 0.813em;
  line-height: 1.4;
  margin-bottom: 20px;
}

#content .articles article p a:hover {
  text-decoration: underline;
  color: #2C999E;
}

/* = About Page
-------------------------------------------------------------- */

/* = Buttons
-------------------------------------------------------------- */
.read-btn {
  color: #000;
	padding: 10px 12px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px #000 solid;
	}

.read-btn:hover {
   background: #3C4E86;
   color: #fff
}

.read-btn:active {
   top: 3px;
}

/* = About
-------------------------------------------------------------- */
#about-splash {
	width: 100%;
	background: #091C5E url('images/about-splash-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: left;
	margin-bottom: 50px;
	padding: 120px 0 50px 0;
	box-shadow: 0 20px 0 rgba(0,0,0,.1), inset 0 5px 0 rgba(255,255,255,.15);
}

#about-splash h3 {
	text-align: center;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
	font-size: 3.438em;
	line-height: 1.2;
}

#about-splash .subhead {
	font-size: 1.5em;
	color: #898C9E;
	font-weight: 300;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

#about-splash p {
	font-size: 1.375em;
	font-family: 'Alegreya', serif;
	margin-bottom: 30px;
	color: #fff;
	line-height: 1.3;
}

#about-splash p a {
	color: #F5FEA2;
	font-weight: bold;
	text-decoration: none;
}

#about-splash p a:hover {
	text-decoration: underline;
}

#about-splash .left-float {
	width: 80%;
}

#about-splash .right-float {
	width: 18%;
}

#about-splash .img {
	border-radius: 100%;
	width: 170px;
	float: right;
	margin: 0 0 30px 30px;
	height: 170px;
	box-shadow: 0 0 0 10px rgba(0,0,0,.2);
	background: url('images/about-john.jpg') center center;
	display: block;
}

.about-content .as-seen-on h4 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.938em;
	margin-bottom: 20px;
}

.about-content .as-seen-on .images {
	max-width: 1000px;
	width: 100%;
	background: url('images/as-seen-on.png') no-repeat center center;
	background-size: 100%;
	height: 43px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}

.about-content hr,
.woasa hr {
	width: 100%;
	height: 43px;
	border: none;
	margin: 30px auto;
	float: left;
	background: url('images/hr-shadow.png') center center no-repeat;
	background-size: 100%;
}

.about-content .cols {
	float: left;
	width: 100%;
}

.about-content .col-0,
.about-content .col-1 {
	width: 132px;
	float: left;
	margin-right: 4%;
}

.about-content .col-0 {
	margin-right: 2%;
}

.about-content .col-1 .img,
.about-content .col-0 .img {
 border: 5px solid #EBD8D8;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
 margin-bottom: 15px;
 width: 132px;
 height: 184px;
 display: block;
 background: url('images/mmo-book.jpg') center center no-repeat;
}

.about-content .col-0 .img {
	background: url('images/bs-book.jpg') center center no-repeat;
}

.about-content .col-0 a,
.about-content .col-1 a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	border: 1px #000 solid;
	padding: 15px;
	width: 100%;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
	position: relative;
}

.about-content .col-0 a:hover,
.about-content .col-1 a:hover {
	border-color: #2E4090;
	background: rgba(255,255,255,.5);
}

.about-content .col-0 a span,
.about-content .col-1 a span {
	text-indent: -9999px;
	position: absolute;
	right: 20px;
}

.about-content .col-0 .am,
.about-content .col-1 .am {
	text-indent: -9999px;
	display: inline-block;
	background: url('images/book-amazon.png') center center no-repeat;
	width: 29px;
	height: 26px;
	top: 8px;
}

.about-content .col-0 .ap,
.about-content .col-1 .ap {
	text-indent: -9999px;
	display: inline-block;
	background: url('images/book-apple.png') center center no-repeat;
	width: 25px;
	height: 29px;
	top: 5px;
}

.about-content .col-2 {
	width: 32%;
	float: left;
	margin-right: 3%;
}

.about-content .col-2 .large {
	font-size: 1.250em;
	margin-bottom: 20px;
	line-height: 1.3;
}

.about-content .col-2 p {
	font-family: 'Alegreya', serif;
	line-height: 1.5;
	font-size: 16px;
}

.about-content .col-2 .large strong {
	font-style: italic;
	font-weight: 700;
}

.about-content .col-3 {
	float: left;
	width: 29%;
}

.about-content .col-3 blockquote {
	font-family: 'Alegreya', serif;
	font-weight: bold;
	font-size: 1.375em;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 30px;
}

.about-content .col-3 .images {
	width: 235px;
	height: 101px;
	display: block;
	text-indent: -9999px;
	background: url('images/awards.png');
	margin: auto;
}

.about-content .interesting-facts {
	width: 90%;
	margin: 0 auto 90px;
	font-family: 'Alegreya', serif;
	text-align: center;
	position: relative;
  clear: both;
}

.about-content .interesting-facts h4 {
	font-weight: bold;
	margin-bottom: -23px;
	display: inline-block;
	background: url('images/bg.png') repeat;
	padding: 10px;
	font-size: 1.75em;
	z-index: 5;
	position: relative;
}

.about-content .interesting-facts .bx-prev,
.about-content .interesting-facts .bx-next {
	position: absolute;
	left: -18px;
	width: 38px;
	height: 38px;
	background: #EAEAEA url('images/if-arrow.png');
	display: block;
	text-indent: -9999px;
}

.about-content .interesting-facts .bx-next {
	left: auto;
	right: -18px;
	-ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(0,0,0,.3);
	text-indent: -9999px;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 10px;
	outline: 0;
	border-radius: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #2E4190;
}

.about-content .interesting-facts ul {
	position: relative;
	z-index: 1;
	border: 1px #707070 solid;
	padding: 4% 3%;
	clear: both;
	height: 150px;
	width: 100%;
}

.about-content .interesting-facts ul li {
	font-size: 1.5em;
	line-height: 1.3;
	padding: 0 5%;
	height: 150px;
	width: 94% !important;
}

.woasa {
	padding: 70px 0 30px;
	clear: both;
	position: relative;
	width: 100%;
	box-shadow: inset 0 15px 0 rgba(0,0,0,.1);
}

.woasa h4 {
	text-align: center;
	font-size: 3.5em;
	line-height: 1.2;
	padding: 0 20px;
	font-weight: 300;
	font-size: 3.25em;
	margin-bottom: 50px;
}

.woasa ul.tabs {
	width: 38%;
	margin: 10px 0 20px;
	float: left;
	max-width: 404px;
}

.woasa ul.tabs li {
	float: left;
	width: 46%;
	margin: 0 2% 4%;
	position: relative
}

.woasa ul.tabs li a {
	width: 100%;
	display: block;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.813em;
	padding: 20px 5px;
	padding-top: 113px;
	text-decoration: none;
	border: 1px #000000 solid;
	position: relative;
	z-index: 5;
}

.woasa ul.tabs li.active,
.woasa ul.tabs li.active:hover {
	background: #0E235E;
}

.woasa ul.tabs li.active a,
.woasa ul.tabs li.active:hover a {
	color: #fff;
}

.woasa ul.tabs li:hover {
	background-color: rgba(255,255,255,.5);
	z-index: 1;
}

.woasa ul.tabs li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-position: center 30px;
	background-repeat: no-repeat;
}

.woasa ul.tabs li.tes:after {
	background-image: url('images/woasa-tes.png');
}

.woasa ul.tabs li.int:after {
	background-image: url('images/woasa-int.png');
}

.woasa ul.tabs li.tel:after {
	background-image: url('images/woasa-tel.png');
}

.woasa ul.tabs li.mag:after {
	background-image: url('images/woasa-mag.png');
}

.woasa ul.tabs li.new:after {
	background-image: url('images/woasa-new.png');
}

.woasa ul.tabs li.cha:after {
	background-image: url('images/woasa-cha.png');
}

/* Active */
.woasa ul.tabs li.active.tes:after {
	background-image: url('images/woasa-tes-active.png');
}

.woasa ul.tabs li.active.int:after {
	background-image: url('images/woasa-int-active.png');
}

.woasa ul.tabs li.active.tel:after {
	background-image: url('images/woasa-tel-active.png');
}

.woasa ul.tabs li.active.mag:after {
	background-image: url('images/woasa-mag-active.png');
}

.woasa ul.tabs li.active.new:after {
	background-image: url('images/woasa-new-active.png');
}

.woasa ul.tabs li.active.cha:after {
	background-image: url('images/woasa-cha-active.png');
}

.woasa hr {
	margin: 10px auto;
}

.woasa .content {
	width: 56%;
	float: right;
}

.woasa .content ul {
	float: left;
	width: 100%;
}

.woasa .content ul li {
	float: left;
	width: 100%;
}

.woasa .content ul li .left-float,
.woasa .content ul li .right-float {
	width: 100%;
}

.woasa .content ul li .right-float iframe,
.woasa .content ul li .right-float img {
	border: 5px #C3C3C3 solid;
	position: relative;
	margin: auto;
	display: block;
	width: 100%;
	font-size: 11px;
}

.woasa .content ul li h5 {
	font-family: 'Alegreya', serif;
	font-weight: bold;
	font-size: 2em;
}

.woasa .content ul li .left-float img {
	border-radius: 100%;
	width: 75px;
	height: 75px;
	margin: 10px 25px 10px 0;
	float: left;
	box-shadow: 0 0 0 5px #C3C3C3;
}

.woasa .content ul li .info {
	font-size: 1.125em;
	line-height: 1.2;
	color: #505050;
	margin-top: 10px;
}

.woasa .content ul li p {
	font-family: 'Alegreya', serif;
	line-height: 1.4;
	font-size: 1.125em;
	margin: 18px 0 20px 0;
	display: block;
}

.woasa .content ul li a {
	color: #0F225D;
	font-weight: bold;
	text-decoration: none;
}

.woasa .content ul li a:hover {
	text-decoration: underline;
}

.fixed {
  position: fixed !important;
  top: 100px;
}

#woasa-tabs {
	width: 100%;
	float: left;
}

/* = Single Post
-------------------------------------------------------------- */

#main #content article {
  padding: 3%;
  float: left;
  width: 68.5%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1);
}

#content article h2.post-title {
  font-size: 2.500em;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0 !important;
}

#content article .entry-content {
  font-size: 1em;
  line-height: 1.4;
  margin-top: 10px;
}

#content article .entry-content p,
#content article .entry-content ol,
#content article .entry-content ul {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#content article .entry-content img,
#content article .entry-content iframe {
  max-width: 100%;
}

#content article .entry-content .social-share {
  margin-bottom: 20px;
  clear: both;
}

#content article .entry-content h1,
#content article .entry-content h2,
#content article .entry-content h3,
#content article .entry-content h4,
#content article .entry-content h5,
#content article .entry-content h6 {
	margin: 20px 0;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
}

#content article .entry-content h1 {
  font-size: 2em;
}

#content article .entry-content h2 {
  font-size: 1.75em;
  color: #0F3647;
}

#content article .entry-content h3 {
  font-size: 1.5em;
  color: #2E748C;
}

#content article .entry-content h4 {
  font-size: 1.375em;
  color: #30ABE0;
}

#content article .entry-content h5 {
  font-size: 1.250em;
}

#content article .entry-content h6 {
  font-size: 1.125em;
}

#content article .entry-content h1:first-child,
#content article .entry-content h2:first-child,
#content article .entry-content h3:first-child,
#content article .entry-content h4:first-child,
#content article .entry-content h5:first-child,
#content article .entry-content h6:first-child {
  margin-top: 0;
}

#content article .entry-content strong {
  font-weight: 700;
}

#content article .entry-content ul {
  margin-left: 30px;
}

#content article .entry-content ul li {
  margin-bottom: 15px;
  list-style-type: square;
}

#content article .entry-content ol {
  margin-left: 30px;
}

#content article .entry-content ol li {
  margin-bottom: 15px;
  list-style-type: decimal;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content img.circle {
  border-radius: 100%;
}

#content article .avatar {
	float: left;
	width: 82px;
	height: 82px;
	border-radius: 100%;
	margin-right: 20px;
	margin-left: -50px;
	box-shadow: 0 0 0 5px rgba(0,0,0,.15);
}

#content article .entry-content blockquote {
  background: #F9F7FF;
  border-left: 30px #E6E6F4 solid;
  border-bottom: 10px #E6E6F4 solid;
  padding: 20px;
  line-height: 1.3;
  color: #000;
  font-weight: 300;
  margin: 30px auto;
  position: relative;
  font-family: 'Alegreya', serif;
}

#content article .entry-content blockquote cite {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}

#content article .entry-content blockquote p {
  font-weight: 300;
  font-size: 1.250em;
  line-height: 1.4;
}

#content article .entry-content blockquote p:first-child {
  margin-bottom: 0;
}

#content article .entry-content blockquote p:nth-child(2) {
  margin-top: 20px;
}

#content article .entry-content blockquote p:last-child {
  margin-bottom: 0;
}

#content article .entry-content a {
  color: #127CB7;
  text-decoration: none;
}

#content article .entry-content a:hover {
  color: #0F3647;
  text-decoration: underline;
}

.tags {
  color: #000;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-bottom: 40px;
  clear: both;
  display: none;
}

.tags a {
  color: #323232;
  text-decoration: none;
}

.tags a:hover {
  text-decoration: underline;
  color: #FD0D1B;
}

/* Entry Meta */

.entry-meta {
  color: #797979;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.entry-meta a {
  color: #797979;
  text-decoration: none;
}

.entry-meta a:hover {
  text-decoration: underline;
}

.entry-meta span {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

.cats {
  margin-bottom: 5px;
  display: block;
  line-height: 1.4;
  position: relative;
}

.single-post .cats a {
  text-transform: normal;
  letter-spacing: 0;
  text-transform: none;
  background: transparent;
  padding: 0;
}

.single-post .cats a:hover {
	background: transparent;
	color: 
}


.articles .cats {
	margin-bottom: 15px;
}


.articles .cats a {
  background: #f0f1f7;
  font-size: 12px;
  margin-bottom: 5px;
  color: #646a88;
  background: #eaeaea;
  display: inline-block;
  padding: 3px 9px;
  border-radius: 12px;
  text-decoration: none;
}

.articles .cats a:hover {
		background: #3B4D88;
		color: #fff;
		text-decoration: none;
}

.entry-meta span:before {
  font: normal 17px/1 Genericons;
  float: left;
  margin-right: 3px;
  display: block;
}

.entry-meta .author:before {
  content: '\f304';
}

.entry-meta .date:before {
  content: '\f307';
}

.entry-meta .web:before {
  content: '\f426';
}

.entry-meta .cats:before {
  content: '\f302';
}

.entry-meta .comment:before {
  content: '\f108';
}

.entry-meta .edit-link:before {
  content: '\f411';
}

/* Standard Form Styles */

#content article .entry-content label {
  margin-bottom: 8px;
}

.contact-form div {
  margin-bottom: 10px;
}
/* Related Posts */

#related-posts {
  width: 100%;
}

#related-posts h2 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #326D81;
  margin-bottom: 40px;
  font-weight: 400;
}

#related-posts h2 strong {
  font-weight: 400;
  color: #000;
}

#related-posts ul li {
  float: left;
  margin-right: 4.1%;
  margin-bottom: 15px;
  width: 115px;
  height: 186px;
}

#related-posts ul li:last-child {
  margin-right: 0;
}

#related-posts ul li img {
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

#related-posts ul li h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}

#related-posts ul li h3 a {
  text-decoration: none;
  font-weight: 400;
  color: #000;
}

#related-posts ul li h3 a:hover {
  color: #29AAB1;
}

.get-ebook {
	background: #21BA20;
	width: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	text-align: left;
	padding: 15px 81px 15px 20px;
	font-size: 1.188em;
	line-height: 1.2;
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
	position: relative;
	max-width: none;
}

#oio-banner-2 a[data-leadbox="145d11973f72a2:9446024cd"] {
	background: transparent !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

#oio-banner-2 a[data-leadbox="145d11973f72a2:9446024cd"]:after {
	display: none;
}

.get-ebook:hover {
	background: #33c434 !important;
}

.get-ebook:after {
	width: 78px;
	height: 78px;
	content: "";
	display: block;
	position: absolute;
	right: -15px;
	top: -15px;
	background: #157E12 url('images/get-ebook.png') center center no-repeat;
	box-shadow: 0 0 0 5px #fff;
	border-radius: 100%;
}

/* = Search Form
-------------------------------------------------------------- */
#searchform {
  position: relative;
  width: 100%;
  float: left;
}

#searchform label {
   display: none;
}

#searchform #s {
  font-size: 13px;
	width: 100%;
	background: #F1F5F5;
	border: 1px #d9d8d8 solid;
	margin: 0;
	position: relative;
	border-radius: 20px;
	padding: 5px 38px 5px 15px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.05);
	line-height: 19px;
}

#searchform #s:hover,
#searchform #s:focus {
	background: #fff !important;
	border: 1px #2C4085 solid;
}

#searchform input::-webkit-input-placeholder {
  color: #000;
}

#searchform input:-moz-placeholder {
  color: #000;
}

#searchform input:-ms-input-placeholder {
  /* IE10+ */
  color: #000;
}

#searchform #searchsubmit {
  width: 24px;
	height: 24px;
	background: url('images/search-mag.png') no-repeat;
	float: right;
	border: none;
	position: absolute;
	top: 2px;
	right: 10px;
	padding: 0;
	box-shadow: none;
	opacity: 0.8;
}

#searchform #searchsubmit:hover {
  opacity: 1.0;
}

.search #content #searchform input#s,
.error404 #content #searchform input#s {
  width: 100%;
  border: 1px #CCCCCC solid;
  color: #000;
  margin-bottom: 20px;
}

.error404 #content .articles,
.error404 #content article {
  width: 100% !important;
}

.search #content #searchform input[type="submit"],
.error404 #content #searchform input[type="submit"] {
  right: 10px;
}

.search #content #searchform,
.error404 #content #searchform {
  padding: 0;
}

.error404 #content article {
  width: 100%;
}

/* = Sidebar
-------------------------------------------------------------- */
#sidebar {
  width: 30%;
  float: right;
  background: rgba(0,0,0,.1);
  box-shadow: 0 0 0 5px rgba(0,0,0,.1);
}

#sidebar aside.widget {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
}

#sidebar aside.widget .widget-title {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  border-bottom: 7px #48598E solid;
  width: 100%;
  background: #172C76;
  text-align: center;
  margin-bottom: 15px;
  padding: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
}

#sidebar aside.jc-spon {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	background: #102143;
}

#sidebar aside.jc-spon img {
	max-width: 100%;
}

#sidebar aside.jc-spon.block {
	padding: 30px 10px;
}

/* Optin */

#sidebar aside.optin {
  width: 100%;
  background: #35467D;
  box-shadow: inset 0 10px 0 0 rgba(0, 0, 0, .1);
  padding: 15px;
}

#sidebar aside.optin:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url('images/optin-cash.png') no-repeat;
  width: 150px;
  background-size: 150px;
  z-index: 1;
  height: 160px;
}

#sidebar aside.optin small {
  text-transform: uppercase;
  font-size: 12px;
  color: #A6A9BB;
  display: block;
  margin-bottom: 15px;
}

#sidebar aside.optin h3 {
  color: #fff;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2;
  width: 60%;
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
}

#sidebar aside.optin p {
  font-size: 1em;
	line-height: 1.3;
	color: #A6A9BB;
	margin-bottom: 30px;
}

#sidebar aside.optin span {
  position: relative;
  display: block;
}

#sidebar aside.optin input[type="text"],
#sidebar aside.optin input[type="email"] {
  margin-bottom: 10px;
  border-left-width: 43px;
  border-color: #0D205F;
}

#sidebar aside.optin .name:before {
  background: url('images/input-user.png') left center no-repeat;
  content: "";
  width: 35px;
  height: 35px;
  top: 7px;
  left: 4px;
  position: absolute;
}

#sidebar aside.optin .email:before {
  background: url('images/input-email.png') left center no-repeat;
  content: "";
  width: 33px;
  height: 24px;
  top: 12px;
  left: 5px;
  position: absolute;
}

#sidebar aside.optin input[type="submit"] {
  width: 100%;
  background: #21BA20 url('images/optin-submiticon.png') calc(100% - 15px) 8px no-repeat;
  border: 1px #89DC84 solid;
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 1.688em;
  margin-bottom: 7px;
  padding: 16px 20px;
  letter-spacing: 0;
  font-family: 'Open Sans Condensed';
}

#sidebar aside.optin input[type="submit"]:hover {
  background-color: #30c831;
}

#sidebar aside.optin p.privacy {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.750em;
  width: 100%;
  text-align: center;
}

/* Recent Posts */

#sidebar aside.recent-posts {
	padding: 0;
}

#sidebar aside.recent-posts ul li {
	border-bottom: 1px #9C9C9C solid;
	padding-right: 10px;
	float: left;
	width: 100%;
	padding: 15px 10px;
}

#main #content #sidebar aside.recent-posts ul li article {
	padding: 0;
	background: transparent;
	box-shadow: none;
	width: 100%;
	margin-bottom: 0;
}

#sidebar aside.recent-posts h4 {
	padding-left: 30px;
}

#footer aside.the-best ul li .entry-meta {
	float: left;
	margin-bottom: 0;
}

#sidebar aside.recent-posts ul li article h4 {
	font-family: 'Open Sans Condensed', serif;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 10px;
}

#sidebar aside.recent-posts ul li article h4 a {
	color: #000;
	text-decoration: none;
}

#sidebar aside.recent-posts ul li article h4 a:hover {
	color: #2E4190;
	text-decoration: underline;
}

#sidebar aside.recent-posts ul li article img {
	float: left;
	width: 80px;
	font-size: 11px;
	height: 80px;
	display: block;
	margin-right: 20px;
	border: 1px #C9C9C9 solid;
}

#sidebar aside.recent-posts ul li .entry-meta {
	margin-bottom: 0;
	float: left;
}

#sidebar aside.recent-posts ul li article .comments:before {
	float: left;
	margin-right: 5px;
	content: "\f300";
	font: normal 14px/1 Genericons;
	display: inline-block;
}

#sidebar aside.recent-posts ul li article .comments {
	font-family: 'Alegreya', serif;
	font-size: 11px;
}

#sidebar aside.recent-posts ul li article .comments a {
	color: #000;
	text-decoration: none;
}

#sidebar aside.recent-posts ul li article .comments a:hover {
	text-decoration: underline;
}


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

#comments {
	width: 100%;
	float: left;
}

#comments #respond {
	width: 100%;
	background: #E6E6ED;
	padding: 25px 30px;
	text-align: center;
	float: left;
}

#comments #commentform p.form-submit {
	width: 100%;
	float: left;
}

#comments textarea {
  margin-bottom: 0;
  border: 1px #CFCFCF solid;
}

#comments textarea:focus,
#comments input[type="text"]:focus {
	border-color: #394566;
}

#comments p {
  font: 400 15px/22px 'Open Sans', sans-serif;
  margin: 20px 0;
}

#comments input[type="submit"] {
	float: none;
	margin: auto;
	font-size: 1.75em;
}

#comments .commentmetadata {
   font-size: 12px;
}

#comments .commentmetadata a {
	color: #797979;
}

#comments a {
   color: #28A9B0;
   text-decoration: none;
}

#comments a:hover {
   text-decoration: underline;
}

.comments-title {
	font: bold 1.5em/1.1 'Open Sans Condensed', sans-serif;
	margin: 0;
	margin-bottom: 20px;
	background: #F4F4FF;
	padding: 20px;
	border-bottom: 5px #E1E1EF solid;
}

.comment-reply-title {
  font: 600 1.5em/1.1 'Open Sans Condensed', sans-serif;
  margin: 0;
  margin-bottom: 30px;
}

.comment-reply-title {
	font-size: 2em;
}

.comment-list li {
   list-style: none;
   padding: 30px;
   border: 1px #E1E1EF solid;
   background: #fff;
}

.comment-list li.bypostauthor {
	background: #f9faf1;
}

.comment-list li:nth-child(even) {
	background: #efeff7;
	border-bottom: 5px #E1E1EF solid;
}

.comment-author {
   font-size: 14px;
   line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
   font-size: 12px;
   line-height: 2;
   text-transform: uppercase;
}

.comment-list .reply {
   margin-top: 24px;
}

#comments .comment-author a,
#comments .comment-author p {
   color: #000;
   display: inline;
   font-weight: bold;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
   color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
   color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
   border-top: 1px solid rgba(0, 0, 0, 0.1);
   margin-bottom: 24px;
   padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
   border-top: 0;
}

.comment-author {
   position: relative;
}

#content article .comment-author .avatar {
  height: 48px !important;
  position: static !important;
  width: 48px !important;
  margin-right: 20px;
  margin-top: -10px;
  box-shadow: 0 0 0 2px #C1C1D2;
}

.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}
.
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
  padding-left: 50px;
}

.comment-edit-link {
  margin-left: 10px;
}

#comments .comment-edit-link:hover,
#comments .comment-edit-link:hover:before {
	text-decoration: none;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 2px;
}

#comments .comment-reply-link:hover,
#comments .comment-reply-link:hover:before {
	text-decoration: none;
	color: #30418C;
}

.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
   margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
   margin-bottom: 0;
}

.comment-content > :last-child {
   margin-bottom: 0;
}

.comment-list {
	margin-bottom: 30px;
}

.comment-list .children {
  list-style: none;
  margin-left: 15px;
}

.comment .comment-respond {
   margin-bottom: 24px;
   border: 5px #fff solid;
   position: relative;
   z-index: 5;
   box-shadow: 0 10px 25px 0 rgba(0,0,0,.1);
}

.comment-respond h3 {
   margin-top: 0;
   margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
   color: #767676;
}

#comments .comment-notes,
#comments .comment-awaiting-moderation,
#comments .logged-in-as {
   font-size: 13px;
	color: #000;
	margin-bottom: 20px;
	border-bottom: 1px #c8c8d3  solid;
	padding-bottom: 30px;
}

.no-comments {
   font-size: 16px;
   font-weight: 900;
   line-height: 1.5;
   margin-top: 24px;
   text-transform: uppercase;
}

.comment-form label {
   display: block;
   margin-bottom: 10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
   width: 100%;
   height: auto;
   margin-bottom: 0;
}

#comments .form-allowed-tags {
	background: #fdffed;
	float: left;
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  font-weight: bold;
  color: #000;
  border: 1px #CFCFCF solid;
}

#comments .form-allowed-tags,
#comments .form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
}

#comments .form-allowed-tags code {
	font-weight: normal;
}

.required {
  color: #c0392b;
}

.comment-subscription-form {
  margin-bottom: 10px;
}

#comments .comment-reply-title {
	position: relative;
}

#comments .comment-reply-title small {
	display: block;
	height: 24px;
	width: 24px;
	padding: 0;
	float: right;
	top: -30px;
	right: -15px;
	position: absolute;
}

#comments .comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	line-height: 1;
	height: 31px;
	overflow: hidden;
	width: 24px;
	position: relative;
}

#comments .comment-reply-title small a:hover {
  color: #2D408F;
}

#comments .comment-reply-title small a:before {
  content: "\f405";
  font-size: 24px !important;
}

.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}

.comment-navigation .nav-previous a {
  margin-right: 10px;
}

#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0;
}

#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: left;
	margin-top: 0;
}

#comments .comment-form-comment {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: left;
}

#comments label {
	margin-bottom: 0;
	font-size: 12px;
}

#comments .comment-form-url {
	margin-right: 0;
}

/* = Author Info
-------------------------------------------------------------- */

#author-info {
  background: #fff;
  border: 1px solid #EAE7F4;
  border-bottom-width: 10px;
  width: 95%;
  padding: 30px;
  clear: both;
  float: left;
  margin-bottom: 30px;
}

.archive #author-info .avatar {
  left: 20px !important;
}

#author-info .avatar {
  width: 64px !important;
  height: 64px !important;
  border-radius: 100%;
  float: left;
}

#author-description {
  float: left;
  width: 85%;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  margin-left: 20px;
}

#author-description h2 {
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  margin: 5px 0 10px;
}

#author-description p {
  margin-bottom: 10px;
}

#author-description a {
  color: #2C81A2;
  text-decoration: none;
}

#author-description a:hover {
  text-decoration: underline;
}

#author-description span {
  font-size: 11px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#author-description a:hover {
  text-decoration: underline;
}

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}

/* Cat Description */

.cat-desc {
  margin: 40px;
  padding-bottom: 20px;
  border-bottom: 5px #E7ECEE solid;
}

.cat-desc p {
  font-size: 18px;
  line-height: 26px;
  color: #383838;
  margin-bottom: 20px;
}

/* = Page Navigation
-------------------------------------------------------------- */

.wp-pagenavi,
.page-links {
  width: 100%;
  color: #999999;
  margin: 0 auto;
  float: left;
  clear: both;
  position: relative;
}

.wp-pagenavi .pages {
  border: none;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  float: right;
  margin-top: 10px;
  text-transform: uppercase;
}

.wp-pagenavi a,
.page-links a span {
  margin: 4px !important;
  border: 1px solid #DDD !important;
  font-size: 15px;
  font-weight: 400;
  color: #879E9F;
  text-decoration: none;
  padding: 10px 2px !important;
  background: #F4F4F4;
  text-align: center;
}

.page-links a span {
	padding: 7px 2px !important;
}

.wp-pagenavi a.larger,
.page-links a span {
	border-radius: 100%;
	width: 36px;
	height: 36px;
	display: inline-block;
}

.wp-pagenavi a:hover,
.page-links a:hover span {
  background: #fff;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}

.wp-pagenavi span {
  border: none !important;
  font-size: 15px;
  font-weight: 400;
  background: transparent !important;  
 }

.wp-pagenavi span.current {
  border: 1px solid #188A90 !important;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 2px;
  color: #fff;
  text-align: center;
  background: #13323d !important;
  border-radius: 100%;
  width: 36px;
	height: 36px;
	display: inline-block;
}

.wp-pagenavi > .extend {
  font-size: 11px;
  margin: 0;
  padding: 0;
}

.wp-pagenavi a.last,
.wp-pagenavi a.nextpostslink {
	padding: 10px 15px !important;
}


/* = Footer
-------------------------------------------------------------- */
#footer {
	width: 100%;
	margin: auto;
	border-top: 10px #152953 solid;
	padding: 5% 0 0;
	position: relative;
	clear: both;
	background: rgba( 255,255,255,.3) url('images/bg.png') repeat;;
	z-index: 5;
}

#footer:before {
	content: "";
	display: block;
	width: 788px;
	height: 653px;
	background: url('images/footer-big-icon.png') center center no-repeat;
	position: absolute;
	left: calc(50% - 374px);
}

#footer aside {
  float: left;
}

#footer aside h4 {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Open Sans Condensed', cursive;
  margin-bottom: 30px;
}

#footer .col-1 {
	border-right: 1px #A09F9F solid;
	width: 60%;
	float: left;
}

#footer .col-2 {
	width: 40%;
	float: left;
}

#footer .section {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-top: 1px #A09F9F solid;
	border-bottom: 1px #A09F9F solid;
}

#footer aside.topics,
#footer aside.resources {
	width: 50%;
	padding-top: 30px;
	font-family: 'Alegreya', serif;
}

#footer aside.topics ul,
#footer aside.resources ul {
	width: 100%;
}

#footer aside.topics ul li,
#footer aside.resources ul li ul li {
	width: 47%;
	float: left;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-right: 1%;
}

#footer aside.topics ul li a,
#footer aside.resources ul li a {
	text-decoration: none;
	color: #000;
}

#footer aside.topics ul li a:hover,
#footer aside.resources ul li a:hover {
	text-decoration: underline;
}

#footer aside.topics ul li:nth-child(even),
#footer aside.resources ul li:nth-child(even) {
	margin-right: 0;
}

#footer aside.about {
	width: 100%;
	padding-bottom: 30px;
}

#footer aside.about p {
	font-family: 'Alegreya', serif;
	line-height: 1.4;
	font-size: 1em;
	margin-bottom: 15px;
	padding-right: 50px;
}

#footer aside.about .img {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	border-radius: 100%;
	background: url('images/footer-john.jpg');
	width: 150px;
	height: 150px;
	box-shadow: 0 0 0 5px rgba(0,0,0,.1);
}

#footer aside.about a {
	color: #000;
	padding: 10px 12px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px #000 solid;
}

#footer aside.about a:hover {
	background: #3C4E86;
  color: #fff;
}

#footer aside.social {
  width: 100%;
  margin-bottom: 40px;
  float: left;
}

#footer aside.the-best {
	width: 100%;
	float: left;
}

#footer aside.the-best ul {
	width: 100%;
}

#footer aside.the-best ul li {
	border-bottom: 1px #9C9C9C solid;
	padding: 0 30px 30px;
	margin-bottom: 30px;
	min-height: 110px;
}

#footer aside.the-best ul li:last-child {
	border-bottom: 0;
}

#footer aside.the-best ul li .entry-meta {
	margin-bottom: 0;
	float: left;
}

#footer aside.the-best h4 {
	padding-left: 30px;
}

#footer aside.the-best ul li article h4 {
	font-family: 'Open Sans Condensed', serif;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 10px;
}

#footer aside.the-best ul li article h4 a {
	color: #000;
	text-decoration: none;
}

#footer aside.the-best ul li article h4 a:hover {
	color: #2E4190;
	text-decoration: underline;
}

#footer aside.the-best ul li article img {
	float: left;
	width: 80px;
	height: 80px;
	font-size: 11px;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px #C9C9C9 solid;
}

#footer aside.the-best ul li article .comments:before {
	float: left;
	margin-right: 5px;
	content: "\f300";
	font: normal 14px/1 Genericons;
	display: inline-block;
}

#footer aside.the-best ul li article .comments {
	font-family: 'Alegreya', serif;
	font-size: 11px;
}

#footer aside.the-best ul li article .comments a {
	color: #000;
	text-decoration: none;
}

#footer aside.the-best ul li article .comments a:hover {
	text-decoration: underline;
}

#footer aside.social .genericon {
  display: block;
  padding: 0;
  font-size: 45px;
  width: 61px;
  height: 61px;
  float: left;
  color: #182F61;
  margin: auto;
  text-decoration: none;
  position: relative;
}

#footer aside.social .genericon:hover {
	color: #6F7EBB;
}

#footer aside.social a span:after {
	content: "+";
	position: absolute;
	font-weight: bold;
	font-size: 18px;
	right: -3px;
	top: 17px;
	display: block;
}

#footer aside.social a span.genericon-feed:after {
	content: "="
}

#footer aside.social .adr-tote {
	font-weight: bold;
	font-size: 2.5em;
	padding-top: 10px;
	color: rgba(0,0,0,.5);
	padding-left: 10px;
	display: inline-block;
	position: relative;
	
}
#footer aside.social .adr-tote:after {
	content: "Active Daily Readers";
	font-size: 12px;
	font-weight: normal;
	left: 0px;
	position: relative;
	color: #000;
	display: block;
	top: 7px;
}

#copyright {
  width: 100%;
  border-top: 5px #060E1C solid;
  text-align: center;
  padding: 30px 0;
  float: left;
  background: #0E1B37 url('images/alt-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#copyright .logo {
  text-indent: -9999px;
  background: url('images/footer-logo.png') center center no-repeat;
  width: 288px;
  height: 87px;
  margin: 20px auto;
  clear: both;
  opacity: 0.84;
  display: block;
}

#copyright .logo:hover {
	opacity: 1.0;
}

#copyright nav {
  color: #AAACB0;
  display: block;
  margin-bottom: 20px;
}

#copyright nav a {
  color: #AAACB0;
  font-size: 11px;
  line-height: 1.2;
  text-decoration: none;
}

#copyright nav a:hover {
  color: #fff;
}

#copyright p {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.2;
}

#copyright .btt {
	color: #9DA1A9;
	text-transform: uppercase;
	font-size: 11px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 20px;
	position: relative;
}

#copyright .btt:before {
	width: 10px;
	height: 6px;
	background: url('images/btt-arrow.png');
	background-size: 10px;
	position: absolute;
	top: -15px;
	left: calc(50% - 5px);
	display: block;
	content: "";
}

#copyright .btt:hover {
	color: #fff;
}

/* = Box Slider
-------------------------------------------------------------- */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* = Misc.
-------------------------------------------------------------- */
#mta_bar {
	background: rgba(46,67,141,.9) !important;
	position: fixed !important;
	top: 0;
}

#mta_bar * {
	font-family: "Open Sans", sans-serif !important;	
}

#mta_bar #left_bar a:hover {
	text-decoration: underline;
}

body ul#sharebar {
	background: rgba(255,255,255,.5) !important;
	margin-top: 0 !important;
	top: 150px !important;
	border-right: 0 !important;
}

.justified-gallery {
	margin-bottom: 30px;
	height: auto !important;
}

.justified-gallery>a>img, .justified-gallery>div>img, .justified-gallery>a>a>img,
.justified-gallery>div>a>img {
	position: static !important;
	width: 240px !important;
	height: 240px !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.justified-gallery>a, .justified-gallery>div {
	overflow: hidden !important;
	opacity: 1.0 !important;
	position: static !important;
}

.justified-gallery>a {
	overflow: hidden;
	width: 240px !important;
	height: 240px !important;
}

h3.sd-title {
	font-size: 0.875em !important;
	text-transform: uppercase;
	font-weight: bold !important;
	width: 100%;
	margin-bottom: 10px;
}

.page-template-photos #content article .entry-content p {
	display: none;
}

.page-template-photos #content article .entry-content {
	margin-top: 0;
}

.page-template-photos #main #content.no-sidebar article, #main #content.no-sidebar .articles {
	width: 96.4%;
}

div.sharedaddy.sd-sharing-enabled {
	margin-top: 20px;
	float: left;
	width: 100%;
}

#cboxTitle {
	left: 30px !important;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

#wpstats {
	display: none;
}

#content a[data-leadbox="145d11973f72a2:9446024cd"] {
	margin-bottom: 30px !important;
}

/* = Mobile Styles
-------------------------------------------------------------- */

/* - Small Desktops (portrait) 1062px ----------- */

@media only screen and (max-width: 66.375em) {
  body {
    font-size: 0.938em;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #social-counts {
	  padding-bottom: 40px;
  }
  #social-counts li {
	  width: 47.4%;
	  margin-right: 10px;
	  margin-bottom: 20px;
  }
  #social-counts .total {
	  position: static;
	  margin: 20px auto;
  }
  #header #searchform {
	  width: 26%;
  }
}


/* - Large Tablets (portrait) 899px ----------- */

@media only screen and (max-width: 56.188em) {
	#header #nav {
		width: 73%;
	}
	#header #searchform {
 		width: 70%;
  }
  #mobile-nav {
	  display: block !important;
	  float: right;
	  margin: 3px;
  }
  #mobile-nav .nav {
	  width: 43px;
	  height: 43px;
	  display: block;
	  position: relative;
	  z-index: 999;
	  color: #fff;
	  background: #2E4190;
	  padding: 9px 0;
	  text-decoration: none;
  }
  #mobile-nav span.genericon.genericon-menu {
  	font-size: 24px;
		width: 100%;
		height: 100%;
		text-align: center;
  }
  #mobile-nav-menu {
	  background: rgba(45,65,143,.95);
	  position: absolute;
	  width: 100%;
	  float: left;
	  top: 50px;
	  z-index: 9;
	  right: 0;
  }
  #mobile-nav-menu li {
	  float: none;
	  clear: both;
	  text-align: left;
  }
  #mobile-nav-menu li a {
	  color: #fff;
	  font-size: 1.5em;
	  border-bottom: 1px rgba(255, 255, 255, .3) solid;
	  font-weight: 600;
	  display: block;
	  padding: 15px 20px;
	  text-decoration: none;
	  position: relative;
  }
  #mobile-nav-menu li a:before {
  width: 21px;
		height: 21px;
		border-radius: 100%;
		display: block;
		content: "";
		position: relative;
		float: left;
		margin-right: 10px;
  }
  #mobile-nav-menu li a.hom:before {
		background: #6F7EBB url('images/nav-home.png') center center no-repeat;
  }
  #mobile-nav-menu li a.blo:before {
		background: #6F7EBB url('images/nav-blo.png') center center no-repeat;
  }
  #mobile-nav-menu li a.abo:before {
		background: #6F7EBB url('images/nav-abo.png') center center no-repeat;
  }
  #mobile-nav-menu li a.arc:before {
		background: #6F7EBB url('images/nav-arc.png') center center no-repeat;
  }
  #mobile-nav-menu li a.adv:before {
		background: #6F7EBB url('images/nav-adv.png') center center no-repeat;
  }
  #mobile-nav-menu li a.mak:before {
		background: #6F7EBB url('images/nav-mak.png') center center no-repeat;
  }
  #mobile-nav-menu li a.liv:before {
		background: #6F7EBB url('images/nav-liv.png') center center no-repeat;
  }
  #mobile-nav-menu li a.pho:before {
		background: #6F7EBB url('images/nav-pho.png') center center no-repeat;
  }
  #mobile-nav-menu li a:hover {
   background: rgba(0, 0, 0, .3);
  }
   #header #nav {
   display: none;
  }
  .about-content .col-2 {
	  width: 51%;
	  margin-right: 0;
  }
  .about-content .col-3 {
	  width: 100%;
	  margin-top: 30px;
  }
}


/* - Tablets (portrait) 799px ----------- */

@media only screen and (max-width: 49.938em) {
  body {
    font-size: 0.875em;
  }
  #main #content .articles, #main #content article, #sidebar {
    width: 100%;
    margin-bottom: 15px;
  }
  #top-spots #free-hosting h2 {
	  margin-bottom: 15px;
  }
  #top-spots #free-hosting p {
  	display: none;
  }
  #sidebar {
    padding: 5% 10%;
  }
  #content .articles {
    padding: 0;
  }
  #header .right-float {
  	width: 70%;
  }
  #blog-posts .articles article {
  	width: 100%;
		margin-bottom: 30px;
		border-bottom: 1px #A09F9F solid;
		padding-bottom: 30px;
		margin-right: 0;
	}
	.woasa ul.tabs li {
		width: 100%;
		margin-right: 0;
	}
}

/* - Small Tablet 699px ----------- */

@media only screen and (max-width: 43.688em) {
  body {
    font-size: 0.813em;
  }
  #social-counts li:nth-child(even) {
  	margin-right: 0;
  }
  #blog-posts .item {
 		 display: none;
  }
  #blog-posts .knife {
	  display: block;
	  top: -52px;
  }
  #top-spots #free-hosting h2 {
	  margin-bottom: 5px;
  }
  .woasa ul.tabs {
	  width: 100%;
	  max-width: none;
  }
  .woasa ul.tabs.fixed {
	  position: static !important;
  }
  .woasa ul.tabs li {
		width: 29.3%;
		margin-right: 2%;
	}
	.woasa .content {
		width: 100%;
	}
	#splash.optin .container {
		padding: 0 3%;
	}
	.about-content .col-2 {
		width: 100%;
	}
	.about-content .col-0, .about-content .col-1 {
		width: 47%;
	}
}

/* - Small Phone 599px ----------- */

@media only screen and (max-width: 37.438em) {
  #splash-boxes {
	  padding-bottom: 0;
  }
  .col-4 li {
	  width: 50%;
	  margin-bottom: 30px;
	  border:0;
  }
  .jc-optin .left-float,
  .jc-optin .right-float {
	  width: 100%;
	  margin-bottom: 20px;
  }
  .jc-optin .container:before {
  	right: 0;
  }
  #footer .col-1,
  #footer .col-2 {
	  width: 100%;
	  border-right: 0;
	  border-bottom: 1px #A09F9F solid;
  }
  #footer .col-2 {
  	padding-top: 30px;
  }
  #footer aside.the-best h4,
  #footer aside.the-best ul li {
  	padding-left: 0;
  }
  #footer aside.the-best ul li article img {
  	width: 60px;
		height: 60px;
  }
  #header .right-float {
  	width: 60%;
  }
  #footer aside.about p {
  	padding-right: 0;
  }
  #timeline {
  	background: #0B183A;
  }
  #timeline ul {
  	height: auto;
  }
  #timeline ul li {
	  width: 100%;
	  position: static;
	  margin-top: 20px;
	  margin-bottom: 40px;
  }
  #timeline ul li .year::after,
  #timeline ul li:nth-child(even) .year::after {
  	height: 0;
		background: transparent;
  }
  #timeline::before,
  #timeline::after {
	  width: 1px;
	  top: 175px;
	  height: 100%;
	  background: #3C4764;
	  left: 49.2%;
  }
  #timeline::after {
 		left: 50.4%;
  }
  #timeline ul li .year::before {
		zoom: 200%;
		background-color: #0B183A;
		z-index: 9;
		box-shadow: 0 0 0 2px rgba(255,255,255,.5);
		top: -16px;
		transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
	}
	#timeline ul li.t1 .year::before {
		background: url('images/t1@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t2 .year::before {
		background: url('images/t2@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t3 .year::before {
		background: url('images/t3@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t4 .year::before {
		background: url('images/t4@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t5 .year::before {
		background: url('images/t5@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t6 .year::before {
		background: url('images/t6@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t7 .year::before {
		background: url('images/t7@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t8 .year::before {
		background: url('images/t8@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t9 .year::before {
		background: url('images/t9@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t10 .year::before {
		background: url('images/t10@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t11 .year::before {
		background: url('images/t11@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#mta_bar .left {
		font-size: 11px;
		line-height: 1.3;
		min-height: 13px;
		width: 100%;
		padding: 0 10px;
	}
	#mta_bar span.right {
		display: none;
	}
	#footer aside.topics, #footer aside.resources {
		width: 100%;
	}
	#top-spots {
	  margin-top: 15px;
	  height: auto;
  }
  .single #top-spots {
	  margin-top: 88px;
  }
  #top-spots #jc-leaderboard {
	  margin-bottom: 10px;
  }
  #top-spots #jc-leaderboard,
  #top-spots #free-hosting {
	  width: 100%;
  }
  #top-spots #free-hosting p {
	  display: block;
  }
  #splash-boxes li.money {
		border-left: 1px #C0C0C0 solid;
	}
	#footer aside.the-best ul li {
		min-height: none;
	}
	#splash {
		vertical-align: bottom;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
	}
	#footer aside.the-best ul li {
		min-height: 90px;
	}
	#footer .col-2 {
		border-bottom: 0;
	}
	#comments .comment-form-author, #comments .comment-form-email, #comments .comment-form-url {
		width: 100%;
		margin-bottom: 5px;
	}
	#splash.optin h2 {
		margin-bottom: 30px;
	}
	#splash.optin .container {
		padding: 0 10px;
	}
	#splash.optin .right-float {
		width: 100%;
	}
	#splash.optin .book {
		width: 36%;
		margin: auto;
		margin-bottom: 70px;
		float: none;
	}
}

/* - iPhone 499px ----------- */

@media only screen and (max-width: 31.188em) {
	.about-content .col-1,
	.about-content .col-0 {
	  width: 100%;
	  margin: auto;
  }
  .about-content .col-1 .img,
  .about-content .col-0 .img {
	  width: 100%;
	  box-shadow: none;
	  border: none;
  }
  #content .articles article .wp-post-image {
	  float: none;
	  width: 80%;
	  margin: 20px auto;
	  display: block;
  }
  #header {
		position: relative;
		margin-bottom: -50px;
		top: 0;
	}
  #header .right-float {
	  width: 50px;
  }
  #header #searchform {
  	display: none;
  }
  #social-counts li {
	  width: 100%;
	  margin-right: 0;
  }
  .jc-optin .container::before {
	  right: -100px;
  }
  .jc-optin h3 {
	  width: 80%;
  }
  #mta_bar {
		position: relative !important;
		margin-bottom: 0 !important;
		min-height: none;
	}
	#page-title {
		padding: 81px 0 30px 0;
	}
	#splash.dydtd h2 {
		font-size: 3.5em;
		padding: 80px 0 30px;
	}
	#splash.optin {
		padding-top: 80px;
	}
	.single #top-spots {
	  margin-top: 65px;
  }
  #sidebar {
	  padding: 5% 10px;
  }
  #content .articles article h2 a {
	  font-size: 0.875em;
  }
  #top-spots,
  #main #content article {
	  box-shadow: 0 0 0 3px rgba(0,0,0,.1);
  }
  #splash.optin a[data-leadbox="145d11973f72a2:9446024cd"].button {
	  height: auto !important;
  }
}

/* Retina Images */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  #header h1 a {
    background: url('images/logo@2x.png') center center no-repeat;
    background-size: 100%;
  }
  #splash-boxes li.blogging h3:after {
    background: url('images/sb-blogging@2x.png') center center no-repeat;
    background-size: 64px;
  }
  #splash-boxes li.speaking h3:after {
    background: url('images/sb-speaking@2x.png') center center no-repeat;
    background-size: 64px;
  }
  #splash-boxes li.money h3:after {
    background: url('images/sb-money@2x.png') center center no-repeat;
    background-size: 49px;
  }
  #splash-boxes li.books h3:after {
    background: url('images/sb-books@2x.png') center center no-repeat;
    background-size: 64px;
  }
  #social-counts li.fb::before {
    background: url('images/social-count-fb@2x.png');
    background-size: 54px;
  }
  #social-counts li.tw:before {
    background: url('images/social-count-twitter@2x.png');
    background-size: 54px;
  }
  #social-counts li.gp:before {
    background: url('images/social-count-gplus@2x.png');
    background-size: 54px;
  }
  #social-counts li.rs:before {
    background: url('images/social-count-rss@2x.png');
    background-size: 54px;
  }
  #copyright .logo {
    background-image: url('images/footer-logo@2x.png');
    background-size: 288px;
  }
  .jc-optin .container::before {
  	background: url('images/optin-cash@2x.png') center center no-repeat;
  	background-size: 231px;
  }
  .jc-optin .left-float::after {
   	background: url('images/optin-graph@2x.png');
   	background-size: 258px;
  }
  .jc-optin input[type="submit"],
  #sidebar aside.optin input[type="submit"],
  #splash.optin a.button {
  	background: #21BA20 url('images/optin-submiticon@2x.png') calc(100% - 15px) center no-repeat;
		background-size: 45px;
	}
	#photos {
		background: url('images/jc-photos-bg@2x.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#blog-posts .articles article .wp-post-image {
		background: url('images/fsb-thumb-bg@2x.png') center center no-repeat;
		background-size: 100%;
	}
	#blog-posts .knife {
		background: url('images/fsb-knife@2x.png');
		background-size: 360px;
	}
	#blog-posts .pho {
		background: url('images/fsb-pho@2x.png');
		background-size: 139px;
	}
	#blog-posts .ipad {
		background: url('images/fsb-ipad@2x.png');
		background-size: 104px;
	}
	#blog-posts .chopstix {
		background: url('images/fsb-chopstix@2x.png');
		background-size: 140px;
	}
	#blog-posts .keys {
		background: url('images/fsb-keys@2x.png');
		background-size: 116px;
	}
	#blog-posts #side-of-tweet:after {
		background: url('images/fsb-at@2x.png');
		background-size: 286px;
	}
	.jc-optin .name:before {
		background: url('images/input-user@2x.png') left center no-repeat;
		background-size: 35px;
	}
	.jc-optin .email:before {
		background: url('images/input-email@2x.png') left center no-repeat;
		background-size: 33px;
	}
	.about-content hr {
		background: url('images/hr-shadow@2x.png') center center no-repeat;
		background-size: 100%;
	}
	#about-splash .img {
		background: url('images/about-john@2x.jpg') center center no-repeat;
		background-size: 174px;
	}
	.about-content .as-seen-on .images {
		background: url('images/as-seen-on@2x.png') no-repeat center center;
		background-size: 100%;
	}
	.about-content .col-1 .img {
		background: url('images/mmo-book@2x.jpg')  center center no-repeat;
		background-size: 132px;
	}
	.about-content .col-0 .img {
		background: url('images/bs-book@2x.jpg') center center no-repeat;
		background-size: 132px;
	}
	.about-content .col-0 .ap,
	.about-content .col-1 .ap {
		background: url('images/book-apple@2x.png') center center no-repeat;
		background-size: 25px;
	}
	.about-content .col-0 .am,
	.about-content .col-1 .am {
		background: url('images/book-amazon@2x.png') center center no-repeat;
		background-size: 29px;
	}
	.about-content .col-3 .images {
		background: url('images/awards@2x.png') center center no-repeat;
		background-size: 235px;
	}
	.about-content .interesting-facts .bx-prev, .about-content .interesting-facts .bx-next {
		background: #EAEAEA url('images/if-arrow@2x.png') center center no-repeat;
		background-size: 38px;
	}
	.woasa ul.tabs li.tes:after {
		background-image: url('images/woasa-tes@2x.png');
		background-size: 64px;
	}
	.woasa ul.tabs li.int:after {
		background-image: url('images/woasa-int@2x.png');
		background-size: 64px;
	}
	.woasa ul.tabs li.tel:after {
		background-image: url('images/woasa-tel@2x.png');
		background-size: 62px;
	}
	.woasa ul.tabs li.mag:after {
		background-image: url('images/woasa-mag@2x.png');
		background-size: 55px;
	}
	.woasa ul.tabs li.new:after {
		background-image: url('images/woasa-new@2x.png');
		background-size: 54px;
	}
	.woasa ul.tabs li.cha:after {
		background-image: url('images/woasa-cha@2x.png');
		background-size: 59px;
	}
	/* Active */
	.woasa ul.tabs li.active.tes:after {
		background-image: url('images/woasa-tes-active@2x.png');
	}
	
	.woasa ul.tabs li.active.int:after {
		background-image: url('images/woasa-int-active@2x.png');
	}
	
	.woasa ul.tabs li.active.tel:after {
		background-image: url('images/woasa-tel-active@2x.png');
	}
	
	.woasa ul.tabs li.active.mag:after {
		background-image: url('images/woasa-mag-active@2x.png');
	}
	
	.woasa ul.tabs li.active.new:after {
		background-image: url('images/woasa-new-active@2x.png');
	}
	.woasa ul.tabs li.active.cha:after {
		background-image: url('images/woasa-cha-active@2x.png');
	}
	#social-counts .total,
	#sidebar aside.social .total {
		background: #172C76 url('images/adr-bg@2x.png') center center no-repeat;
		background-size: 188px;
	}
	#searchform #searchsubmit {
		background: url('images/search-mag@2x.png') no-repeat;
		background-size: 24px;
	}
	#footer aside.about .img {
		background: url('images/footer-john@2x.jpg');
		background-size: 150px;
	}
	#mobile-nav-menu li a.hom:before {
		background: #6F7EBB url('images/nav-home@2x.png') center center no-repeat;
		background-size: 16px;
  }
  #mobile-nav-menu li a.blo:before {
		background: #6F7EBB url('images/nav-blo@2x.png') center center no-repeat;
		background-size: 16px;
  }
  #mobile-nav-menu li a.abo:before {
		background: #6F7EBB url('images/nav-abo@2x.png') center center no-repeat;
		background-size: 16px;
  }
  #mobile-nav-menu li a.arc:before {
		background: #6F7EBB url('images/nav-arc@2x.png') center center no-repeat;
		background-size: 16px;
  }
  #mobile-nav-menu li a.adv:before {
		background: #6F7EBB url('images/nav-adv@2x.png') center center no-repeat;
		background-size: 16px;
  }
  #mobile-nav-menu li a.mak:before {
		background: #6F7EBB url('images/nav-mak@2x.png') center center no-repeat;
		background-size: 16px;
  }
	#mobile-nav-menu li a.liv:before {
		background: #6F7EBB url('images/nav-liv@2x.png') center center no-repeat;
		background-size: 16px;
  }
  #mobile-nav-menu li a.pho:before {
		background: #6F7EBB url('images/nav-pho@2x.png') center center no-repeat;
		background-size: 16px;
  }
  #timeline ul li.t1:hover .year::before {
		background: url('images/t1@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t2:hover .year::before {
		background: url('images/t2@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t3:hover .year::before {
		background: url('images/t3@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t4:hover .year::before {
		background: url('images/t4@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t5:hover .year::before {
		background: url('images/t5@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t6:hover .year::before {
		background: url('images/t6@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t7:hover .year::before {
		background: url('images/t7@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t8:hover .year::before {
		background: url('images/t8@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t9:hover .year::before {
		background: url('images/t9@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t10:hover .year::before {
		background: url('images/t10@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#timeline ul li.t11:hover .year::before {
		background: url('images/t11@2x.png') center center no-repeat;
		background-size: 21px;
	}
	#blog-posts .articles article .num:after {
		background: url('images/comment-arrow@2x.png');
		background-size: 10px;
	}
	.get-ebook::after {
		background: #157E12 url('images/get-ebook@2x.png') center center no-repeat;
		background-size: 42px;
	}
	#splash.dydtd .play:before,
	#splash.o30k .play:before {
		background: url('images/wtv@2x.png') center center no-repeat;
		background-size: 116px;
	}
	#splash.optin .book {
		background: url('images/optin-ebook@2x.png') center center no-repeat;
		background-size: 179px;
	}
	#splash.optin .book {
		background: url('images/optin-ebook@2x.png') center center no-repeat;
		background-size: 100%;
	}
	#splash.optin ul li {
		background: url('images/optin-li@2x.png') center left no-repeat;
		background-size: 32px;
	}
	#splash.optin .privacy {
		background: url('images/lock@2x.png') center left no-repeat;
		background-size: 22px;
	}
}