/*
Theme Name:   Lutheran East (Multisite Child Theme)
Description:  Lutheran East theme which is a child of the Lutheran West theme.
Author:       Paragram
Author URI:   https://paragram.co/
Template:     lutheran-west-main
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:  lutheran-east-child
*/

/* 2.1: HEADER -------------------------------------------------- */
#header .logo {
  background-image: url('img/logo-lutheran-east.png');
  width: 221px;
  height: 71px;
}
body.primary-header #header .logo {
  background-image: url('img/logo-lutheran-east.white.png');
}
body.home.primary-header #header .logo {
  width: 288px;
  background-image: url('img/logo-lutheran-east.white.home.png');
}

/* 2.5: FOOTER -------------------------------------------------- */
#footer .row-top .col-left .org a {
  height: 61px;
  width: 190px;
  background-image: url('img/logo-lutheran-east.png');
}

/* CLHSA SLIDER ------------------------------------------------- */
.clhsa-slider .slider-nav .slider-buttons button.slider--prev {
  background-image: url('img/icons/arrow-blue-left.png');
}
.clhsa-slider .slider-nav .slider-buttons button.slider--next {
  background-image: url('img/icons/arrow-blue-right.png');
}
.clhsa-slider .slider-nav .slider-progress::before {
  background-color: rgba(43, 57, 144, 0.5);
}
.clhsa-slider .slider-nav .slider-progress .progress-bar {
  background-color: rgba(43, 57, 144, 1);
}

/* TESTIMONIAL BLOCKS ------------------------------------------- */
.wp-block-singular.testimonial-block .wp-block-media-text::before {
  background-image: url('img/icons/blue-quote.png');
}