/*
Theme Name: heavy
Theme URI: http://heavy.com/
Author: Heavy
Author URI: http://heavy.com/
Description: VIP theme for heavy.com
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heavy
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 heavy is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/


Table Of Contents

  - Normalize
  - Reset
    - Fonts
    - Box Sizing
    - Clearing
  - Structure
  - Header
  - Global
    - Headings
    - Text Elements
    - Links
    - Alignment
    - Screen Readers
  - Menu
    - Small Menu
  - Media
    - Embeds
  - Content
    - Buzzworthy
    - Featured
    - River
    - Author Archive
    - Category Archive
  - Widgets
  - Navigation
    - Main Navigation
    - Paging/Posts
  - Comments
  - Inline Post
  - Galleries
  - 4 Pics
  - Footer

*/
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and 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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* =Reset
-------------------------------------------------------------- */
/* Fonts */
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

/* Box Sizing */
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

/* Clearing */
.buzzworthy-area:before,
.buzzworthy-area:after,
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.entry-content:before,
.entry-content:after,
.featured-area:before,
.featured-area:after,
.featured:before,
.featured:after,
.header:before,
.header:after,
.hentry:before,
.hentry:after,
.menu-main-navigation-container:before,
.menu-main-navigation-container:after,
.page-header:after,
.river-area:before,
.river-area:after,
.site:before,
.site:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.wrap:before,
.wrap:after {
  content: '';
  display: table;
}

.buzzworthy-area:after,
.clear:after,
.comment-content:after,
.entry-content:after,
.featured-area:after,
.river-area:after,
.site:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.site-footer,
.wrap:after {
  clear: both;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
  color: #404040;
  font-family: 'Droid Sans', sans-serif;
  line-height: 1.5;
}

/* Hyperlinks */
a,
a:link,
a:visited {
  color: #1177aa;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #111;
}

hr {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  height: 1px;
  border: 0;
  background-color: #ccc;
}

/* Text elements */
p {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

ul,
ol {
  margin: 0 0 24px 48px;
  margin: 0 0 2.4rem 4.8rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-left: 24px;
  margin-left: 2.4rem;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 24px 24px;
  margin: 0 2.4rem 2.4rem;
}

b,
strong {
  font-weight: 700;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 20px 10px;
  margin: 2rem 1rem;
  padding: 10px 17px 2px 30px;
  padding: 1rem 1.7rem 0.2rem 3rem;
  color: #333;
  background: url(/wp-content/themes/vip/heavy/images/sprite6.png) #f1f6f9 no-repeat -1007px -304px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  padding: 25px;
  padding: 2.5rem;
  overflow: auto;
  max-width: 100%;
  background-color: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  position: relative;
  height: 0;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  width: 100%;
}

th {
  font-weight: bold;
}

img {
  max-width: 200%;
  /* Adhere to container width. */
  height: auto;
  /* Make sure images are scaled correctly. */
}

button,
input,
select,
textarea {
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 9px 16px 6px;
  padding: 0.9rem 1.6rem 0.6rem;
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

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

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
  padding: 0.3rem;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  width: 98%;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  padding-left: 3px;
  padding-left: 0.3rem;
}

/* Alignment */
.alignleft {
  margin-right: 24px;
  margin-right: 2.4rem;
  display: inline;
  float: left;
}

.alignright {
  margin-left: 24px;
  margin-left: 2.4rem;
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 23px 14px;
  padding: 1.5rem 2.3rem 1.4rem;
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
}

.site {
  background: #FFF;
}

#secondary{
  height:auto;
  margin:0;
  padding:0;
  position:relative;
  width:300px;
  float:right;
  z-index: 1;
}
.single #secondary{
  position: absolute;
  right: 0;
  top:0;
}

/* =Structure
----------------------------------------------- */
.site {
  padding: 0 0 25px;
  padding: 0 0 2.5rem;
  margin: 0 auto;
  width: 1220px;
  position: relative;
}

.site-content {
  padding: 0 10px;
  padding: 0 1rem;
}

.content-area {
  width: 100%;
  position:relative;
}

.widget-area {
  width: 300px;
}

/* =Header
----------------------------------------------- */
#pushdown {
  background-color: #fff;
  width: 100%;
  margin:0 auto;
}

.pushdown-container {
  padding: 10px 0 0;
  padding: 1rem 0 0;
  width: 100%;
  background: #fff;
}
.pushdown-container .widget {
  margin: 0 auto 10px;
  margin: 0 auto 1rem;
  width: 730px;
  text-align: center;
}

.header {
  margin: 0 auto 10px auto;
  position: relative;
  bottom: 0;
  z-index: 25;
  width:1220px;
  height: 58px;
  background: #fff;
  background: rgba(255,255,255,0.98);
  border-bottom:1px solid #eee;
}
.header .logo-bar {
  position: relative;
  top: 0;
  z-index: 15;
  display: block;
  float: left;
  width: 154px;
  height: 51px;
  margin: 0 10px 0 0;
}
.header .logo-bar a {
  font-size: 0;
}
.header.fixedheader {
  position: fixed;
  top: -80px;
  z-index: 110;
  box-shadow: 0 10px 15px -10px #888;
  padding:10px 0 0 0;
  height:65px;
}

#background {
  display: none;
}

.wrapper-crop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: inherit;
}

.wrapper-center {
  position: absolute;
  top: 0;
  left: 50%;
}

.wrapper-offset {
  position: relative;
  top: 0;
  left: -50%;
  width: 1600px;
}

#wrapper {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#wrapper a {
  display: block;
}

#main {
  position: relative;
  z-index: 1;
  width:100%;
}

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.wp-caption {
  width: 100% !important;
  color: #333;
  margin:0 auto;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.wp-caption-text {
  text-align: center;
  font-size: 75%;
}

.wp-caption .wp-caption-text {
  margin: 1rem 0;
  font-size: 16px;
  font-weight:bold;
  padding: 0 0 5px 0;
}

.site-main .gallery {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.site-main .gallery a img {
  max-width: 90%;
  height: auto;
  border: none;
}

.site-main .gallery dd {
  margin: 0;
}

.site-single{
  width:780px !important;
  left:50px;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* Thumbnail */
.thumbnail {
  border: 0;
  line-height: 0;
  margin:0 0 10px 0;
}
.thumbnail:hover {}
.thumbnail img {
  position: relative;
  width:100%;
  max-height:85%;
  margin:0;
}

.jwplayer-click {
  position: relative;
}
.jwplayer-click img {
  width: 100%;
}
.jwplayer-click .play-button {
  position: absolute;
  width: 132px;
  background: url(/wp-content/themes/vip/heavy/images/sprite6.png) no-repeat -646px -241px;
  height: 91px;
  top: -220px;
  left: 335px;
  z-index: 1;
}

.jwplayer-click:hover .play-button {
  opacity: .9;
}
.jwplayer{
  min-width:640px;
  max-width:640px;
}

/* =Content
----------------------------------------------- */
/* Buzzworthy */
.buzzworthy-area {
  margin: 0 0 4px;
  margin: 0 0 0.4rem;
  padding: 0 0 10px;
  padding: 0 0 1rem;
  background:#fff;
  width:880px;
  max-height:650px;
  position:relative;
}
.buzzworthy-area .hentry {
  margin: 0;
}
.buzzworthy-area .entry-content,
.buzzworthy-area .river-content {
  position: relative;
  margin: 0;
  width: 630px;
  height: auto;
}
.buzzworthy-area .entry-title,
.buzzworthy-area .river-title {
  font-size: 34px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 885px;
  background: #000;
  background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.9) 1%,rgba(0,0,0,0.5) 100%);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,.2);
  word-wrap: break-word;
  line-height: 36px;
}
.buzzworthy-area .entry-title a,
.buzzworthy-area .river-title a  {
  color: #fff;
  text-decoration: none;
}
.buzzworthy-area .attachment-featured-large {
  position: relative;
}
.buzzworthy-area .entry-content p,
.buzzworthy-area .entry-meta p,
.buzzworthy-area .river-content p,
.buzzworthy-area .river-meta p {
  font-size: 1.4rem;
  margin: 5px 0;
  margin: 0.5rem 0;
  word-wrap: break-word;
}
.buzzworthy-area .entry-meta p,
.buzzworthy-area .river-meta p {
  margin-bottom: -10px;
  color: #404040;
}
.buzzworthy-area .entry-meta
.buzzworthy-area .river-meta {
  padding: 0;
}
.buzzworthy-area img{
  width:885px;
  height:auto;
  margin:0;
}

/* Featured */
.featured-area {
  margin: 0 0 24px;
  padding: 10px 0 0;
  background: #fff;
  width: 890px;
  display: inline-flex;
}
.featured-area .featured {
  margin: 0 10px 0 0;
  margin: 0 1rem 0 0;
  display: inline-block;
  width: 285px;
  height: auto;
  position:relative;
}
.featured-area .featured.featured-3 {
  margin-right: 0;
}
.featured-area .featured .entry-title,
.featured-area .featured .river-title {
  font-size: 22px;
  margin: 10px 0 0 0;
  padding: 0;
  word-wrap: break-word;
  font-weight: 700;
  line-height: 26px;
}
.featured-area .featured .entry-title a,
.featured-area .featured .river-title a {
  color: #333;
}
.featured-area .featured .entry-content,
.featured-area .featured .river-content {
  margin: 5px 0 0;
  margin: 0.5rem 0 0;
  padding: 0;
}
.featured-area .featured .entry-content p,
.featured-area .featured .river-content p {
  font-size: 13px;
  word-wrap: break-word;
  margin:5px 0;
}
.featured-area .featured .posted-on,
.featured-area .featured .comment-count,
.featured-area .featured .edit-link {
  font-size: 11px;
  display: inline;
  color: #666;
}

/* River */
.river-area {
  margin: 0 0 15px;
  position: relative;
  opacity:1;
  clear:both;
}
.river-area.single-post {
  clear: both;
}
.river-area .river {
  padding: 0 5px 10px 5px;
  margin:5px;
  display: block;
  float: left;
  width: 290px;
  height: auto;
  height: 385px;
  background:#fff;
}
.river-area .river .entry-title,
.river-area .river .river-title {
  font-size: 22px;
  margin: 10px 0 0 0;
  padding: 0;
  word-wrap: break-word;
  font-weight: 700;
  line-height: 26px;
}
.river-area .river .entry-title a,
.river-area .river .river-title a {
  color: #333;
}
.river-area .river .entry-title a:hover,
.river-area .river .river-title a:hover {
  text-decoration: underline;
}
.river-area .river .entry-content,
.river-area .river .river-content {
  margin: 5px 0;
  margin: 0.5rem 0;
  padding: 0;
}
.river-area .river .entry-content p,
.river-area .river .river-content p,
#featured-area .river-area .river .river-content p,
#featured-area .river-area .river .entry-content p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 5px 0;
  margin: 0.5rem 0 !important;
  word-wrap: break-word;
}
.river-area .river .posted-on,
.river-area .river .comment-count,
.river-area .river .edit-link {
  font-size: 11px;
  font-size: 1.1rem;
  display: inline;
  color: #666;
}

/* Infinite Scroll */
#infscr-loading-wrap {
  text-align: center !important;
  background: #fff;
}
#infscr-loading-wrap img{
  padding:5px 0 0 0;
}

/* Page Titles */
.page-title,
.title-category {
  margin: 0;
  text-transform: capitalize;
  line-height: normal;
  font-size: 12px;
  padding:0 0 0 50px;
}
.page-title ul.post-categories,
.title-category ul.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-title li,
.title-category li {
  display: inline-block;
}
.page-title a,
.title-category a {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.page-title{
  display:none;
}

/* Single */
.entry-title,
.river-title {
  font-size: 3.6rem;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-weight: bold;
  line-height: 100%;
}

.entry-meta,
.river-meta {
  font-size: 11px;
  font-size: 1.1rem;
  padding:0;
  color: #999;
}
.river-meta{
  margin:0 0 5px 0;
}
.entry-meta a,
.river-meta a {
  color: #17a;
}
.entry-meta .posted-on,
.entry-meta .modified-on,
.entry-meta .comment-count,
.entry-meta .byline,
.entry-meta .edit-link,
.entry-infinite .posted-on,
.entry-infinite .modified-on,
.entry-infinite .comment-count,
.entry-infinite .byline,
.entry-infinite .edit-link {
  display: inline;
}
.entry-meta .author,
.infinite .author {
  text-transform: capitalize;
}
.entry-meta .modified-on,
.entry-meta .comment-count,
.entry-meta .byline,
.entry-meta .edit-link,
.river-meta .modified-on,
.river-meta .comment-count,
.river-meta .byline,
.river-meta .edit-link {
  margin-left: 5px;
  margin-left: 0.5rem;
  padding-left: 5px;
  padding-left: 0.5rem;
  border-left: 1px solid #ccc;
}
.entry-meta .comment-count a,
.river-meta .comment-count a {
  padding-left: 22px;
  padding-left: 2.2rem;
  background: url(/wp-content/themes/vip/heavy/images/sprite6.png) no-repeat -646px -225px;
  color: #999;
}
.entry-meta ul.tags,
.river-meta ul.tags {
  padding: 10px 0;
  padding: 1rem 0;
  margin: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  list-style: none;
}
.entry-meta .tag,
.river-meta .tag {
  margin: 0 4px 7px 0;
  padding: 0px 5px 0px 5px;
  display: inline-block;
  background-color: #878787;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.entry-meta .tag:hover,
.river-meta .tag:hover {
  background-color: #333;
}
.entry-meta .tag a,
.river-meta .tag a {
  color: #fff;
}
.entry-meta .tag a:hover,
.river-meta .tag a:hover {
  text-decoration: none;
}
.entry-meta .tag-related,
.river-meta .tag-related {
  background-color: #213943;
}
.entry-meta .tag-related:hover,
.river-meta .tag-related:hover {
  background-color: #213943;
}

#next-post{
  width:50px;
  height:auto;
  font-size: 30px;
  position:fixed;
  left:50%;
  top:45%;
  z-index: 10;
  margin: 0 240px;
  background: url(/wp-content/themes/vip/heavy/images/right.png) center center no-repeat;
  text-indent: -1000px;
  overflow:hidden;
  display:table-cell; vertical-align:middle;
  padding:5px 0 5px 50px;
}
#prev-post{
  width:50px;
  height:auto;
  font-size: 30px;
  position:fixed;
  left:50%;
  top:45%;
  z-index: 10;
  margin: 0 -610px;
  background: url(/wp-content/themes/vip/heavy/images/left.png) center center no-repeat;
  text-indent: -1000px;
  overflow:hidden;
  display:table-cell;
  vertical-align:middle;
  padding:5px 0;
}
#next-post a, #prev-post a{
  display:block;
  width:100%;
  height:130px;
  padding:0 55px 0 20px;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 18px;
  text-decoration: none;
  display:table-cell;
  vertical-align:middle;
  text-decoration: right;
  line-height: 1.2em;
  font-weight: bold;
}
#prev-post a{
  padding:0 25px 0 50px;
  text-decoration: left;
}
#next-post a:hover, #prev-post a:hover{
  text-indent: 0;
}
#next-post:hover {
  text-indent: 0;
  width:500px;
  left:50%;
  margin-left:-205px;
  background: url(/wp-content/themes/vip/heavy/images/right.png) 450px center no-repeat #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  padding:5px 0;
}
#next-post:before {
  content: 'Next Article ❯';
  color: #fa4a2a;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 15px;
}

#prev-post:hover {
  text-indent: 0;
  width:500px;
  left:50%;
  background: url(/wp-content/themes/vip/heavy/images/left.png) 5px center no-repeat #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
#prev-post:before {
  content: '❮ Previous Article';
  color: #fa4a2a;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 50px;
  top: 15px;
}
img.pagination-next.wp-post-image {
  width: 80px;
  height: 65px;
  margin: 0 0 0 8px;
  border-radius: 1px;
  float:right;
}
#prev-post img.pagination-next.wp-post-image {
  float:left;
  margin: 0 8px 0 0;
}


/* Author box */
.post_author_box {
  width: 100%;
  color: #000 !important;
  padding: 15px 0;
  min-height: 80px;
  margin-bottom: 20px;
}
.post_author_box img {
  width: 70px;
  vertical-align: middle;
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
}

/* Sharing */
.sharing-area {
  margin: 14px 0 6px 0 ;
  clear:both;
}
.sharing-area a.like-us {
  font-size: 18px;
  font-size: 1.8rem;
  color: #a20;
  font-weight: bold;
}

ul.sharing {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sharing li.share-article,
ul.sharing li.share-follow {
  margin: 20px 0 5px;
  margin: 2rem 0 0.5rem;
  display: inline-block;
  padding: 0;
  width: 340px;
  border-bottom: 2px solid #203943;
}
ul.sharing li.share-follow {
  width: 290px;
}
ul.sharing span {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 10px;
  margin: 0 0 1rem;
  padding: 5px 46px 2px 10px;
  padding: 0.5rem 4.6rem 0.2rem 1rem;
  display: inline;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 26px;
}
ul.sharing span.share-this {
  background: url(/wp-content/themes/vip/heavy/images/inline-share-icons.png) right -209px no-repeat #203943;
}
ul.sharing span.follow-this {
  background: url(/wp-content/themes/vip/heavy/images/inline-share-icons.png) right -243px no-repeat #203943;
}

ul.social-buttons {
  padding: 5px 0 0;
  padding: 0.5rem 0 0;
  margin: 0;
  width: 637px;
  height: 75px;
  list-style: none;
}
ul.social-buttons li {
  margin-right: 3px;
}
ul.social-buttons .share {
  display: inline-block;
  width: 55px;
  vertical-align: top;
}
ul.social-buttons .facebook-like {
  width: 48px;
}
ul.social-buttons .gplus,
ul.social-buttons .stumble {
  width: 50px;
}
ul.social-buttons .like-heavy {
  margin: 0 0 0 12px;
  margin: 0 0 0 1.2rem;
  width: 275px;
}

/* Posts */
.entry-content h2 {
  font-size: 34px;
  font-size: 3.4rem;
  margin: 0 10px 10px 0;
  margin: 0 1rem 1rem 0;
  font-weight: bold;
  line-height: 1em;
}
.entry-content hr {
  margin: 20px 10px 25px;
  margin: 2rem 1rem 2.5rem;
  padding: 0;
  background: #eee;
}
.entry-content p {
  font-size: 1.8rem;
  word-wrap: break-word;
}

.hentry {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
}

.page-links {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  clear: both;
}

.respond-intro,
.more-infinite {
  margin: 0;
  padding: 0;
  background:#fff;
  position:relative;
  z-index: 100;
}

.respond-intro p,
.more-infinite p {
  font-size: 22px;
  font-size: 3rem;
  padding: 0 5px;
  display: inline;
  color: #333;
  text-transform: uppercase;

}

/* Search */
.search .entry-title,
.search .entry-meta,
.search .entry-permalink {
  padding: 0;
}
.search .entry-title {
  font-size: 20px;
  font-size: 2rem;
  margin: 20px 0 0;
  margin: 2rem 0 0;
  font-weight: 400;
  line-height: normal;
}
.search .entry-meta .entry-permalink {
  margin: 5px 0;
  margin: 0.5rem 0;
}
.search .entry-summary {
  font-size: 14px;
  font-size: 1.4rem;
}
.search .entry-summary img {
  margin: 0 10px 0 0;
  margin: 0 1rem 0 0;
  float: left;
  width: 50px;
}

/* Pase.ly */
.share-trending {
  position: absolute;
  display: inline;
}

.single .share-trending, #river-area .share-trending {
  position: relative;
  display: inline-block;
}

#post-lower{
  background:#fff;
  position:relative;
  z-index: 100;
  padding: 2px 0;
}

#post-lower:before{
  width:100%;
  height:50px;
  background: linear-gradient(to top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  position:absolute;
  top:-50px;
  z-index: 100;
}


.single #river-area{
  width:auto;
  z-index: 10;
  background:#fff;
}

.trending,
.trending2 {
  display: inline;
  color: #ef380a;
  font-size: 11px;
}

.cold,
.hot,
.fire {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url(/wp-content/themes/vip/heavy/images/sprite6.png) -30px 0 no-repeat;
}

.cold-count {
  color: #cccccc;
}

.hot {
  background-position: -15px 0;
}

.fire {
  background-position: 0 0;
}

#buzzworthy-area .trending,
#buzzworthy-area .trending2 {
  position: relative;
  top: -345px;
  left: -13px;
  padding: 4px 5px 5px 5px;
  min-width: 50px;
  height: 23px;
  background: #396070;
  color: #FFF;
  font-size: 16px;
}

#buzzworthy-area .trending2::after,
#buzzworthy-area .share-trending:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #333;
  border-left: 15px solid rgba(0, 0, 0, 0);
  content: "";
}

#buzzworthy-area .share-trending {
  background: #111;
  position: absolute;
  top: 10px;
  padding: 5px;
  color: #fff;
  left: -14px;
}

#featured-area .trending,
#featured-area .trending2 {
  padding: 2px;
  padding: 0.2rem;
  position: absolute;
  z-index: 1;
  right: -200px;
  bottom: -121px;
  border-radius: 5px 0 0 0;
  background: rgba(255, 255, 255, 0.9);
}

#featured-area .share-trending{
  padding: 2px;
  padding: 0.2rem;
  position: relative;
  z-index: 1;
  color: #999;
}

.trending-flag {
  position: absolute;
  top: -322px;
  left: -9px;
  width: 20px;
  height: 11px;
  background: url(/wp-content/themes/vip/heavy/images/sprite6.png) -764px -227px no-repeat;
}

.pagination-next {
  display: block;
  float: right;
  width: 258px;
  height: 77px;
  background: url(/wp-content/themes/vip/heavy/images/pre-next.png) right no-repeat #fa4b2a;
  color: #FA4B2A;
}

.pagination-previous {
  display: block;
  float: left;
  width: 258px;
  height: 77px;
  background: url(/wp-content/themes/vip/heavy/images/pre-next.png) left no-repeat #fa4b2a;
  color: #FA4B2A;
}

/* JWPlayer */
#jwplayer_wrapper {
  margin: 10px 0;
  margin: 1rem 0;
}

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
}
.widget select {
  max-width: 100%;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
  padding: 5px;
  padding: 0.5rem;
  background-color: #396071;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/* Related Posts */
.heavy-related-posts-widget .related {
  position: relative;
}
.heavy-related-posts-widget .title {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2px 5px;
  padding: 0.2rem 0.5rem;
  position: absolute;
  bottom: 7px;
  z-index: 1;
  margin: 0;
  min-width: 300px;
  background-color: #000;
  /* ie */
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-weight: 700;
  line-height: 1;
}
.heavy-related-posts-widget .title:hover {
  text-decoration: underline;
}
.heavy-related-posts-widget li.related {
  min-height: 177px;
}

/* Feed Widget */
.heavy-feed-widget-large .feed {
  position: relative;
  overflow: hidden;
}
.heavy-feed-widget-large img.thumb {
  width: 300px;
  height: 170px;
}
.heavy-feed-widget-large .title {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2px 5px;
  padding: 0.2rem 0.5rem;
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: 1;
  margin: 0;
  min-width: 300px;
  background-color: #000;
  /* ie */
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-weight: 700;
  line-height: 1;
}
.heavy-feed-widget-large .title:hover {
  text-decoration: underline;
}

.heavy-feed-widget-text .feed {
  margin: 0 0 5px 0;
  margin: 0 0 0.5rem 0;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background-color: #dadada;
}
.heavy-feed-widget-text a.link {
  color: #000;
}
.heavy-feed-widget-text .title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}
.heavy-feed-widget-text .title:hover {
  text-decoration: underline;
}

.heavy-feed-widget-textimage .feed {
  margin: 0 0 5px 0;
  margin: 0 0 0.5rem 0;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
  position: relative;
  overflow: hidden;
  height: 90px;
  border-bottom: 1px solid #ccc;
  background-color: #dadada;
}
.heavy-feed-widget-textimage img.thumb {
  float: right;
  width: 120px;
  height: 70px;
}
.heavy-feed-widget-textimage a.link {
  color: #000;
}
.heavy-feed-widget-textimage .title {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  font-weight: 700;
  line-height: 1;
}
.heavy-feed-widget-textimage .title:hover {
  text-decoration: underline;
}

.heavy-feed-widget-featured .feed {
  margin: 0 0 5px 0;
  margin: 0 0 0.5rem 0;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
  position: relative;
  height: 90px;
  border-bottom: 1px solid #CCC;
  background-color: #dadada;
}
.heavy-feed-widget-featured img.thumb {
  float: right;
  width: 120px;
  height: 70px;
}
.heavy-feed-widget-featured a.link {
  color: #000;
}
.heavy-feed-widget-featured .title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 1;
}
.heavy-feed-widget-featured .title:hover {
  text-decoration: underline;
}
.heavy-feed-widget-featured .feed:first-child {
  height: 215px;
}
.heavy-feed-widget-featured .feed:first-child img.thumb {
  float: none;
  width: 300px;
  height: 170px;
}

/* =Main Navigation
----------------------------------------------- */
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation .menu-item {
  padding: 10px 0;
  padding: 1rem 0;
  float: left;
  position:relative;
}
.main-navigation .menu-item a {
  font-size: 22px;
  padding: 0 10px;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(0,0,0,0.1);
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
  border-left: 1px solid #eee;
}
.main-navigation .menu-item:hover {
  background:#eee;
}
.main-navigation .menu-item.active > .sub-menu, .main-navigation .menu-item:hover > .sub-menu {
  display: block;
  background:#eee;
  position:absolute;
  left:0;
  top:25px;
  width:140px;
  padding:5px 0 0 0;
}
.main-navigation .menu-item .sub-menu li{
  display:block;
  float:none;
  padding:5px;
}
.main-navigation .sub-menu {
  margin: 10px 0 0;
  margin: 1rem 0 0;
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
}
.main-navigation .sub-menu .menu-item {
  margin: 0;
  padding: 1px;
}
.main-navigation .sub-menu .menu-item a {
  font-size: 14px;
  padding: 0 4px;
  text-transform: capitalize;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border:none;
  white-space: nowrap;
  font-weight: normal;
  line-height: 22px;
  display:block;
}
.main-navigation .sub-menu .menu-item a:hover {
  text-decoration: underline;
}
.main-navigation .sub-menu .menu-item-advertise a,
.main-navigation .sub-menu .last-menu-item a {
  border: none;
}
.main-navigation .sub-menu .menu-item-advertise {
  float: right;
}
.main-navigation .menu-item-front-page.active, .main-navigation .menu-item-front-page:hover,
.main-navigation .menu-item-front-page .sub-menu {
  z-index: 1;
}
.main-navigation .menu-item-home.active, .main-navigation .menu-item-home:hover,
.main-navigation .menu-item-home .sub-menu {
  z-index: 1;
}
.main-navigation .menu-item-news.active, .main-navigation .menu-item-news:hover,
.main-navigation .menu-item-news .sub-menu {
  z-index: 2;
}
.main-navigation .menu-item-sports.active, .main-navigation .menu-item-sports:hover,
.main-navigation .menu-item-sports .sub-menu {
  z-index: 3;
}
.main-navigation .menu-item-entertainment.active, .main-navigation .menu-item-entertainment:hover,
.main-navigation .menu-item-entertainment .sub-menu {
  z-index: 4;
}
.main-navigation .menu-item-tech.active,
.main-navigation .menu-item-tech:hover,
.main-navigation .menu-item-tech .current-menu-item,
.main-navigation .menu-item-tech .sub-menu {
  z-index: 5;
}
.main-navigation .menu-item-health.active, .main-navigation .menu-item-health:hover,
.main-navigation .menu-item-health .sub-menu {
  z-index: 6;
}
.main-navigation .menu-item-social.active, .main-navigation .menu-item-social:hover,
.main-navigation .menu-item-social .sub-menu {
  z-index: 7;
}

.main-navigation .menu-item-search {
  margin: 9px 0 0;
  margin: 0.9rem 0 0;
  padding: 3px;
  padding: 0.3rem;
  float: right;
  background-color: #111;
}
.main-navigation .menu-item-search .search-field,
.main-navigation .menu-item-search .search-submit {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.main-navigation .menu-item-search .search-field {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 0 8px;
  margin: 0 0 0 0.8rem;
  padding: 0 0 0 8px;
  padding: 0 0 0 0.8rem;
  width: 100px;
  outline: none;
  background-color: #111;
  color: #eee;
}
.main-navigation .menu-item-search .search-submit {
  width: 26px;
  height: 28px;
  background: url(/wp-content/themes/vip/heavy/images/sprite6.png) 0 -102px no-repeat #111;
  text-indent: -9999px;
}
.main-navigation .no-bg {
  background: none;
}

.main-navigation .menu-item-search:hover{
  background:#111 !important;
}

/* =Page Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
  display: none;
}

/* =Comments
----------------------------------------------- */
/* comment reset */
.comments-area,
.comment-content,
.comment-list,
.ping-list,
ol.comment-list,
ul.children,
.entry-comments,
.entry-pings {
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
ul.children li {
  padding: 0 0 0 25px !important;
}
ul.children li li {
  padding: 0 !important;
}
ol.comment-list .comment {
  /* padding: 12px 0 0 6px; */
  padding: 0 0;
}
ol.comment-list .even {
  background-color: #f5f5f5;
}
ol.comment-list .odd {
  background-color: #fff;
}
ol.comment-list .bypostauthor {
  background-color: #ff0;
}
/* comment children */
ul.children {
  padding: 12px 0 0;
  padding: 1.2rem 0 0;
}
/* comment forms */
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 95%;
}
.comment-respond input[type="email"]{
  width: 100%;
}
.comment-form-author, .comment-form-email{
  display:inline-block;
  width:305px;
  margin: 0;
  height:55px;
}
.comments-area {
  background-color: #fff;
  position:relative;
  z-index: 100;
  margin: 0 auto;
  padding:0 0 15px 0;
}
.comments-area .comment-gravatar {
  margin: 0 6px 0 0;
  margin: 0 0.6rem 0 0;
  float: left;
  width: 25%;
}
.comments-area .comment-body {
  padding: 10px;
  position:relative;
}
.comments-area textarea{
  margin-top: 0px;
  margin-bottom: 0px;
  height: 80px;
  resize: vertical;
  width: 100%;
}
.comment-metadata {
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 12px;
}
.comment-metadata a {
  color: #999;
}
.comment-content {
  padding: 0;
}
.comment-content p {
  word-wrap: break-word;
  margin:10px 0;
}
.comments-area .logged-in-as {
  margin: 0;
}
.comment-respond label {
  margin-right: 12px;
  display:block;
}
.entry-pings .reply {
  display: inline;
}
.form-allowed-tags, .form-allowed-tags code {
  color:#888;
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
}
.comment-reply-title {
  color: transparent;
  font-size: 0;
  text-align: right;
  padding: 0 5px;
}
.comment-reply-title small{
  font-size: 12px;
}
.comments-area input[type="submit"], .comments-area input[type="submit"]:hover {
  padding: 9px 16px 6px;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  line-height: 1;
  -webkit-appearance: button;
  height: 37px;
  border: solid 1px #d53900;
  background: #fea040;
  background: linear-gradient(to bottom, #fea040 0%, #ff8611 5%, #ff4a08 100%);
  color: #fff;
  vertical-align: top;
  text-shadow: 1px 1px 0 #d53900;
  font-size: 1em;
  cursor: pointer;
}
.comments-area input[type="submit"]:hover{
  background: linear-gradient(to bottom, #fea040 0%, #ff8611 45%, #ff4a08 100%);
}
#respond {
  margin: 0 10px;
  padding: 1px;
}
.comment-author img{
  float: left;
  margin: 0 5px 0 0;
  width: 20px;
}
.nr_related_placeholder{
  background: #fff;
  z-index: 100;
  position: relative;
  margin:0;
  padding:0 0 10px 0;
}

.nr_related_placeholder:before{
  width: 100%;
  height: 45px;
  background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  position: absolute;
  top: -45px;
  z-index: 100;
  content:"";
}

.river .nr_related_placeholder:before{
  height: 1px;
}
.river .nr_related_placeholder{
  padding: 20px 0 0 0;
}


/* =Inline Post
----------------------------------------------- */
.inline-post,
.inline-outlink {
  font-size: 1.4rem;
  margin: 1rem;
  padding: 0;
  display: block;
  min-height: 112px;
  width: 760px;
  height: auto;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  text-align: left;
  line-height: 1.1;
  cursor: pointer;
}
.inline-post .wrap-image,
.inline-post .wrap-content,
.inline-outlink .wrap-image,
.inline-outlink .wrap-content {
  display: inline-block;
  vertical-align: top;
}
.inline-post .wrap-image,
.inline-outlink .wrap-image {
  width: 280px;
  height:150px;
}
.inline-post .wrap-content,
.inline-outlink .wrap-content {
  width: 460px;
}
.inline-post .image,
.inline-outlink .image {
  height: 150px;
}
.inline-post .title,
.inline-outlink .title {
  font-size: 1.8rem;
  margin: 10px 0 0;
  margin: 1rem 0 0;
  line-height: 1;
}
.inline-post .content,
.inline-outlink .content {
  font-size: 12px;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  color: #222;
}
.inline-post .link,
.inline-outlink .link {
  font-weight: 700;
}

/* =Inline Share
----------------------------------------------- */
.inline-share {
  margin: 0 auto;
  padding: 0;
  border-right: 0;
  border-left: 0;
  font-size: 16px;
}

.inline-share h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  padding: 0;
  color: #444;
  text-transform: uppercase;
  font-weight: normal;
}

div.inline-share-cix,
a.inline-share-cix,
a.inline-share-fb,
a.inline-share-tw,
a.inline-share-e,
a.inline-share-c {
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
  width: auto;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.inline-share-cix{
  cursor: pointer;
  padding: 1rem 2rem 1rem 5rem;
  display: inline-block;
  width: 150px;
  border-radius: 5px;
  background: url(/wp-content/themes/vip/heavy/images/clipix_28.png) 0px 0px no-repeat #494949;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 0 #333;
  font-weight: bold;
}

.inline-share-fb,
.inline-share-tw,
.inline-share-e,
.inline-share-c {
  padding: 1rem 2rem 1rem 5rem;
  display: inline-block;
  width: 150px;
  border-radius: 5px;
  background: url(/wp-content/themes/vip/heavy/images/inline-share-icons.png) 0px 0px no-repeat #46639d;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 0 #555;
  font-weight: bold;
}

a.inline-share-fb:hover {
  background-color: #395184;
}

div.inline-share-cix:hover {
  background-color: #393939;
}

.inline-share-tw {
  width: 60px;
  background: url(/wp-content/themes/vip/heavy/images/inline-share-icons.png) 0px -52px no-repeat #4099ff;
  text-shadow: 0 1px 0 #0c6187;
}

.inline-share-cix {
  width: 60px;
  text-align: left;
  text-shadow: 0 1px 0 #333;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  font-size: 18px;
}

a.inline-share-tw:hover {
  background-color: #0e8bc3;
}

a.inline-share-c {
  background: url(/wp-content/themes/vip/heavy/images/inline-share-icons.png) 0px -105px no-repeat #d45d47;
}

a.inline-share-c:hover {
  background-color: #ba523f;
}

a.inline-share-e {
  background: url(/wp-content/themes/vip/heavy/images/inline-share-icons.png) 0px -156px no-repeat #8cb7ac;
}

a.inline-share-e:hover {
  background-color: #7a9f96;
}

.inline-share-e {
  background: #333;
  color: #eee;
}
.inline-share-next{
  display:inline-block;
}
.inline-share-next a{
  padding: 1rem;
  display: inline-block;
  width: 140px;
  border-radius: 5px;
  background: #203943;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 0 #555;
  font-weight: bold;
  background: url(/wp-content/themes/vip/heavy/images/inline-next.png) no-repeat 110px 12px #fa4a2a;
}
.inline-share-next a:hover{
  background-color:#FF3D1A;
  text-decoration: none;
}
.fb-counts, .tw-counts, .gplus-counts {
  color: #fff;
  position: absolute;
  right: 0;
  text-align: right;
  padding: 0 10px 0 10px;
}

div.inline-share-cix{
  position: relative;
  width: 170px;
  padding: 12px 57px 12px 40px;
  top: 1px;
}


a.inline-share-fb, a.inline-share-tw, a.inline-share-c {
  position: relative ;
  width: 170px;
  padding: 10px 10px 10px 60px;
}

.share-post {
  margin: 20px 0 5px;
  margin: 2rem 0 0.5rem;
  display: inline-block;
  padding: 0;
  width: 340px;
  border-bottom: 2px solid #203943;
}

.share-post-follow {
  margin: 20px 0 5px 5px;
  margin: 2rem 0 0.5rem 0.5rem;
  display: inline-block;
  padding: 0;
  width: 290px;
  border-bottom: 2px solid #203943;
}

.share-post p,
.share-post-follow p {
  margin: 0 10px 10px 0 !important;
  margin: 0 1rem 1rem 0 !important;
  padding: 5px 46px 2px 10px;
  padding: 0.5rem 4.6rem 0.2rem 1rem;
  font-size: 22px !important;
  font-size: 2.2rem !important;
  display: inline !important;
  background: url(/wp-content/themes/vip/heavy/images/inline-share-icons.png) right -209px no-repeat #203943;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 26px !important;
}

.share-post-follow p {
  background: url(/wp-content/themes/vip/heavy/images/inline-share-icons.png) right -245px no-repeat #203943;
}

/* =Watch Now
----------------------------------------------- */
.youtube-sub {
  padding: 10px 0 20px;
  padding: 1rem 0 2rem;
  position: relative;
  bottom: 14px;
  margin: 0 auto;
  width: 642px;
  border: 1px solid #f1f1f1;
  border-width: 0 0 1px 0;
  background: #fff;
  text-align: center;
}
.youtube-sub a {
  padding: 4px 10px 4px 40px;
  padding: 0.4rem 1rem 0.4rem 4rem;
  font-size: 24px;
  font-size: 2.4rem;
  background: url(/wp-content/themes/vip/heavy/images/sub-youtube-channel.png) no-repeat 0 -4px #9b0000;
  box-shadow: 0 0 5px #333;
  color: #fff !important;
  text-align: left;
}
.youtube-sub a:hover {
  background-color: #910000;
  color: #fff !important;
  text-decoration: none !important;
}

.video-email-signup {
  height: 40px;
  text-align: center;
  margin-top: 10px;
}

.video-email-signup-text {
  float: left;
  margin: 0;
  width: 235px;
  color: #888;
  font-size: 13px;
  line-height: 15px;
}

.video-email-signup-form {
  position: relative;
  float: right;
  width: 390px;
  height: 40px;
  text-align: right;
}

input:focus::-webkit-input-placeholder {
  outline: none;
  color: transparent;
}

input:focus:-moz-placeholder,
input:focus::-moz-placeholder {
  outline: none;
  color: transparent;
}

.video-email-signup-form input,
.video-email-signup-form button {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.video-email-signup-form input {
  padding-left: 12px;
  width: 215px;
  height: 34px;
  border: 1px solid #ccc;
  border-top: solid 1px #c89c81;
  border-right: none;
  border-bottom: solid 1px #c89c81;
  border-left: solid 1px #c89c81;
  border-radius: 4px 0 0 4px;
  border-radius: 5px 0 0 5px;
  background: #cbcbcb;
  background: linear-gradient(to bottom, #cbcbcb 0%, #dddddd 5%, #ffffff 10%, #ffffff 100%);
  box-shadow: 6px 6px 10px -6px #ccc inset;
  text-shadow: 1px 1px 0 #eee;
  font-size: .9em;
}

.video-email-signup-form button {
  width: 140px;
  height: 34px;
  border: 1px solid #ccc;
  border: solid 1px #d53900;
  border-radius: 0 4px 4px 0;
  background: #eee;
  background: #fea040;
  background: linear-gradient(to bottom, #fea040 0%, #ff8611 5%, #ff4a08 100%);
  color: #fff;
  vertical-align: top;
  text-shadow: 1px 1px 0 #d53900;
  font-size: 0.8em;
  cursor: pointer;
}

.video-email-signup-form button:hover {
  background: linear-gradient(to bottom, #fea040 0%, #ff8611 45%, #ff4a08 100%);
}

/* =Galleries
----------------------------------------------- */
.gallery-nav {
  margin: 10px auto 5px;
  margin: 1rem auto 0.5rem;
  position: relative;
  padding: 0;
}

.gallery-carousel {
  margin: 0 9px;
  margin: 0 0.9rem;
  position: relative;
  overflow: scroll;
  height: 80px;
  overflow-y: hidden;
}

.gallery-pages-list {
  height: 100%;
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
  top: 0px;
  z-index: 1;
}
.gallery-pages-list .carousel-item {
  margin: 0 0 0 8px;
  margin: 0 0 0 0.8rem;
  padding: 5px;
  padding: 0.5rem;
  float: left;
  width: 60px;
  height: 45px;
  border: 1px solid #ccc;
}
.gallery-pages-list .carousel-item.current {
  border-color: #49c;
  background-color: #def;
}
.gallery-pages-list .carousel-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.gallery-pages-list .carousel-item .meta {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
}

.current-image-container {
  position: relative;
  border-color: 1px solid #ccc;
  box-shadow: 1px 1px 5px #ddd;
  color: #222;
}
.current-image-container .frame {
  padding: 0;
  margin: 0;
}
.current-image-container .matte {
  background: url(/wp-content/themes/vip/heavy/images/ajax-loader.gif) no-repeat center center #ffffff;
}
.current-image-container .matte img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.current-image-container .caption {
  margin: -9px 0 0;
  margin: -0.9rem 0 0;
  padding: 9px;
  padding: 0.9rem;
  position: relative;
  z-index: 27;
  font-size: 100%;
}
.current-image-container .icon-offset {
  position: absolute;
  width: 40px;
  height: 95px;
  background:#203943;
}
.current-image-container .navigation.next .icon-offset {
  right: -25px;
  top: 35%;
  border-radius: 2px 0 0 2px;
  background: url(/wp-content/themes/vip/heavy/images/gallery-arrows.png) no-repeat -42px 12px #203943;
}
.current-image-container .previous .icon-offset {
  left: -25px;
  top: 35%;
  border-radius:0 2px 2px 0;
  background: url(/wp-content/themes/vip/heavy/images/gallery-arrows.png) no-repeat 5px 12px #203943;
}
.current-image-container .previous .icon-offset:hover,
.current-image-container .next .icon-offset:hover {
}
.current-image-container .icon {
  position: relative;
  top: 95px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  font-size: 0;
}
.current-image-container .navigation {
  display: block;
  position: absolute;
  top: 0;
  z-index: 26;
  height: 100%;
}
.current-image-container .navigation.previous {
  left: 0;
  width: 33%;
  opacity: 1;
}
@media only screen and (max-device-width: 480px) {
  .current-image-container .navigation.previous {
    opacity: 1;
  }
}
.current-image-container .navigation.previous:hover {
  opacity: 1;
}
.current-image-container .navigation.previous .icon {
  left: 0;
  border-top: 20px solid #004A70;
  border-left: 25px solid rgba(0, 0, 0, 0);
}
.current-image-container .navigation.next {
  right: 0px;
  width: 66%;
  opacity: 1;
}
div#ClipixWidgetApiContainer {
  display: inline;
}

@media only screen and (max-device-width: 480px) {
  .current-image-container .navigation.next {
    opacity: 1;
  }
}
.current-image-container .navigation.next:hover {
  opacity: 1;
}
.current-image-container .navigation.next .icon {
  right: -15px;
  border-top: 20px solid #004A70;
  border-right: 25px solid rgba(0, 0, 0, 0);
}

/* single */
.single-four-pics-one-word-cheats .title-category {
  margin: 10px 0;
}
.single-four-pics-one-word-cheats .wp-caption {
  float: left;
  background: none !important;
  box-shadow: none !important;
  color: #333 !important;
  font-size: 22px !important;
  width: 350px !important;
  height: 350px !important;
  margin-bottom: 40px;
}
.single-four-pics-one-word-cheats .wp-caption img {
  border: 1px solid #999;
  width: 350px;
  height: 350px;
}
.single-four-pics-one-word-cheats .answer {
  color: #842be7;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  font-family: arial-black;
  text-decoration: underline;
  float: left;
  margin: 90px 0 0 5px;
  text-align: center;
  width: 270px;
  background: url(/wp-content/themes/vip/heavy/images/the-answer-is.png) no-repeat top center;
  padding: 32px 0 0 0;
}
.single-four-pics-one-word-cheats .go-back {
  position: relative;
  top: 93px;
  left: 10px;
}
.single-four-pics-one-word-cheats .go-back a:hover {
  opacity: .9;
}
.single-four-pics-one-word-cheats .markup p,
.single-four-pics-one-word-cheats .article p {
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
}
.single-four-pics-one-word-cheats #filter-menu {
  width: 990px;
  height: 60px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  z-index: 1;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  margin: 0 auto;
  bottom: 20px;
  left: -9px;
  overflow: hidden;
}
.single-four-pics-one-word-cheats #filter-menu a {
  border: none;
  display: inline-block;
  width: auto;
  padding: 15px 25px;
  text-decoration: none;
  font-size: 20px;
}
.single-four-pics-one-word-cheats .three-letters {
  color: #da007f !important;
}
.single-four-pics-one-word-cheats .three-letters:hover {
  background: #da007f;
  color: #fff !important;
}
.single-four-pics-one-word-cheats .four-letters {
  color: #852be5 !important;
}
.single-four-pics-one-word-cheats .four-letters:hover {
  background: #852be5;
  color: #fff !important;
}
.single-four-pics-one-word-cheats .five-letters {
  color: #0049ea !important;
}
.single-four-pics-one-word-cheats .five-letters:hover {
  background: #0049ea;
  color: #fff !important;
}
.single-four-pics-one-word-cheats .six-letters {
  color: #db3b00 !important;
}
.single-four-pics-one-word-cheats .six-letters:hover {
  background: #db3b00;
  color: #fff !important;
}
.single-four-pics-one-word-cheats .seven-letters {
  color: #f40508 !important;
}
.single-four-pics-one-word-cheats .seven-letters:hover {
  background: #f40508;
  color: #fff !important;
}
.single-four-pics-one-word-cheats .eight-letters {
  color: #117d10 !important;
}
.single-four-pics-one-word-cheats .eight-letters:hover {
  background: #117d10;
  color: #fff !important;
}
.single-four-pics-one-word-cheats .all-letters {
  color: #000 !important;
}
.single-four-pics-one-word-cheats .all-letters:hover {
  background: #000;
  color: #fff !important;
}
.single-four-pics-one-word-cheats .large-title {
  color: #fff;
  font-size: 24px !important;
  font-weight: normal !important;
  line-height: 28px !important;
  margin: 0;
  padding: 5px;
  text-transform: none;
}
.single-four-pics-one-word-cheats .large-title p {
  display: inline !important;
}
/*.single-four-pics-one-word-cheats .overlay {
  z-index: 100;
  position: absolute;
  bottom: -46px;
  width: 219px;
  height: 30px;
  left: 15px;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  color: #fff !important;
  background-image: url(/wp-content/themes/vip/heavy/images/4p1w-sprite.png);
  background-position: center -477px;
  background-repeat: no-repeat;
}
.single-four-pics-one-word-cheats .river {
  width: 250px;
  height: 240px !important;
  margin: 10px 25px;
  border-bottom: 50px solid #842be5;
  position: relative;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.single-four-pics-one-word-cheats .river img {
  width: 100%;
  height: 240px;
}
.single-four-pics-one-word-cheats .river img:hover {
  border-bottom: 50px solid #842b99;
}*/

/* archive */
.four-pics-one-word-cheats #header-fp1w {
  height: 73px;
  margin: 0 auto;
  width: 970px;
}
.four-pics-one-word-cheats .pushdown-container {
  overflow: hidden;
  margin: 0 auto 30px;
  width: 100%;
}
.four-pics-one-word-cheats #pushdown {
  margin: 0 auto;
  width: 970px;
  background: none;
}
.four-pics-one-word-cheats .header {
  width: 970px;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 0;
  z-index: 101;
}
.four-pics-one-word-cheats .site-content {
  margin: 0;
  padding: 0;
}
.four-pics-one-word-cheats #filter-menu {
  width: 100%;
  height: 66px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  z-index: 10000;
  text-align: center;
  position: relative;
  margin: 0 auto;
  bottom: 0;
}
.four-pics-one-word-cheats #filter-menu a {
  border: none;
  display: inline-block;
  width: auto;
  padding: 17px 34px 9px 12px;
  text-decoration: none;
  background-image: url(/wp-content/themes/vip/heavy/images/4p1w-sprite.png);
  background-repeat: no-repeat;
  font-size: 20px;
}
.four-pics-one-word-cheats .site-width {
  width: 100% !important;
}
.four-pics-one-word-cheats .site {
  width: 100%;
}
.four-pics-one-word-cheats .content-area {
  position:relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.four-pics-one-word-cheats .entry-content {
  width: 70%;
}
.four-pics-one-word-cheats #page {
  background: none;
}
.four-pics-one-word-cheats .category-3-letters-answers {
  background: #f6f5f3;
}
.four-pics-one-word-cheats .three-letters {
  color: #da007f !important;
  background-position: 15px 18px;
}
.four-pics-one-word-cheats .three-letters:hover {
  background: #da007f;
  color: #fff !important;
  background-position: 15px -394px;
}
.four-pics-one-word-cheats .four-letters {
  color: #852be5 !important;
  background-position: 15px -50px;
}
.four-pics-one-word-cheats .four-letters:hover {
  background: #852be5;
  color: #fff !important;
  background-position: 15px -394px;
}
.four-pics-one-word-cheats .five-letters {
  color: #0049ea !important;
  background-position: 15px -120px;
}
.four-pics-one-word-cheats .five-letters:hover {
  background: #0049ea;
  color: #fff !important;
  background-position: 15px -394px;
}
.four-pics-one-word-cheats .six-letters {
  color: #db3b00 !important;
  background-position: 15px -188px;
}
.four-pics-one-word-cheats .six-letters:hover {
  background: #db3b00;
  color: #fff !important;
  background-position: 15px -394px;
}
.four-pics-one-word-cheats .seven-letters {
  color: #f40508 !important;
  background-position: 15px -257px;
}
.four-pics-one-word-cheats .seven-letters:hover {
  background: #f40508;
  color: #fff !important;
  background-position: 15px -394px;
}
.four-pics-one-word-cheats .eight-letters {
  color: #117d10 !important;
  background-position: 15px -327px;
}
.four-pics-one-word-cheats .eight-letters:hover {
  background: #117d10;
  color: #fff !important;
  background-position: 15px -394px;
}
.four-pics-one-word-cheats .all-letters {
  color: #000 !important;
  padding: 17px 12px 9px 12px !important;
  background-image: none !important;
}
.four-pics-one-word-cheats .all-letters:hover {
  background: #000;
  color: #fff !important;
  background-position: 1192px -11133px;
}
.four-pics-one-word-cheats #bookmarkme {
  background: url(/wp-content/themes/vip/heavy/images/bookmarkme.png) no-repeat center center;
  width: 275px;
  height: 275px;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0 0 13px;
}
.four-pics-one-word-cheats #four-pics-one-word-search input {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 235px;
}
.four-pics-one-word-cheats #four-pics-one-word-search button {
  background: #eee;
  border: 1px solid #ccc;
  padding: 13px 10px;
  position: relative;
  top: -2px;
}
.four-pics-one-word-cheats #answer-4p1w {
  position: absolute;
  top: -63px;
  left: -4px;
  z-index: 10000000000;
}
.four-pics-one-word-cheats #fourpicsoneword {
  margin: 0 auto;
  position: relative;
}
.four-pics-one-word-cheats #fourpicsoneword .list {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 1500px;
}
.four-pics-one-word-cheats #fourpicsoneword .river {
  width: 250px;
  height: 240px !important;
  margin: 10px 25px;
  border-bottom: 50px solid #842be5;
  position: relative;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display:inline-block;
}
.four-pics-one-word-cheats #fourpicsoneword .river img {
  width: 100%;
  height: 240px;
}
.four-pics-one-word-cheats #fourpicsoneword .river img:hover {
  border-bottom: 50px solid #842b99;
}
.four-pics-one-word-cheats #fourpicsoneword .river.river-ad {
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
}
.four-pics-one-word-cheats #fourpicsoneword #secondary li {
  width: 100%;
  height: auto;
  margin: 0;
  float: none;
  border: none;
}
.four-pics-one-word-cheats #fourpicsoneword .overlay {
  z-index: 100;
  position: absolute;
  bottom: -46px;
  width: 219px;
  height: 30px;
  left: 15px;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  color: #fff !important;
  background-image: url(/wp-content/themes/vip/heavy/images/4p1w-sprite.png);
  background-position: center -477px;
  background-repeat: no-repeat;
}
.four-pics-one-word-cheats #fourpicsoneword-sidebar {
  width: 300px;
  overflow: visible;
  min-height: 1218px;
  position: relative;
  top: -10px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 10px 10px 0;
  float: left;
}
.four-pics-one-word-cheats #fourpicsoneword-sidebar > div {
  width: 300px;
  padding: 10px;
  min-height: 1218px;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid #ccc;
  box-shadow: 10px 0 10px -10px #ccc;
  border-radius: 5px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.four-pics-one-word-cheats #fourpicsoneword #sidebar li {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  margin: 0;
  float: none;
  border-bottom: none;
  position: relative;
}
.four-pics-one-word-cheats #ad {
  width: 300px;
  height: 250px;
  background: #f6f5f3;
  position: relative;
  left: -25px;
}
.four-pics-one-word-cheats .river-area.single-post {
  display: none;
}
.four-pics-one-word-cheats .thumbnail img {
  z-index: -1;
}
.four-pics-one-word-cheats .thumbnail a {
  display: block;
  height: 242px;
}
.thumbnail .overlay {
  margin-top: 12px;
}

/* Best of the Web */
.heavy-botw-widget {
  margin: 10px 0;
  padding: 5px 0;
  min-height: 300px;
  font-size: 10px;
}
.heavy-botw-widget .botw {
  margin: 0 5px 0 0;
  display: inline-block;
  width: 205px;
  vertical-align: top;
  height:145px;
  text-align: center;
}
.heavy-botw-widget .botw img{
  width:100%;
}
.heavy-botw-widget a:hover {
  text-decoration: none;
}
.heavy-botw-widget a.title,
.heavy-botw-widget a.source {
  display: block;
  color: #000;
}
.heavy-botw-widget a.title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.heavy-botw-widget a.source {
  font-size: 10px;
  font-size: 1rem;
}
.heavy-botw-widget .widget-title {
  font-weight: 600;
  text-align: center;
  background-color: #FFF;
  color: #000;
  text-transform: none;
}
.heavy-botw-widget .title, .heavy-botw-widget .source {
  font-size: 10px;
  text-align: center;
}
.heavy-botw-widget a.title {
  font-size: 10px;
}
.heavy-botw-widget ul {
  padding-left: 5px;
}
.heavy-botw-widget li {
  padding-right: 6px;
}

/* =Footer
----------------------------------------------- */
.site-info,
#sidebar-footer-links {
  font-size: 11px;
  margin: 5px 0 0 3px;
  position:relative;
  bottom:0;
}

#sidebar-footer-links ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-footer-links li {
  display: inline;
}
#sidebar-footer-links li a {
  margin: 2px 3px;
  margin: 0.2rem 0.3rem;
  display: inline-block;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
}
#PassbackWrapperA {
  z-index: 99;
}

/* Ads */
#primary {
  margin: 0 0 15px 0;
}

/* Hellobar plugin */

#signup-hover{
  position:fixed;
  left:0;
  top:0;
  z-index: 10000000;
  padding:15px 0;
  width:100%;
  height:65px;
  background:#333;
  color:#eee;
  text-align: center;
  font-size: 20px;
  text-shadow:0 1px 0 rgba(0,0,0,.5);
  display:none;
}
#signup-hover a{
  color:#eee !important;
  margin:0 10px 0 0;
}
#signup-hover a.hello-button{
  border:0px;
  font-size: 18px;
  line-height: 15px;
  height:36px;
  box-shadow:inset 0px 1px 0px 0px #fa4a2a;
  padding:10px 10px;
  background-color:#fa4a2a;
  cursor:pointer;
  font-size:15px;
  color: #fff;
  text-shadow:0 1px 0 rgba(0,0,0,.5);
  font-weight: bold;
  border-radius: 0;
  text-decoration: none !important;
}
#signup-hover a.hello-button:hover{
  background-color:#fa3322;
}
#signup-hover-close{
  position:absolute;
  top:20px;
  right:20px;
  background:#444;
  color:#ccc;
  border-radius: 2px;
  width:25px;
  height:25px;
  font-size: 16px;
}
#signup-hover-close:hover{
  background:#000;
  text-decoration: none;
}


/* Leave behind */

#leave-behind{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
  z-index: 1000000;
}
.leave-behind-subscribe{
  position:relative;
  top:20%;
  width:600px;
  margin:0 auto;
  height:250px;
  background:#fff;
  border-radius: 3px;
  box-shadow: 0 0 10px #111;
  text-align: center;
  padding:40px;
}
#leave-behind-close{
  position:absolute;
  top:5px;
  right:10px;
  color:#111;
}
#leave-behind button{
  border:0px;
  font-size: 18px;
  line-height: 15px;
  height:36px;
  box-shadow:inset 0px 1px 0px 0px #fa4a2a;
  background-color:#fa4a2a;
  cursor:pointer;
  font-size:15px;
  color: #fff;
  text-shadow:0 1px 0 rgba(0,0,0,.5);
  font-weight: bold;
  border-radius: 0;
}
#leave-behind input{
  font-size: 18px;
  line-height: 26px;
  height:36px;
  border:1px solid #999;
  border-right:0;
  margin:0 0 0 10px;
  padding:0 0 0 5px;
}
#leave-behind input:focus,
#leave-behind button:focus {
  outline:none;
}
#leave-behind h2{
  font-size: 2.5em;
  padding:0;
  margin:0;
}
#leave-behind p{
  padding:0;
  margin:5px 0 20px 0;
}
#leave-behind-confirm {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 110px 0 0 0;
  background: #eee;
  font-size: 20px;
  line-height: 1em;
}
.caption h2 {
  margin: 0;
  padding: 20px 0 5px 0;
}
a.powered-by-wpcom{
  padding:5px;
}
.site-info a {
  padding:5px;
}
.sweepstakes-widget-image {
  width: 100%;
}
#crtoTextBanner {
  position: relative;
  z-index: 100;
}

div#crtoTextBanner iframe {
max-width: inherit;
}

#mobile-footer-ad{
  position:fixed;
  left:0;
  bottom:-50px;
  width:100%;
  max-height:50px;
  background:rgba(255,255,255,0.95);
  z-index: 100000000;
  text-align: center
}

@media screen and (min-device-width : 320px) and (max-device-width : 640px) {

  body{
    font-size: 12px;
    color: #404040;
    font-family: 'Droid Sans', sans-serif;
    line-height: 1;
  }
  iframe {
    max-width: 100%;
    margin:0 auto;
  }
  #page{
    width:100%;
    overflow:hidden;
  }
  .site{}
  #content{
    margin:0;
    padding:0 10px;
  }
  #background{
    display:none;
  }
  .pushdown-container{
    width:100%;
    padding:0;
  }
  #pushdown{
    width:100% !important;
  }
  .content-area{
    width:100%;
    margin:0;
  }
  .video-email-signup{
    display:none;
  }

  a.inline-share-fb, a.inline-share-tw, a.inline-share-c, a.inline-share-e{
	  width: 58px;
	  text-indent: -10000px;
	  padding: 10px 4px 10px 52px;
	  margin-right: -2px;
  }

  .inline-share-cix{
	cursor: pointer;
	padding: 1rem 2rem 1rem 5rem;
	display: inline-block;
	width: 62px;
	border-radius: 5px;
	background: url(/wp-content/themes/vip/heavy/images/clipix_mobiles.png) 0px 0px no-repeat #494949;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 0 #333;
	font-weight: bold;
	padding: 10px 10px 13px 55px;
  }

  div.inline-share-cix   {
	background-position: 3px 7px;
	margin-right: 2px;
	padding-left: 31px;
	padding-right: 26px;
	padding-bottom: 11px;
	top: 2px;
	width: 58px;
  }

  .clipixtext {
	display: none;
  }
  a.inline-share-fb{
    background-position:-7px 0px;
  }
  a.inline-share-e {
    background: url(/wp-content/themes/vip/heavy/images/inline-share-icons.png) 3px -156px no-repeat #8cb7ac;
  }
  .jwplayer-click .play-button{
    position: absolute;
    width: 132px;
    background: url(/wp-content/themes/vip/heavy/images/sprite6.png) no-repeat -646px -241px;
    height: 91px;
    top: -110px;
    left: 95px;
    z-index: 1;
  }
  .jwplayer{
    width:100%;
  }
  .entry-meta,
  .river-meta{
    line-height: 1em;
  }
  .entry-meta .modified-on,
  .river-meta .modified-on{
    display:none;
  }
  .entry-meta .comment-count,
  .entry-meta .byline,
  .river-meta .comment-count,
  .river-meta .byline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    white-space: nowrap;
  }
  .entry-content,
  .river-content{
    font-size: 16px;
    line-height: 1.2em;
  }
  .entry-content p,
  .river-content p{
    font-size: 16px;
    line-height: 1.5em;
  }
  .entry-title,
  .river-title{
    font-size: 2.8rem;
    margin:0 0 10px 0;
  }
  .entry-content h2,
  .river-content h2{
    font-size: 2.8rem;
  }
  .entry-meta .tag,
  .river-meta .tag{
    padding:5px;
  }
  .river-area .river .entry-content p{
  }
  .wp-caption {
    font-size: 14px;
    line-height: 1.5em;
  }
  .more-infinite{
    display:none;
  }
  .respond-intro p,
  .more-infinite p{
    font-size: 3rem;
  }
  .respond-intro,
  .more-infinite{
    padding: 4px;
  }
  .header.fixedheader{
    padding:0;
    height: 43px;
  }
  .header.fixedheader .logo-bar{
    left: 50px;
    margin: 0;
    top:5px;
  }
  #div-gpt-ad-1358362848155-0{
    width:100% !important;
  }
  .logo-bar .Heavy {
    width: 120px;
  }
  .main-navigation .sub-menu {
    position: absolute;
    left: 0;
    width:1px;
    height:1px;
    overflow:hidden;
    display: none;
  }
  .wp-caption .wp-caption-text {
    margin: 12px 0;
    font-size: .9em;
  }
  .main-navigation .menu-item{
    float:none;
  }
  .header .logo-bar {
    position: relative;
    top: 5px;
    z-index: 15;
    display: block;
    float: none;
    width: 100px;
    height: 43px;
    left: 50px;
    margin: 0;
  }
  .header{
    height:43px;
    z-index: 105;
    opacity: .99;
  }
  #menu-main-menu{
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0 0 0;
    height: 43px;
    width: 43px;
    overflow: hidden;
    background: url(/wp-content/themes/vip/heavy/images/mobx.png) rgb(57, 96, 113) no-repeat 0 5px;
  }
  #menu-main-menu.open{
    background: url(/wp-content/themes/vip/heavy/images/mobx.png) #fff no-repeat 0 -37px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0 0 0;
    height: auto;
    width: 195px;
    z-index: 10;
    overflow: hidden;
    box-shadow: -1px 0px 3px rgba(0,0,0, 0.5);
  }
  .main-navigation .menu-item-search .search-field{
    width:125px;
  }
  .menu-item-search{
    display:none;
  }
  .inline-post, .inline-outlink {
    width: 268px;
    margin: 0 auto 15px auto;
  }
  .inline-post .wrap-content, .inline-outlink .wrap-content{
    width:auto;
    padding:0 5px;
  }
  .inline-post .image, .inline-outlink .image {
    max-height: 150px;
    width:100%;
  }
  .inline-post .wrap-image, .inline-outlink .wrap-image {
    width: 267px;
  }
  .heavy-mailing-widget-sidebar {
    display: none;
  }
  .thumbnail {
    border: 1px solid #ccc;
    line-height: 0;
    width: 100%;
	padding-bottom: 8px;
	padding-left: 4px;	
  }
  .thumbnail img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .entry-content img {
    width: 100% !important;
  }
  .post_author_box img {
    width: 70px !important;
    max-width: 70px !important;
  }
  #div-gpt-ad-1415657834516-0{
    margin:0 0 10px 0;
  }
  #river-area {
    position: relative !important;
  }
  .river-area {
    width: 100%;
  }
  .river-area .river {
    width: 100%;
    height:auto !important;
    overflow: hidden;
    margin: 5px 0 15px 0;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  .infinite-box-ad{
    margin:0 auto;
    width: 316px !important;
  }
  .single .river-area .river {
    width: 100%;
    overflow: hidden;
    margin: 5px 0 15px 0;
    position: relative !important;
    top: 0 !important;
  }
  .inline-share h3 {
    font-size: 22px;
    margin: 0 0 5px 0;
    line-height: 1em;
    display:none;
  }
  .widget-area {
    float: none;
    width: 298px;
    margin: 0 auto;
  }
  .buzzworthy-area{
    width:100%;
  }
  .buzzworthy-area .entry-content,
  .buzzworthy-area .river-content {
    width: 100%;
  }
  .buzzworthy-area .entry-title,
  .buzzworthy-area .river-title {
    font-size: 1.3em;
    line-height: 1.2em;
    width:100%;
    left:0;
  }
  .buzzworthy-area .entry-meta,
  .buzzworthy-area .river-meta {
    padding: 0;
    line-height: 1.3em;
  }
  .buzzworthy-area .thumbnail {
    width:100%;
    border:1px solid #000;
  }
  #buzzworthy-area img{
    width:100%;
  }
  #secondary{
    margin: 0 0 10px 0;
    padding: 0 0 35px 0;
    position: relative;
    width: 100%;
    text-align: center;
    display:none;
  }
  #prev-post, #next-post{
    display:none;
  }
  #main{
    width:100%;
    position:static;
  }
  .site-single{
    width:100% !important;
    left:0;
  }

  .comments-area{
    width:100%;
  }

  .title-category{
    padding: 0;
  }

  .site-info, #sidebar-footer-links{
    padding: 0 10px;
    line-height: 1.5em;
  }

  .inline-share-next{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
  }
  .inline-share-next a{
    background: url(/wp-content/themes/vip/heavy/images/inline-next.png) no-repeat 100px 11px #fa4a2a;
    border-radius: 0;
    width:125px;
    padding:16px 8px;
    margin:0;
  }

  .featured-area .featured {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .featured-area .featured img{
    width: 100%;
    height: auto;
  }
  .featured-area {
    height: auto;
    width:100%;
  }
  .widget_recent_entries{
    display:none;
  }
  .current-image-container .previous .icon-offset {
    left: -25px;
    top: 30%;
    border-radius: 0 2px 2px 0;
    background: url(/wp-content/themes/vip/heavy/images/gallery-arrows.png) no-repeat 18px 6px #203943;
    background-size: 50px;
  }
  .current-image-container .navigation.next .icon-offset {
    right: -25px;
    top: 30%;
    border-radius: 2px 0 0 2px;
    background: url(/wp-content/themes/vip/heavy/images/gallery-arrows.png) no-repeat -30px 6px #203943;
    background-size: 50px;
  }
  .current-image-container .icon-offset {
    position: absolute;
    width: 40px;
    height: 58px;
    background: #203943;
  }
  .current-image-container .icon {
    display:none;
    position: relative;
    top: 95px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  #bookmarkme,
  #four-pics-one-word-search{
    display:none !important;
  }
  .four-pics-one-word-cheats #filter-menu{
    height: 95px;
    box-shadow: none;
    font-size: 12px;
    padding: 10px 0;
    z-index: 10;
  }
  .four-pics-one-word-cheats #filter-menu a{
    font-size: 16px;
    padding:5px 10px;
    line-height: 1.2em;
    border-radius: 5px;
    margin:5px 2px;
  }
  .single-four-pics-one-word-cheats #filter-menu {
    width: 100%;
    height: 74px;
    background: #fff;
    box-shadow: none;
    z-index: 1;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    position: relative;
    margin: 0 auto;
    bottom: 20px;
    left: -9px;
    overflow: hidden;
  }
  .single-four-pics-one-word-cheats #filter-menu a {
    border: none;
    display: inline-block;
    font-size: 16px;
    padding:5px 10px;
    width: auto;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    margin:5px;
  }
  .four-pics-one-word-cheats #fourpicsoneword .river {
    width: 250px;
    height: 240px !important;
    margin: 10px 15px;
    border-bottom: 50px solid #842be5 !important;
    position: relative;
    margin:10px auto;
  }
  .four-pics-one-word-cheats #river-area, .single-four-pics-one-word-cheats #river-area{
    margin:0 auto;
    width:250px;
  }
  .single-four-pics-one-word-cheats .title-category {
    margin: 0;
  }
  #fourpicsoneword-sidebar{
    text-align: center;
  }
  .four-pics-one-word-cheats .three-letters,
  .single-four-pics-one-word-cheats .three-letters {
    color:#fff !important;
    background: #da007f !important;
  }
  .four-pics-one-word-cheats .four-letters,
  .single-four-pics-one-word-cheats .four-letters {
    color:#fff !important;
    background: #852be5 !important;
  }
  .four-pics-one-word-cheats .five-letters,
  .single-four-pics-one-word-cheats .five-letters {
    color:#fff !important;
    background: #0049ea !important;
  }
  .four-pics-one-word-cheats .six-letters,
  .single-four-pics-one-word-cheats .six-letters {
    color:#fff !important;
    background: #db3b00 !important;
  }
  .four-pics-one-word-cheats .seven-letters,
  .single-four-pics-one-word-cheats .seven-letters {
    color:#fff !important;
    background: #f40508 !important;
  }
  .four-pics-one-word-cheats .eight-letters,
  .single-four-pics-one-word-cheats .eight-letters {
    color:#fff !important;
    background: #117d10 !important;
  }
  .four-pics-one-word-cheats .all-letters,
  .single-four-pics-one-word-cheats .all-letters {
    color:#fff !important;
    background: #000 !important;
    padding:5px !important;
  }
  .four-pics-one-word-cheats #fourpicsoneword .list {
    min-height:10px;
  }
  .four-pics-one-word-cheats #fourpicsoneword-sidebar {
    max-width: 100%;
    min-width: 300px;
    min-height: 10px;
    position: relative;
    float:right;
    top: -10px;
    left:8px;
    margin: 0 0;
  }
  .four-pics-one-word-cheats #header-fp1w {
    height: 43px;
    background: none;
    margin: 0 auto;
    max-width: 970px;
  }
  .four-pics-one-word-cheats .pushdown-container {
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
    min-width: 300px;
  }
  .four-pics-one-word-cheats #pushdown {
    margin: 0 auto;
    max-width: 970px;
  }
  .four-pics-one-word-cheats .header {
    max-width: 970px;
  }
  .four-pics-one-word-cheats .site-content {
    margin: 0;
    padding: 0;
  }

  .four-pics-one-word-cheats .site-width {
    max-width: 100% !important;
  }
  .four-pics-one-word-cheats .site {
    max-width: 100%;
  }
  .four-pics-one-word-cheats .content-area {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .four-pics-one-word-cheats .entry-content {
    max-width: 100%;
  }
  .four-pics-one-word-cheats #page {}
  .four-pics-one-word-cheats .category-3-letters-answers {}
  .four-pics-one-word-cheats #bookmarkme {
    display:none;
  }
  .four-pics-one-word-cheats #four-pics-one-word-search input {
    display:none;
  }
  .four-pics-one-word-cheats #four-pics-one-word-search button {}
  .four-pics-one-word-cheats #answer-4p1w {}
  .four-pics-one-word-cheats #fourpicsoneword {}
  .four-pics-one-word-cheats #fourpicsoneword .list {}

  .four-pics-one-word-cheats #fourpicsoneword .river img:hover {}
  .four-pics-one-word-cheats #fourpicsoneword .river.river-ad {
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
  }
  .four-pics-one-word-cheats #fourpicsoneword #secondary li {}
  .four-pics-one-word-cheats #fourpicsoneword .overlay {}

  .four-pics-one-word-cheats #fourpicsoneword-sidebar > div {
    min-width: 300px;
    padding: 0;
    min-height: 300px;
    overflow: hidden;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .four-pics-one-word-cheats #fourpicsoneword #sidebar li {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    border-bottom: none;
    position: relative;
  }
  .four-pics-one-word-cheats #ad {
    width: 300px;
    height: 250px;
    background: #f6f5f3;
    position: relative;
    left: -25px;
  }
  .four-pics-one-word-cheats .river-area.single-post {
    display: none;
  }
  .four-pics-one-word-cheats .thumbnail img {
    z-index: -1;
  }
  .four-pics-one-word-cheats .thumbnail a {
    display: block;
    height: 242px;
  }
  .single-four-pics-one-word-cheats .answer {
    margin: 100px 0 0 5px;
    font-size: 40px;
  }
  .single-four-pics-one-word-cheats .go-back {
    position: relative;
    top: 22px;
    left: 15px;
    bottom:0;
  }
  .single-four-pics-one-word-cheats .go-back a:hover {
    opacity: .9;
  }
  .single-four-pics-one-word-cheats .markup p,
  .single-four-pics-one-word-cheats .article p {
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
  }
  .single-four-pics-one-word-cheats .large-title {
    color: #fff;
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 28px !important;
    margin: 0;
    padding: 5px;
    text-transform: none;
    display:none;
  }
  .single-four-pics-one-word-cheats .large-title p {
    display: inline !important;
  }
  .single-four-pics-one-word-cheats .wp-caption img {
	max-width: 320px;
	left: -10px;
	position: absolute;
  }
  .featured-area {
    display: inline-block;
  }
}


@media screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

  body{
    font-size: 14px;
    color: #404040;
    font-family: 'Droid Sans', sans-serif;
    line-height: 1;
  }
  iframe {
    max-width: 100%;
    margin:0 auto !important;
  }
  #page{
    width:100%;
    overflow:hidden;
  }
  #content{
    margin:0 auto;
    width:95%;
    padding:0 10px;
  }
  #background{
    display:none;
  }
  .pushdown-container{
    width:100%;
    padding:0;
  }
  #pushdown{
    width:100% !important;
  }
  .content-area{
    width:100%;
    margin:0;
  }
  .jwplayer-click{
    display:block;
  }
  .jwplayer-click .play-button{
    position: absolute;
    width: 132px;
    background: url(/wp-content/themes/vip/heavy/images/sprite6.png) no-repeat -646px -241px;
    height: 91px;
    top: 43%;
    left: 43%;
    z-index: 1;
  }
  .jwplayer{
    width:100% !important;
    min-height:300px !important;
  }
  .entry-meta,
  .river-meta{
    line-height: 1em;
  }
  .entry-meta .modified-on,
  .river-meta .modified-on{
    display:none;
  }
  .entry-meta .comment-count,
  .entry-meta .byline,
  .river-meta .comment-count,
  .river-meta .byline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    white-space: nowrap;
  }
  .entry-content,
  .river-content{
    font-size: 16px;
    line-height: 1.2em;
  }
  .entry-content p,
  .river-content p{
    font-size: 18px;
    line-height: 1.5em;
  }
  .entry-title,
  .river-title{
    font-size: 3rem;
    margin:0 0 10px 0;
  }
  .entry-content h2,
  .river-content h2{
    font-size: 3.5rem;
  }
  .entry-meta .tag,
  .river-meta .tag{
    padding:5px;
  }
  .river-area .river .entry-content p{
  }
  .wp-caption {
    font-size: 14px;
    line-height: 1.5em;
  }
  .more-infinite{
    display:none;
  }
  .respond-intro p,
  .more-infinite p{
    font-size: 3rem;
  }
  .respond-intro,
  .more-infinite{
    padding: 4px;
  }
  .header.fixedheader{
    padding:0;
    height: 55px;
  }
  .header.fixedheader .logo-bar{
    left: 65px;
    margin: 0;
    top:5px;
  }
  #div-gpt-ad-1358362848155-0{
    width:100% !important;
  }
  .logo-bar .Heavy {
    width: 150px;
  }
  .main-navigation .sub-menu {
    position: absolute;
    left: 0;
    width:1px;
    height:1px;
    overflow:hidden;
    display: none;
  }
  .wp-caption .wp-caption-text {
    margin: 12px 0;
    font-size: .9em;
  }
  .main-navigation .menu-item{
    float:none;
  }
  .header .logo-bar {
    position: relative;
    top: 5px;
    z-index: 15;
    display: block;
    float: none;
    width: 100px;
    height: 43px;
    left: 65px;
    margin: 0;
  }
  .header{
    height:56px;
    z-index: 105;
    opacity: .99;
  }
  #menu-main-menu{
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 0 0 0;
    height: 55px;
    width: 55px;
    overflow: hidden;
    background: url(/wp-content/themes/vip/heavy/images/mobx.png) rgb(57, 96, 113) no-repeat 6px 12px;
  }
  #menu-main-menu.open{
    background: url(/wp-content/themes/vip/heavy/images/mobx.png) #fff no-repeat 6px -32px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 0 0 0;
    height: auto;
    width: 235px;
    z-index: 10;
    overflow: hidden;
    box-shadow: -1px 0px 3px rgba(0,0,0, 0.5);
  }
  .main-navigation .menu-item-search .search-field{
    width:125px;
  }
  .menu-item-search{
    display:none;
  }
  .inline-post, .inline-outlink {
    width: 90%;
    margin: 0 auto 15px auto;
  }
  .inline-post .wrap-content, .inline-outlink .wrap-content{
    width:55%;
    padding:0 10px 5px 10px;
  }
  .inline-post .image, .inline-outlink .image {
    max-height: 150px;
    width:100%;
  }
  .inline-post .wrap-image, .inline-outlink .wrap-image {
    width: 267px;
    float:left;
  }
  .heavy-mailing-widget-sidebar {
    display: none;
  }
  .thumbnail {
    border: 1px solid #fff;
    line-height: 0;
    width: 100%;
    height:200;
  }
  .thumbnail img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .entry-content img {
    width: 100% !important;
  }
  .post_author_box img {
    width: 70px !important;
    max-width: 70px !important;
  }
  #div-gpt-ad-1415657834516-0{
    margin:0 0 10px 0;
  }
  #river-area {
    position: relative !important;
  }
  .river-area {
    width: 100%;
  }
  .river-area .river {
    width: 50%;
    overflow: hidden;
    margin: 5px 0 15px 0;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  .infinite-box-ad{
    margin:0 auto;
    width: 316px !important;
  }
  .single .river-area .river {
    width: 50%;
    overflow: hidden;
    margin: 5px 0 15px 0;
    position: relative !important;
    top: 0 !important;
    height:420px;
  }
  .inline-share h3 {
    font-size: 22px;
    margin: 0 0 5px 0;
    line-height: 1em;
    display:none;
  }
  .widget-area {
    float: none;
    width: 298px;
    margin: 0 auto;
  }
  .buzzworthy-area{
    width:100%;
  }
  .buzzworthy-area .entry-content,
  .buzzworthy-area .river-content {
    width: 100%;
  }
  .buzzworthy-area .entry-title,
  .buzzworthy-area .river-title {
    font-size: 1.3em;
    line-height: 1.2em;
    width:100%;
    left:0;
  }
  .buzzworthy-area .entry-meta,
  .buzzworthy-area .river-meta {
    padding: 0;
    line-height: 1.3em;
  }
  .buzzworthy-area .thumbnail {
    width:100%;
    border:1px solid #000;
  }
  #buzzworthy-area img{
    width:100%;
  }
  #secondary{
    margin: 0 0 10px 0;
    padding: 0 0 35px 0;
    position: relative;
    width: 100%;
    text-align: center;
    display:none;
  }
  #prev-post, #next-post{
    display:none;
  }
  #main{
    width:100%;
    position:static;
  }
  .site-single{
    width:100% !important;
    left:0;
  }
  .comments-area{
    width:100%;
  }
  .title-category{
    padding: 0;
  }
  .site-info, #sidebar-footer-links{
    padding: 0 10px;
    line-height: 1.5em;
  }
  .inline-share-next{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
  }
  .inline-share-next a{
    background: url(/wp-content/themes/vip/heavy/images/inline-next.png) no-repeat 120px 17px #fa4a2a;
    border-radius: 0;
    width:155px;
    padding:22px 15px;
    font-size: 18px;
    margin:0;
  }
  .featured-area .featured {
    width: 32% !important;
    margin: 0 10px 10px 0;
  }
  .featured-area .featured img{
    width: 100%;
    height: auto;
  }
  .featured-area {
    height: auto;
    width:100%;
  }
  .widget_recent_entries{
    display:none;
  }
  .current-image-container .previous .icon-offset {
    left: -25px;
    top: 30%;
    border-radius: 0 2px 2px 0;
    background: url(/wp-content/themes/vip/heavy/images/gallery-arrows.png) no-repeat 18px 6px #203943;
    background-size: 50px;
  }
  .current-image-container .navigation.next .icon-offset {
    right: -25px;
    top: 30%;
    border-radius: 2px 0 0 2px;
    background: url(/wp-content/themes/vip/heavy/images/gallery-arrows.png) no-repeat -30px 6px #203943;
    background-size: 50px;
  }
  .current-image-container .icon-offset {
    position: absolute;
    width: 40px;
    height: 58px;
    background: #203943;
  }
  .current-image-container .icon {
    display:none;
    position: relative;
    top: 95px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  #signup-hover{
    display:none !important;
  }
  #bookmarkme,
  #four-pics-one-word-search{
    display:none !important;
  }
  .four-pics-one-word-cheats #filter-menu{
    height: 95px;
    box-shadow: none;
    font-size: 12px;
    padding: 10px 0;
    z-index: 10;
  }
  .four-pics-one-word-cheats #filter-menu a{
    font-size: 16px;
    padding:5px 10px;
    line-height: 1.2em;
    border-radius: 5px;
    margin:5px 2px;
  }
  .single-four-pics-one-word-cheats #filter-menu {
    width: 100%;
    height: 74px;
    background: #fff;
    box-shadow: none;
    z-index: 1;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    position: relative;
    margin: 0 auto;
    bottom: 20px;
    left: -9px;
    overflow: hidden;
  }
  .single-four-pics-one-word-cheats #filter-menu a {
    border: none;
    display: inline-block;
    font-size: 16px;
    padding:5px 10px;
    width: auto;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    margin:5px;
  }
  .four-pics-one-word-cheats #fourpicsoneword .river {
    width: 300px;
    height: 240px !important;
    margin: 10px 15px;
    border-bottom: 50px solid #842be5 !important;
    position: relative;
    margin:10px auto;
  }
  .four-pics-one-word-cheats #river-area, .single-four-pics-one-word-cheats #river-area{
    margin:0 auto;
    width:100%;
  }
  .single-four-pics-one-word-cheats .title-category {
    margin: 0;
  }
  #fourpicsoneword-sidebar{
    text-align: center;
  }
  .four-pics-one-word-cheats .three-letters,
  .single-four-pics-one-word-cheats .three-letters {
    color:#fff !important;
    background: #da007f !important;
  }
  .four-pics-one-word-cheats .four-letters,
  .single-four-pics-one-word-cheats .four-letters {
    color:#fff !important;
    background: #852be5 !important;
  }
  .four-pics-one-word-cheats .five-letters,
  .single-four-pics-one-word-cheats .five-letters {
    color:#fff !important;
    background: #0049ea !important;
  }
  .four-pics-one-word-cheats .six-letters,
  .single-four-pics-one-word-cheats .six-letters {
    color:#fff !important;
    background: #db3b00 !important;
  }
  .four-pics-one-word-cheats .seven-letters,
  .single-four-pics-one-word-cheats .seven-letters {
    color:#fff !important;
    background: #f40508 !important;
  }
  .four-pics-one-word-cheats .eight-letters,
  .single-four-pics-one-word-cheats .eight-letters {
    color:#fff !important;
    background: #117d10 !important;
  }
  .four-pics-one-word-cheats .all-letters,
  .single-four-pics-one-word-cheats .all-letters {
    color:#fff !important;
    background: #000 !important;
    padding:5px !important;
  }
  .four-pics-one-word-cheats #fourpicsoneword .list {
    min-height:10px;
  }
  .four-pics-one-word-cheats #fourpicsoneword-sidebar {
    max-width: 100%;
    min-width: 300px;
    min-height: 10px;
    position: relative;
    float:right;
    top: -10px;
    left:8px;
    margin: 0 0;
    display:none;
  }
  .four-pics-one-word-cheats #header-fp1w {
    height: 43px;
    background: none;
    margin: 0 auto;
    max-width: 970px;
  }
  .four-pics-one-word-cheats .pushdown-container {
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
    min-width: 300px;
  }
  .four-pics-one-word-cheats #pushdown {
    margin: 0 auto;
    max-width: 970px;
  }
  .four-pics-one-word-cheats .header {
    max-width: 970px;
  }
  .four-pics-one-word-cheats .site-content {
    margin: 0;
    padding: 0;
  }
  .four-pics-one-word-cheats .site-width {
    max-width: 100% !important;
  }
  .four-pics-one-word-cheats .site {
    max-width: 100%;
  }
  .four-pics-one-word-cheats .content-area {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .four-pics-one-word-cheats .entry-content {
    max-width: 100%;
  }
  .four-pics-one-word-cheats #bookmarkme {
    display:none;
  }
  .four-pics-one-word-cheats #four-pics-one-word-search input {
    display:none;
  }
  .four-pics-one-word-cheats #fourpicsoneword .river.river-ad {
    border-bottom: 0px solid transparent !important;
    border-top: 0px solid transparent !important;
    margin: 0 0 0 26px;
  }
  .four-pics-one-word-cheats #fourpicsoneword-sidebar > div {
    min-width: 300px;
    padding: 0;
    min-height: 300px;
    overflow: hidden;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .four-pics-one-word-cheats #fourpicsoneword #sidebar li {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    border-bottom: none;
    position: relative;
  }
  .four-pics-one-word-cheats #ad {
    width: 300px;
    height: 250px;
    background: #f6f5f3;
    position: relative;
    left: -25px;
  }
  .four-pics-one-word-cheats .river-area.single-post {
    display: none;
  }
  .four-pics-one-word-cheats .thumbnail img {
    z-index: -1;
  }
  .four-pics-one-word-cheats .thumbnail a {
    display: block;
    height: 290px;
  }
  .single-four-pics-one-word-cheats .answer {
    margin: 100px 0 0 5px;
    font-size: 40px;
  }
  .four-pics-one-word-cheats #fourpicsoneword .overlay {
    z-index: 100;
    position: absolute;
    bottom: -46px;
    width: 269px;
    height: 30px;
    left: 15px;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    color: #fff !important;
    background-image: url(/wp-content/themes/vip/heavy/images/4p1w-sprite.png);
    background-position: center -480px;
    background-repeat: no-repeat;
  }
  .single-four-pics-one-word-cheats .go-back {
    position: relative;
    top: 22px;
    left: 15px;
    bottom:0;
  }
  .single-four-pics-one-word-cheats .go-back a:hover {
    opacity: .9;
  }
  .single-four-pics-one-word-cheats .markup p,
  .single-four-pics-one-word-cheats .article p {
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
  }
  .single-four-pics-one-word-cheats .large-title {
    color: #fff;
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 28px !important;
    margin: 0;
    padding: 5px;
    text-transform: none;
    display:none;
  }
  .single-four-pics-one-word-cheats .large-title p {
    display: inline !important;
  }
}

div#Heavy_ROS_300x250 {
    margin-bottom: 10px;
}
/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot);
  src: url(/i/noticons/./Noticons.eot?#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,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),
       url(/i/noticons/./Noticons.woff) format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .5em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/**
 * Sharedaddy Base Styles
 * 
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-content ul {
	padding: 0 !important;
	margin: 0 0 .7em 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #777 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
	top: 0;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}


/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Genericons';
	vertical-align: top;
	position: relative;
	top: 3px;
	text-align: center;
}

.sd-content ul li {
	margin: 0 !important;
	padding: 0;
}

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: 2px;
}
.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f214';
}
.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
.sd-social-text .sd-content ul li.share-stumbleupon a:before,
.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
	content: '\f223';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f209';
}
.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	content: '\f218';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f204';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}


/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}

.sd-social-official .sd-content .twitter_button iframe {
	width: 96px;
}


/* Individual official buttons */
.stumbleupon_button iframe, .reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a, 
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px; 
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;	
}

body .sd-content li.share-custom a:hover span {
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0;
	height: 0;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 8px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #3b5998;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
	background: #ea4b24;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
	background: #dd4b39;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}


/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}

/**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */

@font-face {
    font-family: 'Genericons';
    src: url(/wp-content/mu-plugins/genericons/genericons/Genericons.eot);
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
         url(/wp-content/mu-plugins/genericons/genericons/Genericons.ttf) format('truetype'),
         url(/wp-content/mu-plugins/genericons/genericons/Genericons.svg#genericonsregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(/wp-content/mu-plugins/genericons/genericons/./Genericons.svg#Genericons) format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }




/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
