/*
Theme Name: Maczfit-blog
Author: INVO
Description: A minimalistic, simple theme for WordPress - supports all manors of post/page formatting and comes with an easy to customize stylesheet.
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Noto Sans', Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height: 2;
  color: #3e383c;
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans';
  font-weight: 500;
  font-weight: normal;
  color: #3e383c;
  margin: 10px 0 20px 0; }

h1 {
  font-size: 55px;
  line-height: 1.2; }

h2 {
  font-size: 38px;
  line-height: 1.2; }

h3 {
  font-size: 32px;
  line-height: 1.3; }

h4 {
  font-size: 27px;
  line-height: 1.3; }

h5 {
  font-size: 20px;
  line-height: 1.4; }

h6 {
  font-size: 15px;
  line-height: 1.4; }

p {
  margin: 0 0 10px 0; }

/*
ul {
	padding-left:15px;
	margin-bottom:10px;
}
*/
a {
  color: #3e383c;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease; }
  a:hover {
    color: #fa4f37; }

textarea {
  resize: none; }

img {
  max-width: 100%;
  height: auto;
  /*
  -webkit-transition:opacity 0.5s ease;
  -moz-transition:opacity 0.5s ease;
  -o-transition:opacity 0.5s ease;
  -ms-transition:opacity 0.5s ease;
  transition:opacity 0.5s ease;
  */ }

/*
img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition:background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
textarea.form-control.form-control-autoheight {
    resize:none;
    overflow:hidden;
}
*/
.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.btn {
  display: inline-block;
  padding: 7px 20px;
  font-size: 15px;
  font-family: 'Noto Sans';
  font-weight: 500;
  line-height: 24px;
  border: 1px solid;
  text-transform: uppercase;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  /*
  -webkit-transition:all 0.25s ease;
  -moz-transition:all 0.25s ease;
  -o-transition:all 0.25s ease;
  -ms-transition:all 0.25s ease;
  transition:all 0.25s ease;
  */
  color: #fff;
  border-color: #000000;
  background: #000000; }
  .btn.btn-default {
    color: #fff;
    border-color: #000000;
    background: #000000; }
  .btn.btn-pink {
    color: #fff;
    border-color: #fa4f37;
    background: #fa4f37; }
  .btn.btn-white {
    color: #3e383c;
    border-color: #fff;
    background: #fff; }
  .btn.btn-white-transparent {
    color: #fff;
    border-color: #fff;
    background: transparent; }

/*
.btn:hover,
.btn.btn-default:hover {
	background:#000;
}
*/
/*
form label.error {
	display:block;
	margin:0 0 15px 0;
	text-align:left;
	font-size:12px;
	color:#fff;
}
*/
.form-control {
  width: 100%;
  margin-bottom: 15px;
  padding: 8px 30px;
  font-size: 13px;
  line-height: 21px;
  border: 1px solid #c5c3c4;
  background: transparent;
  color: #3e383c;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  font-size: 13px;
  color: #3e383c; }

#top {
  padding: 0 0 15px 0;
  height: 65px; }

#header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%; }

#header {
  position: relative; }

.top-black-bar {
  background: #000000;
  min-height: 55px;
  color: #ffffff;
  font-size: 1.4em; }

.blog-title {
  text-align: center; }

.top-organizer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .top-organizer .blog-title {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1; }
  .top-organizer > * {
    position: relative;
    z-index: 2; }

.maczfit-link {
  display: flex;
  color: #fa4f37;
  text-transform: uppercase; }
  .maczfit-link > a {
    color: #fa4f37; }

#slideshow-wrapper {
  position: relative;
  z-index: 0;
  min-height: 848px;
  /*background:#fff url('./assets/images/loaders/spinner-2x.gif') center no-repeat;*/ }

#content-wrapper {
  margin-top: 250px; }

#content {
  padding: 20px 0;
  background: #fff; }

#right-sidebar {
  text-align: center; }

#footer-wrapper {
  background: #eddfd2; }

#footer {
  padding: 40px 0 20px 0; }

#bottom-wrapper {
  background: #eddfd2; }

#bottom {
  padding: 0 0 40px 0; }

/* Search form */
#search-form-toggle {
  position: absolute;
  right: -10px;
  top: 10px;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background: url("./assets/images/icons/loupe-dark.png") center no-repeat transparent; }

#search-form-wrapper {
  display: none;
  position: absolute;
  z-index: 200;
  left: -2%;
  top: 0;
  width: 104%;
  height: 95%;
  background: #fa4f37; }
  #search-form-wrapper .search-form {
    position: absolute;
    left: 3%;
    bottom: 10%;
    width: 94%; }
  #search-form-wrapper .search-field {
    display: block;
    width: 680px;
    max-width: 94%;
    padding: 5px 10px;
    line-height: 39px;
    font-size: 20px;
    font-family: 'Noto Sans';
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #fff;
    background: transparent; }
  #search-form-wrapper .search-submit {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: transparent;
    background: url("./assets/images/icons/loupe-white.png") center no-repeat transparent;
    border: none; }
  #search-form-wrapper .search-field::-webkit-input-placeholder, #search-form-wrapper .search-field::-moz-placeholder, #search-form-wrapper .search-field:-ms-input-placeholder, #search-form-wrapper .search-field:-moz-placeholder {
    line-height: 39px;
    font-size: 20px;
    font-family: 'Noto Sans';
    font-weight: 500;
    text-transform: uppercase;
    color: #fff; }

/* Top */
#top .social-links ul {
  text-align: right; }

/* Header */
#header-underlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.3); }

.custom-logo-link {
  display: block;
  position: absolute;
  z-index: 100;
  top: 3px;
  width: 100%;
  text-align: center; }
  .custom-logo-link img {
    width: 110px; }

.sticky-logo-link {
  display: none; }
  .sticky-logo-link > img {
    max-height: 55px; }

#header-wrapper.sticky {
  position: fixed;
  background: #ffffff; }

.sticky #header {
  padding: 5px 0; }
.sticky #top, .sticky .custom-logo-link {
  display: none; }
.sticky .sticky-logo-link {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }
.sticky #site-navigation {
  padding: 5px 0 5px 45px;
  width: 100%;
  display: inline-block;
  position: relative; }

#site-navigation {
  position: relative;
  padding: 50px 0 5px 0; }
  #site-navigation .primary-menu {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 100%; }
  #site-navigation .menu-item {
    display: block;
    padding: 15px 20px; }
    #site-navigation .menu-item:first-child {
      padding-left: 0; }
    #site-navigation .menu-item:last-child {
      padding-right: 0; }
    #site-navigation .menu-item > a {
      display: block;
      position: relative;
      font-size: 15px;
      font-family: 'Noto Sans', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 20px; }
      #site-navigation .menu-item > a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 0;
        height: 2px;
        background: #3e383c;
        -webkit-transition: width 0.25s ease;
        -moz-transition: width 0.25s ease;
        -o-transition: width 0.25s ease;
        -ms-transition: width 0.25s ease;
        transition: width 0.25s ease; }
      #site-navigation .menu-item > a:hover::after {
        width: 35px; }
    #site-navigation .menu-item.menu-item-24 > a {
      color: #fa4f37; }

#site-navigation-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 71px;
  width: 39px;
  height: 39px;
  padding: 0;
  margin: 0;
  border: none;
  background: url("./assets/images/burger-orange.svg") center no-repeat; }

/* Slideshow */
#slideshow .slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat; }
#slideshow .slide-content {
  position: absolute;
  z-index: 10;
  width: 800px;
  left: 50%;
  bottom: 200px;
  margin-left: -400px;
  text-align: center; }
  #slideshow .slide-content .published-at {
    font-size: 13px;
    color: #3e383c;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 30px; }
  #slideshow .slide-content .content > h1 {
    font-size: 76px;
    margin: 10px 0 0 0; }
  #slideshow .slide-content .content > h2 {
    font-size: 55px;
    margin: 0 0 30px 0; }
  #slideshow .slide-content .content > h1, #slideshow .slide-content .content > h2 {
    color: #3e383c;
    line-height: 1; }
#slideshow .slide-underlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./assets/images/slide-underlay.png") no-repeat center; }
#slideshow .owl-nav {
  position: absolute;
  width: 800px;
  left: 50%;
  bottom: 295px;
  margin-left: -400px; }
#slideshow .owl-prev, #slideshow .owl-next {
  display: block;
  position: absolute;
  width: 115px;
  height: 10px;
  font-size: 0;
  color: transparent;
  background: url("./assets/images/icons/long-arrows.png") no-repeat center; }
#slideshow .owl-prev {
  left: 0;
  background-position: 0 0; }
#slideshow .owl-next {
  right: 0;
  background-position: 0 -10px; }

/* Posts */
article.post {
  margin: 0 0 20px 0; }
  article.post .post-thumbnail {
    display: block;
    margin: 0 0 40px 0; }
  article.post .entry-published-at {
    display: inline-block;
    color: #fa4f37;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 30px; }
  article.post .entry-tags-list {
    margin: 0 0 20px 0; }
    article.post .entry-tags-list a[rel="tag"] {
      display: inline-block;
      vertical-align: middle;
      padding: 1px 8px;
      margin: 0 10px 0 0;
      font-size: 12px;
      font-family: 'Noto Sans';
      font-weight: 500;
      line-height: 20px;
      color: #3e383c;
      text-transform: uppercase;
      border: 1px solid #b2afb1;
      text-transform: uppercase;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      article.post .entry-tags-list a[rel="tag"]:last-child {
        margin: 0; }
      article.post .entry-tags-list a[rel="tag"]:hover {
        color: #fff;
        background: #fa4f37;
        border-color: #fa4f37; }
  article.post .entry-author {
    overflow: hidden;
    margin: 14px 0 0 0; }
    article.post .entry-author .author-picture-link {
      display: inline-block;
      vertical-align: middle;
      margin: 0 20px 0 0; }
    article.post .entry-author .avatar {
      display: block;
      max-width: 70px;
      max-height: 70px;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      border-radius: 35px; }
    article.post .entry-author .author-info {
      display: inline-block;
      vertical-align: middle; }
      article.post .entry-author .author-info .text {
        display: block;
        line-height: 15px; }
      article.post .entry-author .author-info .author-link {
        font-size: 20px;
        font-family: 'Noto Sans';
        font-weight: 500; }
  article.post .entry-actions {
    text-align: center; }
    article.post .entry-actions .action {
      display: inline-block;
      vertical-align: middle;
      padding: 0 10px; }
    article.post .entry-actions .action-share .label {
      margin-right: 15px;
      color: #fa4f37;
      display: inline-block;
      vertical-align: middle; }
    article.post .entry-actions .action-share .social-links {
      display: inline-block;
      vertical-align: middle; }
    article.post .entry-actions .action-comments .comments-count {
      color: #fa4f37; }
  article.post.not-single {
    text-align: center; }
    article.post.not-single .entry-content p {
      text-align: justify; }
    article.post.not-single .entry-title {
      font-size: 38px; }

/* Related posts */
.related-posts {
  margin: 25px 0 0 0;
  text-align: center; }
  .related-posts article.post .post-thumbnail, .related-posts article.post .entry-header {
    margin-bottom: 10px; }
  .related-posts article.post .entry-title {
    margin: 0;
    font-size: 27px;
    line-height: 1.4; }
  .related-posts article.post .entry-footer {
    margin: 20px 0 0 0; }

/* Recent posts */
#recent-posts {
  padding: 0 30px;
  margin: 0 0 60px 0;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }
  #recent-posts .post {
    padding: 0 0 20px 0;
    text-align: center; }
    #recent-posts .post .image-link {
      display: block;
      height: 133px;
      margin: 0 auto 20px auto;
      overflow: hidden; }
      #recent-posts .post .image-link > img {
        display: block;
        width: 100%; }
    #recent-posts .post .title {
      font-size: 20px;
      font-family: 'Noto Sans';
      font-weight: 500;
      line-height: 1.2; }

/* Authors */
.authors {
  margin: 50px 0 0 0; }
  .authors .author {
    overflow: hidden;
    margin: 0 0 50px 0; }
    .authors .author .entry-header {
      margin-bottom: 20px; }
      .authors .author .entry-header .avatar-link {
        float: left;
        margin: 0 35px 15px 0; }
      .authors .author .entry-header .name {
        margin: 0;
        font-size: 25px;
        line-height: 35px; }
      .authors .author .entry-header .performed-function {
        margin: 0;
        font-size: 15px;
        font-family: 'Noto Sans';
        font-weight: bold; }
    .authors .author .entry-content .description-overflow {
      display: none; }
    .authors .author .entry-footer {
      margin: 20px 0 0 0;
      clear: both; }
      .authors .author .entry-footer .btn {
        margin-right: 5px; }
        .authors .author .entry-footer .btn:last-child {
          margin: 0; }
      .authors .author .entry-footer .toggle-button.less {
        display: none; }

/* Author posts */
.author-posts {
  margin: 25px 0 0 0; }
  .author-posts article.post .post-thumbnail, .author-posts article.post .entry-header {
    margin-bottom: 10px; }
  .author-posts article.post .entry-title {
    margin: 0;
    font-size: 27px;
    line-height: 1.4; }
  .author-posts article.post .entry-footer {
    margin: 10px 0 0 0; }

/* Footer */
.footer-advert {
  position: relative;
  height: 188px; }
  .footer-advert .text-block img {
    position: absolute;
    bottom: 0; }

/* Bottom */
#menu-footer-menu {
  margin: 0;
  padding: 10px 0;
  overflow: hidden; }
  #menu-footer-menu .menu-item {
    display: block;
    float: left;
    margin: 0 10px 0 0; }
    #menu-footer-menu .menu-item:last-child {
      margin: 0; }
    #menu-footer-menu .menu-item a {
      font-size: 12px;
      line-height: 30px; }

/* Category page */
.taxonomy-title {
  text-align: center; }

.taxonomy-filters {
  margin: 0 0 40px 0;
  text-align: center; }
  .taxonomy-filters .taxonomy-filter {
    margin: 0 10px 0 0;
    color: #fa4f37;
    border-color: #fa4f37;
    background: transparent; }
    .taxonomy-filters .taxonomy-filter:last-child {
      margin: 0; }
    .taxonomy-filters .taxonomy-filter.active {
      color: #fff;
      background: #fa4f37; }

/* Widgets */
.widget.widget-bordered {
  border-top: 1px solid #c5c3c4;
  border-bottom: 1px solid #c5c3c4; }
.widget .widget-title {
  margin: 0 0 20px 0;
  padding: 12px 0;
  border-top: 1px solid #c5c3c4;
  border-bottom: 1px solid #c5c3c4; }

#right-sidebar .widget {
  margin: 0 auto 10px auto; }
  #right-sidebar .widget.widget-last {
    margin: 0; }

/* Tags */
.tagcloud .tag-cloud-link {
  display: block;
  font-size: 13px !important; }
  .tagcloud .tag-cloud-link .tag-link-count {
    color: #fa4f37; }

/* Archives */
.archives .archive-years {
  margin-bottom: 10px; }
.archives .archive-year {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
  font-family: 'Noto Sans';
  font-weight: 500;
  color: #f2d6eb; }
  .archives .archive-year.active {
    color: #fa4f37; }
.archives .archive-month {
  display: none; }
  .archives .archive-month.active {
    display: block; }

/* "Not found" page */
.not-found .search-form .search-field {
  width: 198px;
  margin: 0 15px 0 0;
  padding: 8px 30px;
  font-size: 13px;
  line-height: 21px;
  border: 1px solid #c5c3c4;
  background: transparent;
  color: #3e383c;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
.not-found .search-form .search-submit {
  display: inline-block;
  padding: 7px 20px;
  font-size: 15px;
  font-family: 'Noto Sans';
  font-weight: 500;
  line-height: 24px;
  border: 1px solid;
  color: #fff;
  border-color: #fa4f37;
  background: #fa4f37;
  text-transform: uppercase;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px; }

/* Comments */
#comments {
  padding: 20px 0; }
  #comments.not-empty .no-comments {
    display: none; }
  #comments.empty .comments-title, #comments.empty .comment-respond {
    display: none; }

.comment-respond {
  margin-bottom: 20px; }
  .comment-respond .comment-form .form-submit {
    text-align: right; }

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .comment-list .comment {
    padding: 10px 0; }
  .comment-list .comment-header {
    overflow: hidden;
    line-height: 30px;
    margin: 0 0 15px 0; }
  .comment-list .comment-author {
    float: left;
    font-size: 20px;
    font-family: 'Noto Sans';
    font-weight: 500; }
  .comment-list .comment-datetime {
    float: right;
    font-size: 15px;
    font-family: 'Noto Sans';
    font-weight: bold; }
  .comment-list .comment-text {
    font-size: 15px; }
    .comment-list .comment-text > p {
      margin: 0; }
  .comment-list .comment-reply {
    padding: 10px 0; }
  .comment-list .comment-reply-link {
    display: inline-block;
    padding: 5px 20px;
    font-size: 15px;
    font-family: 'Noto Sans';
    font-weight: 500;
    line-height: 24px;
    border: 0px;
    color: #fff;
    background: #3e383c;
    text-transform: uppercase;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px; }
  .comment-list .children {
    list-style: none;
    padding-left: 70px; }

/* Newsletter */
.newsletter-widget {
  position: relative;
  width: 300px;
  max-width: 100%;
  height: 372px;
  color: #fff;
  background: url("./assets/images/newsletter-bg.png") no-repeat center; }
  .newsletter-widget form {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px; }
    .newsletter-widget form .form-heading {
      color: #fff; }
    .newsletter-widget form .form-group {
      margin-bottom: 25px; }
    .newsletter-widget form .form-control {
      margin: 0;
      background: #fff; }
    .newsletter-widget form .form-checkbox {
      position: relative;
      font-size: 11px;
      line-height: 1.2;
      padding: 0 0 0 20px;
      text-align: left; }
      .newsletter-widget form .form-checkbox > input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 0; }
    .newsletter-widget form.mc4wp-form-success {
      bottom: 30%; }
    .newsletter-widget form .mc4wp-alert {
      margin: 15px 0 0 0;
      font-size: 16px;
      font-family: 'Noto Sans';
      font-weight: 500;
      color: #fff;
      line-height: 1.5; }
      .newsletter-widget form .mc4wp-alert strong {
        display: block;
        font-size: 30px;
        font-weight: normal; }
    .newsletter-widget form .tems-link {
      cursor: pointer;
      color: #000; }

#newsletter-terms-tooltip {
  font-size: 12px;
  padding: 15px 10px 0 10px; }

/* Tooltip templates */
#tooltip-templates {
  display: none; }

/* Pagination. */
.pagination {
  padding: 15px 0;
  text-align: center; }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .show-more-button {
    margin-bottom: 25px; }
  .pagination .page-numbers {
    display: inline-block;
    vertical-align: middle;
    min-width: 37px;
    padding: 5px 5px;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Noto Sans';
    font-weight: 500;
    border: 1px solid transparent;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px; }
    .pagination .page-numbers.current {
      background: #fa4f37;
      color: #fff; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      font-size: 0;
      color: transparent;
      width: 37px;
      height: 37px;
      background-position: center;
      background-repeat: no-repeat; }
    .pagination .page-numbers.prev {
      background-image: url("./assets/images/icons/arrow-left.png"); }
    .pagination .page-numbers.next {
      background-image: url("./assets/images/icons/arrow-right.png"); }

/* Social links */
.social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .social-links ul li {
    display: inline-block;
    vertical-align: middle; }
.social-links a {
  display: block;
  position: relative;
  padding: 5px 5px;
  font-size: 0;
  color: transparent; }
  .social-links a::before {
    content: '\f111';
    font-size: 20px;
    font-family: 'FontAwesome';
    color: #ffffff;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    transition: color 0.25s ease; }

#right-sidebar .social-links a::before, .entry-actions .social-links a::before {
  color: #000000; }

.social-links a:hover::before {
  color: #fa4f37; }
.social-links a[href*="codepen.io"]::before {
  content: '\f1cb'; }
.social-links a[href*="digg.com"]::before {
  content: '\f1a6'; }
.social-links a[href*="dribbble.com"]::before {
  content: '\f17d'; }
.social-links a[href*="dropbox.com"]::before {
  content: '\f16b'; }
.social-links a[href*="facebook.com"]::before {
  content: '\f09a'; }
.social-links a[href*="flickr.com"]::before {
  content: '\f16e'; }
.social-links a[href*="foursquare.com"]::before {
  content: '\f180'; }
.social-links a[href*="plus.google.com"]::before {
  content: '\f0d5'; }
.social-links a[href*="github.com"]::before {
  content: '\f09b'; }
.social-links a[href*="instagram.com"]::before {
  content: '\f16d'; }
.social-links a[href*="linkedin.com"]::before {
  content: '\f0e1'; }
.social-links a[href*="pinterest.com"]::before {
  content: '\f231'; }
.social-links a[href*="getpocket.com"]::before {
  content: '\f265'; }
.social-links a[href*="reddit.com"]::before {
  content: '\f1a1'; }
.social-links a[href*="stumbleupon.com"]::before {
  content: '\f1a4'; }
.social-links a[href*="tumblr.com"]::before {
  content: '\f173'; }
.social-links a[href*="twitter.com"]::before {
  content: '\f099'; }
.social-links a[href*="vimeo.com"]::before {
  content: '\f27d'; }
.social-links a[href*="wordpress.com"]::before, .social-links a[href*="wordpress.org"]::before {
  content: '\f19a'; }
.social-links a[href*="youtube.com"]::before {
  content: '\f167'; }
.social-links a[href*="mailto:"]::before {
  content: '\f003'; }
.social-links a[href*="spotify.com"]::before {
  content: '\f1bc'; }
.social-links a[href*="twitch.tv"]::before {
  content: '\f1e8'; }
.social-links a[href$="/feed/"]::before {
  content: '\f09e'; }
.social-links a[href*="skype.com"]::before {
  content: '\f17e'; }
.social-links a.copy2clipboard {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
  .social-links a.copy2clipboard::before {
    content: '\f0c1'; }

/* Instagram */
#wdi_feed_0 .wdi_feed_item {
  width: 130px !important;
  height: 130px; }
#wdi_feed_0 .wdi_feed_container, #wdi_feed_0 .wdi_feed_wrapper {
  background-color: transparent !important;
  border: none !important; }
#wdi_feed_0 .wdi_photo_wrap_inner {
  border: none !important; }

/* Sticky */
#header-wrapper.is_stuck #top {
  padding: 0; }
#header-wrapper.is_stuck #site-navigation {
  padding: 0 0 15px 0; }
  #header-wrapper.is_stuck #site-navigation .menu-item {
    padding: 2px 20px; }
    #header-wrapper.is_stuck #site-navigation .menu-item > a {
      font-size: 13px; }
#header-wrapper.is_stuck #top .social-links a::before {
  font-size: 16px; }
#header-wrapper.is_stuck .custom-logo-link {
  display: none; }
#header-wrapper.is_stuck .sticky-logo-link {
  display: block; }
#header-wrapper.is_stuck #search-form-toggle {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px; }

/* NinjaForms */
.nf-form-cont .nf-before-form-content {
  display: none; }
.nf-form-cont .nf-field-container {
  margin-bottom: 15px; }
.nf-form-cont .submit-container {
  text-align: center; }
.nf-form-cont nf-field:nth-child(2) {
  float: left;
  width: 49%; }
.nf-form-cont nf-field:nth-child(3) {
  float: right;
  width: 49%; }
.nf-form-cont .nf-field-element textarea {
  height: 39px; }

/* Social widget. */
.social-widget {
  background: #fff;
  max-height: 330px;
  overflow: hidden; }
  .social-widget .title {
    position: relative;
    padding: 10px 20px;
    margin: 0;
    background: #000000;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: left; }
    .social-widget .title::after {
      position: absolute;
      right: 15px;
      font-size: 25px;
      font-family: 'FontAwesome';
      color: #fff; }
  .social-widget.facebook .title::after {
    content: '\f09a';
    top: 12px; }
  .social-widget.instagram .title::after {
    content: '\f16d';
    top: 11px; }
  .social-widget.pinterest .title::after {
    content: '\f231';
    top: 13px; }
  .social-widget.pinterest .title + span {
    box-shadow: none; }

/* Different styles per page */
body.home #content-wrapper {
  margin-top: -125px; }
body.category-ciekawostki article.post {
  overflow: hidden; }
  body.category-ciekawostki article.post .entry-title {
    margin: 0 0 10px 0;
    font-size: 30px; }
  body.category-ciekawostki article.post .post-thumbnail {
    float: left;
    margin: 0 20px 0 0; }
    body.category-ciekawostki article.post .post-thumbnail > img {
      max-width: 300px;
      max-height: 300px; }
  body.category-ciekawostki article.post .entry-published-at {
    display: none; }
  body.category-ciekawostki article.post .entry-header, body.category-ciekawostki article.post .entry-content {
    text-align: left; }
  body.category-ciekawostki article.post .entry-actions {
    text-align: left; }
    body.category-ciekawostki article.post .entry-actions .action:first-child {
      padding-left: 0; }

/* Others */
#primary .entry-content a:not(.btn) {
  color: #fa4f37; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.aligncenter {
  text-align: center; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.text-pink {
  color: #fa4f37; }

.wrapper {
  position: relative; }

.order-online {
  height: 29px;
  position: relative;
  z-index: 2;
  margin-top: -29px; }
  .order-online .bg-wrapper {
    position: absolute;
    right: 0;
    top: 29px;
    height: 100%; }
  .order-online .bg {
    float: right;
    background: url("assets/images/order-corner-black.png") no-repeat 0;
    width: 25px;
    height: 100%; }
  .order-online .link {
    float: right;
    height: 29px;
    line-height: 29px;
    vertical-align: middle;
    padding: 0 15px 0 5px;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    background: #000000;
    margin: 0; }
  .order-online a {
    text-decoration: none;
    color: #FFF; }

.label-right .checkbox-wrap .nf-field-element {
  width: 50px !important; }

.entries {
  line-height: 1.4; }

.entries-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around; }

.category-entry {
  width: 48%;
  margin-bottom: 10px; }
  .category-entry .post {
    max-width: 220px;
    text-align: center; }

.related-entry {
  width: 24%;
  margin-bottom: 10px; }

.archive-entry {
  width: 24%;
  margin-bottom: 20px; }

.related-title {
  font-size: 18px; }

.entries h3 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 12px 16px;
  border-top: 1px solid #c5c3c4;
  border-bottom: 1px solid #c5c3c4;
  line-height: 1.4; }
.entries .title {
  min-height: 2.5em;
  display: block;
  margin-top: 5px;
  font-size: 15px; }

#ez-toc-container {
  border: 0;
  box-shadow: none; }

/* Media queries */

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