.article.widget-default-guestbook .show_message > .margin {
  margin-bottom: 30px;
}
.article.widget-default-guestbook .show_message > .margin > .padding {
  padding: 20px;
  border: 2px dashed #8c9560;
}
.article.widget-default-guestbook .header {
  float: left;
  width: 100%;
}
.article.widget-default-guestbook .header > .margin {
  float: left;
  width: 100%;
}
.article.widget-default-guestbook .header > .margin > .padding {
  float: left;
  width: 100%;
}
.article.widget-default-guestbook .header h1 {
  float: left;
  width: 50%;
}
.article.widget-default-guestbook .header .new-message {
  float: left;
  width: 50%;
  text-align: right;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}
.article.widget-default-guestbook .header .new-message .new-message-button {
  float: left;
  background-color: var(--defaultBorderColor);
  color: var(--defaultWhite);
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color var(--shortTransition);
}
.article.widget-default-guestbook .header .new-message .new-message-button:hover {
  background-color: var(--defaultBlack);
}
.article.widget-default-guestbook .header .new-message .new-message-button i {
  padding-right: 10px;
}
.article.widget-default-guestbook .new-message-wrap {
  float: left;
  width: 100%;
}
.article.widget-default-guestbook .new-message-wrap > .margin {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  display: none;
}
.article.widget-default-guestbook .new-message-wrap > .margin > .padding {
  float: left;
  width: 100%;
  padding: 30px;
  background-color: var(--defaultDarkGrey);
}
.article.widget-default-guestbook .new-message-wrap .title {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 20px;
}
.article.widget-default-guestbook .new-message-wrap .e-message {
  color: #ff0000;
}
.article.widget-default-guestbook .new-message-wrap label {
  display: block;
  width: 100%;
  height: 25px;
  color: #595959;
  float: left;
  font-size: var(--smallerFontSize);
  position: relative;
  z-index: 1;
}
.article.widget-default-guestbook .new-message-wrap .email label {
  width: auto;
}
.article.widget-default-guestbook .new-message-wrap span {
  font-size: 12px;
  float: right;
  color: #595959;
}
.article.widget-default-guestbook .new-message-wrap label i {
  font-weight: 400;
  font-size: 12px;
}
.article.widget-default-guestbook .new-message-wrap .left {
  padding-right: 10px;
  color: #595959;
  font-size: var(--smallerFontSize);
}
.article.widget-default-guestbook .new-message-wrap .right {
  padding-left: 10px;
}
.article.widget-default-guestbook .new-message-wrap input {
  width: 100%;
  border: none;
  line-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
}
.article.widget-default-guestbook .new-message-wrap textarea {
  width: 100%;
  border: none;
  padding: 10px;
  min-height: 165px;
  line-height: 20px;
  margin-bottom: 10px;
}
.article.widget-default-guestbook .new-message-wrap .add-message {
  float: right;
  background-color: var(--defaultBorderColor);
  color: var(--defaultWhite);
  padding: 10px 35px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color var(--shortTransition);
}
.article.widget-default-guestbook .new-message-wrap .add-message:hover {
  background-color: var(--defaultBlack);
}
.article.widget-default-guestbook .new-message-wrap .field {
  position: relative;
}
.article.widget-default-guestbook .items-wrap {
  float: left;
  width: 100%;
}
.article.widget-default-guestbook .items-wrap .item {
  float: left;
  width: 100%;
}
.article.widget-default-guestbook .items-wrap .item > .margin {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article.widget-default-guestbook .items-wrap .item > .margin > .padding {
  padding: 25px 30px 30px 30px;
  background-color: var(--defaultWhite);
  border: solid 1px var(--defaultDarkGrey);
}
.article.widget-default-guestbook .items-wrap .item .head {
  padding-bottom: 5px;
  display: flex;
}
.article.widget-default-guestbook .items-wrap .item .head > .name {
  font-size: var(--biggerFontSize);
  line-height: 21px;
  font-weight: 700;
  padding-right: 15px;
}
.article.widget-default-guestbook .items-wrap .item .head > .date {
  font-size: var(--smallerFontSize);
  line-break: 24px;
}
.article.widget-default-guestbook .items-wrap .item .message {
  color: var(--defaultBorderColor);
}
.article.widget-default-guestbook .items-wrap .navigation-wrap {
  padding-top: 15px;
}
.article.widget-default-guestbook .items-wrap .navigation-wrap > a {
  background-color: #8c9560;
}
.article.widget-default-guestbook .items-wrap .navigation-wrap > a.disabled {
  background-color: #b0b0b0;
}
.article.widget-default-guestbook .new-message-wrap .error > label {
  color: #ff0000;
}
.article.widget-default-guestbook .new-message-wrap .error input,
.article.widget-default-guestbook .new-message-wrap .error textarea {
  border: 1px solid #ff0000;
}

/* Grade A */
/* Grade B */
/* Grade C */
@media (max-width: 767px) {
  .article.widget-default-guestbook .header .new-message {
    width: 100%;
    float: none;
    text-align: center;
  }
}
/* Grade D */
@media (max-width: 479px) {
  .article.widget-default-guestbook .header h1 {
    width: 100%;
    float: none;
  }
  .article.widget-default-guestbook .header .new-message .new-message-button {
    width: 100%;
  }
  .article.widget-default-guestbook .new-message-wrap .left,
  .article.widget-default-guestbook .new-message-wrap .right {
    width: 100%;
    padding: 0px;
  }
  .article.widget-default-guestbook .new-message-wrap label i {
    font-size: 11px;
  }
  .article.widget-default-guestbook .new-message-wrap > .margin {
    height: 510px;
  }
  .article.widget-default-guestbook .new-message-wrap .add-message {
    width: 100%;
    text-align: center;
  }
  .article.widget-default-guestbook .items-wrap > .item .head {
    display: block;
  }
  .article.widget-default-guestbook .items-wrap > .item .head > .name,
  .article.widget-default-guestbook .items-wrap > .item .head > .date {
    display: block;
    width: 100%;
  }
}

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