/*!
 * Theme Name: Minimo
 * Author: Munif Tanjim
 */
/*****************
 0. Normalize
*****************/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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.
 */
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*****************
 1. Typography
*****************/
body,
button,
input,
select,
textarea {
  font-family: Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #37474F;
  word-wrap: break-word; }

/* Headings */
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Ubuntu, "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #263238;
  margin: 0 0 .625em; }

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 1.5em; }
  .entry-content h2:first-child,
  .entry-content h3:first-child,
  .entry-content h4:first-child,
  .entry-content h5:first-child,
  .entry-content h6:first-child {
    margin-top: 0; }

.site-title,
h1 {
  font-size: 1.66667em; }

h2 {
  font-size: 1.55556em; }

h3 {
  font-size: 1.44444em; }

.list-title,
h4 {
  font-size: 1.33333em; }

h5 {
  font-size: 1.22222em; }

h6 {
  font-size: 1.11111em; }

.list-item-title,
.entry-title,
.site-title {
  margin-bottom: 0; }

/* Copy */
p {
  margin: 0 0 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  font-family: "Ubuntu Mono", Consolas, Monaco, "Andale Mono", monospace;
  font-size: 0.88889em;
  /* background-color: #eee; */
  /* color: $color--white; */
  max-width: 100%;
  padding: 0.5em;
  margin-bottom: 1.5em;
  overflow: auto;
  word-wrap: normal;
  border: 1px solid #ccc; }

code,
kbd,
tt,
var {
  font-family: "Ubuntu Mono", Consolas, Monaco, "Andale Mono", monospace; }

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

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

big {
  font-size: 125%; }

/* Extras */
.list-title,
.site-title {
  text-transform: uppercase; }

.site-description,
.entry-subtitle {
  font-style: italic;
  margin: .4444444444444444em 0 0; }

.taxonomy-type {
  font-size: 0.88889em;
  font-style: italic; }

.list-item-title {
  font-size: 1em;
  font-weight: 400; }

.meta span {
  font-size: 0.88889em; }
  .entry .meta span {
    font-style: italic; }

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

*,
*:after,
*:before {
  box-sizing: inherit; }

blockquote,
q {
  quotes: '' ''; }
  blockquote:after, blockquote:before,
  q:after,
  q:before {
    content: ''; }
  blockquote p:last-child,
  q p:last-child {
    margin-bottom: 0; }

blockquote {
  font-style: italic;
  margin: 0 0 1.35em;
  padding-left: 1.25em;
  border-left: 0.2em solid #BDBDBD;
  font-size: 1.11111em; }

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

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

.figure {
  border: 1px solid #ccc;
  margin: 1em 0;
  text-align: center; }
  .figure .caption {
    font-style: italic; }

/* Lists */
ol,
ul {
  padding: 0;
  margin: 0 0 1.5em 2em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/* Tables */
table,
td,
th {
  border: 1px solid #BDBDBD; }

table {
  width: 100%;
  margin: 0 0 1.5em;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px; }

caption,
td,
th {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

td,
th {
  padding: .3333333333333333em; }

/* iframes */
iframe.shinyapp {
  display: block;
  border: 1px solid black;
  margin: 20px auto;
  box-shadow: 10px 10px 5px grey; }

/*****************
 3. Layout
*****************/
.entry-header:after,
.site-header:after, .entry-nav-links:before, .comments-container #disqus_thread:before, .entry + .list-container:before, .footer:before, .prev-entry ~ .next-entry:before {
  content: '';
  display: block;
  border-bottom: 1px solid #ff0000;
  width: 100%; }

.entry-header:after,
.site-header:after {
  margin-top: 2em;
  margin-bottom: 2.5em; }

.entry-nav-links:before, .comments-container #disqus_thread:before, .entry + .list-container:before, .footer:before, .prev-entry ~ .next-entry:before {
  margin-top: 2.5em;
  margin-bottom: 2em; }

.site, .header-container, .entry-header,
.site-header, .main, .entry, .entry-nav, .entry-nav-links, .comments-container, .comments-container #disqus_thread, .footer-container, .footer {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%; }

.entry-header,
.site-header, .entry-content, .entry-footer, .entry-nav-links, .comments-container #disqus_thread, .list-container, .footer {
  width: 100%;
  max-width: 600px; }

.header-container {
  padding: 0 1.5em;
  margin-top: 2em; }

.entry-header,
.site-header {
  align-items: flex-start; }

.entry-info,
.site-info {
  margin-top: 1.5em; }

.page .site-header:after {
  display: none; }

.page .site-info {
  display: none; }

.main {
  padding: 0 1.5em; }

.entry-footer {
  margin-top: 1.5em; }

.entry-nav-links {
  align-items: flex-start; }

.comments-container #disqus_thread {
  align-items: flex-start; }
  .comments-container #disqus_thread:before {
    border-bottom-color: #BDBDBD; }

.entry + .list-container:before {
  border-bottom-color: #BDBDBD; }

.footer-container {
  padding: 0 1.5em; }

.footer {
  align-items: flex-start; }
  .footer > div {
    width: 100%;
    margin-top: 1em; }
    .footer > div:first-child {
      margin-top: 0; }

.icon {
  display: inline-block;
  height: 1em;
  width: 1em; }

.icon {
  stroke: #2A2A2A;
  fill: none;
  position: relative;
  top: .1111111111111111em; }

/*****************
 4. Navigation
*****************/
/* Links */
a:not(.sourceLine) {
  color: #0074D9;
  text-decoration: none; }
  a:not(.sourceLine):visited {
    color: #B10DC9; }

/* Menus */
.main-menu {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  .main-menu li {
    font-size: 1em;
    text-transform: uppercase;
    margin-right: .666666666em; }
    .main-menu li:last-of-type {
      margin-right: 0; }
  .main-menu a.current {
    font-weight: 700;
    border: inherit;
    opacity: 1; }

.social ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em 0; }

.social li {
  margin-right: .5555555555555556em; }
  .social li:last-child {
    margin-right: 0; }

/* Pagination */
.pagination {
  margin-top: 1.5em; }

.page-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline; }

.page-link {
  padding: .2777777777777778em .4444444444444444em; }
  .page-link:first-child {
    padding-left: 0; }
  .page-link:last-child {
    padding-right: 0; }
  .page-link.dots {
    padding: 0; }

/* Entry Navigation */
.entry-nav-links:before {
  border-bottom-color: #BDBDBD; }

.entry-nav-links > div a {
  font-style: italic; }

.entry-nav-links > div span {
  display: block;
  font-style: normal;
  font-size: 0.88889em; }

.prev-entry ~ .next-entry:before {
  border-bottom-color: #BDBDBD;
  width: 2em;
  margin: 1em 0; }

/*****************
 5. Site Blocks
*****************/
/* List Block */
.list {
  display: flex;
  flex-flow: column nowrap; }

.list-title {
  margin-bottom: 1em; }

.taxonomy-type {
  margin-right: 0.2777777777777778em; }

.list-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  margin-bottom: 0.8333333333333334em; }
  .list-item:last-of-type {
    margin-bottom: 0; }
  .list-item .meta {
    flex-basis: 6em;
    flex-shrink: 0; }

/* Term Cloud */
.term-cloud {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .term-cloud li {
    padding: 0 1.5em 0.5em 0; }

/* Post Entry */
.entry .meta {
  margin-top: .6em; }
  .entry .meta span {
    margin-right: .8333333333333334em; }
  .entry .meta .icon {
    margin-right: .2222222222222222em; }

.entry-content > :last-child,
.entry-content > :last-child > :last-child {
  margin-bottom: 0; }

.entry-footer div {
  margin-top: .3333333333333333em; }
  .entry-footer div:first-child {
    margin-top: 1em; }

.entry-footer .category-icon,
.entry-footer .tag-icon {
  margin-right: .4444444444444444em; }

/*****************
 6. Shortcodes
*****************/
/* center */
.center-align {
  text-align: center; }
  .center-align > blockquote {
    display: inline-block; }
  .center-align > ol,
  .center-align > ul {
    display: inline-block;
    text-align: initial; }
  .center-align li {
    word-wrap: normal; }

/* text */
.shortcode-text > * {
  font-size: 1em; }

/*****************
 7. Accessibility
*****************/
.screen-reader {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }
