/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.welcome-message {
  font-size: 1.2em;
  font-weight: 500;
  color: #333;
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #f5f5f5;
  transition: all 0.3s ease;
}

.welcome-message:hover {
  color: #000;
  border-bottom-color: #ddd;
}
#header {
}

.s__header {
  width: 100%;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 5px gray;
}
.s__header__container {
  /*max-width: 1000px;*/
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0px 5px 0px 5px;
  max-width: 1350px;
}
.s__header__container__right {
  display: flex;
}
#_desktop_search {
  display: none !important;
}
.main-menu {
  order: 1;
}
.h1__logo {
  font-size: 22px;
  margin-bottom: 0px;
  padding-left: 10px;
}
.s__header__container__logo {
  display: flex;
  align-items: center;
}
.header-block__icon {
  font-size: 2rem;
}
