/*!
Theme Name: Ewout
Theme URI: http://www.viabold.com/
Author: Viabold
Author URI: http://www.viabold.com
Description: Custom theme designed for Ewout Frankema.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ewout
Tags:

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

Ewout is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

.entry-title {
  font-size: 1.75rem;
  color: #3358C4;
  font-weight: 400; }

p {
  margin-bottom: 1.5em;
  font-size: .8125rem;
  line-height: 1.25rem;
  text-align: justify; }

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

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

#header-search-container {
  display: inline-block;
  float: right;
  margin: 2rem 0 1rem; }
  #header-search-container .search-field {
    margin: 0;
    float: left;
    padding: 0 0 0 .5rem;
    width: 180px;
    height: 32px;
    line-height: 32px;
    font-size: .875rem;
    border-radius: 3px 0 0 3px; }
  #header-search-container .search-submit {
    float: left;
    margin: 0 0 0 0;
    padding: 0 .5rem;
    width: 40px;
    height: 34px;
    line-height: 34px;
    font-size: .875rem;
    font-weight: 700;
    border: 1px solid;
    border-left: 0;
    border-color: #ccc #ccc #bbb;
    border-radius: 0 3px 3px 0;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    color: rgba(0, 0, 0, 0.8); }
    #header-search-container .search-submit:hover {
      background-color: #F3F5F7; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

ul, ol {
  margin: 0;
  /* 0 0 1.5em 3em */
  font-size: .8125rem; }

ul {
  list-style: disc; }

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

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

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

.site-footer {
  width: 100%;
  /*background: $color__ewout-dark-blue;*/
  color: #FFF;
  /*border-top: .5rem solid $color__ewout-blue;*/
  border-top: 1px solid #DEDEDE; }

.g-recaptcha {
  margin-bottom: 1rem; }

@media screen and (max-width: 40em) {
  /*.site-branding {
  	text-align: center;
  	width: 100%;
  }*/
  #header-search-container {
    /*width: 230px;*/
    overflow: hidden;
    display: block;
    margin: 1rem auto;
    float: left;
    width: 100%; }
    #header-search-container .search-field {
      width: 80%; } }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button: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;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

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

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"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

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

.read-more-link {
  font-size: .8125rem;
  font-weight: 400;
  display: block;
  float: right;
  text-decoration: none; }
  .read-more-link:hover {
    text-decoration: underline; }

p a {
  text-decoration: none; }
  p a:hover {
    text-decoration: underline; }

.link {
  text-decoration: none; }
  .link:hover {
    text-decoration: underline; }

#bio-cv-link {
  text-decoration: none;
  /*background-color: $color__ewout-blue;
  background-image: -ms-linear-gradient(bottom, $color__ewout-blue 0%, $color__link 100%);
  background-image: -moz-linear-gradient(bottom, $color__ewout-blue 0%, $color__link 100%);
  background-image: -o-linear-gradient(bottom, $color__ewout-blue 0%, $color__link 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, $color__ewout-blue), color-stop(1, $color__link));
  background-image: -webkit-linear-gradient(bottom, $color__ewout-blue 0%, $color__link 100%);
  background-image: linear-gradient(to top, $color__ewout-blue 0%, $color__link 100%);
  color: #FFF;*/
  background-color: #3358C4;
  color: #FFF;
  /*border: 2px solid #CCC;*/
  font-weight: 400;
  /*border: 1px solid $color__ewout-dark-blue;*/
  display: inline-block;
  margin: 1rem 0;
  padding: .5rem 1rem;
  border-radius: .25rem;
  font-size: .875rem; }
  #bio-cv-link:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(media/icons/publication-download-32x32-01.png);
    background-size: 16px;
    margin: 2px .5rem 0 0;
    float: left; }
  #bio-cv-link:hover, #bio-cv-link:focus, #bio-cv-link:active {
    background: royalblue; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-branding {
  margin: 16px 0;
  display: inline-block; }

.site-title {
  margin: 0;
  padding: 0;
  font-weight: 400; }

.site-title a {
  color: #3358C4;
  text-decoration: none;
  margin: 0;
  padding: 0; }

.site-description {
  margin: 0;
  padding: 0;
  font-size: .8125rem;
  color: #444;
  text-align: center; }

@media screen and (max-width: 30rem) {
  .ewout-header-portrait {
    margin-right: 0; }

  .site-branding {
    clear: none;
    float: left;
    width: auto; }

  .front-page-branding {
    max-width: 60%; }

  .site-title {
    clear: none;
    float: left;
    font-size: 1.375rem;
    text-align: left; }

  .site-description {
    clear: left;
    float: left;
    text-align: left;
    font-size: .8125rem; } }
#desktop-menu-container {
  display: block; }

#mobile-menu-container {
  display: none;
  overflow: hidden; }
  #mobile-menu-container #primary-menu {
    display: none; }

#full-width-nav-bar {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 2px solid #3358C4;
  border-left: 0;
  border-right: 0;
  background-color: #3358C4;
  background-image: -ms-linear-gradient(bottom, #1E40A6 0%, #3358C4 100%);
  background-image: -moz-linear-gradient(bottom, #1E40A6 0%, #3358C4 100%);
  background-image: -o-linear-gradient(bottom, #1E40A6 0%, #3358C4 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1E40A6), color-stop(1, #3358C4));
  background-image: -webkit-linear-gradient(bottom, #1E40A6 0%, #3358C4 100%);
  background-image: linear-gradient(to top, #1E40A6 0%, #3358C4 100%); }
  #full-width-nav-bar .container {
    /*        #site-navigation{
    			display: inline-block;
    			margin: 0;
    			padding: 0;*/
    /*.menu-toggle {
    	display: none;
    }*/
    /*}*/ }
    #full-width-nav-bar .container .menu-main-menu-container {
      margin: 0;
      padding: 0; }
      #full-width-nav-bar .container .menu-main-menu-container #primary-menu {
        /*display: inline-block;*/
        list-style-type: none;
        text-align: center;
        margin: 0;
        padding: 0; }
        #full-width-nav-bar .container .menu-main-menu-container #primary-menu li {
          display: inline-block;
          margin: 0;
          padding: 0;
          float: left; }
          #full-width-nav-bar .container .menu-main-menu-container #primary-menu li:hover {
            background-color: #3358C4; }
          #full-width-nav-bar .container .menu-main-menu-container #primary-menu li.current_page_item {
            background-color: #3358C4; }
          #full-width-nav-bar .container .menu-main-menu-container #primary-menu li a {
            display: block;
            margin: 0;
            padding: .25rem 1.25rem;
            color: #FFF;
            text-decoration: none;
            font-size: .875rem; }
          #full-width-nav-bar .container .menu-main-menu-container #primary-menu li ul {
            position: absolute;
            display: none;
            margin: 0;
            padding: 0;
            list-style-type: none; }
            #full-width-nav-bar .container .menu-main-menu-container #primary-menu li ul li {
              margin: 0;
              padding: 0;
              clear: left;
              float: left;
              min-width: 150px; }
              #full-width-nav-bar .container .menu-main-menu-container #primary-menu li ul li a {
                width: 100%;
                margin: 0;
                /*padding: .25rem 1.25rem;*/
                background-color: #3358C4; }
                #full-width-nav-bar .container .menu-main-menu-container #primary-menu li ul li a:hover {
                  background-color: #1E40A6; }
          #full-width-nav-bar .container .menu-main-menu-container #primary-menu li:hover > ul, #full-width-nav-bar .container .menu-main-menu-container #primary-menu li:active > ul {
            display: block; }

/*#full-width-nav-bar*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
  background: url("media/icons/arrow-previous-32x32-01.png") no-repeat scroll 0 50%;
  background-size: 16px;
  padding: 0 0 0 20px; }
  .comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a {
    text-decoration: none;
    font-size: .875rem;
    color: #1E40A6; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  background: url("media/icons/arrow-next-32x32-01.png") no-repeat scroll 100% 50%;
  background-size: 16px;
  padding: 0 20px 0 0; }
  .comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
    text-decoration: none;
    font-size: .875rem;
    color: #1E40A6; }

.breadcrumbs {
  font-size: 75%;
  margin: 16px 0;
  max-width: 670px; }
  .breadcrumbs a {
    text-decoration: none;
    color: #444;
    font-weight: 400; }
    .breadcrumbs a:hover {
      color: #3358C4; }

#breadcrumbs-home-icon {
  width: 16px;
  height: 16px;
  background: url("media/icons/home-32x32-02-03.png") no-repeat;
  background-size: 16px;
  /*display: inline-block;*/
  float: left;
  margin: 0; }

#footer-menu {
  list-style-type: none;
  font-size: .8125rem;
  margin: 1.5rem 0;
  padding: 0;
  float: left; }
  #footer-menu li {
    margin: .5rem 0;
    padding: 0;
    display: inline-block; }
    #footer-menu li a {
      color: #444;
      text-decoration: none;
      margin: 0 1rem 0 0;
      padding: .25rem 0; }
      #footer-menu li a:hover {
        color: #3358C4; }

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: none;
  text-indent: -9999px;
  background: url("media/icons/scroll-up-64x64-01.png") no-repeat;
  background-size: 32px;
  background-position: 4px;
  background-color: #3358C4;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color .35s ease; }
  .scrollup:hover {
    background-color: #1E40A6; }

/* Remove pub-menu-widget-item css if we will not be using the widget */
.pub-menu-widget-item {
  text-decoration: none;
  clear: left;
  float: left;
  margin: .25rem 0; }

@media screen and (max-width: 48em) {
  .scrollup {
    background-color: transparent;
    bottom: 10px;
    right: 10px; }
    .scrollup:hover {
      background-color: transparent; }

  #desktop-menu-container {
    display: none; }

  #mobile-menu-container {
    display: block; }

  #full-width-nav-bar .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    #full-width-nav-bar .container #mini-menu-toggle {
      padding: 0;
      background-color: #3358C4;
      background-image: -ms-linear-gradient(bottom, #1E40A6 0%, #3358C4 100%);
      background-image: -moz-linear-gradient(bottom, #1E40A6 0%, #3358C4 100%);
      background-image: -o-linear-gradient(bottom, #1E40A6 0%, #3358C4 100%);
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1E40A6), color-stop(1, #3358C4));
      background-image: -webkit-linear-gradient(bottom, #1E40A6 0%, #3358C4 100%);
      background-image: linear-gradient(to top, #1E40A6 0%, #3358C4 100%);
      cursor: pointer;
      width: 100%;
      display: block;
      overflow: hidden; }
      #full-width-nav-bar .container #mini-menu-toggle #mini-menu-toggle-icon {
        background: url("media/icons/menu-toggle-48x48-01.png") no-repeat;
        background-size: 24px;
        width: 24px;
        height: 24px;
        float: right;
        margin: .5rem 1rem; }
    #full-width-nav-bar .container .menu-main-menu-container #primary-menu {
      margin: 0;
      padding: 0;
      /*display: none;*/ }
      #full-width-nav-bar .container .menu-main-menu-container #primary-menu li {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0; }
        #full-width-nav-bar .container .menu-main-menu-container #primary-menu li a {
          clear: left;
          width: 100%;
          margin: 0;
          padding: .5rem 0 .5rem 2rem;
          font-size: 1rem;
          background-color: #1E40A6; }
          #full-width-nav-bar .container .menu-main-menu-container #primary-menu li a:hover, #full-width-nav-bar .container .menu-main-menu-container #primary-menu li a:active {
            background-color: #3358C4; }
        #full-width-nav-bar .container .menu-main-menu-container #primary-menu li ul {
          position: relative;
          display: block; }
          #full-width-nav-bar .container .menu-main-menu-container #primary-menu li ul li a {
            display: block;
            background-color: #1E40A6; }
            #full-width-nav-bar .container .menu-main-menu-container #primary-menu li ul li a:hover, #full-width-nav-bar .container .menu-main-menu-container #primary-menu li ul li a:active {
              background-color: #3358C4; } }
#mobile-menu-toggle-container {
  width: 100%;
  display: block;
  overflow: hidden;
  /* x */
  /* end x */
  /* x2 */ }
  #mobile-menu-toggle-container button {
    display: inline-block;
    margin: 0 1em;
    border: none;
    background: transparent; }
  #mobile-menu-toggle-container button span {
    display: block; }
  #mobile-menu-toggle-container .lines-button {
    padding: .75rem 1rem 1rem 1rem;
    transition: .44s;
    cursor: pointer;
    user-select: none;
    border-radius: 0;
    float: right;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none; }
  #mobile-menu-toggle-container .lines-button:hover {
    opacity: 1; }
  #mobile-menu-toggle-container .lines-button:active {
    transition: none; }
  #mobile-menu-toggle-container .lines {
    display: inline-block;
    width: 2rem;
    height: 0.3rem;
    background: #ecf0f1;
    border-radius: 0;
    transition: 0.2s;
    position: relative; }
  #mobile-menu-toggle-container .lines:before,
  #mobile-menu-toggle-container .lines:after {
    display: inline-block;
    width: 2rem;
    height: 0.3rem;
    background: #ecf0f1;
    border-radius: 0;
    transition: 0.2s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center; }
  #mobile-menu-toggle-container .lines:before {
    top: .64rem; }
  #mobile-menu-toggle-container .lines:after {
    top: -.64rem; }
  #mobile-menu-toggle-container .lines-button:hover .lines:before {
    top: .64rem; }
  #mobile-menu-toggle-container .lines-button:hover .lines:after {
    top: -.64rem; }
  #mobile-menu-toggle-container .lines-button.close {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  #mobile-menu-toggle-container .lines-button.x.close .lines {
    background: transparent; }
  #mobile-menu-toggle-container .lines-button.x.close .lines:before,
  #mobile-menu-toggle-container .lines-button.x.close .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 2rem; }
  #mobile-menu-toggle-container .lines-button.x.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  #mobile-menu-toggle-container .lines-button.x.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }
  #mobile-menu-toggle-container .lines-button.x.close .lines {
    background: transparent; }
  #mobile-menu-toggle-container .lines-button.x.close .lines:before,
  #mobile-menu-toggle-container .lines-button.x.close .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 2rem; }
  #mobile-menu-toggle-container .lines-button.x.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  #mobile-menu-toggle-container .lines-button.x.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }
  #mobile-menu-toggle-container .lines-button.x2 .lines {
    transition: background 0.15s 0.3s ease; }
  #mobile-menu-toggle-container .lines-button.x2 .lines:before,
  #mobile-menu-toggle-container .lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.15s 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.15s 0.3s ease, transform 0.3s ease; }
  #mobile-menu-toggle-container .lines-button.x2.close .lines {
    transition: background 0.15s 0s ease;
    background: transparent; }
  #mobile-menu-toggle-container .lines-button.x2.close .lines:before,
  #mobile-menu-toggle-container .lines-button.x2.close .lines:after {
    transition: top 0.15s ease, -webkit-transform 0.15s 0.3s ease;
    transition: top 0.15s ease, transform 0.15s 0.3s ease;
    top: 0;
    width: 2rem; }
  #mobile-menu-toggle-container .lines-button.x2.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  #mobile-menu-toggle-container .lines-button.x2.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

/**/
button.lines-button.x2, button.lines-button.x {
  background: transparent;
  border-radius: 0;
  box-shadow: none; }

@media screen and (min-width: 769px) {
  /* todo: target with rem */
  #mobile-menu-toggle-container {
    display: none; } }
.display-block {
  display: block !important; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .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;
    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 2.5rem;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget .widget-title {
    color: #3358C4;
    border-bottom: 1px solid #DEDEDE;
    font-size: 1rem;
    font-weight: 400; }

/* Latest Publications */
.latest-publications-container .latest-publications-title {
  font-size: .8125rem;
  margin: 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #EEE; }
  .latest-publications-container .latest-publications-title a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    color: #212121; }
    .latest-publications-container .latest-publications-title a:hover {
      color: #1E40A6; }

/* End Latest Publications */
/* Tag Cloud */
.tagcloud a {
  text-decoration: none;
  color: #444; }
  .tagcloud a:hover {
    color: #3358C4; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.container {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1%; }

#primary.content-area {
  width: 63%;
  float: left;
  margin: 0 5% 10% 0; }

aside#secondary.widget-area {
  width: 30%;
  float: left; }

@media screen and (max-width: 58rem) {
  .container {
    max-width: 95%; }

  #primary.content-area {
    width: 100%;
    margin: 0; }

  aside#secondary.widget-area {
    width: 100%;
    float: left; } }
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

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

.ewout-header-portrait {
  display: inline-block;
  margin: .6125rem 1rem 0 0;
  float: left;
  width: 80px;
  height: 80px;
  background: url("media/images/ewout-frankema-portrait-160x160-01.jpg") no-repeat center center;
  background-size: 80px; }

/******** Publications ********/
/* Working Papers list page */
.publications-years-title {
  border-bottom: 1px solid #DEDEDE;
  font-size: .875rem;
  font-weight: 400; }

.publication-item {
  margin: 1.5rem 0;
  overflow: hidden; }
  .publication-item .publication-controls-container {
    margin: .5rem 0; }
  .publication-item .publication-citation a {
    color: #212121;
    font-size: .8125rem;
    display: inline;
    text-decoration: none; }
    .publication-item .publication-citation a:hover {
      color: #3358C4; }
  .publication-item .publication-toggle-text {
    font-size: .8125rem;
    cursor: pointer;
    /*margin: 0 1.5rem 0 .25rem;*/
    margin: 0;
    padding: .25rem;
    color: #3358C4;
    float: left; }
  .publication-item .abstract-toggle-container {
    overflow: hidden;
    display: inline-block;
    margin: 0 1rem 0 0;
    padding: 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; }
    .publication-item .abstract-toggle-container .abstract-toggle-icon {
      background: transparent url(media/icons/icon-abstract-24x24-02.png) no-repeat scroll 0;
      background-size: 12px;
      width: 12px;
      height: 12px;
      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; }
  .publication-item .publication-toggle-container, .publication-item .data-toggle-container {
    overflow: hidden;
    display: inline-block;
    margin: 0 1rem 0 0;
    padding: 0;
    float: left; }
  .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; }
    .publication-item .publication-abstract p {
      margin: 0 0 .5rem 0;
      text-align: justify; }
  .publication-item .abstract-toggled-background {
    background-color: #F5F5F5; }
  .publication-item .abstract-toggled {
    background-color: #F5F5F5;
    border-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem; }
  .publication-item .publication-download-icon {
    background: transparent url(media/icons/publication-download-32x32-01.png) no-repeat scroll 0;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin: .125rem .25rem 0 0;
    padding: 0;
    float: left; }
  .publication-item .publication-data-icon {
    background: transparent url(media/icons/pubData-16x16@2x.png) no-repeat scroll 0;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin: .125rem .25rem 0 0;
    padding: 0;
    float: left; }
  .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); }

.single .publication-toggle-container {
  margin-bottom: 1.5rem; }

.single-subtitle {
  margin: 1rem 0 0 0;
  font-weight: 400;
  font-size: .875rem;
  border-bottom: 1px solid #DEDEDE; }

.single-publication .publication-item,
.single-working_paper .publication-item {
  margin-top: 0; }

.single-publication .hentry,
.single-working_paper .hentry {
  margin: 0; }

.categorical-terms-container {
  margin-top: 2rem; }

/******** End Publications ********/
/******** Teaching ********/
.teaching-list {
  border-bottom: 1px solid #DEDEDE; }
  .teaching-list .teaching-item {
    margin: 0;
    padding: .5rem 0 1rem 0;
    border-top: 1px solid #DEDEDE;
    /*&:nth-child(even) {
    	background-color: #F5F5F5;
    }*/ }
    .teaching-list .teaching-item .teaching-item-title {
      /*margin-top: 0;*/ }

/******** End Teaching ********/
/******** Media Posts Page ********/
.media_post-item {
  margin-bottom: 4rem;
  border-bottom: 1px solid #E0E0E0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/** End Media Posts Page */
/* Front page media post list */
.front-page-media_post-item {
  width: 100%;
  margin-bottom: 2rem;
  /*.embed-container {
  	border: 1rem solid #EEE;
  }*/
  /*&:nth-child(even){
  	margin-left: 5%;
  }*/
  /*.embed-container {
  	width: 80%;
  	margin: 0 auto;
  }*/ }

/* End Front page media post list */
/* Archive */
.taxonomy-description {
  width: 100%;
  padding: 1rem;
  background-color: #F3F5F7;
  border: 1px solid #EEE; }
  .taxonomy-description p {
    display: inline;
    margin: 0;
    padding: 0; }

/* End Archive */
#map {
  height: 100%; }

#footer-copyright {
  margin: .5rem 0;
  padding: 0;
  color: #212121;
  display: block;
  clear: left;
  float: left; }

/* Bio Page */
@media screen and (max-width: 36rem) {
  .ewout-bio-portrait {
    width: 100px;
    height: 150px; } }
/* End Bio Page*/
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-title {
  font-size: .875rem;
  /*font-weight: normal;*/
  border-top: 1px solid #DEDEDE;
  padding-top: 1rem; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-metadata a {
  font-size: .75rem;
  text-decoration: none; }

.comment-form label {
  display: inline-block;
  width: 56px;
  font-weight: bold; }

.comment-body {
  border: 1px solid #DEDEDE;
  padding: 1rem;
  border-radius: 2px;
  /*box-shadow: 2px 2px #DEDEDE;*/ }
  .comment-body:not(first-child) {
    margin-top: .25rem; }

.comment-list, ol.children {
  list-style-type: none; }

.comment-reply-link {
  text-decoration: none;
  font-weight: bold;
  font-size: .875rem; }

.comment-respond .submit {
  font-weight: bold; }

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

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