/*
Theme Name: Ark - Child
Theme URI: http://themeforest.net/user/freshface/portfolio
Description: Premium WordPress Theme
Author: FRESHFACE
Author URI: http://themeforest.net/user/freshface/portfolio
License: Go to the "license" folder
License URI: Go to the "license" folder
Text Domain: ark-child
Tags: white
Version: 1.0.0
Template: ark
*/

.menu-item-97 {
  position: relative !important;
}

.menu-item-97::before {
  content: "NEW";
  position: absolute;
  top: 16px;
  padding: 0px 12px;
  right: 0;
  font-size: 11px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  background-color: #c00000;
  color: white;
}

@media(max-width: 991px){
    .menu-item-97::before {
        left: 110px;
        right: auto;
    }
}