﻿.production-navbar {
  padding: 0.2rem 0 0.5rem 0;
  background-color: #000;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.anz-top-nav .production-navbar {
  background-color: #f2f2f2;
  box-shadow: inset 0 -1px 0 #e0e0e0;
  padding: 0;
}

.production-navbar .menu-bbc {
  display: grid;
  padding-top: 10px;
  padding-bottom: 0;
}

.production-navbar .navbar-toggler {
    margin-top: 4px;
    outline: none;
    margin-bottom: 4px;
    margin-left: 0;
    border: 0 !important;
}
.production-navbar .navbar-toggler .mb-menu-text {
  color: hsla(0, 0%, 100%, 0.87);
  font-size: 16px;
  line-height: 1.25em;
  font-family: "BBC Reith Sans Bd";
  margin-left: 0.75rem;
}
.production-navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../../Resources/bbc-production/production-hamburger.svg");
  width: 16px;
  height: 15px;
}
.production-navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.production-navbar .navbar-brand {
  margin-bottom: 0;
  width: 100%;
  display: none;
}
.anz-top-nav .production-navbar .navbar-brand {
  margin-bottom: 0;
  width: auto;
  display: block;
}

.production-navbar .menu-bbc .bbc-logo {
  width: 280px;
  height: auto;
}

.production-navbar-items {
  width: 100%;
  height: auto;
  background-color: #000;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.anz-top-nav .production-navbar-items {
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 0;
  padding-top: 0px;
}
.anz-top-nav .production-navbar-items .nav-item {
  box-shadow: inset 0 -1px 0 #e0e0e0;
  padding: 0;
}
.production-navbar-items .nav-link {
  padding: 1em 0 !important;
  color: #fff;
  font-size: 15px;
  line-height: 1.2307692308em;
  position: relative;
  font-family: "BBC Reith Sans";
  border-bottom: 1px solid hsla(0, 0%, 87.8%, 0.5);
  margin: 1px;
}
.production-navbar-items .nav-item:first-child .nav-link {
  border-top: 1px solid hsla(0, 0%, 87.8%, 0.5);
  margin-top: 1rem;
}
.anz-top-nav .production-navbar-items .nav-link {
  padding: 1.4rem 1.6rem;
  color: #4f4f4f;
  font-size: 0.8125em;
  line-height: 1.2307692308em;
  position: relative;
  font-family: "BBC Reith Sans";
}

.marker:before {
  background: #fff;
  content: "";
  display: inline-flex;
  height: 13px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 42%;
  display: none;
}

.production-navbar-items .nav-link.active {
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  font-family: "BBC Reith Sans Bd";
}

.production-navbar-items .nav-link:hover {
  box-shadow: inset 0 -4px 0 #fff;
}
.anz-top-nav .production-navbar-items .nav-link:hover {
  text-decoration: underline;
  box-shadow: none;
}

.navbar-toggler {
  padding: 0.1rem;
}

.bbc-production-logo {
  width: 300px;
  height: auto;
  display: none;
}
.anz-top-nav .bbc-production-logo {
  width: 206px;
  height: auto;
}

.production-navbar .container {
  flex-direction: row;
  align-items: center;
}
.anz-top-nav .production-navbar .container {
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
}

.nav-item a {
  font-weight: 400;
}

.nav-item a:focus {
    outline: 1px solid #50d5b9;
    box-shadow: 0 0 0 0 #3b1759 !important;
}

.production-navbar-items .nav-link.toggle-more {
  background-color: #000 !important;
  font-size: 15px;
  font-weight: 400;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  color: #fff;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.production-navbar-items
.nav-link.toggle-more:hover
.navigation__expanded-wrapper {
    display: block;
}

.production-navbar-items .nav-link.toggle-more:after {
    display: inline-block;
    margin-left: 7px;
    border-top: 6px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
    content: "";
    position: absolute;
    right: 0;
    transform: rotate(180deg);
}
.production-navbar-items .nav-link:hover.toggle-more::after {
    transform: rotate(180deg);
    border-top:0;
    border-bottom: 6px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.production-navbar-items .nav-link.toggle-more.collapsed:after {
    transform: rotate(0deg);
}

.bbc-menu {
    width: 100%;
    position: relative;
}
.nav-more-item {
  position: relative;
  right: 0;
  bottom: 0;
}
.anz-top-nav .navbar-toggler {
  padding: 1rem 0 1rem 1rem;
  margin: 0;
}
.anz-top-nav .navbar-toggler .navbar-toggler-icon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #000 transparent;
  transform: rotate(0deg);
  background-image: none;
}
.anz-top-nav .navbar-toggler.collapsed .navbar-toggler-icon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #000 transparent;
  transform: rotate(180deg);
  background-image: none;
}
.anz-top-nav .topnav-tv-icon-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.anz-top-nav .topnav-tv-icon-box .topnav-tv-icon {
  color: #4f4f4f;
}
.navigation__expanded-wrapper {
    background-color: transparent;
    transition: height 175ms;
}
.navigation__expanded-wrapper .more-item-nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}
.navigation__expanded-wrapper .more-item-nav .nav-item {
  height: auto;
  width: 100%;
}

.navigation__expanded-wrapper .navbar-nav .navigation-menu-item {
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.6) !important;
  padding: 16px 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100% !important;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  min-height: 48px;
  font-family: "BBC Reith Sans";
}
.navigation__expanded-wrapper .navbar-nav .navigation-menu-item:hover {
  text-decoration: underline;
}
.navigation-menu-item.active {
  color: #fff;
  font-family: "BBC Reith Sans Bd" !important;
}

.header-nav {
    max-height: calc(100vh - 48px) !important;
    overflow: auto
}

@media (min-width: 600px) {
    .production-navbar {
    padding: 0.9rem 0 0.9rem 0;
  }
  .production-navbar .navbar-brand {
    width: auto;
  }
  .production-navbar .menu-bbc .bbc-logo {
    width: 404px;
    height: auto;
  }    
}
    @media (min-width: 768px) {
        .production-navbar .menu-bbc .bbc-logo {
            width: 404px;
            height: auto;
        }

        .production-navbar {
            padding: 0.7rem 0 0.7rem 0;
        }

            .production-navbar .navbar-toggler {
                margin-top: 0;
                outline: none;
                margin-bottom: 0;
                margin-left: 0;
            }

        .production-navbar-items {
            padding-left: 0;
            padding-right: 0;
        }
    }

    @media (max-width: 1008px) {
        .production-navbar .menu-bbc {
            display: contents;
            padding-top: 0;
        }

        .production-navbar-items .divider .nav-link:before {
            height: 1px;
            width: 100%;
            margin-bottom: 40px;
            margin-top: 0;
            background: #fff;
            content: "";
            display: inline-flex;
        }

        .navigation__expanded-wrapper .navbar-nav .navigation-menu-item {
            display: flex;
            align-items: center;
        }
    }

    @media (min-width: 1008px) {
        .marker:before {
            display: block;
        }

        .production-navbar .menu-bbc .bbc-logo {
            width: 400px;
            height: auto;
        }

        .bbc-production-logo {
            width: 206px;
            height: auto;
            margin-bottom: 20px;
            margin-top: 24px;
            display: block;
        }

        .bbc-anz-logo {
            width: 80px;
            height: auto;
        }

        .header-nav .production-navbar {
            position: relative;
        }

        .production-navbar {
            position: relative;
        }

            .production-navbar .navbar-brand {
                margin-bottom: 0;
            }

            .production-navbar .container {
                flex-direction: column;
                align-items: start;
            }

        .production-navbar-items {
            width: 100%;
            height: auto;
        }

        .anz-top-nav .production-navbar-items {
            width: auto;
            height: auto;
        }

        .production-navbar-items .nav-link {
            padding: 1.3em 1em !important;
        }

        .anz-top-nav .production-navbar-items .nav-link {
            padding: 0.875rem 1rem !important;
        }

        .production-navbar-items .nav-link.active {
            box-shadow: inset 0 -4px 0 #fff;
            color: #fff;
        }

        .navigation-menu-item.active {
            box-shadow: inset 0 -4px 0 #fff;
            color: #fff;
            font-family: "BBC Reith Sans Bd" !important;
        }

        .production-navbar {
            padding-top: 0;
            padding-bottom: 0;
        }

        .anz-top-nav .production-navbar-items {
            padding: 0;
        }

            .anz-top-nav .production-navbar-items .nav-item {
                box-shadow: none;
                padding: 0;
            }

        .production-navbar-items .nav-link {
            padding: 1.25em 1em !important;
            color: #fff;
            font-size: 1.1em;
            line-height: 1.2307692308em;
            position: relative;
            font-family: "BBC Reith Sans";
            border-bottom: none;
            margin: 0;
        }

        .production-navbar-items .nav-item:first-child .nav-link {
            margin-top: 0;
        }

        .nav-more-item {
            position: absolute;
        }

        .navigation__expanded-wrapper .more-item-nav {
            flex-direction: row;
            align-items: center;
            width: auto;
        }

        .navigation__expanded-wrapper .navbar-nav .navigation-menu-item {
            font-weight: 400;
            color: hsla(0, 0%, 100%, 0.87) !important;
            padding: 16px 22px;
            display: flex;
            flex-direction: row;
            align-items: center;
            height: 100% !important;
            font-size: 15px;
            line-height: 20px;
            text-decoration: none;
            min-height: 48px;
        }

        .navigation__expanded-wrapper {
            background-color: #191919;
        }

        .production-navbar-items .nav-link.toggle-more:after {
            position: relative;
            right: auto;
        }

        .production-navbar-items .nav-link.toggle-more {
            font-size: 18px;
        }

        .navigation__expanded-wrapper .more-item-nav .nav-item {
            width: auto;
        }

        .navigation__expanded-wrapper .more-item-nav .nav-item {
            height: 64px;
        }
    }

    @media (min-width: 1280px) {
        .production-navbar .navbar-toggler {
            margin-top: 10px;
            outline: none;
            margin-bottom: 10px;
            margin-left: 8px;
        }

        .production-navbar .container {
            flex-direction: row;
            align-items: end;
        }

        .anz-top-nav .production-navbar .container {
            flex-direction: row;
            align-items: center;
        }

        .production-navbar .navbar-brand {
            margin-bottom: 0;
            display: inline-flex;
        }

        .anz-top-nav .production-navbar .navbar-brand {
            margin-bottom: 0;
        }

        .production-navbar-items .divider {
            margin-left: 14px;
            padding-left: 14px;
        }

            .production-navbar-items .divider .nav-link:before {
                background: #fff;
                content: "";
                display: inline-flex;
                height: 13px;
                width: 1px;
                position: absolute;
                left: -14px;
                top: 25px;
            }

        .production-navbar-items .nav-link {
            border-bottom: none;
            margin: 0;
            padding: 1.25em 1em !important;
        }

        .production-navbar-items .nav-item:first-child .nav-link {
            border: none;
            margin: 0;
        }

        .navigation__expanded-wrapper .more-item-nav {
            flex-direction: row;
            align-items: center;
            width: auto;
        }

        .nav-more-item {
            position: absolute;
        }

        .production-navbar-items {
            margin-left: -1em;
        }
    }
