/*
Theme Name: XWRITE child
Version: 1.0.0
Template: xwrite
*/

@media (max-width: 550px) {
  .header .siteInfo:has(img) {
    height: 40px;
  }
}

/* we will be adding the css code here which are directly applied to the blog main
page  */

.gnav-fix .drawer__close span {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 30px;
  padding: 0;
  background: #fff;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg) translate(20px, -20px);
  overflow: initial;
}

.pagetop {
  display: none !important;
}

.faq {
  background: #f5e6e2 0% 0% no-repeat padding-box;
  /* margin-bottom: 60px; */
}

.widget-area.container {
  padding-top: 60px;
}

.container.container-copyright {
  max-width: 100%;
}

/* //changing the font family of all the navigation link from the header */
.header.is-pc-left .gNavList > .menu-item > a > .menu-item-title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.gnav-fix .gNavList a > .menu-item-title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

@media (max-width: 991px) {
  .headerInfo.no-desc {
    margin-top: 14px;
  }

  label#drawer__open {
    margin-top: 13px;
  }

  .gnav-fix .drawer__open,
  .header-fix .drawer__open {
    background-color: rgba(
      var(--headbg-color-rgb, 255, 255, 255),
      0.4
    ); /* 70% opaque */
    color: var(--headnav-color);
  }
}

.header {
  background-color: #fff;
  border-top: 13px solid #830012;
  margin-bottom: 15px;
  padding-top: inherit;
}
