/*
Theme Name: GLabs
Theme URL: https://www.guzmanlabs.com
Description: A platform for Guzman Labs
Author: Guzman Labs
Author URL: https://www.guzmanlabs.com
Template: Divi
Version: 2024
Text Domain: glabs
*/ Custom CSS goes after this line


/* Admin Bar */


#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input {
    font-weight: 100;
}

#wpadminbar .quicklinks ul {
    margin-right: 2%;
}

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
    font: normal 25px/1 dashicons;
    margin-top: -2px;

}

#wpadminbar>#wp-toolbar span.ab-label {
    display: none;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar>.ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar>a img {
    border-radius: 50px;
    height:40%;
}

#wpadminbar a img, #wpadminbar a img:hover {
    border-radius: 50px;
}

#wp-admin-bar-site-name {
    width: 53px;
}

#wpadminbar #wp-admin-bar-site-name a.ab-item {
    color: #262626;
}

#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper a {
    color: #efefef !important;
}

#wp-admin-bar-edit {
    width: 40px;
    overflow: hidden;
}

#wpadminbar #wp-admin-bar-site-name>.ab-item:before{
  color: #969696;
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M8 1v7h2V6c0-1.52 1.45-3 3-3v.86c.55-.52 1.26-.86 2-.86v3h1c1.1 0 2 .9 2 2s-.9 2-2 2h-1v6c0 .55-.45 1-1 1s-1-.45-1-1v-2.18c-.31.11-.65.18-1 .18v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H8v2c0 .55-.45 1-1 1s-1-.45-1-1v-2c-.35 0-.69-.07-1-.18V16c0 .55-.45 1-1 1s-1-.45-1-1v-4H2v-1c0-1.66 1.34-3 3-3h2V1zm5 7c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

#wp-admin-bar-et-use-visual-builder a:before {
  color: #969696 !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M8.55 3.06c1.01.34-1.95 2.01-.1 3.13c1.04.63 3.31-2.22 4.45-2.86c.97-.54 2.67-.65 3.53 1.23c1.09 2.38.14 8.57-3.79 11.06c-3.97 2.5-8.97 1.23-10.7-2.66c-2.01-4.53 3.12-11.09 6.61-9.9m1.21 6.45c.73 1.64 4.7-.5 3.79-2.8c-.59-1.49-4.48 1.25-3.79 2.8'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

#wp-admin-bar-et-use-visual-builder {
    width: 40px;
    overflow: hidden;
}

#wp-admin-bar-et-use-visual-builder:hover a, #wp-admin-bar-et-use-visual-builder a:hover {
    background-color: #262626 !important;
}
