body {
  font-family: "Ubuntu";
}

.site-branding-container {
  width: clamp(120px, 58vw, 300px);
}

.envelope-icon figure img {
  width: 120px;
  margin: auto;
  display: block;
}

.envelope-icon figure figcaption {
  font-size: 16px;
}

.inside-footer-widgets {
  justify-content: stretch;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 30px;
}

.inside-footer-widgets > div {
  flex: 1 1 0;
  min-width: 260px;
}

.comment-icon,
.post-comments-label-icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  background-image: url("../images/comment.svg");
}

.recentcomments .post-comments-label-icon {
  vertical-align: bottom;
}

.comment-icon-positive {
  background-image: url("../images/comment-positive.svg");
}

.comment-icon-negative {
  background-image: url("../images/comment-negative.svg");
}

#comments .comment-rating-passive {
  float: right;
}

.comment-rating-passive .star-rating {
  list-style: none;
  padding: 0;
  margin: 4px 0;
}

.comment-rating-passive .star-rating li {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  margin-right: 4px;
}

.comment-rating-passive .star-rating li.star-full {
  background-image: url("../images/star-full.svg");
}

.comment-rating-passive .star-rating li.star-empty {
  background-image: url("../images/star-empty.svg");
}

.rating-active label {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  margin-right: 4px;
  background-image: url("../images/star-empty.svg");
}

.rating-active input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  height: 100%;
}

.rating-active {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
}

.rating-active > input:checked ~ label {
  background-image: url("../images/star-full.svg");
}

.rating-active > label:hover,
.rating-active > label:hover ~ label {
  background-image: url("../images/star-full.svg");
}

.comment-form-consent {
  display: flex;
  align-items: center;
}

.comment-form-consent input {
  margin-right: 0.5em;
  margin-bottom: 0;
}

.comment-rating {
  margin: 10px 0;
  display: flex;
}

.comment-rating-label {
  margin-right: 8px;
  line-height: 1.8;
}

.post-rating-label {
  font-weight: 600;
}

.cheating-review-mark {
  height: 32px;
  float: right;
}

.post-comment-stats {
  display: flex;
  justify-content: space-between;
  color: #333;
  column-gap: 16px;
  align-items: end;
  margin: 4px 0;
  font-size: 18px;
  line-height: 1;
}

.post-comment-stats .post-comments-label {
  display: flex;
}

.post-comment-stats .comment-rating-passive {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.post-comment-stats .comment-rating-passive .star-rating {
  margin: 0;
}
.post-comments-label-icon {
  margin-right: 8px;
}

.post-comments-label a {
  text-decoration: none;
}

.widget .post-comment-stats .comment-rating-passive {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.widget .post-comment-stats .comment-rating-passive .star-rating {
  font-size: 18px;
}

.widget .post-comment-stats .comment-rating-passive .star-rating li {
  margin: 0;
}

.widget .post-comments-label-icon {
  font-size: 14px;
  margin-right: 6px;
}

.widget .post-excerpt {
  font-size: 16px;
}

.widget .excerpt-readmore {
  float: right;
}

.widget .comment-rating-passive .star-rating {
  font-size: 18px;
}

.widget .comment-rating-passive .star-rating li {
  margin: 0;
}

.widget {
  font-size: 16px;
}

.widget-button-readmore {
  display: block;
  font-size: 15px;
}

.widget > ul > li,
.widget > ul > li {
  margin-bottom: 1rem;
}

.block {
  display: block;
}

.h2,
div.entry-title {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: none;
}

.h3,
div.widget-title {
  font-size: 29px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: none;
}

/* .site-branding {
  max-width: 230px;
} */

.widget-post-title {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}

.widget-post-title:hover {
  text-decoration: underline;
}

.widget-post-category {
  display: block;
  color: #333;
  background-color: var(--contrast-3);

  text-decoration: none;
  padding: 0px 6px;
  border-radius: 6px;
  margin: 4px 0px;
  font-size: 13px;
}

.widget-post-category:hover {
  color: white;
  background: var(--contrast-2);
}

.chips-row {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  flex-wrap: wrap;
}

.breadcrumbs {
  margin-bottom: 16px;
}

.custom-author-heading {
  margin-top: 20px;
  margin-bottom: 0;
}

#cancel-comment-reply-link {
  float: right;
}

.author-box {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  padding: 20px 0;
  margin-top: 20px;
}

.author-box a {
  text-decoration: none;
}

.author-avatar {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  overflow: hidden;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .author-ava {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

.author-header {
  margin-top: 28px;
}

.author-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 4px;
  margin-top: 4px;
}

.author-role {
  margin-top: 6px;
  font-size: 15px;
  color: #777;
}

.author-description,
.author-link {
  font-size: 16px;
  margin-top: 8px;
}

.author-editor {
  font-size: 16px;
  margin-top: 16px;
}

.author-editor span {
  font-style: italic;
  border-top: 1px solid #bbb;
  padding: 6px 0;
}

h1.entry-title {
  margin-bottom: 16px;
}

.content-table-wrapper {
  overflow-x: auto;
  width: 100%;
  margin: 0 0 1.5em;
}

.entry-content {
  margin: 0;
}

.inside-footer-widgets > .footer-widget-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
}

.inside-footer-widgets > .footer-widget-2 {
  min-width: 280px;
}

.inside-footer-widgets > .footer-widget-1 {
  min-width: 200px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  margin: 0;
  flex-direction: row !important;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0;
}

.footer-widget-2 .widget {
  margin: 0;
}

.footer-widget-2 {
  text-align: center;
}
