/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2023 | 13:23:19 */
.subnav {
    background-color: transparent;
  	z-index:1000 !important;
  height: 47px !important;
}


body.navbar-no-background #header .navbar.fixed {
      margin-top: 0 !important;
    transition: all 0.3s linear;
}

body.navbar-no-background #header .navbar.fixed.scroll {
    margin-top: -47px !important;
    transition: all 0.3s linear;
}

.subnav p, .subnav a {
    color: #000 !important;
    font-size: 15px !important;
    margin: 10px 0 !important;
    transition: 0.15s !important;
    opacity: 0.8 !important;
    font-weight: 500 !important;
  	border-bottom: none !important;
}
.subnav a {
    margin: 13px 0 10px 0 !important;
}

.subnav i {
    margin-left: 20px;
    margin-right: 7px;
  font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 1.7em;
}

.subnav i.last-child {
    margin-left: 7px;
    margin-right: 20px;
}



