@charset "UTF-8";
/******************************************************************
Site Name: Hello Giggles
Author: hgdev

Stylesheet: Main Stylesheet Compressed
******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name: Hello Giggles
Author: hgdev

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
*********************/
/* hello giggles colors */
/* share colors */
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

******************************************************************/
@font-face {
  font-family: 'Rama';
  src: url("../fonts/ramagothice_light-webfont.eot");
  src: url("../fonts/ramagothice_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ramagothice_light-webfont.woff") format("woff"), url("../fonts/ramagothice_light-webfont.ttf") format("truetype"), url("../fonts/ramagothice_light-webfont.svg#rama_gothic_e_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Thirsty';
  src: url("../fonts/ThirstyRoughRegular-webfont.eot");
  src: url("../fonts/ThirstyRoughRegular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ThirstyRoughRegular-webfont.woff") format("woff"), url("../fonts/ThirstyRoughRegular-webfont.ttf") format("truetype"), url("../fonts/ThirstyRoughRegular-webfont.svg#rama_gothic_e_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fa-snapchat';
  src: url("../fonts/fa-snapchat.eot?-73zac");
  src: url("../fonts/fa-snapchat.eot?#iefix-73zac") format("embedded-opentype"), url("../fonts/fa-snapchat.ttf?-73zac") format("truetype"), url("../fonts/fa-snapchat.woff?-73zac") format("woff"), url("../fonts/fa-snapchat.svg?-73zac#fa-snapchat") format("svg"); }
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

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

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

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

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

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/***************************
TRUNCATE TEXT USING ELLIPSIS
****************************/
@font-face {
  font-family: 'hg-icons';
  src: url("../fonts/hg-icons.eot?74481234");
  src: url("../fonts/hg-icons.eot?74481234#iefix") format("embedded-opentype"), url("../fonts/hg-icons.woff?74481234") format("woff"), url("../fonts/hg-icons.ttf?74481234") format("truetype"), url("../fonts/hg-icons.svg?74481234#hg-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "hg-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  color: #807f80;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  font-size: 120%;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: '\e800'; }

/* '' */
.icon-star:before {
  content: '\e801'; }

/* '' */
.icon-menu:before {
  content: '\e802'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e803'; }

/* '' */
.icon-youtube-play:before {
  content: '\e804'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e805'; }

/* '' */
.icon-tumblr-squared:before {
  content: '\e806'; }

/* '' */
.icon-prev:before {
  content: '\e807'; }

/* '' */
.icon-next:before {
  content: '\e808'; }

/* '' */
.icon-play:before {
  content: '\e809'; }

/* '' */
.icon-twitter:before {
  content: '\e80a'; }

/* '' */
.icon-instagram:before {
  content: '\e80b'; }

/* '' */
.icon-facebook:before {
  content: '\e80c'; }

/* '' */
.icon-pinterest:before {
  content: '\e80d'; }

/* '' */
.icon-mail:before {
  content: '\e80e'; }

/* '' */
.icon-rss:before {
  content: '\e80f'; }

/* '' */
.icon-tumblr:before {
  content: '\e810'; }

/* '' */
.icon-instagram-filled:before {
  content: '\e811'; }

/* '' */
.menu-icon, .popup-icon {
  display: inline-block;
  cursor: pointer;
  z-index: 9999; }
  .menu-icon span, .popup-icon span {
    width: 21px;
    height: 3px;
    position: relative;
    display: inline-block;
    background: #807f80;
    -webkit-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out; }
    .menu-icon span:before, .menu-icon span:after, .popup-icon span:before, .popup-icon span:after {
      width: 21px;
      height: 3px;
      display: inline-block;
      background: #807f80;
      position: absolute;
      left: 0;
      content: "";
      transform-origin: 50% 50%;
      -webkit-transition: top 0.2s 0.2s ease-out, transform 0.2s linear;
      -ms-transition: top 0.2s 0.2s ease-out, transform 0.2s linear;
      -moz-transition: top 0.2s 0.2s ease-out, transform 0.2s linear;
      -o-transition: top 0.2s 0.2s ease-out, transform 0.2s linear;
      transition: top 0.2s 0.2s ease-out, transform 0.2s linear; }

.menu-icon span:before, .popup-icon span:before {
  top: 7px; }

.menu-icon span:after, .popup-icon span:after {
  top: -7px; }

.menu-icon.close span, .popup-icon.close span {
  -webkit-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  background-color: transparent; }
  .menu-icon.close span:before, .menu-icon.close span:after, .popup-icon.close span:before, .popup-icon.close span:after {
    -webkit-transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, background 0.2s ease-out;
    -ms-transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, background 0.2s ease-out;
    -moz-transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, background 0.2s ease-out;
    -o-transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, background 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, background 0.2s ease-out;
    top: 0;
    width: 21px;
    background-color: #6dc6b9; }
  .menu-icon.close span:before, .popup-icon.close span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .menu-icon.close span:after, .popup-icon.close span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.popup-icon {
  float: right;
  width: 20px;
  margin-top: -2px; }

.popup-icon.close span:hover:before, .popup-icon.close span:hover:after {
  background-color: #6dc6b9; }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name: Hello Giggles
Author: hgdev

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
button {
  display: inline-block;
  position: relative;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.8em;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 1.5px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  font-size: 10px;
  height: 34px;
  width: 25%;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  button:hover, button:focus {
    color: #fff;
    text-decoration: none; }
  button:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
button {
  background-color: #6dc6b9; }
  button:hover, button:focus {
    background-color: #5ec0b2; }
  button:active {
    background-color: #5bbfb0; }

/******************************************************************
Site Name: Hello Giggles
Author: hgdev

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input,
select,
textarea,
.field {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 0.8em;
  color: #444444;
  vertical-align: middle;
  box-shadow: none;
  border: 2px solid #807f80;
  width: 70%;
  margin-right: 5%;
  float: left;
  max-width: 300px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  border-radius: 0px; }
  input:focus, input:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    outline: none; }
  input.error, input.is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input.success, input.is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[disabled], input.is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[disabled]:focus, input[disabled]:active, input.is-disabled:focus, input.is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

form.signup {
  max-width: 300px; }

/**
 * A custom skin for WP Viral Quiz
 * @Name : HelloGiggles
 * @Author : Stéphane Paton & Sébastien Truité de Vaucresson
 */
.wpvq {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 100% !important; }

.wpvq-answer {
  padding: 15px !important;
  color: #231f20;
  font-weight: bold;
  /* Answer mouse hover */
  /* When user select a right answer */
  /* When user select a false answer */
  /* When user select a photo neutral answer */
  /* Answers disabled (after clicking an answer) */ }
  .wpvq-answer:hover {
    background: #e7b548;
    background: #f3f3f3;
    transition: background 550ms ease-out;
    cursor: pointer; }
  .wpvq-answer .wpvq-answer-img {
    width: 100% !important; }
  .wpvq-answer label.vq-css-label {
    font-size: 16px !important;
    font-weight: normal; }
  .wpvq-answer.wpvq-answer-true {
    background: rgba(112, 197, 161, 0.52); }
  .wpvq-answer.wpvq-answer-false {
    background: rgba(236, 78, 82, 0.66); }
    .wpvq-answer.wpvq-answer-false label.vq-css-label {
      text-decoration: line-through; }
  .wpvq-answer.wpvq-answer-enabled {
    background: #8ac5ff;
    color: #3d3d3d; }
  .wpvq-answer.wpvq-answer-disabled {
    background: #f2f2f2;
    color: #8a8a8a; }

/* Answer selected (exception for personality, stuck the color) */
.Personality .wpvq-answer.choose {
  background: #8ac5ff; }

.wpvq-question-label {
  color: #231f20;
  margin: 0 auto 20px auto;
  font-weight: 600;
  font-size: 24px;
  text-align: center; }

.wpvq-img-legal-label {
  max-width: 100%;
  font-size: 10px !important;
  font-weight: bold; }
  .wpvq-img-legal-label a, .wpvq-img-legal-label a:visited {
    color: white !important; }

.wpvq-question {
  margin: 0 auto 40px auto; }

.columns-2 .wpvq-question.wpvq-has-images {
  max-width: 500px;
  margin: 0 auto; }
  .columns-2 .wpvq-question.wpvq-has-images .wpvq-explaination {
    display: none !important; }
.columns-2 .wpvq-explaination.img-question-explaination {
  margin-bottom: 40px; }

/**
 * -- CHECKBOX --
 */
#preload-checkbox-checked {
  background: url("../../images/buzzfeed-checkbox-ok.jpg") no-repeat -9999px -9999px; }

/* Hidden checkbox */
input.vq-css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input.vq-css-checkbox + label.vq-css-label {
  padding-left: 31px;
  height: auto;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  /*font-weight: bold;*/
  vertical-align: middle;
  cursor: pointer; }

input.vq-css-checkbox:checked + label.vq-css-label {
  background-image: url("../../images/buzzfeed-checkbox-ok.jpg"); }

label.vq-css-label {
  background-image: url("../../images/buzzfeed-checkbox-no.jpg");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * -- TRUE/FALSE EXPLAINATION BLOCK --
 */
/* Block with explaination */
div.wpvq-explaination {
  padding: 10px 20px 0 20px;
  border: 1px solid #dddddd;
  display: none;
  /* Right answer selected */
  /* Wrong answer selected */ }
  div.wpvq-explaination div.wpvq-true {
    color: #6dc6b9;
    font-weight: bold;
    display: none;
    font-size: 1.2em; }
  div.wpvq-explaination div.wpvq-false {
    color: #ec4e52;
    font-weight: bold;
    display: none;
    font-size: 1.2em; }

/**
 * -- FINAL BLOCK SCORE/PERSONALITY --
 */
div#wpvq-forceToShare-before-results {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  text-align: center; }

/* Ask informations form */
div#wpvq-ask-before-results {
  background: #f9f9f9;
  border: 1px solid #dddddd; }

/* Divs with final score (you got X of Y !) & final personality result (you are ____) */
div#wpvq-final-score,
div#wpvq-final-personality,
div#wpvq-ask-before-results,
div#wpvq-forceToShare-before-results {
  padding: 15px !important;
  margin-top: 30px;
  background: #f3f3f3;
  display: none;
  margin-bottom: 20px; }

div#wpvq-ask-before-results {
  padding: 20px; }

div#wpvq-final-personality {
  /* Title in the final personality result block */
  /* Content block on final personality result */
  /* Personality name on the final block */ }
  div#wpvq-final-personality .wpvq-you-are {
    margin-top: 15px;
    font-size: 1.3em;
    color: black; }
  div#wpvq-final-personality .wpvq-personality-label {
    font-size: 1.3em;
    font-weight: bold;
    color: #231f20; }

div.wpvq-social-share-buttons {
  margin: 0 auto 0 auto;
  text-align: left; }
  div.wpvq-social-share-buttons p {
    margin-bottom: 10px; }
  div.wpvq-social-share-buttons a {
    text-align: center;
    margin: 0 10px 0 0; }
    div.wpvq-social-share-buttons a i {
      border-radius: 0;
      width: 80px; }

/* Score headline, on the final score block */
div#wpvq-final-score span.wpvq-headline {
  font-weight: bold;
  font-size: 1.3em; }

/* Share buttons div */
div#wpvq-share-buttons {
  border-top: 1px solid #dedede;
  padding-top: 10px;
  /* Share buttons images */ }
  div#wpvq-share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
    text-decoration: none; }
  div#wpvq-share-buttons a {
    border: 0; }
  div#wpvq-share-buttons .wpvq-social-facebook .wpvq-social-icon,
  div#wpvq-share-buttons .wpvq-social-facebook .wpvq-social-slide {
    background: #3c5a9a; }
  div#wpvq-share-buttons .wpvq-social-twitter .wpvq-social-icon,
  div#wpvq-share-buttons .wpvq-social-twitter .wpvq-social-slide {
    background: #57d1de; }
  div#wpvq-share-buttons .wpvq-social-google .wpvq-social-icon,
  div#wpvq-share-buttons .wpvq-social-google .wpvq-social-slide {
    background: #cc252c; }

/* Text for "share your results" */
div#wpvq-share-buttons span.wpvq-share-results {
  font-size: 1.2em;
  color: black;
  display: block; }

/* Quiz title on the result block */
span.wpvq-quiz-title {
  display: block;
  font-size: .8em;
  color: #797979; }

.wpvq-play-again-area button {
  background-color: #6dc6b9 !important;
  font-size: 15px !important;
  padding: inherit !important;
  min-width: 150px; }
  .wpvq-play-again-area button:hover {
    background-color: #92d4cb !important; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name: Hello Giggles
Author: hgdev

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
html {
  overflow-y: scroll; }

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #444444;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0; }

p {
  margin-top: 0;
  margin-bottom: .5em;
  padding: 0; }

main {
  padding-bottom: 20px;
  margin-top: 15px;
  background-color: white; }

.add-padding {
  padding: 10px;
  margin: 0 auto !important;
  float: none !important; }

.no-padding {
  float: none !important; }

a em:hover {
  color: #6dc6b9; }

.loading-circle {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSczMnB4JyBoZWlnaHQ9JzMycHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmciPiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9Im5vbmUiIGNsYXNzPSJiayI+PC9yZWN0PiAgPGRlZnM+ICAgIDxmaWx0ZXIgaWQ9InVpbC1yaW5nLXNoYWRvdyIgeD0iLTEwMCUiIHk9Ii0xMDAlIiB3aWR0aD0iMzAwJSIgaGVpZ2h0PSIzMDAlIj4gICAgICA8ZmVPZmZzZXQgcmVzdWx0PSJvZmZPdXQiIGluPSJTb3VyY2VHcmFwaGljIiBkeD0iMCIgZHk9IjAiPjwvZmVPZmZzZXQ+ICAgICAgPGZlR2F1c3NpYW5CbHVyIHJlc3VsdD0iYmx1ck91dCIgaW49Im9mZk91dCIgc3RkRGV2aWF0aW9uPSIwIj48L2ZlR2F1c3NpYW5CbHVyPiAgICAgIDxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImJsdXJPdXQiIG1vZGU9Im5vcm1hbCI+PC9mZUJsZW5kPiAgICA8L2ZpbHRlcj4gIDwvZGVmcz4gIDxwYXRoIGQ9Ik0xMCw1MGMwLDAsMCwwLjUsMC4xLDEuNGMwLDAuNSwwLjEsMSwwLjIsMS43YzAsMC4zLDAuMSwwLjcsMC4xLDEuMWMwLjEsMC40LDAuMSwwLjgsMC4yLDEuMmMwLjIsMC44LDAuMywxLjgsMC41LDIuOCBjMC4zLDEsMC42LDIuMSwwLjksMy4yYzAuMywxLjEsMC45LDIuMywxLjQsMy41YzAuNSwxLjIsMS4yLDIuNCwxLjgsMy43YzAuMywwLjYsMC44LDEuMiwxLjIsMS45YzAuNCwwLjYsMC44LDEuMywxLjMsMS45IGMxLDEuMiwxLjksMi42LDMuMSwzLjdjMi4yLDIuNSw1LDQuNyw3LjksNi43YzMsMiw2LjUsMy40LDEwLjEsNC42YzMuNiwxLjEsNy41LDEuNSwxMS4yLDEuNmM0LTAuMSw3LjctMC42LDExLjMtMS42IGMzLjYtMS4yLDctMi42LDEwLTQuNmMzLTIsNS44LTQuMiw3LjktNi43YzEuMi0xLjIsMi4xLTIuNSwzLjEtMy43YzAuNS0wLjYsMC45LTEuMywxLjMtMS45YzAuNC0wLjYsMC44LTEuMywxLjItMS45IGMwLjYtMS4zLDEuMy0yLjUsMS44LTMuN2MwLjUtMS4yLDEtMi40LDEuNC0zLjVjMC4zLTEuMSwwLjYtMi4yLDAuOS0zLjJjMC4yLTEsMC40LTEuOSwwLjUtMi44YzAuMS0wLjQsMC4xLTAuOCwwLjItMS4yIGMwLTAuNCwwLjEtMC43LDAuMS0xLjFjMC4xLTAuNywwLjEtMS4yLDAuMi0xLjdDOTAsNTAuNSw5MCw1MCw5MCw1MHMwLDAuNSwwLDEuNGMwLDAuNSwwLDEsMCwxLjdjMCwwLjMsMCwwLjcsMCwxLjEgYzAsMC40LTAuMSwwLjgtMC4xLDEuMmMtMC4xLDAuOS0wLjIsMS44LTAuNCwyLjhjLTAuMiwxLTAuNSwyLjEtMC43LDMuM2MtMC4zLDEuMi0wLjgsMi40LTEuMiwzLjdjLTAuMiwwLjctMC41LDEuMy0wLjgsMS45IGMtMC4zLDAuNy0wLjYsMS4zLTAuOSwyYy0wLjMsMC43LTAuNywxLjMtMS4xLDJjLTAuNCwwLjctMC43LDEuNC0xLjIsMmMtMSwxLjMtMS45LDIuNy0zLjEsNGMtMi4yLDIuNy01LDUtOC4xLDcuMSBjLTAuOCwwLjUtMS42LDEtMi40LDEuNWMtMC44LDAuNS0xLjcsMC45LTIuNiwxLjNMNjYsODcuN2wtMS40LDAuNWMtMC45LDAuMy0xLjgsMC43LTIuOCwxYy0zLjgsMS4xLTcuOSwxLjctMTEuOCwxLjhMNDcsOTAuOCBjLTEsMC0yLTAuMi0zLTAuM2wtMS41LTAuMmwtMC43LTAuMUw0MS4xLDkwYy0xLTAuMy0xLjktMC41LTIuOS0wLjdjLTAuOS0wLjMtMS45LTAuNy0yLjgtMUwzNCw4Ny43bC0xLjMtMC42IGMtMC45LTAuNC0xLjgtMC44LTIuNi0xLjNjLTAuOC0wLjUtMS42LTEtMi40LTEuNWMtMy4xLTIuMS01LjktNC41LTguMS03LjFjLTEuMi0xLjItMi4xLTIuNy0zLjEtNGMtMC41LTAuNi0wLjgtMS40LTEuMi0yIGMtMC40LTAuNy0wLjgtMS4zLTEuMS0yYy0wLjMtMC43LTAuNi0xLjMtMC45LTJjLTAuMy0wLjctMC42LTEuMy0wLjgtMS45Yy0wLjQtMS4zLTAuOS0yLjUtMS4yLTMuN2MtMC4zLTEuMi0wLjUtMi4zLTAuNy0zLjMgYy0wLjItMS0wLjMtMi0wLjQtMi44Yy0wLjEtMC40LTAuMS0wLjgtMC4xLTEuMmMwLTAuNCwwLTAuNywwLTEuMWMwLTAuNywwLTEuMiwwLTEuN0MxMCw1MC41LDEwLDUwLDEwLDUweiIgZmlsbD0iIzgwN2Y4MCIgZmlsdGVyPSJ1cmwoI3VpbC1yaW5nLXNoYWRvdykiPiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCA1MCA1MCIgdG89IjM2MCA1MCA1MCIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiPjwvYW5pbWF0ZVRyYW5zZm9ybT4gIDwvcGF0aD48L3N2Zz4=) center center no-repeat #fff;
  height: 32px; }

::selection {
  background: #6dc6b9;
  color: #fff; }

#disqus_thread {
  margin-bottom: 30px; }

/*
  CSS animated loading dots
*/
.loading-dots {
  width: 50px;
  margin: 0 auto;
  margin-top: -30px; }
  .loading-dots span {
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 2px;
    -webkit-animation: loading_dots 0.8s linear infinite;
    -ms-animation: loading_dots 0.8s linear infinite;
    -moz-animation: loading_dots 0.8s linear infinite;
    -o-animation: loading_dots 0.8s linear infinite;
    animation: loading_dots 0.8s linear infinite; }

.loading-dots span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.loading-dots span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

/*
  Define the animation for every efing vendor prefix
*/
@-webkit-keyframes loading_dots {
  0% {
    background: transparent; }
  50% {
    background: #d4d4d4; }
  100% {
    background: transparent; } }
@-moz-keyframes loading_dots {
  0% {
    background: transparent; }
  50% {
    background: #d4d4d4; }
  100% {
    background: transparent; } }
@-ms-keyframes loading_dots {
  0% {
    background: transparent; }
  50% {
    background: #d4d4d4; }
  100% {
    background: transparent; } }
@keyframes loading_dots {
  0% {
    background: transparent; }
  50% {
    background: #d4d4d4; }
  100% {
    background: transparent; } }
ul.circled-list {
  padding-left: 20px; }
  ul.circled-list li {
    list-style-type: disc; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #ec4e52;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a.title-link {
  color: #444444;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2em;
  -webkit-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a.title-link:hover {
    color: #9d9c9c; }

a.author-link {
  color: #231f20; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-family: 'Rama';
  text-align: center;
  color: #6dc6b9;
  text-transform: uppercase;
  margin-bottom: 0px;
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1, h3 {
  padding-bottom: 5px;
  font-size: 2em;
  line-height: 1.333em; }

.home .blogroll:first-child h3 {
  margin-top: 0px; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 32px;
  text-align: left; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: normal;
  text-align: left;
  text-transform: none; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 1.5px; }

article h2 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  text-transform: none; }

h2.hg-header,
h2.hg-subheader,
h2.hg-listheader {
  font-weight: 600;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  color: #231f20; }
  h2.hg-header a,
  h2.hg-subheader a,
  h2.hg-listheader a {
    color: #231f20; }

h2.hg-header {
  font-size: 1.5em; }

h2.hg-subheader {
  font-size: 1.2em; }

h2.hg-listheader {
  font-size: 1.2em; }

/******************************************************************
FLEXSLIDER
******************************************************************/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }
  .flexslider .slides li a {
    display: inline-block;
    position: relative; }
    .flexslider .slides li a.series-title {
      display: block; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    margin: -20px 0 0;
    position: absolute;
    top: 28%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #807f80;
    background-color: rgba(255, 255, 255, 0.8);
    color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    padding-top: 9px; }
    .flex-direction-nav a:hover {
      background-color: rgba(255, 255, 255, 0.9); }
    .flex-direction-nav a:hover:before {
      color: #807f80; }
    .flex-direction-nav a:before {
      font-size: 22px;
      display: inline-block;
      -webkit-transform: scaleY(1.5);
      -ms-transform: scaleY(1.5);
      -moz-transform: scaleY(1.5);
      -o-transform: scaleY(1.5);
      transform: scaleY(1.5); }

.flex-direction-nav .icon-prev {
  left: 0px; }

.flex-direction-nav .icon-next {
  right: 0px; }

.flexslider:hover .flex-direction-nav .icon-prev {
  opacity: 0.7;
  left: 0px; }

.flexslider:hover .flex-direction-nav .icon-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .icon-next {
  opacity: 0.7;
  right: 0px; }

.flexslider:hover .flex-direction-nav .icon-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a .flex-play:before {
  content: '\f003'; }

.flex-control-nav, .pager {
  width: 100%;
  position: absolute;
  z-index: 999;
  text-align: center; }
  .flex-control-nav li, .pager li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.flex-control-paging, .pager {
  line-height: 8px; }
  .flex-control-paging li a, .pager li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #d4d4d4;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50%;;
    -ms-border-radius: 50%;;
    -moz-border-radius: 50%;;
    -o-border-radius: 50%;;
    border-radius: 50%;; }
    .flex-control-paging li a:hover, .pager li a:hover {
      background: #6dc6b9; }
    .flex-control-paging li a.flex-active, .flex-control-paging li a.active, .pager li a.flex-active, .pager li a.active {
      background: #6dc6b9; }

ol.pager {
  width: 80px;
  margin-left: 120px; }
  ol.pager li {
    border-bottom: none;
    margin-top: 4px; }
    ol.pager li a:hover {
      cursor: default;
      background: #d4d4d4; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .flex-control-thumbs img:img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/*********************
CAROUSEL
*********************/
.flexslider {
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides li .carousel-img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider .slides > li:first-child {
  display: block; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-control-nav {
  display: none; }

.flex-direction-nav a {
  width: 40px;
  height: 40px; }

.carousel-wrapper .author-img {
  width: 65px;
  height: 65px; }

.carousel {
  margin: 0 auto; }
  .carousel .author {
    padding-top: 10px; }
  .carousel a.title-link {
    font-size: 16px; }

.slides-wrapper {
  position: relative; }

.carousel-post-info {
  padding: 30px;
  background-color: #f9f5ec;
  position: relative;
  width: 90%;
  margin: 0 auto;
  top: -23px;
  box-shadow: 0px 1px 4px 0px #d4d4d4;
  display: table;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px; }
  .carousel-post-info a {
    display: block; }
  .carousel-post-info a.author-link {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 50px;
    font-size: 12px; }

img.carousel-author {
  width: 50px;
  height: 50px !important;
  border-radius: 50%;
  border: 2px solid white;
  float: left;
  margin-right: 15px; }

/*********************
POSTS & CONTENT STYLES
*********************/
/* entry content */
.entry-content {
  margin-bottom: 20px; }
  .entry-content p {
    margin: 0 0 1.5em; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #6dc6b9;
    font-style: italic;
    color: #9d9c9c; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #231f20;
    color: #efefef;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  text-align: center;
  max-width: 100%;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0; }
  .wp-caption span.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: left;
    display: block; }

/* end .wp-caption */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
[class^="post-pagination"] {
  text-align: center; }
  [class^="post-pagination"] a.more, [class^="post-pagination"] a.prev {
    display: block;
    width: 140px;
    margin: 0 auto;
    float: none; }
    [class^="post-pagination"] a.more.placeholder, [class^="post-pagination"] a.prev.placeholder {
      opacity: 0;
      margin: 0;
      cursor: default; }
  [class^="post-pagination"] .post-pagination-numbers {
    display: block;
    text-align: center;
    font-family: 'Rama',Arial Narrow, Arial, Helvetica;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .07em;
    line-height: 1.23em;
    font-size: 40px; }
    [class^="post-pagination"] .post-pagination-numbers a {
      color: #6dc6b9; }
      [class^="post-pagination"] .post-pagination-numbers a:hover {
        color: #807f80; }

.post-pagination-top {
  display: none; }

.pagebreak-prev, .pagebreak-next {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  width: 170px; }

.pagebreak-prev {
  margin-bottom: -10px; }

.full .page-navi {
  padding: 20px; }

.full h1, .full h3 {
  text-align: left;
  font-size: 25px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 0px; }
.full .blogroll {
  position: relative; }
  .full .blogroll .series-title {
    font-size: 13px;
    margin-bottom: 5px; }
  .full .blogroll .title-link {
    font-size: 20px; }
  .full .blogroll .post-details {
    margin-top: 5px; }
  .full .blogroll .img.b-lazy {
    width: 300px;
    height: 200px; }
  .full .blogroll h1, .full .blogroll h3 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .full .blogroll a.pimg {
    max-height: 214px; }

.page-navi > div {
  padding: 4px;
  font-size: 10px; }
.page-navi .more, .page-navi .prev {
  float: right;
  background-color: #807f80;
  position: relative;
  line-height: 32px;
  color: #fff;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .page-navi .more:hover, .page-navi .prev:hover {
    background-color: #6dc6b9; }
.page-navi .more {
  padding-left: 15px;
  margin-right: 16px; }
.page-navi .prev {
  float: left;
  padding-right: 15px;
  padding-left: 10px;
  margin-left: 16px; }
.page-navi .more:after, .page-navi .more:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.page-navi .more:after {
  border-left-color: #807f80;
  border-width: 16px;
  margin-top: -16px; }
.page-navi .more:before {
  border-color: rgba(194, 225, 245, 0);
  border-width: 0px;
  margin-top: -36px; }
.page-navi .more:hover:after {
  border-left-color: #6dc6b9; }

.more.ajax {
  float: inherit;
  margin-right: 0;
  padding-left: 0;
  padding: 10px 13px; }
  .more.ajax:after {
    content: '';
    border-width: 0; }

.prev {
  position: relative;
  background: #807f80; }

.prev:after, .prev:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.prev:after {
  border-color: rgba(136, 183, 213, 0);
  border-width: 26px;
  margin-top: -26px; }

.prev:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #807f80;
  border-width: 16px;
  margin-top: -16px; }

.prev:hover:before {
  border-right-color: #6dc6b9; }

/*********************
HEADER, LOGO, MENU
*********************/
header {
  padding: 15px;
  padding-bottom: 0px;
  /*  position: fixed; */
  background-color: rgba(255, 255, 255, 0.98);
  top: 0;
  z-index: 9999;
  width: 100%; }
  header.shadow {
    /*    @include vendor-prefix('box-shadow', '-1px -4px 10px ' + $gray); */ }

body :not(.not-animate) .header {
  -webkit-transition: top 0.2s ease-out;
  -ms-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out; }

.logo {
  width: 65%;
  float: left; }
  .logo img {
    max-width: 200px; }

.responsive-icons {
  width: 25%;
  float: right;
  text-align: right;
  line-height: 32px; }
  .responsive-icons div {
    float: left;
    width: 50%; }

.menu-button {
  position: relative;
  top: -4px; }

.header-search, .menu-hg-menu-container {
  display: none; }

.header-search {
  width: 100%;
  float: right; }

.header-search.open, .menu-hg-menu-container.open {
  display: block; }

.menu-hg-menu-container ul li {
  text-align: center;
  line-height: 2.2em; }
  .menu-hg-menu-container ul li:hover {
    background-color: #efefef; }
  .menu-hg-menu-container ul li a {
    color: #231f20;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .menu-hg-menu-container ul li.current-menu-item a, .menu-hg-menu-container ul li.current-category-ancestor > a {
    color: #6dc6b9; }
  .menu-hg-menu-container ul li.current-menu-item ul.sub-menu li a {
    color: #444444; }
    .menu-hg-menu-container ul li.current-menu-item ul.sub-menu li a:hover {
      color: #6dc6b9; }

.menu-hg-menu-container ul.sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #fff;
  z-index: 999;
  padding: 10px;
  text-align: left;
  padding-left: 0;
  margin-left: 15px; }
  .menu-hg-menu-container ul.sub-menu:nth-child(2) {
    margin-left: 0px; }

.search-button-desktop, #meet,
#header-info, .carousel-right {
  display: none; }

.sign-in {
  display: none; }

.is-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0px; }

.ads-bg.is-sticky {
  z-index: 998; }

/*********************
HEADER BANNER
*********************/
#banner-top {
  text-align: center;
  background-color: #6dc6b9;
  color: #fff;
  font-weight: bold;
  padding: 3px; }
  #banner-top a {
    color: #fff; }

/*********************
RECENT CONTRIBUTORS
*********************/
.section-recentcontributors.h-six {
  padding-top: 30px; }
  .section-recentcontributors.h-six .accent {
    border-bottom: 1px dashed #d4d4d4; }
  .section-recentcontributors.h-six a.author-name {
    margin-bottom: 10px; }
  .section-recentcontributors.h-six a.title-link {
    font-size: 14px;
    width: 85%;
    margin: 0 auto;
    margin-top: 15px; }
  .section-recentcontributors.h-six ul {
    margin-bottom: 10px; }
  .section-recentcontributors.h-six .author-name {
    font-size: 12px; }

.h-main-third li {
  width: 240px;
  display: inline-block; }
.h-main-third .author-img {
  width: 130px;
  height: 130px;
  padding: 15px; }

/*********************
ARTICLE PAGE
*********************/
.post .post-header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0; }
  .post .post-header h1 {
    text-align: center; }
.post h1, .post h3 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #231f20;
  font-size: 1.5em;
  margin-bottom: 0.12em;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 600;
  margin-top: 0px; }
.post .entry-content h3 {
  font-size: 1em;
  margin-bottom: 10px;
  margin-top: 30px; }
.post a.author-link {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  color: #807f80;
  font-size: 11px;
  text-transform: none; }
  .post a.author-link:hover {
    color: #6dc6b9; }

.byline {
  margin-top: -10px;
  color: #807f80;
  font-size: 11px; }

.entry-share,
.wpvq-social-share-buttons {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px; }
  .entry-share a,
  .wpvq-social-share-buttons a {
    margin: 5px; }
    .entry-share a:link,
    .wpvq-social-share-buttons a:link {
      -webkit-tap-highlight-color: transparent; }
  .entry-share i,
  .wpvq-social-share-buttons i {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    font-size: 120%; }
    .entry-share i.icon-facebook,
    .wpvq-social-share-buttons i.icon-facebook {
      background-color: #3c5a9a; }
      .entry-share i.icon-facebook:hover,
      .wpvq-social-share-buttons i.icon-facebook:hover {
        background-color: #4f71ba; }
        .entry-share i.icon-facebook:hover:before,
        .wpvq-social-share-buttons i.icon-facebook:hover:before {
          color: #fff; }
    .entry-share i.icon-twitter,
    .wpvq-social-share-buttons i.icon-twitter {
      background-color: #57d1de; }
      .entry-share i.icon-twitter:hover,
      .wpvq-social-share-buttons i.icon-twitter:hover {
        background-color: #82dde6; }
        .entry-share i.icon-twitter:hover:before,
        .wpvq-social-share-buttons i.icon-twitter:hover:before {
          color: #fff; }
    .entry-share i.icon-mail,
    .wpvq-social-share-buttons i.icon-mail {
      background-color: #888888; }
      .entry-share i.icon-mail:hover,
      .wpvq-social-share-buttons i.icon-mail:hover {
        background-color: #a2a2a2; }
        .entry-share i.icon-mail:hover:before,
        .wpvq-social-share-buttons i.icon-mail:hover:before {
          color: #fff; }
    .entry-share i.icon-pinterest,
    .wpvq-social-share-buttons i.icon-pinterest {
      background-color: #cc252c; }
      .entry-share i.icon-pinterest:hover,
      .wpvq-social-share-buttons i.icon-pinterest:hover {
        background-color: #de464d; }
        .entry-share i.icon-pinterest:hover:before,
        .wpvq-social-share-buttons i.icon-pinterest:hover:before {
          color: #fff; }
    .entry-share i.icon-tumblr,
    .wpvq-social-share-buttons i.icon-tumblr {
      background-color: #304d6b;
      font-size: 110%; }
      .entry-share i.icon-tumblr:hover,
      .wpvq-social-share-buttons i.icon-tumblr:hover {
        background-color: #40668e; }
        .entry-share i.icon-tumblr:hover:before,
        .wpvq-social-share-buttons i.icon-tumblr:hover:before {
          color: #fff; }
    .entry-share i:before,
    .wpvq-social-share-buttons i:before {
      color: #fff;
      position: relative;
      top: 7px; }

.entry-date {
  color: #807f80;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 11px;
  text-transform: none; }

.entry-content .aligncenter {
  margin: auto;
  display: block; }

.entry-content img {
  max-width: 100%;
  height: auto; }

article footer {
  background-color: #fff;
  text-align: center; }
article header {
  position: relative;
  z-index: 88; }

div.OUTBRAIN {
  text-align: left; }

.yarpp-related {
  text-align: left; }

/*********************
CATEOGORY COLORS
*********************/
.series-title {
  color: #4ea0ec;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px; }

a.series-title {
  display: block; }

a.category-culture {
  color: #4ea0ec; }

a.category-social-studies {
  color: #e771e0; }

a.category-teen {
  color: #e771e0; }

a.category-cuteness {
  color: #98c73e; }

a.category-work {
  color: #e7b548; }

a.category-entertainment {
  color: #e7b548; }

a.category-news {
  color: #e7b548; }

a.category-music {
  color: #e7b548; }

a.category-home {
  color: #e7b548; }

a.category-body {
  color: #e7b548; }

a.category-video {
  color: #98c73e; }

a.category-book {
  color: #98c73e; }

a.category-food {
  color: #98c73e; }

a.category-tech {
  color: #98c73e; }

a.category-friends {
  color: #98c73e; }

a.category-love {
  color: #ec4e52; }

a.category-beauty {
  color: #ec4e52; }

a.category-celeb {
  color: #ec4e52; }

a.category-money {
  color: #ec4e52; }

a.category-health {
  color: #ec4e52; }

a.category-movies {
  color: #e771e0; }

a.category-fashion {
  color: #e771e0; }

a.category-life {
  color: #e771e0; }

a.category-sex {
  color: #e771e0; }

a.category-fitness {
  color: #e771e0; }

a.category-tv {
  color: #4ea0ec; }

a.category-style {
  color: #4ea0ec; }

a.category-beauty {
  color: #4ea0ec; }

a.category-travel {
  color: #4ea0ec; }

a.category-nostalgia {
  color: #4ea0ec; }

a.category-dating {
  color: #4ea0ec; }

/*********************
GENERAL STUFF
*********************/
.wrapper {
  padding: 10px;
  margin: 0 auto;
  overflow: hidden; }

.v-blogroll-wrapper .pimg.loaded, .trending .pimg.loaded {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.blogroll {
  text-align: center; }
  .blogroll ul {
    margin: 0; }
  .blogroll li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4; }
  .blogroll img.b-lazy {
    max-width: 340px;
    width: 100%;
    height: auto;
    max-height: 233px; }
  .blogroll .plist li:last-child {
    margin-bottom: 5px; }
  .blogroll .page-navi {
    height: 40px; }

.blogroll:nth-child(3) {
  float: right; }

#content, .section-recentcontributors {
  padding: 10px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 0px; }

.pinfo {
  text-align: left; }
  .pinfo a {
    display: block; }

.v-loop .pimg {
  display: inline-block;
  position: relative; }

.post-details {
  color: #9d9c9c;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px; }
  .post-details a {
    display: inline;
    color: #9d9c9c; }
    .post-details a:after {
      content: " | "; }

.clearfix {
  clear: both; }

.accent {
  font-family: "Thirsty", cursive;
  font-size: 18px;
  letter-spacing: 2px;
  color: #231f20;
  margin-bottom: 10px;
  display: block; }

.carousel-right .accent {
  font-size: 15px; }

a.more, .more a, .prev {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444444;
  font-size: 10px; }

.carousel-right a.more {
  font-family: "Thirsty", cursive;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 2px;
  color: #231f20;
  font-weight: normal; }
  .carousel-right a.more:hover {
    color: #6dc6b9; }
    .carousel-right a.more:hover span:before {
      color: #6dc6b9; }

.icon-play:before {
  color: #ec4e52;
  position: relative;
  top: 3px; }

/*********************
TRENDING MODULE
*********************/
.trending {
  margin-top: 20px; }
  .trending a.pimg {
    width: 45%;
    float: left;
    margin-right: 10px; }
  .trending ul {
    margin-top: 0px; }
  .trending li {
    margin-bottom: 20px; }
  .trending a.title-link {
    font-size: 16px; }
  .trending h3 {
    font-family: 'Rama',Arial Narrow, Arial, Helvetica;
    color: #333;
    padding-top: 0px;
    letter-spacing: .07em;
    font-weight: normal !important;
    border-bottom: 2px solid #333;
    margin-bottom: 20px;
    z-index: 20;
    font-size: 23px;
    text-transform: uppercase;
    padding-bottom: 0px; }

/*********************
MASTHEAD
*********************/
#masthead-content {
  margin: auto;
  text-align: center;
  max-width: 660px; }

#masthead-content h2 {
  margin: 20px 0 10px;
  font-family: "Thirsty", cursive;
  font-size: 19px;
  text-transform: lowercase; }

.mast-name {
  margin-left: 0px;
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
  font-size: 15px; }

.mast-title {
  float: left;
  text-align: center;
  width: 100%;
  font-style: italic;
  font-size: 15px; }

/*********************
TABS
*********************/
#content .tabs {
  z-index: 1999;
  text-align: left; }

ul.tabs {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #d4d4d4; }
  ul.tabs li {
    border-bottom: none;
    display: inline-block;
    margin: 0;
    padding: 8px 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    background: #efefef;
    margin-right: 4px;
    width: 100px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    ul.tabs li:hover {
      background: #d4d4d4; }
    ul.tabs li.selected {
      background-color: #807f80;
      position: relative; }
      ul.tabs li.selected a {
        color: #fff; }
      ul.tabs li.selected:after {
        top: 100%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #807f80;
        border-width: 10px 50px 0 50px; }
    ul.tabs li a {
      width: 100%;
      height: 100%;
      display: inline-block;
      color: #444444;
      font-size: 12px; }

/*****************************
AUTHORS, RECENT CONTRIBUTORS
******************************/
body.author .author-header .pimg img {
  width: 150px;
  height: 150px; }

.author-name, a.author-name {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 1.5px;
  color: #231f20;
  font-size: 11px;
  display: block; }

.section-recentcontributors {
  padding-top: 0; }
  .section-recentcontributors ul {
    margin-bottom: 0px;
    text-align: center; }
  .section-recentcontributors li {
    padding-bottom: 10px; }
  .section-recentcontributors a.title-link {
    font-size: 13px;
    display: block;
    margin-top: 0px;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px;
    padding-bottom: 10px;
    padding-top: 0px; }
  .section-recentcontributors.recent-3 {
    padding: 0px;
    margin-left: 10px; }

.h-main-third .more {
  display: none; }

.author-header {
  padding-bottom: 50px; }
  .author-header h1 a, .author-header h3 a {
    color: #444444; }
  .author-header .pimg {
    width: 200px;
    margin: 0 auto; }
    .author-header .pimg img {
      max-width: 250px;
      height: auto;
      border-radius: 50%; }

/*****************************
AUTHOR BOX
******************************/
.more-link, .bio-more-link {
  font-family: 'Rama',Arial Narrow,Arial,Helvetica;
  font-size: 18px;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute; }

.bio-text {
  font-size: 15px;
  line-height: 1.4em !important;
  height: auto;
  overflow: hidden;
  text-align: left; }

.bio-more-link {
  z-index: 8;
  position: relative;
  font-size: 15px; }

.more-link:hover, .bio-more-link:hover {
  color: #ec4e52; }

.more-link:after, .bio-more-link:after {
  content: "\21E3";
  margin-left: 8px;
  font-size: .8em; }

.more-link.open:after, .bio-more-link.open:after {
  content: "\21E1"; }

.more-link.closed, .bio-more-link.closed {
  -webkit-box-shadow: 0 -12px 10px 3px #fff;
  -ms-box-shadow: 0 -12px 10px 3px #fff;
  -moz-box-shadow: 0 -12px 10px 3px #fff;
  -o-box-shadow: 0 -12px 10px 3px #fff;
  box-shadow: 0 -12px 10px 3px #fff; }

.entry-author-box .bio a.bio-more-link {
  color: #ec4e52; }

/* entry interlude / author box */
.entry-author-box {
  margin: 20px 0 30px 0;
  background-color: #f3f3f3;
  padding: 10px;
  text-align: center; }
  .entry-author-box img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    z-index: 99; }
  .entry-author-box .name {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-weight: normal; }
    .entry-author-box .name a {
      color: #808080; }
  .entry-author-box .name, .entry-author-box .bio a {
    color: #9d9c9c; }
  .entry-author-box a.readmore {
    color: #6dc6b9;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold; }
    .entry-author-box a.readmore:hover {
      color: #807f80; }

.single .post .entry-author-box .title-link {
  font-size: 16px; }

/*********************
FOOTER
*********************/
footer {
  background-color: #efefef; }

ul#menu-footer-c li a {
  color: #231f20;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 1.5px;
  font-size: 11px; }
  ul#menu-footer-c li a:hover {
    color: #6dc6b9; }

.footer-inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer-inner > div {
    border-bottom: 1px solid #d4d4d4;
    padding-top: 10px;
    padding-bottom: 10px; }
  .footer-inner h4 {
    margin-top: 0px; }

.about {
  font-size: 13px; }

.copy {
  font-size: 11px; }

#footer-banner {
  text-align: center;
  padding-bottom: 20px; }

.footer {
  clear: both;
  background-color: #231f20;
  color: #efefef; }

#associated {
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
  background-color: #efefef;
  top: -20px; }
  #associated img {
    position: relative;
    top: 5px;
    width: 50px;
    height: auto; }

/*********************
ICONS
*********************/
.social-icons {
  width: 100%;
  max-width: 300px; }
  .social-icons a {
    width: 16%;
    display: inline-block; }
  .social-icons i {
    font-size: 130%; }
    .social-icons i.icon-tumblr, .social-icons i.fa-snapchat {
      font-size: 120%; }

.fa-snapchat:before {
  font-family: 'fa-snapchat';
  content: "\e600"; }

.heart-icon, .star-icon {
  background: url("../../images/icons.png") 0 0;
  width: 16px;
  height: 15px;
  display: inline-block;
  top: 3px;
  position: relative; }

.star-icon {
  background: url("../../images/icons.png") 16px 0; }

.menu-hg-menu-container .heart-icon, .menu-hg-menu-container .star-icon {
  display: none;
  top: 1px; }

/*********************
LAZY IMAGES
*********************/
.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0; }

.b-lazy.b-loaded {
  opacity: 1; }

a.pimg {
  -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 0 50px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 0 50px rgba(0,0,0,0.1);
  -o-box-shadow: inset 0 0 50px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 50px rgba(0,0,0,0.1);
  max-height: 214px; }

a.contrib-pimg- {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

/*********************
IMAGES
*********************/
.author-img {
  width: 110px;
  height: 110px;
  border-radius: 50%; }

/*********************
SIDEBAR
*********************/
#sidebar {
  margin: 10px;
  overflow: hidden;
  margin: 0 auto;
  width: 300px; }
  #sidebar div {
    text-align: center; }
    #sidebar div.OUTBRAIN {
      text-align: left; }
  #sidebar div.ob-widget-header {
    text-align: left; }
  #sidebar div.post-details {
    text-align: left; }
  #sidebar h1, #sidebar h3 {
    margin-top: 0px; }

.sidebar-inner > div {
  margin-bottom: 20px; }

/*********************
MOST DISCUSSED
*********************/
.section-most li {
  border-bottom: 1px solid #d4d4d4;
  padding-top: 10px; }
.section-most ul {
  text-align: left;
  margin: 0;
  line-height: 1.2em; }
.section-most a.title-link {
  line-height: 0.9em;
  font-size: 15px; }
.section-most .post-details {
  margin-bottom: 5px; }

/*********************
ADS
*********************/
body.home #lead_a {
  display: table; }

#hg-marketing {
  margin-bottom: 10px; }

.ads-bg {
  text-align: center; }
  .ads-bg.striped {
    background-image: url("../../images/bg-striped.png"); }

body.sticky-leaderA header {
  position: relative; }
body.sticky-leaderA .ads-bg.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%; }
  body.sticky-leaderA .ads-bg.sticky #lead_a_ad_container {
    padding-top: 0px; }
body.sticky-leaderA #content.content-padding {
  padding-top: 70px; }

/*
body.topHat-leaderAFade #leader_a {
  display: block;
  width: 100%;
  background-image: url('../../images/bg-striped.png');
}
*/
#bill {
  display: none; }

.bill {
  width: 1088px;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px; }

#lead_a_wrapper {
  height: 70px;
  margin: 0 auto;
  -webkit-transition: height 0.1s ease-in-out;
  -ms-transition: height 0.1s ease-in-out;
  -moz-transition: height 0.1s ease-in-out;
  -o-transition: height 0.1s ease-in-out;
  transition: height 0.1s ease-in-out;
  display: none; }

#lead_a, #lead_b {
  margin: 10px 0 10px 0;
  max-width: 100%;
  display: inline-block;
  position: relative;
  z-index: 998; }

/*
#leader_a {
  padding-top: 10px;
}
*/
.sticky #lead_a {
  padding-top: 0px; }

#lead_b {
  position: relative;
  z-index: 9999; }

#box_a, #box_b {
  margin: 15px auto;
  margin-top: 0px;
  display: inline-block;
  text-align: center; }

#oop_b {
  position: relative;
  z-index: 99999; }

#oop_a {
  position: relative;
  z-index: 9999999; }

[id^=google_ads_iframe_] {
  line-height: 0; }

/*********************
RESPONSIVE YOUTUBE
*********************/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 94%;
  height: 89%;
  margin-left: 3%; }

/*********************
POPUPS
*********************/
[class*="-pop-up"] {
  width: 330px;
  height: 180px;
  background-color: #fff;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: -5px -5px 16px -3px lightgrey;
  padding: 20px;
  padding-top: 10px;
  z-index: 99999; }

.fb-pop-up {
  height: 220px; }

[class*="-pop-up"] p {
  margin-bottom: 16px;
  width: 75%; }

[class*="-pop-up"].mobile {
  width: 100%;
  padding: 0;
  padding-bottom: 65px;
  height: 140px; }

.fb-pop-up.mobile {
  height: 220px; }

[class*="-pop-up"].mobile .popup-icon.close, [class*="-pop-up"].mobile p {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  text-align: left; }

[class*="-pop-up"].mobile .circle-logo {
  margin-left: 20px;
  max-height: 80%;
  float: left;
  margin-right: 40px; }

[class*="-pop-up"].mobile .circle-logo {
  height: 60%;
  margin-right: 15px; }

[class*="-pop-up"].mobile .popup-icon.close, [class*="-pop-up"].mobile p {
  margin-top: 10px;
  margin-bottom: 10px; }

[class*="-pop-up"].mobile .popup-icon.close {
  margin-top: 6px; }

[class*="-pop-up"].mobile {
  padding-bottom: 70px; }

.newsletter-response {
  font-size: 11px;
  margin-left: 3px;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none; }

/**************************
BANNER
**************************/
.pimg-banner {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  background-size: 85px 85px;
  display: none; }

.blogroll .pimg-banner {
  bottom: 5px;
  width: 75px;
  height: 75px; }

.carousel .pimg-banner {
  display: block;
  width: 80px;
  height: 90px;
  background-size: 85px 85px; }

.pimg-banner-slideshows {
  background-image: url(../../images/slideshow-overlay.png); }

.pimg-banner-polls {
  background-position: -142px  -170px; }

.pimg-banner-videos {
  background-image: url(../../images/video-overlay.png); }

.pimg-banner-cute-cams {
  display: none; }

.pimg-banner-podcasts {
  background-position: -142px -170px; }

.pimg-banner.pimg-banner-sponsored {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: url(../../images/post-sponsored.png) no-repeat;
  background-size: 90px 90px;
  transform: translate(0, 0);
  left: auto; }

/**************************
TWITTER BOX (Author page)
**************************/
#twitter-box {
  width: 282px;
  border: 1px solid lightgrey;
  padding: 10px;
  height: 500px;
  font-size: 13px;
  padding-bottom: 65px;
  margin-top: 20px; }

#twitter-inner {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  display: none;
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey; }

#twitter-box .thumbnail-loading .thumbnail-overlay {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSczMnB4JyBoZWlnaHQ9JzMycHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmciPiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9Im5vbmUiIGNsYXNzPSJiayI+PC9yZWN0PiAgPGRlZnM+ICAgIDxmaWx0ZXIgaWQ9InVpbC1yaW5nLXNoYWRvdyIgeD0iLTEwMCUiIHk9Ii0xMDAlIiB3aWR0aD0iMzAwJSIgaGVpZ2h0PSIzMDAlIj4gICAgICA8ZmVPZmZzZXQgcmVzdWx0PSJvZmZPdXQiIGluPSJTb3VyY2VHcmFwaGljIiBkeD0iMCIgZHk9IjAiPjwvZmVPZmZzZXQ+ICAgICAgPGZlR2F1c3NpYW5CbHVyIHJlc3VsdD0iYmx1ck91dCIgaW49Im9mZk91dCIgc3RkRGV2aWF0aW9uPSIwIj48L2ZlR2F1c3NpYW5CbHVyPiAgICAgIDxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImJsdXJPdXQiIG1vZGU9Im5vcm1hbCI+PC9mZUJsZW5kPiAgICA8L2ZpbHRlcj4gIDwvZGVmcz4gIDxwYXRoIGQ9Ik0xMCw1MGMwLDAsMCwwLjUsMC4xLDEuNGMwLDAuNSwwLjEsMSwwLjIsMS43YzAsMC4zLDAuMSwwLjcsMC4xLDEuMWMwLjEsMC40LDAuMSwwLjgsMC4yLDEuMmMwLjIsMC44LDAuMywxLjgsMC41LDIuOCBjMC4zLDEsMC42LDIuMSwwLjksMy4yYzAuMywxLjEsMC45LDIuMywxLjQsMy41YzAuNSwxLjIsMS4yLDIuNCwxLjgsMy43YzAuMywwLjYsMC44LDEuMiwxLjIsMS45YzAuNCwwLjYsMC44LDEuMywxLjMsMS45IGMxLDEuMiwxLjksMi42LDMuMSwzLjdjMi4yLDIuNSw1LDQuNyw3LjksNi43YzMsMiw2LjUsMy40LDEwLjEsNC42YzMuNiwxLjEsNy41LDEuNSwxMS4yLDEuNmM0LTAuMSw3LjctMC42LDExLjMtMS42IGMzLjYtMS4yLDctMi42LDEwLTQuNmMzLTIsNS44LTQuMiw3LjktNi43YzEuMi0xLjIsMi4xLTIuNSwzLjEtMy43YzAuNS0wLjYsMC45LTEuMywxLjMtMS45YzAuNC0wLjYsMC44LTEuMywxLjItMS45IGMwLjYtMS4zLDEuMy0yLjUsMS44LTMuN2MwLjUtMS4yLDEtMi40LDEuNC0zLjVjMC4zLTEuMSwwLjYtMi4yLDAuOS0zLjJjMC4yLTEsMC40LTEuOSwwLjUtMi44YzAuMS0wLjQsMC4xLTAuOCwwLjItMS4yIGMwLTAuNCwwLjEtMC43LDAuMS0xLjFjMC4xLTAuNywwLjEtMS4yLDAuMi0xLjdDOTAsNTAuNSw5MCw1MCw5MCw1MHMwLDAuNSwwLDEuNGMwLDAuNSwwLDEsMCwxLjdjMCwwLjMsMCwwLjcsMCwxLjEgYzAsMC40LTAuMSwwLjgtMC4xLDEuMmMtMC4xLDAuOS0wLjIsMS44LTAuNCwyLjhjLTAuMiwxLTAuNSwyLjEtMC43LDMuM2MtMC4zLDEuMi0wLjgsMi40LTEuMiwzLjdjLTAuMiwwLjctMC41LDEuMy0wLjgsMS45IGMtMC4zLDAuNy0wLjYsMS4zLTAuOSwyYy0wLjMsMC43LTAuNywxLjMtMS4xLDJjLTAuNCwwLjctMC43LDEuNC0xLjIsMmMtMSwxLjMtMS45LDIuNy0zLjEsNGMtMi4yLDIuNy01LDUtOC4xLDcuMSBjLTAuOCwwLjUtMS42LDEtMi40LDEuNWMtMC44LDAuNS0xLjcsMC45LTIuNiwxLjNMNjYsODcuN2wtMS40LDAuNWMtMC45LDAuMy0xLjgsMC43LTIuOCwxYy0zLjgsMS4xLTcuOSwxLjctMTEuOCwxLjhMNDcsOTAuOCBjLTEsMC0yLTAuMi0zLTAuM2wtMS41LTAuMmwtMC43LTAuMUw0MS4xLDkwYy0xLTAuMy0xLjktMC41LTIuOS0wLjdjLTAuOS0wLjMtMS45LTAuNy0yLjgtMUwzNCw4Ny43bC0xLjMtMC42IGMtMC45LTAuNC0xLjgtMC44LTIuNi0xLjNjLTAuOC0wLjUtMS42LTEtMi40LTEuNWMtMy4xLTIuMS01LjktNC41LTguMS03LjFjLTEuMi0xLjItMi4xLTIuNy0zLjEtNGMtMC41LTAuNi0wLjgtMS40LTEuMi0yIGMtMC40LTAuNy0wLjgtMS4zLTEuMS0yYy0wLjMtMC43LTAuNi0xLjMtMC45LTJjLTAuMy0wLjctMC42LTEuMy0wLjgtMS45Yy0wLjQtMS4zLTAuOS0yLjUtMS4yLTMuN2MtMC4zLTEuMi0wLjUtMi4zLTAuNy0zLjMgYy0wLjItMS0wLjMtMi0wLjQtMi44Yy0wLjEtMC40LTAuMS0wLjgtMC4xLTEuMmMwLTAuNCwwLTAuNywwLTEuMWMwLTAuNywwLTEuMiwwLTEuN0MxMCw1MC41LDEwLDUwLDEwLDUweiIgZmlsbD0iIzgwN2Y4MCIgZmlsdGVyPSJ1cmwoI3VpbC1yaW5nLXNoYWRvdykiPiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCA1MCA1MCIgdG89IjM2MCA1MCA1MCIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiPjwvYW5pbWF0ZVRyYW5zZm9ybT4gIDwvcGF0aD48L3N2Zz4=) center center no-repeat #fff; }

.twitter-header {
  font-size: 15px; }

.twitter-header p {
  display: table; }

.twitter-header img, .twitter-header span {
  display: table-cell;
  vertical-align: middle; }

.twitter-img {
  float: left;
  margin-right: 20px; }

[id^="twitter-widget"] {
  border-radius: 0px !important;
  border-width: 0px !Important;
  box-shadow: none !important; }

#two-col-boxes > div {
  margin-bottom: 30px; }

/**************************
EMBEDS
**************************/
[id^="twitter-widget"] {
  margin: 0 auto 30px auto !important; }

[class$="_embed_pin"],
[class^="imgur-embed"],
[class^="vine-embed"] {
  margin: 0 auto 45px auto !important;
  display: block; }

[id^="instagram-embed"],
.tumblr-embed {
  margin: 0 auto 45px auto !important; }

[class^="imgur-embed"] {
  max-width: 100%; }

.fb_iframe_widget {
  display: block !important;
  margin: 0 auto 45px auto;
  text-align: center; }

/**************************
ORIGINALS
**************************/
.frame-b .middle {
  position: relative;
  border: 3px solid #efefef;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 300px;
  height: auto;
  background: transparent;
  overflow-y: scroll;
  overflow-x: hidden; }
.frame-b .frame-main {
  height: 385px;
  width: 300px;
  background: transparent; }
.frame-b ul {
  margin-top: 0;
  margin-bottom: 0; }
.frame-b ul li {
  height: auto;
  line-height: 0;
  margin: 0 16px 0 0;
  padding: 0; }
  .frame-b ul li a {
    display: block;
    line-height: 1.9em;
    padding: 6px 20px 5px 8px;
    font-weight: bold;
    color: #444444;
    background-color: #fff; }
  .frame-b ul li.odd a {
    background-color: #e9f4f2; }
  .frame-b ul li.selected a, .frame-b ul li a:hover {
    background-color: #6dc6b9;
    color: #FFFFFF; }

/*********************
OUTBRAIN
*********************/
.ob_box_cont.AR_11 {
  padding-top: 10px;
  padding-left: 10px; }

.ob_box_cont.AR_11 span.ob_org_header {
  border-bottom: none;
  background: none;
  margin-top: 45px;
  margin-left: 20px;
  z-index: 999;
  color: #9d9c9c;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: normal; }

.ob_box_cont.AR_11 a.rec-link {
  font-size: 15px; }

.ob_box_cont.AR_11 li.odb_li {
  top: 20px !important;
  margin-left: 10px; }

.ob_box_cont.AR_11 ul {
  margin-bottom: 0px;
  margin-top: 20px;
  z-index: 999;
  position: relative; }

.ob_box_cont.AR_11 .ob_what {
  text-align: right !important;
  top: -36px !important;
  background-color: #f3f3f3;
  padding-bottom: 38px !important;
  z-index: 88;
  padding-right: 32px !important;
  padding-top: 9px !important; }

.ob_box_cont.AR_11 .ob_what {
  padding: 0px; }

/*********************
SLIDESHOW
*********************/
.slideshow.post-top {
  padding: 5px 0; }

.slide {
  display: table;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px; }
  .slide img {
    max-width: 599px;
    max-height: 450px; }

.slide > div.slide-outer {
  display: table-row; }

.slide > div > div.slide-inner {
  display: block;
  vertical-align: middle;
  height: auto; }

img.slide-img {
  width: 100%; }

.slide-img {
  margin: 0 auto; }

.thumbnails-outer-container {
  width: 678px;
  height: 83px;
  overflow: hidden;
  position: relative;
  margin: 15px auto 0;
  display: none; }

.thumbnails-container {
  margin-top: 6px;
  width: 637px;
  height: 80px;
  overflow: hidden;
  position: relative;
  margin-left: 20px; }

.thumbnails-rows-container {
  width: 100%;
  text-align: center;
  white-space: nowrap; }

ul.thumbnails {
  width: auto;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0; }
  ul.thumbnails li {
    position: relative;
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 0; }
    ul.thumbnails li img {
      border: 1px solid #6dc6b9; }

.plist ul, .plist li {
  vertical-align: top; }

.thumbnail-overlay {
  font-family: 'Rama',Arial Narrow,Arial,Helvetica;
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: .09em;
  background: transparent;
  background: url(images/bg-overlay.png) repeat;
  background: rgba(21, 158, 158, 0.7);
  color: #fff;
  width: 100%;
  height: 74px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 62px;
  text-shadow: .07em .07em .02em #0e7080; }

.caption .caption-title {
  color: #0d6472;
  margin-bottom: 12px;
  padding-bottom: 3px;
  font-size: 18px;
  border-bottom: 1px solid #eee; }

.caption-body {
  overflow: hidden;
  height: 200px; }

#caption-more-link {
  display: none; }

.slideshow-sidebar {
  display: none;
  padding-bottom: 20px;
  min-height: 30px; }

.post-slideshow {
  padding: 10px; }

/*********************
SLIDESHOW CONTROLS
*********************/
[class^="slider-next"], [class^="slider-prev"], .slideshow-next, .slideshow-prev {
  position: absolute;
  cursor: pointer; }

.slideshow-next, .slideshow-prev {
  top: 38%; }

[class^="slider-next"], .slideshow-next {
  right: 0px; }

[class^="slider-prev"], .slideshow-prev {
  left: 0px; }

[class^="slider-next"], [class^="slider-prev"] {
  bottom: 15px; }

[class^="slider-next"] {
  right: -8px; }

[class^="slider-prev"] {
  left: -8px; }

.slideshow-next .icon-next:before, .slideshow-prev .icon-prev:before {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-transform: scaleY(1.8);
  -ms-transform: scaleY(1.8);
  -moz-transform: scaleY(1.8);
  -o-transform: scaleY(1.8);
  transform: scaleY(1.8); }

/*********************
STICKY MENU
**********************/
div.ads-bg.top {
  margin-bottom: 20px;
  margin-top: 55px; }

[id^="tt-close"] {
  z-index: 2147483645 !important; }

#sticky-menu {
  position: fixed;
  top: 0px;
  height: 0px;
  width: 100%;
  z-index: 2147483647;
  background-color: rgba(255, 255, 255, 0.98);
  padding-top: 10px;
  padding-bottom: 2px;
  margin-top: -55px;
  height: 55px; }
  #sticky-menu .logo {
    max-width: 100%;
    margin-bottom: 0px; }
  #sticky-menu .menu-hg-menu-container ul.sub-menu {
    top: 30px;
    padding-top: 0px;
    padding-bottom: 0px; }
  #sticky-menu .header-inner {
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(255, 255, 255, 0.98); }

/**************************
UP NEXT
**************************/
.up-next {
  height: 150px;
  width: 500px;
  font-style: normal;
  max-width: calc(100% - 20px);
  background-color: #b1dfcb;
  float: right;
  z-index: 10000;
  position: fixed;
  right: -500px; }
  .up-next:hover {
    background-color: #bdf1da; }
    .up-next:hover .un-snippet .ellipsis {
      overflow: hidden;
      height: 6.4em;
      line-height: 1.6em; }
    .up-next:hover .un-snippet .ellipsis:before {
      content: "";
      float: left;
      width: 5px;
      height: 6.4em; }
    .up-next:hover .un-snippet .ellipsis > *:first-child {
      float: right;
      width: 100%;
      margin-left: -5px; }
    .up-next:hover .un-snippet .ellipsis:after {
      content: "\02026";
      float: right;
      position: relative;
      top: -28px;
      left: 100%;
      width: 3em;
      margin-left: -3em;
      padding-right: 5px;
      text-align: right;
      background: #bdf1da;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#bdf1da), color-stop(50%, #bdf1da));
      background: -moz-linear-gradient(to right, rgba(189, 241, 218, 0), rgba(189, 241, 218, 0.5), #bdf1da);
      background: -o-linear-gradient(to right, rgba(189, 241, 218, 0), rgba(189, 241, 218, 0.5), #bdf1da);
      background: -ms-linear-gradient(to right, rgba(189, 241, 218, 0), rgba(189, 241, 218, 0.5), #bdf1da);
      /* Seems to be the only thing that works on iOS */
      background: linear-gradient(to right, rgba(189, 241, 218, 0), #bdf1da, #bdf1da); }
  .up-next.in-view {
    opacity: 1;
    -webkit-transition: right 700ms linear;
    -ms-transition: right 700ms linear;
    -moz-transition: right 700ms linear;
    -o-transition: right 700ms linear;
    transition: right 700ms linear;
    right: 0;
    bottom: 0; }
  .up-next .un-img-container {
    height: 150px;
    width: 150px;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden; }
    .up-next .un-img-container img {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      width: auto;
      -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%); }
  .up-next .un-snippet {
    float: left;
    padding: 10px;
    height: 150px;
    width: calc(100% - 201px);
    max-width: calc(100% - 201px); }
    .up-next .un-snippet .ellipsis {
      overflow: hidden;
      height: 6.4em;
      line-height: 1.6em; }
    .up-next .un-snippet .ellipsis:before {
      content: "";
      float: left;
      width: 5px;
      height: 6.4em; }
    .up-next .un-snippet .ellipsis > *:first-child {
      float: right;
      width: 100%;
      margin-left: -5px; }
    .up-next .un-snippet .ellipsis:after {
      content: "\02026";
      float: right;
      position: relative;
      top: -28px;
      left: 100%;
      width: 3em;
      margin-left: -3em;
      padding-right: 5px;
      text-align: right;
      background: #b1dfcb;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#b1dfcb), color-stop(50%, #b1dfcb));
      background: -moz-linear-gradient(to right, rgba(177, 223, 203, 0), rgba(177, 223, 203, 0.5), #b1dfcb);
      background: -o-linear-gradient(to right, rgba(177, 223, 203, 0), rgba(177, 223, 203, 0.5), #b1dfcb);
      background: -ms-linear-gradient(to right, rgba(177, 223, 203, 0), rgba(177, 223, 203, 0.5), #b1dfcb);
      /* Seems to be the only thing that works on iOS */
      background: linear-gradient(to right, rgba(177, 223, 203, 0), #b1dfcb, #b1dfcb); }
    .up-next .un-snippet:hover .ellipsis {
      overflow: hidden;
      height: 6.4em;
      line-height: 1.6em; }
    .up-next .un-snippet:hover .ellipsis:before {
      content: "";
      float: left;
      width: 5px;
      height: 6.4em; }
    .up-next .un-snippet:hover .ellipsis > *:first-child {
      float: right;
      width: 100%;
      margin-left: -5px; }
    .up-next .un-snippet:hover .ellipsis:after {
      content: "\02026";
      float: right;
      position: relative;
      top: -28px;
      left: 100%;
      width: 3em;
      margin-left: -3em;
      padding-right: 5px;
      text-align: right;
      background: #bdf1da;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#bdf1da), color-stop(50%, #bdf1da));
      background: -moz-linear-gradient(to right, rgba(189, 241, 218, 0), rgba(189, 241, 218, 0.5), #bdf1da);
      background: -o-linear-gradient(to right, rgba(189, 241, 218, 0), rgba(189, 241, 218, 0.5), #bdf1da);
      background: -ms-linear-gradient(to right, rgba(189, 241, 218, 0), rgba(189, 241, 218, 0.5), #bdf1da);
      /* Seems to be the only thing that works on iOS */
      background: linear-gradient(to right, rgba(189, 241, 218, 0), #bdf1da, #bdf1da); }
    .up-next .un-snippet h3 {
      font-family: 'Rama';
      font-style: normal;
      color: white;
      text-transform: uppercase;
      font-size: 1.8em;
      margin: 0 auto 0 auto;
      padding-bottom: 0; }
    .up-next .un-snippet p {
      color: #444444;
      font-weight: 600;
      font-size: 16px;
      text-align: left; }
    .up-next .un-snippet span {
      display: none; }
  .up-next .un-closer {
    color: white;
    float: right;
    margin: 5px 8px 20px 0;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 2.0em;
    line-height: 1.0em;
    font-style: normal; }
    .up-next .un-closer:hover {
      cursor: pointer;
      background-color: rgba(53, 177, 165, 0.3);
      border-radius: 100%; }
  .up-next .un-arrow-box {
    background-color: rgba(53, 177, 165, 0.3);
    width: 50px;
    display: inline-block;
    float: right; }
    .up-next .un-arrow-box i {
      font-size: 2em; }
      .up-next .un-arrow-box i:before {
        color: white; }
  .up-next.light {
    border: 1px solid #d4d4d4;
    background-color: #fff; }
    .up-next.light:hover {
      background-color: #e6Fdfa; }
    .up-next.light .un-snippet .ellipsis {
      overflow: hidden;
      height: 6.4em;
      line-height: 1.6em; }
    .up-next.light .un-snippet .ellipsis:before {
      content: "";
      float: left;
      width: 5px;
      height: 6.4em; }
    .up-next.light .un-snippet .ellipsis > *:first-child {
      float: right;
      width: 100%;
      margin-left: -5px; }
    .up-next.light .un-snippet .ellipsis:after {
      content: "\02026";
      float: right;
      position: relative;
      top: -28px;
      left: 100%;
      width: 3em;
      margin-left: -3em;
      padding-right: 5px;
      text-align: right;
      background: #fff;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
      background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), #fff);
      background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), #fff);
      background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), #fff);
      /* Seems to be the only thing that works on iOS */
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff); }
    .up-next.light .un-snippet h3 {
      color: #6dc6b9; }
    .up-next.light .un-closer {
      color: #9d9c9c; }
      .up-next.light .un-closer:hover {
        background-color: rgba(170, 247, 239, 0.7); }
    .up-next.light .un-arrow-box {
      background-color: rgba(170, 247, 239, 0.7); }
      .up-next.light .un-arrow-box i:before {
        color: #9d9c9c; }
        .up-next.light .un-arrow-box i:before:hover {
          color: white; }
  .up-next.top {
    display: none; }

.up-next-wrapper.not-sticky {
  height: 150px;
  margin-bottom: 20px;
  position: relative; }
  .up-next-wrapper.not-sticky .up-next {
    position: absolute;
    right: calc((-100% / 2) - 500px);
    max-width: 100%;
    z-index: 0; }
    .up-next-wrapper.not-sticky .up-next.in-view {
      right: 0;
      margin-right: 0 !important; }

/*********************
AD OVERLAY
**********************/
#Overlay_LAYER img {
  border: 5px solid white;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 3px white; }

.ad_overlay_wrapper {
  position: relative;
  left: 3px; }

a#closer {
  color: #fff !important;
  font-size: 15px;
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background-color: #404040;
  border: 3px solid #fff;
  float: right;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  line-height: 17px;
  top: 20px; }

.over {
  color: #eee; }

[id^=form-] {
  display: none; }

.pinterest-button {
  visibility: hidden;
  opacity: 0;
  margin: 0 auto;
  margin-top: -40px;
  text-align: right;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -ms-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear; }
  .pinterest-button a {
    text-align: center; }
  .pinterest-button.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .pinterest-button i {
    width: 30px;
    height: 30px;
    font-size: 90%; }

.post-thumbnail {
  margin-bottom: 10px; }

.entry-content > img {
  padding-bottom: 10px;
  padding-top: 20px; }
.entry-content .post-thumbnail img {
  padding-bottom: 0px;
  padding-top: 0px;
  width: auto; }

form.signup {
  padding-bottom: 10px; }
  form.signup .g-recaptcha {
    display: none; }

/********************************
ANDROID sticky nav + tophat fix
********************************/
.stickyFix.topHatRemoved header.is-sticky {
  position: fixed; }
.stickyFix.topHatRemoved main {
  margin-top: 65px; }

.stickyFix.topHatSicky .ads-bg.is-sticky {
  position: fixed;
  top: 0;
  width: 100%; }
.stickyFix.topHatSicky main {
  margin-top: 145px; }

/*********************
IMAGE CREDITS
**********************/
.img-credits {
  font-style: normal;
  margin: 0 auto;
  display: block;
  text-align: right;
  width: 300px;
  color: #9d9c9c;
  font-size: 11px;
  margin-top: -5px;
  min-width: 300px !important;
  margin-bottom: 10px; }
  .img-credits a {
    color: #9d9c9c; }

/*********************
VIDEO
*********************/
.featured-video {
  background-color: #f9f3ef;
  padding: 20px;
  padding-top: 10px;
  text-align: left !important; }
  .featured-video img {
    width: 100%;
    max-width: 100%; }
  .featured-video a.pimg {
    position: relative;
    display: block;
    max-height: 141px;
    height: 141px; }
  .featured-video a.series-title {
    padding-top: 20px;
    color: #6dc6b9;
    font-size: 14px; }
  .featured-video h3 {
    color: #222;
    text-align: center;
    font-size: 26px; }
    .featured-video h3 .star {
      background: url("../../images/star-grey.png");
      background-repeat: no-repeat;
      height: 15px;
      width: 13px;
      display: inline-block; }
      .featured-video h3 .star:first-child {
        margin-right: 10px; }
      .featured-video h3 .star:last-child {
        margin-left: 10px; }
  .featured-video .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px; }

.video-content .description {
  height: 52px;
  overflow: hidden; }
  .video-content .description.extended {
    height: inherit;
    padding-bottom: 15px; }
.video-content .show-desc {
  -webkit-box-shadow: 0 -12px 10px 3px #fff;
  -ms-box-shadow: 0 -12px 10px 3px #fff;
  -moz-box-shadow: 0 -12px 10px 3px #fff;
  -o-box-shadow: 0 -12px 10px 3px #fff;
  box-shadow: 0 -12px 10px 3px #fff;
  position: relative;
  line-height: 6px;
  margin-bottom: 20px; }
  .video-content .show-desc a:after {
    content: "show more"; }
  .video-content .show-desc a.extended:after {
    content: "show less"; }
.video-content a.series-title {
  color: #6dc6b9; }
.video-content .series-title {
  letter-spacing: 1px; }
.video-content .post-header {
  margin-bottom: 20px; }
.video-content img {
  max-width: 100%;
  width: 100%; }
.video-content .series-episodes li {
  margin-bottom: 40px; }
.video-content h1 {
  margin-top: 0px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none; }
.video-content .full h1 {
  font-size: 26px;
  font-weight: 300; }

.related-series .series-title {
  font-size: 19px;
  text-transform: none;
  font-weight: normal;
  width: 90%;
  color: #6dc6b9; }
.related-series a.series-title {
  font-size: 19px; }

img.series-header {
  max-width: 100%;
  height: auto;
  padding-bottom: 20px; }

.episode-title {
  font-weight: 700; }

.flexslider.videos img {
  max-width: 100%;
  width: 100%; }
.flexslider.videos li {
  margin-right: 30px; }
.flexslider.videos.playlist {
  margin-top: 15px; }

.flexImage {
  display: none; }

.video-wrapper {
  margin-bottom: 0px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 0px; }
  .video-wrapper h3 {
    font-size: 26px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-bottom: 5px;
    font-weight: 300; }
  .video-wrapper .title {
    font-size: 17px; }
  .video-wrapper.series .flex-direction a {
    top: 45px; }

.video-wrapper .flex-direction-nav a, .player-wrapper .flex-direction-nav a {
  opacity: 1;
  width: 30px;
  height: 40px;
  padding-top: 0px; }
.video-wrapper .flex-direction-nav .icon-next, .player-wrapper .flex-direction-nav .icon-next {
  right: 0px; }
.video-wrapper .flex-direction-nav .icon-prev, .player-wrapper .flex-direction-nav .icon-prev {
  left: 0px; }
.video-wrapper .flex-direction-nav .icon-next:before, .video-wrapper .flex-direction-nav .icon-prev:before, .player-wrapper .flex-direction-nav .icon-next:before, .player-wrapper .flex-direction-nav .icon-prev:before {
  margin-left: -0.1em;
  transform: scaleY(1); }

.player-wrapper .flex-direction-nav a, .video-wrapper .flex-direction-nav a {
  width: 25px;
  height: 35px;
  padding-top: 0px; }
.player-wrapper .flex-direction-nav .icon-next:before, .player-wrapper .flex-direction-nav .icon-prev:before, .video-wrapper .flex-direction-nav .icon-next:before, .video-wrapper .flex-direction-nav .icon-prev:before {
  margin-left: 4px;
  margin-top: 7px; }
.player-wrapper .flex-direction-nav .icon-prev:before, .video-wrapper .flex-direction-nav .icon-prev:before {
  margin-left: -1px; }
.player-wrapper.sticky, .video-wrapper.sticky {
  width: 250px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999; }
  .player-wrapper.sticky #vjs_video_3, .video-wrapper.sticky #vjs_video_3 {
    height: 169px !important; }
.player-wrapper .video-info, .video-wrapper .video-info {
  margin-bottom: 0px; }

.player-wrapper .flex-direction-nav a {
  top: 45px; }

.series-banner {
  max-width: 100%;
  width: 100%;
  height: auto; }

.v-overlay-wrapper {
  position: relative; }

.video-overlay {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  background: rgba(0, 0, 0, 0.19); }
  .video-overlay:before {
    content: '';
    color: #fff;
    display: block;
    font-family: VideoJS;
    font-size: 23px;
    line-height: 27px;
    opacity: .8;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent rgba(238, 238, 238, 0.57);
    position: relative;
    margin: 20px 25px;
    border-width: 15px 0 15px 21px; }

.tax-series .series-title {
  display: none; }

.related-series {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px; }
  .related-series .series-title {
    display: block; }

.more-seasons {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 20px; }
  .more-seasons h4 {
    margin-top: 20px; }
  .more-seasons .video-wrapper {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px; }

.series-credits {
  display: none; }

.credits-wrapper {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 30px; }

.credits-link {
  color: #ec4e52; }
  .credits-link:hover {
    cursor: pointer; }
  .credits-link.inactive:hover {
    cursor: inherit; }

.flexslider.videos.inpage .video-overlay, .video-wrapper.series .v-overlay-wrapper .video-overlay {
  width: 40px;
  height: 40px; }
  .flexslider.videos.inpage .video-overlay:before, .video-wrapper.series .v-overlay-wrapper .video-overlay:before {
    border-width: 13px 0 13px 19px;
    margin: 7px 14px; }

.slides .v-overlay-wrapper .flexImage:first-child {
  display: block; }

.optimizely-hide {
  display: none !important; }

/**************************
IRIS.TV
**************************/
.iris-upnext h3 {
  font-weight: bold !important; }

/**************************
WORDPRESS ADMIN BAR
**************************/
#wpadminbar {
  background-color: white; }

#wp-admin-bar-root-default li {
  display: none; }
  #wp-admin-bar-root-default li:hover {
    background-color: white; }
  #wp-admin-bar-root-default li#wp-admin-bar-edit {
    display: block;
    float: right; }
    #wp-admin-bar-root-default li#wp-admin-bar-edit:hover {
      background-color: white; }
    #wp-admin-bar-root-default li#wp-admin-bar-edit a {
      color: #444444; }
      #wp-admin-bar-root-default li#wp-admin-bar-edit a:hover {
        color: #6dc6b9; }
      #wp-admin-bar-root-default li#wp-admin-bar-edit a:before {
        color: #444444; }
        #wp-admin-bar-root-default li#wp-admin-bar-edit a:before:hover {
          color: #6dc6b9; }

#wp-admin-bar-top-secondary {
  display: none; }

#wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  background-color: white; }

/**************************
FB AD
**************************/
div#iad.filled {
  width: 300px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px; }
  div#iad.filled:before {
    content: 'Sponsored';
    position: absolute;
    top: 0;
    text-transform: uppercase;
    font-size: 0.625em;
    left: 0;
    color: #807f80; }

/**************************
NEWSLETTER FORM LIGHTBOX
**************************/
.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2147483648;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }

.modalDialog.open {
  opacity: 1;
  pointer-events: auto; }

.modalDialog > div {
  width: 624px;
  height: 414px;
  max-width: 80%;
  position: relative;
  margin: 20vh auto;
  padding: 120px 20px 13px 20px;
  background: #00D7CA;
  -webkit-transition: background 500ms ease-in;
  -ms-transition: background 500ms ease-in;
  -moz-transition: background 500ms ease-in;
  -o-transition: background 500ms ease-in;
  transition: background 500ms ease-in;
  background-image: url(../../images/lightbox-bg.png);
  background-size: cover;
  background-position: center; }
  .modalDialog > div.initial {
    background: #fff;
    background-image: url(../../images/lightbox-bg.png);
    background-size: cover;
    background-position: center; }
  .modalDialog > div .step1 {
    text-align: center;
    padding-top: 30px;
    -webkit-transition: display 500ms ease-out;
    -ms-transition: display 500ms ease-out;
    -moz-transition: display 500ms ease-out;
    -o-transition: display 500ms ease-out;
    transition: display 500ms ease-out; }
    .modalDialog > div .step1 h2 {
      margin-bottom: 20px;
      color: black; }
    .modalDialog > div .step1 button {
      height: 45px;
      font-size: 11px;
      width: 40%; }
      .modalDialog > div .step1 button.confirm {
        margin-right: 2%; }
      .modalDialog > div .step1 button.cancel {
        background-color: #9d9c9c; }
  .modalDialog > div .step2 {
    -webkit-transition: display 500ms ease-in;
    -ms-transition: display 500ms ease-in;
    -moz-transition: display 500ms ease-in;
    -o-transition: display 500ms ease-in;
    transition: display 500ms ease-in; }
  .modalDialog > div h2 {
    color: white;
    -webkit-transition: color 500ms ease-in;
    -ms-transition: color 500ms ease-in;
    -moz-transition: color 500ms ease-in;
    -o-transition: color 500ms ease-in;
    transition: color 500ms ease-in;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: none;
    margin-bottom: 10px; }
  .modalDialog > div form#mc-embedded-subscribe-form {
    margin: auto;
    text-align: center;
    max-width: 350px; }
    .modalDialog > div form#mc-embedded-subscribe-form input.required.email {
      margin: auto 10% 15px 10%;
      border: none;
      width: 80%;
      height: 40px;
      -webkit-placeholder: color: blue;;
      -ms-placeholder: color: blue;;
      -moz-placeholder: color: blue;;
      -o-placeholder: color: blue;;
      placeholder: color: blue;; }
    .modalDialog > div form#mc-embedded-subscribe-form button.signUpEmail {
      background: url(../../images/lightbox-button.png);
      background-size: cover;
      font-family: "Thirsty", cursive;
      font-size: 20px;
      height: 50px;
      width: 150px;
      text-transform: none; }
      .modalDialog > div form#mc-embedded-subscribe-form button.signUpEmail:hover {
        color: #FFD4DB; }
    .modalDialog > div form#mc-embedded-subscribe-form .newsletter-response {
      color: white;
      font-size: 14px; }

#lightbox-newsletter div.close {
  color: #FFFFFF;
  font-size: 60px;
  font-family: 'helvetica', 'sans-serif';
  font-weight: 100;
  line-height: 29px;
  padding: 3px 0 12px 0;
  position: fixed;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 40px;
  text-decoration: none;
  cursor: pointer; }
  #lightbox-newsletter div.close:hover {
    color: #807f80; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: Hello Giggles
  Author: hgdev
  
  Stylesheet: 481px and Up Stylesheet
  
  ******************************************************************/
  /*********************
  HEADER, LOGO, MENU
  *********************/
  header {
    z-index: 9999999; }

  /*********************
  AUTHOR
  *********************/
  .author-header .pimg {
    float: left; }

  /*********************
  SIDEBAR
  *********************/
  #sidebar {
    width: 320px; }

  /*********************
  CAROUSEL
  *********************/
  .carousel-left {
    max-width: 540px;
    width: 100%;
    margin: 0 auto; }

  .flex-direction-nav a {
    top: 35%; }

  /*********************
  NAVIGATION
  *********************/
  .responsive-icons {
    width: 90px; }

  .header-search {
    width: 320px; }

  /*********************
  ARCHIVES
  *********************/
  .full .blogroll .pimg-hg-small {
    width: 190px;
    margin-right: 20px;
    float: left; }
  .full .blogroll img {
    width: 190px;
    height: 127px; }
  .full .blogroll .pinfo {
    float: left;
    width: 50%; }
  .full .blogroll a.pimg {
    max-height: 127px; }

  /*********************
  ARTICLE
  *********************/
  .entry-author-box {
    text-align: left; }
    .entry-author-box img {
      float: left;
      margin-right: 10px; }

  .large-thumb-top .wp-caption img {
    margin-bottom: 20px; }

  /*********************
  ADS
  *********************/
  #lead_a {
    margin: 0 0 15px 0; }

  #lead_b {
    margin: 10px 10px; }

  /*********************
  VIDEO
  *********************/
  .video-wrapper.series .flex-direction-nav a {
    top: 50px; }

  .player-wrapper .flex-direction-nav a {
    top: 65px; }

  .flexslider.videos.inpage .video-overlay, .video-wrapper.series .v-overlay-wrapper .video-overlay {
    width: 70px;
    height: 70px; }
    .flexslider.videos.inpage .video-overlay:before, .video-wrapper.series .v-overlay-wrapper .video-overlay:before {
      margin: 20px 25px;
      border-width: 15px 0 15px 21px; }

  .modalDialog > div .step1 button {
    font-size: 14px; } }
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name: Hello Giggles
  Author: hgdev
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    overflow-y: hidden; }

  h1, h3 {
    text-align: left;
    margin-top: 0px; }

  main {
    width: 730px;
    margin: 0 auto;
    padding-top: 0px; }

  .main-padding {
    padding-top: 40px; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrapper {
    width: 760px;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px; }

  .blogroll-left {
    margin-top: 50px; }
    .blogroll-left .blogroll {
      padding-right: 20px;
      padding-left: 7px;
      border-left: none; }
      .blogroll-left .blogroll:first-child {
        margin-top: -50px; }

  .v-blogroll-wrapper {
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding-bottom: 10px;
    margin-left: 8px; }
    .v-blogroll-wrapper .blogroll {
      width: 100%;
      padding-top: 10px;
      padding-left: 28px; }
      .v-blogroll-wrapper .blogroll .page-navi {
        margin-top: -20px;
        right: 10px;
        padding-right: 18px;
        margin-bottom: 10px; }
      .v-blogroll-wrapper .blogroll img.b-lazy {
        width: 100%;
        height: auto; }
      .v-blogroll-wrapper .blogroll li {
        width: 46%;
        float: left;
        padding: 0;
        border-bottom: none;
        margin-bottom: 10px; }
        .v-blogroll-wrapper .blogroll li:first-child {
          margin-right: 4%; }
      .v-blogroll-wrapper .blogroll .pimg {
        position: relative;
        display: inline-block;
        margin-bottom: 10px; }
      .v-blogroll-wrapper .blogroll .post-details {
        margin-top: 5px; }

  .blogroll {
    padding-left: 20px; }
    .blogroll a.title-link {
      font-size: 18px; }
    .blogroll li {
      position: relative; }
    .blogroll:nth-child(2) h1, .blogroll:nth-child(2) h3 {
      padding-left: 30px;
      margin-left: -30px;
      background-color: #fff;
      padding-top: 20px; }
    .blogroll .page-navi {
      margin-bottom: 0px; }
    .blogroll .post-details a:after {
      content: ""; }

  .full {
    padding-left: 7px; }

  .full .blogroll {
    width: 100%;
    position: relative;
    border-right: none; }
    .full .blogroll:first-child {
      padding-left: 0px;
      margin-left: -10px;
      padding-right: 10px; }
    .full .blogroll a.title-link {
      font-size: 18px; }
    .full .blogroll .plist li {
      padding-bottom: 20px;
      padding-top: 20px;
      margin-bottom: 0px;
      padding-left: 0px; }
    .full .blogroll img.b-lazy {
      width: 190px;
      height: 127px; }
    .full .blogroll h1, .full .blogroll h3 {
      padding-bottom: 0px;
      font-size: 32px;
      margin-top: 0px; }
    .full .blogroll .pinfo {
      width: 69%; }
    .full .blogroll .page-navi {
      padding-right: 2px;
      padding-left: 2px; }
    .full .blogroll .v-loop .pimg {
      position: relative; }
    .full .blogroll .post-details {
      margin-left: 0px; }
      .full .blogroll .post-details span {
        display: inline; }
      .full .blogroll .post-details a:after {
        content: " | "; }
    .full .blogroll li {
      min-height: 10px; }

  .blogroll .post-details {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 9px; }
    .blogroll .post-details span {
      display: block; }
      .blogroll .post-details span.episode-nr {
        display: inline; }

  .blogroll img.b-lazy {
    float: left;
    max-height: 300px;
    max-width: 296px; }

  .v-loop .pimg {
    margin-right: 30px;
    left: 0;
    top: 0;
    float: left; }

  #content, .section-recentcontributors {
    max-width: 100%; }

  #content .tabs {
    top: -10px; }

  /*********************
  HEADER STYLES
  *********************/
  .header div.logo {
    padding-left: 15px; }

  .logo img {
    max-width: 470px;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

  .hoverlogo {
    background: url("../../images/logo-anim.gif") no-repeat !important; }

  #header-info {
    display: block;
    width: 200px;
    float: right;
    padding-top: 10px;
    margin-bottom: 25px; }
    #header-info p {
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      letter-spacing: 1.5px;
      font-size: 11px;
      margin: 2px 0; }
    #header-info .social-icons {
      width: 210px;
      margin-left: 0px; }
      #header-info .social-icons i {
        font-size: 110%;
        position: relative;
        left: -6px;
        top: 6px; }
        #header-info .social-icons i.icon-tumblr {
          font-size: 100%;
          top: 5px; }
        #header-info .social-icons i.fa-snapchat {
          font-size: 100%;
          top: 7px; }
    #header-info a {
      color: #444444; }
      #header-info a:hover {
        color: #6dc6b9; }

  .header {
    padding: 15px 0; }
    .header.shadow {
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }

  .responsive-icons {
    display: none; }

  .header-search {
    width: 300px;
    z-index: 9999;
    margin-top: -40px;
    height: 10px;
    position: relative;
    background-color: white;
    height: 50px;
    padding: 0px;
    width: 320px;
    padding-left: 20px;
    padding-right: 20px; }
    .header-search.full {
      margin-top: 10px;
      position: absolute;
      right: 0; }
    .header-search.sticky {
      padding-top: 10px;
      box-shadow: 0px 1px 1px 0px #d4d4d4;
      width: 340px;
      height: 60px; }

  .search-button-desktop {
    display: block;
    float: right;
    margin-top: -35px;
    margin-right: 10px;
    width: 20px; }
    .search-button-desktop.close {
      margin-top: -40px; }

  header {
    position: relative;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    header.more-padding {
      padding-bottom: 55px;
      -webkit-transition: all 0.1s linear 0.5;
      -ms-transition: all 0.1s linear 0.5;
      -moz-transition: all 0.1s linear 0.5;
      -o-transition: all 0.1s linear 0.5;
      transition: all 0.1s linear 0.5; }

  /*********************
  BANNER
  *********************/
  .carousel .pimg-banner {
    width: 90px;
    height: 105px;
    background-size: 100px 100px; }

  .blogroll .pimg-banner {
    bottom: 0; }

  .pimg-banner.pimg-banner-sponsored {
    width: 112px;
    height: 112px;
    background-size: 112px 112px; }

  .full .blogroll .pimg-banner.pimg-banner-sponsored {
    width: 90px;
    height: 90px;
    background-size: 90px 90px; }
  .full .blogroll .pimg-banner {
    width: 75px;
    height: 75px;
    background-size: 90px 90px; }

  .blogroll .pimg-banner.pimg-banner-sponsored {
    width: 70px;
    height: 70px;
    background-size: 70px 70px; }
  .blogroll .pimg-banner {
    width: 52px;
    height: 52px;
    background-size: 60px 60px; }

  /*********************
  TRENDING MODULE
  *********************/
  .trending {
    margin-top: 20px; }
    .trending a.pimg {
      width: 100%;
      float: none;
      margin-right: 10px;
      position: relative;
      max-height: 126px;
      overflow: hidden; }
    .trending ul {
      position: relative; }
    .trending li {
      width: 32%;
      float: left;
      position: relative;
      margin-bottom: 40px; }
      .trending li:nth-child(even) {
        margin-left: 2%;
        margin-right: 2%; }
      .trending li:nth-child(4) {
        display: none; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .menu-hg-menu-container {
    display: block;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px;
    margin-right: 4px;
    margin-left: 4px; }
    .menu-hg-menu-container ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      text-align: center; }
      .menu-hg-menu-container ul li {
        display: inline;
        position: relative;
        font-size: 13px; }
        .menu-hg-menu-container ul li:hover {
          background-color: #fff; }
        .menu-hg-menu-container ul li a {
          padding: .2em 1em; }
        .menu-hg-menu-container ul li a:hover {
          color: #6dc6b9; }
    .menu-hg-menu-container ul.sub-menu.show {
      display: block; }
      .menu-hg-menu-container ul.sub-menu.show li {
        display: inline-block;
        min-width: 80px;
        text-align: left; }

  /*********************
  CAROUSEL
  *********************/
  .carousel-wrapper {
    width: 775px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 7px; }

  .border {
    border-bottom: 1px solid #d4d4d4; }

  .carousel-left {
    width: 540px;
    float: left; }

  .carousel-right {
    width: 190px;
    float: right;
    text-align: center;
    display: block; }
    .carousel-right .pinfo {
      text-align: center; }
    .carousel-right .section-recentcontributors img {
      display: block;
      margin: 10px auto; }
    .carousel-right .accent {
      padding-bottom: 10px;
      margin-top: 0;
      border-bottom: 1px dashed #d4d4d4; }

  .flex-direction-nav a {
    width: 60px;
    height: 60px;
    padding-top: 15px; }
    .flex-direction-nav a:before {
      font-size: 30px; }

  .flex-direction-nav .icon-prev {
    left: -50px; }

  .flex-direction-nav .icon-next {
    right: -50px; }

  .flexslider .slides li .carousel-img {
    width: 540px;
    height: auto;
    max-height: 338px; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  #sidebar div {
    text-align: left; }

  #sidebar {
    width: 640px;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    padding-top: 50px; }

  .sidebar-inner > div {
    -webkit-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    column-break-inside: avoid; }

  .sidebar-inner {
    -webkit-transition: bottom 0.05s linear;
    -ms-transition: bottom 0.05s linear;
    -moz-transition: bottom 0.05s linear;
    -o-transition: bottom 0.05s linear;
    transition: bottom 0.05s linear; }

  /*********************
  MEET OUR COMMUNITY
  *********************/
  #meet {
    display: block;
    font-size: 11px;
    padding-left: 35px; }
    #meet img {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; }
    #meet p {
      margin: 0; }
    #meet .motto {
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #ec4e52; }
    #meet .intro {
      font-size: 14px;
      width: 90%; }
    #meet .accent {
      margin-bottom: 10px;
      margin-top: 5px; }

  /*********************
  ARTICLE
  *********************/
  .entry-author-box {
    padding: 15px; }
    .entry-author-box img {
      margin-right: 30px; }

  .entry-share {
    margin-top: 10px; }
    .entry-share i {
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

  .wpvq-social-share-buttons i {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  /******************************************************************
  PAGE NAVI STYLES
  ******************************************************************/
  [class^="post-pagination"] {
    text-align: center; }
    [class^="post-pagination"] a.more, [class^="post-pagination"] a.prev {
      margin-right: 20px;
      display: inline-block; }
    [class^="post-pagination"] a.more {
      float: right; }
    [class^="post-pagination"] a.prev {
      margin-left: 20px;
      float: left; }
    [class^="post-pagination"] .post-pagination-numbers {
      font-size: 15px;
      display: initial; }
      [class^="post-pagination"] .post-pagination-numbers span {
        width: 30px;
        height: 30px;
        background-color: #6dc6b9;
        display: inline-block;
        margin-right: 5px;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        [class^="post-pagination"] .post-pagination-numbers span.pagebreak-selected {
          background-color: #807f80; }
        [class^="post-pagination"] .post-pagination-numbers span a:hover {
          color: #fff; }
        [class^="post-pagination"] .post-pagination-numbers span:hover {
          background-color: #807f80; }
      [class^="post-pagination"] .post-pagination-numbers a {
        padding: 10px; }
      [class^="post-pagination"] .post-pagination-numbers span, [class^="post-pagination"] .post-pagination-numbers a {
        color: #fff;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        padding-top: 5px; }

  /*********************
  FOOTER
  *********************/
  footer .contact, footer .footer-menu {
    width: 50%;
    float: left; }
  footer .footer-menu {
    width: 40%;
    margin-left: 10%; }
  footer .footer-inner > div {
    border: none; }
  footer .footer-inner {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  footer .social-icons i.icon-tumblr {
    font-size: 117%; }

  #associated {
    text-align: right;
    top: 0px; }

  /*********************
  RECENT CONTRIBUTORS
  *********************/
  .h-six ul {
    border-bottom: 1px dashed #d4d4d4; }
  .h-six ul li {
    display: inline;
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: top; }
    .h-six ul li a.title-link {
      border-bottom: none; }
    .h-six ul li a.author-name {
      min-height: 30px; }

  .h-main-third li {
    width: 170px; }

  /*********************
  MASTHEAD
  *********************/
  .mast-title {
    float: left;
    text-align: right;
    width: 310px; }

  .mast-name {
    float: left;
    margin-left: 40px;
    text-align: left;
    width: 280px; }

  /*********************
  PAGINATION
  *********************/
  .pagebreak-next {
    float: right;
    display: inline-block;
    width: 170px;
    text-align: right; }

  .pagebreak-prev {
    float: left;
    display: inline-block;
    width: 170px;
    text-align: left; }

  .post-pagination-numbers {
    font-size: 18px; }

  /*********************
  SLIDESHOW
  *********************/
  .thumbnails-outer-container {
    display: block; }

  .slide img {
    max-width: 599px;
    max-height: 450px; }

  .slide > div > div.slide-inner {
    display: table-cell;
    vertical-align: middle;
    height: 450px; }

  img.slide-img {
    width: auto;
    height: auto; }

  .slideshow-next .icon-next:before, .slideshow-prev .icon-prev:before {
    background-color: #fff;
    color: #807f80; }

  .slideshow {
    max-width: 680px;
    margin: 0 auto; }

  /*********************
  ADS
  **********************/
  #lead_a_wrapper {
    height: 110px;
    display: block; }

  #lead_a, #lead_b, #box_a {
    width: auto; }

  #bill.sticky {
    position: fixed;
    top: 0;
    z-index: 2147483647;
    -webkit-transition: top 1s ease;
    -ms-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease; }

  .ads-bg.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
    -webkit-transition: top 1s ease;
    -ms-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease; }

  /*********************
  STICKY MENU
  * *********************/
  #sticky-menu {
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2147483647;
    background-color: rgba(255, 255, 255, 0.98);
    padding-top: 10px;
    padding-bottom: 2px;
    margin-top: -45px;
    height: 45px; }
    #sticky-menu.shadow {
      -webkit-box-shadow: -1px -4px 10px #9d9c9c;
      -ms-box-shadow: -1px -4px 10px #9d9c9c;
      -moz-box-shadow: -1px -4px 10px #9d9c9c;
      -o-box-shadow: -1px -4px 10px #9d9c9c;
      box-shadow: -1px -4px 10px #9d9c9c; }
    #sticky-menu #header-info {
      display: none; }
    #sticky-menu .header-search {
      margin-top: 0px; }
    #sticky-menu .header-inner {
      padding-left: 15px;
      padding-right: 15px;
      width: 730px;
      margin: 0 auto;
      height: 50px;
      background-color: transparent; }
    #sticky-menu .star-icon, #sticky-menu .heart-icon {
      display: none !important; }
    #sticky-menu .menu-hg-menu-container {
      border: none;
      display: block;
      position: absolute;
      top: 9px;
      margin-left: 130px;
      width: 570px; }
      #sticky-menu .menu-hg-menu-container ul li.current-menu-item > a, #sticky-menu .menu-hg-menu-container ul li.current-category-ancestor > a {
        color: #444444;
        border-bottom: 2px solid #231f20;
        background: url("../../images/star-icon.png") 0 0 no-repeat;
        background-position: 50% 5px;
        padding-top: 20px;
        -webkit-transition: color 0.1s linear;
        -ms-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear;
        -webkit-transition: all 0.1s ease-in-out 0.1s;
        -ms-transition: all 0.1s ease-in-out 0.1s;
        -moz-transition: all 0.1s ease-in-out 0.1s;
        -o-transition: all 0.1s ease-in-out 0.1s;
        transition: all 0.1s ease-in-out 0.1s; }
        #sticky-menu .menu-hg-menu-container ul li.current-menu-item > a:hover, #sticky-menu .menu-hg-menu-container ul li.current-category-ancestor > a:hover {
          color: #6dc6b9;
          border-bottom: 2px solid #6dc6b9; }
      #sticky-menu .menu-hg-menu-container ul.sub-menu {
        top: 30px;
        padding-top: 0px;
        padding-bottom: 0px; }
        #sticky-menu .menu-hg-menu-container ul.sub-menu li.current-menu-item a {
          background-size: 0px;
          border-bottom: 1px solid #d4d4d4; }
        #sticky-menu .menu-hg-menu-container ul.sub-menu.show {
          display: block; }
      #sticky-menu .menu-hg-menu-container ul li.current-menu-item a {
        color: #444444; }
        #sticky-menu .menu-hg-menu-container ul li.current-menu-item a:hover {
          color: #6dc6b9; }
      #sticky-menu .menu-hg-menu-container ul li.current-menu-item .sub-menu li a {
        color: #444444;
        border-bottom: none; }
      #sticky-menu .menu-hg-menu-container ul li a {
        padding: 4px;
        font-size: 14px;
        -webkit-transition: color 0.1s linear;
        -ms-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear;
        -webkit-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      #sticky-menu .menu-hg-menu-container ul li {
        padding: 0.4em; }
    #sticky-menu .menu-hg-menu-container.open {
      display: block; }
    #sticky-menu .logo {
      max-width: 100%;
      margin-bottom: 0px;
      width: 150px; }
    #sticky-menu .logo img {
      max-width: 250px;
      width: 250px;
      height: auto;
      -webkit-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    #sticky-menu .responsive-icons {
      display: none; }
    #sticky-menu .menu-button {
      display: none; }
    #sticky-menu .search-button-desktop {
      position: absolute;
      margin-top: -42px;
      right: 20px; }
      #sticky-menu .search-button-desktop.close {
        margin-top: -45px; }

  div.ads-bg.top {
    margin-top: 65px; }

  .ads-bg.small {
    width: 1088px;
    margin: 0 auto; }

  #sticky-menu.smaller .menu-hg-menu-container {
    top: 4px; }
    #sticky-menu.smaller .menu-hg-menu-container ul li a {
      font-size: 12px;
      color: #444444; }
      #sticky-menu.smaller .menu-hg-menu-container ul li a:hover {
        color: #6dc6b9; }
    #sticky-menu.smaller .menu-hg-menu-container ul li.current-menu-item a {
      background-size: 0px;
      padding-top: 15px;
      border-bottom: 1px solid #d4d4d4; }
  #sticky-menu.smaller .logo img {
    width: 150px;
    height: auto; }
  #sticky-menu.smaller .search-button-desktop {
    margin-top: -32px; }
  #sticky-menu.smaller .header-inner {
    height: 30px; }
  #sticky-menu.smaller header {
    box-shadow: -1px -4px 10px #9d9c9c; }
  #sticky-menu.smaller [class^="icon-"]:before, #sticky-menu.smaller [class*=" icon-"]:before {
    font-size: 100%; }
  #sticky-menu.smaller .menu-hg-menu-container ul.sub-menu li {
    line-height: .8em;
    display: block;
    text-align: left; }

  header.is-sticky {
    position: inherit; }

  /*********************
  RESPONSIVE YOUTUBE
  *********************/
  .videoWrapper iframe {
    height: 86%; }

  /*********************
  VIDEO
  *********************/
  .player-wrapper {
    width: 700px;
    margin: 0 auto; }
    .player-wrapper.sticky {
      margin: inherit; }
    .player-wrapper .flex-direction-nav a {
      top: 65px; }

  .single-video main {
    width: 100%; }

  ul.series-episodes.related {
    border-bottom: none; }
  ul.series-episodes li {
    width: 31%;
    display: inline-block;
    padding-bottom: 50px;
    text-align: left;
    vertical-align: top; }
    ul.series-episodes li:nth-child(3n+2) {
      margin-left: 3.5%;
      margin-right: 3.5%; }

  .post-type-archive-video article {
    padding-bottom: 30px; }

  body.home .blogroll-left .video-overlay, body.home .blogroll-right .video-overlay {
    width: 40px;
    height: 40px; }
    body.home .blogroll-left .video-overlay:before, body.home .blogroll-right .video-overlay:before {
      border-width: 10px 0 13px 16px;
      margin: 9px 15px; }

  .video-content .flex-direction-nav a:before {
    font-size: 22px; }
  .video-content .series-episodes li {
    margin-bottom: 0px; }
  .video-content .description {
    height: inherit; }

  .video-wrapper {
    margin-bottom: 40px;
    margin-top: 0px;
    padding-top: 30px; }
    .video-wrapper.series .flex-direction-nav a {
      top: 60px; }

  .related-series {
    margin-top: 30px; }

  .video-overlay {
    width: 70px;
    height: 70px; }
    .video-overlay:before {
      margin: 20px 25px;
      border-width: 15px 0 15px 21px; }

  .img-credits {
    min-width: 600px !important; }

  /**************************
  UP NEXT
  **************************/
  .un-snippet {
    max-width: 250px; }

  /**************************
  NEWSLETTER FORM LIGHTBOX
  **************************/
  .modalDialog > div {
    padding-top: 100px; }
    .modalDialog > div .step1 button {
      width: 25%; }
    .modalDialog > div h2 {
      font-size: 2em; } }
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1085px) {
  /******************************************************************
  Site Name: Hello Giggles
  Author: hgdev
  
  Stylesheet: Desktop Stylsheet
  
  ******************************************************************/
  header, main {
    max-width: 1075px;
    margin: 0 auto; }

  header {
    width: 1080px; }

  .header div.logo {
    padding-left: 0px; }

  main {
    width: 1085px; }

  #logo {
    margin-left: 300px; }

  #content-wrapper, #sidebar {
    float: left; }

  #content-wrapper {
    margin-right: 30px;
    width: 745px; }
    #content-wrapper.full {
      width: 100%; }

  #sidebar, .sidebar-inner {
    width: 300px;
    margin: 0;
    -webkit-column-count: 1;
    -ms-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1; }

  #sidebar {
    margin-right: 5px;
    margin-left: -5px;
    padding-top: 0px; }

  .sidebar-inner {
    overflow: hidden; }

  .carousel {
    margin: 0; }

  .carousel-left {
    width: 577px; }

  #meet {
    padding-left: 0px; }

  /*********************
  FOOTER
  *********************/
  footer .contact, footer .footer-menu {
    width: 50%;
    float: left; }
  footer .footer-menu {
    width: 40%;
    margin-left: 10%; }
  footer .footer-inner > div {
    border: none; }
  footer .footer-inner {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
    width: 1085px;
    display: table; }
    footer .footer-inner > div {
      border-bottom: none;
      width: 350px;
      float: left; }
    footer .footer-inner .footer-menu {
      border-right: 1px solid #d4d4d4;
      border-left: 1px solid #d4d4d4;
      margin-left: 0px; }
    footer .footer-inner .about, footer .footer-inner .footer-menu {
      padding-left: 40px; }
  footer .social-icons i.icon-tumblr,
  footer .social-icons i.fa-snapchat {
    font-size: 95%; }

  #footer-banner {
    margin-top: 20px; }

  form.signup {
    max-width: 304px; }

  .social-icons {
    width: 190px;
    margin-left: -7px; }
    .social-icons i {
      font-size: 100%; }

  .icon-search {
    margin-right: 10px; }

  a [class^="icon-"]:hover:before, a [class*=" icon-"]:hover:before,
  [class^="icon-"]:hover:before, [class*=" icon-"]:hover:before {
    color: #6dc6b9;
    cursor: pointer; }

  /*********************
  SLIDESHOW
  *********************/
  #caption-more-link {
    display: block; }

  .slideshow-sidebar {
    margin-top: 120px;
    margin-bottom: 20px;
    position: relative;
    min-height: 140px; }

  /*********************
  RECENT CONTRIBUTORS
  *********************/
  .h-main-third li {
    width: 240px; }

  /*********************
  STICKY MENU
  * *********************/
  #sticky-menu {
    max-width: 100%;
    height: 70px; }
    #sticky-menu.higher {
      height: 115px; }
    #sticky-menu #header-info {
      display: block;
      position: relative;
      top: -53px;
      right: 60px; }
      #sticky-menu #header-info p {
        float: left;
        color: #ec4e52;
        width: 100px;
        text-align: center; }
        #sticky-menu #header-info p a {
          color: #6dc6b9; }
          #sticky-menu #header-info p a:hover {
            color: #9d9c9c; }
    #sticky-menu .star-icon, #sticky-menu .heart-icon {
      display: none !important; }
    #sticky-menu .menu-hg-menu-container {
      top: 10px;
      width: 570px;
      margin-left: 260px; }
    #sticky-menu .logo {
      width: 300px; }
    #sticky-menu .logo img {
      max-width: 300px;
      height: auto; }
    #sticky-menu .responsive-icons {
      display: none; }
    #sticky-menu .search-button-desktop {
      display: block;
      position: relative; }
    #sticky-menu .header-inner {
      width: 1085px;
      margin: 0 auto; }
    #sticky-menu .header-search {
      left: -20px; }
      #sticky-menu .header-search form {
        width: 300px;
        float: right; }
    #sticky-menu #logo {
      margin-left: 0px; }
    #sticky-menu .menu-hg-menu-container ul li a {
      font-size: 15px; }
    #sticky-menu .sign-in {
      line-height: 30px; }

  .menu-hg-menu-container ul li {
    font-size: 16px; }

  .search-wrapper {
    width: 1080px;
    position: relative; }

  .search-wrapper {
    width: 1080px;
    position: relative; }

  div.ads-bg.top {
    margin-top: 70px; }

  #sticky-menu.smaller {
    height: 45px; }
    #sticky-menu.smaller.higher {
      height: 105px; }
    #sticky-menu.smaller .search-button-desktop {
      margin-top: -34px; }
    #sticky-menu.smaller #header-info {
      margin-top: -100px; }
    #sticky-menu.smaller .menu-hg-menu-container {
      top: 0px; }

  div[id*='box'].sticky {
    position: fixed;
    top: 60px; }

  /*********************
  VIDEO
  *********************/
  .video-content h1.title {
    margin-bottom: 20px; }
  .video-content #content {
    padding: 20px 0px; }
  .video-content .entry-content {
    width: 700px;
    float: left; }
  .video-content main {
    width: 1085px; }
  .video-content .post-header {
    padding-top: 40px;
    float: right;
    width: 340px;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px; }
    .video-content .post-header h1 {
      text-align: left; }
  .video-content .description {
    display: block; }
  .video-content .entry-share {
    text-align: left; }
    .video-content .entry-share a {
      text-align: center; }

  .player-wrapper.sticky {
    width: 300px;
    position: fixed;
    top: 40px;
    left: auto; }

  .v-overlay-wrapper {
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .v-overlay-wrapper:hover {
      opacity: 0.9; }

  .featured-video img {
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .featured-video img:hover {
      opacity: 0.8; }

  .video-overlay {
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .video-overlay:hover {
      opacity: 0.8; }

  .video-wrapper.series .flex-direction-nav a {
    top: 95px; }

  .flexslider.playlist {
    width: 1060px; }

  /**************************
  UP NEXT
  **************************/
  .up-next {
    display: block; }
    .up-next.in-view {
      right: 330px; }
    .up-next.top {
      display: block;
      height: 45px;
      width: 270px;
      max-width: 350px;
      top: 0;
      right: -350px;
      margin-right: 0;
      z-index: 10000000001; }
      .up-next.top.in-view {
        -webkit-transition: right 700ms linear;
        -ms-transition: right 700ms linear;
        -moz-transition: right 700ms linear;
        -o-transition: right 700ms linear;
        transition: right 700ms linear;
        right: 0; }
      .up-next.top .un-img-container {
        height: 45px;
        width: 45px; }
      .up-next.top .un-snippet {
        width: calc(100% - 90px);
        height: 45px;
        max-width: 260px;
        padding-top: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .up-next.top .un-snippet .ellipsis, .up-next.top .un-snippet p {
          display: none; }
        .up-next.top .un-snippet span {
          display: inline;
          color: #444444;
          font-weight: 600;
          font-size: 12px; }
        .up-next.top .un-snippet h3 {
          font-size: 18px;
          line-height: .7; }
      .up-next.top div.un-closer {
        display: none; }
      .up-next.top .un-arrow-box {
        height: 45px;
        width: 45px;
        padding: 4px 0 0 4px; }
        .up-next.top .un-arrow-box i {
          font-size: 1.5em; } }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/ }
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
