
.header-social-share {
  width: 50%;
  display: flex;
  background: transparent;
  position: relative;
  z-index: 10;
  }
  .header-social-share ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  .header-social-share ul li {
    list-style-type: none;
    margin: 0;
  }
  .header-social-share ul li a {
    padding: 0 10px;
    text-decoration: none;
    display: block;
  }
  .header-social-share ul li a svg {
    width: 14px;
    height: 14px;
    max-height: 100%;
    max-width: 100%;
    fill: #fff !important;

  }
  /*insta hover #a67658
  mail:hover #9fae37
  */
  @media only screen and (min-width: 1024px) {
  
  }

  .header-logo-centered.js-is-sticky--change:after {
    top: 0;
}
  .header-logo-centered:after {

    height: 110px;

} 
@media (min-width: 64em) {

    .header-logo-centered:after {

        height: 190px;

    }

}

.header-social-share ul li a {
  outline-width: 0px !important;
}

.footer-simple__social a {
outline-width: 0px !important;
}
.social-icons__item a{
  outline-width: 0px !important;

}

.header-logo-centered__inner {
    padding: 35px 0 0;
    position: relative;
    z-index: 1;
}
 
@media (min-width: 80em) {
    .header-logo-centered__inner {
        padding: 70px 140px 0;
    }
}

.right-space, .left-space {
	display:none;
	}
	
	@media only screen and (min-width: 1024px) {
		.right-space, .left-space {
			display:inline-block;
		}
	}

  @media (min-width: 64em) {
    .js-is-sticky--change .header-logo-centered__inner {
        padding-top: 70px !important;
    }
}
/*Page ends*