body,
#mainmenu a {
  font-family: "Jost", sans-serif;
}
#mainmenu a {
  font-size: 16px;
}

#logo {
  line-height: 1;
}

#logo h2 {
  margin-bottom: 0;
  /* font-family: "Inter", serif; */
  font-family: "Jost", sans-serif;

  position: relative;
  padding-left: 12px;
}

#logo h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--primary-color);
}

.banner .jarallax-img {
  height: auto !important;
}

.de_count h3 {
  color: #202020;
}

.copyright-msg {
  font-size: 15px;
  font-family: "Jost", sans-serif;
}

footer p {
  line-height: normal;
  margin: 10px 0;
  font-weight: 300 !important;
}

.blogs-section a.btn-custom.btn-black {
  padding: 8px 12px;
}

#sidebar {
  align-self: flex-start;
}

#sidebar .widget-post {
  position: sticky;
  top: 120px;
}

#sidebar h4 {
  font-family: "Jost", sans-serif;
}

.post-item {
  display: flex;
  margin-bottom: 18px;
}

.post-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 4px;
}

.post-info a {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  line-height: 1;
}

.post-info a:hover {
  color: #c5a47e;
}

.post-info p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  color: #777;
}

.mission-about ul {
  gap: 10px;
}

address.s1 a,
address.s1 span {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .banner .jarallax-img {
    width: auto !important;
    margin-top: -100px;
  }

  header.header-mobile {
    padding-top: 0 !important;
    height: 100px !important;
  }

  #menu-btn:before {
    font-size: 30px;
  }

  .phone-stats {
    justify-content: center;
  }

  section {
    padding: 40px 0;
  }

  h1 {
    font-size: 42px;
  }

  .bottom-tagline .spacer-double {
    display: none;
  }

  .post-content .date-box .m {
    font-size: 22px;
  }

  .post-content .date-box {
    width: 54px;
    margin: 0;
    left: 0;
  }

  .bloglist .post-text {
    padding-left: 48px;
  }

  .widget {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  /* Mobile Menu */
  .mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: #111;
    z-index: 9999;
    transition: 0.3s ease;
    padding: 20px;
  }

  .mobile-menu.active {
    right: 0;
  }

  .mobile-menu-header {
    text-align: right;
    margin-bottom: 20px;
  }

  #close-menu {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
  }

  .mobile-nav {
    list-style: none;
    padding: 0;
  }

  .mobile-nav li {
    margin-bottom: 15px;
  }

  .mobile-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }

  /* Dropdown */
  .has-dropdown .dropdown {
    display: none;
    padding-left: 15px;
  }

  .has-dropdown.active .dropdown {
    display: block;
  }

  .mobile-menu {
    background: #fff !important;
  }

  .mobile-nav a {
    color: #000;
    font-size: 17px;
  }

  /* Logo */
  .mobile-logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .mobile-logo img {
    width: 100px;
  }

  /* Make menu full height layout */
  .mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* Menu list spacing */
  .mobile-nav {
    flex-grow: 1;
  }

  /* Footer */
  .mobile-footer {
    text-align: center;
    color: #aaa;
    font-size: 13px;
    margin-top: 20px;
  }

  .mobile-logo {
    text-align: left !important;
  }
  #close-menu {
    color: #000;
    cursor: pointer;
    font-size: 35px;
    position: absolute;
    top: 30px;
    right: 30px;
  }
}

body.modal-open {
  overflow: hidden !important;
  width: 100%;
}

body.modal-open {
  overflow: hidden !important;
}
