/*
Theme Name: Fizio Expert theme
Author: Andrej Božić
Version: 1.0
Requires at least: 6.9.1
Tested up to: 6.9.1
Text Domain: fizio-expert
*/
header ul,
.navbar ul,
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation ul {
    list-style: none;
    padding-left: 0;
}

header ul, header li {
    list-style: none;
}
.navbar-nav {
    list-style: none;
    padding-left: 0;
}
::marker {
    content: '' !important;
}
li::before {
    content: none;
}
li::marker {
  content: none;
}

* {
   animation: none !important;
   transition: none !important;
}

#mobileMenu .navbar-nav li {
    padding: 0.5rem !important;
}

#mobileMenu .navbar-nav a{
    color: #000 !important;
    text-decoration: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.wp-block-columns .wp-block-image img {
    width: 100%;
    height: auto;
}

.wp-block-column {
    overflow: hidden;
}

.text-wrap-normal {
  word-break: normal;
  overflow-wrap: normal;
}