/*
Theme Name: TEILBAR (Obulma Based)
description: >-
  Theme for TEILBAR website based on bulma
Author: Patrick Kolla-te Venne
Author URI: http://example.com
Template: obulma
Version: 1.0.0
Text Domain: obulma-teilbar
*/

:root {
  --teilbar-grey: #F3F4F6;
  --teilbar-green-light: #C7D30B;
  --teilbar-green-medium: #94C11F;
  --teilbar-green-dark: #5A7004;
}

.post-thumbnail img {
  visibility: hidden;
  height: 0px;
}

loginform.input {
  max-width: 20em;
}

.home .wp-block-latest-posts__post-title {
  font-size: x-large;
}

@media (max-width: 800px) {
  .tabs ul {
    flex-direction: column;
  }
}

.footerlogo {
  left: -24px !important;
  width: 100vw !important;
}

.page {
  margin-bottom: 0 !important;
}

