/*!
Theme Name: mjerven
Theme URI: http://underscores.me/
Author: Viabold
Author URI: https://viabold.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mjerven
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mjerven is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #000; }

h1.entry-title {
  font-size: 24px;
  margin: 0;
  padding: 0; }

h2.entry-title {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1em; }
  h2.entry-title a {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none; }
    h2.entry-title a:hover {
      color: #ff4b33;
      text-decoration: underline; }

h2.widget-title {
  font-size: 16px; }

h2.comments-title {
  font-size: 20px;
  margin: 32px 0; }
  h2.comments-title span {
    font-style: italic; }

h2#additional-papers-title {
  margin-top: 48px;
  font-size: 20px; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #f1f1f1;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: square; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

ol.comment-list {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0; }
  ol.comment-list li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative; }
    ol.comment-list li.comment div.reply {
      font-size: 12px;
      padding: 0 0 24px 0; }
      ol.comment-list li.comment div.reply a {
        color: #777; }
        ol.comment-list li.comment div.reply a:hover {
          color: #ff4b33; }
    ol.comment-list li.comment ol.children {
      list-style: none;
      margin: 0;
      padding: 0; }
      ol.comment-list li.comment ol.children li {
        border-bottom: 0; }
    ol.comment-list li.comment div.comment-respond small {
      margin-left: 12px; }
      ol.comment-list li.comment div.comment-respond small a {
        color: #777; }
        ol.comment-list li.comment div.comment-respond small a:hover {
          color: #ff4b33; }
    ol.comment-list li.comment div.comment-respond p.logged-in-as a {
      color: #777; }
      ol.comment-list li.comment div.comment-respond p.logged-in-as a:hover {
        color: #ff4b33; }
  ol.comment-list .avatar {
    position: absolute;
    top: 4px;
    left: 0; }

ul.additional-papers-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.additional-papers-list li {
    margin: 20px 0;
    padding: 0; }
    ul.additional-papers-list li a {
      color: #333;
      text-decoration: none;
      font-size: 14px;
      font-weight: normal; }
      ul.additional-papers-list li a:hover {
        color: #ff4b33; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: royalblue; }
  a:hover, a:focus, a:active {
    color: #ff4b33; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.entry-meta a {
  color: #777; }
  .entry-meta a:hover {
    color: #ff4b33; }

/*
nav.posts-navigation {

  div.nav-links {
    div.nav-previous {
      float: left;
      width: 50%;
      &::before {
        color: #777;
        content: "\2190 ";
        display: inline-block;
      }
    }
    div.nav-next {
      float: right;
      width: 50%;
      text-align: right;
      &::after {
        color: #777;
        content: " \2192";
        display: inline-block;
      }
    }
  }

  a, a:visited {
    text-decoration: none;
    color: #777;
    font-size: 12px;
    line-height: 18px;
    &:hover, &:focus {
      color: $color__link-hover;
    }
  }
}*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  margin: 32px 0 0 0;
  padding: 0;
  /*.site-main & { todo: what?
    margin: 0 0 1.5em;
    overflow: hidden;
  }*/ }
  .comment-navigation a,
  .posts-navigation a,
  .post-navigation a {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none; }
    .comment-navigation a:hover,
    .posts-navigation a:hover,
    .post-navigation a:hover {
      color: #ff4b33; }
  .comment-navigation div.nav-links,
  .posts-navigation div.nav-links,
  .post-navigation div.nav-links {
    overflow: hidden; }
    .comment-navigation div.nav-links a,
    .posts-navigation div.nav-links a,
    .post-navigation div.nav-links a {
      font-weight: normal;
      color: #777;
      font-size: 12px;
      line-height: 18px; }
      .comment-navigation div.nav-links a:hover,
      .posts-navigation div.nav-links a:hover,
      .post-navigation div.nav-links a:hover {
        color: #ff4b33; }
    .comment-navigation div.nav-links div.nav-previous,
    .posts-navigation div.nav-links div.nav-previous,
    .post-navigation div.nav-links div.nav-previous {
      float: left;
      width: 50%;
      background: url("media/icons/arrow-left-777-01.svg") no-repeat scroll 0 50%;
      background-size: 9px;
      padding: 0 0 0 12px;
      line-height: 17px; }
    .comment-navigation div.nav-links div.nav-next,
    .posts-navigation div.nav-links div.nav-next,
    .post-navigation div.nav-links div.nav-next {
      float: right;
      text-align: right;
      width: 50%;
      background: url("media/icons/arrow-right-777-01.svg") no-repeat scroll 100% 50%;
      background-size: 9px;
      padding: 0 12px 0 0;
      line-height: 17px; }

.breadcrumbs {
  font-size: 75%;
  margin: 1.5rem 0 1.5rem 1rem;
  max-width: 670px; }
  .breadcrumbs a {
    text-decoration: none;
    color: #777;
    font-weight: 400; }
    .breadcrumbs a:hover {
      color: #ff4b33; }

@media screen and (max-width: 480px) {
  .breadcrumbs {
    margin-left: 0; } }
.archive-read-more {
  text-decoration: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.display-block {
  display: block !important; }

a.site-title {
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 30px 0 20px 0; }
  a.site-title:hover, a.site-title:visited, a.site-title:active {
    color: #333;
    text-decoration: none; }

div#mobile-menu-container,
div#mobile-menu-toggle {
  display: none; }

nav#site-navigation div.menu-mainmenu-container ul#primary-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  background-color: #000;
  overflow: hidden; }
  nav#site-navigation div.menu-mainmenu-container ul#primary-menu li {
    display: block;
    margin: 0;
    padding: 0;
    float: left; }
    nav#site-navigation div.menu-mainmenu-container ul#primary-menu li a {
      text-decoration: none;
      display: block;
      color: #aaa;
      margin: 0;
      padding: 10px; }
      nav#site-navigation div.menu-mainmenu-container ul#primary-menu li a:hover {
        color: #fff; }
    nav#site-navigation div.menu-mainmenu-container ul#primary-menu li ul.sub-menu {
      display: none;
      list-style-type: none;
      position: absolute;
      margin: 0;
      padding: 0; }
      nav#site-navigation div.menu-mainmenu-container ul#primary-menu li ul.sub-menu li {
        clear: left;
        float: left;
        width: 100%; }
        nav#site-navigation div.menu-mainmenu-container ul#primary-menu li ul.sub-menu li a {
          color: #aaa; }
          nav#site-navigation div.menu-mainmenu-container ul#primary-menu li ul.sub-menu li a:hover {
            color: #fff; }
    nav#site-navigation div.menu-mainmenu-container ul#primary-menu li:hover a {
      background-color: #333; }
    nav#site-navigation div.menu-mainmenu-container ul#primary-menu li.current-menu-item a, nav#site-navigation div.menu-mainmenu-container ul#primary-menu li.current-menu-ancestor a {
      color: #fff; }
    nav#site-navigation div.menu-mainmenu-container ul#primary-menu li:hover > ul, nav#site-navigation div.menu-mainmenu-container ul#primary-menu li.focus > ul {
      display: block; }

@media screen and (max-width: 768px) {
  nav#site-navigation {
    display: none; }

  div#mobile-menu-toggle {
    display: inline-block;
    position: absolute;
    top: 44px;
    right: 16px; }

  div#mobile-menu-container {
    display: block; }
    div#mobile-menu-container nav.mobile-site-navigation {
      display: none; }
      div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: #000;
        font-size: 13px; }
        div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu li {
          position: relative; }
          div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu li a {
            text-decoration: none;
            color: #aaa;
            display: block;
            width: 100%;
            margin: 0;
            padding: 10px;
            font-weight: bold; }
            div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu li a:hover, div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu li a:active {
              color: #fff; }
          div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu li ul.sub-menu {
            display: none;
            list-style-type: none;
            margin: 0;
            padding: 0; }
            div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu li ul.sub-menu li a {
              text-decoration: none;
              color: #aaa;
              display: block;
              width: 100%;
              margin: 0;
              padding: 10px 10px 10px 32px;
              font-weight: normal; }
              div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu li ul.sub-menu li a:hover, div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu li ul.sub-menu li a:active {
                color: #fff; }
        div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu .mobile-submenu-toggle-container {
          cursor: pointer;
          position: absolute;
          top: 0;
          right: .625rem; }
          div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu .mobile-submenu-toggle-container .mobile-submenu-toggle-icon {
            background: url("media/icons/arrow-down-777-01.svg") no-repeat 50% 50%;
            background-size: 16px;
            width: 46px;
            height: 46px;
            transition: transform .16s ease;
            margin-top: -3px; }
          div#mobile-menu-container nav.mobile-site-navigation div.menu-mainmenu-container ul#primary-menu .mobile-submenu-toggle-container .rotate90neg {
            transform: rotate3d(0, 0, 1, 90deg); } }
/* Transformicon */
.lines-button {
  display: inline-block;
  transition: 0.25s;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
  border: 0;
  padding: 0 .25rem 0 .25rem;
  line-height: 46px;
  margin: -.25rem 0 0 0;
  font-size: 1rem;
  background-color: transparent;
  border: none;
  box-shadow: none; }
  .lines-button:focus {
    box-shadow: none;
    border: none; }

.lines {
  display: inline-block;
  width: 1.5rem;
  height: 0.15rem;
  background: #444;
  border-radius: 0;
  transition: 0.25s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/ }
  .lines:before, .lines:after {
    display: inline-block;
    width: 1.5rem;
    height: 0.15rem;
    background: #444;
    border-radius: 0;
    transition: 0.25s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.1071428571rem center; }
  .lines:before {
    top: 0.375rem; }
  .lines:after {
    top: -0.375rem; }

.lines-button.x.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/ }
  .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 1.5rem; }
  .lines-button.x.close .lines:before {
    transform: rotate3d(0, 0, 1, 45deg); }
  .lines-button.x.close .lines:after {
    transform: rotate3d(0, 0, 1, -45deg); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

.widget-area#secondary {
  float: right;
  max-width: 200px;
  margin-top: 48px; }

.widget_recent_entries ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-family: "Merriweather", serif;
  list-style-type: none; }
  .widget_recent_entries ul li {
    margin: 0 0 12px 0;
    padding: 0; }
    .widget_recent_entries ul li a, .widget_recent_entries ul li a:focus, .widget_recent_entries ul li a:visited {
      text-decoration: none;
      color: #333; }
      .widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus:hover, .widget_recent_entries ul li a:visited:hover {
        color: #ff4b33; }

.widget_mjerven_overview_widget h3 {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-family: "Merriweather", serif; }
.widget_mjerven_overview_widget p {
  font-size: 11px;
  color: #666;
  line-height: 18px;
  font-family: "Merriweather", serif; }
.widget_mjerven_overview_widget a, .widget_mjerven_overview_widget a:visited {
  color: royalblue; }
  .widget_mjerven_overview_widget a:hover, .widget_mjerven_overview_widget a:focus, .widget_mjerven_overview_widget a:visited:hover, .widget_mjerven_overview_widget a:visited:focus {
    color: #ff4b33; }

.widget_mjerven_publications_widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget_mjerven_publications_widget ul li {
    margin: 0 0 8px 0;
    padding: 0; }

@media only screen and (max-width: 480px) {
  aside.widget-area#secondary {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none; } }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
  font-size: 14px;
  font-family: "Merriweather", serif;
  line-height: 24px; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*.site-header {
  margin-top: 20px;
}*/
.container {
  background: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
  overflow: hidden; }

.content-area#primary {
  float: left;
  max-width: 640px;
  margin: 48px 0 0 20px; }
  .content-area#primary .entry-header .entry-meta {
    font-size: 12px;
    color: #777;
    clear: left;
    width: 100%;
    display: block;
    margin-top: 12px; }
    .content-area#primary .entry-header .entry-meta span.posted-on {
      display: block;
      margin: 8px 0; }
  .content-area#primary .entry-footer {
    font-size: 12px;
    color: #777; }
    .content-area#primary .entry-footer a {
      color: #777; }
      .content-area#primary .entry-footer a:hover {
        color: #ff4b33; }

.hero-image {
  border-top: 4px solid #000;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left; }

/* Blog/front-page */
article.post {
  margin-bottom: 48px; }

/* End blog/front-page */
/* About Me */
.page-template-page-about .content-area#primary {
  max-width: 100%; }
  .page-template-page-about .content-area#primary h1 {
    font-weight: 400; }
  .page-template-page-about .content-area#primary h2 {
    font-size: 20px; }
  .page-template-page-about .content-area#primary ul {
    margin: 0;
    padding: 0;
    list-style-type: square; }
    .page-template-page-about .content-area#primary ul li {
      margin: 0 0 0 32px;
      padding: 0; }
  .page-template-page-about .content-area#primary #about-left-column {
    width: 30%;
    float: left; }
    .page-template-page-about .content-area#primary #about-left-column #bio-image {
      margin-top: 20px; }
  .page-template-page-about .content-area#primary #about-right-column {
    clear: none;
    float: right;
    width: 66%; }
  .page-template-page-about .content-area#primary #about-footer {
    margin: 32px 0 0 0;
    clear: both;
    float: left;
    width: 100%; }

/* End About Me */
/* Site footer */
.site-footer {
  margin-top: 48px;
  border-top: 4px solid #000; }
  .site-footer .footer-copyright {
    font-size: 13px;
    color: #333; }

/* End site footer */
@media only screen and (max-width: 768px) {
  div.content-area#primary {
    width: 100%;
    margin-left: 0;
    float: none; }

  aside.widget-area#secondary {
    width: 100%;
    margin-top: 48px;
    float: none; } }
@media only screen and (max-width: 480px) {
  /* About Me */
  .page-template-page-about .content-area#primary {
    margin-left: 0; }
    .page-template-page-about .content-area#primary #about-left-column {
      width: 100%;
      float: left; }
    .page-template-page-about .content-area#primary #about-right-column {
      clear: left;
      float: left;
      width: 100%; }

  body.page-id-206 h1.entry-title {
    display: none; }
  body.page-id-206 img.wp-image-102 {
    width: 100%;
    margin-bottom: 32px; }

  /* End About Me */ }
/* Publications archive */
/*h3.publications-years-title {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

p.publication-abstract {
  font-size: 14px;
}

div.publication-item {
  margin-bottom: 32px;

  h2.publication-title {
    font-size: 16px;

    a {
      text-decoration: none;
      color: $color__text-main;
      &:hover {
        color: $color__link-hover;
      }
    }
  }
}*/
/*** FROM ELISEVN **** /
/* Publications */
.publications-years-title {
  border-bottom: 1px solid #e6e6e6;
  font-size: .875rem;
  font-weight: 400;
  color: #333;
  margin: 39px 0 0 0;
  padding: 0 0 .25rem 0; }

p.publication-details {
  margin-top: 0;
  font-size: 12px;
  /*span.publication-journal {
    font-style: italic;
  }*/ }

div.publication-item {
  margin: 1.5rem 0;
  overflow: hidden;
  font-family: "Roboto", sans-serif; }
  div.publication-item a {
    color: #000; }
    div.publication-item a:hover {
      color: #ff4b33; }
  div.publication-item h2.publication-title {
    font-size: 14px;
    margin-bottom: 4px; }
    div.publication-item h2.publication-title a {
      display: block;
      text-decoration: none;
      color: #333; }
      div.publication-item h2.publication-title a:hover {
        color: #ff4b33; }
  div.publication-item .publication-controls-container {
    margin: .5rem 0;
    overflow: hidden; }
  div.publication-item .publication-citation {
    margin: 0;
    padding: 0; }
    div.publication-item .publication-citation a {
      font-size: .8125rem;
      display: inline;
      text-decoration: none;
      font-weight: 400;
      /*&:hover {
        color: $color__link-hover;
      }*/ }
  div.publication-item .publication-toggle-text {
    font-size: .8125rem;
    cursor: pointer;
    margin: 0;
    padding: .25rem;
    float: left;
    color: #000; }
    div.publication-item .publication-toggle-text:hover {
      color: #ff4b33; }
  div.publication-item .abstract-toggle-container {
    overflow: hidden;
    display: inline-block;
    margin: 0 .5rem 0 0;
    padding: 0 .5rem 0 0;
    float: left;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease; }
    div.publication-item .abstract-toggle-container .abstract-toggle-icon {
      background: transparent url("media/icons/iconfinder_069_Plus_183198.svg") no-repeat scroll 0;
      background-size: 10px;
      width: 10px;
      height: 10px;
      margin: .5rem 0 0 0;
      padding: 0;
      float: left;
      cursor: pointer;
      -webkit-transition: 0.35s ease-in-out;
      -moz-transition: 0.35s ease-in-out;
      -ms-transition: 0.35s ease-in-out;
      -o-transition: 0.35s ease-in-out;
      transition: 0.35s ease; }
  div.publication-item .publication-toggle-container, div.publication-item .data-toggle-container {
    overflow: hidden;
    display: inline-block;
    margin: 0 1rem 0 0;
    padding: 0;
    float: left; }
  div.publication-item .publication-abstract {
    display: none;
    clear: left;
    float: left;
    -webkit-transition: background 0.35s ease-in-out;
    -moz-transition: background 0.35s ease-in-out;
    -ms-transition: background 0.35s ease-in-out;
    -o-transition: background 0.35s ease-in-out;
    transition: background 0.35s ease;
    padding: .5rem 1rem;
    font-size: 13px; }
    div.publication-item .publication-abstract p {
      margin: 0 0 .5rem 0;
      text-align: justify;
      font-size: .8125rem; }
  div.publication-item .abstract-toggled-background {
    background-color: #F5F5F5; }
  div.publication-item .abstract-toggled {
    background-color: #F5F5F5;
    border-bottom: 0; }
  div.publication-item .publication-download-icon {
    background: transparent url("media/icons/iconfinder_178_Download_183297.svg") no-repeat scroll 0;
    background-size: 13px;
    width: 13px;
    height: 13px;
    margin: .125rem .25rem 0 0;
    padding: 0;
    float: left; }
  div.publication-item .publication-data-icon {
    background: transparent url("media/icons/mjerven-data-icon-black-01.svg") no-repeat scroll 0;
    background-size: 12px;
    width: 12px;
    height: 12px;
    margin: .125rem .25rem 0 0;
    padding: 0;
    float: left; }
  div.publication-item .rotate45 {
    -webkit-transform: rotate3d(0, 0, 0, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }

/*.publication-download-icon {
  background: transparent url('media/icons/iconfinder_069_Plus_183198.svg') no-repeat scroll 0;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin: .25rem .25rem 0 0;
  padding: 0;
  float: left;
}*/
/*** END FROM ELISEVN *** /
 */
/* End publications archive */
/* Publication Single */
p.publication-single-abstract {
  margin-top: 20px;
  display: block;
  width: 100%;
  clear: left;
  float: left;
  font-size: 14px; }

div.single-publication-meta {
  margin: 16px 0;
  font-size: 14px; }
  div.single-publication-meta p.single-publication-authors {
    margin: 0;
    padding: 0; }
  div.single-publication-meta p.single-publication-journal-meta {
    margin: 0;
    padding: 0;
    /*span.single-publication-journal-title {
      font-style: italic;
    }*/ }

/* End Publication Single */
/* Media queries */
/* End media queries */
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

div.comment-metadata a {
  font-size: 12px;
  margin: 0 0 18px 0;
  color: #777;
  text-decoration: none; }
  div.comment-metadata a:hover {
    color: #ff4b33; }

div.comment-respond form.comment-form label {
  width: 100%;
  display: block; }
div.comment-respond form.comment-form input[type="submit"] {
  margin-top: 16px;
  cursor: pointer;
  border: 0;
  background-color: royalblue;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px; }
  div.comment-respond form.comment-form input[type="submit"]:hover {
    background-color: #4b77ff; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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