/*
Theme Name: GasparDental
Author: mardor
Template: osmosis
Version: 1.0.0 
*/
html, body {
  scroll-behavior: smooth;
  --wp-admin--admin-bar--height: 120px;
}

.greyscale, .greyscale img {
  filter: grayscale(1);
}

@media only screen and (max-width: 767px) {
  #grve-main-menu-responsive .grve-menu-scroll ul li {
    padding: 0 0 0 10px !important;
  }
}
@media only screen and (max-width: 1200px) {
  nav#grve-main-menu-responsive .grve-menu .sub-menu li {
    position: relative;
  }
  nav#grve-main-menu-responsive .grve-menu .sub-menu li .toggle-icon {
    cursor: pointer;
    font-size: 1em;
    line-height: 1em;
    margin-right: 10px;
    position: absolute;
    right: 20px;
    top: 8px;
    margin-left: 1em;
    border: 1px solid grey;
    padding: 2px 5px;
    min-width: 20px;
    text-align: center;
  }
  nav#grve-main-menu-responsive .grve-menu .sub-menu .sub-menu {
    display: none;
  }
}
body.page-id-1405 td.vc_table_cell:last-child {
  width: 100px;
}/*# sourceMappingURL=style.css.map */