/* Theme Name: Infetech Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of infetech
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: infetech
Version: 1.0.0
Text Domain:  infetech-child
*/

body {
  font-family: "sofia-pro", sans-serif !important;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "sofia-pro", sans-serif !important;
  font-style: normal;
}

.sofia-pro {
  font-family: "sofia-pro", sans-serif !important;
}

/* Header 5*/

@media (min-width: 1024px) {
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0;
  }

  .main-navigation ul.menu > li.menu-item-has-children > a:after,
  .main-navigation ul.menu > li.page_item_has_children > a:after,
  .main-navigation ul.menu > li.has-mega-menu > a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAAPFBMVEUAAAAAr3AAr3gAr3oAr3kAtHsAsnkAsXoAsXoAsXkAsXgAsnkAsnsAsXkAsXoAsXkAsnkAsnoAsnoAsnpraBkAAAAAE3RSTlMAECAwUF9wgJCgsL+/wM/f39/v5UZOrgAAAENJREFUCB0FwQsCwUAUBLDsKFXq88z97yqBnAGQ6QSQaTsBmbbtLHi2Pds+IJ/u7v1mW8gNe659L4C0fQE4+rsAcGz+xqYC24PU9hIAAAAASUVORK5CYII=');
    background-size: cover;
    vertical-align: middle;
    margin: 0 0 0 5px;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
}

.elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
  width: 80px !important;
}

.header-lang .trp-language-switcher > div {
  border: none;
}

.menu-canvas {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-left: -25px;
}

.menu-canvas .menu-toggle::before {
  background-color: transparent !important;
}

.menu-canvas .menu-toggle::after {
  background-color: transparent !important;
}

.menu-canvas .menu-toggle span {
  display: flex;
}

.menu-canvas .menu-toggle span::before {
  content: "Μενού";
  font-size: 16px;
  color: #535766;
  background-color: transparent;
  display: contents;
}

.menu-canvas .menu-toggle span::after {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAAPFBMVEUAAAAAr3AAr3gAr3oAr3kAtHsAsnkAsXoAsXoAsXkAsXgAsnkAsnsAsXkAsXoAsXkAsnkAsnoAsnoAsnpraBkAAAAAE3RSTlMAECAwUF9wgJCgsL+/wM/f39/v5UZOrgAAAENJREFUCB0FwQsCwUAUBLDsKFXq88z97yqBnAGQ6QSQaTsBmbbtLHi2Pds+IJ/u7v1mW8gNe659L4C0fQE4+rsAcGz+xqYC24PU9hIAAAAASUVORK5CYII=');
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  margin-left: 10px;
}

.menu-canvas ul li a {
  color: #535766;
  font-size: 16px;
}

button.menu-toggle:hover {
  background-color: transparent;
}

.menu-canvas.toggled .menu-toggle::before {
  background-color: transparent !important;
}

.menu-canvas.toggled .menu-toggle::after {
  background-color: transparent !important;
}

.menu-canvas .dropdown-toggle {
  color: #535766;
}

/* Home Slider */

.home-slider .elementor-element-populated {
  padding-bottom: 0 !important;
}

/* Breaking News Slider */

.breaking {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .breaking {
    flex-direction: column;
    align-items: start;
  }
}

.breaking p {
  flex-shrink: 0;
  margin: 0;
  color: #00c586;
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
}

.post-slider {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.post-slider .slide {
  display: none;
}

.post-slider .slide:first-child {
  display: block;
}

.post-slider .slide a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

@media (max-width: 768px) {
  .post-slider .slide a {
    font-size: 18px;
  }
}

/* Numbers section */

.numbers-section .numbers-section-box .odometer-inside {
  line-height: 1;
  margin-bottom: 20px;
}

.numbers-section .numbers-section-box .title {
  background-color: #fff;
}

.numbers-section .numbers-section-box sup {
  top: 0.3em;
}

.latest-post-carousel .read-more {
  background: none;
  background-color: #fff !important;
  color: #00c586 !important;
}

.enateam-heading .elementor-icon-box-content{
    width:unset;
}

/***************************** Footer *****************************/

.footer-service {
  background-color: #fff;
  padding: 5px 10px;
  margin: 5px;
  display: inline-block;
  font-size: 16px;
}

.footer-service-light-blue {
  color: #0d97ab;
}

.footer-service-blue {
  color: #406bb2;
}

.footer-service-green {
  color: #00c586;
}

.footer-service-yellow {
  color: #c4d54d;
}

.footer-service-purple {
  color: #8578e3;
}

.footer-service-pink {
  color: #db437e;
}

.footer-service-orange {
  color: #f4bd00;
}

.footer-service-orange-light {
  color: #ee7337;
}

.footer-latest-bussiness .media img {
  height: 90px !important;

  min-width: 157px !important;
}

.footer-latest-bussiness .info {
  justify-content: start !important;
}

.footer-latest-bussiness .info .item-meta {
  display: none;
}

.footer-latest-posts h5 {
  display: none;
}

.footer-latest-posts ul {
  padding: 0;
  margin-top: 10px;
  list-style-type: none;
}

.footer-latest-posts ul li {
  margin-bottom: 10px;
}

.footer-latest-posts ul li a {
  color: #fff;
}

#mc4wp-form-2 .subscribe-form {
  display: flex;
  column-gap: 20px;
}

#mc4wp-form-2 .subscribe-form input {
  flex: 1 auto;
}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu ul li a {
  padding: 0 10px;
}

.footer-menu ul li:not(:last-child) a {
  border-right: 1px solid #fff;
}

@media (max-width: 767px) {
  .footer-accordion .elementor-heading-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-accordion .elementor-heading-title::after {
    content: "";
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAcElEQVR4AZXLQRGAIBQE0F01gBGIohGIYAOP3LzahghWMAJF8IsedBhgGPa0/+88wpoJgEJb3ICeG8CpRUHk7OBlCcU1KIdLNN9ujULHA6SqIi8z9O74/ar4R8/FaCviGKUwi1OUhxEOPYPqsetYmm6aEjadda8xRwAAAABJRU5ErkJggg=='); /* Replace with your image URL */
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 9px;
    transition: transform 0.3s ease;
  }

  .footer-accordion .elementor-heading-title.open::after {
    transform: rotate(180deg);
  }

  /* Initially hide the content (the second child) */

  .footer-accordion .elementor-element-populated > :nth-child(2) {
    display: none;
  }

  .footer-accordion .elementor-element-populated > :nth-child(2).open {
    display: block;
  }
}

/******************************** Blog Page ********************************/

.blog-container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
}

.blog-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0px 0 45px;
}

.blog-filters .filter-buttons {
  display: flex;
  column-gap: 15px;
  flex: 0 0 40%;
}

.blog-filters .filter-buttons .post-cat {
  display: flex;
  column-gap: 5px;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  border: 1px solid transparent;
}

.blog-filters .filter-buttons .post-cat.active {
  border: 1px solid #00c586;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

.blog-filters select,
.blog-filters .search-form {
  flex: 0 0 calc(40% / 2);
}

.search-form {
  position: relative;
}

.search-form input,
.blog-filters select {
  border: none !important;
  border-bottom: 1px solid #535766 !important;
  padding-right: 40px !important;
  box-sizing: border-box !important;
  height: 100%;
}

.search-form img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .blog-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-filters .search-form,
  .blog-filters .flex-space,
  .blog-filters select,
  .blog-filters .filter-buttons {
    flex: 0 0 100%;
  }
}

.taxonomy-results .posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.taxonomy-results .post-item {
  flex-basis: calc(33.333% - 40px);
  box-shadow: 0px 0px 20px 0px rgba(83, 87, 102, 0.2);
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.taxonomy-results .post-item:hover {
  border: 1px solid #00c586;
}

/* Εικόνα post */

.taxonomy-results .post-item .post-feature-image {
	max-width: 100%;
	height: 170px;
	padding-bottom: 20px;
	object-fit:cover;
	width:100%;
}
@media (min-width: 769px) {
	.taxonomy-results .post-item .post-feature-image {
		height: 250px;
	}
}

/* Τίτλος post */

.taxonomy-results .post-item h2 {
  margin: 0 0 20px;
}

.taxonomy-results .post-item h2 a {
  font-size: 20px;
  line-height: 28px;
  color: #535766;
  font-weight: bold;
}

/* Περίληψη post */

.taxonomy-results .post-item p {
  font-size: 16px;
  color: #535766;
  line-height: 30px;
  margin-bottom: 20px;
}

.taxonomy-results .post-read-more {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

/* Read More Button */

.taxonomy-results .read-more {
  text-decoration: none;
  color: #00c586;
  font-size: 16px;
  display: inline-block;
  line-height: 20px;
}

.taxonomy-results .post-read-more img {
  margin-top: 4px;
}

@media (max-width: 768px) {
  .taxonomy-results .post-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.blog-posts .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  gap: 3rem;
  margin-bottom: 130px;
}

@media (max-width: 768px) {
  .blog-posts .pagination {
    gap: 1.5rem;
  }
}

.blog-posts .pagination .pagination__item a {
  color: #535766;
  font-size: 20px;
  line-height: 30px;
}

.blog-posts .pagination .pagination__item.disabled {
  display: none;
}

.blog-posts .pagination .pagination__item.active a {
  color: #00c586;
}

/******************************** END Blog Page ********************************/

/******************************** Sticky Buttons  ********************************/

.sticky-btns {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: end;
  position: fixed;
  right: 20px;
  top: 65%;
  transform: translateY(-50%);
  z-index: 1000;
}

.sticky-btns .back-content {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.5s ease;
}

.sticky-btns .back-content a {
  color: #00c586;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease; /* Define which properties to transition */
}

.sticky-btns .back-content:hover a {
  opacity: 1;
  visibility: visible;
}

.sticky-btns .back-btn {
  width: 40px;
  height: 40px;
  background-color: #00c586;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-btns .back-btn svg {
  height: auto;
}

.sticky-btns .social-share {
  display: flex;
  gap: 10px;
  transition: all 0.5s ease;
}

.sticky-btns .social-share-btn {
  width: 40px;
  height: 40px;
  background-color: #edeeef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-btns .social-share-btn svg {
  height: auto;
}

.sticky-btns .social-text {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.sticky-btns .social-share:hover .social-text {
  opacity: 1;

  visibility: visible;
}

.sticky-btns .social-text a {
  margin: 0;
  color: #00c586;
  display: block;
}

/******************************** Sticky Buttons  ********************************/

/******************************** Latest news Homepage Shortcode  ********************************/

.posts-slide-custom .owl-stage {
  margin: 10px 0;
}

.posts-slide-custom .owl-item {
  box-shadow: 0px 0px 20px 0px rgba(83, 87, 102, 0.2);
}

.posts-slide-custom .post-item {
  padding: 20px;
  background-color: #fff;
}

.posts-slide-custom .post-item .post-feature-image {
  max-width: 100%;
  min-height: 250px;
  object-fit: cover;
  padding-bottom: 20px;
}

.posts-slide-custom .post-item h2 {
  margin: 0 0 20px;
  height: 67px;
  overflow-y: hidden;
}

.posts-slide-custom .post-item h2 a {
  font-size: 20px;
  line-height: 28px;
  color: #535766;
  font-weight: bold;
}

.posts-slide-custom .post-item p {
  font-size: 16px;
  color: #535766;
  line-height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 95px;
}

@media (max-width: 1024px) {
	.posts-slide-custom .post-item p {
		display: none;
	}
}

.posts-slide-custom .post-item .post-read-more {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.posts-slide-custom .post-item .post-read-more .read-more {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	display: inline-block;
	line-height: 20px;
	background-color:#fff;
}

.posts-slide-custom .post-item .post-read-more svg {
	margin-top: 5px;
}

.posts-slide-custom .post-item .post-read-more svg path{
	fill:#000;
}

.posts-slider-nav .custom-next-arrow,
.posts-slider-nav .custom-prev-arrow {
	background-color: transparent;
	border: none;
	padding: 0;
}

.posts-slider-nav .custom-prev-arrow {
	margin-right: 10px;
}

.posts-slider-nav .custom-next-arrow:hover svg g,
.posts-slider-nav .custom-prev-arrow:hover svg g {
	opacity: 1;
}

.posts-slider-nav .custom-next-arrow svg {
	transform: rotate(180deg);
}

.header-live svg,
.header-live-mobile img {
	animation: blink 1s infinite;
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

/******************************** Single page files  ********************************/

.single-files ul {
  padding: 0;
}

.single-files ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Epidotiseis Archive */

.epidotiseis-search form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.epidotiseis-container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px 50px;
}

.epidotiseis-container .post-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.epidotiseis-container .post-table th,
.post-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .epidotiseis-container .post-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .epidotiseis-container .post-table {
    min-width: 600px;
  }
}


.greenenateam     { color: #00976a!important;}
.blueenateam      { color: #0d2f91!important;}
.purpleenateam    { color: #8578e3!important;}
.lightgreenenateam{ color: #c4d54d!important;}
.yellowenateam    { color: #f4bd00!important;}
.orangeenateam    { color: #ee7337!important;}
.pinkenateam      { color: #db437e!important;}
.lightblueenateam { color: #0d97ab!important;}

.mt-subheader-body{
	margin-bottom:50px;
}

.elementor-shape-square .elementor-icon-box-content{
    flex-grow:0!important;
}

h3,h4{
	text-transform:none!important;
}

/* Accecibility */
.dropdown-toggle {
    min-width: 48px;
    min-height: 48px;
    padding: 10px!important;
}
#breadcrumbs a{
	text-decoration:underline;
}

#breadcrumbs a,
#breadcrumbs span{
	color:#000!important;
}