/*-----------------------------------------------------------
  PAGE STYLES
-------------------------------------------------------------

/*-----------------------------------------------------------
  TABLE OF CONTENTS:
-------------------------------------------------------------

# Article page
    Article page -> category block
    Article page -> article block
    Article page -> thumbnail
    Article page -> meta navigation
    Article page -> global
    Article page -> title
    Article page -> grey block with list of page headlines
    Article page -> page numbers
    Article page ----------> viewport 1023px
    Article page ----------> viewport 800px
    Article page ----------> viewport 600px
# Article widgets
    Article widgets -> tags
    Article widgets -> prev & next buttons
    Article widgets -> ratings ( if wp-ratings plugin was activated )
    Article widgets -> posts by category block
    Article widgets ----------> viewport 1023px
    Article widgets ----------> viewport 800px
    Article widgets ----------> viewport 300px
# Comments
    Comments ----------> viewport 1023px
    Comments ----------> viewport 800px
    Comments ----------> viewport 480px
# Other Styles
-----------------------------------------------------------*/


/*-----------------------------------------------------------
 
IMPORTANT!

Any changes made to this or any other of the theme's files 
will be lost at the next update.

To safely make customizations to the theme, for CSS-only 
consider using the theme's dedicated "Custom CSS" field 
found under the Miscellaneous section of the theme 
settings page;
-----------------------------------------------------------*/

/*------------------------------------------------------------
  Backgrounds, colors and icons
------------------------------------------------------------*/

/*------------------------------------------------------------
# Article page
------------------------------------------------------------*/

.page__content-block {
  width: 100%;
  overflow: hidden
}

.content-block__article-section {
  margin: 4px auto 0;
  width: 100%
}

.page-content-block__article-block {
  display: inline-block;
  vertical-align: top
}

.page-content-block__article-block.content-width {
  margin: 0 .5% 0 0;
  float: left;
  width: 100%;
  max-width: 71.3%
}

.page-content-block__article-block.full-width {
  margin: 0 auto;
  float: left;
  width: 100%
}


/*  Article page -> category block
------------------------------------------------------------*/

.page-content-block__page-category {
  margin: 0 auto 5px;
  min-height: 22px;
  overflow: hidden;
  background: transparent url("images/sprite.svg#page-content-list-back-lt") repeat;
  background-size: 2px;
  -webkit-background-size: 2px;
  -o-background-size: 2px;
  border-radius: 3px
}

.page-category__links-list {
  font-size: 0.0001px
}

.page-category__block .page-category__links-list a,
.page-category__block .page-category__links-list .page-category__title {
  padding: 4px 6px;
  margin: 0px 6px 6px;
  max-width: 400px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: var(--white);
  color: var(--black2)
}

.page-category__block .page-category__links-list *::first-letter {
  text-transform: capitalize
}

.page-category__block .page-category__links-list a:hover {
  color: var(--red2);
  text-decoration: 2px underline;
}

/*  Article page -> article block
------------------------------------------------------------*/

.article-block__article {
  position: relative
}


/*
 * If thumbnail has not full width
 * 
 * */

.category-block__img-size-medium {
  position: relative;
  margin: 0 auto;
  padding: 10px 0 5px;
  max-width: 60%;
  text-align: center;
  background-color: transparent
}

.category-block__img-size-small {
  position: relative;
  margin: 0 auto;
  padding: 36px 0 35px;
  max-width: 60%;
  text-align: center;
  background-color: transparent
}

.category-block__img-size-medium .thumb-category__links-list a,
.category-block__img-size-small .thumb-category__links-list a,
.category-block__img-size-medium .thumb-category__links-list .thumb-category__title,
.category-block__img-size-small .thumb-category__links-list .thumb-category__title,
.category-block__img-size-medium .page-category__links-list .page-category__title,
.category-block__img-size-small .page-category__links-list .page-category__title {
  display: inline-block;
  position: unset;
  margin: 0 5px;
  max-width: 400px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: var(--fontSize);
  background: 0;
  letter-spacing: 0px;
  -ms-word-wrap: normal;
  word-wrap: normal;
  color: var(--black2)
}

.category-block__img-size-medium a:hover,
.category-block__img-size-small a:hover {
  text-decoration: 2px underline;
  opacity: .6
}


/*  Article page -> thumbnail
------------------------------------------------------------*/

.article__article-top-thumbnail {
  position: relative;
  border-radius: 3px;
  background-color: var(--grey3)
}

.post-thumbnail__img-thumbnail-size-full {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  font-size: 0.001px;
  border-radius: 3px
}

.post-thumbnail__img-thumbnail-size-medium {
  display: block;
  margin: 0 auto;
  padding: 0 0 10px;
  height: auto;
  width: auto;
  max-width: 100%;
  font-size: 0.001px;
  border-radius: 3px
}

.post-thumbnail__img-thumbnail-size-small {
  display: block;
  margin: 0 auto;
  padding: 0 0 75px;
  height: auto;
  width: auto;
  max-width: 100%;
  font-size: 0.001px;
  border-radius: 3px
}

.post-thumbnail__svg-background-icon {
  margin: 50px auto 100px
}

.post-thumbnail__svg-background-icon .svg-background-icon {
  margin: 0 auto;
  width: 78px;
  height: 78px;
  font-size: 0.001px;
  background-size: 130px;
  -webkit-background-size: 130px;
  -o-background-size: 130px
}

.article__article-top-thumbnail:hover .svg-background-icon {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4)
}

/*
 * Meta block if post thumbnail has not full width
 * 
 * */

.meta-block-not-full-width-img {
  padding: 0 0 10px 0
}

.meta-block-not-full-width-img .article__meta {
  position: relative;
  width: 100%;
  font-size: 0.0001px;
  font-weight: 600;
  text-align: center;
  background-color: transparent
}

.meta-block-not-full-width-img .article__meta li {
  display: inline-block;
  font-size: var(--fontSize)
}


/*  Article page -> meta navigation
------------------------------------------------------------*/

.article__meta-navigation .article__meta {
  position: relative;
  margin: var(--fontSize) 0 0 0;
  padding: 3px 0;
  width: 100%;
  background-color: var(--grey3);
  border-radius: 3px;
}

.article__meta-navigation .article__meta .post-info__item:first-child {
  margin: 0 5px 0 10px
}

.meta-block-not-full-width-img .article__meta .post-info__item,
.article__meta-navigation .article__meta .post-info__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 0.001px;
  font-weight: bold
}

.meta-block-not-full-width-img .article__meta .sleep,
.article__meta-navigation .article__meta .sleep {
  display: none
}

.meta-block-not-full-width-img .article__meta .meta-item__meta-counter,
.article__meta-navigation .article__meta .meta-item__meta-counter {
  text-transform: lowercase
}

.meta-block-not-full-width-img .article__meta .meta-item__icon-author,
.article__meta-navigation .article__meta .meta-item__icon-author {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 20px;
  height: 20px
}

.article__meta-navigation .article__meta .meta-item__icon-author {
  margin-bottom: 0px;
}

.meta-block-not-full-width-img .article__meta .svg-icon__author,
.article__meta-navigation .article__meta .svg-icon__author {
  display: inline-block;
  vertical-align: top;
  width: var(--fontSize);
  height: 100%
}

.meta-block-not-full-width-img .article__meta .meta-item__icon-views,
.article__meta-navigation .article__meta .meta-item__icon-views {
  display: none;
  vertical-align: middle;
  margin-right: 3px
}

.meta-block-not-full-width-img .article__meta .icon-views__svg,
.article__meta-navigation .article__meta .icon-views__svg {
  display: none;
  vertical-align: top;
  width: 20px;
  height: 16px
}

.meta-block-not-full-width-img .article__meta .svg-icon__eye,
.article__meta-navigation .article__meta .svg-icon__eye {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 100%
}

/* Comment icon */

.meta-block-not-full-width-img .article__meta .meta-item__icon-comment,
.article__meta-navigation .article__meta .meta-item__icon-comment {
  margin-right: 3px
}

.meta-block-not-full-width-img .article__meta .post-comments__icon,
.article__meta-navigation .article__meta .post-comments__icon {
  position: relative;
  width: 17px;
  height: 13px;
}

.meta-block-not-full-width-img .article__meta .post-comments-icon__svg,
.article__meta-navigation .article__meta .post-comments-icon__svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.meta-block-not-full-width-img .article__meta .comment-icon,
.article__meta-navigation .article__meta .comment-icon {
  position: relative;
  width: 15px;
  height: 17px
}

.meta-block-not-full-width-img .meta-item__icon-comment .post-comments__icon,
.meta-block-not-full-width-img .meta-item__icon-comment .post-comments__count-value,
.article__meta-navigation .meta-item__icon-comment .post-comments__icon,
.article__meta-navigation .meta-item__icon-comment .post-comments__count-value {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  font-size: 12px;
  line-height: 1;
}




/* Time icon */

.meta-block-not-full-width-img .article__meta .meta-item__time-icon,
.article__meta-navigation .article__meta .meta-item__time-icon {
  margin-right: 3px
}

.meta-block-not-full-width-img .article__meta .icon-time__svg,
.article__meta-navigation .article__meta .icon-time__svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 18px
}

.meta-block-not-full-width-img .article__meta .svg-icon__time,
.article__meta-navigation .article__meta .svg-icon__time {
  display: inline-block;
  vertical-align: middle;
  width: var(--fontSize);
  height: 14px
}

/* Edit icon */

.meta-block-not-full-width-img .article__meta .meta-item-article-edit {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  left: unset;
  height: 30px;
  width: 30px
}

.article__meta-navigation .article__meta .meta-item-article-edit {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  margin: 0
}

.meta-item-article-edit a:hover {
  opacity: 1;
  border-bottom: 2px solid var(--red2)  
}

.meta-block-not-full-width-img .article__meta .meta-item-article-edit__svg,
.article__meta-navigation .article__meta .meta-item-article-edit__svg {
  display: block;
  height: 24px;
  width: 21px;
  margin-right: 10px
}

.meta-block-not-full-width-img .article__meta .meta-item-article-edit__svg .svg-icon__edit,
.article__meta-navigation .article__meta .meta-item-article-edit__svg .svg-icon__edit {
  display: block;
  width: 20px;
  height: 20px;
  fill: var(--red2)
}

.meta-block-not-full-width-img .article__meta .meta-item-article-edit__svg:hover .svg-icon__edit,
.article__meta-navigation .article__meta .meta-item-article-edit__svg:hover .svg-icon__edit {
  opacity: .7
}

.meta-item__author-name,
.meta-item__meta-counter,
.icon-time__date-block {
  display: inline-block;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 12px;
  line-height: 1
}


/*  Meta -> user icon
------------------------------------------------------------*/

.user-icon {
  position: relative;
  width: 16px;
  height: 17px;
  overflow: hidden
}

.user-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 71%;
  height: 65%;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--black)
}

.user-icon:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--black);
}


/*  Article page -> global
------------------------------------------------------------*/

.article-content__block {
  padding: 0 1px;
  color: var(--black2)
}

.article-content__page--bottom {
  clear: both;
}

.article-content__page img {
  max-width: 100%
}

.article-content__page p a img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  font-size: 0.001px;
  color: var(--black2)
}

.article-content__page .page-preview__img img {
  margin: 0 auto
}

.article-content__title li,
.article-content__page li {
  margin: 5px 0;
  max-width: 100%;
  font-size: var(--fontSize);
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: var(--black2)
}

.article-content__page h1,
.article-content__page h2,
.article-content__page h3,
.article-content__page h4,
.article-content__page h5,
.article-content__page h6 {
  padding: 20px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-transform: initial;
  color: var(--black2)
}

.article-content__page h1 {
  font-size: 33px
}

.article-content__page h2 {
  font-size: 27px
}

.article-content__page h3 {
  font-size: 24px
}

.article-content__page h4 {
  font-size: 21px
}

.article-content__page h5 {
  font-size: 18px
}

.article-content__page h6 {
  font-size: 16px
}

.article-content__page p {
  font-size: var(--fontSize);
  line-height: 1.5;
  padding: 0 0 20px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: var(--black2)
}

.article-content__page h1 b,
.article-content__page h1 strong,
.article-content__page h2 b,
.article-content__page h2 strong,
.article-content__page h3 b,
.article-content__page h3 strong,
.article-content__page h4 b,
.article-content__page h4 strong,
.article-content__page h5 b,
.article-content__page h5 strong,
.article-content__page h6 b,
.article-content__page h6 strong {
  font-weight: bolder;
  text-transform: unset;
  color: var(--black2)
}

.article-content__page p b,
.article-content__page p strong {
  font-size: calc(var(--fontSize) - 4px)
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  font-size: var(--font-size);
  border-radius: 3px;
}

.article-content__page .wp-caption-text b,
.article-content__page .wp-caption-text strong {
  font-size: 10px
}

.article-content__page a,
.article-content__page li a,
.article-content__page p a {
  font-weight: 600;
  text-decoration: 2px underline;
  color: var(--red2)
}

.article-content__page a:hover,
.article-content__page li a:hover,
.article-content__page p a:hover {
  text-decoration: none;
  opacity: 0.6
}

.article-content__page>div {
  margin: 20px 0;
  font-size: var(--fontSize);
  line-height: 1.5;
  padding: 0 0 20px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.article-content__page .wp-block-cover-text {
  background-color: var(--white);
  opacity: 0.7;
  color: var(--black);
}

.article-content__page .page-preview__block,
.article-content__page .page-preview__img,
.article-content__page .page-preview__title,
.article-content__page .loader {
  margin: 0 auto;
  padding: 0
}

.article-content__page ol,
.article-content__page ul,
.article-content__page pre {
  margin: 0 20px
}


/*  Article page -> title
------------------------------------------------------------*/

.article-content__headline {
  margin: 0;
  margin-top: var(--fontSize);
  padding: 0 0 20px;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: var(--black2)
}


/*  Article page -> grey block with list of page headlines
------------------------------------------------------------*/

.article-content__title .oldschool-content-list,
.article-content__page .oldschool-content-list {
  margin: 20px 0;
  font-size: var(--fontSize);
  line-height: 1.5;
  padding: 0 0 20px 0
}

.article-content__title .post__content-list,
.article-content__page .post__content-list {
  position: relative;
  padding: var(--fontSize);
  margin: 0 auto;
  border-radius: 3px;
  background-color: var(--grey3)
}

.post__content-title .content-list__title,
.post__content-list .content-list__title {
  display: table;
  margin: 0 0 17px 0;
  padding: 0 0 3px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  word-wrap: break-word;
  text-transform: uppercase;
  border-bottom: 3px solid var(--black2)
}

.post__content-list .content-list__item {
  display: block;
  margin: 0;
  padding: 0 0 5px;
  font-size: var(--fontSize);
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: var(--black2);
  list-style: none
}

.oldschool-content-list .content-list__link {
  text-decoration: unset;
  font-weight: 600;
  color: var(--black2)
}

.oldschool-content-list .content-list__link:hover {
  opacity: 1;
  text-decoration: 2px underline;
  color: var(--red2)
}

.post__content-list .content-list__item .page-preview__block {
  display: none
}

.article-content__page .post-nav-links {
  margin: 20px 0;
  height: 40px;
  width: 100%;
  text-align: center;
  font-size: 0.001px
}


/*  Article page -> page numbers
------------------------------------------------------------*/

.article-content__page .post-nav-links .post-page-numbers {
  margin: 0 0 0 var(--fontSize);
  padding: 3px 10px;
  height: 25px;
  font-size: var(--fontSize);
  font-weight: bold;
  line-height: 1.5
}

.article-content__page .post-nav-links .post-page-numbers:hover .page-preview__block {
  display: none
}


/*  Article page -----------> viewport 1023px
------------------------------------------------------------*/

@media screen and (min-width:1px) and (max-width:1023px) {

  .site-layer__middle__page {
    max-width: 762px;
    margin: 35px auto 0;
  }

  .content-block__article-section {
    margin: 0 auto
  }

  .page__content-block {
    margin: 0 auto;
    max-width: 762px;
    width: 100%
  }

  .page-content-block__article-block.content-width,
  .page-content-block__article-block.full-width {
    margin: 0 auto;
    max-width: 762px;
    overflow: hidden
  }

  .post-thumbnail__mobile-category-position {
    width: 100%
  }

  .page-category__block {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 0;
    background-image: none
  }

  .page-content-block__page-category {
    display: none
  }

  .page-category__block .page-category__svg-icon {
    display: none
  }

  .page-category__block .page-category__links-list {
    position: absolute;
    bottom: 0;
    left: 0
  }

  .page-category__block .page-category__links-list a:first-child {
    padding-left: 0;
    margin-left: 6px
  }

  .page-category__block .page-category__links-list a {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0;
    height: auto;
    font-size: var(--fontSize);
    line-height: 1.5;
    text-transform: uppercase;
    white-space: nowrap
  }

  .meta-item-article-edit {
    position: unset
  }
}


/*  Article page -----------> viewport 800px
------------------------------------------------------------*/

@media screen and (min-width:1px) and (max-width:800px) {
  .page__content-block {
    margin: 0 auto;
    padding: 0 var(--fontSize);
    max-width: 480px;
    width: 100%
  }

  .page-content-block__article-block.content-width,
  .page-content-block__article-block.full-width {
    max-width: 480px
  }

  .meta-block-not-full-width-img .article__meta .meta-item-article-edit {
    position: unset
  }

  .article__meta-navigation .article__meta {
    height: 100%
  }

  .article-content__page li {
    margin: 5px auto
  }

  .content-list__link {
    font-size: var(--fontSize);
    font-weight: 600;
    line-height: var(--fontSize)
  }
}


/*  Article page -----------> viewport 600px
------------------------------------------------------------*/

@media screen and (min-width:1px) and (max-width:600px) {

  .page-content-block__article-block.content-width,
  .page-content-block__article-block.full-width {
    margin: 0 auto;
    overflow: hidden
  }
}



/*------------------------------------------------------------
# Article widgets
------------------------------------------------------------*/

.article-block__widgets {
  padding: 0 1px
}


/*  Article widgets -> tags
------------------------------------------------------------*/

.post-widgets__tags {
  margin: 10px 0;
  width: 100%
}

.tags__title {
  width: 100%;
  max-width: 762px
}


.post-widgets__tags a {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 3px 8px;
  height: 20px;
  width: auto;
  max-width: 300px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--red2);
  border: 1px solid var(--grey);
  border-radius: 4px;
}

.post-widgets__tags a:hover {
  opacity: .6
}

/*  Article widgets -> prev & next buttons
------------------------------------------------------------*/

.post-buttons__prev,
.post-buttons__next {
  position: fixed;
  top: 50%;
  bottom: 50%;
  margin: -50px 0;
  z-index: 12
}

.post-buttons__prev {
  left: 5px
}

.post-buttons__next {
  right: 5px
}

.post-link__content {
  position: absolute
}

.post-buttons__prev .prev__post-link,
.post-buttons__next .next__post-link {
  display: block
}

.prev__post-link,
.next__post-link {
  display: none;
  width: 35px;
  height: 110px
}

.content-block__icon-prev-arrow,
.content-block__icon-next-arrow {
  z-index: 2;
  width: 35px;
  height: 110px;
  border-radius: 4px;
  line-height: 110px;
  background-color: var(--grey6)
}

.prev__post-link:hover .content-block__icon-prev-arrow,
.next__post-link:hover .content-block__icon-next-arrow {
  background-color: var(--red);
  box-shadow: 0 0 10px #ccc
}

.prev__post-link:hover .icon-arrow__prev,
.next__post-link:hover .icon-arrow__next {
  fill: var(--white)
}

.mob-icon-block__prev,
.mob-icon-block__next {
  display: none;
  background-color: var(--red)
}

.icon-arrow__prev {
  margin: 0 10px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 100%;
  width: var(--fontSize)
}

.icon-arrow__next {
  margin: 0 10px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 100%;
  width: var(--fontSize)
}

.prev__post-link:hover .content-block__icon-prev-arrow,
.next__post-link:hover .content-block__icon-next-arrow {
  z-index: 11
}

.content-block__post-preview-grid {
  position: absolute;
  top: -5px;
  bottom: 0;
  width: 310px;
  height: 120px;
  z-index: -1;
  transition: all .1s cubic-bezier(.21, .60, .35, 1);
  overflow: hidden
}

.post-buttons__prev .content-block__post-preview-grid {
  left: -330px;
  border-radius: 0 4px 4px 0
}

.post-buttons__next .content-block__post-preview-grid {
  right: -330px;
  border-radius: 4px 0 0 4px
}

.post-buttons__prev:hover .content-block__post-preview-grid {
  left: -5px;
  bottom: 0
}

.post-buttons__next:hover .content-block__post-preview-grid {
  right: -5px;
  bottom: 0
}

.post-buttons__prev img:hover,
.post-buttons__next img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.post-preview-grid__img-block {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
  background-color: var(--grey3)
}

.post-preview-grid__img-block img {
  position: absolute;
  margin: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: unset
}

.post-preview-grid__img-block .post-image__svg-post-thumbnail {
  position: absolute;
  width: 100%;
  height: 120px;
  line-height: 120px;
  background-color: var(--grey3)
}

.post-image__svg-post-thumbnail .svg-background-icon {
  margin: 36px auto;
  height: 48px;
  width: 49px;
  background-size: 80px;
  -webkit-background-size: 80px;
  -o-background-size: 80px;
  background-position: 0px 0px;
  font-size: 0.001px;
}

.post-preview-grid__title {
  position: absolute;
  bottom: 10px;
  padding: 3px 5px;
  max-width: 82%;
  background-color: rgba(0, 0, 0, 0.5)
}

.prev__post-link .post-preview-grid__title {
  right: 0;
  margin-left: 45px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.next__post-link .post-preview-grid__title {
  left: 0;
  margin-right: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.prev__post-link .post-preview-grid__title .preview-title-block__h3,
.next__post-link .post-preview-grid__title .preview-title-block__h3 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white)
}


/*  Article widgets -> ratings ( if wp-ratings plugin was activated )
------------------------------------------------------------*/

.post-widgets__post-ratings-block {
  margin: 25px 0;
  font-size: 0.001px
}

.post-rating__post-rate-icon {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 11px 0 -4px;
  width: 32px;
  height: 32px;
}

.rate-icon__svg-rate-icon {
  width: 32px;
  height: 32px
}

.post-ratings {
  display: inline-block;
  width: auto
}

.post-ratings-loading {
  display: none;
  height: 16px;
  text-align: left
}

.post-ratings-image {
  border: 0
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  border: 0
}

.post-ratings-comment-author {
  font-weight: 400;
  font-style: italic
}


/*  Article widgets -> posts by category block
------------------------------------------------------------*/

.post-widgets__posts-by-category {
  margin-top: var(--fontSize);
  width: 100%;
  padding: 40px 20px;
  border-radius: 4px;
  font-size: 0.0001px;
  background-color: #fff6d6
}

.posts-by-category__title {
  display: inline-block;
  vertical-align: top;
  width: 30%
}

.posts-title__h3 {
  margin: -5px 0;
  font-size: var(--fontSize);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: var(--black2)
}

.posts-by-category__content {
  display: inline-block;
  vertical-align: top;
  width: 70%
}

.content-block__list {
  position: relative;
  left: 20px;
  width: 100%;
  overflow: hidden
}

.post-list__item {
  position: relative;
  min-height: 100px;
  width: 100%;
  margin: 0 0 10px 0
}

.post-list__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 3px;
  width: 90%;
  height: 100%
}

.content-block__thumbnail {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100px;
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 3px
}

.post-title__block {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: var(--black2)
}

.content-block__thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  margin: 0 auto;
  height: 100%;
  width: auto;
  font-size: 0.001px
}

.content-block__thumbnail .news-block__post-image {
  height: 100%;
  width: 100%;
  background-size: 2px;
  -webkit-background-size: 2px;
  -o-background-size: 2px
}

.content-block__thumbnail .post-image__svg-post-thumbnail {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--white);
}

.content-block__thumbnail .svg-background-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  font-size: 0.001px;
  background-size: 55px;
  -webkit-background-size: 55px;
  -o-background-size: 55px;
  background-position: 2px 2px;
}

.post-thumbnail__block:hover .content-block__thumbnail .svg-background-icon {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2)
}

.content-block__content-grid {
  display: inline-block;
  position: absolute;
  vertical-align: top;
  padding: 0 var(--fontSize);
  height: 100%;
  max-width: 78%
}

.content-grid__list {
  position: relative;
  height: 100%;
  max-width: 440px
}

.post-item-content__title {
  margin: 6px 0;
  height: auto;
  max-height: 62px;
  overflow: hidden
}

.post-item-content__title .post-title-link__headline {
  width: 100%;
  font-size: var(--fontSize);
  font-weight: bold;
  line-height: 1.3;
  text-transform: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: var(--black2)
}

.post-list__link:hover .post-title-link__headline {
  text-decoration: 2px underline;
}

.posts-by-cat-meta-list__views {
  display: none;
  vertical-align: top;
  margin-right: 10px
}

.posts-meta-views__svg-icon .posts-views__svg {
  width: 16px;
  height: 17px
}

.posts-by-cat-meta-list__comments {
  display: inline-block
}

.posts-by-cat-meta-list__comments .post-comments__icon,
.posts-by-cat-meta-list__comments .post-comments__count-value {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 16px;
  height: 17px;  
  font-size: 12px;
  line-height: 1;
  color: var(--black2)
}

.posts-meta-comments__svg-icon {
  width: 18px
}

.posts-meta-comments__svg-icon .comments-icon__svg {
  margin-top: 2px;
  width: 18px;
  height: 14px
}

.post-comments__count-value {
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0 2px 0 0;
  font-size: 12px;
  font-weight: bold
}


/*  Article widgets ----------> viewport 1023px
------------------------------------------------------------*/

@media screen and (min-width:1px) and (max-width:1023px) {
  .article-block__widgets {
    margin: 0 auto;
    max-width: 762px;
    padding: var(--fontSize) 0
  }
}


/*  Article widgets ----------> viewport 800px
------------------------------------------------------------*/

@media all and (min-width:1px) and (max-width:800px) {
  .post-widgets__prev-next-post {
    margin: 25px auto;
    width: 100%
  }

  .post-buttons__prev,
  .post-buttons__next {
    display: block;
    position: static;
    margin: 10px 0
  }

  .post-buttons__prev .prev__post-link,
  .post-buttons__next .next__post-link {
    display: block;
    position: relative;
    height: 110px;
    width: 100%
  }

  .post-link__content {
    position: static;
    width: 100%
  }

  .content-block__post-preview-grid {
    position: relative;
    height: 110px;
    width: 100%;
    z-index: 0
  }

  .post-buttons__prev .content-block__post-preview-grid {
    left: 0
  }

  .post-buttons__next .content-block__post-preview-grid {
    right: 0
  }

  .post-buttons__prev .post-preview-grid__img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    right: 0;
    width: auto;
    height: 110px;
    overflow: hidden
  }

  .post-buttons__next .post-preview-grid__img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    left: 0;
    width: auto;
    height: 110px;
    overflow: hidden
  }

  .content-block__icon-prev-arrow,
  .content-block__icon-next-arrow {
    display: none
  }

  .mob-icon-block__prev {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 110px;
    width: 35px;
    border-radius: 4px 0 0 4px
  }

  .mob-icon-block__next {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 110px;
    width: 35px;
    border-radius: 0 4px 4px 0
  }

  .mob-icon-block__prev .icon-arrow__prev,
  .mob-icon-block__next .icon-arrow__next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 20px;
    fill: var(--white)
  }

  .mob-icon-block__prev .icon-arrow__prev {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);

  }

  .mob-icon-block__next .icon-arrow__next {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .post-buttons__prev:hover,
  .post-buttons__next:hover {
    opacity: .95
  }

  .posts-by-category__content {
    width: 100%
  }

  .post-widgets__posts-by-category {
    margin: 0;
    padding: 0 var(--fontSize)
  }

  .posts-by-category__title {
    width: 100%;
    margin: 30px 0
  }

  .post-item-content__meta-menu {
    margin-top: 5px;
  }

  .content-block__list {
    position: unset
  }

  .content-block__thumbnail {
    margin-right: 5px;
    width: 70px;
    min-width: 70px;
    height: 70px
  }

  .content-block__thumbnail img {
    height: 75px;
    max-width: 95px
  }

  .content-block__content-grid {
    margin: 0;
    padding: 0 0 0 10px
  }

  .content-grid__list {
    height: 72%
  }

  .post-item-content__title {
    margin: 0;
    max-height: 38px
  }

  .post-item-content__title .post-title__headline {
    font-size: 12px
  }

  .article-block__widgets {
    padding: var(--fontSize) 0
  }
}


/*  Article widgets ----------> viewport 300px
------------------------------------------------------------*/

@media screen and (min-width:1px) and (max-width:300px) {
  .tags__title {
    width: 100%;
    text-align: center
  }
}


/*------------------------------------------------------------
# Comments
------------------------------------------------------------*/

.page__comments {
  margin: 40px 0 20px;
  color: var(--black2)
}

.comments__content-block {
  padding: 30px 0;
  max-width: 100%;
  border-radius: 4px;
  background-color: var(--grey3)
}

.comments__block {
  padding: 0 0 0 25px;
  max-width: 71.3%
}

.comments__block.full-width {
  padding: 0 25px;
  max-width: 100%;
  width: 100%
}

.page__comments h3,
.page__comments .site-comments__headline-title {
  text-transform: uppercase;
  color: var(--black2)
}

.site-comments__list li {
  margin: 10px 0 0 0;
  padding: 18px 0;
  font-size: var(--fontSize);
  font-weight: 600;
  list-style: none;
  border-top: 1px solid var(--grey6);
}

.page__comments a::focus {
  padding: 0%;
}

.site-comments__list .children {
  margin-top: 30px;
}

.site-comments__page-navigation {
  position: relative;
  margin: 20px auto;
  padding-top: 20px;
  text-align: center
}

.page__comments .page-numbers {
  margin: 0 5px;
  padding: 5px 10px;
  color: var(--black2);
}

.page__comments .page-numbers:hover {
  color: var(--red);
}

.page__comments .page-numbers,
.page__comments .current,
.page__comments .dots:hover {
  font-size: 21px;
  font-weight: bold;
  line-height: 2
}

.page-numbers.current {
  background-color: var(--red);
  color: var(--white);
  border-radius: 3px;
}

.page__comments .prev.page-numbers,
.page__comments .next.page-numbers {
  display: block;
  width: 55px;
  height: 32px;
  background-color: var(--red);
  fill: var(--white);
  border-radius: 3px
}

.page__comments .page-numbers:hover {
  color: var(--red)
}

.page__comments .prev.page-numbers:hover,
.page__comments .next.page-numbers:hover {
  opacity: 0.6
}

.comment-arrow-prev__svg {
  height: 17px;
  width: var(--fontSize);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.comment-arrow-next__svg {
  height: 17px;
  width: var(--fontSize);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.comments-pages-navigation__arrow-left,
.comments-pages-navigation__arrow-right {
  padding: 0 6px;
  border-radius: 4px;
  line-height: 25px
}

.page__comments .prev.page-numbers {
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 0
}

.page__comments .next.page-numbers {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 0
}

.site-comments__list {
  margin: 60px 0
}

.site-comments__list .comment {
  margin: 10px 0 0 0;
  padding: 18px 0;
  font-size: 12px;
  font-weight: 600;
  list-style: none
}

.comment-list__author-block {
  position: relative
}

.comments-author-block__avatar-name-grid {
  font-size: 0.0001px
}

.comment-author__avatar,
.comment-author__name {
  display: inline-block;
  vertical-align: middle
}

.comment-author__avatar {
  width: 25px;
  height: 25px
}

.comment-author__name {
  margin-left: 10px
}

.comment-author-icon__svg-icon {
  display: block;
  width: 25px;
  height: 25px;
  background: transparent url("images/sprite.svg#icon-comment-lt") no-repeat;
  background-size: 37px;
  -webkit-background-size: 37px;
  -o-background-size: 37px;
  background-position: 0 1px;
  border: 2px solid var(--black2);
  border-radius: 50%;
  overflow: hidden
}

.page__comments .avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%
}

.site-comments__list {
  margin: 5px 0 0 0
}

.comment-author-name__text,
.comment-author-name__text .url {
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  color: var(--black2)
}

.comment-author-name__text .url {
  text-decoration: 2px underline
}

.comment-author-name__text .url:hover {
  text-decoration: 0;
  opacity: .6
}

.comments-author-block__date {
  margin: 0 0 0 35px;
  font-size: 13px;
  line-height: 1.5;
  opacity: .4
}

.site-comments__list p {
  margin: 0 0 0 35px;
  padding: 0 0 10px 0;
  width: 96%;
  font-size: var(--fontSize);
  font-weight: 400;
  line-height: 1.9;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: var(--black2)
}

.site-comments__list p a {
  text-decoration: 2px underline;
  color: var(--red2)
}

.site-comments__list p a:hover {
  opacity: .6
}

.comments-links-block__reply-comment {
  text-align: right
}

.comment-list__edit-reply-block {
  height: 25px
}

.comment-edit-link {
  color: var(--red2);
}

.comment-reply-login {
  font-size: 12px;
  font-weight: bold;
  line-height: 25px
}

.comment-reply-login:hover {
  opacity: .6
}

.comments-links-block__edit-comment {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px
}

.comment-edit-link:hover {
  opacity: .6
}

.comment-reply-link {
  padding: 2px 11px;
  font-size: 9px;
  font-weight: bold;
  line-height: 25px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .58px;
  transition: background-color .3s, border-color .3s, color .3s;
  color: var(--red2);
  background-color: var(--grey3);
  color: var(--black2);
  border: 2px solid var(--black2);
}

.comment-reply-link:hover {
  color: var(--red2);
  background-color: var(--white);
  border: 2px solid var(--red2)
}

.comment-reply-link::active {

}

.site-comments__list .comment .children .comment {
  display: block;
  margin: 10px 0 10px 35px;
  list-style: none
}

.page__comments .must-log-in a,
.comment-reply-title small a {
  color: var(--red2);
}

#cancel-comment-reply-link {
  margin-left: 20px;
  text-decoration: 2px underline
}

.comment-respond {
  margin-top: 50px;
  padding: 30px 0 0;
  border-top: 1px solid var(--grey6)
}

.comment-respond .comment-reply-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px
}

.comment-respond .comment-form .comment-notes,
.comment-respond .comment-form .comment-form-comment,
.comment-respond .comment-form .comment-form-cookies-consent,
.comment-respond .comment-form .form-submit {
  margin: 25px 0 var(--fontSize) 0;
  padding: 0
}

.comment-respond .logged-in-as a {
  font-size: var(--fontSize);
  font-weight: 600;
  line-height: 25px;
  text-decoration: 2px underline;
  color: var(--black2)
}

.comment-respond .logged-in-as a:last-child {
  float: right;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: 2px underline
}

.comment-respond .logged-in-as a:hover {
  text-decoration: 0;
  color: var(--red2);
}

.comment-respond .logged-in-as a:hover:last-child {
  opacity: .6
}

.comment-respond .comment-form-comment label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px
}

.comment-respond .comment-form {
  padding: var(--fontSize);
  max-width: 100%;
  width: 100%;
  height: auto
}

.comment-respond #comment {
  padding: var(--fontSize);
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 200px;
  resize: none;
  font-size: var(--fontSize);
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  border-radius: 4px;
  transition: none
}

.comment-respond .submit {
  padding: 3px 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  line-height: var(--fontSize);
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .58px;
  font-style: normal;
  transition: background-color .3s, border-color .3s, color .3s
}

.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px
}

.comment-form-author {
  display: inline-block;
  margin: 0 20px var(--fontSize) 0;
  width: 48.5%;
  height: 55px
}

.comment-form-email {
  display: inline-block;
  margin: 0 auto var(--fontSize);
  width: 48.5%;
  height: 55px
}

.comment-form-url {
  margin: 0 auto var(--fontSize);
  padding: 0;
  width: 100%;
  height: 55px
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  margin: 0;
  height: 30px;
  width: 100%;
  font-size: var(--fontSize)
}

.comment-respond .author,
.comment-respond .email,
.comment-respond .site {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: var(--fontSize);
  line-height: 25px
}

.comment-respond #wp-comment-cookies-consent {
  margin-right: 10px;
  font-style: italic
}

.comment-respond .comment-form-cookies-consent label {
  font-size: var(--fontSize);
  line-height: 25px
}

.comment-respond .must-log-in a {
  font-size: var(--fontSize);
  font-weight: bold;
  line-height: 25px
}

.comment-respond .must-log-in a:hover {
  opacity: .6
}

.comment-respond .comment-reply-title a:first-child:before {
  content: '"'
}

.comment-respond .comment-reply-title a:first-child:after {
  content: '".'
}

.comment-respond .comment-reply-title small a:first-child:before {
  content: ''
}

.comment-respond .comment-reply-title small a:first-child:after {
  content: '!'
}

.page__comments .submit {
  background-color: var(--grey3);
  color: var(--black2);
  border: 2px solid var(--black2);
}

.page__comments .submit:hover {
  color: var(--red2);
  background-color: var(--white);
  border: 2px solid var(--red2);
}



/*  Comments ----------> viewport 1023px 
------------------------------------------------------------*/

@media all and (min-width:1px) and (max-width:1023px) {
  .page__comments {
    margin: 40px auto 0;
    max-width: 762px;
    width: 100%
  }

  .comments__block {
    padding: 0 30px;
    max-width: 100%;
  }
}


/*  Comments ----------> viewport 800px 
------------------------------------------------------------*/

@media all and (min-width:1px) and (max-width:800px) {
  .page__comments {
    padding: 0 var(--fontSize);
    max-width: 480px
  }

  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    margin: 0 auto;
    height: 90px;
    width: 100%
  }

  .comment-respond .comment-form {
    padding: 0
  }

  .site-comments__list .comment {
    padding: 10px 0 0 0
  }

  .site-comments__list .comment .children .comment {
    margin: 10px 0 10px var(--fontSize);
    padding: 10px 0 0 0
  }

  .site-comments__list .comment p,
  .comments-author-block__date {
    margin: 0;
    width: 100%
  }
}


/*  Comments ----------> viewport 480px 
------------------------------------------------------------*/

@media all and (min-width:1px) and (max-width:480px) {
  .site-comments__list .comment p {
    font-size: var(--fontSize);
    line-height: 25px
  }

  .comments-author-block__date {
    position: static;
    right: 0;
    padding: 0
  }

  .site-comments__page-navigation .prev,
  .site-comments__page-navigation .next {
    display: none
  }
}


.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 0;
}