/*
Theme Name: m
Theme URI: 
Author: 2046
Author URI: http://2046.cz/
Description: 
Version: 0.2
License: Aggressive Copyright
License URI: http://aggresive-copyright.org
Tags: 
*/
.navbar-toggler {
  position: relative;
  z-index: 889;
  width: 30px;
  padding: 0;
}
.navbar-toggler span {
  position: relative;
  display: block;
  width: 30px;
  height: 0;
  margin-bottom: 4.75px;
  border-bottom: 2px solid #000;
}
.navbar-toggler span:nth-child(1) {
  width: 25px;
}
.navbar-toggler span:nth-child(3) {
  width: 20px;
  margin-bottom: 0;
}
.navbar-toggler:hover {
  padding: 0;
}
.navbar-toggler:hover span:nth-child(1) {
  animation: burger-hover1 1s normal ease-in-out forwards;
}
.navbar-toggler:hover span:nth-child(2) {
  animation: burger-hover2 1s normal ease-in-out forwards 0.2s;
}
.navbar-toggler:hover span:nth-child(3) {
  animation: burger-hover3 1s normal ease-in-out forwards 0.4s;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler[aria-expanded="true"] span {
  transition: all 0.4s;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  transform: rotate(45deg);
  width: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  width: 25px;
  top: -14px;
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"]:hover span {
  animation: none !important;
}
@keyframes burger-hover1 {
  0% {
    width: 25px;
  }
  50% {
    width: 10px;
  }
  100% {
    width: 25px;
  }
}
@keyframes burger-hover2 {
  0% {
    width: 30px;
  }
  50% {
    width: 10px;
  }
  100% {
    width: 30px;
  }
}
@keyframes burger-hover3 {
  0% {
    width: 20px;
  }
  50% {
    width: 10px;
  }
  100% {
    width: 20px;
  }
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 1px solid #999999;
  padding: 4.75px;
  margin-bottom: 19px/2;
  font-size: 0.9em;
}
.comment-form input[name="author"],
.comment-form textarea[name="author"] {
  margin-bottom: 19px;
}
.comment-form label {
  font-size: 0.8em;
}
.comments {
  height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin-bottom: calc(var(--vs)*3);
}
.comments.visible {
  height: auto;
  max-height: 9999999px;
  opacity: 1;
  overflow: visible;
  transition: all 0.4s;
}
.comments:not(.visible) * {
  display: none;
}
.blog-comment {
  font-size: 0.9em;
  color: #656565;
  border-bottom: 1px solid #dedede;
  padding: 19px 0;
  margin-bottom: 19px;
  overflow-wrap: break-word;
}
.blog-comment.insider {
  background-color: #FAFAFA;
  padding: 19px;
  margin: -19px -19px 0 -19px;
}
.blog-comment.insider .comment-author .date {
  border-left: 1px solid #c7c7c7;
}
.comment-author {
  display: flex;
  align-items: center;
}
.comment-author .name {
  color: #000;
}
.comment-author .date {
  border-left: 1px solid #FAFAFA;
  padding: 4.75px 0 4.75px 19px;
  margin-left: 19px;
}
.toggle_comments {
  display: inline-block;
  margin-bottom: 38px;
}
.cld-count-wrap {
  font-size: 0.9rem;
  opacity: 0.5;
}
.fas:before {
  font-size: 0.9rem;
  opacity: 0.3;
}
.fas.fa-thumbs-down {
  transform: translateY(3px);
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('font/subset-IBMPlexSans-Regular.woff2') format('woff2'), url('font/subset-IBMPlexSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('font/subset-IBMPlexSans-Italic.woff2') format('woff2'), url('font/subset-IBMPlexSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('font/subset-IBMPlexSans-SemiBold.woff2') format('woff2'), url('font/subset-IBMPlexSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('font/subset-IBMPlexSans-SemiBoldItalic.woff2') format('woff2'), url('font/subset-IBMPlexSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
p,
.cld-like-count-wrap,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
  font-family: 'Georgia', Serif;
}
body.devel * {
  box-shadow: 0 0 5px pink;
}
:root {
  --vs: 19px;
}
@media all and (max-width: 1440px) {
  :root {
    --vs: 17px;
  }
}
@media all and (max-width: 576px) {
  :root {
    --vs: 15px;
  }
}
body {
  font-size: 19px;
  line-height: 28.5px;
}
#top_menu .children a {
  padding-top: 0;
}
.secondary_menu a {
  font-size: 12.16px;
  font-weight: 400;
}
.menu {
  padding: 0;
}
p {
  margin-bottom: calc(var(--vs)*2);
}
label {
  margin-bottom: 0.1em;
}
/* H design */
h1 {
  font-size: 48.07px;
  line-height: 61.18px;
  margin-bottom: 1.15rem;
  margin-left: -4.37px;
  font-family: 'IBM Plex Sans';
  font-weight: 600;
}
h2 {
  font-size: 32.186px;
  line-height: 40.964px;
  margin-bottom: 0.77rem;
  margin-left: -2.926px;
  font-family: 'IBM Plex Sans';
  font-weight: 600;
}
h3 {
  font-size: 29.26px;
  line-height: 37.24px;
  margin-bottom: 0.7rem;
  margin-left: -2.66px;
  font-family: 'IBM Plex Sans';
  font-weight: 600;
}
h4 {
  font-size: 17.4097px;
  line-height: 22.1578px;
  margin-bottom: 0.4165rem;
  margin-left: -1.5827px;
  font-family: 'IBM Plex Sans';
  font-weight: 600;
}
h5 {
  font-size: 14.5046px;
  line-height: 18.4604px;
  margin-bottom: 0.347rem;
  margin-left: -1.3186px;
  font-family: 'IBM Plex Sans';
  font-weight: 600;
}
h6 {
  font-size: 12.4773px;
  line-height: 15.8802px;
  margin-bottom: 0.2985rem;
  margin-left: -1.1343px;
  font-family: 'IBM Plex Sans';
  font-weight: 600;
}
.top_cats_menu,
h6,
.advertBlock,
.wp-caption-text,
.gallery_caption,
.meta b,
.cats,
#supermenu,
.bikero-logo,
.donation .values a,
.comments_holder h4,
.poll h4,
.poll .percentage,
.source b,
.newsletter .label_,
.handy_links h4,
.handy_links b,
.potholes b,
.relatedBlock a {
  font-family: 'IBM Plex Sans';
  font-weight: 600;
}
#simple_menu,
.navbar,
.info,
.author_info,
.post_tags,
label,
.comments_holder h4.comment-author,
.comments_holder h5,
#donate_float,
.donation,
.automag,
.footer,
.pagination,
.poll,
.team_role,
.faqBlock button,
.contactBlock .description,
.zzBlock,
.cardBlock,
.historyBlock h3,
.postType,
.tip,
.error404 .meta a,
.ears a,
.comment-author .name,
#ploadmore a,
.zloadmore a,
.btn,
input::placeholder {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
}
.comment .comment-author .date,
.donation .description,
.comment-author .date,
.flag,
.cld-like-count-wrap {
  font-family: 'Georgia', Serif;
}
.comment-author .date {
  font-weight: 400;
}
.flag,
.cld-like-count-wrap {
  font-weight: 300;
}
#supermenu a.parent,
#supermenu a.no-parent {
  font-size: 26.6px;
}
.archive .list h4 {
  font-size: 29.26px;
  line-height: 40.964px;
}
.cats {
  font-size: 11.343px;
  line-height: 11.343px;
}
.gallery_caption,
.wp-caption-text,
.meta,
#top_menu .children a {
  font-size: 13.186px;
}
.advertBlock,
.introBlock {
  font-size: 27.2118px;
  line-height: 40.964px;
}
.textBlock h6 {
  font-size: 32.832px;
  line-height: 45.9648px;
}
.potholes {
  font-size: 0.8em;
  line-height: 1.5em;
}
.reduced {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #656565;
}
#loginform label,
.tiny_form_register label {
  font-size: 0.8em;
}
img,
iframe {
  max-width: 100%;
  display: inline-block;
}
img {
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
p a,
.textBlock li a,
.donation li a {
  text-decoration: underline;
}
p a:hover,
.textBlock li a:hover,
.donation li a:hover,
p a:active,
.textBlock li a:active,
.donation li a:active,
p a:focus,
.textBlock li a:focus,
.donation li a:focus {
  text-decoration: underline;
}
p:empty,
.textBlock li:empty,
.donation li:empty {
  display: none;
}
mark {
  background-color: #faeda6;
}
.materialize {
  position: absolute;
  content: '';
  display: inline-block;
}
.info {
  background: #FAFAFA;
  padding: var(--vs);
  margin-bottom: calc(var(--vs)*2.5);
  color: #333333;
  font-size: 0.8em;
  line-height: 1.2em;
  justify-content: left;
  align-items: center;
  display: flex;
}
.info i {
  font-style: normal;
  font-weight: 600;
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: var(--vs);
  justify-content: center;
  align-items: center;
  border: 1px solid #157FFB;
  border-radius: 50%;
  color: #157FFB;
}
.info span,
.info p {
  flex: 1;
  margin-bottom: 0;
}
.under:after {
  content: '';
  display: block;
  width: calc(100% - calc(var(--vs)*1.6));
  margin-left: calc(var(--bs-gutter-x)*0.5);
  padding-bottom: var(--vs);
  border-bottom: 2px solid #E8E8E8;
  margin-bottom: var(--vs);
}
.under:last-child:after {
  display: none;
}
.heading span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding-right: calc(var(--vs)*0.5);
  font-size: 1em;
}
.heading:before {
  position: relative;
  z-index: 1;
  top: 0.8em;
  content: '';
  width: 100%;
  display: block;
  border-bottom: 2px solid #E8E8E8;
}
blockquote {
  position: relative;
  background-color: #fAfAfA;
  font-size: 0.9em;
  color: #656565;
  padding: calc(var(--vs)*1.8);
  margin: calc(var(--vs)*3.2) 0 calc(var(--vs)*3.2) calc(var(--vs)*-2);
  width: calc(100% + calc(var(--vs)*4));
}
blockquote:before {
  position: absolute;
  content: '';
  top: -11px;
  left: calc(var(--vs)*2);
  display: inline-block;
  width: var(--vs);
  height: var(--vs);
  background: url(img/q.svg) no-repeat 100% 100%;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.card-body {
  word-break: break-word;
  color: #656565;
}
.card-body div[id^="attachment_"] {
  width: 100% !important;
}
.card-body div[id^="attachment_"] img {
  width: 100%;
}
.card-body img.aligncenter {
  width: 100%;
}
.card-body a img {
  width: 100%;
}
.card-body ul li,
.card-body ol li {
  margin-bottom: var(--vs);
}
.card-body a {
  text-decoration: underline;
  color: #656565;
}
.gallery_caption,
.wp-caption,
.wp-caption-text {
  display: block;
  color: #0F0F0F;
  text-align: left;
  font-weight: normal;
  opacity: 0.8;
  line-height: 1.4em;
  margin-top: 0.9em;
  transition: all 0.4s;
}
.gallery_caption:hover,
.wp-caption:hover,
.wp-caption-text:hover {
  opacity: 1;
}
.introBlock p:last-child {
  margin-bottom: 1.4;
}
.mapMnkBlock {
  margin-bottom: calc(var(--vs)*2);
}
.textBlock h3 {
  margin-bottom: 0.9em;
}
.textBlock h6 {
  padding: calc(var(--vs)*2) calc(var(--vs)*2) calc(var(--vs)*2) 0;
  float: left;
  max-width: 40%;
  position: relative;
  margin-left: -5vw;
}
.textBlock h6:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  height: calc(var(--vs)*0.33);
  width: 5vw;
  background: #D6AD00;
}
.textBlock ol,
.oouBlock ol,
.textBlock ul,
.oouBlock ul {
  margin-bottom: calc(var(--vs)*2);
}
.textBlock + .textBlock {
  margin-top: 0.5em;
}
.infoboxBlock {
  margin-bottom: calc(var(--vs)*3);
}
.infoboxBlock .in {
  font-size: 0.8em;
  line-height: 1.6;
  border: 1px solid #157FFB;
  padding: calc(var(--vs)*1.7) calc(var(--vs)*2.2) calc(var(--vs)*2.2) calc(var(--vs)*2.2);
}
.infoboxBlock .in p:last-of-type {
  margin-bottom: 0;
}
.infoboxBlock .in h3 {
  font-size: calc(var(--vs)*0.9);
  margin-bottom: 0.3em;
}
.relatedBlock {
  padding: 1.2em 0 3.1em 0;
}
.relatedBlock a {
  padding: 1.2rem 1.5em;
  border-left: 5px solid #2e8dfb;
  display: block;
}
.relatedBlock a + a {
  margin-top: 5px;
}
.advertBlock {
  margin-bottom: calc(var(--vs)*3);
}
.advertBlock .out {
  display: flex;
  flex-flow: column;
}
.advertBlock .image_advert {
  justify-content: center;
  display: flex;
}
.advertBlock .image_advert .out {
  display: inline-flex;
}
.advertBlock .in {
  background: #157FFB;
  padding: calc(var(--vs)*2);
  display: flex;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
.advertBlock .in:hover {
  background: #0472f2;
  transition: all 0.4s;
}
.advertBlock .in p:last-child {
  margin-bottom: 0;
}
.advertBlock.banner_post {
  position: absolute;
  right: calc(var(--vs)*0.5);
  max-width: 20vw;
}
.advertBlock label {
  display: block;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #656565;
  font-size: 0.5em;
  text-transform: uppercase;
}
.imageBlock {
  margin-bottom: calc(var(--vs)*1.4);
}
.imageBlock a {
  color: #FAFAFA;
  margin-bottom: var(--vs);
  display: block;
  transition: all 0.4s;
}
.imageBlock a:hover {
  color: #000;
}
.videoBlock {
  margin-bottom: calc(var(--vs)*2);
}
.dancing .with_banner_aside .move_my_ass {
  max-width: 100%;
  width: 100%;
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  height: auto;
}
.dancing .move_my_ass {
  margin-left: calc(-16% + (var(--bs-gutter-x) * 0.5));
}
.galleryBlock img {
  width: 100%;
  max-width: 100%;
}
.galleryBlock .gallery_lead {
  margin-bottom: var(--vs);
}
.galleryBlock .gallery_thumbnails img {
  margin-bottom: var(--vs);
}
.galleryBlock .gallery_caption {
  margin-top: calc(var(--vs)*-0.5);
  margin-bottom: var(--vs);
}
.galleryBlock .moo_images {
  position: relative;
}
.galleryBlock .moo_images a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 15px;
  top: 0;
  bottom: var(--vs);
}
.galleryBlock .moo_images a span {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.galleryBlock .too_many_images {
  display: none;
}
.col-is_commercial {
  display: flex;
  justify-content: center;
}
.pollBlock .poll {
  border-top: 4px solid #1B1B1B;
  background: #FAFAFA;
  padding: calc(var(--vs)*2) calc(var(--vs)*2) calc(var(--vs)*0.5) calc(var(--vs)*2);
  margin-bottom: var(--vs);
}
.pollBlock .poll input,
.pollBlock .poll a {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  display: inline-block;
  padding: calc(var(--vs)*0.5) calc(var(--vs)*1.5);
  line-height: 1.4em;
  border-radius: 2046px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
.pollBlock .poll input:hover,
.pollBlock .poll a:hover,
.pollBlock .poll input:active,
.pollBlock .poll a:active {
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #fff;
  text-decoration: none;
}
.pollBlock .poll input:focus,
.pollBlock .poll a:focus {
  border: 1px solid #0F0F0F;
  background: #FAFAFA;
  color: #fff;
  text-decoration: none;
}
.pollBlock .poll input.votePoll,
.pollBlock .poll a.votePoll {
  background-color: #157FFB;
  border: 1px solid #157FFB;
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  display: inline-block;
  padding: calc(var(--vs)*0.5) calc(var(--vs)*1.5);
  line-height: 1.4em;
  border-radius: 2046px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
  color: #fff;
}
.pollBlock .poll input.votePoll:hover,
.pollBlock .poll a.votePoll:hover,
.pollBlock .poll input.votePoll:active,
.pollBlock .poll a.votePoll:active {
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #fff;
  text-decoration: none;
}
.pollBlock .poll input.votePoll:focus,
.pollBlock .poll a.votePoll:focus {
  border: 1px solid #0F0F0F;
  background: #FAFAFA;
  color: #fff;
  text-decoration: none;
}
.pollBlock .poll input.votePoll:hover,
.pollBlock .poll a.votePoll:hover,
.pollBlock .poll input.votePoll:active,
.pollBlock .poll a.votePoll:active,
.pollBlock .poll input.votePoll:focus,
.pollBlock .poll a.votePoll:focus {
  background-color: #0F0F0F;
  color: #fff;
}
.pollBlock h4 {
  margin-bottom: calc(var(--vs)*2);
}
.pollBlock .wp-polls .pollbar {
  background: #157FFB;
}
.pollBlock .wp-polls .you_voted {
  color: #157FFB;
}
.pollBlock .wp-polls .poll_choice,
.pollBlock .wp-polls .poll_answer {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #656565;
  display: block;
  line-height: 1.3em;
  background: #fff;
  padding: 1em;
  margin-bottom: 0.5em;
}
.pollBlock .wp-polls .poll_choice .answer,
.pollBlock .wp-polls .poll_answer .answer {
  color: #157FFB;
  font-weight: 700;
}
.pollBlock .wp-polls .poll_choice:last-of-type,
.pollBlock .wp-polls .poll_answer:last-of-type {
  margin-bottom: calc(var(--vs)*2);
}
.pollBlock .wp-polls .poll_choice .d-flex,
.pollBlock .wp-polls .poll_answer .d-flex {
  display: flex;
  justify-content: space-between;
}
.pollBlock .wp-polls-loading {
  display: none;
}
.pollBlock .total_voters {
  margin: 19px 0;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #656565;
}
.pollBlock .btns {
  display: flex;
  justify-content: space-between;
}
.belly {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.single-post h1 {
  padding-right: calc(var(--vs)*2);
}
.single-post .featured_holder img {
  width: 100%;
}
.archive h1,
.search h1,
.page-template-default h1 {
  margin: calc(var(--vs)*2) 0 calc(var(--vs)*2.8) 0;
}
.usersBlock .card {
  display: flex;
  width: 100%;
  justify-content: center;
  border-radius: 0;
  padding: calc(var(--vs)*3) var(--vs);
  margin-bottom: calc(var(--vs)*2);
  text-align: center;
  border: 0;
  background-color: #ededed;
}
.usersBlock .card .team_role {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #656565;
}
.usersBlock .card .avatar_holder {
  width: 70%;
  min-width: 120px;
  margin: 0 auto calc(var(--vs)*1.5) auto;
  padding: calc(var(--vs)*0.5) calc(var(--vs)*0.5) calc(var(--vs)*0.2) calc(var(--vs)*0.5);
}
.contactBlock .item {
  margin-top: calc(var(--vs)*4);
  padding-bottom: 0;
  position: relative;
}
.contactBlock .item:first-of-type {
  margin-top: 0;
}
.contactBlock .item:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #FAFAFA;
  width: 100%;
}
.contactBlock .item.last-of-type:after {
  border: 0;
}
.contactBlock .item h3 {
  margin-bottom: 28.5px;
}
.contactBlock p {
  color: #656565;
}
.contactBlock .description {
  color: #656565;
  font-size: 0.75em;
  line-height: 1.4em;
}
.faqBlock .description {
  margin-bottom: calc(var(--vs)*2);
}
.faqBlock h3 {
  margin-bottom: var(--vs);
}
.faqBlock p {
  color: #656565;
}
.faqBlock .accordion {
  margin-bottom: calc(var(--vs)*3);
}
.faqBlock .accordion .card {
  margin-bottom: calc(var(--vs)*0.5);
  border-radius: 0;
  border: 1px solid #FAFAFA;
}
.faqBlock .accordion .card:not(:last-of-type) {
  border-bottom: 1px solid #FAFAFA;
}
.faqBlock .accordion .card .card-body {
  padding: 0 1.7rem;
}
.faqBlock .accordion h4 {
  margin-bottom: 0;
}
.faqBlock .accordion button {
  display: block;
  width: 100%;
  text-align: left;
  padding: var(--vs) calc(var(--vs)*2.5) var(--vs) calc(var(--vs)*1.5);
  color: #157FFB;
  border: 0;
  background-color: #fff;
  outline: none;
  box-shadow: none;
  position: relative;
}
.faqBlock .accordion button:after {
  position: absolute;
  top: calc(var(--vs)*1.3);
  right: calc(var(--vs)*1.5);
  width: calc(var(--vs)*0.33);
  height: calc(var(--vs)*0.33);
  content: '';
  display: inline-block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-135deg);
}
.faqBlock .accordion button.collapsed:after {
  transform: rotate(45deg);
}
.faqBlock .note {
  margin-bottom: calc(var(--vs)*3);
  text-align: center;
}
.oouBlock .description {
  margin-bottom: calc(var(--vs)*3);
}
.oouBlock h2 {
  margin-bottom: calc(var(--vs)*1.5);
}
.oouBlock .part_head {
  text-align: right;
}
.cardBlock {
  margin-bottom: calc(var(--vs)*3);
  font-size: 0.8em;
  line-height: 1.5em;
  color: #656565;
}
.cardBlock.cards .in {
  background-color: #ededed;
  padding: calc(var(--vs)*3);
  display: flex;
  flex-flow: column;
}
.cardBlock.cards .in img {
  width: auto;
  max-width: 55%;
  margin-bottom: calc(var(--vs)*2);
}
.cardBlock.cards .in p {
  flex: 1;
}
.cardBlock.links .in {
  border-right: 1px solid #FAFAFA;
  padding-right: var(--vs);
}
.cardBlock.links .item:nth-of-type(5) .in {
  border: 0;
}
.cardBlock h4.heading {
  margin-bottom: calc(var(--vs)*3);
}
.cardBlock h3 {
  min-height: calc(var(--vs)*4);
}
.cardBlock .item {
  display: flex;
  margin-bottom: calc(var(--vs)*2);
}
.cardBlock .link {
  color: #157FFB;
}
.historyBlock {
  padding-top: calc(var(--vs)*3);
  padding-bottom: calc(var(--vs)*3);
  background-color: #FAFAFA;
}
.historyBlock .items {
  position: relative;
}
.historyBlock .items:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  left: 50%;
  height: 100%;
  background-color: #cccccc;
}
.historyBlock .items .odd .item:before {
  width: 15px;
  height: 1px;
  background-color: #cccccc;
  right: -15px;
  top: 50%;
}
.historyBlock .items .odd .item:after {
  right: -18px;
  top: calc(50% - 2px);
  width: 5px;
  height: 5px;
  background-color: #157FFB;
  border-radius: 50%;
}
.historyBlock .items .even .item:first-child {
  margin-top: 25%;
}
.historyBlock .items .even .item:before {
  width: 15px;
  height: 1px;
  background-color: #cccccc;
  left: -15px;
  top: 50%;
}
.historyBlock .items .even .item:after {
  left: -17px;
  top: calc(50% - 2px);
  width: 5px;
  height: 5px;
  background-color: #157FFB;
  border-radius: 50%;
}
.historyBlock .items .item {
  position: relative;
  display: block;
  margin-bottom: calc(var(--vs)*2);
}
.historyBlock .items .item:before,
.historyBlock .items .item:after {
  position: absolute;
  content: '';
  display: inline-block;
}
.historyBlock .items .item:last-child {
  margin-bottom: 0;
}
.historyBlock .items .item h3 {
  color: #157FFB;
  font-size: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.historyBlock .items .item .in {
  padding: 66.5px;
  background-color: #fff;
}
.historyBlock h2,
.historyBlock h3,
.historyBlock h6 {
  margin-bottom: calc(var(--vs)*2);
}
.latest_news {
  margin-bottom: calc(var(--vs)*5);
}
.latest_news .spicy h6 {
  margin: calc(var(--vs) * 1.1) 0 calc(var(--vs)*0.4) 0;
}
.latest_news .spicy h6 a {
  margin-bottom: 0;
}
.latest_news .spicy h4 {
  font-size: 32.832px;
  line-height: 42.6816px;
}
.latest_shorts {
  margin-bottom: calc(var(--vs)*3);
}
.latest_shorts h5 {
  margin-bottom: var(--vs);
}
.latest_news .item:after,
.tops .item:after,
.even_more_news .item:after,
.search .item:after,
.archive .item:after,
.comments-archive .item:after,
.blog .list .item:after {
  content: '';
  display: block;
  width: calc(100% - calc(var(--vs)*1.6));
  margin-left: calc(var(--bs-gutter-x)*0.5);
  padding-bottom: var(--vs);
  border-bottom: 2px solid #E8E8E8;
  margin-bottom: var(--vs);
}
.latest_news .item:last-child:after,
.tops .item:last-child:after,
.even_more_news .item:last-child:after,
.search .item:last-child:after,
.archive .item:last-child:after,
.comments-archive .item:last-child:after,
.blog .list .item:last-child:after {
  display: none;
}
.latest_news .item.last:after,
.tops .item.last:after,
.even_more_news .item.last:after,
.search .item.last:after,
.archive .item.last:after,
.comments-archive .item.last:after,
.blog .list .item.last:after {
  border-bottom: 0;
}
.latest_news .item .excerpt,
.tops .item .excerpt,
.even_more_news .item .excerpt,
.search .item .excerpt,
.archive .item .excerpt,
.comments-archive .item .excerpt,
.blog .list .item .excerpt {
  margin-bottom: var(--vs);
}
.handy_links + .tops {
  margin-top: calc(var(--vs)*3);
}
.tops .item:after {
  margin-left: 0;
  width: 100%;
}
.blog-comment {
  margin-bottom: 0;
}
.comment-form h4 {
  margin-top: var(--vs);
}
.cld-common-wrap {
  min-width: auto;
}
h4 a.toggle_comments {
  color: #157FFB;
  font-weight: 400;
}
.comments-archive {
  margin-bottom: calc(var(--vs)*3);
}
.comments-archive h1 {
  margin-top: calc(var(--vs)*2);
  margin-bottom: calc(var(--vs)*3);
}
.comments-archive .blog-comment {
  border: 0;
  padding-top: calc(var(--vs)*0.25);
  margin-bottom: 0;
}
small {
  line-height: 1rem;
}
.srr small {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #656565;
  opacity: 0.6;
  float: right;
  line-height: 1.7rem;
}
.pagination_holder {
  display: flex;
  justify-content: center;
}
.pagination_holder .pagination {
  margin-top: calc(var(--vs)*3);
  margin-bottom: calc(var(--vs)*3);
  padding: 0;
  display: inline-flex;
}
.pagination_holder .pagination li:first-child a,
.pagination_holder .pagination li:first-child span {
  padding-left: var(--vs);
}
.pagination_holder .pagination li:last-child a,
.pagination_holder .pagination li:last-child span {
  padding-right: var(--vs);
}
.pagination_holder .pagination li a {
  margin: 0 0.3rem;
  transition: all 0.4s;
  position: relative;
}
.pagination_holder .pagination li a:hover,
.pagination_holder .pagination li a:focus,
.pagination_holder .pagination li a:active {
  color: #157FFB;
}
.pagination_holder .pagination li a:hover.prev:before,
.pagination_holder .pagination li a:focus.prev:before,
.pagination_holder .pagination li a:active.prev:before,
.pagination_holder .pagination li a:hover.next:before,
.pagination_holder .pagination li a:focus.next:before,
.pagination_holder .pagination li a:active.next:before {
  border-top: 1px solid #157FFB;
  border-left: 1px solid #157FFB;
}
.pagination_holder .pagination li a.prev:before,
.pagination_holder .pagination li a.next:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  left: 0;
  top: 1em;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
.pagination_holder .pagination li a.next:before {
  transform: rotate(135deg);
  left: auto;
  right: 0;
}
.pagination_holder .pagination li a,
.pagination_holder .pagination li span {
  padding: 0.55em 0.8em 0.45em 0.8em;
  display: inline-block;
  border-radius: 4px;
}
.pagination_holder .pagination li a.current,
.pagination_holder .pagination li span.current {
  background-color: #FAFAFA;
}
.aside .heading {
  margin-bottom: calc(var(--vs)*2.75);
}
.meta {
  line-height: 1.7em;
}
.meta {
  color: #323232;
}
.excerpt {
  color: #656565;
}
.moo_link,
#loadmore {
  text-align: center;
  margin: 19px 0;
}
.avatar {
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  flex: 0 0 100px;
  height: 100px;
  display: inline-block;
  background-size: cover;
  background-color: #FAFAFA;
  margin-right: var(--vs);
}
.avatar.mini {
  height: 80px;
  width: 80px;
  flex: 0 0 80px;
}
.avatar.big {
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}
.skalps {
  position: relative;
  display: flex;
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
  padding: calc(var(--vs)*1.1) 0 var(--vs) 0;
}
.skalps.multiple:hover .bit {
  max-width: 2046px;
  transition: all 1.4s ease-in-out;
}
.skalps .bit {
  position: relative;
  display: inline-block;
  max-width: 30px;
  transition: all 1.2s ease-in-out;
}
.skalps .bit.leader {
  max-width: 2046px;
}
.skalps .ears {
  vertical-align: top;
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  padding-left: var(--vs);
  font-size: 0.9em;
}
.skalps .ears a {
  color: #157FFB;
}
.author_postcard {
  display: flex;
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
  padding-top: var(--vs);
  padding-bottom: var(--vs);
  margin-bottom: var(--vs);
}
.author_postcard .author_info {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  flex-direction: column;
  justify-content: center;
}
.author_postcard .author_info .name {
  text-transform: uppercase;
}
.author_postcard .author_info .description {
  font-size: 0.7em;
  line-height: 1.5em;
}
.money {
  background-color: #E8E8E8;
}
.fixmebejby {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: red;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(var(--vs)*0.25) calc(var(--vs)*0.33);
}
.fixmebejby:hover {
  color: #fff;
  text-decoration: none;
}
._anchor {
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
}
.anchor {
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
  left: var(--vs);
  display: inline-block;
  text-align: center;
  padding: 0 0.3rem;
  background: black;
  color: #fff;
  border-radius: 0 0 50% 50%;
}
.anchor:hover,
.anchor:active,
.anchor:focus {
  color: #fff;
}
.noanim {
  transition: all 0s;
}
.anim {
  transition: all 0.4s;
}
.anim2 {
  transition: all 0.8s;
}
.logged-in .anchor {
  opacity: 1;
}
.btn {
  display: inline-block;
  padding: calc(var(--vs)*0.5) calc(var(--vs)*1.5);
  line-height: 1.4em;
  border-radius: 2046px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
.btn:hover,
.btn:active {
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #fff;
  text-decoration: none;
}
.btn:focus {
  border: 1px solid #0F0F0F;
  background: #FAFAFA;
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  background-color: #157FFB;
  border: 1px solid #157FFB;
  color: #fff;
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  display: inline-block;
  padding: calc(var(--vs)*0.5) calc(var(--vs)*1.5);
  line-height: 1.4em;
  border-radius: 2046px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
}
.btn-primary:hover,
.btn-primary:active {
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #fff;
  text-decoration: none;
}
.btn-primary:focus {
  border: 1px solid #0F0F0F;
  background: #FAFAFA;
  color: #fff;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #0F0F0F;
  color: #fff;
}
.btn-secondary {
  color: #000;
  background: transparent;
}
.btn-grey {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  display: inline-block;
  padding: calc(var(--vs)*0.5) calc(var(--vs)*1.5);
  line-height: 1.4em;
  border-radius: 2046px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
  border: 1px solid #c7c7c7;
  padding: calc(var(--vs)*0.2) var(--vs);
  margin-left: calc(var(--vs)*0.3);
  margin-bottom: calc(var(--vs)*0.4);
  color: #949494;
  font-size: 0.9em;
}
.btn-grey:hover,
.btn-grey:active {
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #fff;
  text-decoration: none;
}
.btn-grey:focus {
  border: 1px solid #0F0F0F;
  background: #FAFAFA;
  color: #fff;
  text-decoration: none;
}
.btn-grey:hover,
.btn-grey:active {
  border: 1px solid #0F0F0F;
  color: #fff;
}
.btn-grey:focus {
  color: #000;
  background: #FAFAFA;
}
.btn-greyish {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  display: inline-block;
  line-height: 1.4em;
  border-radius: 2046px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.4s;
  border: 1px solid #c7c7c7;
  padding: calc(var(--vs)*0.2) var(--vs);
  margin-left: calc(var(--vs)*0.3);
  margin-bottom: calc(var(--vs)*0.4);
  color: #949494;
  font-size: 0.9em;
  background: #E8E8E8;
  color: #000;
  padding: calc(var(--vs)*0.5) calc(var(--vs)*1.5);
  border: 0;
}
.btn-greyish:hover,
.btn-greyish:active {
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #fff;
  text-decoration: none;
}
.btn-greyish:focus {
  border: 1px solid #0F0F0F;
  background: #FAFAFA;
  color: #fff;
  text-decoration: none;
}
.btn-greyish:hover,
.btn-greyish:active {
  border: 1px solid #0F0F0F;
  color: #fff;
}
.btn-greyish:focus {
  color: #000;
  background: #FAFAFA;
}
.btn-greyish:hover {
  color: #fff;
  background-color: #000;
}
.mb {
  margin-bottom: calc(var(--vs)*3);
}
.site_title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
}
.site_title img {
  width: 280px;
}
.container-fluid.upper {
  padding-left: calc(var(--vs)*2.5);
  padding-right: calc(var(--vs)*2.5);
}
.container-fluid.upper,
.navbar {
  padding-top: calc(var(--vs)*2);
  padding-bottom: calc(var(--vs)*3);
}
.container-fluid.upper .l_1,
.navbar .l_1 {
  display: flex;
  align-items: center;
}
.container-fluid.upper .l_2,
.navbar .l_2 {
  display: flex;
  justify-content: center;
}
.container-fluid.upper .l_3,
.navbar .l_3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topper {
  padding: 38px var(--vs);
}
.navbar {
  margin-top: calc(var(--vs) * 2);
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 0.7rem 0;
  font-size: 13.3px;
}
.navbar .menu {
  text-transform: uppercase;
}
.navbar .main_interests {
  display: flex;
  justify-content: center;
}
.navbar-toggler {
  width: 30px;
  height: 30px;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  box-shadow: none;
}
#supermenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100%;
  min-height: 100vh;
  background: #fff;
}
#supermenu.show {
  border-bottom: 1px solid #E8E8E8;
}
#supermenu a {
  color: #0D6995;
}
#supermenu a.english {
  font-size: 0.9rem;
}
#supermenu .secondary_menu {
  padding-bottom: calc(var(--vs)*3);
}
#supermenu .secondary_menu a {
  color: #157FFB;
  padding: 0;
  line-height: calc(var(--vs)*1.4);
}
#top_menu {
  padding-top: calc(var(--vs)*2);
  margin-bottom: calc(var(--vs)*3);
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
#top_menu a {
  color: #000;
}
#top_menu a.parent {
  padding-bottom: var(--vs);
}
#top_menu .children {
  padding-top: 0;
  padding-bottom: calc(var(--vs)*3);
}
#top_menu .children a {
  font-weight: 400;
  padding-bottom: 0;
}
#top_menu a#id_61936 {
  background-color: #157FFB;
  border: 1px solid #157FFB;
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  display: inline-block;
  padding: calc(var(--vs)*0.5) calc(var(--vs)*1.5);
  line-height: 1.4em;
  border-radius: 2046px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
  margin-bottom: calc(var(--vs)*3);
  position: relative;
  font-size: var(--vs);
  padding-left: calc(var(--vs)*3);
  color: #fff;
}
#top_menu a#id_61936:hover,
#top_menu a#id_61936:active {
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #fff;
  text-decoration: none;
}
#top_menu a#id_61936:focus {
  border: 1px solid #0F0F0F;
  background: #FAFAFA;
  color: #fff;
  text-decoration: none;
}
#top_menu a#id_61936:hover,
#top_menu a#id_61936:active,
#top_menu a#id_61936:focus {
  background-color: #0F0F0F;
  color: #fff;
}
#top_menu a#id_61936:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 16px;
  top: 15px;
  left: 19px;
  display: inline-block;
  background-image: url(img/map.png);
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-size: 19px;
  transition: all 0.4s;
}
.bottomer .l_3,
.topper .l_3 {
  text-align: right;
  font-weight: 400;
}
#simple_menu,
#socials {
  text-transform: uppercase;
}
#simple_menu ul,
#socials ul {
  margin: 0;
  display: flex;
  align-items: center;
}
#simple_menu ul li,
#socials ul li {
  height: 25px;
  list-style: none;
  display: inline-block;
}
#simple_menu {
  display: inline-block;
}
#simple_menu .nav-link {
  padding-top: 0;
  white-space: nowrap;
  color: #000;
  padding-left: calc(19px * 0.9);
  padding-right: calc(19px * 0.9);
}
.zoom {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(img/search.svg) no-repeat;
  background-size: 16px;
  overflow: hidden;
  text-indent: 100em;
  position: relative;
}
.close {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}
.close:before,
.close:after {
  content: '';
  position: absolute;
  top: 0.15em;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.search_switch {
  top: 0.2rem;
  margin-left: 0.8rem;
}
.search_switch.search_switch_menu {
  filter: brightness(0);
}
#searchform_holder {
  height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
#searchform_holder.visible {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4092;
  background: #FAFAFA;
  padding-top: calc(var(--vs) * 4);
}
#searchform_holder .search_switch.close {
  width: 22px;
  height: 22px;
  margin-left: 0.5rem;
  top: 0.45em;
}
#searchform_holder.visible {
  height: auto;
  max-height: 9999999px;
  opacity: 1;
  overflow: visible;
  transition: all 0.4s;
}
#searchform_holder:not(.visible) * {
  display: none;
}
#searchform_holder #searchform {
  width: clamp(300px, 70vw, 80vw);
  margin: var(--vs) auto;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #656565;
  padding: var(--vs);
}
#searchform_holder #searchform.visible {
  padding: 0.2em;
}
#searchform_holder #searchform #s {
  flex: 1;
}
#searchform_holder #searchform input,
#searchform_holder #searchform .close {
  border: 0;
}
#searchform_holder #searchform input:active,
#searchform_holder #searchform .close:active,
#searchform_holder #searchform input:focus,
#searchform_holder #searchform .close:focus,
#searchform_holder #searchform input:hover,
#searchform_holder #searchform .close:hover {
  border: 0;
  box-shadow: none;
  outline: none;
}
.top_cats_menu {
  font-size: calc(var(--vs)*0.7);
  margin-bottom: calc(var(--vs)*4.5);
}
.top_cats_menu:after {
  content: '';
  display: block;
  width: calc(100% - calc(var(--vs)*1.6));
  border-bottom: 2px solid #E8E8E8;
  margin-bottom: calc(var(--vs)*-1.1);
}
.top_cats_menu a {
  text-transform: uppercase;
  display: inline-block;
  padding: calc(var(--vs)*0.5) var(--vs);
  border-bottom: 3px solid transparent;
  margin-right: -4px;
  transition: all 0.4s;
}
.top_cats_menu a.active {
  border-bottom: 3px solid #157FFB;
}
.top_cats_menu a.active:hover {
  border-bottom: 3px solid #157FFB;
}
.top_cats_menu a:hover {
  border-bottom: 3px solid rgba(21, 127, 251, 0.5);
}
.top_cats_menu a:first-child {
  padding-left: 0;
}
#socials ul,
#footer_socials ul {
  padding: 0;
}
#socials ul li,
#footer_socials ul li {
  list-style: none;
  display: inline-block;
}
#socials ul li a,
#footer_socials ul li a {
  overflow: hidden;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0 1.1rem 0 0;
  display: inline-block;
  color: transparent;
  background: url(img/socials.png) -32px 0 no-repeat;
  background-size: auto 25px;
}
#socials ul li:nth-child(2) a,
#footer_socials ul li:nth-child(2) a {
  background-position: -91px 0;
}
#socials ul li:nth-child(3) a,
#footer_socials ul li:nth-child(3) a {
  background-position: -58px 0;
}
#socials ul li:nth-child(4) a,
#footer_socials ul li:nth-child(4) a {
  background-position: -2px 0px;
}
#donate_float {
  position: fixed;
  z-index: 88;
  right: clamp(50px, 60px, 67px);
  width: 1px;
  height: 1px;
  top: 40vh;
}
#donate_float a {
  position: absolute;
  white-space: nowrap;
  display: inline-block;
  transform: rotate(90deg) translateY(25px);
  background-color: #157FFB;
  color: #fff;
  font-size: 0.7em;
  padding: calc(var(--vs)*0.25) var(--vs);
  border-radius: 0 0 calc(var(--vs)*0.25) calc(var(--vs)*0.25);
  text-transform: uppercase;
}
.share {
  display: flex;
  position: relative;
}
.share a {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  display: inline-block;
  color: transparent;
  background-color: #4267B2;
  margin-right: calc(var(--vs)*0.666);
  margin-bottom: calc(var(--vs)*0.333);
  transition: all 0.4s;
}
.share a:hover {
  opacity: 0.9;
}
.share a:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 5px;
  position: absolute;
  background: url(img/socials.png) -27px 3px no-repeat transparent;
  background-size: auto 25px;
  filter: invert(1);
}
.share a:nth-child(2) {
  background-color: #1DA1F2;
}
.share a:nth-child(2):before {
  background: url(img/socials.png) -54px 3px no-repeat transparent;
  background-size: auto 25px;
}
.share a:nth-child(3) {
  background-color: #dedede;
}
.share a:nth-child(3):before {
  background: url(img/socials_.png) -246px 3px no-repeat transparent;
  background-size: auto 25px;
}
.share a.instagram {
  background-color: #f21de2;
}
.share a.instagram:before {
  background: url(img/socials.png) -86px 3px no-repeat transparent;
  background-size: auto 25px;
}
.share a.messenger {
  background-color: #1DA1F2;
}
.share a.messenger:before {
  background: url(img/socials.png) -117px 3px no-repeat transparent;
  background-size: auto 25px;
}
.share a.linkedin {
  background-color: #000;
}
.share a.linkedin:before {
  background: url(img/socials.png) -150px 3px no-repeat transparent;
  background-size: auto 25px;
}
.share a.email {
  background-color: #656565;
}
.share a.email:before {
  background: url(img/socials.png) -214px 3px no-repeat transparent;
  background-size: auto 25px;
}
.share a.pinterest {
  background-color: #1DA1F2;
}
.share a.pinterest:before {
  background: url(img/socials.png) -181px 3px no-repeat transparent;
  background-size: auto 25px;
}
.share a.twitter {
  background-color: #1DA1F2;
}
.share a.twitter:before {
  background: url(img/socials.png) -54px 3px no-repeat transparent;
  background-size: auto 25px;
}
.share a.url,
.share a.user_url {
  background-color: #656565;
}
.share a.url:before,
.share a.user_url:before {
  background: url(img/socials.png) -278px 3px no-repeat transparent;
  background-size: auto 25px;
}
.share a.facebook {
  background-color: #4267B2;
}
.share a.facebook:before {
  background: url(img/socials.png) -27px 3px no-repeat transparent;
  background-size: auto 25px;
}
.more_shared_links {
  position: absolute;
  z-index: 2;
  display: flex;
  top: 47px;
  max-width: 180px;
  flex-flow: wrap;
  height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.more_shared_links a {
  margin-bottom: 0.4rem;
}
.more_shared_links.visible {
  height: auto;
  max-height: 9999999px;
  opacity: 1;
  overflow: visible;
  transition: all 0.4s;
}
.more_shared_links:not(.visible) * {
  display: none;
}
#footer_socials {
  filter: invert(1);
}
.top_posts,
.footer {
  background-color: #0F0F0F;
  color: #999999;
  padding-top: calc(var(--vs)*4);
  padding-bottom: calc(var(--vs)*4);
}
.top_posts img,
.footer img {
  margin-bottom: var(--vs);
}
.top_posts a,
.footer a {
  color: #E8E8E8;
}
.top_posts .flag,
.footer .flag {
  color: #CACCCE;
}
.top_posts .flag:before,
.footer .flag:before {
  filter: brightness(1.2);
}
.footer {
  padding-top: calc(var(--vs)*4);
  padding-bottom: calc(var(--vs)*4);
}
.footer h4,
.baby_posts h4,
.latest_news h4 {
  font-size: 20.9px;
  line-height: 33.44px;
}
.top_posts .heading span {
  background-color: #0F0F0F;
  color: #E8E8E8;
}
.top_posts .heading:before {
  border-bottom: 1px solid #323232;
}
.top_posts .cats a {
  color: #53afdb;
}
.top_posts .meta {
  color: #CACCCE;
}
.top_posts h4.title {
  font-size: 26.6px;
  line-height: 37.24px;
}
.archive.author .baby_detail {
  margin-top: calc(var(--vs)*2);
}
.archive.author .baby_detail .share {
  margin-top: var(--vs);
}
.archive.author .baby_detail .share a {
  display: inline-flex;
}
.archive.author .baby_detail,
.archive.author .heading {
  margin-bottom: calc(var(--vs)*3);
}
.archive.author .pagination_holder {
  justify-content: center;
}
.baby_posts .item {
  margin-bottom: var(--vs);
}
.baby_posts h4 {
  margin-top: calc(var(--vs)*0.33);
}
.top_posts .heading,
.footer .heading,
.latest_shorts .heading {
  margin-bottom: calc(var(--vs)*2);
}
.top_posts .item,
.footer .item,
.latest_shorts .item {
  position: relative;
}
.top_posts .item:before,
.footer .item:before,
.latest_shorts .item:before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #323232;
  position: absolute;
  left: 0;
}
.latest_shorts .item {
  margin-bottom: calc(var(--vs)*2);
}
.latest_shorts .item:before {
  background-color: #FAFAFA;
  margin-left: calc(var(--vs) * -1);
}
.latest_shorts .item.l_1:before {
  display: none;
}
#ploadmore,
.zloadmore {
  margin-top: calc(var(--vs)*2);
  margin-bottom: var(--vs);
  text-align: center;
}
#ploadmore a,
.zloadmore a {
  background: #FAFAFA;
  border: 1px solid #FAFAFA;
  padding: calc(var(--vs)*0.6) calc(var(--vs)*3);
  font-size: 0.8em;
}
#ploadmore a:hover,
.zloadmore a:hover,
#ploadmore a:focus,
.zloadmore a:focus,
#ploadmore a:active,
.zloadmore a:active {
  background: #0F0F0F;
}
#ploadmore.loading a,
.zloadmore.loading a {
  animation: loading 1s;
  animation-iteration-count: infinite;
}
@keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
.various_things {
  padding-bottom: calc(var(--vs)*3);
}
.various_things .heading {
  margin: calc(var(--vs)*3) 0 calc(var(--vs)*2) 0;
}
.various_things .guts {
  margin-bottom: var(--vs);
}
.relevant,
.similarArticlesBlock {
  margin-bottom: calc(var(--vs)*3);
  margin-top: calc(var(--vs)*3);
}
.relevant h5,
.similarArticlesBlock h5 {
  margin-bottom: calc(var(--vs)*3);
}
.relevant img,
.similarArticlesBlock img {
  margin-bottom: var(--vs);
}
.toggleable {
  height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.toggleable.visible {
  height: auto;
  max-height: 9999999px;
  opacity: 1;
  overflow: visible;
  transition: all 0.4s;
}
.toggleable:not(.visible) * {
  display: none;
}
.loginFormBlock,
.registerFormBlock {
  margin-bottom: calc(var(--vs) * 4);
}
.loginFormBlock.user,
.registerFormBlock.user {
  text-align: right;
}
.loginFormBlock #loginform,
.registerFormBlock #loginform,
.loginFormBlock .tiny_form_register,
.registerFormBlock .tiny_form_register {
  width: 300px;
  margin: 0 auto;
  border: 0;
}
.loginFormBlock input[type="text"],
.registerFormBlock input[type="text"],
.loginFormBlock input[type="password"],
.registerFormBlock input[type="password"],
.loginFormBlock input[type="email"],
.registerFormBlock input[type="email"] {
  width: 100%;
  padding: 9.5px;
}
.loginFormBlock input[type="submit"],
.registerFormBlock input[type="submit"] {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  display: inline-block;
  padding: calc(var(--vs)*0.5) calc(var(--vs)*1.5);
  line-height: 1.4em;
  border-radius: 2046px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
.loginFormBlock input[type="submit"]:hover,
.registerFormBlock input[type="submit"]:hover,
.loginFormBlock input[type="submit"]:active,
.registerFormBlock input[type="submit"]:active {
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #fff;
  text-decoration: none;
}
.loginFormBlock input[type="submit"]:focus,
.registerFormBlock input[type="submit"]:focus {
  border: 1px solid #0F0F0F;
  background: #FAFAFA;
  color: #fff;
  text-decoration: none;
}
.loginFormBlock input[type="submit"]:hover,
.registerFormBlock input[type="submit"]:hover {
  color: #fff;
}
.loginFormBlock label,
.registerFormBlock label {
  display: block;
}
.loginFormBlock p.login-password,
.registerFormBlock p.login-password {
  margin-bottom: 0;
}
.loginFormBlock .btns,
.registerFormBlock .btns {
  width: 300px;
  margin: calc(var(--vs) * 2) auto;
  font-size: 0.8em;
}
.loginFormBlock .btns a,
.registerFormBlock .btns a {
  color: #157FFB;
  display: block;
}
.loginFormBlock .btns a:before,
.registerFormBlock .btns a:before {
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin-right: 0.6em;
  content: '';
  width: 18px;
  height: 18px;
  background: url('img/arrow.svg') no-repeat center center;
}
.page-id-72016 h1,
.page-id-72020 h1 {
  width: 300px;
  margin: 0 auto var(--vs) auto;
  font-size: 26.6px;
}
.footer {
  font-size: 0.6em;
}
.footer .footer_logo {
  filter: invert(1) brightness(0.3);
}
.footer .l_3,
.footer .l_5,
.footer .l_7 {
  text-align: right;
}
.footer .label_ {
  color: #FAFAFA;
}
.footer .automag {
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
}
.footer .automag .txt {
  font-size: 0.83em;
  line-height: 1.1em;
  margin-right: 0.3em;
}
.footer .automag img {
  width: 70px;
  margin-bottom: 0;
}
.footer .footer_menu {
  padding-top: var(--vs);
  padding-bottom: var(--vs);
}
.footer .footer_menu a {
  display: inline-block;
  padding-left: 0;
  text-transform: uppercase;
  color: #999999;
}
.footer .footer_menu.b_2 {
  text-align: right;
}
.footer .footer_menu.b_2 a {
  padding-left: 0.5em;
  padding-right: 0;
}
.cats {
  color: #0D6995;
  text-transform: uppercase;
}
.cats a {
  margin-bottom: 3.8px;
  color: #0D6995;
  display: inline-block;
}
.cats .postType {
  color: #656565;
}
.cats span:last-of-type {
  display: none;
}
.single .post_head .cats {
  margin-top: calc(var(--vs)*3);
  margin-bottom: calc(var(--vs)*0.2);
}
.post_tags {
  line-height: 2.4rem;
  margin-top: calc(var(--vs)*2);
  margin-bottom: calc(var(--vs)*3);
  font-size: 0.7em;
}
.haircut {
  margin-bottom: calc(var(--vs)*3);
}
.haircut .meta {
  margin-bottom: calc(var(--vs)*2);
}
.haircut h1 {
  margin-bottom: calc(var(--vs)*2.4);
}
.post_head {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dedede;
}
.post_head.no_featured {
  margin-top: calc(var(--vs)*2);
}
.post_head .in {
  flex: 1;
  align-items: baseline;
  justify-content: center;
  display: flex;
  flex-flow: column;
  width: 100%;
}
.post_head .meta {
  align-self: baseline;
  justify-self: flex-end;
  padding-bottom: calc(var(--vs)*0.5);
}
.bikero-logo {
  font-size: calc(var(--vs)*0.4);
  color: #656565;
  text-transform: uppercase;
}
.bikero-logo img {
  padding-left: calc(var(--vs)*0.5);
  width: 80px;
}
.donation {
  background: #FAFAFA;
  padding-top: calc(var(--vs)*3);
  padding-bottom: calc(var(--vs)*3);
  color: #656565;
  font-size: 0.9em;
}
.donation h5 {
  margin-bottom: calc(var(--vs)*2);
}
.donation h3,
.donation h4,
.donation h5 {
  color: #000;
  letter-spacing: 0.01em;
  line-height: 1.8em;
}
.donation .note {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #656565;
}
.donation .note .butterfly {
  width: 40px;
  display: inline-block;
  margin-right: var(--vs);
}
.donation .note p {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: top;
}
.donation .values {
  padding-bottom: calc(var(--vs)*2);
}
.donation .values a {
  margin-right: calc(var(--vs)*0.25);
  border: 1px solid #999999;
}
.single-post .donation,
.single-zpravicky .donation {
  text-align: center;
}
.single-post .donation .values,
.single-zpravicky .donation .values {
  text-align: center;
  padding-bottom: 0;
}
.single-post .banner_holder .advertBlock .in,
.single-zpravicky .banner_holder .advertBlock .in {
  background: transparent;
  padding: calc(var(--vs)*0.5);
  border: 1px solid #dedede;
}
.single-post .banner_holder .advertBlock label span,
.single-zpravicky .banner_holder .advertBlock label span {
  transform: translate(-10px, -12px);
  position: relative;
  display: inline-block;
  background: #fff;
  font-size: 0.8em;
  color: #656565;
  opacity: 0.5;
}
.single-zpravicky .entry {
  margin-bottom: calc(var(--vs)*3);
}
.flakota {
  display: inline-block;
}
.flag {
  position: relative;
  font-size: 0.8rem;
  display: inline-block;
  padding-left: 2.1rem;
  transition: all 0.4s;
  color: #323232;
}
.flag:before {
  position: absolute;
  content: '';
  background: url(img/c.svg) no-repeat center center;
  display: inline-block;
  width: 13px;
  height: 14px;
  top: 10px;
  left: 15.2px;
  filter: brightness(0.7);
  transition: all 0.4s;
}
.tip {
  background-color: #157FFB;
  padding: 4.75px calc(var(--vs)*0.5);
  color: #fff;
  position: relative;
}
.tip:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #157FFB;
  top: -10px;
  left: 50%;
}
.tip p:last-of-type {
  margin-bottom: 0;
}
h3 .flag {
  margin-left: calc(var(--vs)*0.5);
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.grecaptcha-badge {
  display: none;
}
#fancybox-wrap,
#fancybox-content {
  box-sizing: content-box;
}
.fancybox-title-outside {
  color: #000 !important;
  line-height: 1.4em;
  padding-top: 0;
}
.cld-like-dislike-wrap {
  margin-bottom: 0;
  margin-left: calc(var(--vs)*1.5);
}
.cld-like-dislike-wrap a {
  color: #656565;
}
.banner_homepage_tops {
  margin-top: calc(var(--vs)*4);
}
.potholes .item {
  margin-bottom: var(--vs);
}
.potholes b {
  margin-bottom: calc(var(--vs)*0.5);
}
.potholes div[class^="col-"] {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.newsletter input:hover,
.newsletter input:active,
.newsletter input:focus {
  outline: 0;
}
.newsletter input[type="submit"] {
  position: absolute;
  z-index: 2;
  margin-top: 0.5rem;
  transform: translateX(-24px) translateY(6px);
  color: transparent;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: 999px;
  background: url(img/send.svg) no-repeat;
  filter: grayscale(1) contrast(4);
  background-size: 18px;
  border: 0;
}
.newsletter input[type="submit"].loading {
  animation: loading 1s;
  animation-iteration-count: infinite;
}
.newsletter .e-mail {
  width: 100%;
  max-width: 310px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #999999;
  padding: calc(var(--vs)*0.33);
  color: #fff;
}
.newsletter .gdpr input {
  float: left;
  margin: calc(var(--vs)*0.5) calc(var(--vs)*0.5) 0 0;
}
.newsletter .gdpr p {
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.newsletter label {
  width: 100%;
}
.newsletter .label_ {
  margin-bottom: calc(var(--vs) * 2);
  width: 100%;
  display: block;
}
.newsletter .response {
  margin-top: calc(var(--vs)*0.5);
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  background-color: #157FFB;
  padding: 4.75px calc(var(--vs)*0.5);
  color: #fff;
  position: relative;
  display: none;
}
.newsletter .response:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #157FFB;
  top: -10px;
  left: 50%;
}
.newsletter .response p:last-of-type {
  margin-bottom: 0;
}
.newsletter .response.visible {
  display: block;
}
.newsletter .form-error {
  color: #f27373;
  width: 100%;
  display: block;
}
.footer .newsletter .label_ {
  font-size: 1.2em;
}
.footer .newsletter .submit {
  filter: saturate(0) brightness(2);
}
#supermenu .newsletter .gdpr_info,
#supermenu .newsletter .form-error {
  font-size: 0.7em;
}
#supermenu .newsletter .label_ {
  font-weight: 400;
}
#supermenu .newsletter input {
  font-size: 1rem;
}
#supermenu .newsletter .e-mail {
  color: #000;
}
#supermenu .socials {
  margin: 0 0 calc(var(--vs)*2) 0;
}
.handy_links b a {
  color: #157FFB;
}
.handy_links p:last-of-type {
  margin-bottom: 0;
}
.handy_links .item:after {
  margin-left: 0 !important;
  width: 100% !important;
}
.region_filter {
  margin-bottom: var(--vs);
}
.region_filter a.btn {
  margin-bottom: calc(var(--vs)*0.3);
}
.comments_container .flag {
  top: -3px;
}
a#comments {
  position: absolute;
  margin-top: calc(var(--vs)*-1);
}
.cld-count-wrap {
  margin-left: 3px;
  margin-right: calc(var(--vs)*0.5);
}
.error404 .meta a {
  text-transform: uppercase;
  color: #157FFB;
}
#cn-accept-cookie {
  color: #157FFB;
}
#SSG_menu #SSGL {
  display: none !important;
}
.ssglight #SSG_bg {
  background: #fff !important;
  color: #ffffff !important;
}
.ssglight #SSG_menu a.SSG_link {
  color: #157FFB !important;
}
.ssglight #SSG_menu a.SSG_link span {
  filter: hue-rotate(100deg);
}
#SSG1 .notitle p.title,
#SSG1 .SSG_uwide p.title {
  padding: 0 !important;
}
.ssglight #SSG1 {
  background: #fff !important;
}
#post_list_form {
  margin-top: 76px;
  margin-bottom: 76px;
  font-family: 'IBM Plex Sans';
}
#post_list_form i.fa {
  display: none;
}
#post_list_form select {
  background: transparent;
  border: 1px solid #b2b2b2;
  padding: 9.5px;
}
#post_list_form select[name="sra"] {
  margin-left: 19px;
}
#post_list_form .subscribe-reloaded-small-button,
#post_list_form .subscribe-reloaded-small-button {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  display: inline-block;
  padding: calc(var(--vs)*0.5) calc(var(--vs)*1.5);
  line-height: 1.4em;
  border-radius: 2046px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
  border: 1px solid #c7c7c7;
  padding: calc(var(--vs)*0.2) var(--vs);
  margin-left: calc(var(--vs)*0.3);
  margin-bottom: calc(var(--vs)*0.4);
  color: #949494;
  font-size: 0.9em;
}
#post_list_form .subscribe-reloaded-small-button:hover,
#post_list_form .subscribe-reloaded-small-button:hover,
#post_list_form .subscribe-reloaded-small-button:active,
#post_list_form .subscribe-reloaded-small-button:active {
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #fff;
  text-decoration: none;
}
#post_list_form .subscribe-reloaded-small-button:focus,
#post_list_form .subscribe-reloaded-small-button:focus {
  border: 1px solid #0F0F0F;
  background: #FAFAFA;
  color: #fff;
  text-decoration: none;
}
#post_list_form .subscribe-reloaded-small-button:hover,
#post_list_form .subscribe-reloaded-small-button:hover,
#post_list_form .subscribe-reloaded-small-button:active,
#post_list_form .subscribe-reloaded-small-button:active {
  border: 1px solid #0F0F0F;
  color: #fff;
}
#post_list_form .subscribe-reloaded-small-button:focus,
#post_list_form .subscribe-reloaded-small-button:focus {
  color: #000;
  background: #FAFAFA;
}
#post_list_form input.subscribe-form-button {
  font-family: 'IBM Plex Sans';
  font-weight: 400;
  display: inline-block;
  line-height: 1.4em;
  border-radius: 2046px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.4s;
  border: 1px solid #c7c7c7;
  padding: calc(var(--vs)*0.2) var(--vs);
  margin-left: calc(var(--vs)*0.3);
  margin-bottom: calc(var(--vs)*0.4);
  color: #949494;
  font-size: 0.9em;
  background: #E8E8E8;
  color: #000;
  padding: calc(var(--vs)*0.5) calc(var(--vs)*1.5);
  border: 0;
}
#post_list_form input.subscribe-form-button:hover,
#post_list_form input.subscribe-form-button:active {
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #fff;
  text-decoration: none;
}
#post_list_form input.subscribe-form-button:focus {
  border: 1px solid #0F0F0F;
  background: #FAFAFA;
  color: #fff;
  text-decoration: none;
}
#post_list_form input.subscribe-form-button:hover,
#post_list_form input.subscribe-form-button:active {
  border: 1px solid #0F0F0F;
  color: #fff;
}
#post_list_form input.subscribe-form-button:focus {
  color: #000;
  background: #FAFAFA;
}
#post_list_form input.subscribe-form-button:hover {
  color: #fff;
  background-color: #000;
}
#post_list_form #subscribe-reloaded-email-p {
  margin-bottom: 0;
  font-size: 0.9em;
}
#post_list_form .stcr-subscription-list {
  margin-bottom: 19px;
  width: 100%;
}
#post_list_form .stcr-subscription-list th,
#post_list_form .stcr-subscription-list td {
  padding: 19px 0;
  text-align: left !important;
}
#post_list_form .stcr-subscription-list th {
  font-weight: 300;
  color: #999999;
  font-size: 0.9em;
}
#post_list_form .stcr-subscription-list td {
  padding-left: 9.5px;
}
#post_list_form .stcr-subscription-list td a {
  font-weight: bold;
}
#post_list_form .stcr-subscription-list thead {
  border-top: 1px solid #999999;
}
#post_list_form .stcr-subscription-list tbody {
  border-top: 3px solid #999999;
  border-bottom: 3px solid #999999;
}
@media all and (min-width: 1500px) {
  .col-xxl-5 {
    flex: 0 0 41.6666%;
  }
}
@media all and (max-width: 1366px) {
  .latest_news h4 {
    line-height: 30.4px;
  }
}
@media all and (max-width: 1330px) {
  .container-fluid.upper {
    padding-top: calc(var(--vs)*2);
  }
  .navbar {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
  }
  .navbar .l_1,
  .navbar .l_3,
  .navbar #simple_menu,
  .navbar #socials {
    display: none !important;
  }
  .navbar .main_interests {
    justify-content: flex-end;
  }
  .search_switch.zoom {
    position: absolute;
    left: 3rem;
    top: -1.7rem;
    width: 30px;
    height: 30px;
  }
  .donation .values .btn,
  .donation h3 .btn {
    margin-bottom: calc(var(--vs)*0.5);
  }
}
@media all and (max-width: 1200px) {
  .donation .description {
    margin-bottom: calc(var(--vs) * 3);
  }
  .footer .l_2 {
    order: 0;
  }
  .footer .l_1 {
    order: 2;
  }
  .footer .l_4 {
    order: 3;
    text-align: left !important;
  }
  .footer .l_3 {
    order: 4;
    text-align: left !important;
    padding-bottom: var(--vs);
  }
  .footer .l_6 {
    order: 6;
  }
  .footer .l_7 {
    order: 7;
    text-align: left !important;
  }
  .footer .footer_menu a {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer .footer_logo {
    display: block;
    text-align: center;
  }
  .footer .footer_logo img {
    max-width: 220px;
  }
}
@media all and (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 41.6666%;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1340px;
  }
}
@media all and (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.6666%;
  }
}
@media all and (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.6666%;
  }
}
@media all and (min-width: 576px) {
  .col-sm-5 {
    flex: 0 0 41.6666%;
  }
}
@media all and (min-width: 576px) and (max-width: 968px) {
  .haircut {
    margin-bottom: var(--vs);
  }
  .single-post .share {
    padding-bottom: var(--vs);
  }
  .search_switch.zoom {
    top: -1.5rem;
  }
}
@media all and (max-width: 768px) {
  #supermenu .socials {
    margin: calc(var(--vs)*2) 0;
  }
  #donate_float {
    display: none;
  }
  .container {
    width: 100%;
  }
  .advertBlock.banner_post {
    position: static;
    max-width: 50%;
    margin: 0 auto;
  }
  .advertBlock.banner_post .in {
    padding: 0;
  }
  .top_posts .item {
    display: flex;
    margin-top: calc(var(--vs)*2);
    flex-flow: column;
  }
}
@media all and (max-width: 576px) {
  .pagination .page_num.link {
    display: none;
  }
  .move_my_ass {
    margin-left: 0;
  }
  .dancing .with_banner_aside .move_my_ass {
    margin-left: 0;
  }
  .dancing .move_my_ass {
    margin-left: 0;
    padding: 0 var(--vs);
  }
  body {
    padding-top: 80px;
  }
  body.menu_exposed .upper {
    position: absolute;
  }
  body.menu_exposed .navbar-toggler {
    transform: translateY(5px);
  }
  h1 {
    font-size: 43.263px;
    line-height: 55.062px;
    margin-bottom: 1.035rem;
    margin-left: -4.37px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  h2 {
    font-size: 28.9674px;
    line-height: 36.8676px;
    margin-bottom: 0.693rem;
    margin-left: -2.926px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  h3 {
    font-size: 26.334px;
    line-height: 33.516px;
    margin-bottom: 0.63rem;
    margin-left: -2.66px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  h4 {
    font-size: 15.66873px;
    line-height: 19.94202px;
    margin-bottom: 0.37485rem;
    margin-left: -1.5827px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  h5 {
    font-size: 13.05414px;
    line-height: 16.61436px;
    margin-bottom: 0.3123rem;
    margin-left: -1.3186px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  h6 {
    font-size: 11.22957px;
    line-height: 14.29218px;
    margin-bottom: 0.26865rem;
    margin-left: -1.1343px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  .advertBlock,
  .introBlock {
    font-size: 23.94px;
    line-height: 34.58px;
  }
  .upper {
    background: #fff;
    position: fixed;
    z-index: 2097;
    top: 0;
    width: 100%;
    transition: all 0.8s;
  }
  .advertBlock.banner_post {
    display: none;
  }
  #supermenu #socials {
    margin-top: var(--vs);
    margin-bottom: var(--vs);
  }
  .top_posts .item {
    flex-flow: row;
  }
  .top_posts .item .face {
    width: 30%;
    flex: 0 0 30%;
    display: inline-block;
    margin-right: var(--vs);
  }
  .top_posts .item h4.title {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .galleryBlock .gallery_lead {
    padding: 0;
    margin-bottom: 0;
  }
  .galleryBlock .gallery_thumbnails .item {
    padding: 0;
  }
  .topper {
    margin-top: 0.2rem;
  }
  .topper .site_title {
    margin-top: 4px;
  }
  .site_title img {
    width: 140px;
  }
  .container-fluid.upper {
    padding-left: var(--vs);
    padding-right: var(--vs);
    padding-bottom: calc(var(--vs)*2);
  }
  .navbar-toggler {
    margin-top: 0;
    margin-left: 0.4rem;
  }
  .search_switch.zoom {
    position: absolute;
    top: -1.4rem;
    left: 2.6rem;
  }
  .bikero-logo {
    line-height: 1.4;
    text-align: right;
  }
  .bikero-logo img {
    padding-left: 0;
    display: inline-flex;
    opacity: 0.7;
    width: 64px;
  }
  #supermenu {
    padding-left: 19px;
    padding-right: 19px;
  }
  #supermenu.show .navbar-toggler {
    padding-top: 1rem;
  }
  #supermenu #top_menu {
    border: 0;
    padding-top: 0;
  }
  #supermenu #top_menu #menu-item-61936 {
    text-align: center;
  }
  #supermenu #top_menu a.nav-link:not(#id_61936) {
    margin: 0 calc(var(--bs-gutter-x)*3);
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #E8E8E8;
    font-size: 19px;
  }
  #supermenu #top_menu a#id_61936 {
    margin: calc(var(--vs) * 2) auto 0 auto;
    line-height: 30.4px;
  }
  #supermenu #top_menu .children {
    display: none;
  }
  .spicy a img {
    margin-left: -15px;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
  }
  .various_things .heading {
    margin: calc(var(--vs)*1.5) 0 var(--vs) 0;
  }
  .latest_news {
    margin-bottom: calc(var(--vs)*2);
  }
  .latest_shorts h3 {
    line-height: 1.4rem;
    font-size: var(--vs);
  }
  .face {
    padding-top: calc(var(--vs)*1.1);
  }
  .still_hot {
    margin-top: var(--vs);
  }
  .still_hot .belly {
    justify-content: flex-start;
  }
  .footer ._l3,
  .footer .l_5,
  .footer .l_7,
  .footer .footer_menu,
  .footer .footer_socials {
    text-align: left;
  }
  .footer .footer_menu.b_2 {
    text-align: left;
  }
  .footer .footer_menu a {
    display: block;
    padding: 0;
  }
  .footer .automag {
    margin-top: var(--vs);
  }
  .footer .footer_logo {
    display: block;
    padding: calc(var(--vs)*2);
  }
  .zzBlock .item {
    margin-bottom: 0;
  }
  .zzBlock .item .text {
    margin-bottom: var(--vs);
  }
  .zzBlock .item .text .in .alogo img {
    max-width: 100%;
    margin-top: var(--vs);
    margin-bottom: 0;
  }
  .cardBlock h2 {
    margin: calc(var(--vs)*2) 0 var(--vs) 0;
  }
  .cardBlock.links .item {
    padding-bottom: var(--vs);
    border-bottom: 1px solid #FAFAFA;
  }
  .cardBlock.links .item:last-child {
    border-bottom: 0;
  }
  .cardBlock.links .item .in {
    padding-right: 0;
    border-right: 0;
  }
  .cardBlock .item {
    margin-bottom: var(--vs);
  }
  .single-post .haircut {
    margin-top: var(--vs);
    margin-bottom: calc(var(--vs)*2);
  }
  .single-post .haircut h1 {
    padding-right: 0;
  }
  .single-post .featured_holder {
    margin-bottom: var(--vs);
  }
  .single-post .share {
    margin-bottom: calc(var(--vs)*2);
  }
  .imageBlock img,
  .imageBlock .wp-caption-text {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .textBlock h6 {
    margin-top: var(--vs);
    margin-left: 0;
    min-width: 100%;
  }
  .textBlock h6:before {
    width: 15vw;
  }
  .usersBlock .row {
    margin-right: 0;
    margin-left: 0;
  }
  .usersBlock .row .item {
    padding-left: 0;
    padding-right: 7.5px;
  }
  .usersBlock .row .item:nth-child(2n) {
    padding-left: 7.5px;
    padding-right: 0;
  }
  .usersBlock .card {
    padding: var(--vs);
    margin-bottom: var(--vs);
    justify-content: flex-start;
  }
  .usersBlock .card .avatar_holder {
    width: 120px;
  }
  blockquote {
    margin-left: 0;
    width: 100%;
  }
  .relevant .item,
  .similarArticlesBlock .item {
    margin-bottom: var(--vs);
  }
  .archive.author .avatar {
    margin-top: var(--vs);
  }
  .more_shared_links {
    min-width: 100%;
    background-color: #fff;
  }
  .more_shared_links.visible {
    padding-bottom: 0.5rem;
  }
  .top_cats_menu a {
    padding-left: 0;
  }
  .archive h1,
  .search h1,
  .page-template-default h1 {
    margin-bottom: calc(var(--vs)*2);
  }
  .archive .list .cats,
  .search .list .cats,
  .page-template-default .list .cats {
    margin-top: var(--vs);
  }
  .pagination_holder {
    display: flex;
    justify-content: center;
  }
  .banner_homepage_tops {
    margin-top: 0;
  }
  .banner_homepage_tops .advertBlock {
    margin-top: calc(var(--vs)*2);
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .banner_homepage_tops .advertBlock .in {
    display: inline-flex;
    margin: auto;
  }
  .top_posts .face,
  .footer .face,
  .baby_posts .face,
  .latest_news .face,
  .even_more_news .face,
  .potholes .face,
  .still_hot .face {
    padding-top: 0;
  }
  .top_posts h4,
  .footer h4,
  .baby_posts h4,
  .latest_news h4,
  .even_more_news h4,
  .potholes h4,
  .still_hot h4 {
    margin-bottom: 0;
  }
  .single .post_head .cats {
    margin-top: 0;
  }
}
@media all and (max-width: 320px) {
  h1 {
    font-size: 38.456px;
    line-height: 48.944px;
    margin-bottom: 0.92rem;
    margin-left: -4.37px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  h2 {
    font-size: 25.7488px;
    line-height: 32.7712px;
    margin-bottom: 0.616rem;
    margin-left: -2.926px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  h3 {
    font-size: 23.408px;
    line-height: 29.792px;
    margin-bottom: 0.56rem;
    margin-left: -2.66px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  h4 {
    font-size: 13.92776px;
    line-height: 17.72624px;
    margin-bottom: 0.3332rem;
    margin-left: -1.5827px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  h5 {
    font-size: 11.60368px;
    line-height: 14.76832px;
    margin-bottom: 0.2776rem;
    margin-left: -1.3186px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  h6 {
    font-size: 9.98184px;
    line-height: 12.70416px;
    margin-bottom: 0.2388rem;
    margin-left: -1.1343px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
  }
  .advertBlock,
  .introBlock {
    font-size: 21.28px;
    line-height: 31.92px;
  }
  .footer .e-mail {
    width: 99%;
  }
}
}
}
