/*------------------------------------------------------*/
/*-------------------- BLOG DETAIL ---------------------*/
.single-page-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-page-wrap.sidebar-no {
  padding-bottom: 0;
}

.post-details {
  font-size: 15px;
  line-height: 1.73;
  /* BLOG GUTENBERG */
}
.post-details h1,
.post-details h2,
.post-details h3,
.post-details h4,
.post-details h5,
.post-details h6 {
  font-weight: 700;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  line-height: 1.375;
  clear: both;
  color: var(--dark-color);
}
.post-details h4,
.post-details h5,
.post-details h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-details > *:last-child {
  margin-bottom: 0;
}
.post-details > *:first-child {
  margin-top: 0;
}
.post-details hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.post-details a {
  color: var(--dark-color);
  text-decoration: none;
  font-weight: 600;
}
.post-details a:hover {
  color: var(--green-color);
}
.post-details table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
  word-break: break-word;
}
.post-details table,
.post-details th,
.post-details .single table td,
.post-details td {
  border: 1px solid var(--dark-color);
  border-collapse: collapse;
  padding: 5px 10px;
}
.post-details dt {
  color: var(--grey-color);
}
.post-details dt {
  color: var(--dark-color);
}
.post-details dd {
  margin: 0 0 30px;
  color: var(--grey-color);
}
.post-details address {
  font-style: italic;
  margin-bottom: 30px;
  color: var(--grey-color);
}
.post-details abbr,
.post-details acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
.post-details code {
  background-color: #eee;
  color: var(--dark-color);
  padding: 3px 4px 4px;
  font-size: 13px;
}
.post-details mark,
.post-details ins {
  background: var(--green-color);
  color: var(--light-color);
  padding: 0.125em 0.25em;
  text-decoration: none;
}
.post-details kbd {
  font-weight: 100;
  box-shadow: none;
  color: var(--dark-color);
  padding: 3px 4px 4px;
  border-radius: 0px;
  background-color: #eee;
}
.post-details var {
  color: var(--dark-color);
  font-weight: 500;
}
.post-details p {
  color: var(--grey-color);
  line-height: 1.7;
  margin-bottom: 20px;
}
.post-details b,
.post-details strong {
  color: var(--dark-color);
  font-weight: 600;
}
.post-details ol,
.post-details ul {
  color: var(--grey-color);
  line-height: 2;
  margin-bottom: 20px;
  font-size: 15px;
}
.post-details ol.blocks-gallery-grid,
.post-details ul.blocks-gallery-grid {
  margin-bottom: 0;
}
.post-details ol ol,
.post-details ol ul,
.post-details ul ol,
.post-details ul ul {
  margin-bottom: 0;
}
.post-details ul {
  margin-left: 25px;
}
.post-details ol {
  margin-left: 15px;
}
.post-details ol li {
  padding-left: 5px;
}
.post-details tt {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background-color: #d1d1d1;
  color: var(--dark-color);
}
.post-details figcaption {
  font-size: 13px;
  line-height: 2;
  color: var(--grey-color);
  font-weight: normal;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
  word-break: break-all;
}
.post-details .attachment-thumbnail {
  margin: 0 auto;
}
.post-details .wp-block-cover-image {
  color: var(--light-color);
}
.post-details blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.post-details blockquote.is-style-large {
  margin-bottom: 30px;
  margin-top: 30px;
}
.post-details blockquote.is-style-large cite {
  font-size: 12px;
}
.post-details blockquote.is-style-large cite br {
  display: none;
}
.post-details blockquote.wp-block-pullquote.alignleft p, .post-details blockquote.wp-block-pullquote.alignright p,
.post-details blockquote p, .post-details blockquote {
  font-size: 24px;
  line-height: 1.5;
  color: var(--dark-color);
  font-weight: 400;
}
.post-details blockquote p {
  margin-bottom: 0;
  font-style: italic;
}
.post-details ul.blocks-gallery-grid,
.post-details ul.wp-block-gallery {
  margin-left: auto;
}
.post-details .wp-block-latest-posts {
  margin-left: 0;
}
.post-details cite {
  color: var(--grey-color);
  font-weight: 700;
  letter-spacing: 1.85px;
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  margin-top: 15px;
}
.post-details cite a {
  color: var(--grey-color);
  font-weight: 700;
}
.post-details cite a:hover {
  color: var(--green-color);
}
.post-details .wp-block-cover-text a {
  font-weight: 400;
}
.post-details .wp-block-cover.has-background-dim {
  margin-bottom: 20px;
}
.post-details .wp-block-cover.has-background-dim p a {
  font-weight: inherit;
  color: inherit;
}
.post-details .wp-block-cover.has-background-dim p a:hover {
  color: inherit;
}
.post-details pre {
  background: #eee;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.post-details pre code {
  background-color: transparent;
}
.post-details pre * {
  margin: 0;
}
.post-details figure {
  max-width: 100%;
}
.post-details figure.alignleft {
  margin: 0.375em 1.75em 1.75em 0;
}
.post-details figure.alignright {
  margin: 0.375em 0 1.75em 1.75em;
}
.post-details figure.wp-block-gallery {
  margin-bottom: 20px;
}
.post-details figure.wp-block-gallery .blocks-gallery-caption {
  width: 100%;
}
.post-details .wp-block-media-text {
  margin: 20px 0px;
}
.post-details .post-details .wp-block-categories,
.post-details .post-details .wp-block-archives {
  padding-left: 0;
  list-style-type: none;
  margin-left: 0;
}
.post-details .post-details .wp-block-latest-comments {
  padding-left: 0;
  margin-left: 0;
}
.post-details .post-details .wp-block-quote cite {
  display: block;
}
.post-details .wp-block-quote.is-style-default p {
  font-size: 18px;
}
.post-details .wp-block-quote.is-style-large {
  padding: 0;
}
.post-details .wp-block-quote.is-style-large cite {
  font-weight: 600;
}
.post-details .wp-block-button__link {
  background-color: var(--black-color);
  color: var(--light-color);
}
.post-details .is-style-outline .wp-block-button__link {
  background-color: transparent;
}
.post-details .wp-block-pullquote {
  border-top: 4px solid var(--green-color);
  border-bottom: 4px solid var(--green-color);
  padding-top: 6%;
  padding-bottom: 6%;
  margin: 0 0 16px;
}
.post-details .wp-block-pullquote blockquote:before {
  display: none;
}
.post-details .wp-block-pullquote blockquote p {
  padding: 0px;
}
.post-details .wp-block-pullquote blockquote p br {
  display: none;
}
.post-details .wp-block-pullquote.is-style-solid-color {
  border: 0;
}
.post-details .wp-block-pullquote blockquote {
  border-left: 0;
  padding-left: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.post-details .wp-block-pullquote blockquote p,
.post-details .wp-block-pullquote blockquote cite,
.post-details .wp-block-pullquote blockquote strong {
  color: inherit;
}
.post-details .wp-block-pullquote blockquote cite {
  text-transform: uppercase;
}
.post-details .wp-block-pullquote p {
  color: inherit;
  font-style: italic;
}
.post-details .wp-block-pullquote p strong {
  font-weight: inherit;
}
.post-details .wp-block-table.is-style-stripes {
  border: none;
}
.post-details .pinback span {
  margin-right: 10px;
}
.post-details .main-top-content {
  margin-bottom: 50px;
}
.post-details .single-categories {
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark-color);
  font-weight: 700;
  margin-bottom: 18px;
}
.post-details .single-categories a {
  color: var(--green-color);
  text-decoration: none;
}
.post-details .single-categories a:hover {
  color: var(--grey-color);
}
.post-details .title {
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 10px;
}
.post-details .title-wrap {
  font-weight: 500;
  color: #9b9b9b;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-details .title-wrap span {
  color: var(--dark-color);
}
.post-details .title-wrap .author:after {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px 0 4px;
  background-color: currentColor;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.5;
  content: '';
  position: relative;
  top: -0.15em;
}
.post-details .fa-quote-right,
.post-details .fa-link {
  color: var(--green-color);
  font-size: 40px;
  display: block;
}
.post-details .link-wrap {
  margin-top: 30px;
  font-size: 35px;
}
.post-details .link-wrap a {
  -webkit-text-decoration-color: var(--grey-color);
  -moz-text-decoration-color: var(--grey-color);
  text-decoration-color: var(--grey-color);
}
.post-details .link-wrap a:hover {
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.post-details .post-media {
  position: relative;
}
.post-details .post-media--image {
  text-align: left;
}
.post-details .post-media-wrap {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}
.post-details .post-media .video-btn {
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  padding-left: 5px;
  background-color: var(--light-color);
  color: var(--dark-color);
  font-size: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
}
.post-details .post-media .video-btn:before {
  content: "\f488";
  font-family: "Ionicons";
}
.post-details .post-media .video-btn:hover {
  color: var(--light-color);
  background-color: var(--dark-color);
}
.post-details .post-media--slider {
  padding-bottom: 62.25%;
  position: relative;
}
.post-details .post-media--slider .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post-details .post-media--slider .swiper-pagination {
  bottom: 25px;
}
.post-details .post-media--slider .swiper-pagination-bullet {
  background-color: var(--light-color);
  opacity: 1;
  margin: 0 4px;
}
.post-details .post-media--slider .swiper-pagination-bullet-active {
  background-color: var(--dark-color);
}
.post-details .post-content {
  margin: 50px 0 75px;
}
.post-details .post-content:after, .post-details .post-content:before {
  display: block;
  content: '';
  clear: both;
}
.post-details .post-content img {
  display: block;
}
.post-details .post-excerpt {
  font-size: 18px;
  line-height: 1.67;
  font-weight: 500;
  color: var(--dark-color);
  margin-bottom: 53px;
  position: relative;
}
.post-details .post-excerpt:before {
  content: attr(data-letter);
  position: absolute;
  font-size: 300px;
  color: #f4f4f4;
  line-height: 1;
  z-index: -1;
  top: -0.3em;
  left: -0.4em;
  font-weight: 300;
}
.post-details .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px -15px 45px;
  text-align: center;
}
.post-details .gallery-item {
  padding: 15px;
  margin: 0;
  width: 100%;
}
.post-details .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.post-details .gallery.gallery-columns-3 .gallery-item {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.post-details .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.post-details .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.post-details .gallery.gallery-columns-6 .gallery-item {
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
}
.post-details .gallery.gallery-columns-7 .gallery-item {
  width: -webkit-calc(100% / 7);
  width: calc(100% / 7);
}
.post-details .gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.post-details .gallery.gallery-columns-9 .gallery-item {
  width: -webkit-calc(100% / 9);
  width: calc(100% / 9);
}
.post-details .post-info {
  margin: 75px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-details .single-tags {
  color: var(--grey-color);
  font-size: 15px;
  line-height: 1.73;
  padding-left: 15px;
  padding-right: 15px;
}
.post-details .single-tags span {
  color: var(--dark-color);
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}
.post-details .single-tags a {
  color: var(--grey-color);
  text-decoration: none;
}
.post-details .single-tags a:hover {
  color: var(--green-color);
}
.post-details .share-title {
  color: var(--dark-color);
  font-weight: 600;
  margin-right: 11px;
  display: inline-block;
  font-size: 15px;
}
.post-details ul.wp-block-gallery {
  margin-left: 0px !important;
}
.post-details .single-share {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
.post-details .single-share ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.post-details .single-share ul li {
  margin-left: 9px;
  margin-right: 9px;
  line-height: 24px;
}
.post-details .single-share ul li a {
  color: var(--dark-color);
  font-size: 16px;
  text-decoration: none;
}
.post-details .single-share ul li a:hover {
  color: var(--green-color);
}
.post-details .post-author {
  border: 2px solid rgba(221, 221, 221, 0.29);
  padding: 40px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-bottom: 75px;
}
.post-details .post-author__avatar {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 33px;
  margin-top: 10px;
}
.post-details .post-author__avatar img {
  width: 100%;
}
.post-details .post-author__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-details .post-author__title {
  font-size: 18px;
  line-height: 1.44;
  color: var(--dark-color);
  font-weight: 600;
}
.post-details .post-author__nicename {
  color: var(--dark-color);
  font-size: 13px;
}
.post-details .post-author__text {
  font-size: 15px;
  line-height: 1.73;
  color: var(--grey-color);
  margin-top: 17px;
}
.post-details .post-author__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 17px 0 0;
}
.post-details .post-author__social li {
  margin-right: 18px;
}
.post-details .post-author__social li a {
  color: var(--dark-color);
  font-size: 18px;
  text-decoration: none;
}
.post-details .post-author__social li a:hover {
  color: var(--green-color);
}
.post-details .wp-block-spacer {
  clear: both;
}
.post-details .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.post-details .post-nav {
  margin: 75px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  border: 2px solid rgba(221, 221, 221, 0.29);
  clear: both;
}
.post-details .post-nav span:not(.pages) {
  color: var(--dark-color);
  font-weight: 600;
  margin: 0 10px;
  display: inline-block;
}
.post-details .post-nav > .pages,
.post-details .post-nav a {
  text-decoration: none;
  color: var(--grey-color);
  font-weight: 600;
  margin: 0 10px;
  display: inline-block;
}
.post-details .post-nav a:hover {
  color: var(--green-color);
}
.post-details .post-nav > .pages {
  color: var(--dark-color);
}
.post-details .single-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 80px -15px 90px;
  word-break: break-word;
}
.post-details .single-pagination .pag-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
  max-width: 45%;
}
.post-details .single-pagination .pag-next {
  text-align: right;
}
.post-details .single-pagination .pag-thumbnail {
  width: 101px;
  padding: 0 12px;
}
.post-details .single-pagination .pag-thumbnail a {
  display: block;
  width: 100%;
  height: 70px;
}
.post-details .single-pagination .pag-title {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  padding: 0 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-details .single-pagination .pag-title a {
  color: var(--dark-color);
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
}
.post-details .single-pagination .pag-title a b {
  color: inherit;
}
.post-details .single-pagination .pag-title a:hover {
  color: var(--green-color);
}
.post-details .single-pagination .pag-title div {
  color: var(--grey-color);
  font-weight: 400;
  font-size: 13px;
}
.post-details .single-pagination .pag-post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
.post-details .single-pagination .pag-arrow {
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 6px;
}
.post-details .single-pagination .pag-arrow a {
  color: var(--grey-color);
  text-decoration: none;
}
.post-details .single-pagination .pag-arrow a::before, .post-details .single-pagination .pag-arrow a::after {
  font-family: "Ionicons";
  font-size: 10px;
  position: relative;
  top: -1px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.post-details .single-pagination .pag-arrow--prev a::before {
  content: "\f3cf";
  margin-right: 7px;
}
.post-details .single-pagination .pag-arrow--prev a:hover::before {
  margin-right: 10px;
}
.post-details .single-pagination .pag-arrow--next a::after {
  content: "\f3d1";
  margin-left: 7px;
}
.post-details .single-pagination .pag-arrow--next a:hover::after {
  margin-left: 10px;
}
.post-details .single-pagination .pag-separate {
  width: 2px;
  opacity: 0.3;
  background-color: #ddd;
}
.post-details .recent-post {
  margin-top: 75px;
  margin-bottom: 75px;
}
.post-details .recent-post .category {
  position: absolute;
  right: 30px;
  top: 30px;
  max-width: -webkit-calc(100% - 60px);
  max-width: calc(100% - 60px);
  border: 1px solid rgba(255, 255, 255, 0.27);
  padding: 4px;
  z-index: 7;
}
.post-details .recent-post .category a {
  color: var(--light-color);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  margin: 3px 4px;
}
.post-details .recent-post .category a:hover {
  opacity: .8;
}
.post-details .recent-post .recent-post-date {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  color: var(--light-color);
}
.post-details .recent-post .swiper-pagination {
  position: static;
  margin-top: 50px;
}
.post-details .recent-post .swiper-pagination-bullet {
  background-color: var(--dark-color);
  margin: 0 4px;
  opacity: 0.14;
}
.post-details .recent-post .swiper-pagination-bullet-active {
  opacity: 1;
}
.post-details .recent-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-color);
  text-align: center;
  margin-bottom: 40px;
}
.post-details .recent-post-title {
  font-size: 20px;
  line-height: 1.5;
  color: var(--light-color);
  margin-bottom: 15px;
}
.post-details .recent-post-item {
  position: relative;
  padding-bottom: 100%;
  min-height: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
}
.post-details .recent-post-item > a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.post-details .recent-post-item > a:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  opacity: 0.28;
  background-color: var(--black-color);
}
.post-details .recent-post-item .content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 30px;
  z-index: 6;
}

.has-text-color.has-very-dark-gray-color {
  text-align: center !important;
  font-style: italic;
}
.has-text-color.has-very-dark-gray-color p {
  font-size: 24px !important;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  max-width: 100px;
}
.comment-form-cookies-consent label {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .single-page-wrap {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .single-page-wrap.single-services {
    padding-top: 0 !important;
  }

  .post-details .post-content {
    margin: 40px 0 60px;
  }
  .post-details .title {
    font-size: 35px;
  }
  .post-details .main-top-content {
    margin-bottom: 45px;
  }
  .post-details .main-top-content.margin-small {
    margin-bottom: 45px;
  }
  .post-details .fa-quote-right,
  .post-details .fa-link {
    font-size: 35px;
  }
  .post-details .link-wrap {
    font-size: 35px;
  }
  .post-details .post-excerpt {
    margin-bottom: 45px;
  }
  .post-details .post-excerpt:before {
    font-size: 250px;
  }
  .post-details .gallery {
    margin: 50px -15px 40px;
  }
  .post-details .gallery.gallery-columns-5 .gallery-item {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .post-details .gallery.gallery-columns-6 .gallery-item {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .post-details .gallery.gallery-columns-7 .gallery-item {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .post-details .gallery.gallery-columns-8 .gallery-item {
    width: 25%;
  }
  .post-details .gallery.gallery-columns-9 .gallery-item {
    width: 25%;
  }
  .post-details .post-info {
    margin: 70px -15px;
  }
  .post-details .post-author {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .post-details .post-author__avatar {
    width: 80px;
    height: 80px;
  }
  .post-details .post-nav {
    margin: 70px 0;
  }
  .post-details .single-pagination {
    margin: 70px -15px;
  }
  .post-details .single-pagination .pag-thumbnail {
    width: 90px;
  }
  .post-details .recent-post {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .post-details .recent-post .swiper-pagination {
    margin-top: 40px;
  }
  .post-details .recent-title {
    font-size: 27px;
  }
  .post-details .recent-post-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .single-page-wrap {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .post-content {
    margin: 35px 0 50px;
  }

  .post-details .title {
    font-size: 32px;
  }
  .post-details blockquote p, .post-details blockquote {
    font-size: 21px;
  }
  .post-details .main-top-content {
    margin-bottom: 35px;
  }
  .post-details .fa-quote-right,
  .post-details .fa-link {
    font-size: 32px;
  }
  .post-details .link-wrap {
    font-size: 27px;
  }
  .post-details .post-media-wrap {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .post-details .post-excerpt {
    margin-bottom: 45px;
  }
  .post-details .post-excerpt:before {
    font-size: 200px;
  }
  .post-details .gallery {
    margin: 40px -15px 30px;
  }
  .post-details .gallery.gallery-columns-3 .gallery-item, .post-details .gallery.gallery-columns-4 .gallery-item, .post-details .gallery.gallery-columns-5 .gallery-item, .post-details .gallery.gallery-columns-6 .gallery-item, .post-details .gallery.gallery-columns-7 .gallery-item, .post-details .gallery.gallery-columns-8 .gallery-item, .post-details .gallery.gallery-columns-9 .gallery-item {
    width: 50%;
  }
  .post-details .post-info {
    margin: 60px -15px;
  }
  .post-details .post-author {
    padding: 25px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .post-details .post-nav {
    margin: 60px 0;
  }
  .post-details .single-pagination {
    margin: 60px -15px;
  }
  .post-details .recent-post {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .post-details .recent-post .swiper-pagination {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .single-page-wrap {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .post-content {
    margin: 30px 0 45px;
  }

  .post-details .title {
    font-size: 27px;
  }
  .post-details blockquote p, .post-details blockquote {
    font-size: 18px;
  }
  .post-details .main-top-content {
    margin-bottom: 40px;
  }
  .post-details .main-top-content.margin-small {
    margin-bottom: 30px;
  }
  .post-details .fa-quote-right,
  .post-details .fa-link {
    font-size: 27px;
  }
  .post-details .link-wrap {
    font-size: 24px;
  }
  .post-details .post-media-wrap {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .post-details .post-excerpt {
    margin-bottom: 35px;
  }
  .post-details .post-excerpt:before {
    display: none;
  }
  .post-details .gallery {
    margin: 30px -15px;
  }
  .post-details .gallery.gallery-columns-2 .gallery-item, .post-details .gallery.gallery-columns-3 .gallery-item, .post-details .gallery.gallery-columns-4 .gallery-item, .post-details .gallery.gallery-columns-5 .gallery-item, .post-details .gallery.gallery-columns-6 .gallery-item, .post-details .gallery.gallery-columns-7 .gallery-item, .post-details .gallery.gallery-columns-8 .gallery-item, .post-details .gallery.gallery-columns-9 .gallery-item {
    width: 100%;
  }
  .post-details .post-info {
    margin: 50px -15px;
  }
  .post-details .post-author {
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .post-details .post-nav {
    margin: 50px 0;
  }
  .post-details .single-pagination {
    margin: 50px -15px;
  }
  .post-details .recent-post {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .post-details .recent-post .swiper-pagination {
    margin-top: 30px;
  }
  .post-details .recent-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .post-details .single-pagination .pag-arrow {
    margin-bottom: 10px;
  }
  .post-details .single-pagination .pag-title {
    font-size: 15px;
  }
  .post-details .single-pagination .pag-thumbnail {
    display: none;
  }
}
@media (max-width: 575px) {
  .single-page-wrap {
    padding-top: 35px;
  }

  .post-details .title {
    font-size: 24px;
  }
  .post-details ol ol,
  .post-details ol ul,
  .post-details ul ol,
  .post-details ul ul {
    margin-left: 15px;
  }
  .post-details hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .post-details blockquote {
    margin: 30px auto;
  }
  .post-details .post-media-wrap,
  .post-details .main-top-content {
    margin-bottom: 30px;
  }
  .post-details .post-media-wrap {
    margin-top: 30px;
  }
  .post-details .post-excerpt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .post-details .post-excerpt:before {
    font-size: 130px;
    left: -20px;
  }
  .post-details .post-author {
    padding: 20px;
  }
  .post-details .post-author__avatar {
    display: none;
  }
  .post-details .single-pagination .pag-title {
    display: none;
  }
  .post-details .single-pagination .pag-arrow {
    margin-bottom: 0;
  }
  .post-details .post-info {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-details .single-share:not(:first-child) {
    margin-top: 10px;
  }
  .post-details .post-content {
    margin: 30px 0;
  }
}
.sidebar-no .post-details blockquote {
  max-width: 710px;
  margin: 60px auto;
}
.sidebar-no .post-details .single-content-wrapper {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-no .post-details .post-media--image,
.sidebar-no .post-details .post-media--video,
.sidebar-no .post-details .post-media--slider {
  width: 1110px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.sidebar-no .post-details .gallery {
  width: 1140px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

@media (max-width: 1200px) {
  .sidebar-no .post-details .post-media--image,
  .sidebar-no .post-details .post-media--video,
  .sidebar-no .post-details .post-media--slider {
    width: 930px;
  }
  .sidebar-no .post-details .gallery {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .sidebar-no .post-details .post-media--image,
  .sidebar-no .post-details .post-media--video,
  .sidebar-no .post-details .post-media--slider,
  .sidebar-no .post-details .gallery {
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
  }

  .sidebar-show.single-page-wrap {
    padding-bottom: 30px;
  }
  .sidebar-show .single-content {
    padding-bottom: 50px;
  }
  .sidebar-show .single-pagination:last-child {
    margin-bottom: 0;
  }

  .single-page-wrap .curantis-sidebar {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .post-media.post-media--slider {
    padding-bottom: 0 !important;
  }

  .post-media--slider {
    height: 265px;
  }
  .post-media--slider .swiper-slider-visible {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .sidebar-no .post-details .comment-respond {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sidebar-show .single-content {
    padding-bottom: 40px;
  }
  .sidebar-show.single-page-wrap {
    padding-bottom: 0px;
  }
}
/*------------------------------------------------------*/
/*------------------ PROTECTED PAGE -------------------*/
.single-content.protected-page h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.single-content.protected-page label {
  display: none;
}
.single-content.protected-page br {
  display: none;
}
.single-content.protected-page p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-content.protected-page [type="password"] {
  border: 1px solid var(--grey-color);
  padding: 10px 15px;
  min-width: 150px;
}

@media (max-width: 767px) {
  .single-content.protected-page h3 {
    margin-bottom: 20px;
  }
  .single-content.protected-page p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-content.protected-page [type="password"] {
    margin-bottom: 15px;
  }
}
/*------------------------------------------------------*/
/*------------------ COMMENTS -------------------*/
.single #wp-temp-form-div,
.page-template-default #wp-temp-form-div {
  min-height: 2px;
  background-color: #f7f7f7;
  display: block !important;
}
.single .comments,
.page-template-default .comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
.single .comments input:not([type="submit"]),
.single .comments textarea,
.page-template-default .comments input:not([type="submit"]),
.page-template-default .comments textarea {
  background: none;
  outline: none;
  border: 0;
  border-bottom: 2px solid #ddd;
  font-size: 15px;
  color: var(--grey-color);
  display: block;
  padding: 15px 0px;
  margin: 15px;
  -webkit-transition: border-bottom-color .35s ease;
  -moz-transition: border-bottom-color .35s ease;
  -ms-transition: border-bottom-color .35s ease;
  -o-transition: border-bottom-color .35s ease;
  transition: border-bottom-color .35s ease;
}
.single .comments input:not([type="submit"]):focus,
.single .comments textarea:focus,
.page-template-default .comments input:not([type="submit"]):focus,
.page-template-default .comments textarea:focus {
  border-bottom-color: var(--green-color);
}
.single .comments label input,
.page-template-default .comments label input {
  width: 100%;
}
.single .comments label[for="email"],
.page-template-default .comments label[for="email"] {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin-left: 30px;
  position: relative;
}
.single .comments label[for="name"],
.page-template-default .comments label[for="name"] {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  position: relative;
}
.single .comments label[for="comment"],
.page-template-default .comments label[for="comment"] {
  width: 100%;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}
.single .comments textarea,
.page-template-default .comments textarea {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  resize: none;
  height: 110px;
}
.single .comments .input-wrapper,
.page-template-default .comments .input-wrapper {
  text-align: center;
  margin-top: 60px;
}
.single .comments .form-group,
.page-template-default .comments .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single .comments-form,
.page-template-default .comments-form {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  min-height: 1px;
}
.single .comments-title,
.single .comment-reply-title,
.page-template-default .comments-title,
.page-template-default .comment-reply-title {
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-color);
  text-align: center;
  margin-bottom: 30px;
}
.single .comments-title,
.page-template-default .comments-title {
  margin-top: 90px;
}
.single .comment-reply-title small,
.page-template-default .comment-reply-title small {
  display: inline-block;
  margin-left: 10px;
}
.single .comment-reply-title small a,
.page-template-default .comment-reply-title small a {
  text-decoration: none;
  color: var(--green-color);
}
.single .comment-reply-title small a:hover,
.page-template-default .comment-reply-title small a:hover {
  color: var(--grey-color);
}
.single .comment .comment-respond,
.page-template-default .comment .comment-respond {
  padding: 40px !important;
  background-color: #f7f7f7;
}
.single .comment .comment-respond::before,
.page-template-default .comment .comment-respond::before {
  display: none !important;
}
.single .comment .comment-respond textarea,
.page-template-default .comment .comment-respond textarea {
  height: 90px;
}
.single .comment .comment-respond .input-wrapper,
.page-template-default .comment .comment-respond .input-wrapper {
  margin-top: 30px;
  text-align: left;
}
.single .comment .comment-respond .comment-reply-title,
.page-template-default .comment .comment-respond .comment-reply-title {
  font-size: 24px;
  text-align: left;
}
.single .comment .comment-respond .comment-reply-title::before,
.page-template-default .comment .comment-respond .comment-reply-title::before {
  display: none;
}
.single .comment .children,
.page-template-default .comment .children {
  list-style: none;
}
.single .comment .content,
.page-template-default .comment .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 20px;
  border-bottom: 2px solid rgba(221, 221, 221, 0.29);
}
.single .comment .content .person-img,
.page-template-default .comment .content .person-img {
  width: 90px;
  height: 90px;
  margin-right: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.single .comment .content .comment-content,
.page-template-default .comment .content .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: -webkit-calc(100% - 108px);
  max-width: calc(100% - 108px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single .comment .content .text,
.page-template-default .comment .content .text {
  width: 100%;
  color: var(--grey-color);
  font-size: 15px;
  line-height: 1.73;
  margin-top: 20px;
}
.single .comment .content .text p,
.page-template-default .comment .content .text p {
  margin-bottom: 0;
}
.single .comment .content .author,
.page-template-default .comment .content .author {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 7px;
  color: var(--dark-color);
}
.single .comment .content .comment-date,
.page-template-default .comment .content .comment-date {
  font-size: 14px;
  color: #b5b5b5;
  line-height: 1.8;
}
.single .comment .content .comment-reply-link,
.page-template-default .comment .content .comment-reply-link {
  color: var(--grey-color);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.single .comment .content .comment-reply-link:hover,
.page-template-default .comment .content .comment-reply-link:hover {
  color: var(--dark-color);
  border-bottom-color: var(--grey-color);
}
.single .comment .comment,
.page-template-default .comment .comment {
  padding-left: 3%;
}
.single .comments > li:last-of-type > div:last-child > .content,
.page-template-default .comments > li:last-of-type > div:last-child > .content {
  border-bottom: 0;
}

@media (max-width: 1200px) {
  .single .comments .input-wrapper,
  .page-template-default .comments .input-wrapper {
    margin-top: 45px;
  }
  .single .comments-title,
  .single .comment-reply-title,
  .page-template-default .comments-title,
  .page-template-default .comment-reply-title {
    font-size: 27px;
  }
  .single .comments-title,
  .page-template-default .comments-title {
    margin-top: 70px;
  }
  .single .comment-reply-title:before,
  .page-template-default .comment-reply-title:before {
    line-height: 1;
    font-size: 50px;
  }
  .single .comment .content .person-img,
  .page-template-default .comment .content .person-img {
    width: 80px;
    height: 80px;
  }
  .single .comment .content .comment-content,
  .page-template-default .comment .content .comment-content {
    max-width: -webkit-calc(100% - 98px);
    max-width: calc(100% - 98px);
  }
}
@media (max-width: 991px) {
  .single .comments .input-wrapper,
  .page-template-default .comments .input-wrapper {
    margin-top: 35px;
  }
  .single .comments-title,
  .page-template-default .comments-title {
    margin-top: 60px;
  }
  .single .comment-reply-title:before,
  .page-template-default .comment-reply-title:before {
    font-size: 40px;
  }
  .single .comment .comment-respond .comment-reply-title,
  .page-template-default .comment .comment-respond .comment-reply-title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .single .comments .input-wrapper,
  .page-template-default .comments .input-wrapper {
    margin-top: 35px;
  }
  .single .comments-title,
  .page-template-default .comments-title {
    margin-top: 50px;
    font-size: 24px;
  }
  .single .comment-reply-title,
  .page-template-default .comment-reply-title {
    font-size: 24px;
  }
  .single .comment-reply-title:before,
  .page-template-default .comment-reply-title:before {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .single .comment .content,
  .page-template-default .comment .content {
    padding: 30px 15px;
  }
  .single .comment .comment-respond,
  .page-template-default .comment .comment-respond {
    padding: 30px !important;
  }
  .single .comment .comment-respond .comment-reply-title,
  .page-template-default .comment .comment-respond .comment-reply-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .single .comments input:not([type="submit"]),
  .page-template-default .comments input:not([type="submit"]) {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .single .comments textarea,
  .page-template-default .comments textarea {
    margin-top: 0;
    height: 90px;
  }
  .single .comment .content,
  .page-template-default .comment .content {
    padding: 15px 0;
  }
  .single .comments .input-wrapper,
  .page-template-default .comments .input-wrapper {
    margin-top: 30px;
  }
  .single .comment .comment-respond,
  .page-template-default .comment .comment-respond {
    padding: 20px !important;
  }
}
.single .sidebar-no .comments-form,
.page-template-default .sidebar-no .comments-form {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.single .sidebar-no .comment-respond,
.page-template-default .sidebar-no .comment-respond {
  padding: 100px 0;
  position: relative;
}
.single .sidebar-no .comment-respond::before,
.page-template-default .sidebar-no .comment-respond::before {
  width: 110vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f7f7f7;
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
}

@media (max-width: 1200px) {
  .single .sidebar-no .comment-respond,
  .page-template-default .sidebar-no .comment-respond {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .single .sidebar-no .comment-respond,
  .page-template-default .sidebar-no .comment-respond {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .single .sidebar-no .comment-respond,
  .page-template-default .sidebar-no .comment-respond {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sidebar-no .comments > li:last-of-type {
  padding-bottom: 80px;
}

@media (max-width: 1200px) {
  .sidebar-no .comments > li:last-of-type {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .sidebar-no .comments > li:last-of-type {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sidebar-no .comments > li:last-of-type {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .sidebar-no .comments > li:last-of-type {
    padding-bottom: 40px;
  }
}
.post-details.unit .pinback ~ .comments-form {
  background-color: #f7f7f7;
}

/*# sourceMappingURL=blog-details.min.css.map */
