/*header menu*/
.blog-section-menu{
    width: fit-content;
    display: flex;
    flex-grow: 5;
    justify-content: center;
    flex-basis: 47%;
}
.nav-bar{
    width:100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-small-screen-menu-button{
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 2px solid #475569;
    border-radius: 4px;
    width: 40px;
    height: 30px;
    margin: auto 0px auto 0px;
}
span.blog-humberger-menu {
    width: 20px;
    height: 2px;
    background-color: #475569;
    border-radius: 1px;
    margin: 1px 0;
}
span.blog-humberger-menu-strip-1 {
}
span.blog-humberger-menu-strip-2 {
}
span.blog-humberger-menu-strip-3 {
}
.blog-section-menu div ul{
list-style: none;
padding: 15px 5px;
}
.blog-section-menu div ul li{
display: inline;
text-align: center;
/*! padding: 19px 5px; */
}
.blog-section-menu div ul li a{
    display: inline-block;
    padding: 10px 15px;
    width: fit-content;
    text-decoration: none;
    text-transform: capitalize;
    /*! color: rgb(255, 255, 255); */
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    font-size: 14px;
    user-select: none;
    transition: color 0.25s ease;
    color: #475569;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    position: relative;
    padding-bottom: 4px;
    transition: color 0.25s ease;
}
.blog-section-menu div ul li a:hover{
    /*! background-color: rgba(219, 219, 219, 0.897); */
    /*! border-radius: 4px; */
    /*! border-bottom: 3px solid white; */
    color: #33c7ec;
    /*! border-bottom: 3px solid rgb(255, 255, 255); */
}

.blog-section-menu div ul li a:hover::after {
  width: 100%;
  left: 0;
}
.blog-section-menu div ul li a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #33c7ec;
  transition: width 0.25s ease, left 0.25s ease;

}
.blog-section-menu div ul .custom-special-class-current-menu-item a {
    border-bottom: 3px solid #33c7ec !important;
}



#wp-admin-bar-user-actions #guest_user_svg {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
}
#wp-admin-bar-user-actions #guest_user_svg {
}
#wpadminbar .with-avatar #guest_user_svg {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  margin: auto 5px;
}
#wpadminbar .with-avatar .ab-item {
  display: flex;
  align-items: center;
}
.ab-item {
  display: flex !important;
  align-items: center !important;
}
#wp-admin-bar-user-info a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-evenly;
}