.ast-custom-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .dwms-header-menu .menu {
    margin-top: 10px;
  }
  .dwms-header-menu .menu li a {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .dwms-footer-menu .menu {
    width: 100%;
  }
  .dwms-footer-menu .menu li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  .dwms-footer-menu .menu li a {
    padding: 10px 0;
  }
}

.single-flame-background,
.single-flame-background-topleft,
.double-flame-background {
  position: relative;
}

.double-flame-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/wp-content/uploads/2023/02/flame.png);
  background-size: contain;
  width: 130px;
  height: 300px;
  background-repeat: no-repeat;
  z-index: -1;
}
.double-flame-background:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2023/02/flame.png);
  background-size: contain;
  width: 130px;
  height: 300px;
  background-repeat: no-repeat;
  z-index: -1;
}

.single-flame-background:after {
  content: "" !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2023/02/flame.png);
  background-size: contain;
  width: 130px;
  height: 300px;
  background-repeat: no-repeat;
  z-index: -1;
}

.single-flame-background-topleft:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/wp-content/uploads/2023/02/flame.png);
  background-size: contain;
  width: 130px;
  height: 300px;
  background-repeat: no-repeat;
  z-index: -1;
}

/*# sourceMappingURL=dwms.css.map */
