body .site-logo-color-change img,
body #site-logo-color-change img {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/wp-content/themes/neonic-wp-theme/assets/images/logo-white.svg) no-repeat;
  background-size: 170.16px 33.33px;
  width: 170.16px; /* Width of new image */
  height: 33.33px; /* Height of new image */
  padding-left: 170.16px; /* Equal to width of new image */
  transition: background 0.5s ease;
}

body.change-color .site-logo-color-change img,
body.change-color #site-logo-color-change img {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/wp-content/themes/neonic-wp-theme/assets/images/logo-color.svg) no-repeat;
  background-size: 170.16px 33.33px;
  width: 170.16px; /* Width of new image */
  height: 33.33px; /* Height of new image */
  padding-left: 170.16px; /* Equal to width of new image */
  transition: background 0.5s ease;
}
