/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: krtk
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body:not(.single-post) .elementor-widget-text-editor a {
  color: black;
  text-decoration: underline;	
}
.elementor-post__text {
  display: flex;
  flex-direction: column;
}
.elementor-post__text .elementor-post__read-more {
  margin-top: auto;
}
.posts-box {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  overflow: hidden;
}
.posts-box> .read-more {
  padding-top: 10px;
}
.post-items {
  padding: 16px;
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
}
.post-items.posts-1-column {
  grid-template-columns: repeat(1, 1fr);
}
.post-items.posts-2-column {
  grid-template-columns: repeat(2, 1fr);
}
.post-item {
	display: flex;
	flex-direction: row;
}
.post-item .image {
	width: 25%;
	flex-shrink: 0;
	margin-right: 20px;
}
.post-item .image-wrapper {
	padding-bottom: calc( 1.33 * 100% );
	height: 0;
	position: relative;
	overflow: hidden;
}
.post-item .image img {
	height: 100%;
	width: auto;
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	-webkit-transform: scale(1.01) translate(-50%,-50%);
	-ms-transform: scale(1.01) translate(-50%,-50%);
	transform: scale(1.01) translate(-50%,-50%);
	max-height: none;
	max-width: none;
}
.post-item.social-post-item .image-wrapper {
	padding-bottom: calc( 1.33 * 50% );
}
.post-item.social-post-item .image {
  width: 20%;
}
.post-item.social-post-item .image img {
  object-fit: contain;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.post-item .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.post-item .title {
	color: #000000;
	font-family: "Avenir", "Roboto", Helvetica, Sans-serif;
	font-size: 15pt;	
	font-weight: normal;
	margin-top: -2px;
	margin-bottom: 12px;
}
.post-item .title a {
	color: inherit;
}
.post-item .datetime {
	color: #707070;
	font-family: "Avenir", "Roboto", Helvetica, Sans-serif;
	font-weight: 300;
	font-size: 10pt;
	line-height: 1.3em;
	margin-bottom: 12px;
}
.post-item .read-more {
	color: #000000;
	font-family: "Avenir", "Roboto", Helvetica, Sans-serif;
	font-size: 12pt;
	font-weight: 300;
  margin-top: auto;
  padding: 0;
  text-align: left;
  margin-bottom: -2px;
  line-height: 1;
}
.post-item .read-more::before {
	content: "";
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cg%20id%3D%22Group_329%22%20data-name%3D%22Group%20329%22%20transform%3D%22translate%28-15.642%29%22%3E%3Cpath%20id%3D%22Path_150%22%20data-name%3D%22Path%20150%22%20d%3D%22M50.952%2C0l4.567%2C4L50.952%2C8h3.432l4.568-4L54.384%2C0Z%22%20transform%3D%22translate%28-35.31%200%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);
	padding-left: 1em;
	background-repeat: no-repeat;
	background-position: left;
}
.post-item.social-post-item .image img {
  object-fit: none;
  width: 100%;
}
.post-item.social-post-item .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-item.social-post-item .text .title {
  font-size: 1.1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
.posts-box.posts-box-events .image {
  width: 150px;
}
.posts-box.posts-box-events .image img {
  width: 100%;
  object-fit: cover;
}
.posts-box.posts-box-events .datetime .separator,
.posts-box.posts-box-events .datetime .time {
  display: none;
}
.no-events {
  padding: 12px;
}
.no-events h3 {
  margin: 0;
}
.read-more {
  padding-right: 18px;
  text-align: right;
}
.read-more p {
  color: #000000;
	font-family: "Avenir", "Roboto", Helvetica, Sans-serif;
	font-size: 12pt;
	font-weight: 300;
  display: inline-block;
  margin-bottom: .9rem;
  position: relative;
}
.read-more p::before {
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cg%20id%3D%22Group_329%22%20data-name%3D%22Group%20329%22%20transform%3D%22translate%28-15.642%29%22%3E%3Cpath%20id%3D%22Path_150%22%20data-name%3D%22Path%20150%22%20d%3D%22M50.952%2C0l4.567%2C4L50.952%2C8h3.432l4.568-4L54.384%2C0Z%22%20transform%3D%22translate%28-35.31%200%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);
  padding-left: 1em;
  background-repeat: no-repeat;
  background-position: left;
}
.read-more p::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: black;
  top: -10px;
  right: 0;
  position: absolute;
  pointer-events: none;
}
.hero-slider .swiper-slide {
	display: flex;
	flex-direction: row;
}
.hero-slider .read-more {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  --20241211-martonk-margin-left: 1em;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cg%20id%3D%22Group_329%22%20data-name%3D%22Group%20329%22%20transform%3D%22translate%28-15.642%29%22%3E%3Cpath%20id%3D%22Path_150%22%20data-name%3D%22Path%20150%22%20d%3D%22M50.952%2C0l4.567%2C4L50.952%2C8h3.432l4.568-4L54.384%2C0Z%22%20transform%3D%22translate%28-35.31%200%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);
  padding-left: 1em;
  background-repeat: no-repeat;
  background-position: left;
}
.elementor-pagination .page-numbers {
  font-family: "Roboto", Sans-serif;
  text-transform: uppercase;
  border: 1px solid lightgray;
  padding: 0 7px;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  line-height: 24px;
  color: #707070;
}
.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
  font-size: 10px;
  color: black;
  min-width: 110px;
}
.elementor-pagination .page-numbers.current {
  color: black;
  background-color: #efefef;
}
.social-icons {
  display: flex;
  justify-content: center;
}
.social-icon {
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border: 1px solid white;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
  background-color: #FFFFFF80;
}
.social-icons a:nth-of-type(1) {
  margin-right: 15px;
}
.social-icon-facebook img {
  height: 12px;
}
.social-icon-twitter img {
  height: 10px;
  margin: 1px 0 0 1px;
}
.gray-title .elementor-widget-container,
.gray-title .title-wrapper {
  padding: 0.8em 0.8em 0.8em 0.8em;
  background-color: rgb(214, 214, 214);
}
.gray-title h2 {
  color: #000000;
  font-family: "Avenir", "Roboto", Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
}

/* Event logo */
img.intezet-logo {
  max-width: 90px;
  margin: 0 0 0 auto;
  display: block;
}

/* Calendar */
.calendar-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: white;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 3px;
}
.calendar-container .loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(4px) opacity(1);
  backdrop-filter: blur(4px) opacity(1);
  transition-duration: .2s;
  pointer-events: none;
}
.calendar-container .loading-overlay.hide {
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(4px) opacity(0);
  backdrop-filter: blur(4px) opacity(0);
  pointer-events: default;
}
.calendar-container .calendar-content {
  display: flex;
  flex-direction: row;
}
.calendar-container .column-left {
  flex-basis: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.calendar-container .column-left .big-year,
.calendar-container .column-left .big-month,
.calendar-container .column-left .big-day {
  margin-bottom: 0;
  line-height: 1;
}
.calendar-container .big-year {
  font-family: "Avenir", "Roboto", Helvetica, sans-serif;
  font-size: 50pt;
}
.calendar-container .big-month {
  font-family: "Avenir", "Roboto", Helvetica, sans-serif;
  font-size: 50pt;
  text-transform: uppercase;
}
.calendar-container .big-day {
  font-family: "Avenir", "Roboto", Helvetica, sans-serif;
  font-size: 65pt;
  border-bottom: 6px solid #D6D6D6;
}
.calendar-container .big-day.hide {
  color: transparent;
}
.calendar-container .column-right {
  flex-basis: 68%;
}
.calendar-container .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, auto);
}
.calendar-container .calendar-grid-item {
  text-align: right;
  margin: 0 auto 0.1em auto;
  position: relative;
  width: auto;
}
.calendar-container .calendar-grid-item .day-circle {
  margin: 0;
  display: inline-block;
  line-height: 1.4;
  width: 1.5em;
  text-align: center;
  font-family: "Avenir", "Roboto", Helvetica, sans-serif;
  font-size: 15pt;
}
.calendar-container .calendar-grid-item.current-day .day-circle {
  color: white;
  background-color: black;
  border: 1px solid black;
  border-radius: 50%;
}
.calendar-container .calendar-grid-item.has-events .day-circle {
  border-radius: 50%;
  border: 1px solid black;
}
.calendar-container .calendar-grid-item.day-name {
  font-family: "Avenir", "Roboto", Helvetica, sans-serif;
  font-size: 18pt;
  margin-bottom: 0.3em;
}
.calendar-container .current-month .day-circle {
  color: black;
}
.calendar-container .previous-month, .next-month {
  color: #ACACAC;
}
.calendar-container .list-container {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  padding: 10px;
  flex-direction: column;
  right: 0;
  z-index: 1;
}
.calendar-container .calendar-grid-item:hover .list-container {
  display: flex;
}
.calendar-container .event-row a {
  white-space: nowrap;
}
.calendar-container .calendar-navigation {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.calendar-container .change-month {
  cursor: pointer;
}
.calendar-container .next-month {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .calendar-container .calendar-grid-item {
    position: static;
  }
  .calendar-container .list-container {
    left: 0;
  }
  .calendar-container .event-row a {
    white-space: unset;
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .calendar-container .big-year {
    font-size: 37pt;
  }
  .calendar-container .big-month {
    font-size: 37pt;
  }
  .calendar-container .big-day {
    font-size: 48pt;
  }
  .calendar-container .calendar-grid-item .day-circle {
    font-size: 11pt;
  }
}

@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
  .gray-title .elementor-widget-container,
  .gray-title .title-wrapper {
    background-color: rgba(200, 200, 200, 0.6);
    backdrop-filter: blur(5px);
  }
}

/* Responsive css */
@media (max-width: 1023px) {
  .post-items.posts-2-column {
    grid-template-columns: repeat(1, 1fr)
  }
}
@media (max-width: 767px) {
  .post-item .title {
    font-size: 1em;
  }
}
