/*
Theme Name: stephentruax Child
Theme URI: http://underscores.me/
Template: stephentruax
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Version: 1.0.0.1778708004
Updated: 2026-05-13 21:33:24
*/

/* ==========================================================================
   Global Styles
   ========================================================================== */

#wpadminbar {
  display: none;
}

body {
  background: #e8e8e8 !important;
  font-family: "plantin", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.site {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.site-branding,
.site-title {
  width: 100%;
  display: flex;
  justify-content: center;
}

.site-branding {
  text-align: center;
}

.site-title {
  position: relative;
  clip: unset !important;
}

.site-title a {
  margin-top: 30px;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 0.8px;
}

/* ==========================================================================
   Global ACF Content
   ========================================================================== */

.global-general {
  position: relative;
  z-index: 100;
  text-align: center;
}

/* ==========================================================================
   ACF Vertical Gallery
   ========================================================================== */

.acf-vertical-gallery {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 auto;
  max-width: 100%;
}

.acf-vertical-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   Scroll Fade-In Animation
   ========================================================================== */

/* Initial hidden state */
.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

/* Visible state */
.fade-in-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .fade-in-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==========================================================================
   Desktop Styles
   ========================================================================== */

@media (min-width: 768px) {
	.acf-vertical-gallery__content {
		padding-left: 15%;
    margin-top: -39px;
	}
  #site-navigation {
    position: absolute !important;
    top: 32px;
    left: 30px;
  }

  #site-navigation li a {
    color: #000;
    font-size: 15px;
  }

  .site-branding {
    margin-top: 35px;
  }

  .global-general {
    margin-top: 100px;
    margin-bottom: -50px;
  }
}

/* ==========================================================================
   Mobile Styles
   ========================================================================== */

@media (max-width: 767px) {
	.acf-vertical-gallery__content {
		padding-left:17%;
		margin-top:-33px;
		z-index: 17;
		position:relative;
	}
	#primary {
	 overflow-x: hidden;
	}
	.acf-vertical-gallery__item {
		margin-left:-8%;
	}
	.acf-vertical-gallery__item img {
    display: block;
    width: 110%;
	max-width:110%;
    height: auto;
	position:relative;
		z-index:1
}
  .site-branding {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
  }

  .menu-toggle {
    top: 21px;
  }

  .global-general {
    margin-top: 54px;
    margin-bottom: -20px;
  }
}