html,
.block-editor__container .editor-styles-wrapper {
  --c-black: #000000;
  --c-dark: #202e3e;
  --ca-dark: 32,46,62;
  --c-grey: rgba(32,46,62,0.8);
  --ca-grey: 32,46,62;
  --c-light: #fff;
  --ca-light: 255,255,255;
  --c-light: #fff;
  --c-active:  #ff828c;
  --ca-active: 255,130,140;
  --c-alter: #026f75;
  --c-light-grey: rgba(var(--ca-dark),.08);
  --c-alter2: #fef6f2;
  --font-size: 14px;
  --t-primary-font-family: "Heebo", sans-serif;
  --t-secondary-font-family: "Prata", sans-serif;
}

@media screen and (max-width: 1440px) {
  html,
  .block-editor__container .editor-styles-wrapper {
    --ls-text: .8px;
  }
}

body.post-template-default,
body.page-template-default:not(.woocommerce-page) {
  --page-bg: var(--c-alter2);
  --post-br: 0;
  --post-cat-bg: var(--c-active);
  --post-bg: var(--c-light);
  background: var(--page-bg);
}

.floreal-blog--single-wrapper {
  --page-bg: var(--c-alter2);
  --post-br: 0;
  --post-cat-bg: var(--c-active);
  --post-bg: var(--c-light);
  padding-top: 50px;
  padding-bottom: 20px;
  background: var(--page-bg);
}

.floreal-blog--single-wrapper .floreal-blog--single__banner {
  background: var(--post-bg);
  -webkit-box-shadow: rgba(var(--ca-dark), 0.05) 0 0 15px 0;
          box-shadow: rgba(var(--ca-dark), 0.05) 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.floreal-blog--single-wrapper .floreal-blog--single__banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--c-light);
  z-index: 99;
}

.floreal-blog--single-wrapper .floreal-blog--single__banner img {
  border-top-left-radius: var(--post-br);
  border-top-right-radius: var(--post-br);
}

.floreal-blog--single-wrapper .floreal-blog--single__post-content {
  background: var(--post-bg);
  padding: 30px;
  margin-bottom: 50px;
  border-bottom-left-radius: var(--post-br);
  border-bottom-right-radius: var(--post-br);
  -webkit-box-shadow: rgba(var(--ca-dark), 0.05) 0 0 15px 0;
          box-shadow: rgba(var(--ca-dark), 0.05) 0 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__post-content {
    padding: 50px 15px;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__post-content > *:not(.floreal-blog--single__content-wrapper) {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.floreal-blog--single-wrapper .floreal-blog--single__categories {
  max-width: 100% !important;
  margin-bottom: 15px;
}

.floreal-blog--single-wrapper .floreal-blog--single__categories a {
  padding: 4px 10px;
  margin-bottom: 5px;
  background: var(--post-cat-bg);
  border-radius: calc(var(--post-br) * 2);
  color: var(--c-light);
  border: 1px solid var(--post-cat-bg);
  display: inline-block;
  font-weight: 600;
  font-size: .9rem;
}

.floreal-blog--single-wrapper .floreal-blog--single__categories.to-top {
  margin-bottom: 27px;
  margin-top: calc(-50px - 1.25rem);
}

.floreal-blog--single-wrapper .floreal-blog--single__title {
  margin-bottom: 17px;
  line-height: 1.2;
  word-wrap: break-word;
  max-width: 100% !important;
}

.floreal-blog--single-wrapper .floreal-blog--single__footer {
  width: 100%;
  margin-bottom: 30px;
  max-width: 100% !important;
}

.floreal-blog--single-wrapper .floreal-blog--single__footer > * {
  display: inline-block;
}

.floreal-blog--single-wrapper .floreal-blog--single__footer i::before {
  font-weight: 600;
}

.floreal-blog--single-wrapper .floreal-blog--single__footer .floreal-blog--single__date b,
.floreal-blog--single-wrapper .floreal-blog--single__footer .floreal-blog--single__com b {
  color: inherit;
}

.floreal-blog--single-wrapper .floreal-blog--single__footer > *:not(:last-child)::after {
  content: "\2015";
  margin-right: 5px;
  margin-left: 5px;
}

.floreal-blog--single-wrapper .floreal-blog--single__author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: rgba(var(--ca-light), 0.7);
}

.floreal-blog--single-wrapper .floreal-blog--single__author img {
  border-radius: 50%;
  margin: 0 auto 20px;
}

.floreal-blog--single-wrapper .floreal-blog--single__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__content-inner {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-inner > figure:not(.alignleft):not(.alignright):not(.alignnone):not(.is-style-circle-mask):not(.wp-block-audio):not(.wp-block-embed):not(.wp-block-table):not(.aligncenter):not(.wp-block-pullquote):not(.wp-block-video) {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 30px);
}

@media (min-width: 576px) {
  .floreal-blog--single-wrapper .floreal-blog--single__content-inner > figure:not(.alignleft):not(.alignright):not(.alignnone):not(.is-style-circle-mask):not(.wp-block-audio):not(.wp-block-embed):not(.wp-block-table):not(.aligncenter):not(.wp-block-pullquote):not(.wp-block-video) {
    width: 510px;
  }
}

@media (min-width: 768px) {
  .floreal-blog--single-wrapper .floreal-blog--single__content-inner > figure:not(.alignleft):not(.alignright):not(.alignnone):not(.is-style-circle-mask):not(.wp-block-audio):not(.wp-block-embed):not(.wp-block-table):not(.aligncenter):not(.wp-block-pullquote):not(.wp-block-video) {
    width: 690px;
  }
}

@media (min-width: 992px) {
  .floreal-blog--single-wrapper .floreal-blog--single__content-inner > figure:not(.alignleft):not(.alignright):not(.alignnone):not(.is-style-circle-mask):not(.wp-block-audio):not(.wp-block-embed):not(.wp-block-table):not(.aligncenter):not(.wp-block-pullquote):not(.wp-block-video) {
    width: 930px;
  }
}

@media (min-width: 1200px) {
  .floreal-blog--single-wrapper .floreal-blog--single__content-inner > figure:not(.alignleft):not(.alignright):not(.alignnone):not(.is-style-circle-mask):not(.wp-block-audio):not(.wp-block-embed):not(.wp-block-table):not(.aligncenter):not(.wp-block-pullquote):not(.wp-block-video) {
    width: 1170px;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__content-inner > figure:not(.alignleft):not(.alignright):not(.alignnone):not(.is-style-circle-mask):not(.wp-block-audio):not(.wp-block-embed):not(.wp-block-table):not(.aligncenter):not(.wp-block-pullquote):not(.wp-block-video) figcaption {
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-inner > :last-child {
  margin-bottom: 0;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-inner .wp-block-search input,
.floreal-blog--single-wrapper .floreal-blog--single__content-inner .wp-block-search button {
  border-radius: var(--post-br);
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper {
  padding: 0 15px;
  position: relative;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper::before, .floreal-blog--single-wrapper .floreal-blog--single__content-wrapper::after {
  content: '';
  display: table;
  clear: both;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper select {
  border-radius: var(--post-br);
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper select,
.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper ol li,
.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper ul li {
  margin-bottom: 15px;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper p.has-drop-cap + p {
  clear: both;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper form h3 {
  margin-bottom: 30px;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper form input[type="password"] {
  border: 1px solid var(--c-light-grey);
  line-height: 35px;
  padding: 5px 20px;
  min-width: 250px;
  margin-bottom: 20px;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper form input[type="submit"] {
  border: none;
  position: relative;
  z-index: 10;
  font-weight: 600;
  padding: 11px 15px;
  background-color: var(--c-active);
  color: var(--c-light);
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper form input[type="submit"]:hover {
  background-color: var(--c-dark);
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper blockquote {
  margin: 2rem auto;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper blockquote > p:last-of-type::after,
.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper blockquote > p:first-child::before {
  content: '\f347';
  font-family: "Ionicons";
  display: inline-block;
  font-size: 2rem;
  position: relative;
  color: var(--c-active);
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper blockquote > p:first-child::before {
  margin-right: 10px;
  top: -.5rem;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper blockquote > p:last-of-type::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 10px;
  bottom: -.5rem;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper blockquote * {
  font-size: 2.2rem;
  font-weight: inherit;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__content-wrapper blockquote * {
    font-size: 1.5rem;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper blockquote strong, .floreal-blog--single-wrapper .floreal-blog--single__content-wrapper blockquote b {
  font-weight: bold;
  color: inherit;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper blockquote cite {
  font-size: 1rem;
  margin-bottom: 0;
}

.floreal-blog--single-wrapper .floreal-blog--single__content-wrapper blockquote cite * {
  font-size: inherit !important;
}

.floreal-blog--single-wrapper .floreal-blog--single__tags {
  clear: both;
  text-align: center;
  position: relative;
  margin-top: 25px;
  padding-top: 30px;
}

.floreal-blog--single-wrapper .floreal-blog--single__tags::before {
  content: '';
  width: 200px;
  height: 1px;
  display: block;
  background: rgba(var(--ca-grey), 0.15);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.floreal-blog--single-wrapper .floreal-blog--single__tags a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  display: inline-block;
  margin: 5px 2px 0;
  padding: 4px 10px;
  background: rgba(var(--ca-grey), 0.05);
  border-radius: calc(var(--post-br) * 2);
  color: var(--c-dark);
  font-weight: 600;
  font-size: .9rem;
}

.floreal-blog--single-wrapper .floreal-blog--single__tags a:hover {
  background: var(--c-dark);
  color: var(--c-light);
}

.floreal-blog--single-wrapper .floreal-blog--single__post-nav {
  padding-top: 15px;
  clear: both;
  padding-bottom: 30px;
}

.floreal-blog--single-wrapper .floreal-blog--single__post-nav span:first-child {
  font-weight: 600;
  color: var(--c-dark);
  margin-right: 3px;
}

.floreal-blog--single-wrapper .floreal-blog--single__post-nav .post-page-numbers {
  font-weight: normal;
  padding: 0 3px;
  margin: 2px;
  display: inline-block;
}

.floreal-blog--single-wrapper .floreal-blog--single__post-nav .post-page-numbers span {
  font-weight: normal;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.floreal-blog--single-wrapper .floreal-blog--single__post-nav .post-page-numbers:hover span,
.floreal-blog--single-wrapper .floreal-blog--single__post-nav .post-page-numbers.current span {
  color: var(--c-active);
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__pagination > div:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination-prev, .floreal-blog--single-wrapper .floreal-blog--single__pagination-next {
  width: calc(50% - 15px);
  background: var(--post-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--post-br);
  -webkit-box-shadow: rgba(var(--ca-dark), 0.05) 0 0 15px 0;
          box-shadow: rgba(var(--ca-dark), 0.05) 0 0 15px 0;
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__pagination-prev, .floreal-blog--single-wrapper .floreal-blog--single__pagination-next {
    width: 100%;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination-prev > a, .floreal-blog--single-wrapper .floreal-blog--single__pagination-next > a {
  display: inline-block;
  width: 40%;
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination-prev > span, .floreal-blog--single-wrapper .floreal-blog--single__pagination-next > span {
  padding: 30px;
  width: 100%;
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination-prev > span span, .floreal-blog--single-wrapper .floreal-blog--single__pagination-next > span span {
  padding: 4px 10px;
  background: var(--post-cat-bg);
  border-radius: calc(var(--post-br) * 2);
  color: var(--c-light);
  display: inline-block;
  font-weight: 600;
  font-size: .9rem;
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination-prev > span h4, .floreal-blog--single-wrapper .floreal-blog--single__pagination-next > span h4 {
  margin-top: 15px;
  margin-bottom: 0;
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination-prev > span h4 a, .floreal-blog--single-wrapper .floreal-blog--single__pagination-next > span h4 a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  word-wrap: break-word;
  color: inherit;
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination-prev > span h4 a:hover, .floreal-blog--single-wrapper .floreal-blog--single__pagination-next > span h4 a:hover {
  color: var(--c-active);
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination-prev {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__pagination-prev {
    text-align: left;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination-prev .img-wrap img {
  right: 0;
  border-bottom-right-radius: var(--post-br);
  border-top-right-radius: var(--post-br);
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination-next {
  text-align: left;
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination-next .img-wrap img {
  border-bottom-left-radius: var(--post-br);
  border-top-left-radius: var(--post-br);
  left: 0;
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination .img-wrap {
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .floreal-blog--single-wrapper .floreal-blog--single__pagination .img-wrap {
    display: none;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__pagination .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments {
  background: var(--post-bg);
  border-radius: var(--post-br);
  -webkit-box-shadow: rgba(var(--ca-dark), 0.05) 0 0 15px 0;
          box-shadow: rgba(var(--ca-dark), 0.05) 0 0 15px 0;
  list-style: none;
  padding: 43px 45px;
  display: none;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments {
    padding: 30px;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-button {
  display: inline-block;
  background: var(--c-active);
  color: var(--c-light);
  padding: 7px 12px;
  border-radius: calc(var(--post-br)*2);
  cursor: pointer;
  font-weight: 600;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-button::after {
  content: '\f3d0';
  font-family: Ionicons;
  margin-left: 7px;
  font-size: .9rem;
  font-weight: 600;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-button.active::after {
  content: '\f3d8';
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-button-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments .pinback:not(:first-of-type) {
  margin-top: 15px;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments .pinback:last-of-type {
  margin-bottom: 15px;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-title {
  margin-bottom: 30px;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments.page .floreal-blog--single__comments-form {
  margin-bottom: 40px !important;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-item-wrap {
  padding: 30px;
  border: 1px solid rgba(var(--ca-grey), 0.15);
  border-radius: var(--post-br);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (max-width: 600px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-item-wrap {
    padding: 25px;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-item .floreal-blog--single__comments-item {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-item .floreal-blog--single__comments-item {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 600px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-item .floreal-blog--single__comments-item {
    margin-left: 15px;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-item:not(:first-of-type) {
  margin-top: 30px;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-item + .floreal-blog--single__comments-form {
  margin-top: 30px;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .person-img {
  padding-right: 25px;
}

@media only screen and (max-width: 600px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content .person-img {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .person-img img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content .person-img img {
    height: 50px;
    width: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content .person-img img {
    height: 80px;
    width: 80px;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content {
  width: 100%;
  max-width: calc(100% - 105px);
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content {
    max-width: calc(100% - 75px);
  }
}

@media only screen and (max-width: 600px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content {
    max-width: 100%;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text {
    margin-bottom: 0;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text::before, .floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text::after {
  content: '';
  display: table;
  clear: both;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text ol li,
.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text ul li {
  margin-bottom: 15px;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text p:last-of-type {
  margin-bottom: 0;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text blockquote {
  margin: 2rem auto;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text blockquote > p:last-of-type::after,
.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text blockquote > p:first-child::before {
  content: '\f347';
  font-family: "Ionicons";
  display: inline-block;
  font-size: 2rem;
  position: relative;
  color: var(--c-active);
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text blockquote > p:first-child::before {
  margin-right: 10px;
  top: -.5rem;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text blockquote > p:last-of-type::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 10px;
  bottom: -.5rem;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text blockquote * {
  font-size: 2.2rem;
  font-weight: inherit;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text blockquote * {
    font-size: 1.5rem;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text blockquote strong, .floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text blockquote b {
  font-weight: bold;
  color: inherit;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text blockquote cite {
  font-size: 1rem;
  margin-bottom: 0;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-text blockquote cite * {
  font-size: inherit !important;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .comment-content .comment-date {
  font-size: 13px;
  margin-bottom: 15px;
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 600px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content .author-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .author-wrap .author {
  margin-bottom: 5px;
  color: var(--c-dark);
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content .author-wrap .author {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content .author-wrap .author {
    margin-bottom: 9px;
  }
}

.floreal-blog--single-wrapper .floreal-blog--single__comments-content .author-wrap .comment-reply-link {
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .floreal-blog--single-wrapper .floreal-blog--single__comments-content .author-wrap .comment-reply-link {
    margin-bottom: 13px;
    color: var(--c-active);
    line-height: 1;
  }
}

.floreal-blog--single-wrapper .comment #respond {
  margin-top: 30px;
  padding-bottom: 10px;
}

.floreal-blog--single-wrapper .comment #respond .comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.floreal-blog--single-wrapper .comment #respond .comment-reply-title small {
  font-size: 15px;
}

.floreal-blog--single-wrapper .comment #respond .comment-reply-title,
.floreal-blog--single-wrapper .floreal-blog--single__comments-form .comment-reply-title {
  margin-bottom: 30px;
  margin-top: 0;
}

.floreal-blog--single-wrapper .comment #respond input[type="text"],
.floreal-blog--single-wrapper .comment #respond input[type="email"],
.floreal-blog--single-wrapper .comment #respond textarea,
.floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="text"],
.floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="email"],
.floreal-blog--single-wrapper .floreal-blog--single__comments-form textarea {
  resize: none;
  margin-bottom: 30px;
  width: 100%;
  padding: 20px 25px;
  line-height: 1.5;
  border: 1px solid rgba(var(--ca-grey), 0.15);
  border-radius: var(--post-br);
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .comment #respond input[type="text"],
  .floreal-blog--single-wrapper .comment #respond input[type="email"],
  .floreal-blog--single-wrapper .comment #respond textarea,
  .floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="text"],
  .floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="email"],
  .floreal-blog--single-wrapper .floreal-blog--single__comments-form textarea {
    margin-bottom: 15px;
  }
}

.floreal-blog--single-wrapper .comment #respond input[type="text"],
.floreal-blog--single-wrapper .comment #respond input[type="email"],
.floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="text"],
.floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="email"] {
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .comment #respond input[type="text"],
  .floreal-blog--single-wrapper .comment #respond input[type="email"],
  .floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="text"],
  .floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="email"] {
    width: 100%;
  }
}

.floreal-blog--single-wrapper .comment #respond input[type="text"],
.floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="text"] {
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .comment #respond input[type="text"],
  .floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="text"] {
    float: none;
    margin-right: 0;
  }
}

.floreal-blog--single-wrapper .comment #respond input[type="submit"],
.floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="submit"] {
  padding: 20px 25px;
  line-height: 1.5;
  border: none;
  background-color: var(--c-active);
  color: var(--c-light);
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: var(--post-br);
}

.floreal-blog--single-wrapper .comment #respond input[type="submit"]:hover,
.floreal-blog--single-wrapper .floreal-blog--single__comments-form input[type="submit"]:hover {
  background-color: var(--c-dark);
}

.floreal-blog--single-wrapper .comment #respond .comment-form-cookies-consent,
.floreal-blog--single-wrapper .floreal-blog--single__comments-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .floreal-blog--single-wrapper .comment #respond .comment-form-cookies-consent,
  .floreal-blog--single-wrapper .floreal-blog--single__comments-form .comment-form-cookies-consent {
    margin-bottom: 15px;
  }
}

.floreal-blog--single-wrapper .comment #respond .comment-form-cookies-consent input,
.floreal-blog--single-wrapper .floreal-blog--single__comments-form .comment-form-cookies-consent input {
  opacity: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 20;
}

.floreal-blog--single-wrapper .comment #respond .comment-form-cookies-consent input[type="checkbox"]:checked + label::after,
.floreal-blog--single-wrapper .floreal-blog--single__comments-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.floreal-blog--single-wrapper .comment #respond .comment-form-cookies-consent label,
.floreal-blog--single-wrapper .floreal-blog--single__comments-form .comment-form-cookies-consent label {
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
  width: calc(100% - 25px);
}

.floreal-blog--single-wrapper .comment #respond .comment-form-cookies-consent label::before,
.floreal-blog--single-wrapper .floreal-blog--single__comments-form .comment-form-cookies-consent label::before {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  height: 25px;
  width: 25px;
  border: 1px solid rgba(var(--ca-grey), 0.15);
  border-radius: var(--post-br);
  z-index: 10;
}

.floreal-blog--single-wrapper .comment #respond .comment-form-cookies-consent label::after,
.floreal-blog--single-wrapper .floreal-blog--single__comments-form .comment-form-cookies-consent label::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid var(--c-active);
  border-width: 0 3px 3px 0;
  z-index: 11;
  opacity: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
