/* -------------------- NAV Design --------------------------------*/
#topbar {
    line-height: 40px;
    background-color: #f1f1f1 !important;
    overflow: hidden;
    font-size: 13px;
    color: #333 !important;
    border-bottom: 1px solid #e8e8e8 !important;
}
#topbar i {
    font-size: 16px;
}
.topbar-left i:not(:first-child) {
    margin-left: 20px;
}
.topbar-text i {
    margin-right: 6px;
}

.nav-inner {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    position: relative;
}
.topbar-right {
    float: right;
}
.topbar-left {
    float: left;
}
.topbar-right .topbar-section {
    margin-left: 10px;
}
.topbar-section {
    display: inline-block;
}
.relative {
    position: relative !important;
}
input.search, input[type=search] {
    width: 100%;
    padding: 10px 40px 10px 20px;
    outline: none;
    position: relative;
    border-radius: 20px;
    color: #959595;
    font-size: 14px;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,0.1);
}
.search-button, .woocommerce-product-search input[type="submit"] {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    color: #e1e1e1;
    border: none;
    outline: none;
    padding-right: 10px;
    background: transparent;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px;
    transition: color .3s;
}
.topbar-skin-light {
    background-color: #f1f1f1 !important border-bottom: 1px solid #e8e8e8 !important;
}
@media only screen and (max-width: 768px) {
    #topbar {
        display: none;
    }
}
#navigation, #navigation_sticky {
    height: 70px;
}
.nav-inner {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    position: relative;
}
.nav-inner .logo {
    width: auto;
    height: 50px;
    left: 0;
    top: 50%;
    float: left;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10000;
}
.nav-inner .logo a img {
    max-height: 75px;
}
img {
    max-width: 100%;
    height: auto;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav-menu {
    float: right;
    height: 100%;
    z-index: 9;
}
.nav-menu .nav {
    float: left;
    margin-top: -8px;
}
ul.nav {
    text-transform: none;
}
.nav-menu > ul {
    height: 100%;
}
.nav-menu ul li {
    float: left;
}
.nav>li {
    position: relative;
    display: block;
}
.nav-menu ul li a {
    line-height: 90px;
}
.nav-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 110px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #555;
    cursor: pointer;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.current_page_item > a, .current-menu-ancestor > a, .current-menu-parent > a, .current-menu-item > a, #footer .vntd-social-icons a:hover, .vntd-team .item:hover h6.member-position, .vntd-accordion.accordion-style3 .wpb_accordion_header:hover .ui-accordion-header-icon:before, .vntd-accordion.accordion-style3 .ui-accordion-header-icon.ui-icon-triangle-1-s:before, .vntd-accordion.accordion-style3 .wpb_accordion_header:hover a, .vntd-accordion.accordion-style3 .wpb_accordion_header.ui-accordion-header-active a, .btn-style-stroke.btn-hover-accent:hover, .blog .post.sticky h2.blog-post-title:before {
    color: #358fe7 !important;
}
li {
    font-family: "Raleway", arial, sans-serif;
}
a, a:hover, a:active, a:focus {
    text-decoration: none !important;
    outline: none;
}
.nav-menu ul li a:hover {
    background: none !important;
}
#navigation .nav-menu > ul > li.current_page_item > a:before {
    content: " ";
    height: 2px;
    background-color: #358fe7;
    width: 100%;
    bottom: 50%;
    margin-bottom: -16px;
    left: 0;
    position: absolute;
}
@media only screen and (min-width: 1001px){
    #navigation-mobile {
        display: none !important;
    }
}
#navigation-mobile {
    display: none;
    background: #fafafa;
    padding-bottom: 8px;
}
@media only screen and (max-width: 1000px){
    #navigation {
        height: 82px;
    }
    .mobile-nav-button {
        display: block;
    }
    .nav-inner div.nav-menu {
        top: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        float: none;
        height: 0px;
        overflow: hidden;
        padding: 0px 20px;
        background: #fff;
    }
    .nav-inner div.nav-menu ul.nav {
        display: block;
        top: 0;
        width: 100%;
        height: auto;
        float: none;
    }
}
#navigation, #navigation_sticky {
    width: 100%;
    height: 95px;
    z-index: 50;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: #ffffff;
    border-bottom: 1px solid #f3f3f3;
}
.mobile-nav-button {
    display: none;
    position: absolute;
    height: 40px;
    background: transparent;
    right: 20px;
    top: 50%;
    font-size: 28px;
    cursor: pointer;
    margin-top: -20px;
    color: #666;
}
/* .footer{ */
    /* position: fixed; */
/* } */