.gwolle-gb-list .gwolle-gb,
.gwolle-gb-list #gwolle_gb,
.km-review-letters,
.km-review-google,
.km-review-video {
  margin: auto;
  max-width: 770px;
}

/* .gwolle-gb-form .gwolle-gb, */
.gwolle-gb-form .gwolle-gb-write {
  margin: auto;
  max-width: 370px;
  padding: 80px 0 40px;
}

.gwolle-gb .label {
  color: #fff;
}
.gwolle-gb .page-navigation {
  text-align: center !important;
}
.gwolle-gb .page-navigation a:nth-child(2),
.gwolle-gb .page-navigation a:last-child,
.gwolle-gb .page-navigation span:nth-child(2),
.gwolle-gb .page-navigation span:last-child {
  border-radius: 10px !important;
}
.gwolle-gb .page-navigation a,
.gwolle-gb .page-navigation span {
  border-color: rgb(0, 163, 158) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.gwolle-gb .page-navigation a:hover,
.gwolle-gb .page-navigation span.current {
  border: inherit !important;
  opacity: 1 !important;
  color: #fff !important;
  background: rgb(0, 163, 158) !important;
}

.gwolle-gb>.page-navigation:first-of-type {
  display: none;
}

.gwolle-gb .screen-reader-text {
  display: none !important;
}

.gwolle-gb .label .required {
  color: #d53b3b;
}

.gwolle-gb .label,
.gwolle-gb .input {
  width: 100% !important;
}

.gwolle-gb .input input[type="text"],
.gwolle-gb .input input[type="email"],
.gwolle-gb .input input[type="url"],
.gwolle-gb .input textarea {
  width: 100%;
  font-size: 14px;
  background: #fff;
  padding: 17px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: border .2s ease-in-out;
  max-height: 500px;
}

.gwolle-gb .gb-entry {
  margin-top: 1rem !important;
  border: 0 !important;
  padding: 0 !important;
}

.gwolle-gb .gb-entry .gb-entry-post {
  padding: 20px;
  background: #efefef;
  border-radius: 5px;
}

.gwolle-gb .gb-entry .gb-author-info {
  color: #908e8e;
  margin-bottom: 20px;
}

.gwolle-gb .gb-entry .gb-author-info::before,
.gwolle-gb .gb-entry .gb-author-info::after {
  content: " ";
  display: table;
}

.gwolle-gb .gb-entry .gb-author-info::after {
  clear: both;
}

.gwolle-gb .gb-entry .gb-author-info .gb-author-name {
  padding-left: 0;
}

.gwolle-gb .gb-entry .gb-author-info .gb-datetime {
  float: right;
}

.gwolle-gb .gb-entry .gb-metabox {
  width: 200px;
  right: 0;
  font-size: 14px;
}

.gwolle-gb .gb-entry .gb-metabox-handle {
  outline: 0;
  padding: 0 10px 10px;
  background: transparent;
  border: 0;
}

.gwolle-gb .gb-entry-admin_reply {
  border: 0 !important;
  margin: 30px 0 30px !important;
  padding: 20px !important;
  position: relative;
  border-radius: 5px;
}

.gwolle-gb .gb-entry-admin_reply::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 23px 10px;
  border-color: transparent transparent #c5efee transparent;
}

.gwolle-gb .admin-entry {
  background: #c5efee !important;
}

.gwolle-gb .gb-admin-reply-uid {
  color: #908e8e;
  font-weight: 700;
  margin-bottom: 20px;
}

.gwolle-gb .gb-admin-reply-uid em {
  font-style: normal;
}

.gwolle-gb .gwolle-gb-messages {
  padding: 15px !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  background: #7ad03a;
  text-align: center;
}

.gwolle-gb .gwolle-gb-messages.error {
  color: #fff;
  font-size: 14px;
  text-align: left;
  border: 0 !important;
  margin-bottom: 20px !important;
  background: #dd3d36;
}

.gwolle-gb .gwolle-gb-messages.error strong {
  font-weight: 400;
}

.gwolle-gb form.gwolle-gb-write {
  margin-top: 0 !important;
}

.gwolle-gb-write h3 {
  color: #fff;
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .gwolle-gb-write h3 {
    font-size: 32px;
  }
}

.gwolle-gb-write .clearBoth {
  height: 10px;
}

.gwolle-gb-write .gwolle_gb_content {}

.gwolle-gb-submit .btn,
.gwolle-gb-submit input[type="submit"],
.gwolle-gb-submit button[type="submit"],
.gwolle_gb_submit .btn,
.gwolle_gb_submit input[type="submit"],
.gwolle_gb_submit button[type="submit"] {
  border: 0;
  width: 100%;
  background-color: #004d4a;
}

.gwolle-gb-submit .btn:hover,
.gwolle-gb-submit input[type="submit"]:hover,
.gwolle-gb-submit button[type="submit"]:hover,
.gwolle_gb_submit .btn:hover,
.gwolle_gb_submit input[type="submit"]:hover,
.gwolle_gb_submit button[type="submit"]:hover {
  background-color: #006763;
}

.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting input:not([type="hidden"]),
.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting textarea,
.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting select,
.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting button {
  pointer-events: none;
}

.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting .label,
.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting .input,
.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting .gwolle-gb-notice,
.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting .gwolle_gb_notice {
  opacity: 0.6;
}

.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting .gwolle-gb-submit .input,
.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting .gwolle_gb_submit .input {
  position: relative;
}

.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting .gwolle-gb-submit .input::after,
.gwolle-gb form.gwolle-gb-write.gwolle-gb-is-submitting .gwolle_gb_submit .input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: gwolle-gb-compat-spin 0.7s linear infinite;
  z-index: 6;
}

@keyframes gwolle-gb-compat-spin {
  to {
    transform: rotate(360deg);
  }
}

.gwolle-gb-notice,
.gwolle_gb_notice {
  font-size: 12px;
  line-height: 1.25em;
  text-align: center;
}

.gwolle-gb-notice a,
.gwolle_gb_notice a {
  color: #006763;
}

.gwolle-gb-notice a:hover,
.gwolle_gb_notice a:hover {
  color: #fff;
}