/*
 Theme Name:   DigitalTogether Child
 Theme URI:    https://digitaltogether.com
 Description:  DigitalTogether Child theme
 Author:       Eric Schlottke
 Author URI:   https://digitaltogether.com
 Template:     generatepress
 Version:      0.1
*/

body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Michroma", sans-serif;
}

/* Foooter */

.footer-content.container {
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-logo {
  width: 200px;
}

.footer-menu .menu-list {
  list-style: none;
  display: flex;
  gap: 20px; /* or use margin-right if gap isn't supported */
  /* flex-direction: column; */
}

.footer-menu li.menu-item.menu-item-type-custom.menu-item-object-custom {
  display: none;
}

.footer-menu .menu-list li {
  display: inline-block;
}

.footer-menu .menu-list a {
  text-decoration: none;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: "Michroma", sans-serif;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.footer-menu .menu-list a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-address .address {
  margin-bottom: 10px;
  line-height: 1.5;
}

/* Remove underlines from the anchor tags in the footer menu */
.nav-footer-menu a {
  text-decoration: none;
}

.footer-divider {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #000;
  width: 100%;
}

.footer-secondary-menu {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.footer-secondary-menu a {
  text-decoration: none;
}

/* Hide bullets from li elements in the footer menu */
.footer-secondary-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* For direct children li elements in the footer menu */
.footer-secondary-menu > ul > li {
  display: inline-block; /* To display menu items in a row */
  margin-right: 10px; /* Spacing between menu items */
}

@media (max-width: 1250px) {
  .footer-menu .menu-list {
    flex-direction: column; /* Stack menu items vertically on smaller devices */
    gap: 0px;
    padding: 0; /* Remove default padding */
    margin: 0;
  }

  .footer-menu .menu-list a {
    padding: 0px 0px;
    text-decoration: none;
  }
}

/* Media Query for Tablets */
@media (max-width: 768px) {
  .footer-logo {
    padding-bottom: 30px;
  }

  .footer-content.container {
    border-top: #000 1px solid;
    padding-top: 60px !important;
    flex-direction: column;
    padding-left: 30px;
    text-decoration: none;
    /* justify-content: center;
        align-items: center; */
  }

  .footer-copyright {
    margin-top: 10px;
    text-align: center;
  }

  .footer-menu .menu-list {
    flex-direction: column; /* Stack menu items vertically on smaller devices */
    gap: 0px;
  }

  .footer-menu .menu-list ul {
    margin: 0;
  }

  .footer-menu .menu-list li {
    margin-bottom: 10px;
  }
}

/* Media Query for Mobiles */
@media (max-width: 480px) {
  .footer-content.container {
    padding-top: 40px !important;
  }

  .footer-secondary-menu > ul > li {
    margin-right: 5px; /* Reduce spacing between menu items */
  }
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("inter-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("inter-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("inter-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* michroma-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Michroma";
  font-style: normal;
  font-weight: 400;
  src: url("michroma-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("montserrat-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("montserrat-v26-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("montserrat-v26-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
