header.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: height .3s, top .3s;
/*    backface-visibility: hidden;*/
}
.header-h {
    height: 137px;
    background-color: white;
}
.header-top {
    background-color: #1d8bcb;
    height: 78px;
    -webkit-box-shadow: 0px 2px 6px -1px rgba(39, 39, 39, 0.2);
    box-shadow: 0px 2px 6px -1px rgba(39, 39, 39, 0.2);
    position: relative;
}
/*header-top*/
.logo-wrapper,.header-contact {
    display: inline-block;
    float: left;
}
.logo-wrapper {
    padding-top: 8px;
}
.header-contact{
	padding-top: 30px;
	padding-left: 30px;
	color: white;
    font-size: 20px;
    font-weight: 300;
}
.header-top .container {
    width: calc(100% - 220px);
}
.header-contact a, .header-contact a:hover{
	color: white;
}
.header-search {
    padding-top: 25px;
    display: inline-block;
    max-width: 270px;
    width: 100%;
    float: right;
}
.header-search form.s-form .search-field {
    background-color: #61aedb;
    border: 1px solid #78bae0;
    -webkit-box-shadow: 0 0 0 2px #56a8d8;
    box-shadow: 0 0 0 2px #56a8d8;
    height: 28px;
    font-size: 16px;
    color: white;
}
form.s-form .search-field:focus{
	outline: none;
}
.header-search form.s-form {
	width: 100%;
}
.s-form button.search-submit {
    border: none;
    position: absolute;
    right: 8px;
    top: 6px;
    background: url(/wp-content/themes/wellnomics/assets/images/search-icons.png) no-repeat center transparent;
    width: 17px;
    height: 17px;
}
.s-form button.search-submit:focus{
	outline: none;
}
.search-field::-webkit-input-placeholder {
    color: white;
}
.search-field:-moz-placeholder { /* Firefox 18- */
    color: white;
}
.search-field::-moz-placeholder {  /* Firefox 19+ */
    color: white;
}
.search-field:-ms-input-placeholder {  
    color: white;
}
.header-social {
    display: inline-block;
    float: right;
    padding-top: 26px;
    padding-left: 30px;
}

/*header-bottom*/
.header-bottom {
    background-color: #aaaaaa;
    height: 60px;
}
.menu-wrapper {
    text-align: center;
}
.menu-wrapper li {
    display: inline;
    margin-left: -4px;
}
.menu-wrapper li > a {
    display: inline-block;
    color: white;
    font-weight: 300;
    font-size: 22px;
    padding: 14px 18px;
}
.menu-wrapper li.current_page_item a {
    font-weight: 700;
}
.menu-wrapper .header-main-menu > li:after {
    content: " ";
    width: 1px;
    height: 20px;
    display: inline-block;
    background-color: white;
    vertical-align: sub;
}
.menu-wrapper .header-main-menu > li:nth-last-child(1):after {
	content: none;
}
/*slider home*/
.home .rev_slider_wrapper {
    position: relative;
}
div.icon-scroll-down {
    width: 54px;
    height: 29px;
    background: url(/wp-content/themes/wellnomics/assets/images/scroll-down-img.png) no-repeat center;
    z-index: 99;
    cursor: pointer;
}
/*hide header after scroll*/
header.header.nav-up {
    top: -138px;
}

/*banner*/
.banner-section {
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner-content .h1 {
    font-size: 74px;
    color: #1d8bcb;
    margin: 0;
    display: block;
}
.bread-wrapper {
    background-color: #f7f7f7;
    margin-bottom: 45px;
}
p.header-breadcrumbs {
    margin-bottom: 0;
    text-align: right;
    padding: 14px 0;
    color: #1d8bcb;
}

/* menu changes sub menu */

ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #aaaaaa;
    width: 340px;
    left: -108px;
    top: 59px;
}

ul.sub-menu > li {
    display: block !important;
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #FFF;
}

ul.sub-menu > li a {
    font-size: 16px;
}

ul.sub-menu > li > ul.sub-menu li {
    border-left: 1px solid #FFF;
}

ul.sub-menu > li > ul.sub-menu {
    display: none;
    left: 340px;
    top: 0px;
}

.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}

.menu-item-has-children > ul.sub-menu:hover {
    display: block;
}

.menu-item-has-children {
    position: relative;
    display: inline-block !important;
}

ul.sub-menu li a {
}

ul.sub-menu li:last-of-type a {
    border-bottom: none;
}

/* einde changes sub menu */

