/*
x-small | < 576px
sm      | >= 576px
md      | >= 768px
lg      | >= 992px
xl      | >= 1200px
*/
@font-face {
  font-family: "Arimo";
  src: url("../assets/fonts/Arimo.ttf") format("truetype");
}
* {
  font-family: "Arimo", sans-serif;
}
p a{
  word-break: break-all;
}
blockquote{
  /*border-left: 5px solid var(---252265);*/
  padding-left: 1.5em;
  font-style: italic;
  height: fit-content;
  margin-left: 100px;
  position: relative;
}
blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.35em;
  background-color: var(---252265);
  border-radius: 8px;
}
blockquote cite{
  text-align: end;
  font-style: normal;
}
@media (max-width: 1200px){
  blockquote{
    margin-left: 0;
  }
}

.container p{
  font-size: 1.25rem;
}
.wp-block-heading{
  color: var(---__0e1036);
  margin-bottom: 30px;
}
.current_page_item a,.current-menu-item a{
  font-weight: bold;
}
.print-button {
  cursor: pointer;
}
.post-thumbnail {
  object-fit: cover;
  /*aspect-ratio: 23/15;*/
  aspect-ratio: 16/9;
}
.all-tags .active-tag {
  color: var(---__0e1036);
}
.btn-clear-filter{
    border: none;
    background: none;
  position: relative;
}
.btn-clear-filter img{
    width: 0.938em;
    height: 0.938em;
}
.btn-clear-filter::after{
  /*position: absolute;*/
  left: 0;
  top: 0;
  display: inline-flex;
  content: "";
  mask: url("../assets/x.svg");
  /*mask-position: center center;*/
  background: var(---__0e1036);
  mask-size: cover;
  width: 0.938em;
  height: 0.938em;
  z-index: -1;
}
body{
  display: flex;
  flex-direction: column;
}
body > .container{
  flex-grow: 1;
}

/*=============================================
===============================================
EMPLOYEES
===============================================
===============================================*/

.employee-card img{
  width: 10.313em;
  height: 13.125em;
  object-fit: cover;
  object-position: top;
}

/*
x-small | < 576px
sm      | >= 576px
md      | >= 768px
lg      | >= 992px
xl      | >= 1200px
*/

@media (min-width: 576px) and (max-width: 992px){
  .employee-card h1{
    font-size: 1.563rem;
  }
  .employee-flex-container
}
@media (max-width: 576px){
  .employee-flex-container{
    align-items: center;
  }
  .employee-card .employee-info{
    width: 100%;
  }
  .employee-card .employee-info::before{
    height: 125% !important;
  }
}
.employee-card .employee-info::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(---0e1036);
  z-index: -1;
}
.employee-card h1{
  font-size: 2.188rem;
}
.employee-card .employee-info{
  /*background-color: var(---0e1036);*/
  color: var(---fff);
  border: var(---border);
  position: relative;
}
.employee-card .employee-info:not(h1){
  font-size: 1.25rem;
}
.employee-card .employee-email{
  color: var(---ffcf99);
  text-decoration: underline;
}
.contact-table{
  width: 100%;
}
.contact-table *{
  color: var(---070a0c);
}
.contact-table tr{
  border: none;
}
.contact-table tr td{
  padding: 10px;
  border: none;
}
.contact-table tr:first-child td{
  padding-top: 0;
}
.contact-table tr td:first-child{
  font-weight: bold;
  font-size: 1.25rem;
  padding-left: 0;
}
.contact-table tr td:nth-child(2){
  font-size: 1.125rem;
}
#breadcrumbs{
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb-wrapper .home-icon{
  cursor: pointer;
}
.breadcrumb-wrapper .home-icon::before{
  display: inline-flex;
  content: "";
  mask: url("../assets/home2.svg");
  mask-position: center center;
  background: var(---070a0c);
  mask-size: cover;
  height: 1.375em;
  width: 1.375em;
}
.breadcrumb-wrapper .home-icon:hover::before{
  background: var(---252265);
  opacity: var(---opacity);
}
.breadcrumb-wrapper a:hover{
  color: var(---252265);
}
.breadcrumb-wrapper a{
  color: var(---070a0c);
}
.breadcrumb-wrapper *{
  font-size: 1.25rem;
}
.single-post-info-block .breadcrumb-wrapper .home-icon::before{
  background: var(---fff);
}
.single-post-info-block .breadcrumb-wrapper .home-icon:hover::before{
  opacity: 80%;
}
.breadcrumb-fadeout{
  position: absolute;
  height: 24px;
  width: 25px;
  /*top: 0;*/
  right: -5px;
  background-color: var(---_eff0f6);
  filter: blur(8px);
}
.single-post-info-block .breadcrumb-fadeout{
  display: none;
}
.footer-menu a{
  color: var(---fff);
}
.footer-menu ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  padding-left: 0;
}
.footer-menu a:hover{
  color: currentColor;

}
/*=============================================
===============================================
PAGINATION
===============================================
===============================================*/

.pagination a {
    color: var(---070a0c);
    margin-right: 5px;
    margin-left: 5px;
}
.pagination a:hover {
  color: currentColor;
}
.pagination .page-numbers{
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 1.25rem;
}
.pagination img{
    width: 0.5em;
}
.pagination .current {
    /*border-bottom: 1.5px solid rgb(116, 113, 113);*/
    /*padding: 5px 10px;*/
    color: var(---252265);
    text-decoration: underline;
    text-decoration-thickness: 2px ;
}
.pagination-area{
    display: flex;
    justify-content: center;
}
.pagination{
    width: fit-content;
}

/*========================================================*/
/*========================================================*/
/*BOOK CAROUSEL*/
/*========================================================*/
/*========================================================*/
.research-container{
  height:31.25em;
}
#book-carousel-track{
  min-width: 9.375em;
}
#book-carousel.splide .splide__slide {
  align-items: center !important;
}
#book-carousel.splide .splide__slide {
  width: 17% !important;
}
#book-carousel.splide .splide__slide.is-active {
  width: 26% !important;
}
#book-carousel.splide .splide__slide.is-next,
#book-carousel.splide .splide__slide.is-prev {
  width: 20% !important;
}


html.s-125, html.s-150 {
  #book-carousel.splide .splide__slide {
    width: calc(33.3333%) !important;
  }
}


@media (max-width: 1200px) {
  #book-carousel.splide .splide__slide {
    width: calc(33.3333%) !important;
  }
  #book-carousel.splide .splide__slide.is-active {
    width: calc(33.3333%) !important;
  }
  #book-carousel.splide .splide__slide.is-next,
  #book-carousel.splide .splide__slide.is-prev {
    width: calc(33.3333%) !important;
  }
  /*html.s-125 #book-carousel.splide .splide__slide.is-active,*/
  html.s-150 #book-carousel.splide .splide__slide.is-active {
    width: calc(100%) !important;
  }
  html.s-125 #book-carousel.splide .splide__slide.is-next,
  html.s-150 #book-carousel.splide .splide__slide.is-prev{
    visibility: hidden !important;
  }
  html.s-125 #book-carousel.splide .splide__slide:not(.is-active),
  html.s-150 #book-carousel.splide .splide__slide:not(.is-active){
    visibility: hidden !important;
  }
}
@media (max-width: 992px) {
  #book-carousel.splide .splide__slide.is-active {
    width: calc(100%) !important;
  }
  #book-carousel.splide .splide__slide.is-next,
  #book-carousel.splide .splide__slide.is-prev{
    visibility: hidden !important;
  }
}
.splide__arrow--prev,
.splide__arrow--next {
  top: 40% !important;
}

.splide__arrow:after{
  display: inline-flex;
  content: "";
  mask: url("../assets/arrow.svg");
  mask-position: center center;
  /*background: var(---070a0c);*/
  background: var(---252265);
  mask-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}
.splide__arrow--prev:after{
  transform: rotate(180deg);
}

#book-carousel.splide .splide__slide .img-wrap {
  width: 7.5em;
}
#book-carousel.splide .splide__slide.is-active .img-wrap {
  width: 13.125em;
  /*transition: width 0.3s ease-in-out;*/
}
@media (max-width: 768px){
  #book-carousel.splide .splide__slide.is-active .img-wrap {
    width: 10em;
  }
}
@media (max-width: 576px){
  html.s-125 #book-carousel.splide .splide__slide.is-active .img-wrap{
    width: 8em;
  }
  html.s-150 #book-carousel.splide .splide__slide.is-active .img-wrap{
    width: 6em;
  }
  html.s-125 .research-container,
  html.s-150 .research-container{
    height: 23em;
  }
  #book-carousel.splide{
    padding: 0 2em !important;
  }
}
#book-carousel.splide .splide__slide.is-next .img-wrap,
#book-carousel.splide .splide__slide.is-prev .img-wrap {
  /*width: 154px;*/
  width: 9.625em;
}
#book-carousel.splide .splide__slide .book-img {
  width: 100%;
  aspect-ratio: 7/10;
  object-fit: cover;
  display: block;
}
#book-carousel.splide .splide__slide .img-wrap p {
  font-size: 0.875rem;
  color: var(---252265); /*0e1036*/
  line-height: 1.2em;
  height: 7.2em; /* 1.2em * 5 = 6em */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
#book-carousel.splide .splide__slide.is-active .img-wrap p {
  font-size: 1.25rem;
  /*height: 4.8em;*/
  /*-webkit-line-clamp: 4;*/
}
#book-carousel.splide .splide__slide.is-next .img-wrap p,
#book-carousel.splide .splide__slide.is-prev .img-wrap p {
  font-size: 1rem;
  /*height: 3.4em;*/
  /*-webkit-line-clamp: 3;*/
}
#book-carousel.splide {
  padding: 0 4rem;
}
#book-carousel.splide .splide__arrow {
  background: none;
}
.image-with-shadow {
  position: relative;
  margin-bottom: 10px;
}
.shadow-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.shadow-pattern-slider{
  position: absolute;
  width: 100%;
  height: 100%;
  /*aspect-ratio: 7/10;*/
  top: 0;
  left: 0;
}

/*========================================================*/
/*========================================================*/
/*RESEARCH SINGLE VIEW*/
/*========================================================*/
/*========================================================*/
.image-with-shadow-slider .book-cover{
  height: 100%;
}

.image-with-shadow-single, .image-with-shadow-slider {
  position: relative;
}
.image-with-shadow-slider{
  width: 12.5em;
}
.shadow-pattern-single {
  position: absolute;
  width: 17.5em;
  aspect-ratio: 7/10;
  top: 0;
  left: 0;
}
.research-header .book-cover {
  /*width: 17.5em;*/
  position: absolute;
  /*width: 280px;*/
  height: 100%;
  aspect-ratio: 7/10;
}
.research-header {
  position: relative;
  width: 100%;
}
.research-header .book-author-link:hover {
  color: currentColor;
}
.research-header .research-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120%;
  background-color: var(---0e1036);
  z-index: -1;
  border: var(---border);
}
.research-header * {
  color: var(---fefeff);
  position: relative;
  font-size: 1.25rem;
}
.research-header h1 {
  font-size: 3rem !important;
}
.download-research-btn {
  /*color: var(---0E1036);*/
  color: var(---fefeff);
  background-color: var(---0e1036);
  border: 2px solid var(---fefeff);
  padding: 0.625rem 1.563rem 0.625rem 1.563rem;
}
.download-research-btn:hover {
  background-color: var(---fefeff);
  color: var(---0e1036);
  /*border: none;*/
}
.all-tags * {
  font-size: 1.25rem;
  color: var(---070a0c);
}
.all-tags a {
  font-weight: bold;
}
.all-tags a:hover {
  text-decoration: underline;
  color: var(---252265);
}
.all-tags {
  position: relative;
  height: fit-content;
}
.all-tags:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.25em;
  background-color: var(---252265);
  border-radius: 8px;
}

@media (max-width: 1200px) {
  .research-header{
    width: 100vw;
    transform: translateX(-50%);
    margin-left: 50%;
  }
  .research-header .research-right{
    position: relative;
  }
  .research-header .research-right::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25%;
    width: 100%;
    background-color: var(---0e1036);
    z-index: -1;
    border: var(---border);
  }
}
@media (max-width: 576px) {
  .research-header h1 {
    font-size: 1.813rem !important;
  }
}
/*@media (max-width: 1200px){*/
/*  .post-thumbnail-wrapper::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    height: 25%;*/
/*    width: 100%;*/
/*    background-color: var(---0e1036);*/
/*    z-index: -1;*/
/*    !*border: var(---border);*!*/
/*  }*/
/*}*/
/*@media (max-width: 576px){*/
/*  .single-post-info-block, .post-thumbnail-wrapper{*/
/*    width: 100vw;*/
/*    transform: translateX(-50%);*/
/*    margin-left: 50%;*/
/*  }*/
/*}*/

/*========================================================*/
/*========================================================*/
/*AUTHOR SINGLE VIEW*/
/*========================================================*/
/*========================================================*/

/*
x-small | < 576px
sm      | >= 576px
md      | >= 768px
lg      | >= 992px
xl      | >= 1200px
*/

@media (max-width: 992px) {
  .author-header-left .author-info-area:before{
    width: 100% !important;
    height: 100% !important;
    border: var(---border);
  }
  .author-header-left .author-info-area, .author-header-right{
    min-height: 0 !important;
    width: 100vw;
    transform: translateX(-50%);
    margin-left: 50%;
  }
  .empty-author-block{
    height: 0 !important;
  }
  .author-header-right{
    position: relative;
  }

  .author-header-right::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background-color: var(---0e1036);
    z-index: -1;
    /*border: var(---border);*/
  }
}
.empty-author-block{
  height: 6em
}
.author-header-left .author-info-area {
  color: var(---fefeff);
  font-size: 1.25rem;
  position: relative;
}
.author-header-left .author-info-area:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 115%;
  background-color: var(---0e1036);
  z-index: -1;
  border: var(---border);
}
.author-image {
  width: 16.75em;
  height: 16.75em;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  z-index: 1;
}
.post-card {
  border: 2px solid var(---252265);
  color: var(---252265);
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.625rem;
}
.post-card:hover {
  background-color: rgba(37, 34, 101, 0.1);
}
.author-info-area {
  min-height: 12.5em;
}
.author-related-books .book-cover {
  aspect-ratio: 7/10;
}
.author-related-books p {
  font-size: 1.25rem;
  color: var(---252265);
}
.post .post-title {
  line-height: 1.2em;
  height: 3.6em; /* 1.2em * 3 = 3.6em */
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}



.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 0.938em;
  height: 0.938em;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent !important;
  border: 2px solid var(---fff) !important;
  opacity: 1;
  background-clip: padding-box;
  transition: 0.15s ease-in-out;
  top: 0;
  bottom: 200px;
}
.carousel-indicators [data-bs-target]:not(.active):hover {
  border: 2px solid var(---_0e1036) !important;
}
.carousel-indicators div[type="button"].active .inner-button{
  background-color: var(---fff);
}
.carousel-indicators{
  top: 0;
  bottom: 200px;
  align-items: end;
  margin: 0;
}
html.s-150 .carousel-indicators{
  top: 0;
  bottom: 20px;
  align-items: end;
  margin: 0;
  flex-direction: row !important;
}
html.s-150 .carousel-indicators div[type="button"] {
  margin: 0 6px !important;
}
.carousel-indicators div[type="button"] {
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  border: none;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  margin: 6px 0;
  cursor: pointer;
}
/* Default state for .content */
.content {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.carousel-item.active .content {
  opacity: 1;
}

/* Fade animation classes */
.fade-in-text {
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}

.fade-out-text {
  opacity: 1;
  animation: fadeOut 0.5s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



.single-post-thumbnail{
  object-fit: cover;
  width: 21.875em;
  height: 14.125em;
  margin-bottom: 20px;
  z-index: 1;
}
.single-post-info-block{
  /*background-color: var(---06023a);*/
  position: relative;
  /*z-index: -1;*/
}
.single-post-info-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  /*width: 135%;*/
  background-color: var(---0e1036);
  z-index: -1;
  border: var(---border);
}
.single-post-info-block *{
  color: var(---fff) !important;
  font-size: 1.25rem;
}
.single-post-header.without-thumbnail .left-block{
  width: 100%;
}
.single-post-header.without-thumbnail .single-post-info-block::before{
  width: 100%
}
.single-post-header.with-thumbnail .single-post-info-block::before{
  width: 130%
}
@media (max-width: 1200px){
  .single-post-header.with-thumbnail .single-post-info-block::before{
    width: 100%;
    height: 100%;
  }
  .single-post-thumbnail{
    margin-bottom: 0;
  }
  .post-thumbnail-wrapper{
    position: relative;
  }
  .post-thumbnail-wrapper::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25%;
    width: 100%;
    background-color: var(---0e1036);
    z-index: -1;
    /*border: var(---border);*/
  }
}
@media (max-width: 576px){
  .single-post-info-block, .post-thumbnail-wrapper{
    width: 100vw;
    transform: translateX(-50%);
    margin-left: 50%;
  }
}

/*===================================================*/
/*===================================================*/
/*Cookie banner*/
/*===================================================*/
/*===================================================*/

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 25px;
  background-color: var(---0e1036);
  box-shadow: 0 0 5px rgba(0,0,0, 0.8);
  z-index: 9999;
}
.cookie-banner *{
  font-size: 1.25rem;
  color: var(---fefeff);
}
.cookie-banner a{
  font-size: 1.25rem;
  text-decoration: underline;
  color: var(---fefeff);
}
.cookie-banner a:hover{
  color: currentColor;
}

.customize-selection{
  cursor: pointer;
  text-decoration: underline;
  color: var(---fefeff);
}

.btn-confirm-cookie{
  background-color: var(---0e1036);
  color: var(---eff0f6);
  /*width: 8.625rem;*/
  /*height: 2.6875rem;*/
  padding: 8px 23px 8px 23px;
  border: 2px solid var(---eff0f6);
  display: grid;
  place-items: center;
  transition: 0.15s ease-in-out;
}
.btn-confirm-cookie:hover{
  background-color: var(---fefeff) ;
  color: var(---0e1036);
}