/*
Theme Name: Eagala-2023
Author: Central States Marketing
Author URI: http://www.centralstatesmedia.com/
Description: This site was built by Central States Media
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eagala
*/
/***************************************
TABLE OF CONTENTS

01 - BASE
02 - UTILITIES
03 - LAYOUT
04 - COMPONENTS
05 - HEADER / NAVIGATION
06 - PAGES
07 - FOOTER
***************************************/
/*-------------------------------------
  01 - BASE - BASE - BASE - BASE - BASE
--------------------------------------*/
/*
 Colors / Typography @ root
*/
:root {
  --black-dk: #242424;
  --black: #333;
  --black-20: #4f4f4f;
  --black-40: #828282;
  --black-60: #bdbdbd;
  --white-60: #e0e0e0;
  --white-40: #f2f2f2;
  --white-20: #f5f4f6;
  --white: #fff;
  /*
    Site Specific Color Palette
  */
  --brown: #946d40;
  --slate: #636e72;
  --green: #91915e;
  --green-dark: #62623e;
  --tan: #cfc5b6;
  --white: #ffffff;
  --black: #343434;
	
  --primary-font-color: var(--black);
}

/*
    Global Font Sizing
  */
:root {
  --baseFontSize: 1rem;
  --baseNavSize: 0.94rem;
  --smallFontSize: 0.8rem;
  --smallestFontSize: 0.512rem;
  --big-boss-heading: 3.052rem;
  --boss-heading: 2.441rem;
  --heading-1: 2.5rem;
  --heading-2: 2rem;
  --heading-3: 1.7rem;
  --heading-4: 1.4rem;
  --heading-5: 1.2rem;
  --heading-6: 1.2rem;
  --heading-7: var(--smallestFontSize);
  --primary-font: "Open Sans", sans-serif;
  
}

/*
  Resets
*/
* {
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in-out;
}

:after,
:before {
  box-sizing: border-box;
}

button {
  border: none;
  box-shadow: none;
  outline: none;
  background: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*
  HTML / Body
*/
html {
  font-family: var(--primary-font);	
	
  /* Gap */
  --gap: 2rem;
  --neg-gap: -2rem;
  /* Fluid Gap */
  --gap-fluid: 5vw;
  --neg-gap-fluid: -5vw;
  scroll-behavior: smooth;
}
@media (min-width: 2000px) {
  html {
    --gap-fluid: 10vw;
    --neg-gap-fluid: -10vw;
  }
}
@media (min-width: 3000px) {
  html {
    --gap-fluid: 15vw;
    --neg-gap-fluid: -15vw;
  }
}
@media (min-width: 3500px) {
  html {
    --gap-fluid: 20vw;
    --neg-gap-fluid: -20vw;
  }
}

body {
  font-family: var(--primary-font);
  color: var(--primary-font-color);
  -webkit-text-size-adjust: none;
  line-height: 1.6;
  position: relative;
}

img {
  display: block;
}

/*
  Responsive font sizing
*/
html {
  font-size: 17px;
}

@media (max-width: 900px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  html {
    font-size: 15.5px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 15px;
  }
}
/*
  Headings
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "georgiapro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--brown);
  margin: 0 0 1rem;
  line-height: 1;
  letter-spacing: 2px;
}

h1,
.h1 {
  font-size: var(--heading-1);
  text-rendering: optimizeLegibility;
  color: rgb(84, 84, 84);
}

h2,
.h2 {
  font-size: var(--heading-2);
}

h3,
.h3 {
  font-size: var(--heading-3);
}

h4,
.h4 {
  font-size: var(--heading-4);
}

h5,
.h5 {
  font-size: var(--heading-5);
}

h6 {
  font-size: var(--heading-6);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: var(--primary-font);
  color: inherit;
  text-decoration: none;
}

h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  opacity: 0.88;
}

.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  color: inherit;
  text-decoration: none;
}

.content h1 a:focus,
.content h1 a:hover,
.content h2 a:focus,
.content h2 a:hover,
.content h3 a:focus,
.content h3 a:hover,
.content h4 a:focus,
.content h4 a:hover,
.content h5 a:focus,
.content h5 a:hover,
.content h6 a:focus,
.content h6 a:hover {
  opacity: 0.88;
}

/*
  Links - Global --------------------
*/
a {
  font-family: var(--primary-font);
  font-size: inherit;
  color: var(--primary-font-color);
  transition: all 0.25s ease-in-out;
}
a:hover, a:focus {
  opacity: 0.65;
}

.content a:not(.btn, .button) {
/*   font-weight: 700; */
  color: var(--brown);
  text-decoration: underline;
}

.content a:hover:not(.btn, .button),
.content a:focus:not(.btn, .button) {
  opacity: 0.65;
}

.content .jump-menu p {
	position: relative;
}
.content .jump-menu p::before {
	content: "";
    position: absolute;
    height: 20px;
    width: 1px;
	
    background: var(--brown);
}
.content .jump-menu p:first-of-type::before {
	content: none;
}
.content .jump-menu a {
	color: var(--brown);
	text-decoration: none;
	padding-inline: 5px;
	margin-left: 10px;
}

/*
  Text --------------------
*/
/*
  Paragraph text
*/
p {
  font-family: var(--primary-font);
/*   color: var(--primary-font-color); */
  font-size: var(--baseFontSize);
  margin-bottom: 1.5rem;
}
p::-moz-selection {
  background-color: var(--black-60);
  color: white;
}
p::selection {
  background-color: var(--black-60);
  color: white;
}

.content p {
  font-family: var(--primary-font);
  font-weight: normal;
  font-style: normal;
/*    color: var(--primary-font-color); */
  font-size: var(--baseFontSize);
}
.no-bottom-margin {
  margin-bottom: 0!important;
}

/*
  UL / OL Lists
*/
ul li a,
ol li a {
  font-family: var(--primary-font);
  color: var(--primary-font-color);
  font-size: var(--baseFontSize);
}

.content ul,
.post-content ul {
  padding: 0 0 1.5rem 40px;
}

.content ul li,
.post-content ul li {
  list-style: disc;
}

/*
  Span
*/
span {
  font-family: var(--primary-font);
  font-size: inherit;
}

/*
  Bold Text
*/
b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

/*-------------------------------------
  02 - UTILITIES UTILITIES UTILITIES
--------------------------------------*/
/*
  Full Width --------------------
*/
/* Breaks out of wrapper for full-width content - extending bg color for example*/
.full-width {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  padding: 0;
}

.full-width-fluid {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 var(--gap-fluid);
}

/*
  Remove / Show content --------------------
*/
.hide {
  display: none;
}

.show {
  display: block;
}

/*
  Margin / Padding Resets --------------------
*/
.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-border {
  border: none;
}

/*
  Shadows
*/
.shadow-bottom-inset {
  box-shadow: inset 0 -35px 35px -20px rgba(60, 60, 60, 0.3);
}

.shadow-bottom {
  box-shadow: 0px 10px 6px -10px rgba(60, 60, 60, 0.3);
}

/*
  Horizontal Rule
*/
hr {
  height: 3px;
  margin: 20px 0;
  border: none;
  background: var(--black-60);
}

/*
  PAGINATION STYLES for WP
*/
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #666 !important;
  background: #d5d5d5;
}

.pagination a:hover {
  color: #fff !important;
  background: #000;
}

.pagination span {
  background: #666;
  color: #fff !important;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #000;
  color: #fff !important;
}

/*
  SEARCH RESULTS STYLES for WP
*/
.search-results h1 {
  font-size: 1.2rem;
}

/*
  BREADCRUMBS (Yoast)
*/
#breadcrumbs {
  margin: 0;
  list-style: none;
  border-radius: 4px;
}

#breadcrumbs a {
  color: var(--black-20);
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: var(--white-60);
}

/*
  Fancy line
*/
.line-vertical {
  position: relative;
}
.line-vertical::before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: 0;
  left: -20px;
  width: 30px;
  background: url("img/line-vertical.svg") no-repeat;
  background-size: contain;
  z-index: -1;
}

/* Only for Headings - adds fancy line before/after */
.line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  position: relative;
}
.line::before {
  content: "";
  display: inline-block;
  min-height: 20px;
  background: url("img/line-brown-left.png") center/100% no-repeat;
  background-size: cover;
  background-position: left;
}
.line::after {
  content: "";
  display: inline-block;
  min-height: 20px;
  background: url("img/line-brown-right.png") center/100% no-repeat;
  background-size: cover;
  background-position: right;
}

.line.line-white::before {
  background: url("img/line-white-left.png") center/100% no-repeat;
  background-size: cover;
  background-position: left;
}
.line.line-white::after {
  background: url("img/line-white-right.png") center/100% no-repeat;
  background-size: cover;
  background-position: right;
}

.line.line-black::before {
  background: url("img/line-black-left.png") center/100% no-repeat;
  background-size: cover;
  background-position: left;
}
.line.line-black::after {
  background: url("img/line-black-right.png") center/100% no-repeat;
  background-size: cover;
  background-position: right;
}

/* Stats section - lines are flipped */
.stats-wrap.line::before {
  background: url("img/line-brown-right.png") center/100% no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 20px;
}

.stats-wrap.line::after {
  background: url("img/line-brown-left.png") center/100% no-repeat;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 20px;
}

/*-------------------------------------
  03 - LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT
--------------------------------------*/
/*
  wrappers - wraps large sections of content for uniform vertical alignment --------------------
*/
/* Creates a wrapper around main sections of content */
.wrapper {
  margin: 0 auto;
  padding: 0 var(--gap);
  max-width: 1400px;
}

/* Removes max-width for larger-fluid design */
.wrapper-fluid {
  margin: 0 auto;
  padding: 0 var(--gap-fluid);
}

.wrapper-inner {
  padding: 30px 2rem;
}

/*
  Containers - generally affect horizontal spacing & centering --------------------
*/
.container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 48rem;
}

/*
  Sections  - generally affect vertical spacing --------------------
*/
/* used for normal section to create space between */
.section {
  margin-bottom: 4rem;
}

.section-sm {
  margin-bottom: 3rem;
}

/* used for section within another block or section */
.section-block {
  margin-bottom: 2rem;
}

/* used to create space within a section when 2 sections touch eachother
     eg: 2 sections with diff bg colors */
.section-spacer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-spacer-lg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-spacer-top {
  padding-top: 2rem;
}

.section-spacer-bottom {
  padding-top: 2rem;
}

/* used to center section inside parent element as well as center align the text */
.section-centered {
  text-align: center;
  display: flex;
  justify-content: center;
}

.section-prefooter {
  margin-bottom: 7rem;
}

.section-title {
  margin-bottom: 2rem;
}

.section-subtitle {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

/*
  Page Headers --------------------
*/
/* if outside a parent container - add the left and right padding */
.page-header {
  margin-bottom: 2.25rem;
}

.page-header-title {
  margin-bottom: 2rem;
}

.page-header-subtitle {
  margin-bottom: 1rem;
  max-width: 80%;
  font-size: 1.1rem;
}

/*
  Text Alignment --------------------
*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*
  Text Blocks --------------------
*/
.text-block {
  margin: 0 0 3rem;
}

.text-block-narrow {
  margin: 0 0 3rem;
  /* Adjust max-width as needed */
  max-width: 43rem;
}

.text-block-center {
  margin: 0 auto 3rem;
  /* Adjust max-width as needed or eliminate if already in a parent container */
  max-width: 43rem;
}

/*-------------------------------------
  04 - COMPONENTS COMPONENTS COMPONENTS COMPONENTS COMPONENTS
--------------------------------------*/
/*
  Buttons --------------------
*/
.btn,
a.btn,
.wp-block-button__link,
input[type=submit] :not(.search-form),
.gform_button {
  display: inline-block;
  background: var(--brown);
  color: var(--white);
  border-radius: 0;
  padding: 10px 35px;
  margin-bottom: 15px;
  max-width: 300px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.1;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease-in-out !important;
}
.btn:hover, .btn:focus,
a.btn:hover,
a.btn:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
input[type=submit] :not(.search-form):hover,
input[type=submit] :not(.search-form):focus,
.gform_button:hover,
.gform_button:focus {
  background: var(--slate);
  opacity: 1;
}

.btn.btn--full {
  width: 100%;
  margin: 0 0 10px;
}

.btn.btn-link-green {
  font-size: 0.95rem;
  padding: 5px 15px;
  background: var(--green);
  border: 1px solid transparent;
  color: var(--white);
  text-transform: none;
}

.btn.btn-link-ghost {
  font-size: 0.95rem;
  padding: 5px 15px;
  background: none;
  border: 1px solid var(--tan);
  color: var(--white);
  text-transform: none;
}

.mobile-nav .btn.btn-link-green:hover,
.mobile-nav .btn.btn-link-green:focus {
  background: var(--green);
}

.mobile-nav .btn.btn-link-green:hover,
.mobile-nav .btn.btn-link-green:focus,
.mobile-nav .btn.btn-link-ghost:hover,
.mobile-nav .btn.btn-link-ghost:focus {
  opacity: 0.65;
}

.back-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 0.8rem;
  position: relative;
}
.back-link::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  background: url("img/right-arrow.svg") center/100% no-repeat;
}

/*
  Links - Test links similar to buttons ------------------
*/
/*
  Icons --------------------
*/
.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0 4px;
  -webkit-mask-image: none;
          mask-image: none;
}

/*
  Social Icons
*/

.social-icons .icon {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
	margin-inline: 5px;
  width: 35px;
  height: 35px;
  border-radius: 6px;
}

.social-icons .fb {
  background: url("img/icon-fb.svg") center/40% no-repeat;
}

.social-icons .insta {
  background: url("img/icon-insta.svg") center/70% no-repeat;
}

.social-icons .linkedin {
  background: url("img/icon-linkedin.svg") center/70% no-repeat;
}

.social-icons .icon:hover {
  background-color: var(--tan);
  opacity: 1;
}
/*
  Animations --------------------
*/
/*-------------------------------------
  05 - HEADER HEADER HEADER HEADER HEADER
       NAVIGATION NAVIGATION NAVIGATION
--------------------------------------*/
/*
  Site Header
*/
.site-header-inner.wrapper {
  max-width: 1600px;
  padding-inline: 3rem;
}

@media (max-width: 992px) {
  .site-header-inner.wrapper {
    padding-inline: 1.25rem;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.site-header .site-header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0px 10px;
}
.site-header .site-header-inner .top-bar {
  grid-column: 1/-1;
  justify-self: end;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  padding-top: 1rem;
  /* margin-right: -15px; */
}
.site-header .site-header-inner #main-logo-black {

  display: none;
}
.site-header .site-header-inner .main-logo {
  width: 175px;
  padding-block: 20px;
}
.site-header .site-header-inner hr.header-bottom {
  grid-column: 1/-1;
  background: var(--white);
  margin: 0 auto;
  width: 100%;
  height: 2px;
}

body:not(.home) .site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: var(--white);
}
body:not(.home) .site-header .site-header-inner .top-bar .btn.my {
	color: var(--primary-font-color);
} 
body:not(.home) .site-header .site-header-inner .top-bar .btn.my:hover,
body:not(.home) .site-header .site-header-inner .top-bar .btn.my:focus {
	color: var(--white);
}
body:not(.home) .site-header .site-header-inner #main-logo {
  display: none;
}
body:not(.home) .site-header .site-header-inner #main-logo-black {
  display: block;
}
body:not(.home) .site-header .site-header-inner .main-nav .menu-main-menu-container > ul li::before {
  background: var(--slate);
}
body:not(.home) .site-header .site-header-inner .main-nav .menu-main-menu-container > ul a {
  color: var(--primary-font-color);
}
body:not(.home) .site-header .site-header-inner .main-nav .menu-main-menu-container > ul ul a {
  color: var(--white);
}

/* Add styles here to shrink down header after scroll */
.site-header.shrink {
  background: var(--slate);
	box-shadow: 0px 15px 15px -15px #ccc;
}
.site-header.shrink .site-header-inner .top-bar {
  display: none;
}
.site-header.shrink .site-header-inner hr {
  display: none;
}

/*
  Main Navigation
*/
.main-nav {
  height: 100%;
}
.main-nav .menu-main-menu-container {
  height: 100%;
}
.main-nav .menu-main-menu-container > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.main-nav .menu-main-menu-container > ul > li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.main-nav .menu-main-menu-container > ul > li::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: var(--white);
}
.main-nav .menu-main-menu-container > ul > li:first-of-type::before {
  content: none;
}
.main-nav .menu-main-menu-container > ul > li > a {
  display: inline-block;
  color: var(--white);
  font-size: 0.9rem;
  padding: 3px 1.3rem 3px 1.3rem;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
}
.main-nav .menu-main-menu-container > ul > li > a:hover, .main-nav .menu-main-menu-container > ul > li > a:focus {
  opacity: 0.65;
}

/*
  Dropdown area
*/
/* second level */
.main-nav ul ul {
  display: none;
  margin: 0;
  position: absolute;
  padding: 0;
  opacity: 0;
  top: 90%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  height: auto;
  background-color: var(--green);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  z-index: 99999 !important;
}

.main-nav ul li:hover > ul,
.main-nav ul li:focus-within > ul {
  display: block;
  opacity: 1;
}

.main-nav ul ul li {
  margin: 0;
  height: auto;
}

.main-nav ul ul li:hover {
  background: var(--tan);
}
.main-nav ul ul li:hover a {
  color: var(--white);
  opacity: 1;
}

.main-nav ul ul li a {
  display: block;
  color: var(--white);
  padding: 8px 1rem;
  text-align: left;
  font-size: 0.875rem;
  text-align: left;
  text-transform: uppercase;
}

.main-nav ul ul li:first-of-type {
  position: relative;
}

/* third level */
.main-nav ul ul ul {
  top: 0;
  left: 100%;
  margin-top: 0;
}

/* End Dropdown area */
/*
  MOBILE-MENU-ICON / MOBILE SEARCH ICON --------------
*/
/*
  Mobile Menu Icon
*/
.menu-icon {
  width: 30px;
  height: 40px;
  cursor: pointer;
  line-height: 0.6;
  transition: all 0.5s ease;
  display: none;
}
.menu-icon span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: var(--white);
  border-radius: 3px;
}

body:not(.home) .menu-icon span {
  background: var(--slate);
}

/*
  Mobile Navigation
*/
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
  padding: 60px 2rem 10px 2rem;
  position: fixed;
  right: -125%;
  top: 0;
  height: 100vh;
  width: 80%;
  z-index: 5000;
  background: linear-gradient(to right, rgba(99, 110, 114, 0.9) 0%, rgb(99, 110, 114) 50%);
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.mobile-nav.open {
  right: 0;
  opacity: 1;
  overflow: scroll;
}

.mobile-nav .exit {
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
  background: url("img/close.svg") center/100% no-repeat;
}

.mobile-nav nav {
  /* margin-bottom: 50px; */
  width: 100%;
}

.mobile-nav ul li {
  text-align: right;
  margin-bottom: 15px;
}

.mobile-nav ul li a {
  display: inline-block;
  font-size: 1.1rem;
  color: var(--white);
  padding: 8px 30px;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav li a:hover,
.mobile-nav li a:focus {
  opacity: 0.65;
}

.mobile-nav ul ul {
  border-right: 1px solid var(--white);
  margin-right: -8px;
  margin-top: -8px;
  padding-top: 8px;
}

.mobile-nav ul ul li {
  margin-bottom: 5px;
}

.mobile-nav .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  /* flex-direction: column; */
  gap: 0 1.5rem;
  margin-right: 2rem;
}

.mobile-nav .links a.btn {
  padding: 12px 30px !important;
}

@media (max-width: 500px) {
  .mobile-nav {
    width: 100%;
    background: var(--slate);
  }
}
/*
  Mobile DropDown
*/
.mobile-nav ul ul {
  display: none;
  margin-left: 50px;
}

/* .mobile-nav li:hover > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
} */

.mobile-nav ul ul li {
  display: block;
}

.mobile-nav ul ul li a {
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: none;
  border-bottom: none;
}

.mobile-nav li li:hover > ul {
  border-left: none;
}

.mobile-nav .mobile-logo {
  text-align: center;
}

/*
  WordPress Styles for Main-menu, mobile, and sidebar
*/
/* adds color to active link via wordpress class */
.main-nav > .menu-main-menu-container > ul > li.current_page_item > a,
.main-nav > .menu-main-menu-container > ul > li.current_menu_ancester > a {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: var(--green);
          text-decoration-color: var(--green);
}

.mobile-nav .current_page_item > a,
.mobile-nav .current-menu-ancestor > a {
  color: var(--black-60);
}

/*
  MOBILE RESPONSIVE MEDIA QUERIES - specific to general
    page layout at specific screen width
*/
@media (max-width: 1050px) {
  .site-header {
    background: var(--slate);
  }
  .site-header hr {
    display: none;
  }
  .site-header .site-header-inner .top-bar {
    display: none;
  }
  .main-nav {
    display: none;
  }
  .menu-icon {
    justify-self: end;
    align-self: center;
    display: inline-block;
  }
}
@media (min-width: 1050px) {
  .mobile-nav,
  .mobile-overlay {
    display: none;
  }
}
/*-------------------------------------
  06 - PAGES PAGES PAGES PAGES PAGES
--------------------------------------*/
/**************************************
  GLOBAL REUSABLE PAGE COMPONENTS
***************************************/
.img-copy-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 5%;
	align-items: center;
	overflow: hidden;
}
.img-copy-grid .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  width: 100%;
  height: 100%;
	max-height: 700px;
}
.img-copy-grid .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: var(--gap);
  max-width: 500px;
}
.img-copy-grid .content .copy {
  padding-left: 30px;
}
.img-copy-grid .content .copy h2 {
  margin-left: -60px;
  padding-block: 10px;
  background: var(--white);
}

.img-copy-grid.img-right {
  grid-template-columns: 1fr 1.3fr;
}
.img-copy-grid.img-right .img {
  grid-column: 2;
}
.img-copy-grid.img-right .content {
  grid-column: 1;
  grid-row: 1;
  justify-self: right;
  padding-left: var(--gap);
  text-align: right;
}
.img-copy-grid.img-right .content .copy {
  padding-right: 30px;
}
.img-copy-grid.img-right .content .copy h2 {
  margin-right: -60px;
  text-align: right;
}
.img-copy-grid.img-right .content .line-vertical::before {
  content: "";
  left: unset;
  right: -20px;
}

@media (max-width: 900px) {
  .img-copy-grid,
  .img-copy-grid.img-right {
    grid-template-columns: 1fr;
  }
  .img-copy-grid .img img,
  .img-copy-grid.img-right .img img {
    max-height: 450px;
    -o-object-position: center top;
       object-position: center top;
    margin-bottom: 1.5rem;
  }
  .img-copy-grid .content,
  .img-copy-grid.img-right .content {
    grid-row: 1;
    padding-left: 60px;
    padding-right: 2rem;
    margin-right: 0;
    max-width: none;
  }
  .img-copy-grid.img-right .img {
    grid-column: 1;
  }
  .img-copy-grid.img-right .content {
    margin-left: none;
    text-align: left;
  }
  .img-copy-grid.img-right .content .copy {
    padding-right: 0;
  }
  .img-copy-grid.img-right .content .copy h2 {
    margin-right: 1rem;
    text-align: left;
  }
  .img-copy-grid.img-right .content .line-vertical::before {
    content: "";
    left: -20px;
    right: unset;
  }
}
/**************************************
  HOME PAGE
***************************************/
/*
  SLIDER
*/
#slider {
  position: relative;
  overflow: hidden;
}
#slider .slides li {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
#slider .slides li::before  {
	display: block !important;
  position: absolute;
  inset: 0;
    bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgba(99, 110, 114, .4);
	
}
#slider .slides li img {
  grid-column: 1/-1;
  grid-row: 1;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center bottom;
     object-position: center bottom;
  max-height: 80vh;
  min-height: 600px;
  width: 100%;
}
#slider .slides li .caption-wrap {
  grid-column: 1/-1;
  grid-row: 1;
  padding-inline: var(--gap);
  padding-block: 30px;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 5%;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr;
  opacity: 1;
  background: none;
  position: relative;
}
#slider .slides li .caption-wrap .caption {
  align-self: center;
  padding-inline: 0;
  margin-left: 3rem;
  color: var(--white);
  position: relative;
}
#slider .slides li .caption-wrap .caption h1 {
  font-size: clamp(2.1rem, 0.9194rem + 2.5806vw, 4rem);
  color: var(--white);
	font-weight: 300;
  line-height: 1.1;
  margin: 0;
  margin-left: 10px;
}
#slider .slides li .caption-wrap .caption h1:last-of-type {
	margin-bottom: 20px;
}
#slider .slides li .caption-wrap .caption h1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  height: 100%;
  width: 15px;
  background: url("img/line-caption.svg") center/100% no-repeat;
  background-size: contain;
}
#slider .slides li .caption-wrap .caption a.btn {
	margin-top: 20px;
}

.metaslider .flexslider {
    margin: 0;
}
.flex-control-nav {
  position: absolute;
	width: 50px !important;
  bottom:-40px;
  text-align:center;
  top: 50%;
  transform: translateY(-20px);
  right: 10px !important;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.flex-control-paging li a {
	background: #fff !important;
}
.flex-control-paging li a.flex-active {
	background: var(--brown) !important;
}
@media (max-width: 900px) {
 .flex-control-nav { 
	 bottom: 5% !important;
	 top:auto;
  left: 5% !important;
	 right:auto !important;
  flex-direction: row;
}
}
/*
  MAIN
*/
main {
  margin-top: -10px;
}

/*
  HOME INTRO SECTION
*/
/*
  HOME STATS SECTION
*/
.stats-bg {
  background: var(--tan);
}
.stats-bg .inner .stats-wrap {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.stats-bg .inner .stats-wrap .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  justify-items: center;
}
.stats-bg .inner .stats-wrap .stats .stat {
  text-align: center;
  line-height: 1.3;
}
.stats-bg .inner .stats-wrap .stats .stat .number {
  font-size: 3rem;
  color: var(--green-dark);
  font-weight: 700;
}
.stats-bg .inner .stats-wrap .stats .stat .desc {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .stats-bg .inner .stats-wrap.line::before,
  .stats-bg .inner .stats-wrap.line::after {
    content: none;
  }
  .stats-bg .inner .stats-wrap .stats {
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .stats-bg .inner .stats-wrap .stats {
    grid-column: 1/-1;
    grid-template-columns: 1fr;
  }
}
/*
  HOME WHY SECTION
*/
.why {
  background: var(--green);
}
.why .inner.wrapper {
  max-width: 1200px;
}
.why .inner h3 {
  text-align: center;
  color: var(--white);
  margin-bottom: 3rem;
}
.why .inner .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: space-around;
}
.why .inner .cards .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  min-width: 200px;
  max-width: 300px;
}
.why .inner .cards .card * {
  color: var(--white);
  margin: 0;
}
.why .inner .cards .card .icon {
  width: 75px;
  height: 75px;
}
.why .inner .cards .card .title {
  font-size: 1.2rem;
  text-transform: uppercase;
}

/*
  HOME Video SECTION
*/
.video-bg {
  background: url("img/horse-bg-2.png") center/100% no-repeat;
  background-size: cover;
  background-position: center 70%;
  min-height: 700px;
  padding-block: 6rem;
}
.video-bg .video-wrap.wrapper {
  max-width: 1000px;
}

@media (max-width: 800px) {
  .video-bg {
    min-height: 700px;
  }
}
@media (max-width: 500px) {
  .video-bg {
    min-height: 500px;
  }
}
/**************************************
  CONTENT
***************************************/
/**************************************
  INSIDE PAGES
***************************************/
/*
  FEATURE IMAGE
*/
.feature {
  display: grid;
  position: relative;
}

.feature img {
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 100%;
  min-height: 25vh;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.feature .title {
  grid-column: 1/-1;
  grid-row: 1/-1;
  align-self: center;
  justify-self: start;
  display: inline-block;
  background: var(--blue-lighter);
  border-radius: 3px;
  padding-left: 5%;
  width: 100%;
  z-index: 100;
}
.feature .title .inner {
  margin-left: 3rem;
}
.feature .title h1 {
  color: var(--white-20);
  margin-bottom: 0;
  padding-top: 1rem;
  font-size: clamp(2.1rem, 0.9194rem + 2.5806vw, 4rem);
  font-weight: 500;
}

@media (max-width: 1050px) {
  .feature {
    padding: 0;
  }
}
/*
  CONTENT / CONTENT-POSTS STYLES
*/
.content .line {
  max-width: 700px;
  margin-inline: auto;
}

/* Styles for post entry meta - (date) */
.entry-meta {
  margin-bottom: 30px;
}

/* Styles for WP category list */
.entry-category {
  display: inline-block;
}

.entry-category ul {
  display: inline-block;
}

.entry-category ul li {
  display: inline-block;
  margin-left: 5px;
}

/*
  Staff - Template Part
*/
.staff h2 {
    margin-bottom: 2rem;
    border-block: 2px solid var(--brown);
    padding-block: 10px;
}
.staff h4 {
	margin-bottom: 4rem;
}
.staff-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-bottom: 3rem;
}
.staff-grid img {
    max-height: 400px;
	width: 100%;
	object-fit: cover;
	object-position: center;
/* 	aspect-ratio: 1 / 1; */
	margin-bottom: .5rem;
}
.staff-grid .bottom {
	text-align: center;
	line-height: 1.3;
}
.staff-grid .bottom > * {
	margin: 0;
	text-transform: uppercase;
}
.staff-grid .bottom p {
	font-weight: 700;
}
.staff-grid .bottom .staff-item-name {
	color: var(--primary-font-color);
	font-size: 1.1rem;
	font-weight: 700;
	text-decoration: none;
}
.staff-grid .bottom span.position {
	display: inline-block;
	width: 100%;
	line-height: 1.3;
	font-size: .8rem;
	margin-bottom: 10px;
}
.staff-grid .bottom .email {
	font-size: .85rem;
}

@media (max-width: 1000px) {
	.staff-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 800px) {
	.staff-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/*
  Staff - single-staff.php
*/
body.single-staff .section-spacer {
	padding-top: 6rem;
}
body.single-staff .back {
	display: inline-block;
	margin-bottom: 2rem;
}
body.single-staff .staff {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 2rem;
}
body.single-staff .staff .left {
}
body.single-staff .staff .left img {
	max-width: 300px;
}
body.single-staff .staff .right .position {
	margin-bottom: 0;
	font-weight: 700;
}
body.single-staff .staff .right .email {
	display: inline-block;
	margin-bottom: 2rem;
}

@media (max-width: 800px) {
	body.single-staff .staff {
		grid-template-columns: 1fr;
	}
}


/*
  CONFERENCE PAGE
*/
.leaders {
  overflow-x: hidden;
}
.leaders:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
}
.leaders strong:first-child {
  padding-right: 1em;
  background: #f1f1ee;
}
@media (max-width: 767px) {
  .conference-schedule .leaders:before {
    display: none;
  }
  .conference-schedule .kt-accordion-panel-inner .kt-row-column-wrap {
    gap: 0rem;
  }
}

/*-------------------------------------
  07 - FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER
--------------------------------------*/
body:not(.home) .horse-bg {
  background: url("img/horse-hill-bg.jpg") center/100% no-repeat;
  background-size: cover;
  background-position: 20% 65%;
  min-height: 450px;
  position: relative;
}
body:not(.home) .horse-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%);
}

/* Main Footer Area */
.site-footer {
  background: var(--slate);
  padding-block: 5rem 2rem;
}
.site-footer .inner.wrapper {
  max-width: 1000px;
}
.site-footer .inner .footer-logo {
  margin-bottom: 2rem;
}
.site-footer .inner .footer-logo img {
  width: 175px;
}
.site-footer .inner .footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  justify-items: center;
  margin-bottom: 4rem;
}
.site-footer .inner .footer-main * {
  color: var(--white);
  text-transform: uppercase;
}
.site-footer .inner .footer-main p {
	margin: 0;
}
.site-footer .inner .footer-main .contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.site-footer .inner .footer-main .contact .address {
  padding-top: 4px;
	margin: 0;
}
.site-footer .inner .footer-main .contact .numbers {
	margin: 0;
}
.site-footer .inner .footer-main .info-links {
  text-align: right;
}
.site-footer .inner .footer-main .info-links ul li {
  margin-bottom: 2px;
}
.site-footer .inner .footer-main .info-links ul li a {
  padding: 4px;
}
.site-footer .inner .footer-main .info-links li:last-of-type a {
  background: var(--brown);
}
.site-footer .inner .cred {
  text-align: center;
}
.site-footer .inner .cred a,
.site-footer .inner .cred p {
  color: var(--white);
  font-size: 0.75rem;
}


/* .mobile-nav .menu .menu-item-has-children > a {
  position: relative;
}
.mobile-nav .menu .menu-item-has-children > a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: -23px;
  margin-left: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"><defs></defs><g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)" ><path d="M 90 24.25 c 0 -0.896 -0.342 -1.792 -1.025 -2.475 c -1.366 -1.367 -3.583 -1.367 -4.949 0 L 45 60.8 L 5.975 21.775 c -1.367 -1.367 -3.583 -1.367 -4.95 0 c -1.366 1.367 -1.366 3.583 0 4.95 l 41.5 41.5 c 1.366 1.367 3.583 1.367 4.949 0 l 41.5 -41.5 C 89.658 26.042 90 25.146 90 24.25 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
  pointer-events: none;
} */

/* Kadence Blocks Styles */

/*
  Gallery  
*/
.kb-splide .splide__arrow:focus, .kb-splide .splide__arrow:hover {
	background: var(--brown);
}
.kb-splide .splide__pagination__page.is-active {
	background: var(--brown);
}

.nav-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-item-wrapper > a {padding-right: 4px !important;}


.submenu-toggle {
  background: none;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  border: 1px solid white;
  position: relative;
  left: .5rem;
  transition: none;
}
.toggle-icon {transition: none;}

.menu-item-has-children .sub-menu {
  display: none;
}

.menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}

.submenu-open .submenu-toggle {
  background: white;
  color: var(--slate);
}

/*# sourceMappingURL=style.css.map */