/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #242424; 
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #70756e;
    border-radius: 0px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #0084A7; 
    border-radius: 6px;
  }

#main {
	z-index: 6 !important;
}

.elementor-location-footer {
	z-index: 2 !important;
}