/* Increases the value among the different menu items */
.header__menu--desktop .header__menu-wrapper > li {
  margin-right: 30px; 
}

/* Adds shadows when the menu items is no-sticky */
.header__container.header__container--left {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

/* Removes shadows when the menu items is sticky */
.header__container.header__container--left.sticky-trans {
    box-shadow: none; 
}


/* Increases the search bar size and positions it to the centre */
.header__search_input.header__search--show {
  max-width: 700px;
  top: 250px;
}

/* Removes the horrible border line when text is focused and in all cases, styles it with radius and increases the padding */
.hs-search-field__form .hs-search-field__input,
.hs-search-field__form .hs-search-field__input:focus {
  border: none;
  outline: none;
  border-radius: 0px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}


/* Fixes the overflow issues stopping the icon on the right to resize when searching and increases the icon size */
.hs-search-field__button {
  border-radius: 0px;
  height: 60px;
}
.hs-search-field__bar button {
  top: 0px;
  right: 0px;
  height: 60px;
}
.hs-search-field__bar button svg{
  height: 20px !important
}


/* Removes the radius to the dropdown items in the menu and shortens the distance from the Main menu titles */
.header__menu-submenu{
  border-radius:0px;
  margin: -15px;
}

.button:before, .button:before, .hs-button:before, .button.button--secondary:before{
transition:none;
}

{#
.header__container.header__container--left:hover .head_sticky {
    display: block;
    content: url("https://api.faastsolutions.com/vault/NbG1ktG1/N1P01LZhpK68KwKccFNUW8SU7QU/sqQhfw../Horinzontal_white.svg");
}

.header__container.header__container--left:hover .logo_ini {
    display: none;
}
#}

{#
.header__logo-link:hover .head_sticky {
    display: flow;
    content: url("https://api.faastsolutions.com/vault/NbG1ktG1/N1P01LZhpK68KwKccFNUW8SU7QU/sqQhfw../Horinzontal_white.svg");
#

{#
.header__logo-link:hover .logo_ini{
  display: none;
}
.header__logo-link:hover .logo_ini 
.sticky-trans:not(.header__bckwhite):hover .logo_ini
{
content: url("https://api.faastsolutions.com/vault/NbG1ktG1/N1P01LZhpK68KwKccFNUW8SU7QU/sqQhfw../Horinzontal_white.svg");
    display: none;
}
#}