/*
Theme Name: twentytwentyfour-child
Template: twentytwentyfour
*/

.description {
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.columns-3 .wp-block-post figure {
  aspect-ratio: auto !important;
}

.back-transparent-half {
  background-color: rgba( 255, 255, 255, 0.2 );
}

.wp-block-post-terms a {
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  color: #fff;
}

.taxonomy-movie-cat a {
  background-color: #d71800;
}
.taxonomy-document-cat a {
  background-color: #006934;
}

.wp-block-query li.wp-block-post {
  margin-bottom: 3rem;
}

.wp-block-query li.wp-block-post .wp-block-group {
  margin-top: 0 !important;
}

.wp-block-post-featured-image img, .wp-block-post-featured-image .block-editor-media-placeholder, .wp-block-post-featured-image .wp-block-post-featured-image__overlay {
  border-radius: 0 !important;
}

footer .has-global-padding {
  padding-bottom: 0 !important;
}


.home .arkb-tabBody .wp-block-group {
    padding: 0 !important;
}

.home .ark-block-tab>.arkb-tabList {
    margin-bottom: 2rem;
    border-bottom: 3px solid #000;
}

.home .ark-block-tab.is-style-box>.arkb-tabList .arkb-tabList__button {
  border-left: 1px solid #d8d8d8;
}

.home main .entry-content > div.wp-block-group:nth-of-type(3) .ark-block-tab.is-style-box>.arkb-tabList .arkb-tabList__button {
  background-color: #fff;
}

.home main .entry-content > div.wp-block-group:nth-of-type(3) .ark-block-tab.is-style-box>.arkb-tabList .arkb-tabList__button[aria-selected=true] {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width:759px) {
  .home main .entry-content > div.wp-block-group:nth-of-type(3) .ark-block-tab>.arkb-tabList {
    border-bottom: none;
  }
  .home main .entry-content > div.wp-block-group:nth-of-type(3) .ark-block-tab.is-style-box>.arkb-tabList .arkb-tabList__button {
    border: 2px solid #f7f7f7;
  }

}
