/*
  Theme Name: CROSP Blog Theme
  Theme URI: http://crosp.net
  Author: Alexander Molochko
  Author URI: http://crosp.net/about
  Description: Custom theme designed for personal purpose
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: crosp-blog
  Tags: fluid-layout, responsive-layout, custom-colors
*/
/*------------------------------------*\
  SASS MIXINS
\*------------------------------------*/
/* Mixins for transformation & animation */
/* Background mixins */
/* Mixins for single rules */
/* Special classes for accessibility */
/* Colors name to hex values map */
/* Colors map */
/* Helper function to obtain color by name */
/* Main colors */
/* Text Color */
/* Component colors */
/* Main UI colors map */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 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 OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

@font-face {
  font-family: "crspiconfont";
  src: url("fonts/icons/crspiconfont.eot?cgjyah");
  src: url("fonts/icons/crspiconfont.eot?cgjyah#iefix") format("embedded-opentype"), url("fonts/icons/crspiconfont.ttf?cgjyah") format("truetype"), url("fonts/icons/crspiconfont.woff?cgjyah") format("woff"), url("fonts/icons/crspiconfont.svg?cgjyah#crspiconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.crsp-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "crspiconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.crsp-calendar-check:before {
  content: "\e97a";
}

.crsp-tag:before {
  content: "\e97b";
}

.crsp-devops:before {
  content: "\e97f";
}

.crsp-linux:before {
  content: "\e97c";
}

.crsp-motherboard:before {
  content: "\e978";
}

.crsp-expansion-board:before {
  content: "\e979";
}

.crsp-server-configure:before {
  content: "\e973";
}

.crsp-404:before {
  content: "\e971";
}

.crsp-smartphone-and-tablet:before {
  content: "\e972";
}

.crsp-coding:before {
  content: "\e970";
}

.crsp-house-architecture:before {
  content: "\e96f";
}

.crsp-arrow-up:before {
  content: "\e977";
}

.crsp-error-circle:before {
  content: "\e96c";
}

.crsp-success-circle:before {
  content: "\e96d";
}

.crsp-close:before {
  content: "\e96e";
}

.crsp-briefcase:before {
  content: "\e976";
}

.crsp-tools:before {
  content: "\e974";
}

.crsp-settings:before {
  content: "\e975";
}

.crsp-previous:before {
  content: "\e969";
}

.crsp-next:before {
  content: "\e96a";
}

.crsp-category:before {
  content: "\e96b";
}

.crsp-star:before {
  content: "\e982";
}

.crsp-stopwatch-thin:before {
  content: "\e983";
}

.crsp-star-circle:before {
  content: "\e984";
}

.crsp-lightbulb:before {
  content: "\e981";
}

.crsp-push-pin:before {
  content: "\e980";
}

.crsp-car-hood-o:before {
  content: "\e97d";
}

.crsp-car-hood:before {
  content: "\e97e";
}

.crsp-speech:before {
  content: "\e959";
}

.crsp-eye:before {
  content: "\e95a";
}

.crsp-calendar:before {
  content: "\e95b";
}

.crsp-user:before {
  content: "\e95d";
}

.crsp-send:before {
  content: "\e95c";
}

.crsp-at:before {
  content: "\e95e";
}

.crsp-envelope:before {
  content: "\e95f";
}

.crsp-info:before {
  content: "\e960";
}

.crsp-phone-call:before {
  content: "\e961";
}

.crsp-mail:before {
  content: "\e962";
}

.crsp-skype:before {
  content: "\e963";
}

.crsp-left-quote:before {
  content: "\e964";
}

.crsp-web-tools:before {
  content: "\e957";
}

.crsp-chevron-right:before {
  content: "\e955";
}

.crsp-full-case-study:before {
  content: "\e953";
}

.crsp-management:before {
  content: "\e94f";
}

.crsp-man-gear:before {
  content: "\e950";
}

.crsp-paint-brush:before {
  content: "\e951";
}

.crsp-link-chain:before {
  content: "\e952";
}

.crsp-case-study:before {
  content: "\e94e";
}

.crsp-wordpress:before {
  content: "\e956";
}

.crsp-laravel:before {
  content: "\e94d";
}

.crsp-phonegap:before {
  content: "\e942";
}

.crsp-drupal:before {
  content: "\e948";
}

.crsp-apple-logo:before {
  content: "\e949";
}

.crsp-android-logo:before {
  content: "\e94a";
}

.crsp-ruby:before {
  content: "\e94b";
}

.crsp-html5:before {
  content: "\e943";
}

.crsp-css3:before {
  content: "\e946";
}

.crsp-opencart:before {
  content: "\e947";
}

.crsp-php:before {
  content: "\e944";
}

.crsp-js:before {
  content: "\e945";
}

.crsp-coding-pc:before {
  content: "\e93f";
}

.crsp-coding-monitor:before {
  content: "\e940";
}

.crsp-test-exam:before {
  content: "\e941";
}

.crsp-test:before {
  content: "\e93d";
}

.crsp-exam:before {
  content: "\e93e";
}

.crsp-development:before {
  content: "\e931";
}

.crsp-chat:before {
  content: "\e932";
}

.crsp-tactics:before {
  content: "\e933";
}

.crsp-strategy-pencil:before {
  content: "\e934";
}

.crsp-strategy-chess:before {
  content: "\e935";
}

.crsp-strategy-board:before {
  content: "\e936";
}

.crsp-chess-horse:before {
  content: "\e937";
}

.crsp-up-arrow:before {
  content: "\e938";
}

.crsp-down-arrow:before {
  content: "\e939";
}

.crsp-rocket-ship:before {
  content: "\e93a";
}

.crsp-light-bulb:before {
  content: "\e93b";
}

.crsp-padlock:before {
  content: "\e92d";
}

.crsp-padlock-shield:before {
  content: "\e92e";
}

.crsp-shield:before {
  content: "\e92f";
}

.crsp-speedometer:before {
  content: "\e930";
}

.crsp-ruler-pencil:before {
  content: "\e929";
}

.crsp-compass-ruler:before {
  content: "\e92a";
}

.crsp-compass-pencil:before {
  content: "\e92b";
}

.crsp-cubes:before {
  content: "\e92c";
}

.crsp-lego-cube:before {
  content: "\e928";
}

.crsp-bugs-search:before {
  content: "\e926";
}

.crsp-diamond:before {
  content: "\e927";
}

.crsp-success:before {
  content: "\e922";
}

.crsp-checked:before {
  content: "\e923";
}

.crsp-desktop:before {
  content: "\e91e";
}

.crsp-embedded:before {
  content: "\e91f";
}

.crsp-administration:before {
  content: "\e920";
}

.crsp-mobile-dev:before {
  content: "\e921";
}

.crsp-mobile-phone-code:before {
  content: "\e91d";
}

.crsp-web-page:before {
  content: "\e91c";
}

.crsp-api:before {
  content: "\e91b";
}

.crsp-add-contact:before {
  content: "\e965";
}

.crsp-pencil-o:before {
  content: "\e966";
}

.crsp-pencil-fill:before {
  content: "\e967";
}

.crsp-quote-circle:before {
  content: "\e968";
}

.crsp-shopping-cart:before {
  content: "\e958";
}

.crsp-open-source:before {
  content: "\e954";
}

.crsp-handshake:before {
  content: "\e94c";
}

.crsp-bar-chart-reload:before {
  content: "\e93c";
}

.crsp-compass-tool:before {
  content: "\e925";
}

.crsp-personal-timeline:before {
  content: "\e924";
}

.crsp-skills:before {
  content: "\e91a";
}

.crsp-personal-qualities:before {
  content: "\e919";
}

.crsp-google-play-fill:before {
  content: "\e916";
}

.crsp-apple:before {
  content: "\e917";
}

.crsp-google-play-o:before {
  content: "\e918";
}

.crsp-airplane:before {
  content: "\e914";
}

.crsp-download-cloud:before {
  content: "\e915";
}

.crsp-language:before {
  content: "\e90e";
}

.crsp-open-book:before {
  content: "\e910";
}

.crsp-book:before {
  content: "\e912";
}

.crsp-writing:before {
  content: "\e913";
}

.crsp-businessman:before {
  content: "\e906";
}

.crsp-manager:before {
  content: "\e90a";
}

.crsp-fishing:before {
  content: "\e90c";
}

.crsp-bio-person:before {
  content: "\e90d";
}

.crsp-traveling:before {
  content: "\e907";
}

.crsp-code:before {
  content: "\e908";
}

.crsp-dumbbell:before {
  content: "\e909";
}

.crsp-music-headphones:before {
  content: "\e90b";
}

.crsp-speaking:before {
  content: "\e90f";
}

.crsp-ball:before {
  content: "\e911";
}

.crsp-facebook:before {
  content: "\e900";
}

.crsp-github:before {
  content: "\e901";
}

.crsp-googleplus:before {
  content: "\e902";
}

.crsp-linkedin:before {
  content: "\e903";
}

.crsp-twitter:before {
  content: "\e904";
}

.crsp-vk:before {
  content: "\e905";
}

/*------------------------------------*\
  #GENERAL PAGE STYLES
\*------------------------------------*/
html {
  font-size: 62.5%;
}

body, html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #222;
  background-color: #e8e8e8;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-weight: normal;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

a:visited,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  color: #56c99b;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #494949;
}

img {
  width: 100%;
}

select,
textarea,
input {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  padding: 1rem 1rem;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  width: 100%;
}

em {
  font-style: italic;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

.l-text-center {
  text-align: center;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* centered columns styles */
.l-row-centered {
  text-align: center;
}

.l-col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

.l-footer__social-icons, .l-footer__copyright {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* Post module */
.l-post {
  display: table;
  margin-bottom: 1.875em;
  padding: 0 !important;
}
@media only screen and (max-width: 992px) {
  .l-post {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .l-post-content {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 560px) {
  .l-post.post--short {
    padding-right: 0;
    padding-left: 0;
  }
}
.l-post-thumbnail {
  vertical-align: middle;
  padding: 0;
  width: 35%;
  display: table-cell;
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .l-post-thumbnail {
    display: block;
    width: 100%;
  }
}
.l-post-description {
  width: 65%;
  vertical-align: middle;
  display: table-cell;
}
@media only screen and (max-width: 992px) {
  .l-post-description {
    display: block;
    width: 100%;
  }
}

/* Post content */
@media only screen and (max-width: 560px) {
  #main-content {
    padding: 0 0.3125em;
  }
}

.l-sidebar {
  margin-top: 3rem;
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 992px) {
  .l-sidebar {
    margin-top: 0;
  }
}

.l-header {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .l-header {
    height: 100%;
  }
}
.l-header-content {
  font-size: 1.6rem;
  height: 100%;
  width: 100%;
  display: table;
}
@media only screen and (max-width: 480px) {
  .l-header-content {
    font-size: 0.875em;
  }
}
.l-header-content .header-content__wrapper {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  position: relative;
}
.l-header-content .header-content__wrapper .header-post-info {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.l-footer {
  display: block;
  width: 100%;
}
.l-footer__subscription {
  width: 29%;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .l-footer__subscription {
    width: 100%;
  }
}
.l-footer__copyright {
  width: 39%;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .l-footer__copyright {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__copyright {
    width: 100%;
  }
}
.l-footer__social-icons {
  width: 29%;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  padding-right: 1.875em;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .l-footer__social-icons {
    font-size: 0.5em !important;
  }
}
@media only screen and (max-width: 992px) {
  .l-footer__social-icons {
    font-size: 0.6em !important;
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__social-icons {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .l-footer__social-icons {
    font-size: 0.5em !important;
  }
}

.l-blog-pagination {
  text-align: center;
}

.l-search-form {
  width: 100%;
}
.l-search-form .search-form__input {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .l-search-form .search-form__input {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .l-search-form .search-form__submit {
    margin: 0.625em auto;
    display: block;
  }
}

/* +++++ NAVIGATION MODULES LAYOUT +++++ */
#navigation-bar-main .navigation-bar-logo {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 20%;
}
@media only screen and (max-width: 992px) {
  #navigation-bar-main .navigation-bar-logo {
    width: 50%;
  }
}
#navigation-bar-main .navigation-menu {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
  height: 100%;
  text-align: right;
}
#navigation-bar-main .navigation-menu__list {
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #navigation-bar-main .navigation-menu {
    clear: both;
    display: none;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #navigation-bar-main .navigation-menu {
    display: inline-block;
  }
}
#navigation-bar-main .navigation-menu.is-displayed {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  #navigation-bar-main .navigation-menu.is-displayed {
    display: block;
  }
}
#navigation-bar-main .navigation-menu-toggle {
  display: none;
  height: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  #navigation-bar-main .navigation-menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #navigation-bar-main .navigation-menu-toggle {
    display: inline-block;
    width: 50%;
    text-align: right;
  }
}

/* ------ NAVIGATION MODULES LAYOUT END ------ */
.l-recent-post-list {
  display: block;
}

/* Post module */
.post {
  height: 18.9375em;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  /* Image submodule */
  /* Title submodule */
  /* Content submodule */
  /* Meta submodule */
  /* Footer submodule */
  /* Description submodule */
  /* Categories submodule */
  /* More submodule */
  /* States */
}
@media only screen and (max-width: 992px) {
  .post {
    height: auto;
  }
}
.post-image {
  height: 100%;
  position: relative;
}
.post-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.post-thumbnail__image {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 170%;
  width: auto !important;
}
@media only screen and (max-width: 1200px) {
  .post-thumbnail__image {
    max-width: none;
  }
}
@media only screen and (max-width: 992px) {
  .post-thumbnail__image {
    position: static;
    max-width: 100%;
    min-width: 100%;
    min-height: 0;
  }
}
.post-title {
  display: block;
  line-height: 1.3;
  margin-bottom: 0.625em;
  margin-top: 0.9375em;
}
.post-title__header {
  color: #52b3d9;
  font-weight: 700;
}
.post-title__link {
  color: #337ab7;
}
.post-content {
  line-height: 1.4;
}
.post-meta {
  margin: 0.5625em 0;
  color: #56c99b;
}
.post-meta__link {
  white-space: nowrap;
  margin-right: 0.75em;
  color: #797e83;
}
@media only screen and (max-width: 480px) {
  .post-meta__link {
    display: block;
    margin-top: 0.3125em;
  }
}
.post-meta__link:hover {
  color: #52b3d9;
}
.post-meta__title {
  vertical-align: middle;
  display: inline-block;
}
.post-meta__icon {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.25em;
  margin-right: 0.2em;
}
.post-footer {
  width: 100%;
  padding: 0;
  margin-top: 1.25em;
}
.post-description {
  padding: 0.3125em 1.5625em 1.5625em 1.25em;
}
@media only screen and (max-width: 560px) {
  .post-description {
    padding-left: 0.9375em;
    padding-right: 0.625em;
  }
}
.post-categories {
  margin: 0;
  width: 60%;
  word-wrap: break-word;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .post-categories {
    width: 100%;
    display: block;
  }
}
.post-categories__link {
  vertical-align: middle;
  display: inline-block;
  color: #797e83;
}
.post-categories__link:hover {
  color: #52b3d9;
}
.post-categories__link::after {
  content: "/";
}
.post-categories__link.is-last-item::after {
  content: "";
}
.post-categories__icon {
  display: inline-block;
  color: #797e83;
  margin-right: 0.25em;
  font-size: 1.25em;
}
.post-categories__links-wrapper {
  vertical-align: middle;
  display: inline-block;
}
.post-more {
  margin-left: -5px;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  width: 40%;
  display: inline-block;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .post-more {
    margin-top: 1.5rem;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.post-more--masonry {
  width: auto;
}
.post:hover {
  -moz-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.19), 0 5px 17px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.19), 0 5px 17px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.19), 0 5px 17px 0 rgba(0, 0, 0, 0.19);
}
/* Post info module used in header mostly */
.post-info {
  text-align: center;
  padding: 1.25em 1.25em;
}
.post-info-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  font-size: 1.125em;
}
.post-info-list__divider {
  margin: 0 0.1875em;
  display: inline-block;
  height: 1.875em;
  position: relative;
  top: 0.5357142857em;
}
@media only screen and (max-width: 560px) {
  .post-info-list__divider {
    display: none;
  }
}
.post-info-list__divider-line {
  height: 100%;
  padding: 0;
  margin: 0;
  width: 1px;
  color: #52b3d9;
  background-color: #52b3d9;
  display: inline-block;
}
.post-info-list-item {
  display: inline-block;
  padding: 0.1875em;
  vertical-align: middle;
  color: #f7f7f7;
}
.post-info-list-item__icon {
  vertical-align: middle;
  display: inline-block;
}
.post-info-list-item__linking-word {
  vertical-align: middle;
  display: inline-block;
}
.post-info-list-item__title {
  vertical-align: middle;
  display: inline-block;
}
.post-info-list-item__link {
  vertical-align: middle;
  display: inline-block;
  color: #52b3d9;
}
.post-info-list-item__link:visited, .post-info-list-item__link:active, .post-info-list-item__link:focus {
  color: #52b3d9;
}
.post-info-list-item__link:hover {
  color: #56c99b;
}
@media only screen and (max-width: 480px) {
  .post-info-list {
    padding: 0.4375em 0.3125em;
  }
}

/* Post content module */
.post-content__wrapper {
  margin-top: 1.25em;
  overflow: hidden;
  font-size: 1.25em;
  padding: 1em;
  background-color: #fff;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  /* States */
  /* Modifiers */
}
.post-content__wrapper:hover {
  -moz-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.19), 0 5px 17px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.19), 0 5px 17px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.19), 0 5px 17px 0 rgba(0, 0, 0, 0.19);
}
.post-content__wrapper--author-info {
  padding: 0;
}
.post-content__wrapper--featured-posts {
  padding: 0;
}
.post-content__wrapper--tags {
  padding: 0.4375em 0.75em;
}
.post-content--work .post-content__wrapper {
  padding: 0;
}

.post-tags {
  font-size: 0.875em;
}

.post-tag-list {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.post-tag-item {
  list-style: none;
  display: inline-block;
  margin-right: 0.25em;
  margin-top: 0.3125em;
}
.post-tag-item__link {
  padding: 0.25em 0.5625em;
  display: inline-block;
  color: #52b3d9;
  border: 1px solid #52b3d9;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  border-radius: 7px;
}
.post-tag-item__link:hover {
  color: #f7f7f7;
  background-color: #52b3d9;
}

.featured-posts {
  font-size: 1em;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.featured-posts__col {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0.625em 0.625em 1.25em;
}
.featured-posts__col--50 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .featured-posts__col--50 {
    width: 100%;
    display: block;
  }
}
.featured-posts__col--recent {
  border-right: 1px solid #dddddd;
}
@media only screen and (max-width: 768px) {
  .featured-posts__col--popular {
    border-top: 1px solid #dddddd;
  }
}
.featured-posts__title {
  font-size: 1.375em;
  font-weight: 500;
  margin-bottom: 0.4375em;
  padding-top: 0.5em;
}

.featured-post-items {
  display: block;
  width: 100%;
}
.featured-post-item {
  display: block;
  width: 100%;
  font-size: 0.875em;
}
.featured-post-item__date {
  font-weight: 300;
  float: left;
  text-align: left;
  margin-right: 0.3571428571em;
}
.featured-post-item__link {
  display: block;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  font-weight: 300;
  text-overflow: ellipsis;
}
.featured-post-item--recent .featured-post-item__date {
  width: 7.1428571429em;
}
.featured-post-item--popular .featured-post-item__date {
  width: 5.7142857143em;
}

.masonry-post {
  text-align: center;
  margin-top: 1.25em;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  padding: 0 !important;
  /* States */
}
.masonry-post:hover {
  -moz-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.19), 0 5px 17px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.19), 0 5px 17px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.19), 0 5px 17px 0 rgba(0, 0, 0, 0.19);
}
.masonry-post__image {
  height: 100%;
  width: 100%;
  position: relative;
}

.masonry-post-content {
  padding: 1.25em;
}

.masonry-post-title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.4375em;
}
.masonry-post-title__header {
  color: #52b3d9;
  font-weight: 700;
}

.masonry-post-meta {
  margin-bottom: 0.625em;
  color: #56c99b;
}
.masonry-post-meta__link {
  vertical-align: middle;
  margin-bottom: 0.25em;
  display: inline-block;
  margin-right: 0.75em;
  color: #797e83;
}
@media only screen and (max-width: 480px) {
  .masonry-post-meta__link {
    display: block;
    margin-top: 0.3125em;
  }
}
.masonry-post-meta__link:hover {
  color: #52b3d9;
}
.masonry-post-meta__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25em;
  margin-right: 0.2em;
}
.masonry-post-meta__icon--vt {
  position: relative;
  vertical-align: top;
}
.masonry-post-meta__title {
  display: inline;
  vertical-align: middle;
}

/* Main content module */
.main-content {
  margin-bottom: 3rem;
}
.posts-list {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

/*------------------------------------*\
  #BUTTONS STYLE
\*------------------------------------*/
.button {
  border: none;
  border-radius: 2px;
  display: inline-block;
  outline: 0;
  padding: 0.7rem 2.2rem;
  color: #f7f7f7;
  background-color: rgba(51, 51, 51, 0.15);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.button__icon {
  margin-right: 0.5rem;
  color: #f7f7f7;
}
.button:hover, .button.is-selected {
  color: #f7f7f7;
  background-color: rgba(68, 86, 91, 0.61);
}
.button--full-width {
  display: block;
  width: 100%;
}

.button--primary {
  background-color: #52b3d9;
}
.button--primary:focus, .button--primary:visited {
  color: #f7f7f7;
}
.button--primary:hover, .button--primary.is-selected {
  background-color: #237ea2;
}
.button--secondary {
  background-color: #56c99b;
}
.button--secondary:focus, .button--secondary:visited {
  color: #f7f7f7;
}
.button--secondary:hover, .button--secondary.is-selected {
  background-color: #2d8c66;
}
.button--accent {
  background-color: #FFC107;
}
.button--accent:focus, .button--accent:visited {
  color: #f7f7f7;
}
.button--accent:hover, .button--accent.is-selected {
  background-color: #a07800;
}

.button--primary-inverse {
  border-color: #52b3d9;
  color: #52b3d9;
  font-weight: 400;
}
.button--primary-inverse:focus, .button--primary-inverse:visited {
  color: #52b3d9;
}
.button--primary-inverse:hover, .button--primary-inverse.is-selected {
  color: #f7f7f7;
  background-color: #52b3d9;
}
.button--secondary-inverse {
  border-color: #56c99b;
  color: #56c99b;
  font-weight: 400;
}
.button--secondary-inverse:focus, .button--secondary-inverse:visited {
  color: #56c99b;
}
.button--secondary-inverse:hover, .button--secondary-inverse.is-selected {
  color: #f7f7f7;
  background-color: #56c99b;
}
.button--accent-inverse {
  border-color: #FFC107;
  color: #FFC107;
  font-weight: 400;
}
.button--accent-inverse:focus, .button--accent-inverse:visited {
  color: #FFC107;
}
.button--accent-inverse:hover, .button--accent-inverse.is-selected {
  color: #f7f7f7;
  background-color: #FFC107;
}

.button--small {
  font-size: 1.3rem;
  padding: 0.6rem 1.8rem;
}
.button--medium {
  font-size: 1.4rem;
  padding: 0.8rem 2.4rem;
}
.button--large {
  font-size: 1.5rem;
  padding: 0.8rem 2.6rem;
}

.sidebar {
  padding: 0.9375em 0.625em;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  /* Modifiers */
}
.widget {
  /* Title submodule */
}
.widget-title {
  font-weight: 500;
  margin: 0.4375em auto;
  text-align: center;
  position: relative;
  /*    &::after {
        content: '';
        display: block;
        width: 30%;
        margin: 10px auto;
        color: $color-text--primary;
        background-color: $color-primary;
        height: 1px;
      }*/
}
.widget-title__text {
  background: #fff;
  display: inline-block;
  padding: 0 0.4375em;
  z-index: 27;
  position: relative;
}
.widget-title::after {
  content: "";
  position: absolute;
  border-top: 1px solid #2d8c66;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
  z-index: 1;
  width: 100%;
}

.subscription {
  display: inline-block;
  vertical-align: middle;
}
.subscription__container {
  text-align: center;
}

.subscription .widget_wysija_cont p label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.subscription .widget_wysija_cont .wysija-input {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  padding: 0.4375em 0.3125em;
  position: relative;
  border: 1px solid #c8c8c8;
  color: #494949;
  font-weight: 400;
}
.subscription .widget_wysija_cont .wysija-paragraph {
  display: inline-block;
}
.subscription .widget_wysija_cont .wysija-submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  border-radius: 2px;
  outline: 0;
  color: #f7f7f7;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background-color: #edb100;
}
.subscription .widget_wysija_cont .wysija-submit:hover {
  background-color: #d39e00;
}
@media only screen and (max-width: 992px) {
  .subscription .widget_wysija_cont {
    margin-bottom: 0.625em;
  }
}

.header {
  /* Wrapper submodule */
  /* Header content */
}
.header-wrapper {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 992px) {
  .header-wrapper {
    background-attachment: scroll;
  }
}
.header-post-info {
  background-color: rgba(27, 28, 54, 0.42);
  padding-bottom: 1.25em;
  padding-top: 0.9375em;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.header-post-info:hover {
  border-bottom-color: #56c99b;
}
@media only screen and (max-width: 560px) {
  .header-post-info {
    padding-bottom: 0.625em;
    padding-top: 0.3125em;
  }
}
@media only screen and (max-width: 480px) {
  .header-post-info {
    padding-bottom: 0em;
    padding-top: 0em;
  }
}
.header-figure {
  margin: 0 auto;
  width: 7.5em;
  height: 7.5em;
  line-height: 7.5em;
  background-color: rgba(48, 56, 67, 0.6);
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
@media only screen and (max-width: 560px) {
  .header-figure {
    width: 6.25em;
    height: 6.25em;
    line-height: 6.25em;
  }
}
.header-figure__image {
  border-radius: 50%;
}
.header-figure__icon {
  vertical-align: middle;
  font-size: 4.25em;
  color: #c8c8c8;
  margin: 0.0735294118em auto;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
@media only screen and (max-width: 560px) {
  .header-figure__icon {
    font-size: 3.5625em;
  }
}
.header-figure__icon:hover {
  color: #f7f7f7;
}
.header-figure:hover {
  border: 1px solid #52b3d9;
}
.header-content {
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 28, 54, 0.57);
  /* Modifiers */
}
.header-content__title {
  padding: 0 0.9375em;
  position: relative;
  display: block;
  word-wrap: break-word;
  text-overflow: ellipsis;
  font-size: 3.75em;
  font-weight: 350;
  color: #f7f7f7;
  line-height: 1.2;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .header-content__title {
    font-size: 3.125em;
  }
}
@media only screen and (max-width: 560px) {
  .header-content__title {
    font-size: 2.8125em;
  }
}
@media only screen and (max-width: 480px) {
  .header-content__title {
    padding: 0 0.3125em;
    font-size: 2.1875em;
  }
}
@media only screen and (max-height: 480px) {
  .header-content__title {
    padding: 0 0.3125em;
    font-size: 1.875em;
  }
}
.header-content__divider {
  width: 30%;
  background-color: #f7f7f7;
  color: #f7f7f7;
  border-color: #f7f7f7;
}
.header-content__description-wrapper {
  padding: 0 10%;
  margin: 0 auto;
}
.header-content__description-wrapper:hover .header-content__description-link {
  color: #f7f7f7;
}
.header-content__description-link {
  color: #f7f7f7;
}
.header-content__description-link:focus, .header-content__description-link:visited {
  color: #f7f7f7;
}
.header-content__description {
  display: inline-block;
  font-size: 1.875em;
  line-height: 1.2;
  color: #f7f7f7;
  padding: 0 10%;
}
@media only screen and (max-width: 768px) {
  .header-content__description {
    font-size: 1.5625em;
  }
}
@media only screen and (max-width: 560px) {
  .header-content__description {
    font-size: 1.375em;
  }
}
@media only screen and (max-width: 480px) {
  .header-content__description {
    padding: 0 0.3125em;
    font-size: 1.1875em;
  }
}
@media only screen and (max-height: 480px) {
  .header-content__description {
    padding: 0 0.3125em;
    font-size: 1.375em;
  }
}
.header-content--category .header-content__divider {
  margin-top: 0.3125em;
  margin-bottom: 0.3125em;
  width: 20%;
}
.header-content--category .header-content__description {
  font-weight: 300;
}
.header-content--blog .header-content__description {
  font-weight: 300;
}
@media only screen and (max-width: 560px) {
  .header-content--blog .social-icons {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 480px) {
  .header-content--blog .social-icons {
    font-size: 0.75rem;
  }
}
.header-content--404 {
  height: 100%;
}
.header-content--404 .header-content__title {
  color: #FFC107;
  font-size: 7.5em;
}
@media only screen and (max-width: 560px) {
  .header-content--404 .header-content__title {
    padding: 0;
    font-size: 6.25em;
  }
}
.header-content--404 .header-content__description {
  font-size: 2.5em;
}
@media only screen and (max-width: 560px) {
  .header-content--404 .header-content__description {
    font-size: 1.875em;
  }
}

.header-title {
  overflow: hidden;
  text-align: center;
  font-weight: 300;
}
.header-title--thin {
  font-weight: 100;
}
.header-title--lined::before, .header-title--lined::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}
.header-title--lined:before {
  right: 1%;
  margin-left: -50%;
}
.header-title--lined:after {
  left: 1%;
  margin-right: -50%;
}
.header-title__part--main {
  font-weight: 300;
}

.header-description::before, .header-description::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 1.5em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 992px) {
  .header-description::before, .header-description::after {
    display: none;
  }
}
.header-description:before {
  right: 1%;
  margin-left: -50%;
}
.header-description:after {
  left: 1%;
  margin-right: -50%;
}
.header-description:hover:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 1.125em;
  left: 1%;
}
.header-description:hover:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 1.125em;
  right: 1%;
}
.header-description--blog {
  font-size: 2.1875em !important;
}
@media only screen and (max-width: 768px) {
  .header-description--blog {
    font-size: 1.9886363636em !important;
  }
}
@media only screen and (max-width: 560px) {
  .header-description--blog {
    font-size: 1.8229166667em !important;
  }
}
@media only screen and (max-width: 480px) {
  .header-description--blog {
    font-size: 1.5625em !important;
  }
}

.header-logo {
  width: 100%;
}
.header-logo__image {
  max-width: 10%;
}
@media only screen and (max-width: 992px) {
  .header-logo__image {
    max-width: 15%;
  }
}
@media only screen and (max-width: 560px) {
  .header-logo__image {
    width: 25em;
  }
}

.popup {
  text-align: center;
  z-index: 999;
  position: fixed; /* Stay in place */
  width: 100%;
  height: 100%;
  background-color: rgba(27, 28, 54, 0.73);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
}
.popup__wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.popup-content {
  position: relative;
  display: inline-block;
  font-size: 1.25em;
  width: 17.5em;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .popup-content {
    font-size: 1.1363636364em;
  }
}
@media only screen and (max-width: 560px) {
  .popup-content {
    font-size: 1.0416666667em;
  }
}
@media only screen and (max-width: 560px) {
  .popup-content {
    font-size: 0.9615384615em;
  }
}
.popup-content__close-button {
  background-color: #fff;
  border-radius: 50%;
  padding: 0.4em;
  position: absolute;
  cursor: pointer;
  right: -0.75em;
  top: -0.75em;
}
.popup-content__close-button:active, .popup-content__close-button:hover {
  background-color: #e8e8e8;
}
.popup-content__button {
  font-size: 1em;
  width: 60%;
  padding: 0.625em 1.875em;
  border-radius: 40px;
  border: 1px solid #52b3d9;
  background-color: transparent;
  color: #494949;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-content__button:hover {
  color: #494949;
}
.popup-content__header {
  display: table;
  width: 100%;
  height: 10em;
  vertical-align: middle;
}
.popup-content__footer {
  margin-bottom: 1.5em;
}
.popup-content--error .popup-content__header {
  background-color: #E14E61;
}
.popup-content--error .popup-content__button {
  border: 1px solid #E14E61;
}
.popup-content--error .popup-content__button:active, .popup-content--error .popup-content__button:hover {
  color: #f7f7f7;
  background-color: #E14E61;
}
.popup-content--success .popup-content__header {
  background-color: #3AD587;
}
.popup-content--success .popup-content__button {
  border: 1px solid #3AD587;
}
.popup-content--success .popup-content__button:active, .popup-content--success .popup-content__button:hover {
  color: #f7f7f7;
  background-color: #3AD587;
}

.popup-header {
  text-align: center;
}
.popup-header__icon {
  font-size: 4em;
  color: #f7f7f7;
  display: table-cell;
  vertical-align: middle;
}

.popup-body {
  padding: 0.75em;
  margin-top: 1em;
  text-align: center;
}
.popup-body__message {
  font-size: 0.9em;
}
.popup-body__title {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

/* +++++ SOCIAL ICONS MODULE +++++ */
.social-icons {
  margin-top: 1.5em;
  /* Styles for social icons */
}
.social-icons__list {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .social-icons__list {
    margin-left: 0;
  }
}
.social-icons__list-item {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  .social-icons__list-item {
    margin-top: 7px;
  }
}
.social-icons--footer {
  font-size: 1rem;
  margin-top: 0;
}
.social-icons--footer .social-icons__list-item {
  padding: 0.3125em 0.1875em;
}
.social-icons--footer .social-icon-item__icon:hover {
  background-color: #56c99b;
  border-color: #56c99b;
}
.social-icons--header {
  display: block;
  font-size: 1.2rem;
  margin: 1.25em auto;
}
@media only screen and (max-width: 768px) {
  .social-icons--header {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 560px) {
  .social-icons--header {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .social-icons--header {
    font-size: 0.9rem;
  }
}
.social-icons--header .social-icons__list-item {
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}
.social-icons--header .social-icons__icon:hover {
  background-color: #56c99b;
  border-color: #56c99b;
}

.social-icon-item__icon {
  display: inline-block;
  position: relative;
  color: #f7f7f7;
  font-size: 1.5em;
  line-height: 3em;
  text-align: center;
  border: 1px solid #f7f7f7;
  height: 3em;
  width: 3em;
  border-radius: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.social-icon-item__icon:hover {
  background-color: #52b3d9;
  border-color: #52b3d9;
}

/* ----- SOCIAL ICONS MODULE END ----- */
/* === Footer Wrapper === */
.footer-content__copyright {
  overflow: hidden;
}
.footer-content__social-icons {
  overflow: hidden;
}
/* Copyright module */
.copyright {
  margin: 0;
  font-size: 1.125em;
  color: #56c99b;
}
.copyright__link {
  color: #56c99b;
  font-weight: 400;
}
.copyright__link:visited {
  color: #56c99b;
}
.copyright__link:hover {
  color: #FFC107;
}
.copyright__text {
  color: #f7f7f7;
  margin: 0;
  text-align: center;
}

/* Footer module */
.footer {
  position: relative;
  padding: 3rem 0;
  background-color: #081c24;
  background-image: url("images/android-hello-logo.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media only screen and (max-width: 560px) {
  .footer {
    background-image: none;
  }
}

/* Root pagination module */
.blog-pagination {
  margin: 1.25em 0;
}
.pagination-list-page-item:hover .pagination-list-page-item__link, .pagination-list-page-item--current, .pagination-nav:hover .pagination-nav__link {
  background-color: #52b3d9;
  color: #f7f7f7;
}

/* Pagination navigation submodule */
.pagination-nav {
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
}
.pagination-nav__link {
  display: inline-block;
  padding: 0.4375em 0.625em;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.pagination-nav__icon {
  font-size: 1.125em;
  margin: 0 0.2777777778em;
}
/* Pagination pages list module */
.pagination-list {
  display: inline-block;
  padding-left: 0;
  margin: 0.625em 0.4375em;
  border-radius: 4px;
  /* Page item submodule */
}
.pagination-list-page-item {
  display: inline-block;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.pagination-list-page-item__link {
  display: inline-block;
  padding: 0.4375em 0.625em;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.pagination-list-page-item--current {
  font-size: 1.125em;
}
.pagination-list-page-item--current .pagination-list-page-item__link {
  color: #f7f7f7;
  pointer-events: none;
  cursor: default;
}
.no-posts {
  text-align: center;
}
.no-posts__title {
  color: #1d4567;
  font-size: 2.1875em;
  margin: 0.2857142857em 0.1428571429em;
}
.no-posts__suggestion {
  font-size: 1.25em;
  margin: 0.25em auto;
}

.all-posts-link__url {
  display: inline-block;
  padding: 0.3125em 0.4375em !important;
  color: #f7f7f7;
}
.all-posts-link__url:hover {
  color: #f7f7f7;
}

.search-form__container {
  height: 2.8125em;
}
@media only screen and (max-width: 480px) {
  .search-form__container {
    height: auto;
  }
}
.search-form__input {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4375em;
  height: 100%;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .search-form__input {
    display: block;
    height: 2.8125em;
    width: 70%;
    margin: 0 auto;
  }
}
.search-form__submit {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .search-form__submit {
    margin: 0.625em 0.3125em;
    height: 2.8125em;
  }
}

.search-sidebar-form__button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 27%;
  height: 100%;
}
.search-sidebar-form__input {
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  width: 66%;
  height: 100%;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-sidebar-form__container {
  width: 100%;
  height: 2.3125em;
}

.search-button {
  font-size: 0.9em;
}
.search-button__submit {
  width: 100%;
  height: 100%;
  padding: 0;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */
.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 1.8em;
  right: 1.8em;
}
.scroll-up__link {
  font-size: 0.875em;
  background-color: #56c99b;
  display: block;
  width: 2.8571428571em;
  height: 2.8571428571em;
  text-align: center;
  color: #f7f7f7;
  line-height: 2.8571428571em;
  border-radius: 50%;
}
.scroll-up__link:hover, .scroll-up__link:active {
  background-color: #52b3d9;
  color: #f7f7f7;
}
.scroll-up__icon {
  font-size: 1.875em;
  padding-bottom: 0.1em;
  vertical-align: middle;
}

.scroll-top-button {
  display: inline-block;
  position: fixed;
  font-size: 1.25em;
  bottom: 0;
  z-index: 399;
  text-align: center;
  right: 0;
  margin-bottom: 1.75em;
  margin-right: 1.75em;
  border: none;
  height: 2.5em;
  width: 2.5em;
  outline: 0;
  padding: 0;
  border-radius: 50%;
  color: #f7f7f7;
  background-color: #52b3d9;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.scroll-top-button:active, .scroll-top-button:hover {
  background-color: #237ea2;
}
.scroll-top-button__icon {
  text-align: center;
  margin: auto;
  width: 100%;
  display: inline-block;
  line-height: 2.25em;
  vertical-align: middle;
}
@media only screen and (max-width: 560px) {
  .scroll-top-button {
    margin-bottom: 1.4583333333em;
    margin-right: 1.25em;
    font-size: 1.0162601626em;
  }
}

/* +++++ NAVIGATION MODULES +++++ */
.navigation-bar {
  font-family: "Roboto", sans-serif;
  border: 0;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: rgba(27, 28, 54, 0.73);
  border-radius: 0;
  margin: 0;
  z-index: 999;
  font-size: 1.6rem;
  width: 100%;
  color: #f7f7f7;
  position: absolute;
}
.navigation-bar--fixed {
  position: fixed;
  background-color: rgba(8, 28, 36, 0.7);
}
.navigation-bar.is-opened {
  background-color: rgba(27, 28, 54, 0.88);
}
.navigation-bar .container {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .navigation-bar .container {
    text-align: justify;
  }
}
@media only screen and (max-width: 560px) {
  .navigation-bar {
    font-size: 1.4rem;
  }
}

/* Container with hamburger toggle module */
.navigation-menu-toggle {
  display: inline-block;
}

/* Menu toggle button module */
.menu-toggle-button {
  position: relative;
  padding: 0.625em;
  background: transparent none;
  border: none;
}
.menu-toggle-button__bar {
  background-color: #56c99b;
  display: block;
  width: 1.875em;
  margin: 0.5em 0;
  height: 2px;
  border-radius: 1px;
}

/* Navigation menu module */
.navigation-menu__list {
  float: right;
  margin-right: -0.9375em;
  right: auto;
  left: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.navigation-menu__list-item {
  background: none;
  outline: 0;
  margin: 0 0.0625em;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.navigation-menu__list-item::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  transition: width 0.4s;
  position: relative;
  bottom: 0;
  background: #56c99b;
}
.navigation-menu__list-item-link {
  height: 100%;
  display: block;
  padding: 0.9375em 0.9375em;
  color: #f7f7f7;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .navigation-menu__list-item-link {
    padding: 0.625em 0.625em;
  }
}
.navigation-menu__list-item.is-active::after, .navigation-menu__list-item:hover::after {
  width: 100%;
}
.mobile-device--ios .navigation-menu__list-item.is-active::after, .mobile-device--ios .navigation-menu__list-item:hover::after {
  width: 0;
}
.navigation-menu__list-item.is-active .navigation-menu__list-item-link, .navigation-menu__list-item:hover .navigation-menu__list-item-link {
  color: #56c99b;
}
@media only screen and (max-width: 992px) {
  .navigation-menu__list-item {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .navigation-menu__list {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .navigation-menu {
    position: relative;
    background-color: #fff;
    width: 100%;
  }
}

/* Navigation bar logo module */
.navigation-bar-logo {
  line-height: 100%;
  text-align: left;
}
.navigation-bar-logo__link {
  padding: 0.3125em 0;
  display: inline-block;
}
.navigation-bar-logo__image {
  display: block;
  font-weight: 700;
  font-size: 1.2em;
  max-height: 2.5em;
  max-width: 2.5em;
}

.navigation-menu--left .navigation-menu__list {
  float: left;
  margin-left: -0.9375em;
  right: auto;
  left: 0;
}

/* ----- NAVIGATION MODULES END ----- */
.recent-post-list {
  margin: 0.3125em 0;
  padding: 0 0.1875em;
}
.recent-post-list__item {
  display: block;
  position: relative;
}
.recent-post-list__item::after {
  content: "";
  text-align: center;
  margin: 7px auto 7px;
  width: 100%;
  display: block;
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  background-color: #E1E1E1;
}

.post-item-thumb__image {
  max-width: 90%;
}

.recent-post-item {
  white-space: normal;
}
.recent-post-item__content {
  width: 68%;
  vertical-align: middle;
  display: inline-block;
}
.recent-post-item__link {
  overflow: auto;
  display: inline-block;
  vertical-align: middle;
}
.recent-post-item__image {
  vertical-align: middle;
  display: inline-block;
  width: 30%;
}
.recent-post-item__date {
  display: block;
}

.article-content {
  font-size: 1em;
  overflow: hidden;
}
.article-content__wrapper--text {
  padding: 1em;
}
.article-content__wrapper--image {
  overflow: hidden;
  text-align: center;
}
.article-content__path {
  background-color: rgba(232, 229, 229, 0.5882352941);
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.article-content__image {
  display: block;
  text-align: center;
  width: auto;
  max-width: 100%;
  height: auto;
}
.article-content__image--wrapped {
  display: inline-block;
}
.article-content__image--hem-1 {
  height: 1em;
}
.article-content__image--hem-2 {
  height: 2em;
}
.article-content__image--hem-3 {
  height: 3em;
}
.article-content__image--hem-4 {
  height: 4em;
}
.article-content__image--hem-5 {
  height: 5em;
}
.article-content__image--hem-6 {
  height: 6em;
}
.article-content__image--hem-7 {
  height: 7em;
}
.article-content__image--hem-8 {
  height: 8em;
}
.article-content__image--hem-9 {
  height: 9em;
}
.article-content__image--w10 {
  width: 10%;
}
@media only screen and (max-width: 560px) {
  .article-content__image--w10 {
    width: 100%;
  }
}
.article-content__image--w20 {
  width: 20%;
}
@media only screen and (max-width: 560px) {
  .article-content__image--w20 {
    width: 100%;
  }
}
.article-content__image--w30 {
  width: 30%;
}
@media only screen and (max-width: 560px) {
  .article-content__image--w30 {
    width: 100%;
  }
}
.article-content__image--w40 {
  width: 40%;
}
@media only screen and (max-width: 560px) {
  .article-content__image--w40 {
    width: 100%;
  }
}
.article-content__image--w50 {
  width: 50%;
}
@media only screen and (max-width: 560px) {
  .article-content__image--w50 {
    width: 100%;
  }
}
.article-content__image--w60 {
  width: 60%;
}
@media only screen and (max-width: 560px) {
  .article-content__image--w60 {
    width: 100%;
  }
}
.article-content__image--w70 {
  width: 70%;
}
@media only screen and (max-width: 560px) {
  .article-content__image--w70 {
    width: 100%;
  }
}
.article-content__image--w80 {
  width: 80%;
}
@media only screen and (max-width: 560px) {
  .article-content__image--w80 {
    width: 100%;
  }
}
.article-content__image--w90 {
  width: 90%;
}
@media only screen and (max-width: 560px) {
  .article-content__image--w90 {
    width: 100%;
  }
}
.article-content__faq {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}
.article-content__inline-code-snippet {
  padding: 2px 2px;
  font-weight: normal;
  border: solid 1px #e4e4e4;
  border-radius: 3px;
  background: rgba(73, 205, 238, 0.34);
}
.article-content__list-title {
  border-bottom: 2px dashed #c8c8c8;
}
.article-content__important-note {
  padding: 2px 2px;
  font-weight: normal;
  border: solid 1px rgba(119, 196, 228, 0.65);
  border-radius: 3px;
  background: rgba(73, 205, 238, 0.34);
}
.article-content__button-container {
  text-align: center;
  margin: 0.625em 0;
}
.article-content__image-wrapper {
  text-align: center;
}
.article-content__image-wrapper--ptb-10 {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
.article-content__paragraph {
  text-align: left;
}
.article-content__paragraph--pb-1 {
  padding-bottom: 0.0625em;
}
.article-content__paragraph--pt-1 {
  padding-top: 0.0625em;
}
.article-content__paragraph--pb-2 {
  padding-bottom: 0.125em;
}
.article-content__paragraph--pt-2 {
  padding-top: 0.125em;
}
.article-content__paragraph--pb-3 {
  padding-bottom: 0.1875em;
}
.article-content__paragraph--pt-3 {
  padding-top: 0.1875em;
}
.article-content__paragraph--pb-4 {
  padding-bottom: 0.25em;
}
.article-content__paragraph--pt-4 {
  padding-top: 0.25em;
}
.article-content__paragraph--pb-5 {
  padding-bottom: 0.3125em;
}
.article-content__paragraph--pt-5 {
  padding-top: 0.3125em;
}
.article-content__paragraph--pb-6 {
  padding-bottom: 0.375em;
}
.article-content__paragraph--pt-6 {
  padding-top: 0.375em;
}
.article-content__paragraph--pb-7 {
  padding-bottom: 0.4375em;
}
.article-content__paragraph--pt-7 {
  padding-top: 0.4375em;
}
.article-content__paragraph--pb-8 {
  padding-bottom: 0.5em;
}
.article-content__paragraph--pt-8 {
  padding-top: 0.5em;
}
.article-content__paragraph--pb-9 {
  padding-bottom: 0.5625em;
}
.article-content__paragraph--pt-9 {
  padding-top: 0.5625em;
}
.article-content__paragraph--pb-10 {
  padding-bottom: 0.625em;
}
.article-content__paragraph--pt-10 {
  padding-top: 0.625em;
}
.article-content__paragraph--pl-20 {
  padding-left: 1.25em;
}
.article-content__header {
  padding: 0.625em 0;
  color: #237ea2;
  font-weight: 500;
  line-height: 1;
}
.article-content__header--h4 {
  font-size: 2.1rem;
  padding: 0.3125em 0;
}
.article-content__strong {
  font-weight: bold;
}
.article-content__list-item {
  display: list-item;
}
.article-content__table-container {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .article-content {
    font-size: 0.9090909091em;
  }
}
@media only screen and (max-width: 320px) {
  .article-content {
    font-size: 0.8333333333em;
  }
}

.faq {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}
.faq__answer {
  padding-bottom: 0.3125em;
}

.source-code-button {
  padding: 0.625em 0.9375em;
  text-align: center;
  font-size: 1em;
  display: inline-block;
  background-color: #526271;
  border-radius: 5px;
}
.source-code-button:hover, .source-code-button:active {
  background-color: #475562;
}
.source-code-button__icon {
  color: #f7f7f7;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
.source-code-button__title {
  text-transform: uppercase;
  color: #f7f7f7;
  display: inline-block;
  vertical-align: middle;
}
.source-code-button--accent {
  background-color: #d6961f;
}
.source-code-button--accent:hover, .source-code-button--accent:active {
  background-color: #c0861c;
}

.article-list__item {
  display: list-item;
}
.article-list--circle {
  list-style-type: disc;
  padding-left: 1.25em;
  list-style-position: outside;
}
.article-list--circle .article-list__item {
  display: list-item;
  list-style: disc outside none !important;
}
.article-list--numbers {
  padding-left: 2.1875em;
  list-style-type: decimal;
}

.content-under-the-hood {
  font-size: 0.8125em;
  display: table;
  background-color: rgba(82, 179, 217, 0.4);
}
.content-under-the-hood__v-line {
  vertical-align: middle;
  display: table-cell;
  width: 5px;
  height: 100%;
  background-color: #52b3d9;
}
.content-under-the-hood__wrapper {
  padding: 0.5384615385em 0.5384615385em 0.3846153846em 1.1538461538em;
  vertical-align: middle;
  display: table-cell;
}
.content-under-the-hood__title {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
  font-size: 1.2307692308em;
}
.content-under-the-hood__icon {
  color: #494949;
  vertical-align: middle;
  display: inline-block;
  padding-left: 0.2307692308em;
  font-size: 1.8461538462em;
}
.content-quote {
  font-size: 0.875em;
  display: table;
  background-color: rgba(86, 201, 155, 0.4);
}
.content-quote__v-line {
  vertical-align: middle;
  display: table-cell;
  width: 5px;
  height: 100%;
  background-color: #56c99b;
}
.content-quote__wrapper {
  padding: 0.5em 0.5em 0.3571428571em 0.1428571429em;
  vertical-align: middle;
  display: table-cell;
}
.content-quote__title-wrapper {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  width: 8%;
}
@media only screen and (max-width: 992px) {
  .content-quote__title-wrapper {
    width: 12%;
  }
}
@media only screen and (max-width: 560px) {
  .content-quote__title-wrapper {
    width: 100%;
    text-align: center;
    display: block;
  }
}
.content-quote__text-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}
@media only screen and (max-width: 992px) {
  .content-quote__text-wrapper {
    width: 86%;
  }
}
@media only screen and (max-width: 560px) {
  .content-quote__text-wrapper {
    width: 100%;
    display: block;
    padding-left: 0.7142857143em;
  }
}
.content-quote__title {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
  font-size: 1.2857142857em;
}
.content-quote__icon {
  color: #494949;
  vertical-align: middle;
  display: inline-block;
  padding-left: 0.2142857143em;
  font-size: 2.1428571429em;
}
@media only screen and (max-width: 992px) {
  .content-quote__icon {
    font-size: 2.2857142857em;
  }
}
@media only screen and (max-width: 768px) {
  .content-quote__icon {
    font-size: 2.1428571429em;
  }
}
.content-important-note {
  font-size: 0.875em;
  display: table;
  background-color: rgba(255, 193, 7, 0.4);
}
.content-important-note__v-line {
  vertical-align: middle;
  display: table-cell;
  width: 5px;
  height: 100%;
  background-color: #FFC107;
}
.content-important-note__wrapper {
  padding: 0.5em 0.5em 0.3571428571em 1.0714285714em;
  vertical-align: middle;
  display: table-cell;
}
.content-important-note__title {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
  font-size: 1.2857142857em;
}
.content-important-note__icon {
  color: #494949;
  vertical-align: middle;
  display: inline-block;
  padding-left: 0.2142857143em;
  font-size: 1.7142857143em;
}
.content-understand-concepts {
  font-size: 0.875em;
  display: table;
  background-color: rgba(102, 217, 239, 0.4);
}
.content-understand-concepts__v-line {
  vertical-align: middle;
  display: table-cell;
  width: 5px;
  height: 100%;
  background-color: #66d9ef;
}
.content-understand-concepts__wrapper {
  padding: 0.5em 0.5em 0.3571428571em 1.0714285714em;
  vertical-align: middle;
  display: table-cell;
}
.content-understand-concepts__title {
  display: inline-block;
  font-weight: 500;
  font-size: 1.2857142857em;
}
.content-understand-concepts__icon {
  vertical-align: top;
  color: #494949;
  padding-left: 0.2142857143em;
  font-size: 1.7142857143em;
}
.article-content__table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.content-table {
  font-size: 0.875em;
  font-family: Arial, sans-serif;
  display: block;
  overflow-x: auto;
}
.content-table--center-aligned {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.content-table__data {
  padding: 0.7142857143em 0.3571428571em;
  border-style: solid;
  border-width: 1px;
  vertical-align: middle;
  overflow: hidden;
  word-break: normal;
}
.content-table__header {
  font-weight: bold;
  padding: 0.7142857143em 0.3571428571em;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  vertical-align: top;
}
.content-table__row--header {
  background-color: rgba(82, 179, 217, 0.1);
}

.technologies-used {
  display: block;
}

.technologies-list {
  padding: 0 0.625em;
  list-style: none;
}
.technologies-list__item {
  display: inline-block;
}

.technology-item {
  font-size: 3.125em;
  margin-top: 0.2em;
}
@media only screen and (max-width: 992px) {
  .technology-item {
    font-size: 2.8409090909em;
  }
}
@media only screen and (max-width: 768px) {
  .technology-item {
    font-size: 2.6041666667em;
  }
}
@media only screen and (max-width: 480px) {
  .technology-item {
    font-size: 2.4038461538em;
  }
}
@media only screen and (max-width: 320px) {
  .technology-item {
    font-size: 2.2321428571em;
  }
}
.technology-item__icon {
  display: inline-block;
  position: relative;
  color: #f7f7f7;
  line-height: 1.6em;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 100%;
  height: 1.6em;
  width: 1.6em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.technology-item__icon:hover {
  border-color: #52b3d9;
}
.technology-item__title {
  color: #f7f7f7;
  font-size: 0.36em;
}
.vcard .fn {
  font-size: 1.125em;
}

@media only screen and (max-width: 560px) {
  .post-content__wrapper--author-info .saboxplugin-authorname {
    margin: 0;
    margin-bottom: 0.625em;
  }
}

#crestashareiconincontent {
  display: block;
  float: none !important;
  margin-top: 0.5625em;
  text-align: center;
}
#crestashareiconincontent .sbutton {
  display: inline-block;
  float: none;
}

/*--------------------------------------------------------------
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:hover,
.screen-reader-text:active,
.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. */
}

.is-hidden {
  display: none;
  visibility: hidden;
}

.is-visible {
  visibility: visible;
}

.is-opaque {
  opacity: 1;
}

.is-displayed {
  display: block;
}

.is-displayed-inline-block {
  display: inline-block;
}

.is-selected {
  /* To override for specific module or element*/
}

.is-checked {
  /* To override for specific module or element*/
}

.is-last-item {
  /* To override for specific purpose */
  border-bottom: 0;
}

.is-first-item {
  /* To override for specific purpose */
  border-top: 0;
}

@media only screen and (max-width: 992px) {
  .js-full-height {
    height: 560px !important;
  }
}

.is-opened {
  /* To override for specific module or element*/
}

.is-closed {
  /* To override for specific module or element*/
}

.is-single-item {
  /* To override for specific module or element*/
}

.table-responsive {
  overflow: auto;
  font-size: 0.75em;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0.8333333333em 0;
}

.linenodiv pre {
  margin: 6px 0;
  color: #aaa;
  border-radius: 0;
  border: none;
  text-align: center;
  padding: 0 10px;
  border-right: solid 1px;
  word-wrap: normal;
}

.linenodiv pre code {
  white-space: pre;
}

.code .highlight pre {
  margin: 6px 0;
  border-radius: 0;
  border: none;
  word-wrap: normal;
}

.highlighted-source {
  width: 100%;
  white-space: nowrap;
  background-color: #F5F5F5;
  table-layout: fixed;
  padding-left: 10px;
}

.linenodiv {
  overflow: hidden;
  text-align: center;
}

.linenos {
  white-space: nowrap;
  overflow: hidden;
  width: 50px;
}

.post-content__wrapper--author-info .clearfix {
  padding-top: 0.625em;
}

.saboxplugin-wrap .saboxplugin-gravatar {
  display: inline-block;
}

.saboxplugin-wrap {
  font-family: "Roboto";
}

.crsp-instagram {
  background-image: url("./images/soc-instagram.svg");
  background-size: 61%;
  background-repeat: no-repeat;
  background-position: center;
}

.crsp-baeldung {
  background-image: url("./images/soc-baeldung.svg");
  background-size: 61%;
  background-repeat: no-repeat;
  background-position: center;
}

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