/*
Theme Name: Kowine Child
Theme URI: http://www.wpbingosite.com/kowine
Author: wpbingo
Description: This is a child theme for Kowine
Version: 1.0
Author URI: http://wpbingosite.com
Template: kowine
Text Domain: kowine-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.login-header a.my-account-link {
  font-size: 19px;
  position: relative;
  top: 2px;
  color: rgb(0, 0, 0);
  transition: 0.3s;
}
/* .login-header .my-account-link i {
	font-size: 16px;
} */
li.pll-parent-menu-item > a {
  display: flex !important;
  align-items: center;
}
li.pll-parent-menu-item > a > span {
  display: flex !important;
  align-items: center;
}
.bwp-navigation ul > li.level-0.pll-parent-menu-item ul.sub-menu {
  min-width: max-content;
  transform: translateX(-50%) !important;
  left: calc(50% + 10px);
}
.bwp-navigation ul > li.level-0.menu-item-has-children > a:after {
  top: 1px;
}
.bwp-header .wpbingoLogo img {
  max-height: 35px;
}