/******************************************************************
Site Name: blogg.wimp.no
Author: Ario

Stylesheet: Main Stylesheet
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

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

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

a {
	text-decoration: none;
	-webkit-transition: .15s color;
	-moz-transition: .15s color;
	transition: .15s color;
}

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */ 

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

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

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

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

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

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

  margin: 0;
  /* 2 */

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

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

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

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

  padding: 0;
  /* 2 */

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

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

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

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

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
TYPOGRAPHY
*********************/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
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: WiMP
Author: Ario

Stylesheet: Base Mobile Stylesheet

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

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

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

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/

@font-face {
    font-family: 'WiMP Icons';
    src: url('../fonts/wimp_icons-regular-webfont.eot');
    src: url('../fonts/wimp_icons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/wimp_icons-regular-webfont.woff') format('woff'),
         url('../fonts/wimp_icons-regular-webfont.ttf') format('truetype'),
         url('../fonts/wimp_icons-regular-webfont.svg#wimp_iconsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{font-family:nationale;src:url("../fonts/nationale-regular-webfont.eot");src:url("../fonts/nationale-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/nationale-regular-webfont.woff") format("woff"),url("../fonts/nationale-regular-webfont.ttf") format("truetype")}@font-face{font-family:nationale-demibold;src:url("../fonts/nationale-demibold-webfont.eot");src:url("../fonts/nationale-demibold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/nationale-demibold-webfont.woff") format("woff"),url("../fonts/nationale-demibold-webfont.ttf") format("truetype")}@font-face{font-family:nationale-bold;src:url("../fonts/nationale-bold-webfont.eot");src:url("../fonts/nationale-bold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/nationale-bold-webfont.woff") format("woff"),url("../fonts/nationale-bold-webfont.ttf") format("truetype")}



/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
body {
  font-family: 'nationale-regular', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background-color: #f0f0f0;
  color: #565656;
  -moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
}


body.single {
	background-color: #fff;
}


/*********************
03. LAYOUT & GRID STYLES
*********************/

#content, .header {
	min-width: 300px;
	max-width: 1024px;
	margin: 0 auto;
}

#content.header-active {
	margin-top: 60px;
}

.wrap {
  width: 100%;
}

div.valign {
    /* firefox 2 */
    display: -moz-inline-box;
    /* everybody else */
    display: inline-block;

    vertical-align: middle;
}

/* IE 6 and 7 hack */
html* div.valign {
    display: inline;
}

/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #511642;
  -webkit-tap-highlight-color: rgba(0,0,0,0);

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #555;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'nationale-demibold', sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: #232323;

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
  color: #555;
}

h1 a:hover,
h1 a:visited:hover {
	color: #1a1a1a;
}

h1,
.h1 {
  font-size: 25px;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER SYTLES
*********************/

.header {
	display: none;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.nav-button {
	position: relative;
	z-index: 20;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 20px;
	width: 20px;
	margin-bottom: 0;
}

.logo {
	width: 100px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

.wimp-icons {
	font-family: 'WiMP Icons';
	font-weight: normal;
}


/*********************
07. NAVIGATION STYLES
*********************/

.nav-wrapper {
	z-index: 2;
}

.nav-button-open {
	position: absolute;
	z-index: 4;
	left: 20px;
	top: 30px;
	width: 20px;
	margin-bottom: 20px;
}

.nav, .nav-android {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 55%;
  min-width: 160px;
  max-width: 300px;
  z-index: 3;
  background-color: #141414;
}

.nav-open {
	transition: .25s;
	-webkit-transition: .25s;
	-moz-transition: .25s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
}

.nav-close {
	transition: .2s;
	-webkit-transition: .2s;
	   -moz-transition: .2s;
	-webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
         -o-transform: translate(-100%, 0);
       -moz-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
}

.nav-android.nav-open {
	display: block;
	-webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}

.nav-android.nav-close {
	display: none; 
	-webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}

.nav a {
	color: #f8f8f8;
	font-size: 16px;
	font-family: 'nationale-demibold', sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.nav .nav-cat {
	margin-top: 60px;
	margin-left: 20px;
}

.nav .nav-cat li {
	margin-top: 10px;
}

.nav .logo.wide-menu {
	display: none;
}

.nav .nav-cat li:before {
	content: "█";
	float: left;
	font-size: 6px;
	margin-top: 8px;
	margin-right: 8px;
	font-family: 'Verdana';
	color: #f1f1f1;
}


/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 0;
}

.page-not-found {
	width: 100%;
	padding-top: 40px;
	text-align: center;
}

.page-not-found h1 {
	font-size: 90px;
	margin-bottom: 0;
}

.page-not-found p {
	font-size: 18px;
	margin-top: 0;
}

article.post:hover h1 a {
    color: #222222;
}

.single-post div.article-header {
	display: none;
}

.byline {
  color: #999;
  font-size: 12px;
  text-align: center;
  
}
/* entry content */

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */

.wp-caption {
	width: 100% !important;
	text-align: center;
	display: inline-block;
	-moz-page-break-inside: avoid;
	column-break-inside: avoid;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	padding: 0 20px;
	color: #777;
	margin-top: -10px;
	font-style: italic;
	text-align: center;
	column-break-inside : avoid;
	-webkit-column-break-inside : avoid;
	-moz-column-break-inside : avoid;
	display: inline-block;
}

.wp-caption.wimp-embed-image p.wp-caption-text {
	margin-top: 0;
}

article.post {
	background-color: #fff;
	margin: 0 0 20px 0;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}

article.post img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.home article.post {
	position: relative;
}

.home article.post h1 {
	float: none;
	text-transform: uppercase;
	max-width: none;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 10px 20px 10px 20px;
}

.home article p {
	color: #777;
	text-align: left;
	font-size: 14px;
	text-transform: none;
	margin: 0;
	max-height: 110px;
	overflow: hidden;
	padding: 0 20px 20px 20px;
}

.home .read-more-excerpt {
    float: left;
}

.home .tags-listing {
	float: right;
}

article#post-latest {
	width: 100%;
	position: relative;
	margin-top: 0;
	line-height: 0;
}

.single-post article {
	margin-top: 0;
}

article#post-latest h1 {
	text-align: center;
	font-size: 18px;
}

article#post-latest .headline-wrapper {
	padding: 0 !important;
	display: inline;
	line-height: 1.96;
	position: absolute;
	left: 50%;
	margin: 0;
	top: 80%;
	bottom: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	width: 90%;
	text-align: center;
}

article#post-latest .headline-wrapper h1 {
	padding: 0 !important;
	display: inline;
	line-height: 1.8;
	font-size: 16px;
}

article#post-latest .headline-wrapper a {
	color: #fff;
	background-color: rgba(0,0,0,.6);
	padding: 10px;
}

.single-post .byline {
	font-size: 12px;
	margin-top: 0;
}

.single-post article {
	width: 100%;
}

.single-post article h1 {
	text-align: center;
	padding: 20px 40px 0px 40px;
}

.entry-content p {
	margin: 0 20px 20px 20px;
	font-size: 16px;
}

.related-post-section {
	width: 90%;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 80px;
}

.related-post-section h1	 {
	margin: 15px 0;
	font-weight: normal;
	font-size: 20px !important;
}

.yarpp-related {
	overflow: hidden;
	width: 100%;
	margin-top: 0;
}

.a-related-article {
	width: 48%;
	float: left;
	margin: 0;
	margin-bottom: 20px;
}

.a-related-article:nth-child(odd) {
	margin-right: 10px;
}

.a-related-article h1.yarpp-thumbnail-title {
	margin-top: 0px;
	padding: 0 5px 0 0;
	margin-bottom: 20px;
	font-size: 15px !important;
	color: #333;
	text-align: left;	
}

.a-related-article:hover h1 {
	color: #191919;
}

blockquote:before {
	margin-left: -57px;
	content: "”";
	top: -10px;
	left: 10px;
	position: absolute;
	font-size: 60px;
	font-family: 'Times New Roman';
	font-weight: bold;
}

blockquote {
	position: relative;
	font-weight: bold;
	border: 0;
	font-size: 28px;
	margin: 0 30px 38px 70px;
	padding: 20px 0 0;
}

blockquote p {
	margin: 0 20px -10px -10px !important;
}

.entry-content .wp-article-content-txt blockquote p:first-letter {
	float: none !important;
	color: #575757 !important;
	font-family: 'nationale-demibold', serif !important;
	font-size: 16px !important;
	line-height: normal !important;
	padding: 0 !important;
	font-weight: bold !important;
}

.single-post .wp-article-content-txt img {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-left: 20px;
}

/*********
	BEGIN OLD MOBILE EMBED - DEPRECATED
**********/
.single-post .wp-article-content-txt .wimpEmbed {
	display: block;
	position: relative;
	margin-bottom: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.single-post .wp-article-content-txt .wimpEmbed-link {
	display: inline !important;
}

.single-post .wp-article-content-txt .wimp-embed-image {
	position: relative;
	width: 90% !important;
	margin-left: 20px;
	-webkit-backface-visibility: hidden;
}

.single-post .wp-article-content-txt .playlist-client-img-wrapper {
	line-height: 0;
}

.single-post .wp-article-content-txt .wimp-embed-image img {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.single-post .wp-article-content-txt .wimp-display-play-msg {
	position: absolute;
	background-color: #511642;
	opacity: .6;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-family: 'nationale-regular', sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	transition: .25s opacity ease;
	-moz-transition: .25s opacity ease;
	-webkit-transition: .25s opacity ease;
}

.single-post .wp-article-content-txt .wimp-display-play-msg .wimp-display-play-msg-txt {
	position: absolute;
	opacity: 1;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -12px;
	width: 80px;
	height: auto;
}

.single-post .wp-article-content-txt .wimp-display-play-msg img {
	width: 80px;
	margin: 0 auto;
	margin-top: 2px;
}
/*********
	END OLD MOBILE EMBED
**********/

/** NEW MOBILE EMBED **/

.single-post .mobile-embed {
  width: 46%;
  max-width: 260px;
  float: right;
  padding: 0 0 10px 10px;
  margin: 0;
  clear: both;
}

.single-post .embed-wrapper-right{
  width: 46%;
  max-width: 260px;
  float: right;
  padding: 0 0 10px 10px;
  margin: 0;
  clear: both;

}

.single-post .mobile-embed.album-category {
  width: 100%;
  max-width: inherit;
  margin: 10px 0;
}

.single-post .mobile-embed.album-category .category-wrapper {
  width: 20%;
  /*height: 200px;*/
  float: left;
  display: inline-block;
  padding: 5px 5px 10px;
  position: relative;
}

.single-post .mobile-embed.album-category.mobile-only .category-wrapper {
  width: 48%;
}

.single-post .mobile-embed.album-category a {
  margin-bottom: 3px;
}

.single-post .mobile-embed.album-category span {
  display: block;
  text-align: center;
  line-height: 10px;
  margin: 10px 0 0;
  font-size: 13px;
  white-space: nowrap;
}

.single-post .mobile-embed.album-category .mobile-embed-play-wrapper a.mobile-embed-play {
  bottom: 59px;
}

.single-post .mobile-embed.album-category.mobile-only .mobile-embed-play-wrapper a.mobile-embed-play {
  right: 14px;
  height: 25px;
}

.single-post .mobile-embed.album-category.mobile-only .mobile-embed-play-wrapper a.mobile-embed-play *{
  font-size: 50px;
}

.single-post .mobile-embed.album-category .mobile-embed-info span {
  height: auto;
  margin: 0 10px 0;
  display: block;
  text-align: left;
  font-size: 16px;
}

.single-post .mobile-embed.album-category .mobile-embed-info span.mobile-sub-info {
  font-size: 13px;
  font-weight: normal;
}

.single-post .mobile-embed .mobile-embed-play-wrapper {
	position: relative;
	padding: 10px;
	padding-bottom: 0;
	margin: 0;
	line-height: 0;
}

.single-post .mobile-embed .mobile-embed-info {
	background-color: #ececec;
	color: #555;
	padding: 7px 6px;
	margin: 10px;
	margin-bottom: 0;
	margin-top: 0;
	font-family: 'nationale-regular', sans-serif;
	font-size: 12px;
}

.single-post .mobile-embed .mobile-embed-play-wrapper .mobile-embed-cover {
	width: 100% !important;
	margin: 0;
}

.single-post .mobile-embed .mobile-embed-play-wrapper .mobile-embed-play {
	position: absolute;
	color: #fff;
	font-size: 70px;
	bottom: 4px;
	right: 14px;
	background: rgba(0,0,0,0.15);
	border-radius: 50%;
	transition: .2s opacity ease;
	-moz-transition: .2s opacity ease;
	-webkit-transition: .2s opacity ease;
	line-height: 50px;
}

.single-post .mobile-embed .mobile-embed-play-wrapper .mobile-embed-play:hover {
	opacity: .85;
}

.single-post .mobile-embed .mobile-embed-play .spinner {
	height: 20px;
	width: auto;
	margin: 0;
	display: none;
	opacity: 0.85;
	margin-bottom: 10px;
	margin-right: 5px;
}
.single-post .mobile-embed .mobile-embed-play.loading {
	background: none;
}
.single-post .mobile-embed .mobile-embed-play.loading .spinner {
	display: inline;
}
.single-post .mobile-embed .mobile-embed-play.loading .client-play-icon {
	display: none;
}

.single-post .mobile-embed .mobile-sub-info {
	font-size: 11px;
	font-family: 'nationale-regular', sans-serif;
	font-weight: bold;
}

.single-post .mobile-embed .mobile-embed-nowplaying {
	position: absolute;
	display: none;
}

.single-post .mobile-embed .mobile-embed-nowplaying.active {
	background: rgba(0,0,0,.4);
	font-family: 'nationale-demibold', sans-serif;
	color: #fff;
	font-size: 11px;	
	padding: 10px 5px;
	top: 9px;
	left: 10px;
	right: 10px;
	z-index: 10;
	white-space: nowrap;
	overflow: hidden;
	display: inline;
}

.single-post .mobile-embed.single-track  {
	width: 90%;
	font-size: 14px;
	max-width: none;
	float: none;
	padding: 0;
	margin: 20px;
	overflow: hidden;
	background-color: #ececec;
}

.single-post .mobile-embed.single-track .mobile-embed-nowplaying.active {
	display: none;
}

.single-post .mobile-embed.single-track .mobile-embed-play-wrapper {
	padding: 0;
	float: left;
	width: 30%;
}

.single-post .mobile-embed.single-track .mobile-embed-play-wrapper .mobile-embed-play {
	font-size: 60px;
	bottom: 5px;
	right: 5px;
	line-height: 33px;
}

.single-post .mobile-embed.single-track .mobile-embed-info {
	float: left;
	width: 60%;
}


/** END NEW MOBILE EMBED **/

.single-post .wimpEmbedPlayer {
	width: 85%;
	margin: 10px auto;
}

.single-post .wimpEmbedPlayer iframe {
	width: 100%;
}

.single-post .wp-article-content-txt .wimp-embed-image [data-class~="wimp-embed-play"] img {
	position: absolute;
	opacity: .9;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
}

.single-post .wp-article-content-txt #wimpEmbed:hover .wimp-display-play-msg {
	opacity: .5;
}

.single-post .wp-article-content-txt .wimp-custom-embeds {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    margin: 20px auto 30px 0;
}

.single-post .wp-article-content-txt .wimp-custom-embeds iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-embeds-campaign {
    width: 100%;
    margin: 0 auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	margin-bottom: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-post .magazine-author-info {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}

.single-post .author {
	font-family: 'nationale-demibold', sans-serif;
}

.single-post .magazine-author-info .magazine-author-img {
	width: 100px;
	height: 100px;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	top: 50%;
	margin-top: -50px;
}

.single-post .magazine-author-info .magazine-author-desc {
	width: 67%;
	margin-left: 100px;
}

.single-post .magazine-author-info .magazine-author-desc h2 {
	margin-left: 19px;
	font-size: 18px;
}

.single-post .magazine-author-info .magazine-author-desc p {
	font-size: 14px;
}

.entry-content p.fb-comments-txt {
	margin-top: 40px;
}

.single-entry-text {
	max-width: 800px;
	margin: 20px auto 0 auto;
}

.comments-post-section {
	display: none !important;
    margin-top: 40px;
}

.single-post .social-share {
	padding-top: 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 180px;
	color: #777;
	clear: both;
}

.single-post .social-share .social-imgs {
	width: 102px;
	margin: -10px auto 20px auto;
	overflow: auto;
}

.single-post .social-share img {
	float: left;
	width: auto;
	height: auto;
	margin-right: 15px;
	opacity: 1;
	-webkit-opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.single-post .social-share a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
}

.single-post .social-share a:last-child img {
  margin: 0;
}

/*********************
13. CONVERSION SIGNUP FRAME
*********************/
.signup-wrapper {
	margin: 40px auto;
	width: 80%;
	max-width: 660px;
	padding: 0px 0;
}

.signup-wrapper .column { 
	border-top: 1px solid #969696;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	padding: 30px;	
	font-family: 'nationale-regular', sans-serif;		
}


a.btn-signup {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	max-width: 250px;
	text-decoration: none;
}

a.btn-signup:hover { color: #fff; }
a.btn-signup:active { background-color: #333; }


@media (max-width: 400px) { .signup-wrapper { width: 86%; } .signup-wrapper .column { padding: 0px; padding-top: 20px;} }


/*********************
13. FB-COMMENTS STYLES
*********************/
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
	width: 100% !important;
	z-index: 1;
}

/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
}

.wimpEmbedFrame {
	width: 100% !important;
	border: none;
}


/*
LARGER MOBILE DEVICES
*/
@media only screen and (min-width: 350px) {
  
  article.post h1 {
	  font-size: 16px;
  }
  
  .single-post article.post h1 {
	  font-size: 21px;
  }
  
}

@media only screen and (min-width: 400px) {
  
  .single-post article.post h1 {
	  font-size: 21px;
  }
	
  .single-post .mobile-embed.single-track .mobile-embed-info {
      font-size: 14px;
  }
}

@media only screen and (min-width: 461px) {
  
  .single-post .mobile-embed .mobile-embed-play-wrapper .mobile-embed-play {
  	font-size: 60px;
	bottom: 15px;
	right: 18px;
	line-height: 30px;
  }
  
  .single-post .mobile-embed .mobile-embed-nowplaying.active {
	font-size: 11px;	
	padding: 10px 5px;
  }
  
  article.post h1 {
	  font-size: 18px;
  }
  
  .single-post article.post h1 {
	  font-size: 21px;
  }
  
}

@media only screen and (min-width: 601px) {
	
	.header {
		display: none !important;
	}
	
	.nav {
		background: none;
		position: static;
		min-width: 300px;
		max-width: 1024px;
		margin: 0 auto;
		width: 100%;
		overflow: auto;
	}
	
	.nav a {
		color: #333;
		font-family: 'nationale-regular', sans-serif;
	}
	
	.nav a:hover {
		color: #aaa;
	}
	
	.nav-button {
		display: none;
	}
	
	.nav-close, .nav-open {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	.nav .nav-cat {
		overflow: auto;
		width: 555px;
		margin: 10px 0 0 20px;
		float: left;
	}
	
	.nav .nav-cat li:before {
		content: none;
	}
	
	.nav .nav-cat li {
		float: left;
		margin-right: 40px;
	}
	
	.nav .nav-cat li a {
		font-size: 16px;
		color: #232323;
	}
	
	.nav .nav-cat li a:hover {
		color: #aaa;
	}
	
	.nav .nav-cat li:last-child {
		margin-right: 0;
	}
	
	.nav .logo.wide-menu {
		display: inline;
		float: right;
		margin-top: 25px;
		margin-right: 20px;
	}
	
	.nav .nav-cat li.list-logo:before {
		content: none;
	}
	
	#content.header-active {
		margin-top: 20px;
	}
	
	.home article.post {
		width: 48%;
		margin: 0;
		margin-top: 20px;
		min-height: 380px;
		float: left;
	}
	
	.home .read-more-excerpt {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.home .tags-listing {
		left: auto;
		right: 0;
	}
	
	.sub-article-wrapper {
		overflow: auto;
		width: 90%;
		margin: 0 auto;
	}
	
	.sub-article-wrapper article:nth-child(odd) {
		margin-right: 10px;
	}
	
	.sub-article-wrapper article:nth-child(even) {
		margin-left: 10px;
	}
	
	.home article#post-latest {
		margin: 0;
	}
	
	.home article#post-latest h1 {
		font-size: 26px;
	}
	
	.single-post article {
		width: 100%;
		margin-top: 0;
	}
	
	.single-post header.article-header {
		display: none;
	}
	
	.single-post div.article-header {
		display: block;
		padding-bottom: 20px;
	}
	
	.single-post div.article-header h1 {
		margin-top: -18px;
	}
	
	article.post h1 {
		font-size: 24px;
	}
	
	.single-post article.post h1 {
		font-size: 40px;
	}
	
	.single-entry-text {
		background: #fff;
		width: 85%;
		position: relative;
		top: -80px;
		margin-bottom: -60px;
		padding: 40px 20px 0 20px;
	}
	
	.single-entry-text .wp-article-content-txt {
		max-width: 720px;
		margin: 0 auto;
	}
	
	.single-post .wp-article-content-txt img {
		width: 85%;
		margin-left: 40px;
		text-align: center;
	}
	
	.single-post .magazine-author-info {
		width: 70%;
	}
	
	.single-entry-text .fb-comments-grab {
		display: block;
		-webkit-columns: 1;
		-moz-columns: 1;
		-webkit-column-span: all;
		-moz-column-span: all;
		column-span: all;
		-webkit-column-rule: 1px;
		-moz-column-rule: 1px;
	}
	
	.comments-post-section {
		margin: 20px auto 0px;
    max-width: 800px;
    padding: 40px 60px 0px;
	}

	.video-main-embed {
		width: 100%;
		margin-top: 0;
	}
	
	.main-video-slide {
		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
		backface-visibility: hidden;
		perspective: 1000;
		
		transform: translateY(60px);
		-o-transform: translateY(60px);
		-ms-transform: translateY(60px);
		-webkit-transform: translate3d(0,60px,0);
		-moz-transform: translate3d(0,60px,0);
    	
    	transition: transform 500ms;
    	-ms-transition: -ms-transform 500ms;
    	-moz-transition: -moz-transform 500ms;
    	-o-transition: -o-transform 500ms;
    	-webkit-transition: -webkit-transform 500ms;
    	margin-bottom: 60px;
	}
	
	.single-post .wp-article-content-txt .wimp-display-play-msg img {
		width: 60px;
	}
	
	.single-post .wp-article-content-txt .wimp-display-play-msg .wimp-display-play-msg-txt {
		margin-left: -37px;
	}
	
	.single-post .wp-article-content-txt .wimp-embed-image .wimp-embed-play {
		margin-left: -18px;
		margin-top: -20px;
		width: 40px;
		height: 40px;
	}
	
	.single-post .wp-article-content-txt .wimp-embed-image {
		position: relative;
		width: 100% !important;
		-webkit-backface-visibility: hidden;
	}
	
	.single-post .wp-article-content-txt .wimp-embed-image .wimpEmbed {
		width: 85%;
		margin: 20px auto 0 auto;
		margin-left: 30px;
	}
		
	.video-embeds-campaign {
		width: 71%;
		margin-top: -80px;
	}
	
	.single-post .social-share {
		padding-top: 0px;
		margin: 0 auto;
		margin-top: 10px;
		padding-bottom: 15px;
		width: 180px;
		color: #777;
	}
	
	.related-post-section {
		width: 75%;
	}
	
	.single-post .mobile-embed.single-track .mobile-embed-play-wrapper {
		width: 20%;
	}
	
	.single-post .mobile-embed.single-track .mobile-embed-info {
		width: 70%;
		font-size: 16px;
	}

}

@media only screen and (min-width: 780px) {
	
	.home article.post {
		width: 31%;
	}
	
	.sub-article-wrapper article:nth-child(n) {
		margin-right: 20px;
		margin-left: 0;
	}
	
	.sub-article-wrapper article:nth-child(3n+3) {
		margin-right: 0;
	}
	
	.single-post .wp-article-content-txt .wimp-display-play-msg img {
		width: 80px;
	}
	
	.single-post .wp-article-content-txt .wimp-display-play-msg .wimp-display-play-msg-txt {
		margin-left: -45px;
	}
	
	.single-post .wp-article-content-txt .wimp-embed-image .wimp-embed-play {
		margin-left: -30px;
		margin-top: -30px;
		width: 60px;
		height: 60px;
	}
	
	article.post h1 {
		font-size: 26px;
	}
	
	.home article#post-latest h1 {
		font-size: 40px;
		font-weight: normal;
		padding: 20px;
	}
	
	.single-post article.post h1 {
		font-size: 45px;
	}
	
	.a-related-article {
		width: 29%;
	}
	
	.a-related-article:nth-child(n) {
		margin-right: 10px;
	}
	
	.a-related-article:nth-child(3n+3) {
		margin-right: 0;
	}
	
	.single-post .mobile-embed .mobile-embed-info {
		font-size: 16px;
	}
	
	.single-post .mobile-embed .mobile-sub-info {
		font-size: 14px;
    display: block;
	}
	
	.single-post .mobile-embed.single-track .mobile-embed-info {
		margin-top: 20px;
	}

}
