/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./ce-blocks/site-header-simple/style.scss ***!
  \******************************************************************************************************************************************************************************************/
body:not(.wp-admin) {
  padding-top: 9.8rem !important;
}

body.has-notification > .notification {
  z-index: 1001 !important;
}

.notification + .site-header-simple {
  transform: translateY(48px);
}

.site-header-simple {
  position: fixed;
  width: 100%;
  max-width: none !important;
  background: #fff;
  box-shadow: 0.2rem 1rem 0.5rem -0.6rem rgba(0, 0, 0, 0.25);
  z-index: 2;
  top: 0;
  left: 0;
}
.site-header-simple,
.site-header-simple *,
.site-header-simple *:before,
.site-header-simple *:after {
  box-sizing: border-box;
}
.site-header-simple > .container {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 9.8rem;
  transition: 0.2s cubic-bezier(0.2, 0.05, 0.54, 1.39) all;
}
.site-header-simple .logo {
  width: 300px;
  margin-left: -0.8rem;
}
.site-header-simple .logo img {
  width: 25rem;
  margin: 0;
  transition: 0.2s cubic-bezier(0.2, 0.05, 0.54, 1.39) all;
}
.site-header-simple .center-image {
  width: 300px;
  display: none;
}
.site-header-simple .center-image img {
  display: block;
  max-height: 7.8rem;
  width: auto;
  margin: 0 auto;
  transition: 0.2s cubic-bezier(0.2, 0.05, 0.54, 1.39) all;
}
.site-header-simple .btn {
  color: #fff;
  width: auto;
  white-space: nowrap;
}
.site-header-simple .btn:hover, .site-header-simple .btn:focus {
  text-decoration: none;
}
.site-header-simple.is-fixed > .container {
  height: 7.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.site-header-simple.is-fixed .logo img {
  width: 20rem;
}
.site-header-simple.is-fixed .center-image img {
  max-height: 6.8rem;
}
@media (min-width: 600px) {
  .site-header-simple .center-image {
    display: block;
  }
}
@media (min-width: 768px) {
  .site-header-simple .btn {
    width: 22rem;
  }
}
