/**
  Theme Name: Dane Child
  Theme URI: #
  Description: theme for Dane Publishing
  Author: unknown
  Author URI: #
  Template: rhye
  Text Domain: dane-child
  Version: 1.0.0
*/

.header_sticky[data-arts-header-sticky-logo=primary] .logo__text-title,
[data-arts-header-logo=secondary] .logo__text-title {
  color: #0d743b !important;
}

.circle-button__circle svg.svg-circle {
  border: unset;
}


.circle-button__icon svg {
  height: unset !important;
  margin-top: -100%;
}


/* green */
.header__burger-line,
.section__headline, .header.bg-white .header__burger-line{
background-color: #0d743b;
}





a.button.button_solid.bg-light-3,
.footer-address p {
  color: #fff !important;
}


/*mobile*/
@media only screen and (max-width: 768px) and (pointer: coarse) {

  .header.bg-white .header__burger-line {
    background-color: #0d743b;
  }


}