/* Themify Customize Styling */
body #site-logo a img {		width: 350px;
	height: 60px; 
}
#footer-logo a img {		width: 300px; 
}
@media(max-width: 680px) { /* Themify Customize Styling */
body #site-logo a img {		width: 350px; 
}
 }
/* Themify Custom CSS */
#main-nav-wrap {
    align-items: center;
    display: flex;
    justify-content: end;
    padding-right: 1em;
    padding-top: 15px;
}
.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  flex-wrap: nowrap;
}

/* Logo container */
#site-logo {
  display: flex;
  align-items: center;
  max-width: 70%;
  margin: 0;
}

/* Logo image */
#site-logo img {
  max-height: 60px;
  height: auto;
  width: auto;
  display: block;
}

/* Menu icon container (desktop hidden by default) */
.header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  margin-left: auto;
}

/* Hide menu icon by default (desktop) */
#menu-icon {
  display: none;
  padding: 10px;
  cursor: pointer;
  z-index: 999;
}

/* Responsive: show menu icon only on mobile */
@media (max-width: 768px) {
  #menu-icon {
    display: inline-block;
		margin-top: 30px;
  }

  #site-logo {
    max-width: 70%;
  }

  .header-bar {
    padding: 10px 15px;
  }
}
