@charset "utf-8";
#gnav,
.w-header,
.l-fixHeader__gnav,
.l-header__menuBtn button,
#breadcrumb,
#footer .l-container div:nth-child(2),
#footer .l-container div:nth-child(3),
.l-footer__nav {
	display: none;
}

/* .c-headLogo a {
	pointer-events: none;
} */

.l-content {
    padding-top: 0em;
}

@media only screen and (max-width:960px) {
    .l-mainContent__inner>.post_content {
        margin: 0
    }
    .post_content div>:first-child {
        --swl-clmn-pddng: 0 !important;
    }
}

h1.c-pageTitle {
    display: none;
}

.post_content h1 {
    line-height: 1.5;
    font-size: 2rem;
}

#cf7-loading-overlay{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.75);
  z-index: 99999;
}

#cf7-loading-overlay.is-active{
  display: flex;
}

.cf7-loading-box{
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  gap: 12px;
}

.cf7-spinner{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid rgba(0,0,0,.15);
  border-top-color: rgba(0,0,0,.55);
  animation: cf7spin 0.8s linear infinite;
}

.cf7-loading-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

@keyframes cf7spin{
  to { transform: rotate(360deg); }
}

.comForm .submit input {
    border-radius: 50px;
}