/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* -----------------------------------------
   Fonts
----------------------------------------- */
@font-face {
  font-family: 'blender_pro_mediumregular';
  src: url('../../../../../../stylesheets/fonts/blenderpro-medium-webfont.eot');
  src: url('../../../../../../stylesheets/fonts/blenderpro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../stylesheets/fonts/blenderpro-medium-webfont.woff') format('woff'), url('../../../../../../stylesheets/fonts/blenderpro-medium-webfont.ttf') format('truetype'), url('../../../../../../stylesheets/fonts/blenderpro-medium-webfont.svg#blender_pro_mediumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'blender_pro_thinregular';
  src: url('../../../../../../stylesheets/fonts/blenderpro-thin-webfont.eot');
  src: url('../../../../../../stylesheets/fonts/blenderpro-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../stylesheets/fonts/blenderpro-thin-webfont.woff') format('woff'), url('../../../../../../stylesheets/fonts/blenderpro-thin-webfont.ttf') format('truetype'), url('../../../../../../stylesheets/fonts/blenderpro-thin-webfont.svg#blender_pro_thinregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
TRANSITION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/* form elements */
/* greyscale */
.greyscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */

  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */

}
.blockquote {
  margin: 0;
}
.blockquote:before {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  content: "\201C";
  font-size: 34pt;
  padding-right: 5px;
  line-height: 0em;
  vertical-align: -0.5em;
  margin-top: 22px;
  float: left;
  color: #999999;
}
.blockquote:after {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #999999;
  margin-top: -20px;
  padding-left: 10px;
  float: right;
  font-size: 34pt;
  content: "\201D";
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES
14. Form Elements
15. Partial Elements

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */

}
body {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
}
.rule {
  height: 0.8em;
  width: 100%;
  border-bottom: 1px solid;
  display: inline-block;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
.single .row {
  width: 100%;
}
.single .panel img {
  width: 100%;
}
.single .post-meta {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  color: #333333;
  font-size: 11pt;
  padding-bottom: 20px;
}
.single .post-meta p {
  margin-bottom: 0;
  margin-top: 0;
}
.single .post-meta p.byline {
  color: #333333;
}
.single #breadcrumbs {
  padding: 20px 0 20px 0;
  margin-top: 60px;
  font-size: 21pt;
}
.single #breadcrumbs div {
  line-height: 1.2em;
}
.single #breadcrumbs a {
  line-height: 1.2em;
}
.single #breadcrumbs .crumb a {
  color: #666666;
}
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
}
.wrap.preSlides {
  padding: 0;
}
#container {
  position: relative;
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
}
.clear {
  clear: both;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #000000;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #000000;
}
a:link,
a:visited:link {
  /*
        this highlights links on iPhones/iPads.
        so it basically works like the :hover selector
        for mobile devices.
        */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.social-links {
  padding-left: 10px;
  margin-top: 32px;
  background: #ffffff;
  float: right;
}
.social-links a {
  margin-left: 10px;
  font-size: 16pt;
}
.social-links a:hover {
  color: #ff6666;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "blender_pro_mediumregular";
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 200;
  letter-spacing: 1px;
  /*
    if you're going to use webfonts, be sure to check your weights
    http://css-tricks.com/watch-your-font-weight/
    */

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
  line-height: 1.333em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/*********************
06. HEADER STYLES
*********************/
#toggle,
#toggle-search,
.toggle,
.toggle-search {
  display: none;
}
.header #inner-header {
  padding: 0 0 0 22px;
}
.header #searchform {
  display: none;
  margin-top: 10px;
}
.header #logo {
  background-image: url('../images/huck_masthead_mobile.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 92px 33px;
  width: 102px;
  height: 43px;
  float: right;
  margin: 10px;
}
.header #logo a {
  float: left;
  width: 100%;
  height: 100%;
}
.header .toggle {
  width: 75px;
  margin-left: -22px;
}
.header .toggle:after {
  width: 75px;
  height: 60px;
  background: #000000 url('../images/huck_nav_icon.svg') 50% 50% no-repeat;
}
.header .toggle-search {
  width: 75px;
}
.header .toggle-search:after {
  width: 75px;
  height: 60px;
  background-image: url('../images/huck-icon-search.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 33px 33px;
}
.header .toggle,
.header .toggle-search {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.header .toggle:after,
.header .toggle-search:after {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header #toggle:checked ~ .top-nav,
.header #toggle-search:checked ~ #searchform {
  display: block;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  opacity: 1;
}
.header #toggle-search:checked ~ .toggle-search:after {
  background-image: url('../images/huck-icon-search-large-active.svg');
}
.header .top-nav {
  display: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  opacity: 0;
  top: 60px;
  position: absolute;
  left: 0;
  z-index: 9999;
  width: 248px;
}
.header .top-nav > li {
  display: block;
  width: 100%;
  margin: 0;
  background: #000000;
}
.header .top-nav > li.title-get-the-mag a {
  border-bottom: 0;
  padding-bottom: 15px;
}
.header .top-nav > li > a {
  display: block;
  color: #ffffff;
  padding: 10.5px 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
  margin: 0 15px;
}
.header .top-nav > li > a:after {
  float: right;
  font-family: "blender_pro_mediumregular";
  font-size: 19pt;
  line-height: 1em;
}
.header .top-nav > li > a.open-child:after {
  content: '\2192';
  color: #ffffff;
}
.header .top-nav > li > a.close-child:after {
  content: '\2190';
  color: #000000;
}
.header .top-nav > li:last-child {
  border-bottom: 0;
}
.header .top-nav > li.active .sub-menu {
  display: block;
}
.header .top-nav > li:active > a,
.header .top-nav > li.active > a,
.header .top-nav > li.current-menu-item > a {
  color: #000000;
}
.header .top-nav > li:active a,
.header .top-nav > li.active a,
.header .top-nav > li.current-menu-item a {
  color: #ff6666;
}
.header .top-nav > li:focus,
.header .top-nav > li:hover,
.header .top-nav > li.hover {
  background: #ff6666;
}
.header .top-nav > li:focus a,
.header .top-nav > li:hover a,
.header .top-nav > li.hover a {
  color: #000000;
  border-bottom: 1px solid #ff6666;
}
.header .top-nav > li.active > a:hover,
.header .top-nav > li.current-menu-item > a:hover,
.header .top-nav > li:active > a:hover,
.header .top-nav > li.active > a.hover,
.header .top-nav > li.current-menu-item > a.hover,
.header .top-nav > li:active > a.hover {
  color: #000000;
}
.header .top-nav > li:focus > a {
  color: #000000;
}
.header .top-nav > li.active.menu-item-has-children > a:after {
  content: '\003C';
  font-family: "blender_pro_mediumregular";
  position: absolute;
  left: 90%;
  z-index: 9998;
  font-size: 20pt;
}
.header .top-nav > li:hover .sub-menu {
  display: block;
}
.header .top-nav .sub-menu {
  display: none;
  float: left;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  height: 100%;
}
.header .top-nav .sub-menu li {
  background: #ff6666;
}
.header .top-nav .sub-menu li a {
  color: #000000;
}
.header .top-nav .sub-menu li:last-child {
  float: none;
}
.header nav div.top-nav ul li a {
  color: #000000;
}
#menu-footer-menu .sub-menu li {
  float: none;
}
/* slideshow */
#slideshow {
  position: relative;
}
#slideshow .items {
  position: relative;
}
#slideshow .items .slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#slideshow .items .slide .panel {
  background-size: cover;
  background-position: 50% 50%;
}
#slideshow .items .slide .twelvecol {
  width: 100%;
  height: auto;
  padding: 30px 0;
  bottom: 0;
}
#slideshow .items .slide .twelvecol .title-contain {
  float: left;
  width: auto;
}
#slideshow .items .slide .twelvecol .excerpt-contain {
  float: left;
}
#slideshow .article-details {
  position: relative;
}
#slideshow .article-details .title {
  font-size: 1.7em;
  line-height: 0.9em;
  margin: 0;
}
#slideshow .article-details .post-subtitle h2 {
  font-family: "blender_pro_thinregular";
  font-size: 2.6em;
  color: #666666;
  margin-top: 0;
  line-height: 1em;
}
#slideshow .article-details .post-subtitle a {
  text-decoration: none;
}
#slideshow .article-details .excerpt {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 11pt;
}
#slideshow .article-details .excerpt p {
  margin-top: 0;
}
#slideshow .article-details .sixcol p {
  width: 60%;
  margin: 0;
}
#slideshow .article-details .post-meta {
  position: absolute;
  width: 260px;
  right: 0;
  z-index: 9998;
  padding-left: 30px;
  line-height: 1em;
  text-transform: uppercase;
  min-height: 100%;
}
#slideshow .article-details .post-meta .post-meta-contain {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9998;
}
#slideshow .article-details .post-meta .date {
  font-family: "blender_pro_mediumregular";
}
#slideshow .article-details .post-meta .author {
  font-family: "blender_pro_mediumregular";
}
.control {
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  float: left;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 335;
  background-color: rgba(255, 255, 255, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff');
  /* IE */

}
.control:hover,
.control.hover,
.control.touch {
  background-color: #ff6666;
  cursor: pointer;
}
.control.prev {
  top: 40%;
  left: 7%;
  background-image: url('../images/huck-slide-nav-prev.svg');
  background-position: 40% 50%;
}
.control.next {
  top: 40%;
  right: 7%;
  background-image: url('../images/huck-slide-nav-next.svg');
  background-repeat: no-repeat;
  background-position: 55% 50%;
}
.playlist .control,
.social-feed .control {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
}
.playlist .control.prev,
.social-feed .control.prev {
  background-image: url('../images/huck-slide-nav-dark-prev-large.svg');
}
.playlist .control.next,
.social-feed .control.next {
  background-image: url('../images/huck-slide-nav-dark-next-large.svg');
}
.single-format-video .panel {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
}
.single-format-video .panel iframe {
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
#wpadminbar {
  position: fixed;
}
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */

  /* highlight current page */

  /* end current highlighters */

}
.nav ul {
  width: 100%;
}
.nav li a {
  font-family: "blender_pro_mediumregular";
  display: block;
  text-decoration: none;
  padding: 11.5px 10px;
  text-transform: uppercase;
  /*
            remember this is for mobile ONLY, so there's no need
            to even declare hover styles here, you can do it in
            the style.scss file where it's relevant. We want to
            keep this file as small as possible!
            */

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  text-transform: none;
}
.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current_page_ancestor a {
  color: #ff6666;
}
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
}
.header .nav li a:hover,
.header .nav li a:focus {
  font-family: "blender_pro_mediumregular";
}
.header .nav li:last-child {
  float: right;
}
.header .nav ul.sub-menu,
.header .nav ul.children {
  background: #ff6666;
}
.header .nav ul.sub-menu li a,
.header .nav ul.children li a {
  text-transform: uppercase;
  font-family: "blender_pro_thinregular";
  border-bottom: 1px solid #000000;
  margin: 0 15px;
}
.header .nav ul.sub-menu li:last-child a,
.header .nav ul.children li:last-child a {
  border-bottom: 0;
}
.admin-bar .header {
  top: 46px;
}
/* end .nav */
/* search filter */
.search-filter {
  font-family: "blender_pro_mediumregular";
  text-transform: uppercase;
  height: auto;
}
.search-filter .rule {
  width: 422px;
  margin: 0 15px;
}
/* eand search filter */
/* search form */
#searchform {
  margin: 10px 4%;
  float: left;
  width: 92%;
}
#searchform label {
  display: none;
}
#searchform input {
  border: 0;
}
#searchform input[type=text] {
  font-size: 13.5pt;
  background: transparent;
  font-family: "blender_pro_mediumregular";
  padding: 3px 0;
  width: 80%;
}
#searchform #s:before {
  content: '';
}
#searchform #searchsubmit {
  background: none;
  width: 11px;
  height: 11px;
}
/* end search form */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em;
}
.column {
  margin-top: 40px;
  line-height: 2em;
}
.column.column-1 {
  padding-right: 10px;
}
.column.column-2 {
  padding-left: 10px;
}
.current-issue .entry-content {
  font-size: 9.5pt;
  letter-spacing: 0;
}
.current-issue .column {
  margin-top: 0;
}
.current-issue #slideshow .article-details {
  padding: 0 4%;
}
.current-issue #slideshow .article-details .title-contain h1 {
  font-size: 22.5pt;
}
.current-issue #slideshow .article-details .title-contain h2 {
  font-size: 22.5pt;
  line-height: 1em;
}
.current-issue .column-2 {
  padding-left: 0;
}
.current-issue .issues-container .title {
  font-size: 23pt;
}
.current-issue .issues-container .row {
  width: 100%;
  margin-top: 20px;
}
.current-issue .issues-container .row.row-1 {
  margin-top: 0;
}
.current-issue .issues-container .row article {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.current-issue .issues-container .row article .post-title h3 {
  margin-top: 20px;
}
.current-issue .issues-container .row article .post-title h3 a {
  font-size: 23pt;
}
.current-issue .issues-container .row article h4 a {
  font-size: 23pt;
}
.current-issue .issues-container .row article:first-child {
  margin-top: 0;
}
.first-letter,
.column-first:first-letter,
.dropcaps-word > p:first-of-type:first-letter,
.dropcaps > p:first-of-type:first-letter {
  float: left;
  font-size: 46pt;
  line-height: 0.78em;
  padding-right: 2px;
  font-family: "blender_pro_mediumregular";
}
/* end .hentry */
.single-title,
.page-title {
  margin-bottom: 0;
}
.post-titles h1 {
  margin-bottom: 0;
  line-height: 1em;
  margin-top: 0.4em;
}
/* post by id (i.e. post-3) */
.post .post-subtitle h2 {
  margin-top: 5px;
  line-height: 1em;
  font-family: "blender_pro_thinregular";
}
.post .post-subtitle h2 a {
  color: #666666;
  text-decoration: none;
  font-weight: normal;
}
.row {
  float: left;
}
article img {
  width: auto;
  height: auto;
}
.post.fourcol {
  min-height: 0;
}
.post.fourcol .post-titles {
  border-bottom: 1px solid #cccccc;
}
.post.sixcol .post-titles {
  margin-top: 10px;
  padding-right: 10px;
  float: left;
}
.post.sixcol .post-titles h1 {
  margin-top: 0;
  line-height: 1em;
  font-size: 26pt;
}
.post.sixcol .post-titles .post-subtitle {
  width: 100%;
}
.post.sixcol .post-titles .post-subtitle h2 {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
  font-size: 26pt;
  font-family: "blender_pro_thinregular";
  font-weight: 200;
}
.post.sixcol .entry-content {
  float: left;
}
.post.sixcol .entry-content,
.post.fourcol .entry-content {
  font-size: 10pt;
  padding-top: 15px;
  padding-bottom: 25px;
}
/* general post style */
.page .page-title {
  font-size: 23pt;
  line-height: 1em;
  margin-top: 10px;
}
.page .page-subtitle {
  margin-top: 0;
  font-size: 23pt;
  font-family: "blender_pro_thinregular";
  color: #666666;
  line-height: 0.8em;
}
.page .entry-content p {
  font-size: 9.5pt;
  line-height: 1.7em;
  margin: 20px 0;
  letter-spacing: 0;
}
#huck-recommends {
  padding-bottom: 30px;
  float: left;
}
#huck-recommends .recommendations {
  margin-top: 30px;
}
#huck-recommends .preRule .subtitle {
  font-family: "blender_pro_thinregular";
  color: #666666;
  font-size: 14.5pt;
  height: auto;
  line-height: 1.5em;
  border-bottom: 0;
  text-transform: uppercase;
  margin-top: 30px;
  margin-left: 10px;
  width: auto;
  float: left;
}
#huck-recommends .preRule .rule {
  width: 68%;
}
#huck-recommends article {
  padding-bottom: 25px;
  float: left;
  width: 47.5%;
}
#huck-recommends article:nth-child(even) {
  margin-left: 5%;
}
#huck-recommends article:first-child {
  margin-left: 0;
}
#huck-recommends article .post-thumbnail-contain {
  background: #eeeeee;
  min-height: 101px;
  width: 100%;
}
#huck-recommends article img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */

  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */

  width: 100%;
  height: auto;
}
#huck-recommends article .recommend-titles {
  margin-top: 12px;
}
#huck-recommends article h4 {
  margin: 15px 0 0 0;
  line-height: 1em;
  text-transform: uppercase;
}
#huck-recommends article p {
  font-family: "blender_pro_mediumregular";
  line-height: 1.5em;
  font-size: 9.5pt;
  height: 74px;
  overflow: hidden;
  margin-bottom: 0;
}
#huck-recommends article .article-footer {
  margin-top: 5px;
  font-style: italic;
  color: #999999;
  font-size: 9pt;
}
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* breadcrumbs */
.breadcrumbs {
  margin-top: 8px;
  font-family: arial, helvetica, verdana, sans-serif;
  text-transform: uppercase;
  font-size: 8pt;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:last-child {
  color: #ff6666;
}
/* post meta */
.byline {
  color: #999;
}
/* entry content */
.entry-content {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  letter-spacing: 1px;
  /*
    image alignment on a screen this size may be
    a bit difficult. It's set to start aligning
    and floating images at the next breakpoint,
    but it's up to you. Feel free to change it up.
    */

}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */

  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */

  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(65));
  filter: alpha(opacity = (65));
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */

}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  background: #000000;
  clear: both;
  color: #ffffff;
  width: 100%;
}
.footer #inner-footer {
  color: #ffffff;
  font-family: "blender_pro_thinregular";
  padding: 20px 22px 80px 22px;
}
.footer #inner-footer .tencol {
  margin-left: 1.38%;
}
.footer #inner-footer p {
  float: left;
  margin: 5px 0 0;
  font-size: 14pt;
  text-transform: uppercase;
  width: 100%;
}
.footer #inner-footer p input {
  font-family: "blender_pro_thinregular";
  text-transform: uppercase;
  width: 100%;
  font-size: 12pt;
  padding: 5px 5px;
  margin-top: 5px;
}
.footer #inner-footer p input[type=submit] {
  margin-top: 10px;
  background: #333333;
  color: #ffffff;
  border: none;
  width: 70%;
  font-family: "blender_pro_mediumregular";
  padding: 10px 0;
}
.footer #inner-footer #footer-logo {
  background-image: url('../images/huck-logo-light.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 84px 30px;
  width: 84px;
  height: 30px;
  float: left;
}
.footer nav ul.nav li {
  width: auto;
  padding-right: 20px;
  line-height: 1em;
}
.footer nav ul.nav li a {
  font-family: "blender_pro_thinregular";
  font-weight: bold;
  padding-top: 0;
  color: #ffffff;
}
.footer nav ul.nav li ul {
  display: block;
}
/* end .footer-links */
/*********************
14. form elements
*********************/
::-webkit-input-placeholder {
  color: #000000;
}
:-moz-placeholder {
  color: #000000;
}
::-moz-placeholder {
  color: #000000;
}
:-ms-input-placeholder {
  color: #000000;
}
placeholder {
  color: #000000;
}
input[type=text],
input[type=email],
input[type=url] {
  background-image: url('../images/huck-bg-000000-20.png');
  font-size: 11pt;
  font-family: "blender_pro_thinregular";
  text-transform: uppercase;
  border: 0;
  padding: 3px 12px;
}
label {
  font-family: "blender_pro_thinregular";
  text-transform: uppercase;
}
/* simple select jquery plugin*/
.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden;
}
.simpleselect {
  width: 248px;
  box-sizing: border-box;
}
/* compensation for the border */
.options,
.placeholder {
  width: 225px;
}
.simpleselect,
.simpleselect .placeholder,
.simpleselect .options .option {
  line-height: 1em;
}
.simpleselect {
  position: relative;
  color: #333;
  z-index: 9998;
  background: url('../images/huck-icon-dropdown-large.svg') 100% 50% no-repeat;
}
.simpleselect .placeholder .option,
.simpleselect .options .option,
.simpleselect .placeholder .optgroup .optgroup-label,
.simpleselect .options .optgroup .optgroup-label {
  padding: 0 20px;
  cursor: pointer;
}
.simpleselect .placeholder .option,
.simpleselect .options .option {
  padding: 3px 10px;
  min-height: 21px;
}
.simpleselect .options .optgroup .optgroup-label {
  cursor: default;
  font-weight: bold;
}
.simpleselect .placeholder {
  background: #cccccc;
  min-height: 21px;
  padding: 3px 10px;
}
.simpleselect .options {
  background: #ff6666;
}
.simpleselect .options {
  display: none;
  position: absolute;
  top: 1em;
  left: 0;
}
.simpleselect .placeholder:hover,
.simpleselect.active .placeholder,
.simpleselect .options .option.active {
  background: #d9d9d9;
}
.simpleselect.disabled .placeholder :hover {
  background: #f3f3f3;
  color: #aaa;
  border-color: #eee;
  cursor: default;
}
/*********************
15. partial elements
*********************/
/** NEW VICE ADS */
#main-billboard {
  margin-top: 75px;
  margin-bottom: 15px;
  text-align: center;
}

#huck-tv-ad {
  margin: 18px auto;
  width: 404px;
  height: 85px;
}

body.home #sidebar1-desktop {
  width: 402px;


}

#sidebar1-desktop {
    text-align: center;
    padding-bottom: 18px;
}

#sidebar1-mobile {
    margin-bottom: 30px;
}

body.home #main .row-1:first-child {
    margin-bottom: 1em;
}

.wrap.adverts {
  margin-top: 40px;
}
.wrap.adverts.mpus .advert img {
  width: 100%;
  height: auto;
}
.billboard {
  text-align: center;
}
.billboard .advert {
  margin: auto;
  width: auto;
  display: inline-block;
}
.wrap.search-filter {
  margin-top: 30px;
  padding-bottom: 30px;
  font-size: 11.5pt;
  font-family: "blender_pro_mediumregular";
  display: inline-block;
}
.wrap.search-filter .simpleselect {
  float: left;
}
.wrap.search-filter .filter-subject {
  width: 343px;
}
.wrap.search-filter .filter-subject label {
  float: left;
  padding-right: 15px;
}
.wrap.search-filter .filter-subject .options {
  width: 225px;
}
.wrap.search-filter .filter-type {
  width: 319px;
}
.wrap.search-filter .filter-type label {
  float: left;
  padding-right: 15px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.sub-title .issue-col .article-thumb {
  position: relative;
  width: 190px;
  height: 190px;
}
.sub-title .issue-col .article-thumb .overlay {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/huck-bg-ff6666-90.png') repeat;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  opacity: 0;
}
.sub-title .issue-col .article-thumb .overlay p {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 200;
  font-style: italic;
  color: #ffffff;
  font-size: 14.5pt;
  text-align: center;
}
.sub-title .issue-col .article-thumb .overlay:hover,
.sub-title .issue-col .article-thumb .overlay .hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  opacity: 1;
  cursor: pointer;
}
.sub-title .issue-col .article-thumb .overlay .buy-me {
  border-bottom: 1px solid #ffffff;
}
.sub-title .issue-col h1 {
  font-family: "blender_pro_thinregular";
  margin-top: 0;
}
.sub-title .issue-col h2 {
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1em;
}
#slideshow.issue-slideshow .article-details {
  position: absolute;
  bottom: 0;
  z-index: 200;
  background: url('../images/huck-bg-ffffff-80.png') repeat;
}
#slideshow.issue-slideshow .article-details h1 {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1em;
  font-size: 34pt;
}
#slideshow.issue-slideshow .article-details h2 {
  font-family: "blender_pro_thinregular";
  font-size: 34pt;
  color: #666666;
  margin: 0;
  line-height: 0.8em;
}
.flash {
  position: absolute;
  right: 20px;
  z-index: 263;
  width: 111px;
  height: 112px;
  top: -90px;
  background-image: url('../images/huck-flash-buy-this-issue-now.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.flash a {
  width: 100%;
  height: 100%;
  float: left;
}
.issues-container {
  margin-top: 25px;
  padding-bottom: 20px;
}
.issues-container .title {
  font-size: 26pt;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 10px;
}
.issues-container .title span {
  border-bottom: 1px solid #cccccc;
  display: block;
  float: right;
  height: 1em;
  margin-right: 15px;
}
.issues-container .row {
  margin-top: 60px;
}
.issues-container .row-1 {
  margin-top: 20px;
}
.mapContain {
  float: left;
}
#locationMap {
  width: 100%;
  margin-top: 20px;
  height: 400px;
  position: relative;
}
#locationMap:before {
  content: "";
  float: left;
  padding-top: 120%;
}
#locationMap .infoBox {
  letter-spacing: 1px;
  min-width: 180px;
  background: #ff6666;
  color: #ffffff;
  padding: 10px 20px;
}
#locationMap .infoBox h2 {
  font-family: "blender_pro_mediumregular";
  font-size: 26pt;
  margin-top: 0;
}
#locationMap .infoBox h3 {
  padding-bottom: 9px;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1em;
  font-size: 12pt;
  text-transform: uppercase;
}
#locationMap .infoBox ul {
  margin-top: 0;
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
}
#locationMap .infoBox ul li {
  font-size: 9pt;
  line-height: 1.7em;
  min-height: 1.3em;
}
#locationMap .infoBox ul li:last-child {
  line-height: 1.5em;
  min-height: 0;
  margin-bottom: 0;
  padding-top: 3px;
}
#locationMap .infoBox h3,
#locationMap .infoBox ul {
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}
#locationMap .infoBox a {
  color: #ffffff;
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  text-decoration: none;
  letter-spacing: 1px;
}
.contact-details {
  margin-top: 440px;
  padding-bottom: 50px;
  float: left;
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 9pt;
  color: #666666;
}
.contact-details h2,
.contact-details h3 {
  font-size: 13pt;
  text-transform: uppercase;
  margin-top: 0;
  color: #666666;
}
.contact-details > div {
  padding-left: 20px;
}
.contact-details .threecol {
  float: left;
  margin-top: 40px;
}
.contact-details .editorial-submissions {
  width: 241px;
}
.contact-details .advertise-in-huck {
  width: 338px;
}
.contact-details .stock-huck {
  width: 253px;
}
.contact-details .our-network {
  width: 194px;
}
.contact-details .subscription-enquiries {
  width: 230px;
}
.contact-details .column {
  margin-top: 0;
  width: 50%;
  line-height: 1.5em;
  float: left;
}
.contact-details .column ul {
  margin-top: 6px;
}
.contact-details ul {
  margin-bottom: 0;
}
.contact-details ul li {
  line-height: 1.7em;
  min-height: 1.7em;
}
.contact-details a {
  text-decoration: none;
  color: #666666;
}
.contact-details a:hover {
  text-decoration: underline;
}
#breadcrumbs .seperator,
.breadcrumbs .seperator {
  float: left;
}
#breadcrumbs {
  margin-top: 130px;
  font-family: "blender_pro_mediumregular";
  font-size: 30pt;
}
#breadcrumbs .crumb,
#breadcrumbs div,
#breadcrumbs a {
  line-height: 1em;
  float: left;
}
#breadcrumbs .crumb a,
#breadcrumbs div a,
#breadcrumbs a a {
  text-decoration: none;
}
#breadcrumbs .crumb a:hover,
#breadcrumbs div a:hover,
#breadcrumbs a a:hover {
  color: #ff6666;
}
#breadcrumbs .crumb.first,
#breadcrumbs div.first,
#breadcrumbs a.first {
  clear: both;
  float: none;
  color: #e5e5e5;
}
#breadcrumbs .crumb.first a,
#breadcrumbs div.first a,
#breadcrumbs a.first a {
  color: #e5e5e5;
}
#breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #ff6666;
}
#breadcrumbs .current {
  color: #ff6666;
}
.panel-container {
  position: relative;
  overflow: hidden;
}
.panel-container .panel {
  border-top: 1px solid #999999;
  min-height: 400px;
  background: #ffffff;
  width: 100%;
}
.panel-container .panel h3 {
  font-size: 23pt;
  margin-top: 10px;
  margin-bottom: 20px;
}
.panel-container .panel.results {
  font-family: "blender_pro_mediumregular";
  font-size: 12.5pt;
  letter-spacing: 1px;
  border-bottom: 1px solid #000000;
}
.panel-container .panel .results-message {
  min-height: 30px;
}
.panel-container .panel .results-message a {
  clear: both;
  text-decoration: none;
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 9pt;
  font-weight: normal;
}
.panel-container .panel .no-results-message p {
  margin-top: 40px;
  width: 95%;
  font-size: 42pt;
  font-family: "blender_pro_thinregular";
  line-height: 1.2em;
}
.panel-container .panel .no-results-message p a {
  text-decoration: none;
}
.panel-container .panel .no-results-message p a:hover {
  text-decoration: underline;
}
.panel-container .panel a {
  color: #ff6666;
}
.panel-container .panel a.panelTrigger {
  text-transform: uppercase;
  font-family: "blender_pro_thinregular";
  color: #000000;
  margin-top: 40px;
  display: block;
  font-size: 11pt;
  text-decoration: underline;
}
.panel-container .panel .step {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #999999;
  padding: 10px 0;
}
.panel-container .panel .step-title {
  font-family: "blender_pro_mediumregular";
  display: inline-block;
  float: left;
  font-size: 23pt;
}
.panel-container .panel.slideRight {
  position: absolute;
  left: 100%;
  top: 0;
  padding-bottom: 80px;
}
.panel-container .panel.inactive .step-title,
.panel-container .panel.inactive label {
  color: #cccccc;
}
/* end partial elements */
/* page specifics */
.more-categories .row .sub-cat-box {
  margin-left: 0;
}
.more-categories .row .signup-widget {
  margin: 30px 0;
}
.sub-cat-absolute-box {
  position: static;
}
.sub-cat-absolute-box.right {
  float: left;
}
.sub-cat-see-more {
  line-height: 1em;
}
.sub-cat-see-more a {
  font-size: 10.5pt;
  color: #CCCCCC;
  font-family: "blender_pro_thinregular";
}
.sub-cat-see-more a:hover {
  color: #ff6666;
}
.sub-cat-box {
  float: left;
}
.sub-cat-name {
  position: relative;
  width: 100%;
}
.sub-cat-see-more {
  float: right;
  line-height: 15px;
  right: 0;
  background: white;
}
.stockists p {
  width: 265px;
}
.stockists .results-message {
  min-height: 30px;
}
.stockists input {
  width: 309px;
}
.stockists #breadcrumbs {
  margin-top: 60px;
}
.stockists .panel-container {
  clear: both;
  float: left;
  margin-top: 40px;
  width: 100%;
}
.stockists .panel-container .input-postcode {
  width: 100%;
  line-height: 55pt;
}
.stockists .panel-container .input-postcode input {
  width: 100%;
  padding: 15px 10px;
}
.stockists .stockist {
  margin-top: 25px;
  width: 220px;
  position: relative;
  float: left;
}
.stockists .stockist .titles {
  min-height: 62px;
}
.stockists .stockist .border-left.details {
  border-left: 1px solid #000000;
  margin-top: 5px;
  padding-bottom: 5px;
}
.stockists .stockist h3 {
  font-size: 14.5pt;
  margin-bottom: 0;
  line-height: 1em;
}
.stockists .stockist .border-left {
  margin-top: 15px;
  padding-left: 18px;
}
.stockists .stockist .border-left span {
  line-height: 0.8em;
  margin: 0;
}
.stockists .stockist address {
  margin-top: 10px;
  font-style: normal;
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 9pt;
  text-transform: capitalize;
  width: 145px;
}
.stockists .stockist.first {
  margin-left: 0;
}
.network-links h3 {
  text-transform: uppercase;
  font-family: 12pt;
  float: left;
  margin: 0;
  line-height: 2em;
  width: 100%;
}
.network-links ul {
  line-height: 2em;
}
.network-links ul li {
  display: block;
  font-size: 8pt;
  margin-left: 0px;
}
.network-links ul li a {
  color: #666666;
}
.ajax-load {
  width: 63px;
  height: 63px;
  background: url('../images/ajax-loader-large.gif') no-repeat;
}
.wpcf7 img.ajax-loader {
  width: 20px;
  height: 20px;
  margin: 0;
}
.hidden {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  opacity: 0;
}
#playlist,
#social-feed {
  float: left;
  position: relative;
  width: 100%;
}
#playlist .control,
#social-feed .control {
  top: 230px;
  border-radius: 50px;
}
#playlist .control:hover,
#social-feed .control:hover,
#playlist .control.hover,
#social-feed .control.hover {
  background-color: #ff6666;
}
#playlist .control.prev,
#social-feed .control.prev {
  left: -3px;
}
#playlist .control.next,
#social-feed .control.next {
  right: -3px;
}
/* Tiny Scrollbar */
.scrollbarPlaylist,
#scrollbarSocialFeed {
  width: 100%;
  margin: 20px 0 10px;
  float: left;
}
.scrollbarPlaylist .viewport,
#scrollbarSocialFeed .viewport {
  width: 100%;
  height: 645px;
  overflow: hidden;
  position: relative;
}
.scrollbarPlaylist.slideshow-style .post,
#scrollbarSocialFeed.slideshow-style .post,
.scrollbarPlaylist.slideshow-style article,
#scrollbarSocialFeed.slideshow-style article {
  margin-left: 0;
}
.scrollbarPlaylist.slideshow-style .post blockquote,
#scrollbarSocialFeed.slideshow-style .post blockquote,
.scrollbarPlaylist.slideshow-style article blockquote,
#scrollbarSocialFeed.slideshow-style article blockquote {
  margin: 0;
}
.scrollbarPlaylist.slideshow-style .post iframe,
#scrollbarSocialFeed.slideshow-style .post iframe,
.scrollbarPlaylist.slideshow-style article iframe,
#scrollbarSocialFeed.slideshow-style article iframe {
  width: 100%;
}
.scrollbarPlaylist.slideshow-style .post .thumbnail-contain,
#scrollbarSocialFeed.slideshow-style .post .thumbnail-contain,
.scrollbarPlaylist.slideshow-style article .thumbnail-contain,
#scrollbarSocialFeed.slideshow-style article .thumbnail-contain {
  background: transparent;
  width: 100%;
  height: auto;
}
.scrollbarPlaylist.slideshow-style .post a,
#scrollbarSocialFeed.slideshow-style .post a,
.scrollbarPlaylist.slideshow-style article a,
#scrollbarSocialFeed.slideshow-style article a {
  text-align: center;
  width: 100%;
}
.scrollbarPlaylist.slideshow-style .post a img,
#scrollbarSocialFeed.slideshow-style .post a img,
.scrollbarPlaylist.slideshow-style article a img,
#scrollbarSocialFeed.slideshow-style article a img {
  width: 100%;
  padding: 5%;
}
.scrollbarPlaylist .overview,
#scrollbarSocialFeed .overview {
  min-width: 0;
  list-style: none;
  position: static;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.scrollbarPlaylist .track,
#scrollbarSocialFeed .track {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #e6e6e6;
  height: 20px;
  position: relative;
  padding: 0 5px;
}
.scrollbarPlaylist .scrollbar,
#scrollbarSocialFeed .scrollbar {
  display: none;
  position: relative;
  background-position: 0 0;
  float: right;
  height: 15px;
}
.scrollbarPlaylist .scrollbar .thumb,
#scrollbarSocialFeed .scrollbar .thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 6px solid #e6e6e6;
  background-color: #ffffff;
  height: 20px;
  width: 25px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.scrollbarPlaylist .scrollbar .thumb .end,
#scrollbarSocialFeed .scrollbar .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 25px;
}
.scrollbarPlaylist .post {
  max-width: 480px;
  float: left;
  margin-left: 0;
}
.scrollbarPlaylist .post.first,
.scrollbarPlaylist .post:first-child {
  margin-left: 0;
}
.scrollbarPlaylist .viewport {
  height: auto;
}
#scrollbarSocialFeed {
  margin: 20px 0 10px;
}
#scrollbarSocialFeed.slideshow-style article.facebook .post-content {
  margin-left: 0;
  width: auto;
}
#scrollbarSocialFeed.slideshow-style article.facebook .entry-content {
  width: 100%;
  height: 103px;
}
#scrollbarSocialFeed.slideshow-style article.facebook .click-to-follow {
  margin-left: 0;
}
#scrollbarSocialFeed .viewport {
  height: auto;
}
#scrollbarSocialFeed .overview {
  min-width: 0;
}
#scrollbarSocialFeed .scrollbar {
  margin-top: 30px;
}
#scrollbarPopular,
#scrollbarHuckTV {
  width: 100%;
  height: 342px;
  float: left;
}
#scrollbarPopular .viewport,
#scrollbarHuckTV .viewport {
  width: 89%;
  height: 342px;
  overflow: hidden;
  position: relative;
}
#scrollbarPopular .overview,
#scrollbarHuckTV .overview {
  height: 400px;
  width: 100%;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
#scrollbarPopular .track,
#scrollbarHuckTV .track {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #e6e6e6;
  width: 19px;
  position: relative;
  padding: 0 5px;
}
#scrollbarPopular .scrollbar,
#scrollbarHuckTV .scrollbar {
  position: relative;
  background-position: 0 0;
  float: right;
  height: 200px;
  top: 20px;
  margin-right: 10px;
}
#scrollbarPopular .scrollbar .thumb,
#scrollbarHuckTV .scrollbar .thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 10px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 4px;
  margin: 5px 0;
}
#scrollbarPopular .scrollbar .thumb .end,
#scrollbarHuckTV .scrollbar .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 9px;
}
.disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon.gallery {
  background: url('../images/huck-icon-gallery.png') 50% 50% no-repeat;
}
.icon.video {
  background: url('../images/huck-icon-video.png') 50% 50% no-repeat;
}
.relative {
  position: relative;
}
.thumbnail-contain a {
  display: inline-block;
}
.preRule {
  clear: both;
}
.preRule h2,
.preRule h4 {
  text-transform: uppercase;
}
.preRule span {
  display: none;
}
.post-thumbnail-contain {
  position: relative;
}
.post-thumbnail-contain a {
  display: inline-block;
  width: 100%;
}
.post-thumbnail-contain a img {
  width: 100%;
}
.post-thumbnail-contain .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../images/huck-bg-ff6666-90.png');
  color: #ffffff;
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  text-align: center;
  font-size: 14.5pt;
}
.post-thumbnail-contain .overlay .read-more {
  padding: 0 40px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-thumbnail-contain .overlay .read-more p {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0;
}
.post-thumbnail-contain .overlay .read-more time {
  margin-top: 15px;
}
.post-thumbnail-contain .overlay:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  opacity: 1;
}
.fourcol {
  width: 100%;
}
.fourcol .post-thumbnail-contain {
  width: 100%;
}
.sixcol .post-thumbnail-contain {
  width: 100%;
}
.pagination {
  width: 100%;
  float: left;
  padding: 10px 0;
  background: #e6e6e6;
  font-family: "blender_pro_mediumregular";
  text-align: center;
  font-size: 13.5pt;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.pagination:hover {
  background: #ff6666;
  cursor: pointer;
  color: #ffffff;
}
.playlist .post-thumbnail-contain .overlay {
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.playlist .post-thumbnail-contain .icon {
  width: 90%;
  height: 90%;
  left: 5%;
}
.category-playlist-archive .playlist .sub-cat-name {
  margin-bottom: 3px;
}
.category-playlist-archive .playlist .sub-cat-header {
  margin-bottom: 0;
}
.category-playlist-archive .playlist-pagination {
  margin-top: 0;
}

#social-feed {
  padding: 30px 0;
}
div.wpcf7-validation-errors {
  float: left;
  margin: 15px 0 0 0;
}
/* tabbed module */
#tabbed-module {
  min-height: 441px;
}
#tabbed-module ul {
  margin: 0;
  float: left;
}
#tabbed-module ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
#tabbed-module ul li:hover {
  background: #ff6666;
  cursor: pointer;
}
#tabbed-module ul li:hover .titles {
  color: #ffffff;
}
#tabbed-module .tab-titles {
  float: left;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#tabbed-module .tab-titles .tab-title {
  background: #cccccc;
  color: #666666;
  font-family: "blender_pro_thinregular";
  width: 50%;
  float: left;
  font-size: 23pt;
  padding: 020px;
  min-height: 108px;
}
#tabbed-module .tab-titles .tab-title h3 {
  line-height: 1em;
  margin: 0;
}
#tabbed-module .tab-titles .tab-title.active {
  background: #ffffff;
  color: #000000;
  font-family: "blender_pro_mediumregular";
}
#tabbed-module .tab-titles .tab-title:hover {
  cursor: pointer;
  color: #ff6666;
}
#tabbed-module .tabs {
  position: relative;
  float: left;
  width: 100%;
}
#tabbed-module .tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#tabbed-module .tab.active {
  z-index: 10;
}
#tabbed-module .tab .tab-content {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  width: 100%;
  background: #ffffff;
  height: 342px;
  overflow: hidden;
}
#tabbed-module .tab .tab-content a {
  float: left;
}
#tabbed-module .tab .tab-content article {
  float: left;
  width: 100%;
}
#tabbed-module .tab .tab-content .post-thumbnail-contain {
  width: 114px;
  height: 114px;
  float: left;
}
#tabbed-module .tab .tab-content .titles {
  width: 222px;
  margin-left: 20px;
  display: inline-block;
}
#tabbed-module .tab .tab-content .titles h3 {
  font-size: 19pt;
}
#tabbed-module .tab .tab-content .titles h4 {
  font-size: 13.5pt;
  color: #666666;
}
#social-feed article {
  vertical-align: top;
  border-right: 2px solid #f4f4f4;
  display: inline-block;
  margin-left: 30px;
}
#social-feed article:first-child {
  margin-left: 0;
}
#social-feed article .article-posted {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  color: #999999;
  font-size: 9pt;
}
#social-feed article .post-content {
  float: left;
}
#social-feed article .entry-content {
  margin-top: 20px;
  font-family: "blender_pro_thinregular";
  font-size: 11pt;
  line-height: 1.5em;
}
#social-feed article .click-to-follow {
  font-family: "blender_pro_mediumregular";
  font-size: 9pt;
  text-transform: uppercase;
  width: 225px;
  display: inline-block;
  line-height: 44px;
  float: left;
}
#social-feed article .click-to-follow .genericon {
  font-size: 23pt;
  width: 23px;
  height: 23px;
  margin-right: 15px;
}
#social-feed article .click-to-follow a {
  text-decoration: underline;
}
#social-feed article .click-to-follow a.genericon {
  text-decoration: none;
}
#social-feed article .thumbnail-contain {
  float: left;
  width: 299px;
  height: 298px;
  background: #eeeeee;
}
#social-feed article.facebook {
  width: 582px;
}
#social-feed article.facebook .entry-content {
  height: 232px;
}
#social-feed article.instagram {
  width: 609px;
}
#social-feed article.instagram .post-content {
  height: 270px;
}
#social-feed article.twitter {
  width: 333px;
  padding: 0 40px 0 10px;
}
#social-feed article.twitter .entry-content {
  height: 234px;
}
#social-feed article.twitter .entry-content blockquote {
  margin: 0;
  margin: 0 40px;
}
#social-feed article.twitter .entry-content blockquote:before {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  content: "\201C";
  font-size: 34pt;
  padding-right: 5px;
  line-height: 0em;
  vertical-align: -0.5em;
  margin-top: 22px;
  float: left;
  color: #999999;
}
#social-feed article.twitter .entry-content blockquote:after {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #999999;
  margin-top: -20px;
  padding-left: 10px;
  float: right;
  font-size: 34pt;
  content: "\201D";
}
#social-feed article.twitter .click-to-follow {
  line-height: 37px;
}
.mobile-hide {
  display: none !important;
}
.mobile-show {
    display: block;
}
@media (min-width: 1025px) {
    .mobile-show {
        display: none !important;
    }
}
.reveal {
  display: block !important;
}
.single-post-page-width#slideshow {
  height: auto;
}
.single-post-page-width .items {
  height: 100%;
}
.single-post-page-width .panel {
  height: 100%;
  overflow: hidden;
}
.single-post #content {
  margin-top: 5px;
}
.single-post .entry-content {
  font-size: 9.5pt;
  letter-spacing: 0;
  line-height: 1.8em;
}
.single-post .single-page-top {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
  margin-top: 7px;
}
.single-post .single-page-top .h2,
.single-post .single-page-top h2,
.single-post .single-page-top h1 {
  margin: 0;
  line-height: 1em;
}
.single-post .single-page-top .post-subtitle h2 {
  font-family: "blender_pro_thinregular";
}
.single-post .single-page-top .post-subtitle h2 a {
  color: #666666;
}
.single-page-left {
  width: 100%;
}
.single-page-left img {
  width: 100%;
  height: auto;
}
.single-page-left iframe,
.single-page-left object,
.single-page-left embed {
  width: 100%;
}
.single-page-breadcrumbs {
  padding: 0 4%;
}
.home .playlist {
  margin-top: 20px;
}
.home .post.sixcol .post-titles {
  border-right: 0;
  width: 100%;
}
.home .post.sixcol .entry-content {
  width: 100%;
}
.ad-block {
  text-align: center;
}
.ad-block.ads-300x250_300x250_300x250_300x250,
.ad-block.ads-976x250 {
  width: 100%;
  margin-top: 35px;
  float: left;
}
.ad-block.ads-300x250_300x250_300x250_300x250 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.ad-block.ads-380x308_404x85 {
  display: inline-block;
}
.ad img {
  max-width: 100%;
  height: auto;
}
.ad.size-380x308 {
  width: 100%;
  text-align: center;
}
.ad.size-308x308 {
  width: 100%;
}
.ad.size-300x250 {
  width: 100%;
}
.ad.size-1256x90 {
  width: 100%;
}
.ad.size-250x250 {
  margin: 50px 0 60px;
}
.sub-cat-header {
  text-transform: uppercase;
}
.sub-cat-header a:hover {
  color: #ff6666;
}
.cycle-slide {
  width: 100%;
}
.signup-widget {
  outline: 1px solid #FF6666;
  padding: 0 24.5px;
  float: left;
  font-size: 23pt;
  font-family: "blender_pro_mediumregular";
  overflow: hidden;
  margin-bottom: 40px;
}
.signup-widget * {
  margin: 0;
  float: left;
}
.signup-widget h3,
.signup-widget h4 {
  line-height: 23pt;
}
.signup-widget h4 {
  font-family: "blender_pro_thinregular";
  margin-bottom: 5px;
}
.signup-widget label {
  font-size: 11pt;
}
.signup-widget p {
  font-size: 10pt;
}
.signup-widget img {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  margin-top: 24px;
}
.signup-widget input {
  margin-bottom: 5px;
  width: 73%;
  float: right;
}
.signup-widget .fieldset span {
  width: 73%;
  float: right;
}
.signup-widget p {
  float: left;
  width: 100%;
}
.signup-widget div.submit {
  float: right;
  width: 120px;
}
.signup-widget input[type="submit"] {
  background-color: #000000;
  border: 0;
  color: white;
  font-size: 12.5pt;
  width: 120px;
  padding-top: 5px;
  height: 33px;
  font-family: "blender_pro_mediumregular";
}
.signup-widget .signup-text {
  line-height: 12px;
  width: 40%;
  margin-top: 5px;
}
.signup-widget .widget-bottom {
  width: 100%;
}
.signup-widget .input-boxes {
  width: 100%;
  margin: 10px 0;
}
.signup-widget .input-boxes .fieldset {
  width: 100%;
}
.signup-widget .input-boxes span {
  float: right;
}
.signup-widget .wpcf7-mail-sent-ok {
  position: absolute;
  top: 164px;
  left: -8px;
  background-color: white;
  border: 0;
  font-family: "blender_pro_thinregular";
  line-height: 33px;
  width: 380px;
  height: 200px;
  font-size: 23pt;
  padding: 0;
  padding-left: 20px;
  padding-top: 21px;
}
.signup-widget .wpcf7-mail-sent-ok .red-text {
  color: #FF6666;
  line-height: 20px;
}
.cover {
  background-size: cover;
  background-position: 50%;
}
.about-page-ads .ad-block {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-bottom: 45px;
}
.about-page-ads .ad-block.mobile-ad {
  width: 100%;
}
.about-page-ads .ad-block.mobile-ad .ad {
  margin: auto;
  float: none;
}
.contact-huck-map {
  outline: 1px solid #CCCCCC;
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.contact-huck-map .map-inner {
  width: 100%;
  min-width: 373px;
  padding: 13.5px 15.5px;
  position: relative;
}
.contact-huck-map .map-inner img {
  z-index: 1;
  width: 100%;
}
.contact-huck-map .contact-huck-map-text {
  position: absolute;
  z-index: 2;
  color: white;
  left: 84px;
  top: 39px;
  font-size: 26pt;
  font-family: "blender_pro_thinregular";
  font-weight: bold;
}
.contact-huck-map .contact-huck-map-text a {
  color: inherit;
  text-decoration: none;
}
.contact-huck-map .contact-huck-map-text a:hover {
  color: white;
}
.border-left-huck-map {
  font-weight: normal;
  font-size: 12pt;
  border-left: 1px solid white;
  padding-left: 20px;
  line-height: 17px;
  margin-top: 7px;
}
.border-left-huck-map .entry-content {
  font-size: 7pt;
}
.mapContain {
  margin-top: 20px;
  width: 100%;
  position: absolute;
  left: 0;
}
.other-articles {
  margin-top: 0;
  float: left;
}
.single .other-articles {
  margin-top: 0;
}
.issues-left-wrapper {
  float: left;
}
.issues-container .post-thumbnail-contain .overlay .read-more .top,
.issues-container .post-thumbnail-contain .overlay .read-more .bottom {
  width: 100%;
}
.current-issue-pagination.pagination {
  margin-top: 20px;
  margin-bottom: 48px;
}
.current-issue .sidebar.mobile-hide {
  display: block !important;
}
.bgContain {
  background-repeat: no-repeat;
  background-size: contain;
}
.instruct-swipe {
  font-family: "blender_pro_mediumregular";
  font-size: 15pt;
  width: 100%;
  padding: 0 4%;
  line-height: 0.8em;
}
.instruct-swipe p {
  margin: 20px 0 10px 0;
}
.single-page-left .article-footer .network-links .explore-more {
  width: 100%;
  font-size: 13.5pt;
}
.single-page-left .article-footer .network-links ul {
  margin-top: 10px;
}
.single-page-left .article-footer .network-links .explore-more-text {
  padding-right: 35px;
  margin-top: 3px;
  font-size: 13.5pt;
  font-style: italic;
  color: #666666;
}
.single-page-left .article-footer .network-links ul li {
  margin-left: 0;
  display: inline-block;
  font-size: 13.5pt;
  width: 45%;
}
.single-page-left .article-footer .network-links ul li:nth-child(even) {
  margin-left: 10%;
}
.extra-social #ssba a {
  width: 16.66%;
  margin: 0;
}
.extra-social .social-share {
  margin-bottom: 35px;
}
.single-page-sidebar {
  margin-left: 0;
}
.issue-slideshow#slideshow {
  height: auto;
}
.issue-slideshow#slideshow .panel img {
  width: 100%;
}
.issue-slideshow#slideshow .article-details {
  position: relative;
}
#content.current-issue,
#content.about {
  margin-top: 60px;
}
.about #slideshow .panel img {
  width: 100%;
}
.internal_headline {
  font-size: 34pt;
  font-family: "blender_pro_mediumregular";
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1em;
}
.internal_standfirst {
  font-size: 23pt;
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  margin-top: -35px;
  letter-spacing: 0.15em;
}
.subsection_headline {
  font-size: 26pt;
  font-family: "blender_pro_thinregular";
  margin-top: 35px;
  margin-bottom: 0;
  line-height: 1em;
}
.subsection_details {
  font-size: 14.5pt;
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  margin-top: -19px;
  margin-bottom: 27px;
  text-transform: none;
  letter-spacing: 0.15em;
}
.single-post .entry-content blockquote {
  margin: 35px 0;
  font-style: italic;
}
.single-post .entry-content blockquote p:before {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  content: "\201C";
  font-size: 34pt;
  padding-right: 20px;
  line-height: 0em;
  vertical-align: -0.5em;
  margin-top: 24px;
  float: left;
  color: inherit;
}
.single-post .entry-content blockquote p:after {
  font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
  color: inherit;
  margin-top: 8px;
  padding-left: 20px;
  float: right;
  font-size: 34pt;
  content: "\201D";
}
.ad.size-250x250 {
  display: inline-block;
  margin: 40px 0 80px 0;
}
.single-post #outer-content .ad-block {
  margin-bottom: 0px;
  margin-left: 0;
  margin-top: 50px;
}
.playlist-archive.twelvecol:first-child {
  margin-top: 40px;
}
.home .search-filter {
  display: none;
}
.search-filter .filter-type.right .simpleselect {
  float: left;
  width: 284px;
}
.search-filter .filter-type.right .simpleselect .options {
  width: 246px;
}
/* hide desktop-only menu items */
/* 'no svg' support for dynamic elements */
.no-svg #logo {
  background-image: url('../images/huck_masthead_mobile.png');
}
.no-svg .simpleselect {
  background: url('../images/huck-icon-dropdown-large.png') 100% 50% no-repeat;
}
.no-svg .toggle:after {
  background: #000000 url('../images/huck_nav_icon.png') 50% 50% no-repeat;
}
.no-svg .toggle-search:after {
  background-image: url('../images/huck-icon-search.png');
}
.no-svg .toggle-search #toggle-search:checked ~ .toggle-search:after {
  background-image: url('../images/huck-icon-search-large-active.png');
}
.no-svg .control.prev {
  background-image: url('../images/huck-slide-nav-prev.png');
}
.no-svg .control.next {
  background-image: url('../images/huck-slide-nav-next.png');
}
.no-svg .playlist .control.prev,
.no-svg .social-feed .control.prev {
  background-image: url('../images/huck-slide-nav-dark-prev-large.png');
}
.no-svg .playlist .control.next,
.no-svg .social-feed .control.next {
  background-image: url('../images/huck-slide-nav-dark-next-large.png');
}
.no-svg .footer #inner-footer #footer-logo {
  background-image: url('../images/huck-logo-light.png');
}
/* transp bg fix for android */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  min-width: 100%;
}
.touch .header {
  position: fixed;
}
.touch .header.absoluteHeader {
  position: absolute;
}
.touch .touch-hide {
  display: none !important;
}
.touch input {
  -webkit-appearance: none;
  border-radius: 0;
}
.iPhone .header .top-nav > li:hover {
  background: #000000;
}
.iPhone .header .top-nav > li:hover > a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.iPhone .header .top-nav > li.active {
  background: #000000;
}
.iPhone .header .top-nav > li.active > a {
  color: #ff6666;
}
.iPhone .header .top-nav > li.active > a:focus,
.iPhone .header .top-nav > li.active > a:hover,
.iPhone .header .top-nav > li.active > a.hover {
  background: #000000;
  color: #ff6666;
}
.iPhone .header .top-nav > li.active > a:focus:after,
.iPhone .header .top-nav > li.active > a:hover:after,
.iPhone .header .top-nav > li.active > a.hover:after {
  color: #ff6666;
}
.iPhone .simpleselect .options {
  display: none !important;
}
.more-categories .signup-widget {
  display: none;
}
#logo ul {
  background: #000000;
}
#logo ul li {
  border-bottom: 1px solid #ffffff;
}
#logo ul li a {
  color: #ffffff;
  background: #000000;
}
#logo ul li:hover a {
  color: #ff6666;
}
#logo ul li:last-child {
  border-bottom: 1px solid;
}
.search-results .pagination,
.tag.archive .pagination {
  margin-bottom: 50px;
}
.mobile .home-articles.twelvecol .row {
  width: 100%;
}
.shortStandfirst p,
.longStandfirst p {
  font-style: italic;
  font-size: 11pt;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.wpcf7 .mc-signup {
  display: none;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    /* end .menu ul li */

    /* highlight current page */

    /* end current highlighters */

  }
  .nav ul {
    margin-top: 0;
  }
  .nav li {
    /*
  		plan your menus and drop-downs wisely.
  		*/

    /* showing sub-menus */

  }
  .nav li a {
    border-bottom: 0;
    /*
  			you can use hover styles here even though this size
  			has the possibility of being a mobile device.
  			*/

  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border-top: 0;
    /* highlight sub-menu current page */

  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
  				if you need to go deeper, go nuts
  				just remember deeper menus suck
  				for usability. k, bai.
  				*/

  }
  /* end .nav */
  .header {
    /* end .nav */

  }
  .header .nav {
    /* end .menu ul li */

    /* highlight current page */

    /* end current highlighters */

  }
  .header .nav li {
    /*
  		plan your menus and drop-downs wisely.
  		*/

    /* showing sub-menus */

  }
  .header .nav li ul.sub-menu,
  .header .nav li ul.children {
    /* highlight sub-menu current page */

  }
  .header .nav li ul.sub-menu li,
  .header .nav li ul.children li {
    /*
  				if you need to go deeper, go nuts
  				just remember deeper menus suck
  				for usability. k, bai.
  				*/

  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
  			be careful with the depth of your menus.
  			it's very rare to have multi-depth menus in
  			the footer.
  			*/

  }
  /* end .footer-links */
  #huck-recommends article {
    margin-left: 1%;
    width: 24.25%;
  }
  #huck-recommends article:nth-child(even) {
    margin-left: 1%;
  }
  #huck-recommends article:first-child,
  #huck-recommends article:nth-child(5n+5) {
    margin-left: 0;
  }
  #huck-recommends article .post-thumbnail-contain {
    width: 100%;
  }
  /* Tiny Scrollbar */
  #social-feed article {
    /* height:298px; */

  }
  .scrollbarPlaylist .post {
    width: 306px;
    min-height: 0;
    margin-left: 9px;
  }
  .playlist {
    margin-top: 70px;
  }
  .tablet-hide {
    display: none;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 783px) {
  .admin-bar .header {
    top: 32px;
  }
}
/* serve mobile for <1025 */
@media only screen and (min-width: 1025px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Grid Stylesheet

  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.less stylesheet.

  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:

  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://gridpak.com/ - Create your own responsive grid.

  The grid below is a combination of the 1140 grid and Twitter Boostrap.
  I liked 1140 but Boostrap's grid was way more detailed so I merged them
  together, let's see how this works out. If you want to use 1140, the original
  values are commented out on each line.

  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 300px;
    /* 22.928176794%;  */

  }
  /* 22.05%; } /* grid_3  */
  /* 30.75%;  */
  /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 617px;
    /* 48.618784527%;
                 /* 48%;*/

  }
  /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 100%;
    /* width: 99.999999993%;  */

    /* 100%;  */

  }
  /* grid_12 */
  .issue-col {
    width: 190px;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol,
  .issue-col {
    position: relative;
    float: left;
    margin-left: 25px;
    /* 1.762430939%; */

  }
  /* pushes and pulls */
  .pushtwo {
    left: 14.364640833%;
    float: none;
    display: inline-block;
  }
  .centered {
    float: none;
    margin: auto;
  }
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 1280px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.less styles.

  ******************************************************************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  #container {
    min-width: 100%;
    max-width: none;
  }
  .wrap {
    max-width: 1280px;
    min-width: 1280px;
    padding: 0 10px;
  }
  .wrap.preSlides {
    padding: 0 10px;
  }
  .fourcol {
    width: 402px;
    /* 31.491712705%; */

  }
  .fourcol .post-thumbnail-contain {
    height: 267px;
    width: 402px;
  }
  .sixcol .post-thumbnail-contain {
    height: 347px;
    width: 617px;
  }
  /*********************
  HEADER STYLES
  *********************/
  #toggle,
  #toggle-search,
  .toggle,
  .toggle-search {
    display: none;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  /* begin no-touch */
  .header {
    position: static;
  }
  .no-touch {
    /* end header */

  }
  .no-touch .header {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 9999;
    /* end .nav */

    /* .menu is clearfixed inside mixins.scss */

    /* end .menu */

    /* search form */

    /* end search form */

  }
  .no-touch .header .toggle,
  .no-touch .header .toggle-search {
    display: none;
  }
  .no-touch .header #logo {
    float: left;
    margin: 0;
    background-image: url('../images/huck_masthead.svg');
    background-size: 84px 30px;
    width: 94px;
    height: 40px;
  }
  .no-touch .header .nav {
    border: 0;
    width: 810px;
    float: right;
    margin-right: 20px;
    /* end .menu ul li */

    /* highlight current page */

    /* end current highlighters */

  }
  .no-touch .header .nav ul {
    margin-top: 0;
  }
  .no-touch .header .nav li {
    float: left;
    /*
                  plan your menus and drop-downs wisely.
                  */

    /* showing sub-menus */

  }
  .no-touch .header .nav li a {
    border-bottom: 0;
    /*
                      you can use hover styles here even though this size
                      has the possibility of being a mobile device.
                      */

  }
  .no-touch .header .nav li a:hover,
  .no-touch .header .nav li a:focus {
    color: #ff6666;
  }
  .no-touch .header .nav li a:hover .submenu,
  .no-touch .header .nav li a:focus .submenu {
    visibility: visible;
  }
  .no-touch .header .nav li:last-child .sub-menu li {
    float: left;
  }
  .no-touch .header .nav li.current-menu-item a,
  .no-touch .header .nav li.current-menu-parent a {
    color: #ff6666;
    font-weight: bold;
  }
  .no-touch .header .nav li ul.sub-menu,
  .no-touch .header .nav li ul.children {
    margin-top: 0;
    background: #ff6666;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
    width: auto;
    left: auto;
    top: 0;
    padding: 0;
    /* highlight sub-menu current page */

  }
  .no-touch .header .nav li ul.sub-menu li,
  .no-touch .header .nav li ul.children li {
    position: static;
    float: left;
    /*
                          if you need to go deeper, go nuts
                          just remember deeper menus suck
                          for usability. k, bai.
                          */

  }
  .no-touch .header .nav li ul.sub-menu li a,
  .no-touch .header .nav li ul.children li a {
    font-size: 12pt;
    padding: 10px 30px;
    border-right: 0;
    display: block;
    color: #000000;
    background: #ff6666;
    border-bottom: 0;
    margin: 0;
  }
  .no-touch .header .nav li ul.sub-menu li a:hover,
  .no-touch .header .nav li ul.children li a:hover,
  .no-touch .header .nav li ul.sub-menu li a:focus,
  .no-touch .header .nav li ul.children li a:focus {
    color: #ffffff;
  }
  .no-touch .header .nav li ul.sub-menu li:last-child,
  .no-touch .header .nav li ul.children li:last-child {
    float: left;
  }
  .no-touch .header .nav li ul.sub-menu li:last-child a,
  .no-touch .header .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .no-touch .header .nav li ul.sub-menu li.current-menu-item a,
  .no-touch .header .nav li ul.children li.current-menu-item a,
  .no-touch .header .nav li ul.sub-menu li.current-menu-parent a,
  .no-touch .header .nav li ul.children li.current-menu-parent a {
    color: #ffffff;
    font-weight: bold;
  }
  .no-touch .header .nav li:hover ul {
    display: block;
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  .no-touch .header .top-nav {
    display: block;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity = (100));
    opacity: 1;
    width: 925px;
    margin-right: 0;
    position: static;
    float: right;
    padding-bottom: 0;
  }
  .no-touch .header .top-nav > li {
    position: static;
    width: auto;
    background: transparent;
    border-bottom: 0;
  }
  .no-touch .header .top-nav > li:active,
  .no-touch .header .top-nav > li:focus,
  .no-touch .header .top-nav > li:hover,
  .no-touch .header .top-nav > li.hover,
  .no-touch .header .top-nav > li.active,
  .no-touch .header .top-nav > li.current-menu-item {
    background: transparent;
    border-bottom: none;
  }
  .no-touch .header .top-nav > li:active a,
  .no-touch .header .top-nav > li:focus a,
  .no-touch .header .top-nav > li:hover a,
  .no-touch .header .top-nav > li.hover a,
  .no-touch .header .top-nav > li.active a,
  .no-touch .header .top-nav > li.current-menu-item a {
    color: #000000;
    border-bottom: none;
    margin: 0;
  }
  .no-touch .header .top-nav > li:active a:after,
  .no-touch .header .top-nav > li:focus a:after,
  .no-touch .header .top-nav > li:hover a:after,
  .no-touch .header .top-nav > li.hover a:after,
  .no-touch .header .top-nav > li.active a:after,
  .no-touch .header .top-nav > li.current-menu-item a:after {
    content: '';
  }
  .no-touch .header .top-nav > li.current-menu-item.menu-item-has-children > a:after,
  .no-touch .header .top-nav > li.active.menu-item-has-children > a:after {
    content: '';
  }
  .no-touch .header .top-nav > li > a {
    color: #000000;
    padding: 15px 13px 13px 13px;
    font-size: 11pt;
    width: 100%;
    margin: 0;
  }
  .no-touch .header .top-nav > li > a:hover {
    color: #ff6666 !important;
    border-bottom: none;
  }
  .no-touch .header .top-nav .sub-menu {
    position: static;
    left: auto;
    height: auto;
  }
  .no-touch .header .top-nav .sub-menu li a {
    margin: 0;
  }
  .no-touch .header .top-nav .sub-menu li:last-child {
    float: left;
  }
  .no-touch .header .menu {
    /* end .menu ul */

  }
  .no-touch .header .menu ul {
    /* end .menu ul li */

    /* highlight current page */

    /* end current highlighters */

  }
  .no-touch .header .menu ul li {
    /*
                      plan your menus and drop-downs wisely.
                      */

  }
  .no-touch .header .menu ul li a {
    margin: 0;
  }
  .no-touch .header .menu ul li ul.sub-menu,
  .no-touch .header .menu ul li ul.children {
    margin-top: 0;
    border-top: 0;
    /* highlight sub-menu current page */

  }
  .no-touch .header .menu ul li ul.sub-menu li,
  .no-touch .header .menu ul li ul.children li {
    float: none;
    /*
                              if you need to go deeper, go nuts
                              just remember deeper menus suck
                              for usability. k, bai.
                              */

  }
  .no-touch .header .menu ul li ul.sub-menu li a,
  .no-touch .header .menu ul li ul.children li a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    border-right: 0;
    display: block;
    padding: 0 10px;
  }
  .no-touch .header .menu ul li ul.sub-menu li:last-child a,
  .no-touch .header .menu ul li ul.children li:last-child a {
    border-bottom: 0;
  }
  .no-touch .header .menu ul li ul.sub-menu li.current-menu-item a,
  .no-touch .header .menu ul li ul.children li.current-menu-item a,
  .no-touch .header .menu ul li ul.sub-menu li.current_page_item a,
  .no-touch .header .menu ul li ul.children li.current_page_item a,
  .no-touch .header .menu ul li ul.sub-menu li.current_page_ancestor a,
  .no-touch .header .menu ul li ul.children li.current_page_ancestor a {
    border-bottom: 0;
  }
  .no-touch .header #searchform {
    display: block;
    float: right;
    width: auto;
    background: url('../images/huck-icon-search.svg') 100% 50% no-repeat;
  }
  .no-touch .header #searchform input {
    border: 0;
    font-family: "blender_pro_thinregular";
  }
  .no-touch .header #searchform #s {
    background: #c8c9c7;
    background: rgba(0, 0, 0, 0.2);
    width: 146px;
    padding: 2px 10px;
  }
  .no-touch .header #searchform #searchsubmit {
    background: none;
    width: 11px;
    height: 11px;
  }
  .no-touch .header .inner-header {
    padding: 0 22px;
  }
  /* end no-touch */
  .admin-bar .header {
    top: 32px;
  }
  /*********************
  SLIDESHOW / HEADING
  *********************/
  .single-post-page-width#slideshow {
    height: 559px;
  }
  #slideshow.issue-slideshow .slide {
    height: 559px;
  }
  #slideshow.issue-slideshow .article-details {
    position: absolute;
  }
  #slideshow.issue-slideshow .article-details.wrap {
    padding: 0 4%;
    max-width: 100%;
  }
  #slideshow.issue-slideshow .article-details.wrap .article-header {
    padding-left: 60px;
  }
  #slideshow {
    height: 678px;
    overflow: hidden;
  }
  #slideshow .items .slide {
    height: 559px;
  }
  #slideshow .items .slide .panel {
    height: 559px;
  }
  #slideshow .items .slide .twelvecol {
    position: absolute;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.8);
  }
  #slideshow .items .slide .twelvecol .title-contain {
    max-width: 503px;
    padding-right: 30px;
  }
  #slideshow .items .slide .twelvecol .excerpt-contain {
    width: 503px;
    margin-left: 30px;
    padding-right: 10px;
  }
  #slideshow .article-details .excerpt p {
    width: 384px;
  }
  #slideshow .article-details .excerpt p .post {
    width: 306px;
    min-height: 0;
    margin-left: 9px;
  }
  .breadcrumbs {
    font-family: "blender_pro_mediumregular";
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .single-page-breadcrumbs {
    padding: 0;
  }
  .single-post .single-page-top {
    font-size: 42px;
  }
  #breadcrumbs {
    margin-top: 12px;
    font-size: 72pt;
  }
  .more-categories .row .sub-cat-box {
    margin-left: 25px;
  }
  .more-categories .row .sub-cat-box:first-of-type {
    margin-left: 0;
  }
  .more-categories .row .signup-widget {
    margin: 63px 0 0 25px;
  }
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */

  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  .post.fourcol {
    min-height: 443px;
  }
  .home .post.sixcol .post-titles {
    width: 45%;
    border-right: 1px solid #cccccc;
  }
  .home .post.sixcol .entry-content {
    margin-top: 15px;
    float: right;
    padding: 0 15px 20px 40px;
    width: 55%;
  }
  #scrollbarSocialFeed {
    margin: 20px 0 10px;
  }
  #scrollbarSocialFeed .scrollbar {
    margin-top: 30px;
  }
  .scrollbarPlaylist .viewport {
    height: 507px;
  }
  .pagination {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .category-playlist-archive .playlist .sub-cat-name {
    margin-bottom: 15px;
  }
  .category-playlist-archive .playlist .post-thumbnail-contain .icon {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .category-playlist-archive .playlist .post-thumbnail-contain .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .category-playlist-archive .playlist-pagination {
    margin-top: 32px;
  }
  /*********************
  partial elements
  *********************/
  .wrap.adverts.mpus .advert img {
    width: auto;
    height: auto;
  }
  #huck-recommends .recommendations .huck_recommendations .entry-content {
    min-height: 189px;
  }
  #huck-recommends .preRule .rule {
    width: 68%;
  }
  #huck-recommends article {
    margin-left: 20px;
    margin-top: 0;
    padding: 23px;
    width: 192px;
    outline: 1px solid #cccccc;
  }
  #huck-recommends article:nth-child(even),
  #huck-recommends article:nth-child(5n+5) {
    margin-left: 20px;
  }
  #huck-recommends article .post-thumbnail-contain {
    width: 142px;
    height: 114px;
  }
  #huck-recommends article img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */

    filter: gray;
    /* IE6-9 */

    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */

    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */

  }
  #huck-recommends article h4 {
    margin: 0px;
  }
  #huck-recommends article p {
    height: auto;
  }
  .preRule h2,
  .preRule h4 {
    float: left;
  }
  .preRule span {
    border-bottom: 1px solid #cccccc;
    display: block;
    float: right;
    width: 1013px;
    line-height: 3em;
    height: 51px;
  }
  .post-thumbnail-contain .overlay .read-more {
    padding: 0 40px;
  }
  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    padding: 30px 0 0;
    overflow: hidden;
  }
  .footer #inner-footer {
    padding: 20px 10px 80px 10px;
  }
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  .mobile-hide {
    display: block !important;
  }

  /*********************
  container accents
  *********************/
  .border-left {
    border-left: 1px solid #000000;
  }
  .border-right {
    border-right: 1px solid #000000;
  }
  .issue-col {
    margin-left: 21px;
  }
  .advert.threecol {
    margin-left: 18px;
  }
  .advert.first {
    margin-left: 0;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .single-post-page-width {
    width: 958px;
  }
  .single-page-left {
    width: 619px;
    float: left;
  }
  .single-page-left img {
    width: auto;
    height: auto;
  }
  .single-page-left iframe,
  .single-page-left object,
  .single-page-left embed {
    width: 500px;
    height: 281px;
  }
  .home .ad-block.ads-300x250_300x250_300x250_300x250 {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .ad-block .size-380x308 img {
    max-width: 380px;
    /*height:308px;*/

    width: 100%;
    height: auto;
    padding: 13.5px 12px;
  }
  .ad-block .size-300x250,
  .ad-block .size-300x250 img {
    width: 300px;
    height: 250px;
  }
  .ad-block .size-380x308 {
    height: 335px;
    width: 404px;
    outline: 1px solid #CCCCCC;
  }
  .ad-block .size-1256x90,
  .ad-block .size-1256x90 img {
    width: 1256px;
    height: 90px;
  }
  .ad-block.ads-1256x90 {
    width: 1256px;
  }
  .screen-reader-text {
    display: none;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */

  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  .desktop-hide {
    display: none;
  }
  .sub-cat-absolute-box {
    position: absolute;
    bottom: -1px;
    background: white;
    z-index: 7000;
    padding-right: 20px;
  }
  .sub-cat-absolute-box.right {
    right: 0;
    padding-right: 0;
    padding-left: 20px;
  }
  .sub-cat-box {
    float: left;
  }
  .sub-cat-name {
    min-height: 30px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 33px;
  }
  .sub-cat-header {
    line-height: 18px;
    margin-bottom: 0;
  }
  .sub-cat-see-more {
    float: right;
    border-bottom: 1px solid #CCCCCC;
    line-height: 15px;
    right: 0;
    background: white;
  }
  .sub-cat-see-more a {
    line-height: 10px;
  }
  .sub-cat-see-more:hover {
    border-bottom: 1px solid #ff6666;
  }
  .home .playlist {
    margin-top: 80px;
  }
  #social-feed article {
    vertical-align: top;
    border-right: 2px solid #f4f4f4;
    display: inline-block;
    margin-left: 30px;
  }
  #social-feed article:first-child {
    margin-left: 0;
  }
  #social-feed article .article-posted {
    font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
    font-style: italic;
    color: #999999;
    font-size: 9pt;
  }
  #social-feed article .post-titles {
    margin-top: 60px;
  }
  #social-feed article.instagram .post-titles {
    margin-top: 0;
  }
  #social-feed article .post-content {
    float: left;
    width: 225px;
    margin-left: 40px;
  }
  #social-feed article .entry-content {
    margin-top: 20px;
    font-family: "blender_pro_thinregular";
    font-size: 11pt;
    line-height: 1.5em;
  }
  #social-feed article .click-to-follow {
    margin-left: 40px;
    font-family: "blender_pro_mediumregular";
    font-size: 9pt;
    text-transform: uppercase;
    width: 225px;
    display: inline-block;
    line-height: 44px;
    float: left;
  }
  #social-feed article .click-to-follow .genericon {
    font-size: 23pt;
    width: 23px;
    height: 23px;
    margin-right: 15px;
  }
  #social-feed article .click-to-follow a {
    text-decoration: underline;
  }
  #social-feed article .click-to-follow a.genericon {
    text-decoration: none;
  }
  #social-feed article .thumbnail-contain {
    float: left;
    width: 299px;
    height: 298px;
    background: #eeeeee;
  }
  #social-feed article.facebook {
    width: 582px;
  }
  #social-feed article.facebook .entry-content {
    height: 232px;
  }
  #social-feed article.instagram {
    width: 609px;
  }
  #social-feed article.instagram .post-content {
    height: 270px;
  }
  #social-feed article.twitter .entry-content blockquote {
    margin: 0;
  }
  #social-feed article .post-titles {
    margin-top: 60px;
  }
  #social-feed article .post-content {
    margin-left: 40px;
    width: 225px;
  }
  #social-feed article .click-to-follow {
    margin-left: 40px;
  }
  #social-feed article.twitter .entry-content blockquote {
    margin: 0;
  }
  #social-feed article.twitter .entry-content blockquote:before {
    font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
    content: "\201C";
    font-size: 34pt;
    padding-right: 5px;
    line-height: 0em;
    vertical-align: -0.5em;
    margin-top: 22px;
    float: left;
    color: #999999;
  }
  #social-feed article.twitter .entry-content blockquote:after {
    font-family: "Libre Baskerville", "Georgia", Cambria, Times New Roman, Times, serif;
    color: #999999;
    margin-top: -20px;
    padding-left: 10px;
    float: right;
    font-size: 34pt;
    content: "\201D";
  }
  #huck-recommends .recommendations {
    margin-top: 10px;
  }
  #huck-recommends article:hover {
    background-color: #FF6666;
    border-color: #FF6666;
  }
  #huck-recommends article:hover .article-footer,
  #huck-recommends article:hover .entry-content,
  #huck-recommends article:hover .recommend-titles h4 a {
    color: white;
  }
  .signup-widget {
    height: 433px;
    margin-bottom: 0;
  }
  .signup-widget img {
    width: 353px;
    height: 199px;
  }
  .signup-widget .fieldset span {
    width: auto;
    float: right;
  }
  .signup-widget input {
    width: 240px;
    float: right;
  }
  .signup-widget .signup-text {
    width: 185px;
    position: absolute;
  }
  .about-page-ads .ad-block {
    width: 844px;
  }
  .contact-huck-map {
    width: 404px;
    height: 335px;
  }
  .contact-huck-map .map-inner {
    width: 373px;
    height: 308px;
    margin: 13.5px 15.5px;
  }
  .mapContain {
    position: static;
  }
  .network-links h3 {
    width: auto;
  }
  .network-links ul li {
    display: inline-block;
    margin-left: 20px;
  }
  .other-articles {
    margin-top: 0;
  }
  .mapContain {
    padding: 20px;
    border: 1px solid #000000;
  }
  #locationMap {
    margin-top: 0;
    width: 1214px;
    height: 422px;
  }
  #locationMap .infoBox {
    min-width: 180px;
  }
  #locationMap .infoBox h3,
  #locationMap .infoBox ul {
    padding-left: 20px;
    border-left: 1px solid #ffffff;
  }
  .contact-details {
    margin-top: 50px;
  }
  .contact-details .threecol {
    margin-top: 0;
  }
  .panel-container .panel {
    min-height: 550px;
  }
  .panel-container .panel h3 {
    font-size: 45pt;
    margin-top: 30px;
  }
  .panel-container .panel .step-title {
    font-size: 45pt;
  }
  .panel-container .panel.slideRight {
    padding-bottom: 0;
  }
  .stockists p {
    width: 265px;
  }
  .stockists .results-message {
    min-height: 350px;
  }
  .stockists #breadcrumbs {
    margin-top: 220px;
  }
  .stockists .panel-container {
    clear: none;
    margin-bottom: 145px;
  }
  .stockists .panel-container .input-postcode {
    margin-left: 155px;
    width: auto;
    line-height: 75pt;
  }
  .stockists .panel-container .input-postcode label {
    display: inline-block !important;
  }
  .stockists .panel-container .input-postcode input {
    width: 309px;
    padding: 3px 12px;
  }
  .stockists .stockist {
    margin-left: 60px;
    margin-top: 5px;
  }
  .stockists .stockist .border-left.details {
    margin-top: 15px;
    padding-bottom: 0;
  }
  .stockists .stockist h3 {
    font-size: 20pt;
  }
  .ajax-load {
    margin-right: 20px;
    margin-top: 20px;
  }
  .issues-left-wrapper {
    width: 825px;
  }
  .issues-container .title span {
    width: 1065px;
    margin-right: -3px;
  }
  .current-issue .column {
    margin-top: 40px;
  }
  .current-issue .column-2 {
    padding-left: 10px;
    margin-top: 40px;
  }
  .flash {
    right: 50px;
    width: 176px;
    height: 177px;
    top: 64px;
  }
  .current-issue .entry-content p {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
  .current-issue #slideshow .article-details .title-contain h1 {
    font-size: 34pt;
  }
  .current-issue #slideshow .article-details .title-contain h2 {
    font-size: 34pt;
    line-height: 0.7em;
  }
  .current-issue .issues-container .title {
    font-size: 26pt;
  }
  .current-issue .issues-container .issue-col {
    margin-left: 21px;
  }
  .current-issue .issues-container .row {
    margin-top: 60px;
    width: auto;
  }
  .current-issue .issues-container .row.row-1 {
    margin-top: 20px;
  }
  .current-issue .issues-container .row article {
    max-width: 190px;
    width: auto;
    margin-top: 0;
  }
  .current-issue .issues-container .row article .post-title h3 {
    margin-top: 0;
  }
  .current-issue .issues-container .row article .post-title h3 a {
    font-size: 25px;
  }
  .current-issue .issues-container .row article h4 a {
    font-size: 24px;
  }
  .current-issue .issues-container .row article:nth-child(even) {
    margin-left: 22px;
  }
  .current-issue .issues-container .row article:first-child {
    margin-left: 0;
  }
  .current-issue .sidebar {
    margin-top: 21px;
  }
  .current-issue .flash {
    top: 405px;
  }
  .current-issue-pagination.pagination {
    margin-top: 20px;
  }
  .issues-container .post-thumbnail-contain .overlay .read-more .top,
  .issues-container .post-thumbnail-contain .overlay .read-more .bottom {
    width: 123px;
  }
  .first-letter,
  .column-first:first-letter,
  .dropcaps-word > p:first-of-type:first-letter,
  .dropcaps > p:first-of-type:first-letter {
    font-size: 58.5pt;
    line-height: 0.76em;
    padding-right: 5px;
    padding-bottom: 0;
  }
  .current-issue .dropcaps p:first-of-type:first-letter {
    font-size: 50.5pt;
  }
  .panel-container #panelResults {
    margin-top: 96px;
  }
  .panel-container .panel.results .results-message {
    min-height: 400px;
  }
  ::-webkit-input-placeholder {
    color: transparent;
  }
  :-moz-placeholder {
    color: transparent;
  }
  ::-moz-placeholder {
    color: transparent;
  }
  :-ms-input-placeholder {
    color: transparent;
  }
  placeholder {
    color: transparent;
  }
  .single #breadcrumbs {
    padding: 7px 0;
    margin-top: 50px;
    font-size: 11pt;
  }
  .single #breadcrumbs div {
    line-height: 0.9em;
  }
  .single #breadcrumbs a {
    color: #CCCCCC;
    line-height: 0.9em;
  }
  .entry-content {
    letter-spacing: 1.5px;
    line-height: 1.8em;
    font-size: 16px;
  }
  .single-post .entry-content {
    line-height: 2em;
    font-size: 16px;
  }
  .single-post .entry-content p:first-of-type {
    margin-top: 0;
  }
  .single-post p:first-of-type {
    margin-top: 2px;
  }
  .single-post #slideshow .control {
    top: 50%;
  }
  .single-page-left .article-footer .network-links .explore-more {
    float: left;
    width: auto;
  }
  .single-page-left .article-footer .network-links .explore-more-text {
    font-size: 10.5pt;
  }
  .single-page-left .article-footer .network-links ul li {
    width: auto;
    font-size: 12pt;
    margin-right: 35px;
  }
  .single-page-left .article-footer .network-links ul li:nth-child(even) {
    margin-left: 0;
  }
  .single-page-left .article-footer .network-links ul {
    margin: 1em 0;
  }
  .single-page-sidebar {
    margin-left: 21px;
    width: 318px;
    overflow: hidden;
    float: right;
  }
  .single-page-sidebar .sidebar {
    width: 100%;
    margin: 0;
  }
  #content.current-issue,
  #content.about {
    margin-top: 50px;
  }
  .page .page-title {
    font-size: 34pt;
    line-height: 1em;
    margin-top: 0.67em;
  }
  .page .page-subtitle {
    font-size: 34pt;
  }
  .page .entry-content p {
    font-size: 16px;
    line-height: 1.7em;
    letter-spacing: 1.5px;
  }
  .related-articles {
    width: 100%;
    float: left;
    margin-top: 50px;
  }
  .related-articles .related-header {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 25px;
    padding-bottom: 14px;
    font-size: 28pt;
  }
  .related-articles .row,
  .related-articles article {
    width: 313px;
  }
  .related-articles .row {
    margin-bottom: 30px;
  }
  .related-articles .post.fourcol {
    height: auto;
    min-height: 0;
  }
  .related-articles .post-thumbnail-contain {
    width: 313px;
    height: 207px;
  }
  .related-articles .post-titles * {
    font-size: 19pt;
  }
  .related-articles .post-thumbnail-contain .overlay .read-more {
    padding: 24px 40px;
  }
  .single .related-articles .post-thumbnail-contain .overlay.new-overlay .line {
    width: 18% !important;
  }
  .single .related-articles .post-thumbnail-contain .overlay .read-more {
    padding: 0;
  }
  .single .related-articles .post-thumbnail-contain .overlay .read-more p {
    margin: 0;
  }
  .related-articles .post-thumbnail-contain .overlay .read-more p {
    margin-top: 20px;
  }
  .internal_headline {
    margin-top: 60px;
    line-height: 1.4em;
    margin-bottom: 20px;
    margin-bottom: 0;
  }
  .internal_standfirst {
    margin-top: -35px;
    margin-bottom: 36px;
  }
  .subsection_headline {
    margin-top: 70px;
  }
  .subsection_details {
    margin-top: -30px;
  }
  .single-post .entry-content blockquote {
    margin: 65px 0;
  }
  .ad.size-250x250 {
    margin: 28px 0 72px 0;
  }
  .single-post #outer-content .ad-block {
    margin-bottom: 55px;
    margin-left: 0;
    margin-top: 40px;
  }
  .single .other-articles {
    margin-top: 0;
  }
  .playlist-archive.twelvecol {
    margin-top: 50px;
  }
  .playlist-archive.twelvecol:first-child {
    margin-top: 70px;
  }
  .playlist-archive .playlist {
    margin-top: 70px;
  }
  .home .search-filter {
    display: block;
  }
  .category .sub-cat-box .row {
    margin-top: 26px;
  }
  .playlist .post-thumbnail-contain .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .playlist .post-thumbnail-contain .icon {
    width: 100%;
    height: 100%;
    left: 0%;
  }
  .simpleselect {
    background: url('../images/huck-icon-dropdown.svg') 100% 50% no-repeat;
  }
  .search-filter .filter-type.right .simpleselect {
    width: 249px;
    float: right;
  }
  .search-filter .filter-type.right .simpleselect .options {
    width: 225px;
  }
  .scrollbarPlaylist .viewport,
  #scrollbarSocialFeed .viewport {
    height: 298px;
  }
  .scrollbarPlaylist .overview,
  #scrollbarSocialFeed .overview {
    position: absolute;
  }
  .scrollbarPlaylist .scrollbar,
  #scrollbarSocialFeed .scrollbar {
    display: block;
  }
  /* hide main menu mobile nav items */
  #menu-main .title-about-huck,
  #menu-main .title-contact-us,
  #menu-main .title-events {
    display: none;
  }
  #menu-main .sub-menu {
    /* hide top-level submenu items */

  }
  #menu-main .sub-menu .title-art-culture,
  #menu-main .sub-menu .title-ride,
  #menu-main .sub-menu .title-perspectives {
    display: none;
  }
  #menu-main .title-get-the-mag .sub-menu {
    min-width: 454px;
  }
  #menu-main > li:last-child {
    display: inline-block;
  }
  .nav li.current-menu-item a,
  .nav li.current-menu-item a:hover,
  .nav li.current-category-ancestor a,
  .nav li.current-category-ancestor a:hover,
  .header .nav li ul.sub-menu li.current-menu-item a,
  .header .nav li ul.sub-menu li.current-menu-item a:hover,
  .header .nav li ul.sub-menu li.current-post-parent a,
  .header .nav li ul.sub-menu li.current-post-parent a:hover,
  .header .nav li.current-menu-parent a,
  .header .nav li.current-menu-parent a:hover {
    font-family: "blender_pro_mediumregular";
    color: black;
  }
  #menu-footer-menu > li {
    float: left;
  }
  .header .nav li a:hover,
  .header .nav li a:focus {
    font-family: "blender_pro_thinregular";
  }
  .nav li.current-category-ancestor ul.sub-menu li a:hover {
    font-family: "blender_pro_thinregular";
    color: white;
  }
  .nav li a {
    font-family: "blender_pro_thinregular";
  }
  .no-svg #logo {
    background-image: url('../images/huck_masthead.png');
  }
  .no-svg .simpleselect {
    background: url('../images/huck-icon-dropdown.svg') 100% 50% no-repeat;
  }
  .no-svg .playlist .control.prev,
  .no-svg .social-feed .control.prev {
    background-image: url('../images/huck-slide-nav-dark-prev.png');
  }
  .no-svg .playlist .control.next,
  .no-svg .social-feed .control.next {
    background-image: url('../images/huck-slide-nav-dark-next.png');
  }
  .no-svg #searchform {
    background: url('../images/huck-icon-search.png') 100% 50% no-repeat;
  }
  .nav li.current-category-ancestor a,
  .nav li.current-category-ancestor a:hover,
  .header .nav li.current-menu-parent a,
  .header .nav li.current-menu-parent a:hover {
    color: #FF6666;
  }
  .header #inner-header {
    padding: 0 10px;
  }
  #inner-content .ad-block:first-of-type {
    margin-left: 0;
  }
  .touch .header #inner-header.wrap {
    margin: 0;
    min-width: 0;
    max-width: none;
  }
  .more-categories .signup-widget {
    display: block;
  }
  .shortStandfirst p,
  .longStandfirst p {
    font-style: italic;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .page .entry-content p {
    font-size: 16px;
  }
}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /*

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {

}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

.single-shorthand_story .header{
    background-color: rgba(255, 255, 255, 1);

}
.single-shorthand_story .social-footer,
.single-shorthand_story #breadcrumbs{
    display: none;
}
/* Below styling is to allow the breadcrumbs to display correctly on shorthand posts. */
/* @media only screen and (max-width: 1024px) {
    .single-shorthand_story #breadcrumbs{
        margin-top: 110px;
    }
}
@media only screen and (max-width: 899px) {
    .single-shorthand_story #breadcrumbs{
        margin-top: 100px;
    }
} */
/* Below styles are to reset styles on specific shorthand post(s), done by ID which is not ideal but quickest way to fix at the time of this needed doing. */
/* .single-shorthand_story.postid-416058 #breadcrumbs {
    margin-top: 60px;
}
@media only screen and (min-width: 1025px) {
    .single-shorthand_story.postid-416058 #breadcrumbs {
        margin-top: 50px;
    }
} */
