/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1696964335
Updated: 2023-10-10 20:58:55

*/
div#prispevky {
    z-index: var(--0) !important;
}
.partneri .elementor-widget{
	width: 149px;
}
.timeline a #text{
  animation-name: scaleUpDown;
  animation-duration: 8s; /* Make the animation longer (2 seconds) */
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0s; /* Initial delay for the first element */
}
.timeline a:nth-child(1) {
  animation-delay: 0.5s; /* Delay for the second element */
}
.timeline a:nth-child(2) {
  animation-delay: 1s; /* Delay for the second element */
}

.timeline a:nth-child(3) {
  animation-delay: 1.5s; /* Delay for the third element */
}
.timeline a:nth-child(4) {
  animation-delay: 2s; /* Delay for the third element */
}
.timeline a:nth-child(5) {
  animation-delay: 2.5s; /* Delay for the third element */
}

/* Add more rules for additional elements as needed */
/* For example, .timeline a:nth-child(4), .timeline a:nth-child(5), and so on */

@keyframes scaleUpDown {
  0% {
    
  }
  5% {
    transform: scale(1.2); /* Scale up to 120% size at 50% of the animation */
  }
	10%{
		transform: scale(1);
	}
  100% {
     /* Return to the normal size at the end */
  }
}




.klec img {
    max-width: 75px !important;
}
.page-id-1801 .paticka, .page-id-308 .paticka, .page-id-1710 .paticka{
	overflow: hidden;
}
.elementor-form .elementor-message{
	margin-top: 28px;
    color: white;
    border: 2px solid white;
    padding: 10px;
    border-radius: 10px;
}
#site-footer{
	display: none;
}
.filling-line{
	position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    width: 100%;
    background-color: #D33F49;
    -webkit-transform: scaleX(0.0357653);
    -moz-transform: scaleX(0.0357653);
    -ms-transform: scaleX(0.0357653);
    -o-transform: scaleX(0.0357653);
    transform: scaleX(0.0357653);
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: transform 0.3s;
}
.timeline {
display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1270px;
    justify-content: space-between;
    column-gap: 16%;
}

.timeline a {
    text-decoration: none;
    padding: 10px 20px;
    position: relative;
	color: white !important;
	margin-bottom: 10px;
	cursor: pointer;
}
.timeline::before {
    background-image: linear-gradient(to right,#0d1b2a,rgba(241,241,241,0));
    content: '';
    position: absolute;
    z-index: 2;
    top: 45px;
    height: 100%;
    width: 40px;
}
.timeline::after {
  background-color: #0d1b2a;
    content: '';
    position: absolute;
    z-index: 2;
    top: 45px;
    height: 100%;
    width: 37px;
    right: 0;
}



.timeline a::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #0D1B2A;
    border: 2px solid white;
    border-radius: 50%;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.3s;
	z-index: 10;
}

.timeline .line {
     height: 2px;
    background-color: white;
    width: 1250px;
    margin-top: -8px;
    z-index: 0;
}

.timeline a.active::after {
    background-color: #D33F49;
    border: #D33F49;
}

.content {
    display: none;
    margin: 20px;
}
.elementor-post-info > li {
    margin-bottom: 15px !important;
}
.slider-arrow{
	display: none;
}

a#backupthepage{
	width: 10px;
}
.hidden-paragraph {
  display: none;
  opacity: 0;
  transition: opacity 0.5s; /* Add a transition for the opacity property */
}
.toggle-button {
	transition: transform 0.5s; /* Add a transition for the transform property */
	max-width: fit-content !important;
	margin-bottom: 20px !important;
	cursor: pointer;
}

.fa-tags:before {
    content: "●" !important;
}
#file-upload-message{
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#actual-btn, #form-field-file_upload{
	position: absolute;
    opacity: 0;
}
.elementor-form{
	background-color: #0D1B2A;
	padding: 50px !important;
	border-radius: 32px;
}
.elementor-field-type-upload button {
    display: none;
}
#zivotopis{
	background-color: #F7F7FF;
	color: rgba(211, 63, 73, 0.56);
    border-width: 0px 0px 0px 0px;
    border-radius: 45px 45px 45px 45px;
	width: 400px;
	height: 70px;
	padding: 27px 30px;
}
#zivotopis img{
	position: absolute;
    right: 46px;
    top: 20px;
}
.elementor-field-group input, .elementor-field-group select, .elementor-field-group textarea{
	height: 70px;
	padding-left: 30px;
    }
.elementor-field-group textarea{
	padding-top: 5%;
}
.elementor-field-group select{
	color:#d33f49ad !important;
	padding-right: 30px;
}
.select-caret-down-wrapper i{
	color: #d33f49ad !important;
}

.elementor-field-type-acceptance{
	height: 40px;
}

.elementor-field-option label{
	position: absolute;
	display: block !important;
    top: 27px;
    margin-left: 27px;    
	color: rgba(247, 247, 255, 0.56) !important;
	padding-left: 20px;
}
.elementor-field-option > label::before{
	content: "";
    position: absolute;
    left: -42px;
    top: -10px;
    width: 36px;
    height: 36px;
    border-radius: 16px;
    background-color: #F7F7FF;
}
input[type="checkbox"]:checked + label::before {
    background-color: white;
    content: "✔";
    color: black;
    text-align: center;
    padding: 10px;
}
body{
	overflow-x: hidden;
}
.entry-title{
	display: none !important;
}

.btn-white a{
	border-radius: 45.041px !important;
	background: #F7F7FF !important;
	color: #0D1B2A !important;
	padding: 19px 29px !important;
	font-weight: 700 !important;
}
.btn-black a{
	border-radius: 45.041px !important;
	background: #0D1B2A !important;
	color: #F7F7FF !important;
	padding: 19px 29px !important;
	font-weight: 700 !important;
}
.btn-red a{
	border-radius: 45.041px !important;
	background: #D33F49 !important;
	color: #F7F7FF !important;
	padding: 19px 29px !important;
	font-weight: 700 !important;
}
.usp p{
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #F7F7FF !important;
}

.klec{
	cursor: pointer;
	max-height: 170px;
}
.medved img{
	margin-top: -15px;
}
.medved, .posts{
	display: none;
	opacity: 0;
	transition: opacity 1s;
}
.active{
	display: block;
	opacity: 1;
	
}
.rohy-uvnitr img{
	border-radius: 16px;
}
.eclipse-white::after {
    width: 1226px;
	height: 1398px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/10/eclipse-white.png);
    position: absolute;
    left: 0;
    top: 0;    
    color: transparent;
    z-index: -1;
}

.eclipse-header::after{
	width: 1108px;
	height: 1405px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/10/Group-142-2.svg);
    position: absolute;
    left: -20%;
    top: 10%;    
    color: transparent;
    z-index: 0;
}

.konec::after{
	width: 1108px;
	height: 1405px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/10/Group-140.svg);
    position: absolute;
    left: 124%;
    top: -163%;    
    color: transparent;
    z-index: 0;
	}
.konec::before{
	width: 1108px;
	height: 1405px;
    content: " ";
    background-image: url(/wp-content/uploads/2023/10/Group-140.svg);
    position: absolute;
    right: 110%;
    top: -70%;   
    color: transparent;
    z-index: 0;
	}

a.elementor-item.elementor-item-active::after, a.elementor-item:hover:after{
   position: absolute;
    left: 13px;
    bottom: 0;
    z-index: 1;
    border-radius: 5px;
    width: 63%;
}
@keyframes shake {
            0% { transform: translate(0, 0); }
            2% { transform: translate(-5px, 0); }
            4% { transform: translate(5px, 0); }
            6% { transform: translate(-5px, 0); }
            8% { transform: translate(5px, 0); }
            9% { transform: translate(0, 0); }
            100% { transform: translate(0, 0); }
        }

         .shake-image {
            animation: shake 6s;
            animation-iteration-count: infinite;
        }

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

/* CSS animation keyframes for fade-out */
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Apply the animations to elements */
.posts, .medved{
    display: none;
    animation-duration: 0.5s; /* Duration of the animation */
    animation-timing-function: ease-in-out; /* Timing function for smooth animation */
}



/* Apply the fade-in animation when the element has the .active class */
.posts.active, .medved.active{
    display: block;
    animation-name: fadeIn; /* Use the fadeIn animation */
    opacity: 1; /* Ensure opacity is 1 when active for smooth fade-in */
}
.posts, .posts.active{
	display: none !important;
}
.posts.active{
	display: block !important;
}
/* Apply the fade-out animation when the element does not have the .active class */
.ekonom:not(.active), .it:not(.active), .management:not(.active), .prumysl:not(.active) {
    animation-name: fadeOut; /* Use the fadeOut animation */
    opacity: 0; /* Ensure opacity is 0 when not active for smooth fade-out */
}

.posts.active .elementor-post__text p{
	font-size: 18px;
	font-weight: 300;
	color: #0D1B2A;
	font-family: 'Poppins';
	}
.posts.active .elementor-post__title a{
	font-size: 20px;
	font-weight: 700;
	color: #0D1B2A;
	}
.elementor-post__title>a>img{
	margin-bottom: -4px;
    margin-left: 57px;
}
.posts.active .elementor-post__title{
	margin-bottom: 8px;
}

.rotate {
	transition: transform 0.5s ease-in-out;
    }
.druh{
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

.rotated{
	transform: rotate(-90deg); 	
}
.hidden{
	opacity: 0;
}


@media (max-width: 1199px) {
  
  .eclipse-white::after, .eclipse-header::after, .konec::before, .konec::after {
     display: none !important;
  }
}

@media (max-width: 1024px){
	.slider-phone{
	width: 100vw !important;
    display: flex !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
}
	.klec{
	width: 190px !important;
    height: 165px !important;
    flex: 0 0 auto !important;
	}
	.medved {
     display: none !important;
  }
}
@media (max-width: 450px) {
	.eclipse-header::before{
		 background-image: linear-gradient(99deg, #D33F49 -10%, #74737385 70%) !important;
	 }
	
	.paticka > div{
		padding-top: 65px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.paticka .elementor-widget-container{
		padding-bottom: 10px !important;
	}
	.paticka p, .paticka a{
		font-size: 16px !important;
	}
	.paticka .elementor-icon-box-icon a{
		   font-size: 35px !important;
	}
  	.slider-phone {
            width: 80%; /* Adjust as needed */
            overflow: auto;
            white-space: nowrap;
		padding-left: 21% !important;
    padding-right: 21% !important;
        }

        .slider-arrow {
            position: fixed;
            top: 50%; /* Adjust vertical positioning */
            font-size: 40px; /* Adjust font size */
            cursor: pointer;
			z-index: 10;
        }

        .left-arrow {
            left: 10px;
        }

        .right-arrow {
            right: 10px;
        }
  
	.klec p{
		text-decoration: underline;
	}
	.elementor-form{
		padding: 20px !important;
	}
	.elementor-field-option > label::before{
	left: -25px;
    top: 4px;
    width: 20px;
    height: 20px;
	padding: 3px !important;
	}
	.elementor-acceptance-field label{
		font-size: 10px !important;
	}
	#prispevky{
		background: white;
	}
	.elementor-field-option label > a{
		font-size: 16px !important;
	}
	.elementor-field-option input{
		display: none !important;
	}
	.elementor-field-type-acceptance{
		margin-top: -20px !important;
	}
	.elementor-field-type-submit{
		margin-top: 24px !important;
	}
	.elementor-field-group input{
		height: 60px;
	}
	#zivotopis{
		height: 60px;
    	padding: 25px 31px;
	}
	.odkaz{
		font-size: 10px !important;
	}
	.onboard-paticka{ 
		max-width: 285px;
		}
	
}
 @media only screen and (min-width: 1024px) and (max-width: 1445px)  {
	 .eclipse-header{
		 min-height: 450px !important;
	 }
	 
	 .odsadit > div:not(:last-child){
		 padding-left: 40px;
		 padding-right: 40px;
	 }
	 #top>div{
		 padding-left:40px;
		 padding-right: 40px;
	 }
	 
	 
    }
