/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

img.attachment-full.size-full.wp-image-25776 {
    min-width: 250px;
}

.thim-ekits-testimonial__article.swiper-slide{
	min-height:386px;
}

.elementor-element.elementor-element-668b59b.elementor-widget.elementor-widget-thim-loop-item-featured-image {
    max-width: max-content !important;
}

.elementor-13907 .elementor-element.elementor-element-679fe5c .thim-social-media > li > a svg{
	width: 26px;
    height: 26px;
}
.elementor-25473 .elementor-element.elementor-element-ff67692 svg {
    margin-top: 0px; 
}



.elementor-8920 .elementor-element.elementor-element-d46e18d .elementor-repeater-item-192758b > a{
	color: #a00b30 !important;
}
.footer .fa-linkedin:before{
	color: #a00b30 !important;
}

.thim-ekits-post__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
  /* Boxík v rohu */
        #callback-popup {
            position: fixed;
			bottom: 75px;
			right: 20px;
			width: 180px;
			background: #fff;
			border-radius: 12px;
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
			z-index: 9999;
			padding: 16px;
			text-align: center;
			font-family: sans-serif;
        }

        #callback-popup-close {
            position: absolute;
			top: 4px;
			right: -4px;
			background: none !important;
			border: none;
			font-size: 16px;
			font-weight: bold;
			cursor: pointer;
			color: #999;
        }
		

        #callback-popup button.call-btn {
            background-color: #e9892c;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            font-weight: bold;
            cursor: pointer;
            margin-top: 10px;
        }

        /* Fullscreen popup */
        .custom-popup-overlay {
            position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.6);
			display: none;
			align-items: center;
			justify-content: right;
			z-index: 99999;
        }

        .custom-popup-box {
            margin-top: -233px;
			background: #fff;
			max-width: 642px;
			width: 90%;
			border-radius: 15px 0px 0px 15px;
			padding: 15px;
			position: relative;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
			text-align: center;
			font-family: sans-serif;
			animation: fadeIn 0.3s ease;
        }

        .custom-popup-close {
            position: absolute;
			top: 0px;
			right: 0px;
			background: none !important;
			border: none;
			font-size: 24px;
			font-weight: bold;
			color: #999;
			cursor: pointer;
        }
		.custom-popup-close:hover {
            color: #999;
        }

        .custom-popup-box h2 {
            font-size: 20px;
            margin-bottom: 20px;
            color: #333;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: scale(0.95); }
            to { opacity: 1; transform: scale(1); }
        }
		.custom-popup-box {
			transform: translateX(100%);
			animation: slideIn 0.4s ease forwards;
		}

		@keyframes slideIn {
			to {
				transform: translateX(0);
			}
		}

		@keyframes slideOut {
			from {
				transform: translateX(0);
			}
			to {
				transform: translateX(100%);
			}
		}
		@media (max-width: 768px) {
    .custom-popup-box {
        margin-top: 0;
    }
}

/* Forms */
.wpcf7-form {
      background-color: #FFF; 
      padding: 0px 10px 10px 10px;
      border-radius: 10px;
      
   }
  .wpcf7-form label {
      display: block;
      margin-bottom: 10px;
      font-weight: bold;
  }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"] {
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      border: 2px solid #000;
      border-radius: 10px;
  }
  .wpcf7-form input::placeholder {
      color: #000;
  }
  .wpcf7-form input,
  .wpcf7-form input:focus {
      background-color: #fff;
      color: #000;
  }
  .wpcf7-form input:focus {
      outline: 2px solid #000;
  }
  .wpcf7-form input[type="submit"] {
      background-color: #E9892C !important;
      color: #FFF;
      font-weight: bold;
      padding: 10px 15px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
  }
  .wpcf7-form input[type="submit"]:hover {
      background-color: #000 !important;
      color:#FFF;
  }

.custom-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top:10px;
}

.custom-list li {
  position: relative;
  padding-left: 24px; /* miesto pre šípku */
}

.custom-list li::before {
  content: '';
	background-image: url(https://ilead.cz/wp-content/uploads/2025/04/Arrow.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0px !important;
	width: 20px;
	height: 20px;
}

@media (max-width: 767px) {
		.thim-ekits-course {
				--thim-ekits-course-row-gap: 20px
		}
}
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta {
		border-radius: 50%;
    text-align: center;
}
.thim-about-author .author-avatar {
		margin: 0 auto;
}
div#panel-instructor:not([hidden]) {
    display: flex;
    gap: 20px;
}

.thim-about-author .author-bio {
		width: 100%
}
.thim-about-author.thim-co-instructor {
    margin-top: 0px; 
}
.thim-about-author {
    
    width: 33%;
}


.author-wrapper a {
    pointer-events: none;
    cursor: default;
    color: inherit; 
    text-decoration: none; 
}

.navbar-mobile-button{
	display:none !important
}

@media (max-width: 768px) {
    .navbar-mobile-button {
        display: none 
;
    }
}