@charset "UTF-8";
/*
Theme Name: CB
Author: kwight
Author URI: http://kwight.ca
Description: For carte blanche, with love.
Version: 1.0
License: n/a (not released)
Text Domain: cb
Tags: white, black, red, gray, two-columns, one-column, flexible-width, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready


CB (c) 2012 Kirk Wight

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Table of contents
-------------------------------------------------------------- */
/*
=Reset
=Structure
=Global
=Header
=Menu
=Content
=Asides
=Media
=Navigation
=Comments
=Widgets
=Footer
=Plugin integration
=IE9 and unsupported
=Responsive
*/
/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/
/* Color */
/* Typography */
/* Stucuture */
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

a img {
  border: 0; }

.assistive-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* =Structure
Based on a 12-column, fluid grid
----------------------------------------------- */
/* Containers */
#page {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 1000px;
  width: 94%; }

/* Elements */
#masthead hgroup,
form.searchform,
#primary,
.comment-form-author,
.comment-form-email,
.comment-form-url,
#secondary,
.site-footer .widget-area {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%; }

/* 12 columns */
.page-template-full-width-php #primary {
  width: 98.0%; }

/* 8 columns */
.dummy {
  width: 64.667%; }

/* 4 columns */
.dummy {
  width: 31.333%; }

/* Clearfix */
#page:after,
#masthead:after,
.site-logo:after,
.site-navigation:after,
.cb-social:after,
#main:after,
#primary:after,
article:after,
#page ul:after,
#page ol:after,
#secondary:after,
.widget:after,
#colophon:after,
.footer-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '\0020';
  clear: both;
  height: 0; }

/* =Issue page
----------------------------------------------- */
.tax-kwight_mag_issues .issue-header {
  margin: 0 3%; }
.tax-kwight_mag_issues #content,
.tax-kwight_mag_issues #secondary {
  padding-top: 2em; }

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #222;
  font-family: "Lato", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Playfair Display",
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 .5em; }

h1 {
  font-size: 38px;
  font-size: 3.8rem; }

h2 {
  font-size: 20px;
  font-size: 2rem; }

h3 {
  font-size: 16px;
  font-size: 1.6rem; }

h4, h5, h6 {
  font-family: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase; }

hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
p {
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ol ol {
  list-style: lower-alpha; }

ol ol ol {
  list-style: lower-roman; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 400; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: 700; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em;
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #efefef;
  border: 1px solid #ddd;
  font-family: Courier, monospace;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.5465%;
  overflow: auto;
  max-width: 99.9%; }

code, kbd, tt, var {
  font-family: Courier, monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: 400; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
.button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */ }

.button {
  display: inline-block;
  margin: 0 5px 5px 0; }

button,
.button,
.button:visited,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #666;
  border-radius: 3px;
  background: #818c97;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  padding: 4px 6px;
  text-transform: uppercase; }

button:hover,
.button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #aaa; }

button:focus,
.button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #ccc; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type=text],
textarea {
  color: #666;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px;
  width: 94%; }

input[type=text]:focus,
textarea:focus {
  color: #333; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 97%; }

/* Links */
a,
a:visited {
  color: #d61331;
  font-weight: 400; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.read-more {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875em;
  margin-top: 1em;
  text-align: right; }

/*--------------------------------------------------------------
=Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* =Header
----------------------------------------------- */
#page {
  background-color: #FFF;
  margin: 1.5em auto; }

#masthead {
  background-color: #FFF;
  display: table;
  height: 200px;
  padding-left: 3%;
  width: 100%;
  z-index: 2; }

.site-title {
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 1; }

.site-title a {
  font-weight: 700;
  letter-spacing: -1px; }

.site-description {
  font-weight: 400;
  margin-bottom: 0; }

.site-logo {
  display: table-cell;
  position: relative;
  vertical-align: middle; }

.site-logo .cb-logo {
  display: block;
  float: left;
  width: 250px; }

.site-logo .site-description {
  bottom: -3px;
  color: #bdc8d3;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  left: 270px;
  position: absolute; }

.header-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125em;
  margin-left: 3%;
  margin-bottom: 2em; }

/*--------------------------------------------------------------
=Navigation
--------------------------------------------------------------*/
/* =Menu
----------------------------------------------- */
.main-navigation {
  background-color: #E0E1E3;
  margin-bottom: 3em; }

.main-navigation .menu {
  float: left;
  position: relative;
  margin-left: 3%;
  z-index: 1; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a,
.main-navigation a:visited {
  color: #222;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }

.main-navigation .menu-item-parent:hover,
.main-navigation .sub-menu a {
  background-color: #E0E1E3; }

.main-navigation .current-menu-item > a {
  font-weight: 700; }

.main-navigation ul ul {
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.main-navigation ul li:hover > ul {
  display: block; }

.sub-menu li {
  clear: left;
  width: 100%; }

.main-navigation .menu-item-parent > a:after {
  color: #999;
  content: '\a0 \a0 \a0 \25bc';
  font-size: 8px;
  font-size: .8rem;
  vertical-align: 1px; }

.main-navigation .sub-menu .menu-item-parent > a:after {
  content: '\a0 \a0 \a0 \a0 \25b6'; }

.main-navigation .sub-menu li:last-child {
  box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.4);
  z-index: 9999999;
  /* Do I really need to do this? Really?.. */ }

.main-navigation .menu > li:first-child a {
  padding-left: 0; }

.main-navigation a.menu-button {
  display: none; }

.main-navigation .cb-social a {
  display: inline;
  padding: 0; }

/* =Navigation
----------------------------------------------- */
.site-navigation {
  font-family: "Source Sans Pro", sans-serif; }

.small-navigation {
  display: none; }

.post-navigation,
.paging-navigation {
  padding: 2em 3% 2em 0;
  overflow: hidden; }

#content .nav-previous,
#content .previous-image {
  float: left;
  width: 50%; }

#content .nav-next,
#content .next-image {
  float: right;
  text-align: right;
  width: 50%; }

#image-navigation {
  margin-top: 1.5em; }

/* =Social Media
----------------------------------------------- */
.cb-social {
  list-style: none; }
  @media screen and (min-width: 930px) {
    .cb-social {
      float: right;
      margin-top: 1em;
      margin-right: 1em; } }
  .cb-social ul {
    float: right;
    margin-left: 0; }
  .cb-social li {
    display: inline-block; }
  .cb-social a {
    display: block;
    padding: 10px 10px 10px 0; }
    .cb-social a:before {
      font-family: "FontAwesome";
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      float: left;
      font-size: 1.125em; }
    .cb-social a[href*="facebook.com"]:before {
      content: '\f082'; }
    .cb-social a[href*="facebook.com"]:hover {
      color: #3b5998; }
    .cb-social a[href*="twitter.com"]:before {
      content: '\f099'; }
    .cb-social a[href*="twitter.com"]:hover {
      color: #00aced; }
    .cb-social a[href*="/contact"]:before {
      content: '\f0e0'; }
    .cb-social a[href*="/feed"]:before {
      content: '\f09e'; }

/* =Content
----------------------------------------------- */
#main {
  height: 100%;
  position: relative; }

.sidebar-border {
  background: url("img/sidebar-border.png") repeat-y;
  height: 100%;
  left: 66.667%;
  position: absolute;
  width: 0px; }

#primary {
  margin: 0 3%;
  min-height: 1px;
  width: 60.667%; }

.hentry {
  border-bottom: 1px solid #ccc;
  padding: 2em 0; }
  .hentry:first-of-type {
    padding-top: 0; }

/* Sticky posts */
.sticky {
  background-color: #efefef;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #ccc;
  padding: 1.5465%; }

.sticky .attachment-thumbnail.wp-post-image,
.sticky .attachment-medium.wp-post-image {
  width: 23.52%; }

.single .hentry {
  padding-top: 0; }

.single .entry-header {
  margin-bottom: 1.5em; }

.entry-title,
.page .post .entry-title {
  clear: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  margin: 0 0 1em 0; }
  .entry-title a,
  .page .post .entry-title a {
    color: #222;
    font-weight: 600; }

.single .entry-title,
.page .entry-title,
.not-found .entry-title {
  font-family: "Source Sans Pro", sans-serif;
  margin: 1em 0;
  text-transform: none; }

.page-title {
  color: #aaa;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: inherit;
  line-height: 1.2;
  margin-bottom: 1.3em;
  text-transform: uppercase; }

.cb-blog-title {
  background-color: #E0E1E3;
  font-size: 1.125em;
  margin-bottom: 2em;
  padding: 10px; }
  .cb-blog-title i {
    color: #D61331;
    font-size: 1.375em; }
  .cb-blog-title span {
    font-size: 1.25em;
    font-weight: 600; }

.cb-blog-title img {
  display: block; }

.entry-meta,
.cb-credit {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.2; }

.header-meta {
  overflow: hidden;
  font-family: "Source Sans Pro", sans-serif;
  font-size: .875em; }

.entry-meta.footer-meta {
  font-family: "Source Sans Pro", sans-serif;
  font-size: .875em;
  margin-top: 1.5em;
  overflow: hidden;
  width: 30%; }
  .entry-meta.footer-meta a {
    color: #D61331; }

.blog .entry-meta,
.page .post .entry-meta {
  margin-top: 1em; }

.entry-content {
  margin: .5em 0 0; }

.entry-content .wp-post-image {
  display: block;
  margin: 0 2.471% .5em 0; }

.post:not(.tag-large-thumb) .post-content:not(.trh-content) {
  float: left;
  width: 61%; }

.post.tag-large-thumb .post-content {
  margin-top: 2em; }

.blog .entry-content p {
  margin-bottom: .5em; }

.entry-meta a,
.entry-meta a:visited {
  color: #000; }

.byline {
  display: none; }

.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.edit-link {
  clear: both;
  display: block; }

.entry-meta .edit-link {
  display: inline; }

/*Article Single View*/
.cb-tax-link {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase; }

.cb-poetry-author {
  margin-bottom: 0; }

.cb-article-translator,
.cb-article-author {
  line-height: 1.3; }

.cb-article-author a,
.cb-article-author a:visited {
  color: #222; }

.single-kwight_mag_article .entry-title {
  margin-bottom: 0; }

#cb-author-bio {
  color: #999; }

.cb-qa-callout {
  background-color: #ececf1;
  margin-bottom: 1.5em;
  overflow: hidden;
  padding: .5em .8em; }

/* Featured Photography and Comics on Issue pages */
.cb-issue-visual-content {
  background-color: #828b95;
  color: #fff;
  margin: 0;
  padding: 1.647%;
  width: 96.706%; }

.cb-issue-visual-content .entry-title {
  color: #fff;
  display: inline;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400; }

.cb-issue-visual-content a,
.cb-issue-visual-content a:visited {
  color: #fff; }

.cb-issue-visual .attachment-cb-featured {
  margin-bottom: 0; }

.cb-issue-visual-author {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic; }

.cb-issue-visual-content p {
  display: inline; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* =Media
----------------------------------------------- */
.site-header img,
.entry-header img,
.entry-content img,
.comment-content img,
.widget img,
img.size-full,
.attachment-cb-featured {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  width: auto;
  /* Corrects image stretching in IE8 */ }

.site-header img,
.entry-header img,
.entry-content img,
.widget img,
img[class*="align"],
img[class*="wp-image-"],
.attachment-cb-featured {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  max-width: 100%; }

.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: .5em; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img {
  border-width: 0 0 1px 0;
  box-shadow: none;
  display: block;
  margin: 0;
  max-width: 100%; }

.wp-caption-text {
  color: #aaa;
  font-style: italic;
  line-height: 1.2;
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 1em; }

#content .gallery {
  margin-bottom: 1.5em; }

#content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

#content .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* Featured images */
.attachment-thumbnail.wp-post-image,
.attachment-medium.wp-post-image {
  float: left;
  height: auto;
  margin-right: 9%;
  min-width: 50px;
  width: 30%; }

.attachment-cb-featured {
  display: block;
  margin-bottom: 1.5em; }

.category-a-la-carte iframe,
.category-this-really-happened iframe,
.term-audio iframe {
  margin: .5em 0; }

.attachment-large-thumb {
  margin-bottom: 2em; }

/* =Comments
----------------------------------------------- */
#comments {
  padding-right: 3%; }

.comments-title,
#reply-title {
  padding-top: 1.5em; }

.commentlist {
  list-style: none;
  margin-left: 0; }

.commentlist ul.children {
  list-style: none;
  margin-left: 80px; }

.depth-1 {
  margin-top: 2.5em; }

.comment .avatar {
  float: left; }

.comment-meta,
.comment-content {
  margin-left: 80px; }

.comment-meta {
  color: #aaa;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 1.5em;
  position: relative;
  text-transform: uppercase; }

.perma-reply-edit {
  float: right;
  margin: 0 0 .5em .5em; }

.comment-meta h4 {
  clear: none;
  color: #555;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin-bottom: .2em;
  text-transform: none; }

.comment-awaiting,
.nocomments {
  font-weight: 400;
  text-align: center; }

/* By post author */
.bypostauthor {
  background-color: #efefef;
  border: 1px solid #ddd;
  padding: 1.5465%; }

.bypostauthor .comment-content p:last-child {
  margin-bottom: 0; }

/* Reply form */
#respond {
  margin-bottom: 1em;
  /* Correction for Jetpack Comments iframe */ }

#reply-title small a,
#cancel-comment-reply-link {
  font-family: Verdana, sans-serif;
  text-transform: uppercase; }

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 32%; }

.comment-form-comment {
  clear: both;
  width: 100%; }

#commentform div {
  margin-bottom: 1em; }

#commentform label {
  display: none; }

#commentform ::-webkit-input-placeholder {
  color: #aaa; }

#commentform :-moz-placeholder {
  color: #aaa; }

.form-allowed-tags {
  color: #aaa; }

.page-template-full-width-php #comments {
  max-width: 64.667%; }

/* =Widgets
----------------------------------------------- */
#secondary {
  margin: 0;
  width: 33.333%; }

.widget {
  margin-bottom: 2.5em;
  padding: 0 9.009%;
  word-wrap: break-word; }

.widget.cb-highlight {
  background-color: #efefef;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #ccc;
  padding: 10px 3.192% 10px 6.383%; }

.widget-title {
  font-size: 16px;
  font-size: 1.6rem; }

.widget p {
  margin-bottom: .5em; }

.widget > ul,
.widget_nav_menu ul.menu {
  list-style: none;
  margin-left: 0; }

.widget_archive select,
.widget_categories select {
  margin-bottom: 1.5em; }

/* Search widget */
.widget_search form.searchform {
  margin: 0;
  position: relative;
  width: 100%; }

.widget_search form.searchform input[type="text"] {
  background-color: #fff;
  width: 96%; }

.widget_search ::-webkit-input-placeholder {
  /* Change color of placeholder text */
  /*color: #000;*/ }

.widget_search :-moz-placeholder {
  /* Change color of placeholder text */
  /*color: #000;*/ }

input.searchsubmit {
  display: none; }

/* Calendar widget */
.widget_calendar caption {
  text-transform: uppercase;
  margin-bottom: .3em;
  padding-bottom: .3em; }

.widget_calendar table {
  border-collapse: collapse; }

.widget_calendar tfoot td {
  padding-top: .3em; }

#next {
  text-align: right; }

/* Recent Comments / Recent Posts */
.widget.widget_recent_comments > ul,
.widget.widget_recent_entries > ul {
  list-style: disc;
  margin-left: 1.3em; }

/* RSS widget */
.widget_rss .widget-title img {
  box-shadow: none;
  margin-bottom: 0; }

.widget_rss .rss-date,
.widget_rss cite {
  color: #aaa;
  display: block;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  margin: .3em 0; }

.widget_rss li {
  margin-bottom: 1em; }

.widget_rss li a {
  line-height: 1; }

/* Nav Menu widget */
.widget_nav_menu .menu-item-parent > a:after {
  content: ''; }

.widget_nav_menu .sub-menu .menu-item-parent > a:after {
  content: ''; }

/* Error 404 widgets */
.error404 .entry-content .widget {
  border: none;
  margin-bottom: 1.5em;
  padding: 0; }

.error404 .entry-content .widget_archive select {
  margin-bottom: 0; }

/* Table Of Contents widget */
.cb_issue_toc li a {
  color: #222; }

.cb-toc-title {
  font-family: Lato
  font-size: 16px;
  font-size: 3rem;
  font-weight: 300; }

.cb-issue-genre-title {
  margin-bottom: .3em; }

.cb-issue-genre-title a {
  font-family: "Lato"
  font-size: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none; }

.cb-issue-genre li {
  margin-bottom: .3em; }

img.cb-audio-icon {
  display: inline;
  margin-right: 5px;
  vertical-align: -1px;
  width: 15px; }

.cb-toc-author {
  color: #999; }

/* Current Issue text widget */
#text-2 {
  background-color: #ececf1;
  padding: 7% 9.009%; }

#text-2 h1 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 0; }

#text-2 h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase; }

#text-2 .entry-meta {
  margin: 1.5em 0 0;
  border-top: 1px solid #ccc;
  padding-top: .2em; }

/* MailChimp widget */
.widget_mailchimpsf_widget .mergeRow {
  display: none; }

/* Support carte blanche widget */
#text-6 {
  margin: 0 1.5em 2.5em;
  padding: 0; }
  #text-6 h2 {
    font-size: 1.125em;
    margin-bottom: 0;
    text-align: center; }
    #text-6 h2 i {
      font-size: 0.75em; }
  #text-6 a {
    background-color: #BDC8D3;
    border: 2px solid #BDC8D3;
    border-radius: 2px;
    color: #000;
    display: block;
    font-weight: 600;
    padding: 1em 9.009%; }
    #text-6 a:hover {
      background-color: transparent; }

/* à la carte blog widget */
#text-7,
#text-10 {
  margin: 0 2em 2.5em;
  padding: 0;
  text-align: center; }
  #text-7 .cb-blog-button,
  #text-10 .cb-blog-button {
    color: #222;
    background-color: #BDC8D3;
    border: 2px solid #BDC8D3;
    border-radius: 2px;
    color: #000;
    display: block;
    padding: 1em 9.009%; }
    #text-7 .cb-blog-button:hover,
    #text-10 .cb-blog-button:hover {
      background-color: transparent; }
    #text-7 .cb-blog-button i,
    #text-10 .cb-blog-button i {
      color: #D61331;
      font-size: 1.375em; }
    #text-7 .cb-blog-button span,
    #text-10 .cb-blog-button span {
      font-size: 1.25em;
      font-weight: 600; }

/* Back Issues widget */
#text-8 {
  background-color: #ececf1;
  padding: .5em 9.009%; }

#text-8 .entry-meta {
  margin-bottom: 0; }

/* From The Archives widget */
.kwight_widgets_random_post .widget-title {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase; }

.kwight_widgets_random_post .post-meta {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic; }

.widget.kwight_widgets_random_post .entry-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 .2em 0;
  text-transform: uppercase; }

.kwight_widgets_random_post .entry-meta {
  margin-top: .5em; }

.kwight_widgets_random_post .entry-meta a {
  color: #d61331; }

/* =Short Codes
----------------------------------------------- */

[twitter-timeline username=alacarteblanche]

.pullquote-left,
.pullquote-right {
  border-bottom: 3px solid #BDC8D3;
  color: #999;
  float: left;
  font-size: 1.375em;
  margin: 0 2em 1em 0;
  padding: .5em 0;
  width: 30%; }

.pullquote-right {
  float: right;
  margin: 0 0 1em 2em; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
/* =Footer
----------------------------------------------- */
.site-footer {
  background-color: #e7e6ed;
  border-top: 1px solid #ccc; }

.site-footer .widget-area {
  margin: 0 3%;
  width: 27.333%; }

.site-footer .widget {
  margin-bottom: 0;
  padding: 1em 0; }

.site-footer .widget p {
  margin-bottom: 1em; }

.site-footer .textwidget {
  font-family: "Source Sans Pro", sans-serif; }

.site-footer .cb-social {
  float: none; }

.cb-admin {
  float: right; }

.cb-email {
  vertical-align: bottom; }

/* =Plugin integration
----------------------------------------------- */
.container {
  margin-bottom: 4em;
  overflow: hidden; }

/* WooSlider */
.wooslider {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin: 0 3% 4em; }

body .wooslider .slide-content {
  margin: 0; }

.blog .wooslider .slide-content p {
  margin-bottom: 0; }

.wooslider-control-nav {
  position: static;
  text-align: right; }

.blog .wooslider .wooslider-control-nav > li {
  margin: 0 8px 0 0; }

.wooslider-control-paging li a {
  background-color: #ececf1;
  box-shadow: none;
  direction: rtl;
  height: 16px;
  text-indent: 9999px;
  width: 16px; }

.wooslider-control-paging li a:hover,
.wooslider-control-paging li a.wooslider-active {
  background-color: #d61331; }

.wooslider .wooslider-control-thumbs > li {
  margin: 0 1% 1% 0;
  min-width: 60px;
  width: 11.5%; }

/* Jetpack Share */
.sharedaddy {
  float: right; }
  .sharedaddy .sd-social-icon .sd-content ul li.share-twitter[class*="share-"] a.sd-button,
  .sharedaddy .sd-social-icon .sd-content ul li.share-facebook[class*="share-"] a.sd-button,
  .sharedaddy .sd-social-icon .sd-content ul li.share-google-plus-1[class*="share-"] a.sd-button,
  .sharedaddy .sd-social-icon .sd-content ul li.share-email[class*="share-"] a.sd-button {
    background-color: transparent;
    border-rardius: 0;
    color: #D61331 !important;
    padding: 5px 5px 8px; }

.sharedaddy .sd-social-icon .sd-content ul li.share-twitter[class*="share-"] a.sd-button {
  background-color: transparent; }

/**
 * WPML - translation management
 * http://wpml.org
 */
.cb-lang-switcher {
  border-top: none;
  position: absolute;
  right: 1%;
  top: 0; }

.cb-lang {
  background-color: #efefef;
  border: 1px solid #ccc;
  border-top: none;
  display: block;
  float: left;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 6px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-transform: uppercase; }

.cb-lang:hover {
  background-color: #d61331;
  border-color: #e81e3e #c0142e #c0142e #e81e3e;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }

/**
 * kwight Slider
 * https://github.com/kwight/kwight-slider
 */
.flexslider {
  margin-bottom: 1em;
  overflow: hidden; }

.flexslider .hentry {
  border: none; }

.kwight-slider-viewport {
  background-color: #878b97; }

.kwight-slider-slide {
  position: relative; }

.flexslider .attachment-cb-featured {
  margin-bottom: 0; }

.kwight-slider-content {
  color: #fff;
  margin: 0;
  padding: 1.647%;
  width: 96.706%; }

.cb-slider-author,
.cb-slider-title {
  font-family: "Source Sans Pro", sans-serif; }

.cb-slider-author {
  font-style: italic; }

.cb-slider-title {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase; }

.cb-slider-excerpt {
  margin-bottom: 0; }

.kwight-slider-control-nav {
  display: none; }

/* Jetpack */
.jp-carousel-image-meta,
.jp-carousel-left-column-wrapper {
  display: none; }

.jp-carousel-close-hint span {
  float: right; }

.widget_twitter .tweets {
  margin-bottom: 1em; }

.widget_twitter .tweets li {
  margin-bottom: .5em; }

.single #main div.sharedaddy {
  text-align: right; }

/* =IE9 and Unsupported
----------------------------------------------- */
/* Clearfix */
#unsupported #page,
#unsupported #masthead,
#unsupported .site-navigation,
#unsupported #primary,
#unsupported article,
#unsupported #page ul,
#unsupported #page ol,
#unsupported #secondary,
#unsupported .widget,
#unsupported #colophon {
  zoom: 1; }

/* Correct small gap above submenus */
#unsupported .menu > li > .sub-menu,
#ie9 .menu > li > .sub-menu {
  top: 1.7em; }

/* Show labels, as IE doesn't support placeholder text */
#unsupported input.searchsubmit,
#ie9 input.searchsubmit {
  background: none;
  border-color: #ddd;
  border-radius: 0;
  border-width: 0 0 0 1px;
  box-shadow: none;
  color: #aaa;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  right: 1%;
  position: absolute;
  top: 2px; }

#unsupported form.searchform input[type="text"],
#ie9 form.searchform input[type="text"] {
  padding-right: 24%;
  width: 74%; }

#unsupported #commentform label,
#ie9 #commentform label {
  display: block;
  text-transform: uppercase; }

#unsupported .site-footer .widget-area {
  width: 31.95%; }

/* =Responsive
----------------------------------------------- */
@media screen and (max-width: 930px) {
  .depth-3 .comment-form-author,
  .depth-3 .comment-form-email,
  .depth-3 .comment-form-url,
  .depth-4 .comment-form-author,
  .depth-4 .comment-form-email,
  .depth-4 .comment-form-url,
  .depth-5 .comment-form-author,
  .depth-5 .comment-form-email,
  .depth-5 .comment-form-url {
    margin: 0 0 1em;
    width: 100%; }

  .depth-3 #commentform input[type="text"],
  .depth-4 #commentform input[type="text"],
  .depth-5 #commentform input[type="text"] {
    width: 97%; } }
@media screen and (max-width: 800px) {
  #masthead .cb-social,
  .main-navigation .menu {
    display: none; }

  .main-navigation .cb-social,
  .main-navigation ul ul {
    display: block; }

  .main-navigation a.menu-button {
    display: block;
    float: left;
    font-weight: 700;
    padding-left: 0; }

  .main-navigation {
    margin: 0 0 1.5em;
    padding: 0 3%;
    width: 94%; }

  .main-navigation .menu {
    margin-left: 0;
    width: 100%; }

  .main-navigation ul {
    clear: both;
    list-style: none;
    margin: 0; }

  .main-navigation li {
    border-top: 1px solid #bbb;
    float: none; }

  .main-navigation ul ul {
    float: none;
    position: static; }

  .main-navigation ul ul a {
    margin-left: 10%; }

  .main-navigation ul ul ul a {
    margin-left: 10%; }

  .main-navigation .sub-menu a,
  .main-navigation .menu-item-parent:hover {
    background-color: transparent; }

  .main-navigation .sub-menu li:last-child {
    box-shadow: none; }

  .main-navigation .menu > li:first-child a {
    padding-left: 1em; }

  .main-navigation .menu-item-parent > a:after,
  .main-navigation .sub-menu .menu-item-parent > a:after {
    content: ''; }

  .page-template-full-width-php #comments {
    max-width: 100%; } }
@media screen and (max-width: 680px) {
  html body.custom-background {
    background-color: #fff; }

  #page,
  #masthead hgroup,
  .site-logo,
  #secondary,
  .site-footer .widget-area {
    width: 100%; }

  #page,
  #masthead,
  #masthead hgroup,
  .site-logo,
  .cb-social,
  .site-footer .widget-area {
    margin: 0; }

  #masthead {
    height: auto;
    padding: 0 0 .8em; }

  .site-logo {
    text-align: center; }

  .site-logo .cb-logo,
  .site-logo .site-description {
    float: none;
    position: static; }

  .site-logo .cb-logo {
    margin: .8em auto; }

  #page,
  #secondary,
  #comments {
    padding: 0; }

  #primary {
    margin: 0 3%;
    width: 94%; }

  .widget {
    padding: 0 3%; }

  .widget_search form.searchform input[type="text"] {
    width: 98%; }

  .site-footer .widget {
    padding: 1em 3% 0; }

  .sidebar-border {
    display: none; } }
@media screen and (max-width: 480px) {
  #masthead {
    padding-top: 1.5em; }

  .site-logo .site-description {
    font-size: 12px;
    font-size: 1.2rem; }

  .widget .main-navigation,
  .widget .menu {
    display: block; }

  #text-6 h2 {
    font-size: 20px;
    font-size: 2rem; }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url,
  .comment-form-author,
  .comment-form-email,
  .comment-form-url,
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    margin: 0 0 1em;
    width: 100%; }

  #commentform input[type="text"],
  .widget_search input[type="text"] {
    width: 97%; }

  .pullquote-left,
  .pullquote-right {
    float: none;
    width: auto; } }
