/*
Theme Name: SoftGate
Text Domain: softgate_
Version: 0.0.2
Tested up to: 6.3.2
Requires at least: 6.3.2
Requires PHP: 8.0
Author: SoftGate Ltd
Author URI: https://softgate.pro/
License: proprietary
*/
input:not([type=checkbox]) {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cacaca;
  appearance: none;
  border-radius: 0.25rem;
  transition: all 0.3s;
}
input:not([type=checkbox])[type=file] {
  overflow: hidden;
}
input:not([type=checkbox])[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
input:not([type=checkbox]):focus {
  color: #000;
  background-color: #fff;
  outline: 0;
}

textarea {
  min-height: 300px;
}

.widget_recent_entries * {
  color: #313131;
}
.widget_recent_entries ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.widget_recent_entries ul li {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
  background-color: #f1f2f3;
  padding: 1rem;
  border-radius: 0.25rem;
}
.widget_recent_entries ul li span:last-child {
  font-size: 12px;
}
.widget_recent_entries ul li span:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #888;
  margin-top: 0.5rem;
}

#commentform [class^=comment-form-] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#commentform [class=comment-form-cookies-consent] {
  flex-direction: row;
  align-items: center;
}
#commentform [class=form-submit] {
  display: flex;
  justify-content: center;
}
#commentform [class=form-submit] input {
  width: unset;
}

ol.commentlist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
}
ol.commentlist li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #cecece;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: #fafbfc;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
ol.commentlist li article {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
ol.commentlist li article footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
ol.commentlist li article footer .comment-metadata * {
  font-size: 12px;
  color: #aaa;
}
ol.commentlist li article .comment-content * {
  margin: 0;
}
ol.commentlist li article .reply a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #cecece;
  color: #000;
  border-radius: 0.25rem;
  text-shadow: 0 1px rgb(255, 255, 255);
}
ol.commentlist ul {
  list-style: none;
}
ol.commentlist ul li {
  background-color: #fff;
}

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