/*

    Defaults
    Full page
    Flexible content width (left)
    Widget (right)
    Header with menu


*/
body.custom-background {
  background-color: #FFF;
}

body.custom-background-empty {
  background-color: #FFF;
}

body {
  padding: 0;
}

#page.site {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#page.site .sub-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#page.site .site-header {
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#page.site .site-header .site-header-content {
  height: 80px;
}

#page.site .site-header .main-navigation {
  display: block;
}

#page.site #twitter.withFollowers {
  display: inherit;
}

#page.site #twitter.withoutFollowers {
  display: none;
}

#page.site .wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: 190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#page.site .wrapper .site-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

#page.site .wrapper .site-content #content {
  margin-left: 30px;
  margin-right: 30px;
}

#page.site .wrapper .widget-area {
  width: 270px;
  margin-top: 0;
  margin-right: 30px;
  padding: 0;
  float: left;
  position: relative;
}

/*

    480px -
    Mobile

    Full width widgets
    Hide twitter widget

*/
@media screen and (max-width: 480px) {
  #page.site #twitter.withFollowers {
    display: none;
  }
  #page.site #twitter.withoutFollowers {
    display: inherit;
  }
  #page.site .site-header .sub-wrapper .site-header-content .title {
    display: none;
  }
  #page.site .wrapper .post.excerpt .entry-summary .attachment-post-thumbnail {
    width: 100%;
    max-width: 100%;
  }
  #page.site .wrapper .widget-area {
    width: 270px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    position: relative;
    float: left;
    left: 0;
  }
  #page.site .wrapper .widget-area iframe {
    display: none;
  }
}

/*

    480px-800px
    Mobile

    Full width widgets
    Hide twitter widget

*/
@media screen and (min-width: 481px) and (max-width: 800px) {
  #page.site .site-header .sub-wrapper .site-header-content .title {
    display: none;
  }
  #page.site .wrapper .widget-area {
    margin-left: -135px;
    float: left;
    position: relative;
    left: 50%;
  }
}

/*
    

    800px -
    Tablet

    One column
    Header - Mobile size
    Header - hide twitter
    Header - hide navigation

*/
@media screen and (max-width: 959px) {
  #page.site .site-header {
    position: fixed;
    top: 0;
    left: 0;
  }
  #page.site .site-header .site-header-content {
    height: 60px;
  }
  #page.site .site-header .site-header-content .title {
    display: none;
  }
  #page.site .site-header #twitter {
    visibility: hidden;
  }
  #page.site .site-header #twitter {
    bottom: 11px;
    text-align: right;
  }
  #page.site .site-header .main-navigation {
    display: none;
  }
  #page.site .wrapper {
    margin-top: 90px;
  }
  #page.site .wrapper .widget-area {
    width: 270px;
    margin-left: -135px;
    float: left;
    position: relative;
    left: 50%;
  }
}

/*

    $wrapperDesktopWidth_1 +
    Desktop

    Fixed width header
    Fixed width wrapper

*/
@media screen and (min-width: 960px) {
  #page.site .site-header .sub-wrapper .site-header-content .title {
    font-size: 14px;
    display: inherit;
  }
  #page.site .wrapper,
  #page.site .sub-wrapper {
    width: 960px;
    max-width: 960px;
  }
  #page.site .wrapper .site-content,
  #page.site .sub-wrapper .site-content {
    width: 660px;
  }
}

/*

    $wrapperDesktopWidth_2 +
    Desktop

    Fixed width header
    Fixed width wrapper

*/
@media screen and (min-width: 1220px) {
  #page.site .site-header .sub-wrapper .site-header-content .title {
    font-size: 18px;
    display: inherit;
  }
  #page.site .wrapper,
  #page.site .sub-wrapper {
    width: 1220px;
    max-width: 1220px;
  }
  #page.site .wrapper .site-content,
  #page.site .sub-wrapper .site-content {
    width: 920px;
  }
  #page.site .exclue_bigger_typo_for_now .entry-header .entry-title {
    font-size: 44px;
  }
  #page.site .exclue_bigger_typo_for_now .entry-content h1, #page.site .exclue_bigger_typo_for_now .entry-content h2 {
    font-size: 28px;
    line-height: 200%;
  }
  #page.site .exclue_bigger_typo_for_now .entry-content p {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #page.site .exclue_bigger_typo_for_now .entry-content p.wp-caption-text {
    font-size: 18px;
    margin-top: 0px;
  }
  #page.site .exclue_bigger_typo_for_now .entry-content p.eppz.note {
    line-height: 130%;
  }
  #page.site .exclue_bigger_typo_for_now .entry-content pre {
    font-size: 16px;
  }
  #page.site .exclue_bigger_typo_for_now .entry-content .eppz.inlineCode {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding: 0 6px 0 6px;
  }
  #page.site .post.excerpt .entry-summary h1.entry-title {
    font-size: 26px;
    line-height: 24px;
  }
  #page.site .post.excerpt .entry-summary .text {
    font-size: 18px;
    line-height: 130%;
  }
}

.word-wrap,
body,
.site-content article {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

a,
.entry-content a {
  color: #0faa91;
  text-decoration: none;
}

a:visited,
.entry-content a:visited {
  color: #0faa91;
}

body,
body.custom-font-enabled {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

h1, h2, h3, h4, h5, input, .entry-meta, .widget {
  font-family: 'Lato', sans-serif;
}

.EnlighterJS {
  width: auto !important;
  overflow-x: scroll !important;
  word-wrap: normal !important;
}

.EnlighterJS li {
  white-space: pre !important;
}

body {
  background-color: white;
}

#page {
  position: relative;
}

.site-header {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(40, 40, 40, 0.9);
}

.site-header .sub-wrapper .site-header-content {
  height: 100%;
  background-image: url("../assets/eppz!_logo.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}

.site-header .sub-wrapper .site-header-content a.homeLink {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.site-header .sub-wrapper .site-header-content .title {
  color: gray;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 33px;
  left: 210px;
  right: 270px;
  text-align: center;
}

.site-header .sub-wrapper .site-header-content .title .light {
  font-weight: 100;
}

.site-header .sub-wrapper .site-header-content #twitter {
  width: 270px;
  position: absolute;
  bottom: 22px;
  right: 0px;
}

.site-header .main-navigation {
  width: 100%;
  margin: 0;
}

.site-header .main-navigation ul {
  width: 100%;
  height: 40px;
  margin: auto;
  padding: 0;
  text-align: left;
}

.site-header .main-navigation ul li {
  height: 32px;
  margin: 4px 0 0 0;
}

.site-header .main-navigation ul li a {
  height: 32px;
  padding: 0 8px 0 8px;
  font-size: 16px;
  line-height: 32px;
  text-transform: lowercase;
  border-radius: 2px;
  display: inline-block;
}

.site-header .main-navigation .categories-menu-container {
  height: 40px;
  background-color: #0e8b73;
}

.site-header .main-navigation .categories-menu-container a {
  color: #0e8b73;
  background-color: rgba(40, 40, 40, 0.9);
}

.site-header .main-navigation .categories-menu-container a:hover {
  color: white;
}

.site-header .main-navigation .tags-menu-container {
  height: 30px;
  background-color: #0e8b73;
}

.site-header .main-navigation .tags-menu-container ul.tags-menu {
  height: 30px;
}

.site-header .main-navigation .tags-menu-container ul.tags-menu li {
  height: 22px;
}

.site-header .main-navigation .tags-menu-container ul.tags-menu li a {
  height: 22px;
  font-size: 14px;
  line-height: 18px;
  padding: 0 4px 0 4px;
  color: rgba(40, 40, 40, 0.9);
}

.site-header .main-navigation .tags-menu-container ul.tags-menu li a:hover {
  color: white;
}

.archive-header,
.page-header {
  padding: 0px;
  margin: 0px 0px 24px;
  border: none;
  border-radius: 2px;
  background-color: #BBB;
}

.archive-header.category,
.page-header.category {
  background-color: #6AB1C3;
}

.archive-header.tag,
.page-header.tag {
  background-color: #55869B;
}

.archive-title,
.page-title {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: lowercase;
  padding: 0px 8px 3px 8px;
  height: 36px;
  line-height: 40px;
  color: #FFF;
}

.archive-title span,
.page-title span {
  font-weight: bold;
}

h1.archive-title {
  margin-bottom: 0;
}

.archive-meta {
  padding: 0px 8px 3px 8px;
  margin: 0;
}

.post.excerpt {
  margin: 0 0 20px 0;
}

.post.excerpt .entry-summary {
  padding: 0 0 5px 0;
}

.post.excerpt .entry-summary h1.entry-title {
  margin: 0 0 5px 0;
  font-size: 22px;
  line-height: 20px;
}

.post.excerpt .entry-summary .attachment-post-thumbnail {
  max-width: 160px;
  margin: 0 10px 6px 0;
  float: left;
}

.post.excerpt .entry-summary p,
.post.excerpt .entry-summary div.crayon-syntax {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.post.excerpt .entry-summary .text {
  color: #444;
}

.post.excerpt .entry-meta {
  margin: 10px 0 0 0;
}

.post.excerpt .entry-meta a {
  font-size: 12px;
  text-transform: lowercase;
  text-decoration: none;
  color: #FFF;
  margin: 0;
}

.post.excerpt .entry-meta a li {
  height: 22px;
  line-height: 22px;
  padding: 0px 6px 0px 6px;
  margin-right: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 2px;
  border: 0;
  display: inline-block;
  opacity: 0.8;
}

.post.excerpt .entry-meta a:hover {
  color: #FFF;
}

.post.excerpt .entry-meta a:hover li {
  opacity: 1.0;
}

.post.excerpt.compact-excerpt .entry-summary p {
  display: none;
}

.post.excerpt.compact-excerpt.hidden-excerpt-meta {
  margin-bottom: 10px;
}

.post.excerpt.compact-excerpt.hidden-excerpt-meta .entry-meta {
  display: none;
}

.post.excerpt.compact-excerpt .entry-meta {
  margin-top: 0px;
}

.post.excerpt.noThumbnail .entry-header h1 {
  margin: 0 0 10px 0;
}

.site-content article {
  padding-bottom: 0px;
  margin-bottom: 48px;
  border: none;
}

.entry-header .entry-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 95%;
}

.entry-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}

.entry-content h2 {
  font-weight: 300;
  font-size: 22px;
}

.entry-content h2 strong {
  font-weight: 700;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .wp-caption {
  padding: 0;
  margin: auto;
}

.entry-content .wp-caption-text {
  font-size: 14px;
  font-style: normal;
  line-height: 120%;
  margin-bottom: 12px;
}

.entry-content img,
.entry-content img.noShadow,
.entry-content div.images img.noShadow {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

h1 {
  margin-bottom: 14px;
}

h2 {
  margin-bottom: 10px;
}

h3 {
  margin-bottom: 8px;
}

h4 {
  margin-bottom: 8px;
}

h5 {
  margin-bottom: 8px;
}

.entry-content div.images {
  text-align: center;
  margin-bottom: 20px;
}

.entry-content div.images img {
  margin: 0 5px 0 5px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  border-radius: 3px;
}

.enlighter-t-wpcustom {
  padding: 10px;
  border-radius: 5px;
}

.enlighter-t-wpcustom div.enlighter > div {
  line-height: 1.45em;
}

.enlighter-t-wpcustom div.enlighter > div div {
  padding-left: 0px;
}

.enlighter-t-wpcustom .enlighter span {
  font-size: 1.4em;
}

.enlighter-t-wpcustom div.enlighter > div::before,
.enlighter-t-wpcustom div.enlighter > div > div::before {
  content: '';
}

.eppz.note {
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  color: #888;
  padding: 4px 4px 4px 4px;
  margin: 0px 0px 24px 0px;
  border-radius: 2px;
  border: 1px solid #CCC;
  background-color: #EEE;
  display: block;
}

code,
.entry-content code,
.eppz.inlineCode {
  font-size: 14px;
  font-family: 'Inconsolata', Consolas, Courier, monospace;
  line-height: 20px;
  height: 18px;
  padding: 0px 4px 0px 4px;
  margin: 0px 0px 0px 0px;
  border-radius: 2px;
  border: 1px solid #CCC;
  background-color: #EEE;
  display: inline-block;
}

.eppz.github {
  height: 36px;
  padding: 0px 8px 0px 0px;
  margin: 0px 0px 24px 0px;
  border-radius: 2px;
  color: #DDD;
  background-color: #474747;
}

.eppz.github:hover {
  opacity: 0.9;
}

.eppz.github.skipBottomMargin {
  margin-bottom: 4px;
}

.eppz.github.flattenTop {
  margin-top: -15px;
  background-color: #888;
}

.eppz.github .message {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  height: 36px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  vertical-align: top;
}

.eppz.github .name {
  font-weight: bold;
  color: #FFF;
  vertical-align: top;
}

.eppz.github .icon {
  width: 36px;
  height: 36px;
  background-image: url("../assets/eppzShortcode_GitHub_icon.png");
  background-size: cover;
  display: inline-block;
  opacity: 0.7;
}

.eppz.github .github {
  width: 70px;
  height: 36px;
  background-image: url("../assets/eppzShortcode_GitHub_github.png");
  background-size: cover;
  display: inline-block;
  opacity: 0.5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .eppz.github .icon {
    background-image: url("../assets/eppzShortcode_GitHub_icon@2x.png");
  }
  .eppz.github .github {
    background-image: url("../assets/eppzShortcode_GitHub_github@2x.png");
  }
}

.entry-meta {
  margin-top: 24px;
  margin-bottom: 24px;
}

.entry-meta a {
  font-size: 16px;
  text-transform: lowercase;
  text-decoration: none;
  color: #FFF;
}

.entry-meta a li {
  height: 30px;
  line-height: 30px;
  padding: 0px 8px 0px 8px;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
  display: inline-block;
  opacity: 0.8;
}

.entry-meta a li time.entry-date {
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  display: inline;
}

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

.entry-meta a:hover li {
  opacity: 1.0;
}

.entry-meta a.category li {
  background-color: #0faa91;
}

.entry-meta a.tag li {
  background-color: #0e8b73;
}

.entry-meta a.time li {
  background-color: rgba(40, 40, 40, 0.9);
}

#construction_1 {
  width: 40px;
  height: 40px;
  background-image: url("../assets/construction/construction_1.gif");
  display: inline-block;
}

#construction_2 {
  width: 120px;
  height: 40px;
  background-image: url("../assets/construction/construction_2.gif");
  display: inline-block;
}

.widget-area .widget {
  padding: 0px;
  margin-bottom: 4px;
}

.widget-title {
  display: none;
}

.widget_search {
  border: none;
}

.widget_search label {
  display: none;
}

.widget_search input#s {
  -webkit-appearance: none;
  font-size: 16px;
  text-transform: lowercase;
  width: 198px;
  height: 36px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 2px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  display: inline;
}

.widget_search input#searchsubmit {
  -webkit-appearance: none;
  font-size: 16px;
  line-height: normal !important;
  text-transform: lowercase;
  width: 70px;
  height: 38px;
  padding: 0;
  margin: 0;
  margin-left: -5px;
  color: #FFF;
  background: #BBB;
  border: 0 none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius: 0px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-radius: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: inline;
  opacity: 0.8;
}

.widget_search input#searchsubmit:hover {
  opacity: 1.0;
}

div#carbonads {
  width: 250px;
  border: 0 none;
  line-height: 130%;
}

div#carbonads span span.carbon-wrap {
  display: block;
  line-height: 130%;
}

div#carbonads span span.carbon-wrap a.carbon-img {
  margin: 0px;
  padding: 0px;
  display: block;
}

div#carbonads span span.carbon-wrap a.carbon-img img {
  margin: 0px;
  padding: 0px;
}

div#carbonads span a.carbon-poweredby,
div#carbonads span a.carbon-poweredby:visited {
  color: #BBB;
}

.widget-area .widget.widget_featured_post_widget h3 {
  padding: 6px;
  margin: 10px 0px 0px 0px;
  background-color: rgba(40, 40, 40, 0.9);
  font-size: 20px;
  font-weight: 300;
  line-height: 90%;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.widget-area .widget.widget_featured_post_widget h3 a,
.widget-area .widget.widget_featured_post_widget h3 a:visited {
  color: white;
}

.widget-area .widget.widget_featured_post_widget img {
  min-width: 100%;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.widget-area .widget.widget_featured_post_widget p {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
  color: #999;
}

footer[role="contentinfo"] {
  border: none;
  width: 100%;
  max-width: 100%;
  margin: 30px 0 0 0;
  padding: 30px 0 30px 0;
  background-color: rgba(40, 40, 40, 0.9);
}

footer[role="contentinfo"] .footer-menu-container {
  width: 25%;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

footer[role="contentinfo"] .footer-menu-container ul.footer-menu li {
  margin: 0 3px 6px 0;
  display: inline-block;
}

footer[role="contentinfo"] .footer-menu-container ul.footer-menu li a {
  width: 100%;
  padding: 0 8px 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: rgba(250, 210, 65, 0.96);
  border-radius: 2px;
  border: 1px solid rgba(250, 210, 65, 0.96);
}

footer[role="contentinfo"] .footer-menu-container ul.footer-menu li a:hover {
  color: rgba(40, 40, 40, 0.9);
  background-color: rgba(250, 210, 65, 0.96);
}

footer[role="contentinfo"] .footer-menu-container.menu-1 {
  padding-left: 0;
}

footer[role="contentinfo"] .footer-menu-container.menu-1 ul.footer-menu li a {
  color: white;
  border-color: white;
}

footer[role="contentinfo"] .footer-menu-container.menu-1 ul.footer-menu li a:hover {
  color: rgba(40, 40, 40, 0.9);
  background-color: white;
}

footer[role="contentinfo"] .footer-menu-container.menu-4 {
  padding-right: 0;
}

footer[role="contentinfo"] .footer-menu-container.menu-4 ul.footer-menu li a {
  color: #0faa91;
  border-color: #0faa91;
}

footer[role="contentinfo"] .footer-menu-container.menu-4 ul.footer-menu li a:hover {
  color: rgba(40, 40, 40, 0.9);
  background-color: #0faa91;
}

footer[role="contentinfo"] a {
  color: rgba(220, 220, 220, 0.94);
}

footer[role="contentinfo"] a:hover {
  color: white;
}

/*

    Layout on breakpoints

*/
@media screen and (max-width: 700px) {
  footer[role="contentinfo"] .footer-menu-container {
    width: 50%;
    margin-bottom: 30px;
  }
  footer[role="contentinfo"] .footer-menu-container ul.footer-menu li {
    width: 100%;
  }
  footer[role="contentinfo"] .footer-menu-container.menu-2,
  footer[role="contentinfo"] .footer-menu-container.menu-4 {
    padding-right: 0;
  }
  footer[role="contentinfo"] .footer-menu-container.menu-1
.footer-menu-container.menu-3 {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  footer[role="contentinfo"] .footer-menu-container {
    width: 100%;
    padding: 0;
  }
}

/*
@media screen and (min-width: 960px)
{
    #header
    {
        max-width: 900px; // 960 - side paddings
        max-width: 68.571428571rem;
    }
}
*/
/*# sourceMappingURL=eppz.css.map */