/*
Theme Name: Divi Child Theme
Description: Child Theme for Divi
Author:  Hand to Sky
Template: Divi
Version:  1.0.2
*/

/*
---------------------------
	CSS DIRECTORY
---------------------------
	=Font Setup
	=Global
	=Header
	=Footer
	=Media Queries
*/

/* ====Font Setup /////////////////////////////////////////////////*/

/* ====Global /////////////////////////////////////////////////*/
.align-btn-end > .et_pb_column {
  display: flex;
  flex-direction: column;
}

/* ====Header /////////////////////////////////////////////////*/

#top-menu li li a {
  text-transform: none;
  font-size: 16px;
}

/* ====Footer /////////////////////////////////////////////////*/

/* ====Staff /////////////////////////////////////////////////*/

/* Archive */
.staff-category-group {
  padding-bottom: 60px;
}

.staff-category-heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2em;
  padding-bottom: 20px;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 3rem;
}

/* Hide image titles on gallery */

.page-id-968 .mfp-title {
	display: none;
}

/* make animation on load, staggered fade up for each staff card */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.staff-grid .staff-card {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.5s ease forwards;
  transition: 0.3s all ease;
  cursor: pointer;
  color: #141414;
}

.staff-grid .staff-card:hover {
  scale: 1.03;
}

.staff-grid .staff-card:nth-child(1) {
  animation-delay: 0.1s;
}
.staff-grid .staff-card:nth-child(2) {
  animation-delay: 0.2s;
}
.staff-grid .staff-card:nth-child(3) {
  animation-delay: 0.3s;
}
.staff-grid .staff-card:nth-child(4) {
  animation-delay: 0.4s;
}
.staff-grid .staff-card:nth-child(5) {
  animation-delay: 0.5s;
}
.staff-grid .staff-card:nth-child(6) {
  animation-delay: 0.6s;
}
.staff-grid .staff-card:nth-child(7) {
  animation-delay: 0.7s;
}
.staff-grid .staff-card:nth-child(8) {
  animation-delay: 0.8s;
}
.staff-grid .staff-card:nth-child(9) {
  animation-delay: 0.9s;
}
.staff-grid .staff-card:nth-child(10) {
  animation-delay: 1s;
}

.staff-grid .staff-photo {
  aspect-ratio: 9 / 11;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border-radius: 12px;
}

.staff-grid .staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.staff-grid h4 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3em;
  padding-bottom: 5px;
}

.staff-archive-meta {
  padding-block: 5px 15px;
}

.staff-position {
  font-size: 18px;
  display: inline-block;
}

.staff-grid button {
  border: 0px;
  background: transparent;
  padding: 0;
  color: #658439;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 1rem;
}

/* Concept 1 Custom Styles */

.full-width-button {
  width: 100%;
}

/* Concept 2 Custom Styles 

.page-id-500 #et-top-navigation,
.page-id-666 #et-top-navigation {
  float: none;
}

.page-id-500 #main-header #et-top-navigation,
.page-id-666 #main-header #et-top-navigation {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
}

.page-id-500 #main-header #et-top-navigation a,
.page-id-666 #main-header #et-top-navigation a {
  font-size: 18px !important;
}

#c2-footer-text-block h4 {
  font-size: 25px;
  font-weight: bold;
}

.page-id-500 .logo_container,
.page-id-666 .logo_container {
  display: none;
}

#side-by-side-buttons .et_pb_button {
  min-width: 340px;
  text-align: center;
} */

@media only screen and (min-width: 981px) {
  .page-id-500.et_header_style_left #et-top-navigation,
  .page-id-500.et_header_style_split #et-top-navigation,
  .page-id-666.et_header_style_left #et-top-navigation,
  .page-id-666.et_header_style_split #et-top-navigation {
    padding: 40px 0 0 0;
  }

  .page-id-500 #top-menu-nav,
  .page-id-666 #top-menu-nav {
    margin-left: 50%;
  }

  .page-id-500 #top-menu-nav ul#top-menu,
  .page-id-666 #top-menu-nav ul#top-menu {
    margin-left: -446px;
  }
}

@media only screen and (min-width: 981px) {
  .page-id-500.et_header_style_left #et-top-navigation nav > ul > li > a,
  .page-id-500.et_header_style_split #et-top-navigation nav > ul > li > a,
  .page-id-666.et_header_style_left #et-top-navigation nav > ul > li > a,
  .page-id-666.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 40px;
  }
}

/* ====Media Queries /////////////////////////////////////////////////*/
@media (max-width: 767px) {
	
	.et_header_style_left #logo {
		max-width: 60%;
	}
	
	#logo {
		max-height: 100%;
	}
	
	#main-header,
	.et_menu_container {
		height: 120px;
	}
	
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 64px;
	}
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
