/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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,
progress,
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;
}

/**
 * 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 {
  font-weight: bold;
}

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

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

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

/**
 * 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.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
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: 1em 40px;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 1. Define consistent border, margin, and padding.
 * 2. Address width being affected by wide descendants in Chrome and Firefox.
 */
fieldset {
  border: 1px solid #c0c0c0;
  /* 1 */
  margin: 0 2px;
  /* 1 */
  min-width: 0;
  /* 2 */
  padding: 0.35em 0.625em 0.75em;
  /* 1 */
}

/**
 * 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 color not being inherited in all browsers.
 *    Known issue: `select` will not inherit color in Chrome and Safari on OS X.
 * 2. Correct font properties not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Re-apply the `font-weight` to avoid modifying the default UX, and because
 * the default cannot be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  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 */
  -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;
}

td,
th {
  padding: 0;
}

/* MIXINS */
/* RESET */
html {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 62.5%;
  scrollbar-color: grey #303030;
}

body {
  font-size: 1.3rem;
  background-color: #424242;
}

h1 {
  margin: 0;
}

@media (max-width: 650px) {
  h1 {
    font-size: 1.3em;
  }
}

a {
  text-decoration: none;
}

a,
.feeds-list-toggle,
.folder__button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

img,
audio,
canvas,
iframe,
progress,
video {
  max-width: 100%;
  height: auto;
}

.leedvibes-article-content img, .leedvibes-article-content
audio, .leedvibes-article-content
canvas, .leedvibes-article-content
iframe, .leedvibes-article-content
progress, .leedvibes-article-content
video {
  display: block;
  margin: 0 auto;
}

iframe {
  width: auto;
}

/* GENERAL STYLE */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 99vw;
}

@media (max-width: 650px) {
  body {
    display: block;
    width: 100vw;
  }
}

button {
  background-color: transparent;
  border: none;
}

.error {
  background-color: #c53d3d;
}

.wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 100vh;
  background-color: #FFF;
}

@media (max-width: 650px) {
  .wrapper {
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
}

.selected a {
  color: #FFF;
  font-weight: bold;
}

.notifications {
  margin: 0;
  color: #FFF;
  background-color: #424242;
}

.notifications__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0.5em;
  color: #DDD;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.folder__button, .mark-as-read, .article-favorite,
.article__read-unread {
  border: 1px dashed transparent;
}

.folder__button:focus, .mark-as-read:focus, .article-favorite:focus,
.article__read-unread:focus {
  border-color: #DDD;
}

.sidebar-item-label, .folder__item a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* FEED */
.event {
  position: relative;
  padding: 0 0.5em;
  border-bottom: 0.1em solid #D9D9D9;
}

.event:not(.event--focus):hover, .event--focused:not(.event--focus) {
  background-color: #DDD;
}

.event a {
  color: #424242;
}

.event--new-last {
  border-bottom-color: #424242;
  border-width: 4px;
}

/* SIDEBAR */
.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.07692em;
  flex: 0 0 23.07692em;
  font-size: 0.9em;
  overflow: hidden;
    

}

.sidebar a {
  color: #fff;
}

.sidebar .settings__fields {
  padding: 20%;
}

.folder__item,
.feed__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  border-left: 0.38462em solid transparent;
}

.folder__item,
.folder__item a,
.feed__item,
.feed__item a {
  color: #fff;
}

.folder__item:hover, .folder__item:active,
.feed__item:hover,
.feed__item:active {
  background-color: #303030;
}

.folder__item.selected,
.feed__item.selected {
  border-color: white;
}

.sidebar-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 16px;
  /* Favicon's height */
  line-height: 16px;
  overflow: hidden;
}

@media (max-width: 650px) {
  .folder__button,
  .sidebar-item {
    padding: 12px 0;
  }
}

.go-top {
  display: inline-block;
  padding: 2px 20px;
  text-align: center;
  background-color: #686868;
  border-radius: 20%;
}

.feed-add {
  display: none;
  padding: 10px 5px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}

.feed-add[data-is-opened="true"] {
  display: block;
}

.feed-add-title {
  margin: 0 0 1em;
  color: #fff;
}

.feed-add-url,
.feed-add-folders {
  width: 80%;
}

.feed-add-url {
  padding: 0.5em;
  border: none;
}

.feed-add-folders {
  margin: 1em 0;
  padding: 0.5em 2em;
}

.sidebar > section {
  margin: 2em auto 3em;
  padding: 0 1em;
}

.sidebar > section li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar > section button,
.feed-add-button {
  padding: 1em 2em;
  color: #fff;
  background-color: #484848;
}

.sidebar > section button:hover, .sidebar > section button:active, .sidebar > section button:focus,
.feed-add-button:hover,
.feed-add-button:active,
.feed-add-button:focus {
  color: #484848;
  background-color: #DDD;
}

.feeds-list-toggle {
  position: relative;
  overflow: hidden;
}

.feeds-list-toggle:before {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 35%;
  top: -20px;
  content: '';
  background-image: url("../images/close.svg");
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.is-opened.feeds-list-toggle:before {
  -webkit-transform: translate3d(0, 180%, 0);
  transform: translate3d(0, 180%, 0);
}

.feeds-list-toggle__label {
  position: absolute;
  padding: 0.5em 1.5em;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.is-opened .feeds-list-toggle__label {
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}

@media (max-width: 650px) {
  .mobile-toggle,
  .feed-add {
    position: fixed;
    background-color: #424242;
    -webkit-transition: all 130ms ease-in;
    -o-transition: all 130ms ease-in;
    transition: all 130ms ease-in;
    will-change: transform;
    overflow: auto;
    z-index: 1000;
  }
}

@media (max-width: 650px) {
  .mobile-toggle {
    width: 100%;
    max-height: calc(100% - 60px);
  }
}

@media (max-width: 650px) {
  .mobile-toggle[data-is-opened="false"] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.unreads-badge {
  background: #555;
  position: absolute;
  border-radius: 50%;
  padding: 2px;
  z-index: 100;
  right: 5px;
  bottom: 0px;
}

.feeds-list {
  display: block;
  margin-top: 0;
  padding: 0;
}

.feeds-list:target {
  display: block;
}

.folder {
  border-bottom: 0.2em solid #484848;
}

.folder:first-child {
  border-top: 0.2em solid #484848;
}

.folder__item a {
  margin: 0 0.3em;
}

.folder__button {
  float: left;
  margin-right: 5px;
  padding: 0;
  width: 10%;
}

.folder-closed {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.folder__item,
.feed__item {
  padding-left: 0.4rem;
  padding-right: 0.8rem;
}

.feed {
  padding: 4px 0;
  background-color: #4b4b4b;
}

html:not(.no-js) .feed--closed {
  display: none;
}

.feed__item img {
  float: left;
  margin-left: 1.4em;
  margin-right: 0.3em;
  vertical-align: middle;
}

@media (max-width: 650px) {
  .feed__item img {
    margin-right: 0.8em;
  }
}

.mark-as-read {
  padding: 0 0.4rem;
  font-size: 0.8em;
}

@media (max-width: 650px) {
  .mark-as-read {
    padding: 12px;
  }
}

/* ARTICLE */
.article__header {
  position: relative;
  padding: 0.5em 0;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.event--focus .article__header {
  padding-bottom: 0.6em;
}

@media (max-width: 650px) {
  .article__header {
    display: grid;
    grid-template-columns: 40px auto 80px;
    grid-template-areas: "favicon site date" "favorite title mark";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: inherit;
    min-height: 4em;
  }
}

.article__header .article__feed-title {
  display: inline-block;
  width: 10%;
  color: #555;
  font-size: 0.9em;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}

@media (max-width: 650px) {
  .article__header .article__feed-title {
    width: auto;
    grid-area: site;
  }
}

.feed-icon {
  margin-right: 0.3em;
  vertical-align: middle;
  justify-self: center;
  grid-area: favicon;
}

@media (max-width: 650px) {
  .feed-icon {
    margin: 0;
  }
}

@media (max-width: 650px) {
  .article__title {
    margin-left: 14%;
  }
}

@media (max-width: 650px) {
  .article__feed-title,
  .feed-icon ~ .article__title {
    margin-left: 0.5em;
  }
}

.article__title {
  display: inline;
  font-size: 1em;
}

@media (max-width: 650px) {
  .article__title {
    display: inline-block;
    grid-area: title;
  }
}

[class~="event--read"] .article__title a {
  color: #BBB;
}

.article__description {
  display: inline-block;
  margin-left: 0.4em;
  color: #888;
}

[class~="event--read"] .article__description {
  color: #BBB;
}

@media (max-width: 650px) {
  .article__description {
    display: none;
  }
}

.event--focus .article__description {
  display: none;
}

.article__description:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 16em;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(48%, white), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(right, white 48%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to left, white 48%, rgba(255, 255, 255, 0) 100%);
}

.event:hover .article__description:after,
.event--focused .article__description:after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(6em, #DDD), to(rgba(221, 221, 221, 0)));
  background-image: -o-linear-gradient(right, #DDD 6em, rgba(221, 221, 221, 0) 100%);
  background-image: linear-gradient(to left, #DDD 6em, rgba(221, 221, 221, 0) 100%);
}

@media (max-width: 650px) {
  .event:hover .article__description:after,
  .event--focused .article__description:after {
    background: none;
  }
}

@media (max-width: 650px) {
  .article__description:after {
    background: none;
  }
}

.article__date {
  position: absolute;
  right: 65px;
  color: #424242;
  font-size: 0.9em;
}

@media (max-width: 650px) {
  .article__date {
    position: relative;
    right: 0;
    grid-area: date;
    justify-self: right;
  }
}

.article-favorite {
  right: 30px;
  opacity: 0.3;
}

.article-favorite--favorited {
  opacity: 1;
}

@media (max-width: 650px) {
  .article-favorite {
    right: 0;
    grid-area: favorite;
    justify-self: left;
  }
}

.article__read-unread {
  width: 1.7em;
  right: 0;
  color: white;
  background-color: transparent;
  opacity: 0.3;
  cursor: pointer;
}

@media (max-width: 650px) {
  .article__read-unread {
    grid-area: mark;
    justify-self: right;
  }
}

.article-favorite,
.article__read-unread {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 30px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  bottom: 0;
}

.article-favorite:hover, .article-favorite:active, .article-favorite:focus,
.article__read-unread:hover,
.article__read-unread:active,
.article__read-unread:focus {
  border-color: #424242;
}

@media (max-width: 650px) {
  .article-favorite,
  .article__read-unread {
    position: relative;
    padding: 0;
    width: 100%;
    min-height: 50px;
  }
}

.article__read-read {
  opacity: 1;
}

.leedvibes-article-content {
  display: none;
  margin: 0 auto 1em;
  width: 42.8125em;
  font-size: 1.6rem;
  line-height: 1.7;
  overflow: auto;
  overflow-wrap: break-word;
}

@media (max-width: 650px) {
  .leedvibes-article-content {
    padding: 0 1rem;
    width: auto;
  }
}

.leedvibes-article-content a {
  text-decoration: underline;
}

.leedvibes-article-content--is-opened {
  display: block;
}

.leedvibes-article-content__infos {
  margin: 1em 0;
}

.leedvibes-article-content__infos a {
  font-size: 2.8rem;
  line-height: 1;
}

.leedvibes-article-content__switch-view {
  display: none;
  position: absolute;
  right: 8em;
  top: 0.4em;
  background: none;
  border: 1px solid #BBB;
  z-index: 20;
}

@media (max-width: 650px) {
  .leedvibes-article-content__switch-view {
    top: 2.4em;
    right: 4em;
  }
}

.event--focus .leedvibes-article-content__switch-view {
  display: inherit;
}

/* USER SETTINGS */
.user-login,
.settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 1em;
  color: #CACACA;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.user-login {
  margin: 1em auto;
}

.settings {
  position: relative;
  padding: 13px 10px;
  min-height: 34px;
  background-color: #303030;
  z-index: 1000;
}

@media (max-width: 650px) {
  .settings {
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
  }
}

.user-login {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.settings-item {
  padding: 0.5em 1.5em;
  min-width: 15px;
  min-height: 18px;
  border-bottom: 0.38462em solid transparent;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border 0.2s ease-in-out 0s;
  -o-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
}

.settings-item:hover, .settings-item:active, .settings-item:focus {
  border-color: white;
}

button.settings-item {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  background-color: transparent;
}

button.settings-item:focus {
  outline: dotted 1px;
}

.settings__fields input[type='text'],
.settings__fields input[type='password'] {
  min-width: 7em;
  width: 35%;
}

.settings__fields input[type='text'],
.settings__fields input[type='password'],
.settings__fields input[type='submit'] {
  display: block;
  margin: 0.4em auto;
  padding: 0.5em;
  color: #303030;
}

.extra-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.favorite-inverted {
  fill: white;
}

.animation-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.shortcuts-toggle {
  display: none;
}

@media (min-width: 650px) {
  html:not(.no-js) .shortcuts-toggle {
    display: block;
  }
}

.popin {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  padding: 20px;
  width: 100%;
  height: 100vh;
  color: white;
  background-color: #303030e6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}

.shortcuts-list {
  margin: 0;
  padding: 0;
}

.shortcut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shortcut-key {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 5px 10px 5px;
  min-width: 20px;
  color: #777777;
  font-size: 12px;
  background-color: #DDDDDD;
  border: 2px solid #F9F7F7;
  border-bottom: 4px solid #898989;
  border-right: 4px solid #898989;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px #111010;
  box-shadow: 0 0 10px #111010;
}

.shortcut-key + .shortcut-key {
  margin-left: 20px;
}

.brightness-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.brightness-item {
  margin-bottom: 20px;
}

.brightness-item:last-of-type {
  margin-bottom: 0;
}

.brightness-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brightness-img {
  margin-right: 10px;
  width: 30px;
}

.undo-mark-as-read {
  position: fixed;
  padding: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #424242;
  border-radius: 50%;
  z-index: 100;
}

.undo-mark-as-read:hover, .undo-mark-as-read:active, .undo-mark-as-read:focus {
  background-color: #333;
}

@media (max-width: 650px) {
  .undo-mark-as-read {
    padding: 20px;
    bottom: 70px;
  }
}

/* MEDIA QUERIES */
@media (max-width: 650px) {
  td {
    display: block;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 650px) {
  .mobile-only {
    display: inline;
  }
}

/* IE9- */
.no-flexboxlegacy body {
  display: block;
}

.no-flexboxlegacy .wrapper {
  margin-left: 20%;
}

.no-flexboxlegacy .sidebar {
  float: left;
  width: 20%;
}

/* IE7 */
.no-flexboxlegacy.no-boxsizing .sidebar {
  width: 19%;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.dark-theme .wrapper {
  background-color: black;
}

.dark-theme .article__header .article__feed-title {
  color: #aaa;
}

.dark-theme .event {
  border-color: #262626;
}

.dark-theme .event a,
.dark-theme .article__date {
  color: #bdbdbd;
}

.dark-theme .article__description::after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(48%, black), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, black 48%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to left, black 48%, rgba(0, 0, 0, 0) 100%);
}

.dark-theme .article-favorite,
.dark-theme .article__read-unread {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.dark-theme .leedvibes-article-content {
  color: white;
}

.dark-theme .event:not(.event--focus):hover,
.dark-theme .event--focused:not(.event--focus) {
  background-color: #333;
}

.dark-theme .event:hover .article__description::after,
.dark-theme .event--focused .article__description::after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(6em, #333), to(rgba(51, 51, 51, 0)));
  background-image: -o-linear-gradient(right, #333 6em, rgba(51, 51, 51, 0) 100%);
  background-image: linear-gradient(to left, #333 6em, rgba(51, 51, 51, 0) 100%);
}

/*# sourceMappingURL=style.css.map */
