/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
.home .blocked-mask {
  display: none !important;
}

.locked-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.locked-section:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(85, 120, 144, 0.6);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.paywall-element {
  width: 100%;
  max-width: 350px;
  border-radius: 3px;
  padding: 10px;
  position: absolute;
  right: 50%;
  margin-right: -175px;
  top: 50%;
  margin-top: -150px;
  z-index: 2;
  background-image: url("../img/icons/spot-illustrations/corner-4.png");
  background-position: bottom center;
}
@media only screen and (max-width: 400px) {
  .paywall-element {
    max-width: 300px;
    margin-right: -150px;
  }
  .paywall-element .card-body {
    padding: 0 !important;
  }
  .paywall-element .lead {
    font-size: 15px;
  }
  .paywall-element p {
    font-size: 14px;
  }
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.fake-thumbnail img {
  width: 100%;
}
.fake-thumbnail:after {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: " ";
  z-index: 1;
}
.fake-thumbnail:before {
  background: url("../img/play-button.png");
  width: 213px;
  height: 150px;
  position: absolute;
  content: " ";
  right: 50%;
  top: 50%;
  margin-right: -106px;
  margin-top: -75px;
  z-index: 2;
}

.alert-danger {
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.alert-danger a {
  color: #7e1f2e;
}
.alert-danger a:hover {
  text-decoration: none;
}
.alert-danger .alert-heading {
  color: #7e1f2e;
  font-weight: bold;
  margin-bottom: 6px;
}
.alert-danger p {
  color: #7e1f2e;
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.alert-danger:hover {
  border-color: #f092a1;
  background: #f5b4be;
}

.form-search {
  max-width: 200px;
}

.btn-call-to-action-header {
  background-image: url("../img/icons/spot-illustrations/corner-1.png");
  background-position: bottom center !important;
  background-size: 240% !important;
  width: 160px;
}

#frase {
  line-height: 1.3;
  display: block;
}

#footer h5,
#footer h6 {
  padding-right: 16px;
  font-weight: bold;
}
#footer .description {
  font-size: 14px;
}
#footer .nav-link {
  border-radius: 8px;
  font-size: 13px;
}
#footer .nav-link:hover {
  background: #f1f4fb;
}
#footer .copyright-bottom {
  font-size: 13px;
}

.comments-list .notification:hover {
  background: #f2f5fb;
}
.comments-list .notification p {
  font-size: 14px;
}
.comments-list .notification .notification-time,
.comments-list .notification .comment-meta {
  font-size: 11px;
}

.badge-tags {
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 12px;
}
.badge-tags:hover {
  background-color: #cacfd6;
  color: #434d5e;
}

blockquote {
  background: #edeff0;
  padding: 15px;
  border-right: 5px solid #e0e1e2;
}

.pulse-warning {
  background: #f5bb3d;
  color: #000;
  color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
  box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
  -webkit-animation: pulse-warning 1.5s infinite;
  animation: pulse-warning 1.5s infinite;
}

.pulse-warning:hover {
  color: #000 !important;
}

@-webkit-keyframes pulse-warning {
  0% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
    color: rgb(255, 255, 255);
  }
  70% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
    color: rgb(255, 255, 255);
  }
}
@keyframes pulse-warning {
  0% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
    box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
    color: rgb(255, 255, 255);
  }
  70% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0);
    box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
    box-shadow: 0px 0px 20px 5px rgba(255, 170, 0, 0.8);
    color: rgb(255, 255, 255);
  }
}
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -o-linear-gradient(-315deg, #73a5ff, #5477f5);
  background: linear-gradient(-135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: 260px;
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  left: 15px;
}

.toastify-left {
  right: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.favorite-button {
  line-height: 17px;
  padding-top: 3px;
  padding-bottom: 6px;
}

.content-lock .wrap-content {
  max-height: 400px;
  overflow: hidden;
}
.content-lock .mask {
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 10px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  top: 0;
  background: -o-linear-gradient(-135deg, rgba(15, 55, 74, 0.7), rgba(45, 126, 163, 0.7));
  background: linear-gradient(45deg, rgba(15, 55, 74, 0.7), rgba(45, 126, 163, 0.7));
  z-index: 2;
  border-radius: 3px;
}
.content-lock:hover .mask {
  background: -o-linear-gradient(-135deg, rgba(15, 55, 74, 0.9), rgba(45, 126, 163, 0.9));
  background: linear-gradient(45deg, rgba(15, 55, 74, 0.9), rgba(45, 126, 163, 0.9));
}
.content-lock .blocked-message-text {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
span.highlight-tip {
  margin-top: 0 !important;
  display: inline !important;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
span.highlight-tip.highlight-tip-active {
  color: #1b1a1e;
  background: #f5f56c;
}

.line-connection {
  position: absolute;
  background-color: #fce2d4; /* Cor da linha */
  width: 2px; /* Largura da linha */
  z-index: 1;
  height: 8px;
  border: 1px solid #c3c0c0;
  -webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
}

audio {
  border-radius: 3px;
  width: 100%;
  -webkit-box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
  background: #67b0ff;
}

.fire-icon {
  position: relative;
  top: -3px;
}

.text-premium {
  color: #0A3461;
  font-weight: 900;
  font-size: 9px;
  position: absolute;
  left: 7px;
  top: 49px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 860px) {
  .text-premium {
    left: 10px;
    top: 44px;
  }
}
@media (max-width: 640px) {
  .text-premium {
    top: 48px;
    left: 3px;
  }
}

::-moz-selection {
  color: #1b1a1e;
  background: #f5f56c;
}

::selection {
  color: #1b1a1e;
  background: #f5f56c;
}

.file-thumbnail-sm {
  height: 50px;
  width: 50px;
}

.nav.collapse .nav-link {
  padding: 7px 1.5rem 7px 0.2rem !important;
}
.nav.collapse .nav-link:hover {
  background: #e5e8f0;
}

.btn-login {
  background: #2c7be5;
  padding: 12px 15px !important;
  line-height: 1;
  color: #FFF !important;
  border-radius: 50em;
}

.navbar-with-dark-background .nav-link {
  color: #FFF;
}

.nav-item a {
  color: #0a2c54;
}

.list-item-post {
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.list-item-post:hover {
  background: #f4f6fc;
}
.list-item-post a:hover {
  text-decoration: none;
}

.item-with-avatar {
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.item-with-avatar .img-thumbnail {
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.item-with-avatar:hover {
  background: #f4f6fc;
}
.item-with-avatar:hover .img-thumbnail {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.item-with-avatar a:hover {
  text-decoration: none;
}

/* Post Image Alignments */
.alignright {
  float: left;
  margin-right: 15px;
}

.alignleft {
  float: right;
  margin-left: 15px;
}
@media (max-width: 640px) {
  .alignleft {
    margin: 0 auto;
    float: none;
    margin-bottom: 15px;
    display: block;
    text-align: cneter;
  }
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.terms-sidebar .nav-link {
  color: #697688;
}
.terms-sidebar .nav-link:hover {
  background: #eaf0f8;
}

.icon-play-list {
  font-size: 33px;
  position: absolute;
  top: 60px;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  margin-right: -15px;
  right: 50%;
  color: #FFF;
  -webkit-box-shadow: -1px 2px 17px #000;
  box-shadow: -1px 2px 17px #000;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.heading-card h2,
.heading-card h3 {
  font-weight: bold;
  font-size: 20px;
}

.video-thumbnail:after {
  content: " ";
  background: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(65%), to(#000));
  background: -o-linear-gradient(transparent, 65%, #000);
  background: linear-gradient(transparent, 65%, #000);
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.post-edit-link {
  position: fixed;
  z-index: 122222;
  border-radius: 3px;
  border: 1px solid #cecece;
  bottom: 8px;
  right: 8px;
  background: #FFF;
  padding: 12px;
}

.post-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

body {
  text-rendering: optimizeLegibility;
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1480px;
}

.roboto, .aux-author, .badge-duration, .overlay-duration {
  font-family: "Roboto", sans-serif;
}

.source-serif-pro, .translated-version li,
.entry-content li, .translated-version p,
.translated-version div,
.translated-version .highlight-tip,
.entry-content p,
.entry-content div,
.entry-content .highlight-tip, #traducao .translated-version h1,
#traducao .translated-version h2,
#traducao .translated-version h3,
#traducao .translated-version h4,
#traducao .translated-version h5 {
  font-family: "Source Serif Pro", Georgia, Arial, sans-serif;
}

.bg-container-video {
  background: url("../img/backgrounds/bg-container-video.jpg") no-repeat;
  background-size: cover;
}

.fixed-tools-footer {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1234;
}

.button-footer {
  background: #f2f5f7;
  border: 1px solid #c2cdd6;
  padding: 13px 15px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  border-radius: 8px;
  display: block;
  margin-top: 8px;
}
.button-footer:hover {
  background: #e5eaee;
  border: 1px solid #8097a9;
  color: #8097a9;
}

.button-footer-whatsapp:hover {
  background: #48be58;
  border-color: #2ca943;
  color: #FFF;
}

#traducao .translated-version {
  font-size: 16px;
}
#traducao .translated-version h2 {
  font-size: 32px;
  margin-top: 0;
}
#traducao .translated-version h2 span {
  font-size: 32px !important;
}
#traducao .translated-version h1,
#traducao .translated-version h2,
#traducao .translated-version h3,
#traducao .translated-version h4,
#traducao .translated-version h5 {
  line-height: 1.3;
  font-weight: bold !important;
  text-align: center;
}
#traducao .translated-version h1 span,
#traducao .translated-version h2 span,
#traducao .translated-version h3 span,
#traducao .translated-version h4 span,
#traducao .translated-version h5 span {
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit !important;
}

.entry-content table {
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
}
.entry-content table th,
.entry-content table td {
  padding: 5px;
  font-family: Arial;
  font-size: 14px;
  border: 1px solid #ccc;
}
.entry-content table thead,
.entry-content table tfoot {
  background-color: #f8f9fa;
  color: #495057;
}
.entry-content table thead th,
.entry-content table tfoot th {
  font-weight: bold;
}

.translated-version,
.entry-content {
  font-size: 18px;
  color: #242424;
}
.translated-version .wp-caption,
.entry-content .wp-caption {
  width: auto !important;
  text-align: center;
}
.translated-version .wp-caption-text,
.entry-content .wp-caption-text {
  font-size: 12px;
  font-family: Arial;
  text-align: center;
}
.translated-version p,
.translated-version div,
.translated-version .highlight-tip,
.entry-content p,
.entry-content div,
.entry-content .highlight-tip {
  line-height: 1.8;
  letter-spacing: -0.003em;
}
.translated-version p a,
.translated-version p a span,
.translated-version div a,
.translated-version div a span,
.translated-version .highlight-tip a,
.translated-version .highlight-tip a span,
.entry-content p a,
.entry-content p a span,
.entry-content div a,
.entry-content div a span,
.entry-content .highlight-tip a,
.entry-content .highlight-tip a span {
  text-decoration: underline;
  font-weight: bold !important;
}
.translated-version p img,
.translated-version div img,
.translated-version .highlight-tip img,
.entry-content p img,
.entry-content div img,
.entry-content .highlight-tip img {
  max-width: 100%;
  height: auto;
}
.translated-version table,
.entry-content table {
  border-color: #dbd5d5;
  table-layout: fixed;
  width: 100%;
}
.translated-version table td,
.entry-content table td {
  white-space: normal;
}
.translated-version table thead,
.entry-content table thead {
  background: #f2f2f2;
}
.translated-version table a,
.entry-content table a {
  font-weight: bold;
  text-decoration: underline;
}
.translated-version .content-tip,
.entry-content .content-tip {
  max-width: 480px;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px;
  color: #0f0f0f;
  border-color: #c3c0c0;
  cursor: help;
  font-family: "Arial", sans-serif;
  margin: 0 auto 15px;
  background: #fff1c9 !important;
}
.translated-version .content-tip p,
.entry-content .content-tip p {
  line-height: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
}
.translated-version .content-tip p:last-child,
.entry-content .content-tip p:last-child {
  margin-bottom: 0 !important;
}
.translated-version li,
.entry-content li {
  line-height: 1.8;
  list-style: disc;
  margin-bottom: 15px;
}
.translated-version li a,
.entry-content li a {
  text-decoration: underline;
  font-weight: bold;
}
.translated-version ol,
.entry-content ol {
  padding-right: 15px;
}
.translated-version ol li,
.entry-content ol li {
  list-style: decimal;
}
.translated-version blockquote p:last-child,
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.translated-version h2,
.translated-version h2 span,
.entry-content h2,
.entry-content h2 span {
  font-size: 22px;
}
.translated-version h3,
.translated-version h3 span,
.entry-content h3,
.entry-content h3 span {
  font-size: 18px;
}
.translated-version h2,
.translated-version h2 span,
.translated-version h3 strong,
.translated-version h3,
.translated-version h3 span,
.translated-version h3 strong,
.translated-version h4,
.translated-version h4 span,
.translated-version h4 strong,
.translated-version h5,
.translated-version h5 span,
.translated-version h5 strong,
.translated-version h6,
.translated-version h6 span,
.translated-version h6 strong,
.entry-content h2,
.entry-content h2 span,
.entry-content h3 strong,
.entry-content h3,
.entry-content h3 span,
.entry-content h3 strong,
.entry-content h4,
.entry-content h4 span,
.entry-content h4 strong,
.entry-content h5,
.entry-content h5 span,
.entry-content h5 strong,
.entry-content h6,
.entry-content h6 span,
.entry-content h6 strong {
  line-height: 24px;
  margin-top: 25px;
  font-weight: 700;
}

.translated-version h2,
.translated-version h2 span,
.translated-version h3 strong,
.translated-version h3,
.translated-version h3 span,
.translated-version h3 strong,
.translated-version h4,
.translated-version h4 span,
.translated-version h4 strong,
.translated-version h5,
.translated-version h5 span,
.translated-version h5 strong,
.translated-version h6,
.translated-version h6 span,
.translated-version h6 strong {
  text-align: center;
}

html[data-bs-theme=light] body,
html[data-bs-theme=light] .navbar-glass,
html[data-bs-theme=light] #navbarVerticalCollapse {
  background: #f4f6f8;
}

.yt-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.yt-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.badge-thumbnail {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 11px;
}

.overlay-duration {
  background: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(65%), to(#000));
  background: -o-linear-gradient(transparent, 65%, #000);
  background: linear-gradient(transparent, 65%, #000);
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.footer-navigation .nav-link {
  padding: 0;
}

.breadcrumb {
  font-size: 12px;
}
.breadcrumb a {
  color: #696a6e;
}

.widget-post-author-mini {
  font-size: 12px;
}
.widget-post-author-mini .avatar {
  width: 40px;
}

.badge-duration {
  z-index: 1;
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 11px;
  --bs-bg-opacity: 0.5;
  font-weight: bold;
}

.card-item-list a:hover {
  text-decoration: none;
}
.card-item-list:hover .border {
  border-color: #90acd1 !important;
}

.section-title,
.section-title a {
  font-weight: 800;
  color: #0a2c54;
  font-size: 22px;
}

.link-card {
  line-height: 1;
}

.single-post-title {
  line-height: 1;
}

.post-title-list {
  font-size: 16px;
  line-height: 1.3;
  color: #0a2c54;
  margin-bottom: 0;
}

.aux-author {
  font-size: 12px;
  color: #0a2c54;
}

/* Pagination */
.wp-pagenavi,
.pagination-native {
  text-align: center;
}

.pagination-native li {
  display: inline-block;
}

.wp-pagenavi .pages,
.pagination-native .page-numbers {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .first,
.pagination-native .page-numbers {
  border: transparent;
  display: inline-block;
  margin-left: 5px;
  padding: 0.7rem 1rem;
  position: relative;
  border-radius: 0.325rem !important;
  color: #066ac9;
  background-color: rgba(6, 106, 201, 0.1);
  font-size: 16px;
}

.wp-pagenavi .current,
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.pagination-native .current {
  z-index: 3;
  color: #fff;
  background-color: #066ac9;
  border-color: #066ac9;
  font-weight: bold;
}

.section-title {
  font-weight: 800;
}

.post-title-list {
  font-weight: 600;
}

.bg-instagram-gradient,
.bg-instagram-gradient:hover,
.bg-instagram-gradient:active,
.bg-instagram-gradient:focus {
  background: -o-radial-gradient(20% 130%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: right bottom;
}

/* Comments */
.comment-list {
  padding: 0;
  margin-top: 15px;
}
.comment-list .comment-awaiting-moderation {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.comment {
  list-style: none;
}
.comment .fn {
  font-size: 15px;
}
.comment .avatar {
  border-radius: 100%;
  margin-left: 10px;
  max-width: 50px;
  height: 50px;
}
.comment .comment-meta {
  font-size: 12px;
  margin-bottom: 5px;
}
.comment .reply {
  text-align: left;
}
.comment p {
  font-size: 14px;
}

.comment-author .fn {
  font-style: normal;
  font-weight: bold;
}

.comment-form label {
  display: none;
}
.comment-form textarea {
  max-height: 80px;
  font-size: 16px;
  border: 1px solid #d3deec;
  background: #FFF;
  font-family: Arial;
  display: block;
  width: 100%;
  padding: 15px;
}
.comment-form input[type=text] {
  max-height: 50px;
  font-size: 16px;
}
.comment-form .logged-in-as {
  display: none;
}
.comment-form .required-field-message {
  display: none;
}

.form-submit {
  margin-bottom: 0;
}
.form-submit .submit {
  color: #FFF;
  background: #2870dc;
  border: 0;
  line-height: 1;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.form-submit .submit:hover {
  background: #225eb7;
}

.comment-author {
  margin-bottom: 10px;
}

.reply,
.comment-reply-title,
.comment-edit-link,
.commentmetadata {
  display: none;
}
/*# sourceMappingURL=user-rtl.css.map */
