/*Header styling*/
header#header-part {
    background-color: #fff;
    padding: 10px 0 10px 0px;
    position: relative;
    width: 100%;
    z-index: 9999;
/*    height: 80px;*/
}
header#header-part.sticky {
    height: 60px;
}
    
    .logo-bar {
        /*height: 60px;*/
    }
    /*menu styling*/
    #menu-hoofdmenu {
        display: none;
    }
    .logo a {
        max-width: 100px;
        display: block;
        min-width: 150px;
    }
    .sticky .logo a {
    max-width: 100px;
}
    .logo-bar .searchmenu {
        display: none;
    }
    #responsive-menu-pro-wrapper {
        height: 100%;
        position: relative;
/*        top: 10vw;*/
    }
    button#responsive-menu-pro-button {
        bottom: 10px !important;
        position: fixed;
        top: inherit !important;
    }
    #responsive-menu-pro-header {
        bottom: 0 !important;
        top: inherit !important;
        
    }
#responsive-menu-pro-header {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    z-index: 99999 !important;
}
.responsive-menu-pro-search-box {
    max-height: 40px;
    border-radius: 25px;
    border: 0;
    text-indent: 15px;
    width: 50vw;
    line-height: 30px !important;
}
#responsive-menu-pro-container{
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center 86% !important;
    background-size: auto !important;
}
#responsive-menu-pro-container #responsive-menu-pro-title {
    padding: 5px 5% !important;
}

#sidebar_contact .contactwrap .sub-mega-menu .footer-logo{
	display:none !important;
}
.ul.mega-sub-menu .current-menu-parent {
  color: #fff !important;
  background: #fff !important;
    
}
#responsive-menu-pro-header .responsive-menu-pro-search-box {
    line-height: 30px;
    padding: initial;
}

#header-part .search {
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#header-part .search * {
  outline: none;
  box-sizing: border-box;
}

.searchwrap {
    position: absolute;
    right: 0;
    top: 0;
}
.search__wrapper {
  position: relative;
}
.search__field {
  width: 50px;
  height: 50px;
  color: transparent;
  font-size: 16px;
  padding: 0.35em 20px 0.35em 15px;
  border: 0px solid transparent;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: #313F48;
}
.search__field:focus {
  border-bottom-color: #ccc;
  width: 55vw;
  color: #fff;
  cursor: default;
}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #313F48;
  width: 50px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}
.search__icon:before {
    content: "";
    display: block;
    top: 1px;
    position: relative;
    background-image: url("/wp-content/uploads/2020/08/search.svg");
    background-size: cover;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    left: 8px;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
