.post__shadow {
  width: 100%;
  background-image: linear-gradient(-180deg, rgba(23, 23, 23, 0.00) 0%, rgba(23, 23, 23, 0.80) 100%);
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.post__shadow:before {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: '';
  background: linear-gradient(-180deg, rgba(23, 23, 23, 0.60) 0%, rgba(23, 23, 23, 0.60) 100%);
  transition: .4s;
}

.post__shadowfill {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: .4s;
}

.post__shadownfill {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: .4s;
}

.post__shadow>.post__shadowfill {
  opacity: 0;
  transition: 1.2s;
}

figure:hover>.post__shadow:before,
figure:focus>.post__shadow:before {
  opacity: 1;
}

.post__meta {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 5px;
}

p.post__meta-date {
  font-family: Georgia;
  font-style: italic;
  font-size: 14px;
  color: #000;
}

.post__meta p.post__meta-date {
  font-family: Georgia;
  font-style: italic;
  color: #FFFFFF;
}

.post__meta p.post__meta-category {
  background: #3867A5;
  padding: 3px 7px;
  font-family: ProximaNova-Bold;
  font-size: 11px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-right: 15px;
  height: 25px;
}

.offer__post {
  margin: 20px 0;
  height: 420px;
  position: relative;
  padding: 30px 20px;
}

.offer__post h2 {
  font-family: TTPolls-Bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 5px;
}

.offer__post p {
  font-family: ProximaNova-Regular;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
}

.offer__post .post__meta {
  margin-bottom: 15px;
}

.offer__post .post__meta p.post__meta-category:first-child {
  background: #E9412F;
}

.offer__post .post__meta p.post__meta-category:nth-child(2) {
  background: #fff;
  color: #3867A5;
}

/*FRONT POST*/

.front__post {
  height: 200px;
  position: relative;
  padding: 15px 10px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url('../img/article-cover-temp.png');
}

.front__post h2 {
  /* font-family: ProximaNova-Bold; */
  font-family: TTPolls-Bold;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 19px;
  margin-bottom: 5px;
}

.front__post h2+p {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 1.35;
}

/*END FRONT POST*/

/*CLASSIC POST*/

div:target {
  background: #FFFDEE;
}

.clasic__post {
  height: auto;
}

.clasic__post-thumbnail {
  width: 100%;
  height: 190px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url('../img/article-cover-temp.png');
  position: relative;
}

.clasic__post h3 {
  font-family: ProximaNova-Bold;
  font-size: 15px;
  color: #000000;
  line-height: 19px;
  margin-bottom: 5px;
}

.clasic__post p {
  font-family: ProximaNova-Regular;
  font-size: 15px;
  color: #000000;
  line-height: 19px;
  margin-bottom: 15px;
}

.clasic__post p.short__item-date {
  font-family: Georgia;
  font-style: italic;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

figure:hover .post__shadownfill,
figure:focus .post__shadownfill,
.sidebar__post:hover .post__shadownfill,
.sidebar__post:focus .post__shadownfill {
  transition: .4s;
  background: rgba(0, 0, 0, .4);
}

figure:hover h3,
figure:focus h3,
.sidebar__post:hover h3,
.sidebar__post:focus h3 {
  color: #3867A5;
}

/*END CLASSIC POST*/

/*OCCASION*/

.number__post {
  text-align: center;
  background: #F9F9F9;
  padding: 20px;
  height: 200px;
}

.number__post h3 {
  font-family: TTPolls-Bold;
  font-size: 30px;
  color: #000000;
}

.number__post p {
  font-family: ProximaNova-Regular;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}

.special__post {
  background: #F9F9F9;
  padding: 20px;
  height: 200px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.special__post:hover .post__shadowfill,
.special__post:focus .post__shadowfill {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: .4s;
}

.special__post-icon {
  width: 80px;
  height: 80px;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: contain;
}

.special__post-text {
  position: relative;
  z-index: 1
}

.special__post-text strong {
  font-family: PragmaticaBold-Reg;
  font-size: 11px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.special__post-text h3 {
  font-family: TTPolls-Bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
}

.special__post.other {
  background: #F9F9F9;
}

.special__post.other:hover,
.special__post.other:focus {
  background: #F3F3F3;
}

.special__post.other .special__post-icon {
  border: none;
}

.special__post.other .special__post-text {}

.special__post.other .special__post-text p {
  font-family: PragmaticaBold-Reg;
  font-size: 15px;
  color: #000000;
}

.special__post.other .special__post-text h3 {
  font-family: Georgia;
  font-style: italic;
  font-style: italic;
  font-weight: 200;
  font-size: 24px;
  color: #000000;
}

/*END OCCASION*/

/*SIDEBAR POST*/

.sidebar__post {
  margin-bottom: 20px;
}

.sidebar__post-thumbnail {
  width: 70px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/article-cover-temp.png');
  position: relative;
}

.sidebar__post h3 {
  font-family: ProximaNova-Bold;
  font-size: 15px;
  color: #000000;
  line-height: 19px;
}

/*END SIDEBAR POST*/

/*PROJECT*/

.project__link {
  height: 200px;
  position: relative;
}

.project__link h3 {
  font-family: ProximaNova-Bold;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}

.project__link p {
  font-family: ProximaNova-Bold;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.70);
}

.project__link:hover h3,
.project__link:focus h3 {
  color: #fff;
}

/*END PROJECT*/

/*EVENTS*/

.event .clasic__post:hover h3,
.event .clasic__post:focus h3 {
  color: #000;
}

.promo__gallery {
  margin: 0 0 25px 0;
  padding: 0;
}

.promo__gallery li {
  list-style: none;
}

.promo__gallery img {
  width: 90%;
}

/* DOCS */

.post__link {
  width: 100%;
  font-family: ProximaNova-Bold;
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin-bottom: 5px;
}

.post__link h6 {
  text-transform: none;
}

.post__docs {
  margin-top: 20px;
  padding: 10px 0;
}

.post__docs figcaption {
  font-family: ProximaNova-Bold;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.70);
}

/* END DOCS */

/*END EVENTS*/

@media screen and (min-width:1000px) and (max-width:1279px) {
  .event .clasic__post {
    display: flex;
  }
  .event .clasic__post-thumbnail {
    margin-right: 20px;
  }
}

@media screen and (min-width:760px) and (max-width:999px) {
  .event .clasic__post {
    display: flex;
  }
  .event .clasic__post-thumbnail {
    margin-right: 20px;
  }
}

@media screen and (min-width:560px) and (max-width:759px) {
  .offer__post {
    height: 360px;
    margin-top: 10px;
  }
  .offer__post h2 {
    font-size: 20px;
  }
  .event .clasic__post {
    display: flex;
  }
  .event .clasic__post-thumbnail {
    margin-right: 20px;
  }
}

@media screen and (min-width:0) and (max-width:559px) {
  .offer__post {
    height: 360px;
    margin-top: 10px;
  }
  .offer__post h2 {
    font-size: 20px;
  }
}
