.category-s {
  margin-bottom: 40px;
}
.cat-title h1 {
  font-size: 48px;
  margin: 0;
  margin-bottom: 1em;
}

/* news articles */
.articles-news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.articles-news-container .news {
  width: calc(100% / 3 - 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 10px calc(14px * 3 / 2) 10px 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
}
.articles-news-container .news:nth-child(3n) {
  margin-right: 0;
}
.articles-news-container .news:hover {
  -webkit-transform: translate(0px, -2px);
      -ms-transform: translate(0px, -2px);
          transform: translate(0px, -2px);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.articles-news-container .news img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.articles-news-container .news .title-description {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  box-sizing: border-box;
  height: 100%;
}
.articles-news-container .news .title-description h3 {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  transition: all .3s;
}
.articles-news-container .news .title-description h3:hover {
  text-decoration: underline;
  color: #e0643f;
  transition: all .3s;
  cursor: pointer;
}
.articles-news-container .news .description {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
.articles-news-container .news .title-description .title {
  flex-grow: 1;
}
.articles-news-container .news .title-description .title .h2 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
}
.date_watches, .watched_by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articles-news-container .news .watched_by {
  margin-left: 30px;
}
.articles-news-container .news .date_watches .watched_by__img {
  width: 21px;
  height: 13px;
  margin-right: 10px;
}
.date_watches i, .date_watches .count, .news .description p, .news .description a, .news .description .entry-date, .news .description ul li {
  color: #818181;
  line-height: 1.4;
}
.date_watches i {
  margin-right: 12px;
  margin-left: 20px;
}
.date_watches .eye {
  display: block;
  width: 20px;
  height: 18px;
  background-image: url('../img/icons/eye.png');
  background-position: center;
  background-size: contain;
  margin-right: 12px;
}
/* news articles */

/* article_tag */
main.tag .breadcrumbs-container {
  margin: 30px 0 0px;
}
main.tag  .tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article_tag-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article_tag-container .article_tag img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article_tag-container .article_tag .title-description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article_tag-container .article_tag .title-description h4 {
  text-align: left;
  font-weight: 700;
}
.article_tag-container .article_tag .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.date_watches {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date_watches i, .date_watches .count, .news .description p, .news .description a, .news .description .entry-date, .news .description ul li {
  color: #818181;
}
.date_watches i {
  margin-right: 12px;
}
.news__sep {
  padding: 0 10px;
  font-size: 22px;
}
/* /article_tag */
/* projects */
.projects__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.projects__item {
  width: calc(100% / 3);
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  height: 460px;
}
.projects__item .projects__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.9em;
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 1px #292929;
  display: block;
}
.projects__item .projects__title a {
  color: #fff;
  text-shadow: 1px 1px 1px #292929;
}
.projects__item .projects__subtitle {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  display: block;
  text-shadow: 1px 1px 1px #292929;
  line-height: 1.4;
}
.projects__item .projects__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projects__item .projects__link {
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transition: all .3s;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;

}
.projects__item:hover .projects__link {
  color: #fff;
  text-shadow: 1px 1px 1px #292929;
  opacity: 1;
  transition: all .3s;
}
.projects__item .projects__wrapper__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all .3s;
}
.projects__item:hover .projects__wrapper__link {
  background-color: #ff7a39;
  transition: all .3s;
}
.projects__arrow {
  width: 40px;
  height: 10px;
  display: block;
  background-image: url('../img/icons/arrow1.png');
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  transition: all .3s;
  padding: 10px 0;
  position: relative;
  margin-left: 10px;
  filter: brightness(0) invert(1);
}
.projects__link:hover .projects__arrow {
  margin-left: 15px;
}

/* / projects */
