/*
Theme Name: OP Kancelaria v2
Author: Jan Kobiałka
Author URI: http://jankobialka.com/
Version: 1.0
Text Domain: op-kancelaria-v2
*/
.otgs-development-site-front-end{
    display: none !important;
}

section#team-sidebar .box .inner-scroll::-webkit-scrollbar {
    width: 0.5em;
  }
  
  section#team-sidebar .box .inner-scroll::-webkit-scrollbar-track {
    background-color: #eee;
  }
  
  section#team-sidebar .box .inner-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    outline: 1px solid slategrey;
  }