/**
Theme Name: Jukovet Child
Author: Milan Nohejl
Author URI: https://www.milannohejl.cz
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Jukovet
Template: astra
*/

.ast-no-meta{
  display: none;
}
.mbhi-is-current{
  background-color: #008cea !important;
  color: white;
  font-weight: 700;
}
table.mabel-bhi-businesshours td{
  border-color: rgba(0,0,0,.05);
}
table.mabel-bhi-businesshours tr{
  border-color: rgba(0,0,0,.05);
}
table.mabel-bhi-businesshours td:nth-child(1) {
  border-right: none;
}
table.mabel-bhi-businesshours td:nth-child(2) {
  text-align: center;
}
table.mabel-bhi-businesshours tr:nth-child(even) {
  background-color: rgba(0,0,0,.05);
  border: none;
}



.mb-bhi-display{
  margin:0 0 24px 0;
  padding: 4px 8px;
  color: white;
  border-radius: 8px;
  font-size: 18px;
  background:#F7B900;
  display: inline-block;
}
.mb-bhi-open{
  background: #31C64A;
}
.mb-bhi-closed{
  background: #FF3E28;
  font-weight: 700;
}

.no-padding{
  padding: 0 !important;
}
.no-margin{
  margin: 0 !important;
}
@media (max-width: 1024px) and (min-width: 768px){
.wp-block-uagb-section.uagb-section__wrap.uagb-section__background-image {
    background-attachment: fixed;
    background-position: right center;
}}
@media (max-width: 768px){
  .wp-block-uagb-section.uagb-section__wrap.uagb-section__background-image {
      background-attachment: fixed;
      background-position: 70% center;
  }}
  #masthead .site-logo-img img{
    width: 260px !important;
  }