/*
  Theme Name: 60second Recap
  Theme URI: http://60secondrecap.com
  Description: The custom theme for 60second Recap
  Author: Men&nbsp;With&nbsp;Pens
  Author URI: http://menwithpens.ca/

  Version: 1.9

  Template: genesis
  Template Version: 1.9

  License: GPL-2.0+
  License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

  01 Import Fonts
  02 Defaults
  03 Typography
    - Font Color
    - Font Family
    - Font Size
    - Font Miscellaneous
  04 Layout
    - Structure
    - 1152px CSS Grid
    - Header
    - Main Content
    - Post Info & Meta
    - Column Classes
    - Miscellaneous
  05 Menus
    - Primary Navigation Extras
  06 Headings
  07 Lists
  08 Post Navigation
  09 Comments
  10 Sidebars
  11 Footer
    - Footer Widgets
  12 Forms & Buttons
    - Gravity Forms
  13 Images & Captions
  14 Media Queries
    - max-width: 1024px
    - max-width: 768px
    - max-width: 480px

*/

/* Attribution
------------------------------------------------------------ */

/* The site's header makes use of these icons from the Noun Project:
- "Stack of Books" designed by DaLpat TapaniYa from The Noun Project: http://thenounproject.com/noun/stack-of-books/
- "Envelope" designed by Jon Testa from The Noun Project: http://thenounproject.com/noun/envelope/#icon-No13468
*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

/*@import url(http://fonts.googleapis.com/css?family=Lato:400,700);*/
@import url(http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo|Archivo+Black|Schoolbell);


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  /*font-size: 100%; *//* 16px browser default */
    font-size: 75%; /* 12px browser default */
}

body {
  background: #fff url('images/bg.jpg');
  line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #1e1e1e;
  color: #fff;
}

::selection {
  background-color: #1e1e1e;
  color: #fff;
}

a img {
  border: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

  This section covers font colors, families, size, styles and weight.

  This style sheet uses rem values with a pixel fallback.
  The rem values are calculated per the examples below:

  16px default (original):

  12 / 16 =   0.75rem
  14 / 16 =   0.875rem
  16 / 16 =   1rem
  18 / 16 =   1.125rem
  20 / 16 =   1.25rem
  24 / 16 =   1.5rem
  30 / 16 =   1.875rem
  36 / 16 =   2.25rem
  42 / 16 =   2.625rem
  48 / 16 =   3rem

  12px default (current)

  12 / 12 =   1rem
  14 / 12 =   1.166rem
  etc.

  Further reading on the use and compatibility of rems:

  http://caniuse.com/rem
  http://snook.ca/archives/html_and_css/font-size-with-rem

*/

/* 03a - Font Color ----------- */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
  color: #000;
}

a,
h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
  color: #4bb1f1;
}

.post-info,
.post-meta,
#description {
  color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
  color: #333;
}

select {
  /*color: #111;*/
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
  font-family: 'Arial Black', 'Archivo Black', sans-serif;
  letter-spacing: -0.06em;
  /*font-family: 'Lato', sans-serif;*/
}

h1.entry-title {
  background: transparent url(images/bg-header-underline.jpg) bottom center no-repeat;
  /*text-transform: lowercase;*/
  text-align: center;
  font-size: 42px;
  padding-bottom: 20px;
}

.paged-2 h1.entry-title, .paged-2 .post-info,
.paged-3 h1.entry-title, .paged-3 .post-info,
.paged-4 h1.entry-title, .paged-4 .post-info,
.paged-5 h1.entry-title, .paged-5 .post-info,
.paged-6 h1.entry-title, .paged-6 .post-info,
.paged-7 h1.entry-title, .paged-7 .post-info,
.paged-8 h1.entry-title, .paged-8 .post-info,
.paged-9 h1.entry-title, .paged-9 .post-info,
.paged-10 h1.entry-title, .paged-10 .post-info {
    display: none;
}

.category.paged-2 h1.entry-title,
.category.paged-3 h1.entry-title,
.category.paged-4 h1.entry-title,
.category.paged-5 h1.entry-title,
.category.paged-6 h1.entry-title,
.category.paged-7 h1.entry-title,
.category.paged-8 h1.entry-title,
.category.paged-9 h1.entry-title,
.category.paged-10 h1.entry-title {
    display: block;
}

/* 03c - Font Size ----------- */

#title {
  font-size: 42px;
  font-size: 3.5rem;
}

h1,
.entry-title,
.entry-title a {
  font-size: 36px;
  font-size: 3rem;
}

blockquote::before {
  font-size: 32px;
  font-size: 2.666rem;
}

h2 {
  font-size: 30px;
  font-size: 2.5rem;
}

h3 {
  font-size: 14px;
  font-size: 1.166rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
  font-size: 17px;
  font-size: 1.416rem;
}


h5 {
  font-size: 16px;
  font-size: 1.333rem;
}

h6,
.author-box h1,
.sidebar h2 a {
  font-size: 16px;
  font-size: 1.333rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
  font-size: 14px;
  font-size: 1.166rem;
}


/* 03d - Font Miscellaneous ----------- */

blockquote p {
  font-style: italic;
}

cite {
  font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
  font-weight: 700;
}

.wp-caption {
  text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
  text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap, .wrap, #header {
  margin: 0 auto;
  width: 1140px;
}

#wrap {
  width: 100%;
  margin-top: -24px;
}

#inner {
  clear: both;
  overflow: hidden;
  width: 1140px;
  margin: 0 auto;
  /*padding-top: 40px;*/
  /*padding-top: 2.5rem;*/
}

/* 04b - 1152px CSS Grid ----------- */

#sidebar-alt {
  width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar {
  width: 360px; /* 352px / 1152px */
}

#header .widget-area {
  width: 65%;
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
  width: 360px; /* 352px / 928px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
  width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar #content,
.sidebar-content #content {
  width: 700px; /* 740px */
  background: #fff url(images/bg-main-column.jpg) top center no-repeat;
  padding: 60px 20px 25px;
  margin: 0 0 20px 15px;
  -webkit-box-shadow: 0 9px 6px -6px #333;
     -moz-box-shadow: 0 9px 6px -6px #333;
          box-shadow: 0 9px 6px -6px #333;
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
  width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
  /*width: 100%;  1152px / 1152px */
  width: 1140px;
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
  float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
  float: right;
}

/* Header widget area
------------------------------------------------------------ */

#header .widget-area {
  margin-top: 45px;
  margin-right: 10px;
}

#header .widget-area .textwidget {
  padding-right: 30px;
}

#header .widget-area a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

#header .widget-area a:hover {
  text-decoration: underline;
}

#header .widget-area .textwidget a {
  color: #fbaf3f;
}

#header .login {
  width: 140px;
  margin-top: 4px;
  float: right;
}

#header .login a {
  font-size: 14px;
}


/* Preheader
------------------------------------------------------------ */

#preheader {
  min-height: 70px;
  z-index: 2;
  position: relative;
  background: transparent url('images/bg-preheader.jpg') repeat-x;
  min-width: 1140px;
}

/*#preheader .wrap {*/
  /*background: transparent url('images/bg-stickies.jpg') no-repeat;*/
  /*height: 286px;*/
  /*width: 1140px;*/
  /*overflow: hidden;*/
/*}*/

#preheader .wrap {
  background: transparent url('images/bg-header-bookmarks.png') no-repeat 0 50px;
  height: 113px;
  width: 1140px;
  overflow: hidden;
  padding-top: 60px;
}

#preheader .library,
#preheader .recap,
#preheader .review {
  width: 182px; /* 198px; */
  height: 53px; /* 70px; */
  float: left;
  overflow: hidden;
  padding: 16px 0 0 17px;
}


#preheader .library {
  margin-left: 267px;
  margin-top: 9px;
}

#preheader .review {
  margin-left: 127px;
}

#preheader .review p {
  height: 63px;
  overflow: hidden;
}

#preheader .review p.more {
  height: auto;
}

#preheader .recap {
  margin-left: 122px;
  margin-top: 16px;
}

#preheader .library-link,
#preheader .review-link,
#preheader .recap-link {
  display: block;
  position: absolute;
  width: 307px;
  height: 71px;
}

#preheader .library-link:hover,
#preheader .review-link:hover,
#preheader .recap-link:hover {
  text-decoration: none;
}

#preheader .library-link {
  margin: 9px 0 0 176px;
}

#preheader .review-link {
  margin: 0 0 0 502px;
}

#preheader .recap-link {
  margin: 17px 0 0 822px;
}

#preheader h3 a {
  color: #000;
}

#preheader h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.3;
  font-family: 'Archivo Black', sans-serif;
  letter-spacing: -0.1em;
}

#preheader h3.question {
  height: auto;
}

#preheader h3 span {
  font-weight: normal;
}

#preheader p {
  font-size: 14px;
  line-height: 1.5;
}

#preheader .more {
  margin-top: 10px;
  text-align: right;
}

#preheader a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#preheader a:hover {
  text-decoration: underline;
}

/* 04c - Header ----------- */

#header {
  /*background: transparent url('images/60-second-recap.jpg') no-repeat;*/
  background: transparent url('images/60-second-recap-3b.jpg') no-repeat;
  /*background-position: -7px 0;*/
  min-height: 179px;
  /*overflow: hidden;*/
  /*padding-bottom: 32px;*/
  /*padding-bottom: 2rem;*/
}

#title {
  width: 320px;
  height: 85px;
  margin: 45px 0 0 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#title a{
  display: block;
  width: 320px;
  height: 85px;
}

.header-image #title {
  margin: 0;
}

#description {
  line-height: 1.25;
  display: none;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
  width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
  display: block;
  float: left;
  min-height: 120px;
  overflow: hidden;
  text-indent: -9999px;
  width: 50%;
}

.header-image #description {
  display: block;
  overflow: hidden;
}

/* 04d - Main Content ----------- */

#content {
  padding-bottom: 40px;
  padding-bottom: 3.333rem;
}

.entry,
.page .post.entry {
  margin-bottom: 20px;
}

.single .entry {
  margin-bottom: 48px;
  margin-bottom: 4rem;
}

.page .entry {
  margin: 0;
}

.entry-content {
  overflow: hidden;
}

.entry-content,
.entry-content p {
  line-height: 1.625;
}

.entry-content p {
  margin-bottom: 18px;
  font-size: 12px;
}

blockquote {
  padding: 24px 64px;
  padding: 2rem 5.333rem;
}

blockquote::before {
  content: "“";
  display: block;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
  clear: both;
  line-height: 1.5;
}

.single .post-info {
    width: 300px;
    float: left;
}

.single-decoder_video .post-info,
.page-template-index-review-php .post-info {
  width: 100%;
  float: none;
  text-align: center;
}

.post-info {
  margin-bottom: 24px;
  margin-bottom: 2rem;
}

.post-comments {
  /*background: url(images/post-comments.png) no-repeat center left;*/
  margin-left: 16px;
  margin-left: 1.333rem;
  padding-left: 20px;
  padding-left: 1.666em;
}

.post-meta {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  padding-top: 2rem;
  padding-bottom: 24px;
}

.categories,
.tags {
  display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
  width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
  width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
  width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
  width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
  width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
  width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
  width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
  width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
  width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
  width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
  width: 82.638888888%; /* 952px / 1152px */
}

.first {
  margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
  padding: 24px 0 16px;
  padding: 2rem 0 1.333rem;
}

p.pages,
.clear,
.clear-line,
.first {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 26px;
  margin-bottom: 2.166rem;
}

.alignleft,
.archive-page {
  float: left;
}

.alignright {
  float: right;
}

.archive-page {
  width: 50%;
}

.author-box,
.sticky {
  margin-bottom: 80px;
  margin-bottom: 6.666rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
  line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  margin-bottom: 48px;
  margin-bottom: 4rem;
  overflow: hidden;
  padding: 32px;
  padding: 2.666rem;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  overflow: hidden;
}

#header .genesis-nav-menu {
  float: right;
  width: auto;
  margin-right: 25px;
  margin-top: 17px;
  height: 62px;
  overflow: hidden;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
  border-bottom: 1px solid #ccc;
}

.genesis-nav-menu ul {
  float: left;
  width: 100%;
}

.genesis-nav-menu li {
  display: inline-block;
  float: left;
  list-style-type: none;
  text-align: left;
}

.genesis-nav-menu a {
  display: block;
  padding: 24px 14px;
  /*padding: 1.5rem 1.25rem;*/
  position: relative;
}

.genesis-nav-menu li.highlight-menu-item {
  margin-left: 20px;
  margin-left: 1.666rem;
}

.genesis-nav-menu .highlight-menu-item a {
  background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
  background-color: #4bb1f1;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
  padding: 1.666rem;
  position: relative;
  width: 170px;
}

.genesis-nav-menu li ul {
  left: -9999px;
  position: absolute;
  width: 212px;
  z-index: 99;
}

.genesis-nav-menu li ul ul {
  margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
  left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
  position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
  left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
  position: absolute;
  text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
  left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
  float: right;
  padding: 24px 20px;
}

.genesis-nav-menu li.right a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu li.search {
  padding: 6px 0 0;
}

/*.genesis-nav-menu li.rss a {*/
  /*background: url(images/rss.png) no-repeat center left;*/
  /*margin-left: 20px;  */
  /*padding-left: 20px;*/
/*}*/

/*.genesis-nav-menu li.twitter a {*/
  /*background: url(images/twitter-nav.png) no-repeat center left;*/
  /*padding-left: 24px;*/
/*}*/


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
  line-height: 1.2;
  margin-bottom: 16px;
}

#content h4 {
  font-family: 'Swanky and Moo Moo', cursive;
  /*text-transform: uppercase;*/
  font-size: 18px;
}

h4 i, h4 em{
  text-transform: none;
  font-size: 18px;
  display:block;
  padding-bottom: 30px;
  line-height: 1.6;
  /*-webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);*/
}

.author-box h1 {
  margin: 0
}

.taxonomy-description h1 {
  margin-bottom: 4px;
  margin-bottom: 0.333rem;
}

.archive-title {
  margin-bottom: 24px;
  margin-bottom: 2rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
  margin-bottom: 26px;
  margin-bottom: 2.166rem;
}

.entry-content ol li,
.entry-content ul li {
  line-height: 1.625;
  font-size: 14px;
}

.entry-content ol li,
.entry-content ul li {
  margin-left: 40px;
  margin-left: 3.33rem;
}

.entry-content ol li {
  list-style-type: decimal;
}

.entry-content ul li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #1e1e1e;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 1rem;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #4bb1f1;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
  line-height: 1.5;
  overflow: hidden;
  clear: both;
}

.ping-list,
#comments {
  /*margin-bottom: 0px;*/
  /*margin-bottom: 3rem;*/
}

#author,
#email,
#url {
  width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
  margin-bottom: 12px;
  margin-bottom: 1rem;
}

.commentmetadata {
  display: none;
}

#comment {
  margin: 12px 0;
  margin: 1rem 0;
}

label {
  margin-left: 12px;
  margin-left: 1rem;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 10px;
  padding: 10px 10px 10px 0;
}

.comment-list li ul li {
  margin-right: -32px;
  margin-right: -2.666rem;
}

.comment-header {
  overflow: hidden;
}

.comment {
  /*background-color: #f5f5f5;*/
  /*border: 2px solid #fff;*/
  /*border-right: none;*/
}

.comment-content p {
  margin-bottom: 14px;
  font-size: 14px;
}

.comment-content {
  padding-left: 63px;
  margin-top: -25px;
}

.comment-author .says {
  display: none;
}

.comment-author {
  font-size: 14px;
  font-weight: bold;
  color: #4BB1F1;
}

.comment .reply {
  font-size: 14px;
  padding-left: 63px;
}

.bypostauthor {
}

#comments .navigation {
  margin-top: 32px;
  margin-top: 2.666rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  display: inline;
  line-height: 1.5;
  margin-top: 3px;
}

.sidebar p,
.sidebar .book_info .details .review-info p {
  margin-bottom: 16px;
  font-size: 14px;
}

.sidebar .book_info .details p{
    margin-bottom: 2px;
}

.sidebar h4 {
  font-size: 25px;
}

.sidebar .widget {
  background: #fff url(images/bg-default-widget-top.jpg) top center no-repeat;
  margin-bottom: 15px;
  padding: 50px 15px 20px;
  /*overflow: hidden;*/
  -webkit-box-shadow: 0 9px 6px -6px #333;
     -moz-box-shadow: 0 9px 6px -6px #333;
          box-shadow: 0 9px 6px -6px #333;
}


.home .sidebar .widget{
  background: #fff url(images/bg-default-widget-top-wide.jpg) top center no-repeat;
}

.sidebar.widget-area ul li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  font-size: 12px;
}

.edit-links {
  margin: 15px 0;
}

.edit-links a {
    font-weight: bold;
}

/* Custom widgets
------------------------------------------------------------ */

.sidebar .ad .widget {
  background: #f9f9fb url(images/bg-ad-widget-top.jpg) top center no-repeat;
  padding: 85px 15px 0;
  margin-bottom:0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.sidebar .ad ins {
  margin: 0 7px !important;
}

.sidebar .ad:after {
  content: url(images/bg-ad-widget-bottom-pen.jpg);
  /*content: url(images/bg-ad-widget-bottom.jpg);*/
  margin-bottom: 20px;
}

.sidebar .transparent .widget,
.sidebar .blank .widget,
.sidebar .clear .widget {
  background: transparent;
  padding: 0 15px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.sidebar .notepaper,
.sidebar .note {
  margin-left: 5px;
  background: #f9f9fb url(images/bg-note-widget-top.jpg) top center no-repeat;
  width: 350px;
  padding-top: 85px;
}

.sidebar .notepaper .widget,
.sidebar .note .widget {
  background: #f9f9fb url(images/bg-note-widget-repeat.jpg) repeat-y;
  padding: 0 15px 20px;
  margin-top: -20px;

}

.sidebar .notepaper h4,
.sidebar .note h4 {
  text-align: center;
}

.sidebar.widget-area .notepaper.pink-title .book_list ul.related li a,
.sidebar.widget-area .notepaper.pink-title ul.related li a {
    line-height: 27px;
    font-size: 18px;
}

.sidebar.widget-area .notepaper.pink-title ul.related li {
    margin-bottom: 2px;
}

.sidebar .notepaper.pink-title h4 {
    font-family: 'Schoolbell', sans-serif;
    color: #ee0088;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 19px;
}

.sidebar .notepaper.pink-title p.more {
    font-family: 'Schoolbell', sans-serif;
    color: #ee0088;
    font-size: 28px;
    -moz-transform:rotate(-6deg);
    -webkit-transform:rotate(-6deg);
    -ms-transform:rotate(-6deg);
    margin: -16px 0 6px 16px;
    font-weight: bold;
}

.sidebar .notepaper.pink-title p.click {
    color: #ee0088;
    font-size: 21px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 0;
}

.sidebar.widget-area ul.related {
  overflow: auto;
}

.sidebar.widget-area ul.related li {
  margin-bottom: 10px;
}

.sidebar.widget-area .book_list ul.related li {
  margin-bottom: 2px;
}

.sidebar.widget-area .book_list ul.related li a{
  line-height: 18px;
}

.sidebar.widget-area ul.related li a{
  height: 90px;
  font-size: 14px;
  font-weight: bold;
  line-height: 90px;
  color: #000;
}

.sidebar.widget-area ul.related li a.request {
  line-height: 16px;
  font-weight: normal;
  text-decoration: underline;
}

.sidebar.widget-area ul.related li a img {
  float: left;
  padding-right: 12px;
}

.sidebar.widget-area .related_list {
  overflow: hidden;
}

.sidebar .up,
.sidebar .down {
  cursor: pointer;
  height: 25px;
}

.sidebar .up:hover,
.sidebar .down:hover {
  background-color: #444;
}

.sidebar .up {
  background: black url(images/bg-pink-arrow-up.png) center no-repeat;
  margin-bottom: 20px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.sidebar .down {
  background: black url(images/bg-pink-arrow-down.png) center no-repeat;
  margin-top: 20px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.sidebar .related_list p.more {
  text-align: right;
  font-size: 21px;
  padding: 5px 0 20px;
}

.sidebar .related_list p.more a {
  font-weight: bold;
}


/* Prefooter
------------------------------------------------------------ */

.prefooter {
  width: 1140px;
  height: 191px;
  margin: 0 auto;
  background: url('images/bg-featured.jpg') no-repeat;
}


/* Custom footer
------------------------------------------------------------ */

.social-stickies {
  width: 720px;
  height: 284px;
  background: url('images/bg-social-stickies.png') no-repeat;
  float: right;
  margin-top: -170px;
}

.social-stickies a {
  display: block;
  height: 210px;
  width: 200px;
  position: absolute;
  margin-top: 30px;
}

.social-stickies .twitter{
  margin-left: 40px;
}

.social-stickies .facebook{
  margin-left: 265px;
}

.social-stickies .google-plus{
  margin-left: 485px;
}

.custom-footer {
  width: 1140px;
  margin: 0 auto;
}

#footer .custom-footer .credits {
  clear: both;
  border-top: 1px solid #a9a8ab;
  padding-top: 14px;
}

#footer .custom-footer .info a img:hover {
  opacity: 0.8;
}

#footer .custom-footer .info a {
  color: #64646a;
}

#footer .custom-footer .credits p {
  font-weight: normal;
  color: #54545a;
  font-size: 12px;
  float: left;
}

#footer .custom-footer .credits p.info {
  width: 55%;
}

#footer .custom-footer .credits p.legal {
  text-align: right;
  width: 45%;
}

p.legal a {
  color: #64646a;
  text-decoration: none;
  padding-left: 15px;
}

p.legal a:hover {
  color: #84848a;
  text-decoration: underline;
}

.custom-footer .credits img {
  vertical-align: middle;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
  clear: both;
  position: relative;
  z-index: 2;
  margin-top: -13px;
  background: transparent url('images/bg-footer.png') repeat-x;
  min-height: 234px;
  min-width: 1140px;
  padding-top: 79px;
  overflow: visible;
}

#footer .wrap {
  width: 100%;
  background: #fff;
  min-height: 234px;
  overflow: visible;
}

#footer .creds {
  text-align: right;
}

#footer .creds,
#footer .gototop {
  margin: 8px 0;
  margin: 0.666rem 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
  overflow: hidden;
  width: 420px;
  height: 160px;
  overflow: hidden;
  float: left;
  color: #54545a;
  font-size: 13px;
  padding-bottom: 20px;
}

.footer-widgets p {
  margin-bottom: 16px;
  margin-bottom: 1.333rem;
}

.footer-widgets .widget {
  margin-bottom: 24px;
  margin-bottom: 2rem;
}

.footer-widgets .widget-area ul li {
  list-style-type: none;
  margin-bottom: 4px;
  /*margin-bottom: 0.375rem;*/
  word-wrap: break-word;
}

.footer-widgets .widget-area ul li a {
  color: #64646a;
  text-decoration: none;
}

.footer-widgets .widget-area ul li a:hover {
  color: #333;
}

.footer-widgets-1 {
  margin-right: 4.166666666%; /* 48px / 1152px */
  width: 200px;
}

.footer-widgets-2 {
  width: 200px;
}

.footer-widgets .widgettitle {
  color: #54545a;
  font-size: 13px;
  /*text-transform: uppercase;*/
  margin-bottom: 10px;
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 5px #ddd inset;
  padding: 16px;
  padding: 1rem;
  width: 100%;
}

#header .search-form {
  float: right;
  /*margin-top: 56px;*/
  /*margin-top: 3.5rem;*/
  width: 260px;
}

#header .search-form .search-input{
  background: #333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 10px;
  width: 225px;
  font-size: 12px;
  font-style: italic;
  color: #787878;
}

button,
input[type="button"],
input[type="submit"],
.btn {
  background-color: #1e1e1e;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 16px 24px;
  padding: 1.333rem 2rem;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
  background-color: #4bb1f1;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
  border: 0;
  /*clip: rect(0, 0, 0, 0);*/
  /*height: 1px;*/
  /*margin: -1px;*/
  overflow: hidden;
  padding: 0;
  position: absolute;
  border-radius: 0;
  /*width: 1px;*/
}

.search-form input[type="submit"] {
  height: 24px;
  width: 24px;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
  background: url('images/bg-search.png') no-repeat;
}

.share-buttons{
    margin-bottom: 20px;
    width: 375px;
    float: right;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1.333rem;
  padding: 16px;
  padding: 1.333rem;
}

#content div.gform_wrapper input[type="submit"] {
  padding: 16px 24px;
  padding: 1.333rem 2rem;
}

#content div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.333rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
}

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2rem;
}

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2rem;
}

.author-box .avatar {
  float: left;
  margin-right: 24px;
  margin-right: 2rem
}

.comment-list li .avatar {
  float: left;
  margin: 0 16px 0 0;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2rem
}

img.alignnone {
  display: inline;
  margin-bottom: 12px;
  margin-bottom: 1rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
  display: inline;
  margin: 0 16px 10px 0;
  margin: 0 1.333rem 0.833rem 0;
}

img.alignright,
.wp-caption.alignright {
  display: inline;
  margin: 0 0 16px 24px;
  margin: 0 0 1.333rem 2rem;
}

p.wp-caption-text {
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 1rem;
  margin-bottom: 5px;
  font-size: 10px;
  font-size: 0.833rem;
}

.gallery-caption {
}


/* Video styling
------------------------------------------------------------ */

#content .video {
  background: #fff url(images/bg-video.jpg) no-repeat;
  height: 518px;
  padding: 25px 20px 0;
  width: 640px;
}

.single-review #content .video,
.page-template-index-review-php  #content .video {
  background: #fff url(images/bg-video-textarea.jpg) no-repeat;
  height: 585px;
}

#content .video h3 {
  font-size: 16px;
  margin: 24px 0 4px 0;
}

#content .video p {
  font-size: 14px;
  line-height: 16px;
}


/* Book Video Single (single-book_video.php)
------------------------------------------------------------ */

#content .back_to_index {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 25px;
}

/*.single-book_video h1.entry-title {
  background: none;
  text-align: left;
  font-size: 42px;
  padding-bottom: 0;
}*/

.single-book_video h2 {
  font-size: 21px;
  margin-bottom: 5px;
}

.banner-prompts {
  margin: 20px 0 40px;
}

.banner-prompts img {
  padding-right: 15px;
}

.content-ad {
  float: left;
  padding-top: 20px;
}

.recap-ad {
  float: right;
  margin-right: 25px;
  height: 316px;
  width: 302px;
  overflow: hidden;
  background: #fff url(images/ad-club-recap.jpg);
  text-align: center;
  line-height: 1.625;
}

.recap-ad a,
.ask-recap-ad a{
  color: black;
  font-size: 21px;
  font-weight: bold;
}

#content .recap-ad h4,
#content .ask-recap-ad h4{
  font-family: Helvetica, arial, sans-serif;
  text-transform: none;
  margin: 120px 0 20px;
  font-size: 18px;
  padding: 0 40px;
}

#content .ask-recap-ad h4 {
  margin-top: 140px;
  font-size: 21px;
}

.ask-recap-ad {
  float: right;
  margin-right: 25px;
  height: 316px;
  width: 302px;
  overflow: hidden;
  background: #fff url(images/ad-ask-the-recap.jpg);
  text-align: center;
  line-height: 1.625;
}

.transcript {
  overflow: hidden;
  margin-bottom: 20px
}

.transcript h3 {
  font-size: 21px;
}

.transcript-more {
  margin-bottom: 20px;
}

.transcript-more a {
  font-weight: bold;
  color: #000
}


/* Book Single (single-book.php)
------------------------------------------------------------ */

.single-book h1.entry-title {
  background: none;
  text-align: left;
  font-size: 42px;
  padding-bottom: 0;
}

.single-book .book-cover {
  float: left;
  padding: 0 20px 5px 0;
  max-width: 340px;
}

.single-book .book-meta {
  float: left;
  width: 320px;
}

.single-book p.meta {
    /*line-height: 1.1;*/
}

.single-book p.meta.title {
    float: left;
    margin: 0 6px 0 0;
    padding: 0;
}

.single-book .book-meta p{
  font-size: 15px;
  margin-bottom: 10px;
}

.single-book .description {
  clear: both;
}


/* The Library index (archive-book.php)
------------------------------------------------------------ */
.post-type-archive-book h1.entry-title span {
  font-size: 72px;
}

.post-type-archive-book .request {
  margin: 10px 0 30px;
}

.post-type-archive-book .sortbox {
  margin-bottom: 30px;
}

/*.post-type-archive-book p strong {
  padding-right: 15px;
}*/

.customSelect {
  background: black url(images/bg-pink-arrow-down.png) 230px 12px no-repeat;
  color: #fff;
  padding: 10px;
  width: 240px;
  cursor: pointer;
}

.customSelect.customSelectHover {
  background-color: #444;
}

.book-entry,
.post-photo {
  background: #fff url(images/bg-library-cover.jpg) no-repeat;
  width: 312px;
  height: 340px;
  padding: 20px 12px 0;
  overflow: hidden;
  float: left;
  font-size: 13px;
  line-height: 16px;
}

.book-entry.even,
.post-photo.even {
  float: right;
}

.book-entry .cover,
.post-photo .cover {
  background: #000;
  text-align: center;
  margin-bottom: 18px;
  width: 312px;
  height: 219px;
}

.book-entry .cover:hover,
.post-photo .cover:hover {
  opacity: 0.8;
}

.book-entry h2,
.post-photo h2 {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}

.book-entry h2 a,
.post-photo h2 a {
  color: #4BB1F1;
}

.pagination {
  clear: both;
  background: #000;
  color: #fff;
  padding: 10px 0;
  width: 320px;
  margin: 20px auto 0;
  text-align: center;
}

.pagination a {
  color: #fff;
  font-weight: bold;
}

.pagination a:hover,
.pagination a.active {
  color: #e8468c;
  text-decoration: none;
}

.pagination a.all {
  padding-left: 20px;
}


/* Review details (single-review.php and index-review.php)
------------------------------------------------------------ */

.single-review h1.entry-title {
  background: #fff;
  text-align: left;
  font-size: 48px;
  padding-bottom: 0;
}

p.stars {
  margin: 35px 0 15px;
}

p.stars strong {
  padding-right: 10px;
  font-size: 16px;
}

p.stars img {
  padding-right: 4px;
}

.like,
.dislike {
  float: left;
  width: 43%;
  padding: 0 0 0 7%;
  font-size: 13px;
  line-height: 18px;
}

.like {
  width: 40%;
  padding-right: 3%;
}

.like strong,
.dislike strong {
  font-size: 18px;
}

.like {
  background: transparent url(images/thumbs-up.png) 0px 10px no-repeat;
}

.dislike {
  background: transparent url(images/thumbs-down.png) 0px 10px no-repeat;
}

.book_info {
  overflow: hidden;
  font-size: 14px;
}

.single-review .cover,
.page-template-index-review-php .cover,
.post-type-archive-review .cover {
  width: 120px;
  float: left;
  padding: 0 15px 0 0;
}

.single-review .cover:hover,
.page-template-index-review-php .cover:hover,
.post-type-archive-review .cover:hover {
  opacity: 0.8;
}

.single-review .sidebar h2,
.page-template-index-review-php .sidebar h2 {
  float: left;
  width: 180px;
  font-size: 24px;
}

.single-review .sidebar .details,
.page-template-index-review-php .sidebar .details {
  clear: both;
  padding-top: 15px;
}

.single-review .sidebar .rule,
.page-template-index-review-php .sidebar .rule {
  width: 203px;
  margin: 15px auto;
  display: block;
}

.sidebar .social-links {
  margin-top: 20px;
}

.single-review .related-books-top,
.page-template-index-review-php .related-books-top {
  background: #fff url(images/bg-other-books.jpg) no-repeat;
  width: 676px;
  height: 96px;
}

.single-review .related-books,
.page-template-index-review-php .related-books {
  background: #fff url(images/bg-other-books-tile.jpg) repeat-y;
  width: 676px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 9px 6px -6px #666;
     -moz-box-shadow: 0 9px 6px -6px #666;
          box-shadow: 0 9px 6px -6px #666;
  overflow: auto;
}

.related-books ul,
.related-books ul{
  margin: 0 0 0 40px;
  padding: 20px 0 5px;
  width: 260px;
}

.related-books ul.split-list {
    float: left;
}

.single-review .related-books ul li,
.page-template-index-review-php  .related-books ul li {
  padding-bottom: 5px;
}

.single-review .related-books ul li a,
.page-template-index-review-php .related-books ul li a {
  color: #000;
}

.related-books h3 {
    margin: 0 20px 0;
    padding-top: 10px;
    border-bottom: 2px solid #111;
    clear: both;
}

.page-template-index-review-php .post-edit-link,
.page-template-index-recap-php .post-edit-link {
  display: none;
}

.page-template-index-review-php .entry-content h4 {
  margin-bottom: 0;
}

.page-template-index-review-php h1.entry-title {
  text-transform: none;
}


.previous-reviews,
.blog-posts {
  clear: both;
  padding-top: 10px;
}

.recent-post {
  float: left;
  background: #fff url(images/bg-recent-post.jpg) no-repeat;
  width: 308px;  /* 338px */
  height: 228px; /* 268px */
  padding: 40px 15px 0;
}

.recent-post.review-2,
.recent-post.even {
  float: right;
}

.recent-post .cover {
  float: left;
}

.recent-post .meta {
  float: right;
  width: 170px
}

.recent-post p {
  line-height: 20px;
  padding-bottom: 10px;
}

.recent-post p a {
  color: #000;
  font-weight: bold;
}

.recent-post p.check-it{
  text-align: right;
  margin-top: 20px;
}

.recent-post p.title {
  padding-top: 30px;
}

.recent-post h3 {
  padding-top: 20px;
  font-size: 21px;
}

.recent-post h3 a {
  color: #000;
}

.recent-post p.title a {
  font-weight: normal;
}

.recent-post a.overlay {
  width: 338px;
  height: 268px;
  position: absolute;
  display: block;
  margin-left: -15px;
  margin-top: -40px;
}

.recent-post a.overlay:hover {
  text-decoration: none;
}

.previous-reviews .show-more {
  clear: both;
  text-align: right;
  padding-top: 20px;
  font-weight: bold;
  font-size: 18px;
}

.additional {
  margin-bottom: 20px;
}

/* Review archive (archive-review.php)
------------------------------------------------------------ */

.post-type-archive-review h1.entry-title {
  text-transform: none;
  margin-bottom: 40px;
}

.post-type-archive-review h1.entry-title span {
  vertical-align: top;
  font-size: 32px;
  line-height: 56px;
}

.review-archive {
  margin-top: 30px;
}


/* Club Recap Index (index-recap.php)
------------------------------------------------------------ */

.recap-video:hover {
  opacity: 0.8;
}

.ui-tooltip {
  padding: 8px;
  color: #fff;
  background: #000;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

.recap-videos {
  background: #fff url(images/bg-video-textarea.jpg) no-repeat;
  height: 525px;
  padding: 30px 40px;
}

.recap-video {
  max-width: 120px;
  display: block;
  float: left;
}

.recap-videos .video-group {
  position: absolute;
  width: 600px;
  height: 360px;
  background: #000;
}

.page-template-index-recap-php #content h4 em {
  padding-bottom: 0;
}

.page-template-index-recap-php .recap-buttons{
  margin-top: 440px;
}

.page-template-index-recap-php .addthis_toolbox {
  margin-top: 15px;
}

.recap-buttons a.create {
  margin-right: 12px;
}

.recap-buttons img {
  height: 58px;
}

.recap-buttons img:hover {
  opacity: 0.8;
}

.other-recaps-top {
  background: #fff url(images/bg-browse-by-book.jpg) no-repeat;
  width: 676px;
  height: 96px;
}

.other-recaps {
  background: #fff url(images/bg-other-books-tile.jpg) repeat-y;
  width: 676px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 9px 6px -6px #666;
  -moz-box-shadow: 0 9px 6px -6px #666;
  box-shadow: 0 9px 6px -6px #666;
  overflow: auto;
}

.other-recaps ul {
  margin: 0 auto;
  padding: 20px 0 40px;
  width: 300px;
}

.other-recaps ul.left,
.other-recaps ul.middle,
.other-recaps ul.right{
  float: left;
}

.other-recaps ul.left {
  margin-left: 20px;
}

.other-recaps ul li {
  /*padding-bottom: 2px;*/
  font-size: 13px
}

.other-recaps ul li a {
  color: #000;
}

.topics ul {
  width: 200px;
  margin-bottom: 20px;
}

.topics p.all{
  clear: both;
  font-weight: bold;
  text-align: right;
  font-size: 21px;
  margin-bottom: 40px;
}

.topics p.all a {
  color: #000;
  padding: 0 40px 0 0;
}

h3.topic {
  background: transparent url(images/browse-by-topic.jpg) no-repeat center;
  /*width: 261px;*/
  height: 77px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  clear: both;
}

.search-recaps {
  margin: 30px auto;
  overflow: auto;
  width: 590px;
  background: url(images/bg-searchbox.jpg) no-repeat 155px 0;
  padding: 12px 0 0 0;
}

.search-recaps .s {
  height: 20px;
  width: 300px;
  float: left;
}

.search-recaps h3 {
  float: left;
  font-family: sans-serif;
  font-size: 19px;
  line-height: 34px;
  margin-right: 40px;
}

.search-recaps input[type="submit"] {
  height: 34px;
  background: transparent;
  color: #000;
  padding: 0 0 0 12px;
  line-height: 34px;
  font-size: 18px;
  float: left;
}



/* Club Recap Subpage (single-club_recap_video.php)
------------------------------------------------------------ */

.responses h3 {
  margin-top: 30px;
  font-size: 34px;
}

.responses h3 a {
  font-size: 18px;
}

.responses h3 a {
  text-decoration: none;
}

.responses span {
  font-size: 14px;
  color: #888;
}

.video .details {
  margin-top: 60px;
}

.sidebar .reply {
  margin-top: 10px;
  font-weight: bold;
}

/* Club Recap Archive
------------------------------------------------------------ */

.all-recaps .recap {
  width: 230px;
  min-height: 155px;
  text-align: center;
  float: left;
}

.all-recaps .recap a:hover {
  text-decoration: none;
}

.all-recaps .recap span {
  display: block;
  margin: 5px 20px 0;
  font-size: 14px;
  line-height: 16px;
}

.post-type-archive-club_recap_video .sortbox {
  margin: 40px 0 40px 50px;
}

h4.filter {
  margin: 0 0 40px 38px;
}

p.show-all {
  clear: both;
  margin-bottom: 20px;
  padding-top: 20px;
}

p.show-all a {
  color: #000;
  font-weight: bold;
  margin: 20px 0 30px 38px;
}


/* Question single (single-question.php)
------------------------------------------------------------ */

.answer {
  margin: 20px 0 40px;
  line-height: 1.6;
}

.answer p {
  margin-bottom: 16px;
}


/* Question archive (archive-question.php)
------------------------------------------------------------ */

p.subhead{
  text-align: center;
  margin: 30px 0 10px;
}

p.subhead a {
  font-weight: bold;
}

/* Homepage
------------------------------------------------------------ */

.home.content-sidebar #content {
  width: 751px;
  padding: 0;
  background: transparent;
  margin: 0 0 20px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.home h1.entry-title {
  background: transparent url(images/bg-header-underline-blue.jpg) 280px 100px no-repeat;
  padding-top: 16px;
  font-size: 76px;
  padding-bottom: 10px;
}

.home h1.entry-title span {
  font-size: 54px;
  vertical-align: top;
  line-height: 85px;
}

.home .features {
  width: 1120px;
  margin: 0 auto;
  overflow: auto;
}


.home .latest{
  width: 705px; /* 751px; */
  height: 1239px; /* short - 885px; long - 1239px */
  background: transparent url(images/bg-latest-home-long.jpg) no-repeat;
  padding: 0 24px;
  margin: 0 0 0 6px;
}

.home .home-sidebar{
  width: 360px;
}

.home .book-entry,
.home .post-photo {
  background: transparent url(images/bg-library-cover-trans.png) no-repeat;
}

.home .book-entry h2 a,
.home .post-photo h2 a {
  color: #000;
  font-size: 18px;
}

.home .sidebar {
  width: 370px;
}

.home .sidebar .transparent .widget {
  padding: 0;
}

.post-photo .more {
  color: #000;
  font-weight: bold;
}


/* Homepage widget styling
------------------------------------------------------------ */

.sidebar .transparent.social {
  background: transparent url(images/bg-widget-pink-white-notitle-small.jpg) no-repeat;
  height: 320px; /* was 394px now 370px */
  width: 310px; /* 370px */
  padding: 20px 20px 10px 40px;
}

.sidebar .social .latest-blog,
.sidebar .social .rant {
  height: 94px;
  /*overflow: hidden;*/
}

.sidebar .social .latest-blog h3,
.sidebar .social .rant h3 {
  font-size: 18px;
  padding: 5px 0 0;
  margin: 0;
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
}

.sidebar .social .latest-blog h3 a,
.sidebar .social .rant h3 a{
  color: #000;
}

.sidebar .social .latest-blog p,
.sidebar .social .rant p{
  font-size: 14px;
}

.sidebar .social .latest-blog p.continue,
.sidebar .social .rant p.continue {
  text-align: right;
  font-weight: bold;
}

.sidebar .social .latest-blog .continue a,
.sidebar .social .rant .continue a {
  color: #000;
}

.sidebar .social .rant .continue {
    margin-top: -20px;
}

.sidebar .social .rant .continue a {
    color: #e3ec05;
    font-size: 24px;
    font-family: 'Schoolbell', sans-serif;
}

.sidebar .social .latest-tweet {
  margin-top: 40px;
  font-size: 14px;
}

.sidebar .social .latest-tweet .twitter-user {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-left: 40px;
  padding-bottom: 10px;
}

.sidebar .social .latest-tweet .follow {
  padding-left: 35px;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  color: #000;

}

.sidebar .social .latest-tweet .title {
    padding-bottom: 7px;
}

.sidebar .recap {
  text-align: center;
}

.sidebar .recap p {
  font-weight: bold;

  font-size: 21px;
  padding: 20px 0;
}

.sidebar .recap p a {
  color: #000;
}


/* Category page (category.php)
------------------------------------------------------------ */
.category h1.entry-title {
  text-transform: none;
}

.category #content h4.subheader {
  text-transform: none;
  text-align: center;
  margin: 25px 0 30px;
}

/*.category .entry-content {*/
  /*height: 670px;*/
  /*overflow: hidden;*/
/*}*/

.category h2.title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 25px;
}

.category p.read-more {
  margin: 20px 0 40px;
  text-align: right;
}

.category p.read-more a {
  font-size: 24px;
  font-weight: bold;
}

.category .page-links {
    margin-bottom: 30px;
    font-size: 14px;
}

.category .page-links .page-numbers {
    padding: 0 4px;
}

.category .post-info {
    clear: none;
}

.category .post-excerpt {
    font-size: 12px;
    line-height: 1.8;
}

.category article {
    clear: both;
}


/* Hide selected sidebar titles
------------------------------------------------------------ */
.sidebar .transparent h4,
.sidebar .ad h4,
.sidebar .notitle h4 {
  display: none;
}

.sidebar .transparent.social h4 {
    display: block;
    text-align: center;
    font-family: 'Schoolbell', sans-serif;
    color: #e3ec05;
    margin-left: -20px;
    letter-spacing: 0.01em;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
}


/* Homepage featured area
------------------------------------------------------------ */

.home-featured {
  margin-top: -9px;
  width: 1116px;
  height: 487px;
  margin-left:10px;
  background: transparent url(images/bg-featured-wide.jpg) no-repeat;
}

.home-featured .pin {
  width: 1116px;
  height: 43px;
  background: transparent url(images/pin.png) 558px 5px no-repeat;
  position: absolute;
  z-index: 5;
}

.home-featured .images,
.home-featured .text {
  position: absolute;
  width: 1116px;
  height: 438px;
  overflow: hidden;
}

.home-featured .text {
  z-index: 2;
}

.home-featured .images {
  margin-top: 19px;
  z-index: 1;
  background: #000;
}

.home-featured .image {
  float: left;
  width: 1116px;
  height: 438px;
}

.home-featured .slider {
  width: 5580px;
}

.home-featured .message {
  width: 372px; /* 490px */
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 55px 0 0 580px;
  padding: 20px 69px 30px;
  max-height: 233px;
}

.home-featured .message h2,
.home-featured .message strong,
.home-featured .message b {
  /*text-transform: lowercase;*/
  font-size: 33px;
  line-height: 1.2;
  font-family: 'Archivo Black', sans-serif;
  letter-spacing: -0.06em;
  font-weight: normal;
}

.home-featured .message h2 a:hover {
  color: #000;
}

.home-featured .message p {

  line-height: 24px;
  margin-top: 10px;
}


.home-featured .message p a {
  color: #000;
  font-weight: bold;
}

.home-featured .navlinks {
  position: absolute;
  z-index: 6;
  margin-top: 365px;
  padding-left: 22px;
  width: 1108px; /* 1140px total */
}

.home-featured .navlinks li {
  list-style-type: none;
  display: block;
  float: left;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  width: 195px;
  height: 47px; /* 50px */
  overflow: hidden;
  margin-right: 22px;
  margin-top: 27px;
  font-family: 'Archivo Black', sans-serif;
  /*text-transform: lowercase;*/
  font-size: 22px;
  padding-top: 3px;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.home-featured .navlinks li a{
  color: #000;
  display: block;
  width: 195px;
  height: 50px;
  text-align: center;
}

.home-featured .navlinks li a:hover {
  text-decoration: none;
}


.home-featured .navlinks li.active {
  background: #ffad54;
  height: 77px;
  margin-top: 0;
  font-size: 36px;
}

.home-featured .navlinks li.active a{
  color: #000;
  display: block;
  width: 195px;
  height: 77px;
  text-align: center;
}

.home-featured .message-2,
.home-featured .message-3,
.home-featured .message-4,
.home-featured .message-5 {
  display: none;
}


/* Blog index
------------------------------------------------------------ */

.page-links {
  clear: both;
  padding: 25px 0 5px;
  text-align: center;
}


/* Tablepress
------------------------------------------------------------ */

table.alignleft {
    margin-right: 10px;
}

/* Social Buttons
------------------------------------------------------------ */

#content .single-social {
    float: right;
    overflow: hidden;
    width: 190px;
    margin: 0 0 20px 10px;
}

#content .social-footer .single-social {
    float: none;
    clear: both;
    margin: 0 0 20px;
}

#content .social-footer .single-social span.twittersocial {
    margin-left: 0;
}

#content .single-social span {
    float: left;
    display: block;
}

#content .single-social span {
    margin: 0 0 0 10px;
}

#content .single-social span.twittersocial {
    margin: 0 3px 0 10px;
}

.single #content .post-comments {
    display: none;
}

/* MailChimp
------------------------*/

#mc_signup_form .mc_var_label {
    font-weight: bold;
    margin-left: 0;
}

#mc_signup_submit {
    line-height: 1em !important;
}

.widget_mailchimpsf_widget h4 {
    text-align: center;
    font-size: 2.6em;
}

.sidebar .widget.widget_mailchimpsf_widget {
    background: #F9F9FB url(images/bg-ad-widget-top.jpg) top center no-repeat;
    padding: 75px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sidebar .widget.widget_mailchimpsf_widget .widget-wrap {
    padding: 0 15px 35px;
}

.widget_mailchimpsf_widget:after {
    content: url(images/bg-ad-widget-bottom.jpg);
    margin-bottom: 20px;
}

#mc_mv_EMAIL,
#mc_mv_FNAME {
    background: transparent url(images/bg-input.png);
    width: 320px;
    height: 69px;
    border: none;
    box-shadow: none;
    padding: 10px 25px 12px;
    text-align: center;
}

#mc_mv_EMAIL:focus,
#mc_mv_FNAME:focus {
    outline: 0;
}

#mc_mv_FNAME {
    background: transparent url(images/bg-input2.png);
    height: 59px;
    padding: 15px 25px 10px;
}

#mc_signup .mc_var_label {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

#mc-indicates-required,
.mc_required {
    display: none;
}

#mc_subheader {
    text-align: center;
}

.mc_error_msg {
    display: block;
}

#mc_signup_submit {
    background: transparent url(images/bg-button-mailchimp.png);
    width: 267px;
    height: 61px;
    text-transform: uppercase;
    padding-top: 18px;
}

#mc_signup_submit:hover {
    border: none;
    opacity: 0.8;
}

/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */


/*@media only screen and (max-width: 1024px) {

  #wrap {
    max-width: 960px;
  }

}*/

/* iPads (portrait) ----------- */

/*@media only screen and (max-width: 768px) {

  #wrap {
    padding: 0 5%;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .wrap,
  #footer .creds,
  #footer .gototop,
  #header .widget-area,
  #inner,
  #title-area,
  #wrap .sidebar,
  #wrap #content,
  #wrap #content-sidebar-wrap,
  #wrap #sidebar-alt {
    width: 100%;
  }

  .genesis-nav-menu li,
  #footer .creds,
  #footer .gototop,
  #header ul.genesis-nav-menu,
  #header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  #description,
  #footer .creds,
  #footer .gototop,
  #header .search-form,
  #title,
  #title-area {
    text-align: center;
  }

  .genesis-nav-menu a {
    padding: 20px 16px;
    padding: 1.25rem 1rem;
  }

  #title {
    margin: 16px 0;
    margin: 1rem 0;
  }

  #header .search-form {
    margin: 32px auto 0;
    margin: 2rem auto 0;
    width: 50%;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  #footer .wrap {
    padding: 24px 0;
    padding: 1.5rem 0;
  }

  .footer-widgets-1,
  #header .genesis-nav-menu {
    margin: 0;
  }

}*/

/* iPhones (portrait and landscape) ----------- */

/*@media only screen and (max-width: 480px) {

  html {
    font-size: 87.5%;
  }

  #header .search-form {
    width: 100%;
  }

  .archive-page,
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

}*/

/* Custom css by cmshelplive*/
.related-books .single-list li a { font-size : 113% !important; }
.related-books .split-list li a { font-size : 113% !important; }

.single-decoder .book-cover {
float: left;
padding: 0 20px 5px 0;
max-width: 340px;
}

.post-type-archive-decoder .request {
margin: 10px 0 30px;
}

.post-type-archive-decoder .sortbox {
margin-bottom: 30px;
}