@media(min-width:992px){.menu { text-align: right; padding: 13px 0px 0px 0px;}.menu-item a{font-size: 15px; color: #fff; font-weight: 300;}
.sub-menu-item a{font-size: 15px; color: #2c2c2c; font-weight: 400;}}

@media(min-width:1200px){.menu { text-align: right; padding: 13px 0px 0px 0px;}.menu-item a{font-size: 15px; color: #fff; font-weight: 300;}
.sub-menu-item a{font-size: 15px; color: #2c2c2c; font-weight: 400;}}


@media(min-width:1400px){.menu { text-align: right; padding: 13px 0px 0px 0px;}.menu-item a{font-size: 15px; color: #fff; font-weight: 300;}
.sub-menu-item a{font-size: 15px; color: #2c2c2c; font-weight: 400;}}

@media(min-width:1550px){.menu { text-align: right; padding: 13px 0px 0px 0px;}.menu-item a{font-size: 15px; color: #fff; font-weight: 300;}
.sub-menu-item a{font-size: 15px; color: #2c2c2c; font-weight: 400;}}



@media(min-width:1700px){.menu { text-align: right; padding: 13px 0px 0px 0px;}.menu-item a{font-size: 15px; color: #fff; font-weight: 300;}
.sub-menu-item a{font-size: 15px; color: #2c2c2c; font-weight: 400;}}


.menu ol {
  padding-left: 0px; z-index: 9999;
}


.menu-item {
  list-style-type: none;
  display: inline;
  position: relative;
  margin: 15px; 
  
}


.menu-item a:hover{color: #c5a47e;}



.menu-item:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #c5a47e;
  overflow: hidden;
  width: 0%;
  left: 50%;
  top: 30px;
  transition: 0.2s ease-in-out 0.15s;
}

.menu-item:hover:before {
  width: 100%;
  left: 0%;
  transition: 0.2s ease-in-out;
}

.sub-menu {
  position: absolute;
  left: 0%;
  background: #fff;
  
  top: 40px;
  padding: 0;
  text-align: left;
  box-shadow: 0px 4px 20px -5px rgba(0, 0, 0, 0.15);
  max-height: 0;
  width: 200px;
  opacity: 0;
  
  z-index: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  visibility: hidden;
}
.menu-item:nth-child(n + 3):nth-child(-n + 4):hover .sub-menu {
  max-height: 500px;
  max-width: 250px;
  opacity: 1;
    -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  visibility: visible;
}
.sub-menu .menu-item {
  display: block;
  
}

.menu-item:nth-child(n + 3):nth-child(-n + 4) .plus-icon {
  width: 15px;
  height: 15px;
  stroke: #fff;
  margin-left: 2px;
  margin-bottom: -5px;
}

.menu-item:nth-child(n + 3):nth-child(-n + 4) .sub-menu-item {
  list-style-type: none;
  display: block;
  margin: 10px 20px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  visibility: hidden;
}
.menu-item:nth-child(n + 3):nth-child(-n + 4):hover .sub-menu {
  max-height: 500px;
  max-width: 250px;
  opacity: 1;
}
.menu-item:nth-child(n + 3):nth-child(-n + 4):hover .sub-menu-item a {
  display: block;
}
.menu-item:nth-child(n + 3):nth-child(-n + 4):hover .sub-menu-item a:hover {
  color: #c5a47e;
}
.menu-item:nth-child(n + 3):nth-child(-n + 4):hover .sub-menu-item {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  visibility: visible;
}