/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* services and doorstep cards active colour */
@media only screen and (min-width: 831px) {

  .services__card.is-active .services__card_wrapper, .doorstep__slide.is-active {
    background-color: var(--spw-primary) !important;
  }

  .services__card.is-active .services__card_wrapper .services__card_link, .services__card.is-active .services__card_wrapper .services__card_text, .doorstep__slide.is-active .doorstep__slide_area, .doorstep__slide.is-active .doorstep__slide_button {
    color: var(--spw-white) !important;
  }
  
}

.scrolling .header__toggle svg line {
	stroke: var(--spw-primary);
}