/*
 Theme Name:   Customizr Child
 Theme URI:     
 Description:  Child theme for Customizr. Customizations are kept here so they are not overwritten on theme update.
 Author:       SHHC
 Author URI:   https://squirrelhillhealthcenter.org/ 
 Template:     customizr
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  customizr-child
*/

/* Add your custom CSS below. Parent theme styles are loaded automatically. */
:root {
  --purple: #522d91;
  --darkblue: #545b7d;
  --black: #101010;
}

a {
  color: var(--purple);
  &:hover {
    color: var(--black);
    text-decoration: underline;
  }
}

/* Screen-reader only: visually hidden but read by assistive tech */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal !important;
  color: var(--purple) !important;
}

a.tc-carousel-control {
  color: var(--black) !important;
  &:hover {
    color: var(--purple) !important;
  }
}

li.menu-item a,
.current-menu-item a {
  color: var(--purple) !important;
  &:hover {
    color: var(--black) !important;
    text-decoration: underline;
  }
}

li.menu-item.current-menu-item a {
  color: var(--black) !important;
  text-decoration: underline;
}

.breadcrumb-trail a {
  color: var(--purple) !important;
  text-decoration: underline;
  &:hover {
    color: var(--black) !important;
    text-decoration: underline;
  }
}
