/*
Theme Name: Limony
Template: Divi
Author: sunete
Version: 1.0.1704355319
Updated: 2024-01-04 08:01:59

*/

.text-green{
	    color: #438803;
}
.diplay-inline-block{
  display: inline-block;
}
.hidden{
	opacity: 0;
}
.hidden2{
	opacity: 0;
}
/* animace textu */
.typed-out{
	font-size: 42px;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 4s forwards;
  width: 0;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@keyframes opacity {
  from { opacity: 0 }
  to { opacity: 100% }
}
.limony-before-text{
	margin-right:15px;
}
.limony-before-text img{
vertical-align: middle;}
@media screen and (max-width: 800px){
	.typed-out{
  white-space: normal;
		animation:none;
		overflow: none;
		width:100%;
}
	.limony-before-text{
	display:none;
}}
@media screen and (min-width: 1900px){
.height-viewport{
    min-height: 0!important;
	}}
/* Lidé */
.person .et_pb_blurb_content{
	position:relative;
}
.person .et_pb_blurb_content .et_pb_main_blurb_image{
	margin-bottom:0px
}
.person .et_pb_blurb_content .et_pb_blurb_container{
	position: absolute;
    bottom: 0;
	background-color: rgba(255,255,255,.4);
	padding:10px;
	display:none;
}
.person:hover > .et_pb_blurb_content .et_pb_blurb_container{
	display:block;
}
/* pulse button */
.chevron-container {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
}
.chevron {
  position: absolute;
  width: 2rem;
  height: 0.5rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
 content: '';
 position: absolute;
 top: 0;
 height: 100%;
 width: 50%;
 background: #8cb765;
}

.chevron:before {
 left: 0;
 transform: skewY(30deg);
}

.chevron:after {
 right: 0;
 width: 50%;
 transform: skewY(-30deg);
}

@keyframes move-chevron {
 25% {
  opacity: 1;
	}
 33.3% {
  opacity: 1;
  transform: translateY(1rem);
 }
 66.6% {
  opacity: 1;
  transform: translateY(2rem);
 }
 100% {
  opacity: 0;
  transform: translateY(4rem) scale(0.5);
 }
}

/* contact form */
.contact-form{
	font-size:20px;
	color:#000;
}
.uk-button-primary:disabled{
	background-color: #438803;
	color: #fff;
}
.uk-button-primary{
	background-color: #438803;
	color: #fff;
}
.uk-button-primary:hover{
	background-color: #54ab04;
    color: #fff;
	 cursor:pointer;
}
.wpcf7-not-valid-tip{
	color:#FFF;
	font-size:0.8rem;
}
.acceptance-223{
	font-size:15px;
	display:block;
	margin-bottom:10px;
}
.acceptance-223 a{
	color:#000;
	text-decoration:underline;
}
.contact-form br{
	display:none;
}
.contact-form p:last-child{
	text-align:center;
}

.contact-form input[type=text], input[type=email], input[type=tel],textarea{
	width: 100%;
  	padding: 12px 20px;
	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
	color:#000;
	font-size:16px;
	font-family:Montserrat;
	margin-bottom:15px;
}
.contact-form textarea:focus, input:focus{
    outline: none;
}/*
.contact-form__text-area{
	margin-top:10px;
}*/
.contact-form ::-webkit-input-placeholder { /* Edge */
  font-family:inherit;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer */
  font-family:inherit;
}

.contact-form ::placeholder {
  font-family:inherit;
}
.contact-form__head{
	display:flex;
	flex-direction: column;
	margin: -12px 0 0 -12px;
}
.contact-form__head label{
	width:100%;
	margin: 12px 0 0 12px;
}
@media screen and (max-width: 640px){
.contact-form__head{
	flex-wrap:wrap;
}
}
 .wpcf7 input[type="submit"]{
color: #fff!important;
    -webkit-box-shadow: 0 3px 14px 2px rgb(0 0 0/8%),0 8px 10px 1px rgb(0 0 0/8%),0 5px 5px -3px rgb(0 0 0/10%)!important;
    box-shadow: 0 3px 14px 2px rgb(0 0 0/8%),0 8px 10px 1px rgb(0 0 0/8%),0 5px 5px -3px rgb(0 0 0/10%)!important;
	padding: 0 30px;
	font-size:16px;
	line-height: 38px;
	border-radius: 10px;
	border:none;
}

