.elementor-1679 .elementor-element.elementor-element-3300c35c{--display:flex;--min-height:50vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:5%;--padding-bottom:5%;--padding-left:8%;--padding-right:8%;}.elementor-1679 .elementor-element.elementor-element-3300c35c:not(.elementor-motion-effects-element-type-background), .elementor-1679 .elementor-element.elementor-element-3300c35c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B252F00;background-image:url("https://goeucharist.com/wp-content/uploads/2025/04/Hero-2025Lineup.avif");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1679 .elementor-element.elementor-element-23faf128 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1679 .elementor-element.elementor-element-23faf128{text-align:center;}.elementor-1679 .elementor-element.elementor-element-23faf128 .elementor-heading-title{font-family:"Roboto Slab", Sans-serif;font-size:60px;font-weight:400;color:#FBFBFB;}.elementor-1679 .elementor-element.elementor-element-9c2fa06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-1679 .elementor-element.elementor-element-9c2fa06 > .elementor-shape-top .elementor-shape-fill, .elementor-1679 .elementor-element.elementor-element-9c2fa06 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-secondary );}.elementor-1679 .elementor-element.elementor-element-9c2fa06 > .elementor-shape-top svg, .elementor-1679 .elementor-element.elementor-element-9c2fa06 > .e-con-inner > .elementor-shape-top svg{height:35px;}.elementor-1679 .elementor-element.elementor-element-7049ed2f{--display:flex;}@media(min-width:1025px){.elementor-1679 .elementor-element.elementor-element-3300c35c:not(.elementor-motion-effects-element-type-background), .elementor-1679 .elementor-element.elementor-element-3300c35c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}@media(max-width:1024px){.elementor-1679 .elementor-element.elementor-element-3300c35c{--min-height:29vh;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-1679 .elementor-element.elementor-element-3300c35c{--min-height:21vh;--padding-top:15%;--padding-bottom:15%;--padding-left:5%;--padding-right:5%;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-1679 .elementor-element.elementor-element-23faf128 .elementor-heading-title{font-size:45px;line-height:1.1em;}.elementor-1679 .elementor-element.elementor-element-9c2fa06{--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-ca532c9 */.music-feature {
  --gold: #C2A400;
  --blue: #003153;
  --light-blue: #07527f;

  
}

/* Section heading */

.music-feature__heading {
  margin-bottom: 35px;
  text-align: center;
}

.music-feature__heading span {
  display: inline-block;
  padding: 12px 25px;
  color: var(--blue);
  background: var(--gold);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Musician cards */

.music-card {
  display: grid;
  grid-template-columns: 32% minmax(0, 68%);
  margin-bottom: 40px;
  overflow: hidden;
  color: #fff;
  background: var(--blue);
  border: 3px solid var(--gold);
  box-shadow: 0 6px 16px rgba(0, 49, 83, 0.22);
}

.music-card:last-child {
  margin-bottom: 0;
}

/* Alternate image position */

.music-card:nth-of-type(even) {
  grid-template-columns: minmax(0, 68%) 32%;
}

.music-card:nth-of-type(even) .music-card__image {
  grid-column: 2;
  grid-row: 1;
  border-right: 0;
  border-left: 2px solid var(--gold);
}

.music-card:nth-of-type(even) .music-card__content {
  grid-column: 1;
  grid-row: 1;
}

/* Images */

.music-card__image {
  min-width: 0;
  overflow: hidden;
  border-right: 2px solid var(--gold);
}

.music-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center top;
}

/* Card content */

.music-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 42px 48px;
  background: linear-gradient(
    145deg,
    var(--blue) 0%,
    var(--blue) 75%,
    var(--light-blue) 100%
  );
}

.music-card h2 {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 30px;
  line-height: 1.2;
}

.music-card__tagline {
  margin: 0 0 25px !important;
  color: var(--gold) !important;
  font-size: 18px !important;
  font-style: italic;
  font-weight: 600;
}

.music-card p {
  margin: 0 0 17px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.music-card p:last-of-type {
  margin-bottom: 0;
}

/* More about links */

.music-card__link {
  display: inline-block;
  align-self: flex-start;
  margin-top: 20px;
  padding-bottom: 2px;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
  border-bottom: 2px solid var(--gold);
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.music-card__link:hover,
.music-card__link:focus {
  color: var(--gold) !important;
  border-color: var(--gold);
}

/* Schola Cantorum featured area */

.schola-feature {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-top: 30px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--gold);
 
}

.schola-feature__logo {
  padding: 15px;
  background: #fff;
  border-radius: 6px;
}

.schola-feature__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.schola-feature__content h3 {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 23px;
  line-height: 1.25;
}

.schola-feature__content p {
  font-size: 15px;
  line-height: 1.55;
}

/* Tablet */

@media (max-width: 1024px) {
  .music-card,
  .music-card:nth-of-type(even) {
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .music-card:nth-of-type(even) .music-card__image {
    grid-column: 1;
    grid-row: 1;
    border-right: 2px solid var(--gold);
    border-left: 0;
  }

  .music-card:nth-of-type(even) .music-card__content {
    grid-column: 2;
    grid-row: 1;
  }

  .music-card__image img {
    min-height: 100%;
  }

  .music-card__content {
    padding: 35px 30px;
  }

  .music-card h2 {
    font-size: 27px;
  }

  .schola-feature {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .music-feature {
    margin: 35px 0;
  }

  .music-feature__heading {
    margin-bottom: 25px;
  }

  .music-feature__heading span {
    padding: 10px 18px;
    font-size: 16px;
  }

  .music-card,
  .music-card:nth-of-type(even) {
    display: block;
    margin-bottom: 30px;
    border-width: 3px;
  }

  .music-card__image,
  .music-card:nth-of-type(even) .music-card__image {
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid var(--gold);
  }

  .music-card__image img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center top;
  }

  .music-card__content {
    display: block;
    padding: 28px 22px 32px;
  }

  .music-card h2 {
    font-size: 26px;
  }

  .music-card__tagline {
    font-size: 17px !important;
  }

  .schola-feature {
    display: block;
    margin-top: 25px;
    padding: 20px;
  }

  .schola-feature__logo {
    max-width: 220px;
    margin: 0 auto 22px;
  }

  .schola-feature__content h3 {
    font-size: 22px;
  }
}

/* Wider image column for The Vigil Project */

/* Wider image columns on desktop */

@media (min-width: 1025px) {
  /* The Vigil Project: image on the left */
  .music-card:first-of-type {
    grid-template-columns: 45% minmax(0, 55%);
  }

  /* The Scally Brothers: image on the right */
  .music-card:nth-of-type(2) {
    grid-template-columns: minmax(0, 55%) 45%;
  }

  .music-card:first-of-type .music-card__image img,
  .music-card:nth-of-type(2) .music-card__image img {
    object-fit: cover;
    object-position: center;
  }
}/* End custom CSS */