/**
 * Custom CSS code goes here, this file has the highest priority from other stylesheets
 * version: 1.0
 */

.type-video{
	height: 100% !important;
}

@media (max-width: 768px){
	.seancatBox{
		flex-wrap: nowrap; 
	}
}

.seancatBox{
	min-height: 340px !important;
	height: 100% !important;
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	margin: 0px !important;
	padding: 0px !important;
	gap: 0px !important;
	transition: background 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.seancatBox:hover{
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.seancatBox .elementor-element-6f8d186{
	display: flex !important;
	flex-direction: column !important;
	margin: 0px !important;
	padding: 0px !important;
	gap: 0px !important;
	width: 100% !important;
	height: 210px !important;
}

.seancatBox .elementor-wrapper iframe{
	height: 210px !important;
}

.seanacatContainer{
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-evenly !important;
	align-self: center !important;
	margin: 0px !important;
	padding: 20px !important;
	width: 100% !important;
    margin: auto !important;
}

.seanacatContainer .elementor-heading-title{
	color: #161616 !important;
	font-family: "Inter", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.seanacatContainer .elementor-icon-list-icon svg {
	fill: #A2A0A0 !important;
	width: 14px !important;
    height: 14px !important;
}
.seanacatContainer .elementor-icon-list-text {
	color: #54595F !important;
	font-size: 16px !important;
	font-family: inter !important;
}

#wp-chatbot-chat-container {
  z-index: 60 !important;
}

.komuna-loader {
	display: none;
	height: 70vh;
    z-index: 3;
    position: absolute;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-spinner {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid lightblue;
  border-right-color: var(--e-global-color-accent);
  animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}

.language-dropdown .wpml-ls-sub-menu {
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.1);
}

div.asl_m .probox .proclose svg {
  background: #fff !important;
}

.filter-item.active {
  color: #04408B !important;
  text-decoration: underline !important;
}

.page-container-docs {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 30px;
  width: 100%;
}

.docs-pageSectionTax .docItem-body .doc-data {
  width: 116px;
}

.news-date-row .elementor-shortcode {
  font-weight: 400;
  color: #A2A0A0;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.page-container-docs .ItemsFilter-title h1 {
  margin: 0;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-792d628-font-family), Sans-serif;
  font-size: var(--e-global-typography-792d628-font-size);
  font-weight: var(--e-global-typography-792d628-font-weight);
  line-height: var(--e-global-typography-792d628-line-height);
  letter-spacing: var(--e-global-typography-792d628-letter-spacing);
  word-spacing: var(--e-global-typography-792d628-word-spacing);
}

.btn-searchf {
  border-radius: 3px;
  transition: all .3s;
  color: #fff;
  line-height: 1;
  border: none;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 15px;
  font-weight: 500;
  background-color: #04408b;
  text-align: center;
  padding: 12px 45px 12px 45px;
}

.btn-searchf:hover {
  background-color: #1A6ED6;
}

.btn-searchf:focus {
  background-color: #1A6ED6;
  outline: none;
}

.btn-searchf:focus-visible {
  background-color: #1A6ED6;
  outline: none;
}

.btn-searchf:active {
  background-color: #04408b;
  outline: none;
}

.search-filters-body {
  position: relative;
  width: 100%;
}

.search-grid {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-grid .search-input {
  width: 350px;
  border-color: #D9D9D9;
  border-radius: 0
}

.search-grid .year-selectBody {
  border-color: #D9D9D9;
  border-radius: 0;
}

.search-grid .year-selectBody:focus {
  outline: none;
}

.search-grid .year-selectBody:focus-visible {
  outline: none;
}

.docs-pageSection {
  display: flex;
  margin-bottom: 100px;
  width: 100%;
}

.docs-pageSection .ItemsFilter {
  width: 100%;
}

.docs-pageSectionTax {
  display: grid;
  gap: 60px;
  grid-template-columns: calc(30% - 30px) calc(70% - 30px);
  margin-bottom: 100px;
  padding-top: 10px;
}

.docs-pageSectionTax .search-grid .search-input {
  width: auto !important;
  border-color: #D9D9D9;
  border-radius: 0;
  flex-grow: 1;
}

.docs-pageSectionTax .ItemsFilter-wrapper {
  grid-column: 2 / span 1;
}

.docs-pageSectionTax .taxonomies-wrapper {
  grid-column: 1 / span 1;
  position: relative;
  display: block;
}

.docs-pageSectionTax .taxonomies-body {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}

.docs-pageSectionTax .taxonomies-list {
  list-style-type: none;
  padding: 0;
}

.docs-pageSectionTax .taxonomies-list .taxonomies-list-item {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e8;
  word-break: break-word;
}

.docs-pageSectionTax .taxonomies-list .taxonomies-list-item a {
  color: var(--e-global-color-text);
  fill: var(--e-global-color-text);
  font-weight: 500;
  transition: all 0.2s;
  word-break: break-word;
}

.docs-pageSectionTax .taxonomies-list .taxonomies-list-item a:hover {
  color: var(--e-global-color-accent);
  fill: var(--e-global-color-accent);
  text-decoration: underline;
}

.docs-pageSectionTax .taxonomies-list .taxonomies-list-item:last-child {
  border: none;
}

.docs-page .ItemsFilter {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 100px;
}

.docs-page .pagination {
  margin: 0;
  justify-content: center;
}

.docs-page .docs-list a .ItemsFilter-item {
  display: flex;
  flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --gap: 0px 0px;
  transition: all 0.2s;
  border-radius: 3px;
  padding: 10px;
  /* border: 1px solid #e8e8e8; */
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.35);
  min-height: 60px;
  align-items: center;
}

.docs-page .docs-list a .ItemsFilter-item:hover {
  display: flex;
  box-shadow: 0 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.docs-page .docs-list a {
  color: var(--e-global-color-accent);
  font-family: "Inter", Sans-serif;
  font-size: 18px !important;
  font-weight: 600;
}

.docs-page .docs-list a h2 {
  font-family: "Inter", Sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  margin: 0;
  padding: 10px;
}

.docs-list {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
}

.search-input:focus,
.search-input:focus-visible {
  outline: 0;
  border-color: #D9D9D9 !important;
  box-shadow: 0 0px 2px 1px rgba(4, 64, 139, 0.4);
}

.docs-list img {
  width: auto !important;
  max-height: 60px;
}

.docs-list .ItemsFilter-item {
  postion: relative;
  display: block;
}

.ItemsFilter-dateFromTo {
  display: flex;
  gap: 10px;
}

.ItemsFilter-dateFromTo input {
  border-color: #D9D9D9;
  border-radius: 0;
}

.docItem-body {
  display: flex;
  flex-direction: row;
  padding: 10px;
  min-height: 60px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  align-items: center;
}

.search-grid .date-filters {
  width: 120px;
}

.docItem-body .doc-title {
  flex-grow: 1;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.docItem-body .doc-image {
  flex-shrink: 0;
  padding: 10px;
  align-self: stretch;
  border-right: 1px solid #04408b;
  display: flex;
  align-items: center;
}

.docItem-body .doc-data {
  flex-shrink: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  align-self: stretch;
  padding-left: 15px;
  width: 116px;
  border-left: 1px solid #04408b;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* news */

.newsItem-body {
  display: flex;
  flex-direction: row;
  --min-height: fit-content;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --gap: 10px 10px;
  --background-transition: 0.3s;
  --padding-top: 25px;
  --padding-bottom: 25px;
  --padding-left: 20px;
  --padding-right: 20px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .07);
  max-height: 270px;
  transition: 0.2s all;
}

.newsItem-body:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .16);
}

.news-block .docs-pageSection {
  width: 100%;
}

.news-block .page-container-docs {
  width: 100%;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.events-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.news-blockList .search-grid .search-input {
  width: 100%;
}

.newsItem-body .news-image {
  width: 440px;
  height: 270px;
  flex-shrink: 0;
}

.newsItem-body .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.news-textBody {
  display: flex;
  flex-direction: column;
  margin: 20px;
  gap: 10px;
  /* display: -webkit-box; */
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-textBody .news-title {
  color: var(--e-global-color-text);
  font-family: "Inter", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: auto;
  line-height: normal;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
}

.news-textBody .news-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
}

.news-textBody .news-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.newsItem-body .news-info svg {
  fill: #A2A0A0;
  --e-icon-list-icon-size: 14px;
  width: 14px;
  width: var(--e-icon-list-icon-size, 1em);
  height: var(--e-icon-list-icon-size, 1em);
}

.news-textBody .news-date {
  color: #A2A0A0;
  font-size: 16px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

/* end news */

/* public calls */
.pubItem-body {
  display: flex;
  flex-direction: row;
  --min-height: fit-content;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --gap: 10px 10px;
  --background-transition: 0.3s;
  --padding-top: 25px;
  --padding-bottom: 25px;
  --padding-left: 20px;
  --padding-right: 20px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .07);
  max-height: 260px;
  transition: 0.2s all;
}

.pubItem-body:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .16);
}


.pubItem-body .pub-description {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.pub-icone {
	padding: 20px
}

.pub-info {
	height: 100%
}

.pubItem-body .pub-svg {
	display: flex;
    align-items: center;
    justify-content: center;
}

.pubItem-body .pub-textBody {
  display: flex;
  flex-direction: column;
  padding: 15px;
  gap: 5px;
  padding-right: 15px;
}

.pubItem-body .pub-title {
  color: var(--e-global-color-text);
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
}

.pubItem-body .pub-image {
  width: 175px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pubItem-body .pub-svg {
  border-right: 1px solid #E6E4E4;
}

.pubItem-body .pub-image .pub-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pubItem-body .pub-image .pub-icone {
  width: 64px;
  height: 64px;
  object-fit: contain;
  object-position: center center;
}

.pubItem-body .pub-info {
  color: #A2A0A0;
  font-size: 16px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  width: 130px;
  flex-shrink: 0;
  display: flex;
  gap: 5px;
  border-left: 1px solid #E6E4E4;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px
}

.pubItem-body .pub-info-fromTo {
	width: 260px !important;
}

.pubItem-body .pub-info svg {
  fill: #A2A0A0;
  --e-icon-list-icon-size: 14px;
  width: 14px;
  width: var(--e-icon-list-icon-size, 1em);
  height: var(--e-icon-list-icon-size, 1em);
}

.pubItem-body .pub-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
}

/* end public calls */


/* Events */
.eventItem-body {
  display: flex;
  flex-direction: row;
  --min-height: fit-content;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --gap: 10px 10px;
  --background-transition: 0.3s;
  --padding-top: 25px;
  --padding-bottom: 25px;
  --padding-left: 20px;
  --padding-right: 20px;
  min-height: 70px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  max-height: 260px;
  transition: 0.2s all;
}

.eventItem-body:hover {
   box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}


.eventItem-body:hover .event-title {
   color: var( --e-global-color-accent );
}

.eventItem-body .event-title {
  color: var(--e-global-color-text);
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.eventItem-body .event-info {
  background-color: var(--e-global-color-accent);
  color: #fff;
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 100px;
  padding: 10px;
  flex-shrink: 0;
  display: flex;
  text-align: center;
  align-items: center;
}

.eventItem-body .event-info-fromTo {
	 width: 200px;
}

.eventItem-body .event-description {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 20px;
}

@media (max-width: 430px) {
  .eventItem-body {
    flex-direction: column;
  }

  .eventItem-body .event-info {
    width: 100%;
    padding: 20px;
    justify-content: center;
  }

}

/* end events */


/* Seancat & Videos*/
.video-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
/* END ** Seancat & Videos*/

@media (min-width: 1401px) and (max-width: 1520px) {
  .newsItem-body .news-image {
    width: 380px;
    height: 240px;
  }

  .newsItem-body {
    height: 240px;
  }
}

@media (min-width: 1367px) and (max-width: 1400px) {
  .newsItem-body .news-image {
    width: 360px;
    height: 220px;
  }

  .newsItem-body {
    height: 220px;
  }
}

@media (min-width: 1301px) and (max-width: 1460px) {
	.seancatBox {
		min-height: 315px;
	}
	
	.video-list .category-video-videot {
		height: 100%;
	}
	
	.video-list .seancatBox {
		height: 100%
	}
}

@media (min-width: 768px) and (max-width: 1300px) {
	.video-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	
	.video-list .ItemsFilter-item {
		height: 100%
	}
	
	.video-blockList .search-grid .search-input {
  		width: 100%;
	}
	
	.video-list .category-video-videot {
		height: 100%;
	}
	
	.video-list .seancatBox {
		height: 100%
	}

}


/* @media (min-width: 1300px) and (max-width: 1460px) {
  .docs-pageSectionTax .docItem-body .doc-data {
    width: 16%;
  }
} */


@media (min-width: 901px) and (max-width: 980px) {
  .newsItem-body .news-image {
    width: 400px;
  }
}


@media (min-width: 861px) and (max-width: 900px) {
  .newsItem-body .news-image {
    width: 380px;
  }
}

@media (min-width: 769px) and (max-width: 920px) {
  .docs-pageSectionTax .docItem-body .doc-data {
    width: 100px;
    font-size: 15px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 5px;
  }
}

@media (min-width: 769px) and (max-width: 860px) {
  .newsItem-body .news-image {
    width: 360px;
  }
}

@media (max-width: 768px) {
	.video-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	
	.video-list .ItemsFilter-item {
		height: 100%
	}
	
	.video-blockList .search-grid .search-input {
  		width: 100%;
	}
	
  .docItem-body {
    flex-direction: column;
  }

  .docItem-body .doc-image {
    border-right: none;
    justify-content: center;
    border-bottom: 1px solid #04408b;
  }

  .docItem-body .doc-title {
    justify-content: flex-start;
    text-align: start;
  }

  .docItem-body .doc-data {
    width: 100%;
    border-left: none;
    padding-left: 10px;
    justify-content: flex-start;
  }

  .pubItem-body {
    flex-direction: column;
    max-height: none;
  }

  .pubItem-body .pub-image {
    width: 100%;
    height: 175px;
  }

  .pubItem-body .pub-svg {
    border: none;
  }

  .pubItem-body .pub-textBody {
    padding: 0;
  }

  .pubItem-body .pub-info {
    border: none;
    padding: 0;
    justify-content: flex-start;
  }

  .pubItem-body .pub-description {
    flex-direction: column-reverse;
    gap: 5px;
  }

  .docs-pageSectionTax {
    grid-template-columns: auto;
  }

  .newsItem-body .news-image {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }

  .ItemsFilter-dateFromTo {
    width: 100%;
    flex-direction: column;
  }

  .newsItem-body {
    max-height: none;
    flex-direction: column;
  }

  .search-grid {
    flex-direction: column;
  }

  .search-grid .date-filters {
    width: 100%;
  }

  .search-grid .search-input {
    width: 100%;
  }

  .btn-searchf {
    width: 100%;
  }
	
	.seancatBox {
		min-height: auto;
	}
}
@media (max-width: 460px) {
	.seanacatContainer {
		margin: 0 !important;
	}
}
