/**
 * Theme Name: wogi theme
 * Author: Wogi
 * Author URL: https://wogi.io/
 * Version: 1
 * Text Domain: wogi theme
 */

/* #wpadminbar {
  top: -27px;
  transition: 0.2s;
}

#wpadminbar:hover {
  top: 0px;
} */

.contact__list li:last-child a {
    pointer-events: none;        
}

/* Стилі для автозаповнення браузера */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-color: transparent !important;
    background-clip: content-box !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Для Firefox */
input:-moz-autofill {
    background-color: transparent !important;
    color: #ffffff !important;
}