* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Nunito";
  font-weight: 900;
  src: url("../fonts/Nunito-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-weight: 700;
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-weight: 600;
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-weight: 400;
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
}
#ffw-main-wrapper {
  padding: 10px 0;
}
#ffw-main-wrapper .ffw-hide {
  display: none;
}
#ffw-main-wrapper .ffw-btn-expand-collapse-all {
  background: #fff;
  color: #000;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #000000;
}
#ffw-main-wrapper .ffw-btn-expand-collapse-all:hover {
  box-shadow: 1px 1px 6px -4px #000;
}
#ffw-main-wrapper .ffw-wrapper {
  position: relative;
}

.ffw-comment-wrapper {
  display: block;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}
.ffw-comment-wrapper .ffw-comment-header {
  background: #fff;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: 0 2px 4px -4px #000000;
  margin: 20px 0 10px;
  border: 1px solid #000;
}
.ffw-comment-wrapper li.comment {
  display: flex !important;
  flex-direction: column;
}
.ffw-comment-wrapper li.comment ul.children, .ffw-comment-wrapper li.comment ol.children {
  padding: 5px 25px;
  box-sizing: border-box;
}
.ffw-comment-wrapper li.comment ul .ffw-comment-body .ffw-comment-url, .ffw-comment-wrapper li.comment ol .ffw-comment-body .ffw-comment-url {
  padding: 0;
}
.ffw-comment-wrapper input[type=submit] {
  background: green;
  border-radius: 5px;
  border-width: 3px;
  border-color: white;
  padding: 5px 15px !important;
  box-sizing: border-box;
  font-size: 16px !important;
}
.ffw-comment-wrapper textarea {
  box-shadow: #000000 0px 5px 14px -13px;
  border: none;
  border-bottom: 2px solid green;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0 !important;
}
.ffw-comment-wrapper .comment-form-comment label {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 700;
  display: block;
}
.ffw-comment-wrapper .ffw-comment-reply-button {
  cursor: pointer;
  color: blue;
}
.ffw-comment-wrapper .ffw-comment-body {
  margin: 0;
  margin-bottom: 20px;
}
.ffw-comment-wrapper .ffw-comment-body footer.ffw-comment-meta {
  margin: 5px 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.ffw-comment-wrapper .ffw-comment-body footer.ffw-comment-meta .ffw-comment-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ffw-comment-wrapper .ffw-comment-body footer.ffw-comment-meta .ffw-comment-author .ffw-comment-url {
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
}
.ffw-comment-wrapper .ffw-comment-body footer.ffw-comment-meta .ffw-comment-author .ffw-comment-url img {
  margin-right: 5px;
}
.ffw-comment-wrapper .ffw-comment-body footer.ffw-comment-meta .ffw-comment-author .ffw-comment-url span.fn {
  font-size: 18px;
  text-decoration: none;
}
.ffw-comment-wrapper .ffw-comment-body footer.ffw-comment-meta .ffw-comment-metadata {
  padding: 0;
  margin: 0;
  margin-left: 100px;
  font-size: 14px;
}
.ffw-comment-wrapper .ffw-comment-body footer.ffw-comment-meta .ffw-comment-metadata a {
  color: #8d8383;
}
.ffw-comment-wrapper .ffw-comment-body footer.ffw-comment-meta .ffw-comment-metadata a.ffw-comment-edit-link {
  color: #fff;
  background: #202022;
  padding: 3px 6px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  margin-left: 3px;
}
.ffw-comment-wrapper .ffw-comment-body .ffw-comment-content {
  margin: 5px 0;
  padding: 0;
}
.ffw-comment-wrapper .ffw-comment-body .ffw-comment-content p {
  max-width: 100% !important;
  font-size: 16px;
  font-weight: 600 !important;
}
.ffw-comment-wrapper .ffw-comment-body .ffw-comment-footer-meta {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.ffw-comment-wrapper .ffw-comment-body .ffw-comment-footer-meta .ffw-by-post-author {
  color: #585656;
  margin-left: 5px;
}
.ffw-comment-wrapper .ffw-comment-body .reply {
  margin: 0;
  font-size: 14px;
}
.ffw-comment-wrapper .ffw-comment-body .reply a.ffw-comment-reply-link {
  color: blueviolet;
}
.ffw-comment-wrapper .ffw-comment-respond {
  border-top: 2px solid #dedede;
  padding-top: 30px;
}
.ffw-comment-wrapper .ffw-comment-respond form .logged-in-as {
  font-size: 14px;
  margin: 0;
}
.ffw-comment-wrapper .ffw-comment-respond form .logged-in-as * {
  color: #000;
}
.ffw-comment-wrapper .ffw-comment-respond form .ffw-comment-form-comment label[for=comment] {
  display: none;
}
.ffw-comment-wrapper .ffw-comment-respond form .ffw-comment-form-author input[type=text] {
  margin: 0;
  max-width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  border-bottom: 2px solid green;
}
.ffw-comment-wrapper .ffw-comment-respond form .ffw-comment-form-email input[type=email] {
  margin: 0;
  max-width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  border-bottom: 2px solid green;
}
.ffw-comment-wrapper .ffw-comment-respond form .ffw-comment-form-url input[type=url] {
  margin: 0;
  max-width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  border-bottom: 2px solid green;
}
.ffw-comment-wrapper .ffw-comment-respond form .comment-form-cookies-consent {
  margin-bottom: 0;
}
.ffw-comment-wrapper .ffw-comment-respond form .comment-form-cookies-consent label {
  font-size: 14px;
}
.ffw-comment-wrapper .ffw-comment-respond form .form-submit {
  margin-top: 10px;
}
.ffw-comment-wrapper .ffw-comment-respond form input[type=text], .ffw-comment-wrapper .ffw-comment-respond form input[type=email], .ffw-comment-wrapper .ffw-comment-respond form input[type=url] {
  box-shadow: #000 0 5px 14px -13px;
  border: none;
  border-bottom: 2px solid green;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0 !important;
}