.wcmq-notice {
  background-color: #fcf8e3; 
  background-image: none !important;
  background: rgba(255, 199, 44, 0.3);
  border-top-color: rgba(255, 199, 44, 0.7);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 3;
}

.wcmq-notice:first-of-type {
  /* margin-top: -20px; */
}
.wcmq-notice:last-child {
  /* margin-bottom: 20px; */
}

.red {
  background-color: #CF4520 !important;
}
.orange {
  background-color: #CF4520 !important;
}
.background-center {
  background-position: center center !important;
}

.highlight-alert {
  text-decoration: none;
  font-size: 16px;
  color: #fff !important;
  font-weight: bold;
  text-shadow: -1px 1px 2px rgba(150, 150, 150, 0.5);
}

.highlight-alert .i-icon {
  vertical-align: middle;
  margin-left: 8px;
}
.highlight-alert span {
  font-weight: normal;
  font-size: 16px;
  margin-left: 5px;
  font-weight: bold;
  color: #fff;
}
.highlight-alert:hover,
.highlight-alert:focus,
.highlight-alert:active {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.highlight-alert:active {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.highlight-alert .focus {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-shadow: -1px 1px 2px rgba(150, 150, 150, 0.5);
  text-transform: uppercase;
  color: #ffffff;
}
.highlight-alert .focus-invert {
  margin-left: 5px;
  text-transform: uppercase;
  color: #ffc72c;
}
.alert-wrapper {
  margin: 0 auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  display: table;
  width: 100%;
  padding: 15px 0px;
  z-index: 3;
  color: #fff;
}
.edit-only-message {
  display: block;
  background-color: #ffc72c;
  font-size: 12px;
  text-align: center;
  padding: 5px;
}
.alert-wrapper p {
  display: inline !important;
}
.notice-title {
  margin: 0 5px;
}

.alert-icon {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.alert-icon img {
  border: none;
  height: 20px;
}
@media (max-width: 991px) {
  .highlight-alert span {
    display: block;
  }
  .alert-icon {
    margin-right: 0px;
    margin-bottom: 5px;
    padding-right: 0px;
    border-right: none;
  }
  .alert-icon img {
    border: none;
    height: 30px;
  }
}
