/* .post-highlight = Highlighted feed of article
.post-feed = Feed of article
.post-teaser = single teaser
.single-post .post-content = WYSIWYG content*/

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
GLOBAL
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


@media (max-width: 1240px){}
@media (max-width: 991px){}
@media (max-width: 767px){}
@media (max-width: 440px){}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
ARCHIVE HIGHLIGHT
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.post-highlight li a:first-of-type .image-wrapper,
.post-feed li .image-wrapper{
  border-radius: 10px;
  overflow: hidden;
}
.post-highlight li a:first-of-type .image-wrapper div,
.post-feed li .image-wrapper div{
  transition: transform .3s cubic-bezier(.76,.32,.5,.95);
}
.post-highlight li:hover a:first-of-type .image-wrapper div,
.post-feed li:hover .image-wrapper .image{
  transform: scale(1.05);
  transition: transform .4s cubic-bezier(.76,.32,.5,.95);
}
@media (max-width: 1240px){}
@media (max-width: 991px){}
@media (max-width: 767px){}
@media (max-width: 440px){}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
ARCGIVE FEEDS
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.post-feed{}
.post-feed ul{}

/* TITLE */
[data-field-id="7ecff3"]:hover{
  color:#307467;
}
/* CAT */
[data-field-id="uhffsq"]{
  margin-bottom: 30px;
}
.post-feed [data-field-id="uhffsq"]{
  margin: 0!important;
}
[data-field-id="uhffsq"] a{
  color:#164B46!important;
  background: #fff;
  border-radius: 10px;
  padding: 5px 8px;
}
[data-field-id="uhffsq"] a:not(:last-of-type){
  margin-right: 5px;
}
[data-field-id="uhffsq"] a:hover{
  background: #C7D9D5;
}
/* READ MORE */
[data-field-id="egrpfl"]:hover{
  color:rgba(17, 34, 32, 1)!important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
POST TEASER
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

@media (max-width: 478px){
  .post-feed ul li{
    width: inherit;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
SINGLE > VISUAL
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.single-post main figure img{
  height: auto;
  width: 100%;
}


@media (max-width: 1240px){}
@media (max-width: 991px){}
@media (max-width: 767px){}
@media (max-width: 440px){}
