/*
Theme Name:   Adriastrade
Description:  Ensoul's Twenty Twenty-Five child theme. In combination with Ensoul React Blocks
Author:       Ensoul
Template:     twentytwentyfive
Version:      1.0.2
Text Domain:  twentytwentyfivechild
*/

body {
  overflow-x: hidden;
}

/* For WebKit/Blink browsers */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #868686;
}

::-webkit-scrollbar-thumb {
  background: #d5d5d5;
}

::-webkit-scrollbar-thumb:hover {
  background: #d5d5d5;
}

::selection {
  background-color: #d5d5d5; /* Blue */
  color: #212121; /* White */
}

::-moz-selection {
  background-color: #d5d5d5; /* Blue */
  color: #212121; /* White */
}

::-webkit-selection {
  background-color: #d5d5d5; /* Blue */
  color: #212121; /* White */
}

/* skip to content accessibility //--> */
.skip-link {
  position: absolute;
}

.skip-link a {
  position: fixed;
  top: -40px; /* posizionato fuori dallo schermo */
  left: 15px;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  transition: top 0.3s;
}

.skip-link a:focus {
  top: 15px;
}
/* //<-- skip to content accessibility */