/*
Theme Name: heavy
Theme URI: http://webdevstudios.com/
Author: WebDevStudios
Author URI: http://webdevstudios.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: 100%;
  /* 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;
}

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

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

.content-area {
  float: left;
  width: 637px;
}

.widget-area {
  float: right;
  width: 300px;
}

/* =Header
----------------------------------------------- */
#pushdown {
  background-color: #203943;
  width: 100%;
}

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

.header {
  margin: 0 auto 20px;
  margin: 0 auto 2rem;
  position: relative;
  bottom: 0;
  z-index: 25;
  width: 992px;
  height: 73px;
  background: url(/wp-content/themes/vip/heavy/images/header-bg.png) repeat-x #203943;
  box-shadow: 0 1px 5px #888;
}
.header .logo-bar {
  position: relative;
  top: 0;
  z-index: 15;
  display: block;
  float: left;
  width: 154px;
  height: 51px;
}
.header .logo-bar a {
  font-size: 0;
}
.header.fixedheader {
  position: fixed;
  top: -80px;
  z-index: 100;
}

#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;
  background:#fff;
  z-index: 98;
}

/* =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 {
  max-width: 100%;
  border: 1px solid #fff;
  background: #eee;
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  color: #333;
}

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

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

.wp-caption .wp-caption-text {
  margin: 12px 0;
  margin: 1.2rem 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;
}

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

/* Thumbnail */
.thumbnail {
  border: 1px solid #ccc;
  line-height: 0;
}
.thumbnail:hover {
  border: 1px solid rgba(20, 200, 200, 0.4);
  -webkit-box-shadow: inset 0 0 50px rgba(20, 200, 200, 0.4);
  -moz-box-shadow: inset 0 0 50px rgba(20, 200, 200, 0.4);
  box-shadow: inset 0 0 50px rgba(20, 200, 200, 0.4);
}
.thumbnail img {
  position: relative;
}

.jwplayer-click {
  position: relative;
}
.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: -200px;
  left: 255px;
  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;
  height: auto;
  background:#fff;
}
.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: 32px;
  font-size: 3.2rem;
  padding: 5px;
  padding: 0.5rem;
  position: absolute;
  bottom: 1px;
  left: 1px;
  margin: 0;
  width: 628px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  word-wrap: break-word;
  line-height: 32px;
}
.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: 13px;
  font-size: 1.3rem;
  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:630px;
  height:353;
}

/* Featured */
.featured-area {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 10px 0 0;
  padding: 1rem 0 0;
  height: 252px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background:#fff;
}
.featured-area .featured {
  margin: 0 10px 0 0;
  margin: 0 1rem 0 0;
  display: inline-block;
  width: 200px;
  height: auto;
  position:relative;
}
.featured-area .featured.featured-3 {
  margin-right: 0;
}
.featured-area .featured .entry-title,
.featured-area .featured .river-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-weight: 700;
  line-height: 20px;
}
.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;
  font-size: 1.3rem;
  word-wrap: break-word;
}
.featured-area .featured .posted-on,
.featured-area .featured .comment-count,
.featured-area .featured .edit-link {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline;
  color: #666;
}

/* River */
.river-area {
  margin: 0 0 24px;
  padding: 0 0 50px;
  position: relative;
  padding-top: 2em;
  opacity:1;
}
.river-area.single-post {
  clear: both;
}
.river-area .river {
  padding: 0 0 10px;
  margin:5px;
  display: inline-block;
  float: left;
  width: 300px;
  height: auto;
  border-bottom: 1px solid #ccc;
}
.river-area .river .entry-title,
.river-area .river .river-title {
  font-size: 24px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-weight: 700;
  line-height: 28px;
}
.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 {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 5px 0;
  margin: 0.5rem 0;
  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;
}

/* Page Titles */
.page-title,
.title-category {
  margin: 0 0 10px;
  margin: 0 0 1rem;
  border-bottom: 1px solid #ccc;
  text-transform: capitalize;
  line-height: normal;
}
.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: 28px;
  font-size: 2.8rem;
  color: #1177aa;
  font-weight: bold;
}

/* Single */
.entry-title,
.river-title {
  font-size: 34px;
  font-size: 3.4rem;
  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;
}
.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;
}

/* 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: 0;
}
.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: 15px;
  font-size: 1.5rem;
  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 0 10px;
  margin: 0 0 1rem;
  padding: 0;
  border-bottom: 2px solid #203943;
  text-align: center;
}

.respond-intro p,
.more-infinite p {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 5px;
  padding: 0.5rem;
  display: inline;
  background-color: #203943;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

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

#river-area{
  position:absolute;
  z-index: -1;
}
.single #river-area{
  position:absolute;
  z-index: 1;
}

.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 #004A70;
  border-left: 15px solid rgba(0, 0, 0, 0);
  content: "";
}

#buzzworthy-area .share-trending {
  background: #203943;
  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: absolute;
  z-index: 1;
  color: #222;
  right: 0;
  bottom: 0;
  border-radius: 5px 0 0 0;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.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;
  /* display sub-menu */
}
.main-navigation .menu-item a {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 10px;
  padding: 0 1rem;
  color: #eee;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  line-height: 26px;
  -webkit-transform: rotate(0.0deg);
}
.main-navigation .menu-item.active > .sub-menu, .main-navigation .menu-item:hover > .sub-menu {
  display: block;
}
.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: 13px;
  font-size: 1.3rem;
  padding: 0 4px;
  padding: 0 0.4rem;
  border-right: 1px solid #eee;
  text-transform: capitalize;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-weight: 400;
  line-height: 22px;
}
.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;
  background-color: #752401;
}
.main-navigation .menu-item-sports.active, .main-navigation .menu-item-sports:hover,
.main-navigation .menu-item-sports .sub-menu {
  z-index: 3;
  background-color: #004080;
}
.main-navigation .menu-item-entertainment.active, .main-navigation .menu-item-entertainment:hover,
.main-navigation .menu-item-entertainment .sub-menu {
  z-index: 4;
  background-color: #b2622f;
}
.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;
  background-color: #676666;
}
.main-navigation .menu-item-health.active, .main-navigation .menu-item-health:hover,
.main-navigation .menu-item-health .sub-menu {
  z-index: 6;
  background-color: #307000;
}
.main-navigation .menu-item-social.active, .main-navigation .menu-item-social:hover,
.main-navigation .menu-item-social .sub-menu {
  z-index: 7;
  background-color: #3b6661;
}

.main-navigation .menu-item-search {
  margin: 9px 0 0;
  margin: 0.9rem 0 0;
  padding: 3px;
  padding: 0.3rem;
  float: right;
  background-color: #132026;
}
.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: #132026;
  color: #ccc;
}
.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 #132026;
  text-indent: -9999px;
}
.main-navigation .no-bg {
  background: none;
}

/* =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: 14px;
}
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;
}
.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;
}

/* =Inline Post
----------------------------------------------- */
.inline-post,
.inline-outlink {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 10px;
  margin: 1rem;
  padding: 0 15px 15px 0;
  padding: 0 1.5rem 1.5rem 0;
  display: block;
  min-height: 112px;
  width: 100%;
  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: 220px;
}
.inline-post .wrap-content,
.inline-outlink .wrap-content {
  width: 400px;
}
.inline-post .image,
.inline-outlink .image {
  max-height: 112px;
}
.inline-post .title,
.inline-outlink .title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0 0;
  margin: 1rem 0 0;
  line-height: 1;
}
.inline-post .content,
.inline-outlink .content {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  color: #222;
}
.inline-post .link,
.inline-outlink .link {
  font-weight: 700;
}

/* =Inline Share
----------------------------------------------- */
.inline-share {
  margin: 0;
  padding: 15px 0 5px 0;
  width: 640px;
  border-right: 0;
  border-left: 0;
  text-align: center;
  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;
}
.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 {
  background-color: #132026;
}
.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;
  background: url(/wp-content/themes/vip/heavy/images/header-bg.png) repeat-x #396070;
  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 {
  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;
}
.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 0 10px 0;
}
.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;
  font-size: 1.1rem;
  margin: 5px 0 0 3px;
  margin: 0.5rem 0 0 0.3rem;
}

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



@media only 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: 95%;
  }
  #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{
    max-width: 285px;
  }
  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: 13px;
    line-height: 1.2em;
  }
  .entry-content p,
  .river-content p{
    font-size: 14px;
    line-height: 1.5em;
  }
  .entry-title,
  .river-title{
    font-size: 2.4rem;
    margin:0 0 10px 0;
  }
  .entry-content h2,
  .river-content h2{
    font-size: 2.4rem;
  }
  .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: 1.8rem;
  }
  .respond-intro,
  .more-infinite{
    padding: 4px;
  }
  .header.fixedheader{
    width:100%;
  }
  .header.fixedheader .logo-bar{
    left: 50%;
    margin: 0 0 0 -77px;
  }
  #div-gpt-ad-1358362848155-0{
    width:100% !important;
  }
  .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: 0;
    z-index: 15;
    display: block;
    float: none;
    width: 100%;
    height: 51px;
    left: 50%;
    margin: 0 0 0 -400px;
  }
  .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) #203943 no-repeat 0 -37px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0 0 0;
    height: auto;
    width: 180px;
    z-index: 10;
    overflow: hidden;
    box-shadow: -1px 5px 5px 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;
  }
  #river-area {
    position: relative !important;
  }
  .river-area {
    width: 100%;
  }
  .river-area .river {
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  .single .river-area .river {
    width: 100%;
    overflow: hidden;
    margin: 5px 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 .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;
  }
  .featured-area .featured {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .featured-area .featured img{
    width: 100%;
    height: auto;
  }
  .featured-area {
    height: auto;
  }
  .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;
  }


}/**

	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-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.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-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.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-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-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-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-month:before { content: "\f307"; }
.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-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-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-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-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-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-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;
}
/*
	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;
	}
}
