header {
  background-color: white;
}

body.logged-in header .top-header .account-box a {
    padding-left: 0;
}
header .top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1200px !important;
  position: relative;
  z-index: 999;
}

header .page-title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}

header .page-title img {
  width: 60px;
  height: auto;
}

header .page-title h1 {
  display: inline-block;
  color: #45250e;
}

header .top-header .site-branding{
  width: 10%;
}
header .top-header .account-box {
  width: 20%;
}

header .top-header .site-navigation {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 15px;
}

header .top-header .site-navigation #primary-menu {
  align-items: center;
}
header .top-header .site-navigation #primary-menu .wrap-toggle-mobile svg {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

header .top-header .site-navigation a {
  text-decoration: none;
  font-size: 16px;
  color: #45250e;
}

header .top-header .site-navigation a:hover,
header .top-header .site-navigation .current_page_itemx a,
header .top-header .site-navigation .current_page_itemx svg {
  color: #f57921;
}
.dropdown-menu li a,
.site-navigation a{
  -o-transition: all .4s ease!important;
transition: all .4s ease!important;
-webkit-transition: all .4s ease!important;
-moz-transition: all .4s ease!important;
-ms-transition: all .4s ease!important;
}
/* Account Box */
header .top-header .account-box {
    display: flex!important;
    align-items: center;
    padding: 5px;
    border-radius: 30px;
    background-color: #009780;
    color: white;
    font-size: 14px;
    padding-left: 5px;
    max-width: 120px;
    min-height: 36px;
    padding-bottom: 6px;
    -o-transition: all .4s ease!important;
transition: all .4s ease!important;
-webkit-transition: all .4s ease!important;
-moz-transition: all .4s ease!important;
-ms-transition: all .4s ease!important;
}
header .top-header .account-box:hover{
  background-color: #40aa9a;
}
header .top-header .account-box:hover a{
  color: #FFF;
}

/* Login Box */
.logged-in header .top-header .account-box {
  color: #45250e;
  background-color: #fff;
}

.logged-in header .top-header .account-box svg {
  fill: none;
  color: #f57921;
}

header .top-header .account-box a {
  width: 100%;
  text-decoration: none;
  color: white;
  text-align: center;
}

/* User Profile Box */
header .top-header .account-box .user-profile {
  display: flex;
  align-items: center;
  text-decoration: none;
}

header .top-header .account-box .user-profile span {
  width: calc(100% - 60px);
  color: #45250e;
}

header .top-header .account-box .user-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

/* Profile Dropdown */
header .top-header .account-box .dropdown {
  position: relative;
  display: block;
  width: 100%;
}

header .top-header .account-box .dropdown-menu {
    outline: none;
      display: none;

      position: absolute;
      padding-left: 0;
      min-width:auto;
      right: 0;
      box-shadow: 0 3px 5px 1px rgb(0 0 0 / 8%);
}
header .top-header .account-box .dropdown-menu ul{
  list-style: none;
  border-radius: 5px;
    background-color: #FFF;
}
header .top-header .account-box .dropdown:hover .dropdown-menu {
  display: block;
  padding-left: 0;
  border-radius: 5px;
  overflow: hidden;
}


header .top-header .account-box .dropdown-menu li {
  color: #45250e;
    list-style: none;
      background-color: #FFF;
}
header .top-header .account-box .dropdown-menu li:first-child {
  margin-top: 10px;
    border-radius: 5px;
}

header .top-header .account-box .dropdown-menu li:last-child {
  border-bottom: none;
}

header .top-header .account-box .dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  color: #45250e;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
}

header .top-header .account-box .dropdown-menu li a:hover {
  color: #f57921;
}

header .top-header .account-box .dropdown-menu.show {
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  top: 10px !important;
  right: -5px !important;
  left: auto !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.125);
  z-index: 9999;
}

/* header .top-header .account-box:has(.show) {
  border-radius: 15px;
} */

.yp_breadcrumb_2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.yp_breadcrumb_2 > span > span {
  display: flex;
  align-items: center;
  gap: 15px;
}
.yp_breadcrumb_2 a {
  color: #45250e;
  text-decoration: none;
}
.yp_breadcrumb_2 .separator {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
}
.yp_breadcrumb_2 .separator::after {
  content: " ";
  -webkit-mask: url(../img/chevron-down.svg) 0 0 / contain no-repeat;
  mask: url(../img/chevron-down.svg) 0 0 / contain no-repeat;
  background-color: #f57921;
  transform: rotate(270deg);
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.yp_breadcrumb_2 .breadcrumb_last {
  padding: 5px 20px;
  color: white;
  background-color: #f57921;
  border-radius: 20px 20px 0 20px;
}

/* On mobile */
@media screen and (max-width: 600px) {
  header .top-header .site-navigation .hamburger.is-active {
    display: none;
  }
  body.admin-bar .site-header.fixed {
    top: 0;
    left: 0;
    right: 0 !important;
    width: 100%;
  }
  header .top-header {
    flex-flow: wrap;
  }
  header .top-header .account-box {
    width: 100%;
    margin-top: 15px;
  }
  header .top-header .account-box a {
    padding: 5px 10px;
  }
  header .top-header .site-navigation {
    justify-content: end;
  }
  header .top-header .site-branding,
  header .top-header .site-navigation {
    width: 50%;
  }
  header .top-header,
  header .v-container {
    max-width: 100% !important;
  }
}
