/*
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: 10px 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;
}

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

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

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;
}
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;
}
@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;
}
.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: 20px;
}
.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;
}

/* 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%;
}

@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;
  }
  .inline-share{
  }
  a.inline-share-fb, a.inline-share-tw, a.inline-share-c, a.inline-share-e{
    width: 62px;
    text-indent: -10000px;
    padding: 10px 10px 10px 55px;
  }
  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%;
  }
  .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;
  }

}


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

}/**

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

.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 .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, .like_button iframe, .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%;
}
.wpvidavee_title {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 2px 5px;
	text-align: left;
}
.wpvidavee_footer {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding: 2px 5px;
	text-align: right;
}
.wpvidavee_footer a {
	text-decoration: none;
}
.wpvidavee_p {
	color: red;
}
.hidden {
	display: none;
}
.possibly-related {
	clear: both;
}
.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 */
}

/**
 * Simple Homepage Experiment
 */

.simple-homepage-experiment #header,
.simple-homepage-experiment #footer,
.simple-homepage-experiment #landingpage {
	display: none !important;
}
.simple-homepage-experiment .simple-homepage {
	display: block !important;
}

.simple-homepage-experiment .simple-homepage {
	background: #f5f5f5;
}

/**
 * Typography
 */

.simple-homepage-experiment body,
.simple-homepage-experiment td,
.simple-homepage-experiment p,
.simple-homepage-experiment div,
.simple-homepage-experiment input,
.simple-homepage-experiment label {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
}

.simple-homepage-experiment input[type=checkbox] {
	margin: 0;
}

.simple-homepage-experiment h2,
.simple-homepage-experiment h3 {
	text-align: center;
}

.simple-homepage-experiment h2 {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 18px !important;
	color: #464646;

	margin-bottom: 16px;
}

.simple-homepage-experiment h3 {
	color: #898989;
	font-size: 14px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.simple-homepage-experiment a {
	color: #1e8cbe;
	text-decoration: none;
}

.simple-homepage-experiment a:hover {
	color: #005684;
}

/**
 * Layout
 */

body.simple-homepage-experiment {
	background: #f1f1f1;
}

body.simple-homepage-experiment#h4home #lang-guess {
	margin-top: 85px;
	padding: 15px;

	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.simple-homepage {
	display: none;
}

body.simple-homepage-experiment .simple-homepage {
	display: block;
}

.simple-homepage-experiment h1 {
	margin: 50px auto 50px auto;
	padding-left: 85px;
	height: 75px;
	width: 305px;
	color: #737373;

	font-size: 43px !important;
	font-weight: 100;
	line-height: 75px;
	text-shadow: 0 1px 0 #fff;

	background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-1x.png) no-repeat !important;
}

.simple-homepage-experiment .content {
	max-width: 910px;
	margin: auto;
}

.simple-homepage-experiment .box {
	background: #fff;
	width: 43.4065934%;
	height: 280px;
	padding: 35px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	-moz-box-shadow:    0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 2px 3px rgba(0,0,0,0.2);
}

.simple-homepage-experiment .box:hover {
	-moz-box-shadow:    0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow:         0px 2px 5px rgba(0,0,0,0.3);

}

.simple-homepage-experiment .or {
	width: 45px;
	height: 45px;
	margin: 100px 20px;

	float: left;

	color: rgba( 0, 0, 0, 0.2);
	text-shadow: 0 1px 1px #f1f1f1, 0 0 0 #aaa,
				 0 4px 1px #f1f1f1;

	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;

	border-radius: 50%;
	border: 8px rgba( 0, 0, 0, 0.1 ) solid;
}

.simple-homepage-experiment .sign-up {
	text-align: center;
}

.simple-homepage-experiment .big-ass-blue-button {
	margin: 20px auto;
	padding: 12px 40px;

	display: inline-block;

	color: #fff !important;
	font-size: 24px;
	text-decoration: none;
	text-shadow:  0px -1px 1px rgba(0,0,0,0.32);

	border-radius: 4px;

	background-color: #0aa1ce;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(10, 161, 206)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0aa1ce', EndColorStr='#0088b5');

	border: 1px solid #0088b5;

	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.5),
				0 1px 1px rgba(0,0,0,0.3);
}

.simple-homepage-experiment .big-ass-blue-button:hover {
	color: #fff;

	background-color: #4eb5d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(78, 181, 213)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4eb5d5', EndColorStr='#0088b5');
}

.simple-homepage-experiment .big-ass-blue-button:active {
	background: #0aa1ce;
	box-shadow:	inset 0px -1px 1px rgba(255,254,254,0.2);
}

.simple-homepage-experiment .login input[type=text],
.simple-homepage-experiment .login input[type=password] {
	display: block;
	width: 90%;
	margin: 0 0 10px 0;
	padding: 10px 15px 10px 35px;

	color: #898989;
	font-size: 14px;
	font-weight: 200;

	border-radius: 3px;

	background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;

	border: 1px solid #BFBFBF;

	-moz-box-shadow:    inset 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow:         inset 0px 1px 3px rgba(0,0,0,0.15);
}

.simple-homepage-experiment .login input:focus {
	background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;
	color: #444;
	border: 1px #aaa solid;
}

.simple-homepage-experiment .login input[type=text] {
	background-position: -3px -3px;
}

.simple-homepage-experiment .login input[type=password] {
	background-position: -3px -57px;
}

.simple-homepage-experiment#h4home #wrapper button.login-button {
	float: right !important;
	padding: 5px 20px !important;
	margin: 20px 0 !important;
	border-radius: 3px !important;
	border: 1px #bbb solid !important;

	color: #464646 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;

	text-shadow:         0px 1px 1px #fff !important;
	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.8),
				0 1px 2px rgba(0,0,0,0.1)  !important;

	background-color: #eaeaea !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 234, 234)), to(rgb(201, 201, 201))) !important;
	background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#c9c9c9')  !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:hover {
	background-color: #fcfcfc !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(202, 202, 202))) !important;
	background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#cacaca') !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:active {
	background: #eaeaea  !important;
	box-shadow: 0 -1px 1px rgba(255,255,255,0.8)  !important;
}

.simple-homepage-experiment .forgot-password {
	display: block;
	margin: 17px 0 4px 0;

	float: left;
	clear: left;

	font-size: 12px;
}

.simple-homepage-experiment .remember-me {
	float: left;
	clear: left;
	margin: 0;
}

.simple-homepage-experiment .remember-me label {
	font-size: 12px;
	color: #1e8cbe;
}

.simple-homepage-experiment .remember-me label:hover {
	color: #005684;
}

.simple-homepage-experiment .footer {
	position: fixed;
		bottom: 20px;
		right: 0;
		left: 0;
	color: #898989;

	font-size: 11px;
	clear: both;
	text-align: center;
}

.simple-homepage-experiment .footer .automattic {
	margin: 0 3px;
	width: 127px;
	height: 13px;

	background: url(/wp-content/themes/h4/i/simple-homepage/automattic-1x.png) no-repeat;
	text-indent: -999999px;
	display: inline-block;
	vertical-align: text-bottom;
}

.simple-homepage-experiment .clear {
	clear: both;
}

/**
 * Retina CSS
 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {

	.simple-homepage-experiment h1 {
		background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-2x.png) no-repeat !important;
		background-size: 74px 74px;
	}

	.simple-homepage-experiment .footer .automattic {
		background: url(/wp-content/themes/h4/i/simple-homepage/automattic-2x.png) no-repeat;
		background-size: 127px 11px;
	}

	.simple-homepage-experiment .login input[type=text],
	.simple-homepage-experiment .login input[type=password] {
		background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

	.simple-homepage-experiment .login input:focus {
		background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

}

/**
 * Responsive CSS
 */

@media screen and (max-width: 800px) {

	.simple-homepage-experiment .or {
		clear: both;
		float: none;
		margin: 20px auto;
	}

	.simple-homepage-experiment .box {
		clear: both;
		margin: auto 20px;
		float: none;
		width: auto;
	}

	.simple-homepage-experiment .login {
		margin-bottom: 30px;
	}

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
	}
}

@media screen and (max-height: 580px) {

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
		margin-top: 50px;
	}
}
