/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* ==========================================================================
   SOUL TO SOUL MEDIUM MASTER SCSS - REV. EILEEN CASEY
   ========================================================================== */
/* --- 1. THE CANVAS --- */
html, body, #g-page-surround {
  background: radial-gradient(circle at center, #8b0000 0%, #4a0000 50%, #000000 100%) no-repeat center center fixed !important;
  background-size: cover !important;
}
/* --- THE CORNERS --- */
/* Ensure you have added 'anchored-filigree-section' to the Gantry Section Attributes */
/* --- FILIGREE CORNERS (Desktop Only) --- */
/* This 'media' line tells the browser to only run this code on larger screens */
@media (min-width: 769px) {
  /* Top Section Corners */
  /* Bottom Section Corners */
  .anchored-filigree-section {
    position: relative;
    z-index: 1;
  }
  .anchored-filigree-section::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    height: 150px;
    background: url('https://soultosoulmedium.com/images/gold-filigree.png') no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
    opacity: 0.7;
  }
  .anchored-filigree-section .g-container::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    background: url('https://soultosoulmedium.com/images/gold-filigree.png') no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    pointer-events: none;
    z-index: -1;
    opacity: 0.7;
  }
  .anchored-bottom-filigree {
    position: relative;
    z-index: 1;
  }
  .anchored-bottom-filigree::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 150px;
    height: 150px;
    background: url('https://soultosoulmedium.com/images/gold-filigree.png') no-repeat;
    background-size: contain;
    transform: scaleY(-1);
    pointer-events: none;
    z-index: -1;
    opacity: 0.7;
  }
  .anchored-bottom-filigree .g-container::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    background: url('https://soultosoulmedium.com/images/gold-filigree.png') no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    pointer-events: none;
    z-index: -1;
    opacity: 0.7;
  }
}
/* End of Desktop-Only Media Query */
/* --- 2. GLOBAL CENTERING --- */
.home-logo-new, .ministry-branding-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}
/* --- 3. LOGO & NAME STYLING --- */
.ministry-logo {
  width: 100% !important;
  max-width: 130px !important;
  height: auto !important;
  margin: 20px 0 10px 0 !important;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.6));
}
.rev-name {
  font-family: "Cinzel Decorative", serif !important;
  color: #D4AF37 !important;
  font-size: clamp(2.2rem, 6vw, 3.5rem) !important;
  text-transform: uppercase !important;
  text-shadow: 2px 2px 15px #000 !important;
  font-weight: bold !important;
  letter-spacing: 4px !important;
  margin-top: -15px !important;
  margin-bottom: 5px !important;
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .rev-name {
    line-height: 1.1 !important;
    margin-top: 5px !important;
  }
}
.rev-subtitle {
  color: #ffffff !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  opacity: 0.9 !important;
  font-weight: bold !important;
  display: block !important;
  letter-spacing: 10px !important;
  margin-top: -10px !important;
}
@media only screen and (max-width: 768px) {
  .rev-subtitle {
    line-height: 1.3 !important;
    letter-spacing: 8px !important;
    margin-top: 0px !important;
    font-size: 0.9rem !important;
  }
}
/* --- 4. THE LIVING PORTRAIT (VIDEO CIRCL AND MISSION AREA) --- */
/* --- 1. THE ROW (The "Invisible Glue") --- */
.ministry-hero-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  flex-wrap: nowrap !important;
}
/* --- 2. THE MISSION & ABOUT CONTAINER --- */
/* This ensures both the Mission Title particle and the Custom HTML particle align */
.ministry-mission-container, .g-particle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ministry-mission-container .mission-title, .g-particle .mission-title {
  font-family: "Cinzel Decorative", serif !important;
  color: #FFD700 !important;
  font-size: 2.5rem !important;
  margin-bottom: 0.5rem !important;
  text-transform: uppercase;
}
.ministry-mission-container .mission-text, .g-particle .mission-text {
  font-family: "Montserrat", sans-serif !important;
  color: #ffffff !important;
  /* This fixes the red text */
  font-size: 1.2rem !important;
  line-height: 1.8 !important;
  max-width: 550px;
  margin: 0 auto !important;
  opacity: 1 !important;
  /* Ensures it's fully bright */
}
.ministry-mission-container .mission-originality, .g-particle .mission-originality {
  font-family: "Cinzel Decorative", serif !important;
  color: #FFD700 !important;
  font-size: 1.1rem !important;
  border-top: 1px solid rgba(255, 214, 0, 0.4) !important;
  padding-top: 1rem !important;
  margin-top: 1.5rem !important;
  display: inline-block;
}
/* --- 3. THE LIVING PORTRAIT --- */
.portrait-living-frame {
  /* Fixed size ensures it stays a circle and doesn't "fight" the 25% column */
  width: 250px !important;
  height: 250px !important;
  flex-shrink: 0;
  position: relative;
  border: 6px solid #FFD700;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
  background: #000;
  overflow: hidden;
}
.portrait-living-frame .portrait-video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('https://soultosoulmedium.com/images/vidoe_circle.png');
  mask-image: url('https://soultosoulmedium.com/images/vidoe_circle.png');
  -webkit-mask-size: cover;
  -mask-size: cover;
}
.portrait-living-frame .portrait-video-mask iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 200%;
  transform: translate(-50%, -50%) scale(1.1, 1) !important;
  object-fit: cover;
}
/* ---  THE MISSION ABOUT WRAPPER in the container --- */
.mission-about-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
}
.mission-about-wrapper .mission-about-text {
  font-family: "Montserrat", sans-serif !important;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  line-height: 1.8 !important;
}
.mission-about-wrapper .mission-about-text .highlight-gold {
  color: #FFD700 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 0.95em;
}
.mission-about-wrapper .mission-originality {
  font-family: "Cinzel Decorative", serif !important;
  color: #FFD700 !important;
  font-size: 1.1rem !important;
  border-top: 1px solid rgba(255, 214, 0, 0.4) !important;
  padding-top: 1.5rem !important;
  margin-top: 1.5rem !important;
  letter-spacing: 2px !important;
  display: inline-block;
}
/* --- 4. MOBILE STACKING --- */
@media (max-width: 768px) {
  .ministry-hero-row {
    flex-direction: column !important;
  }
  .ministry-mission-container {
    align-items: center;
    text-align: center;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=custom_34.css.map */