/*
Theme Name: XYWeb / Minimal
Author: XYWeb
Author URI: http://xyweb.cz
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=KoHo:200,300,400,500,500i,600,600i,700,700i&subset=latin-ext');

body, html{
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	font-family: 'KoHo', sans-serif;
	line-height: 1;
}

.jca-inlineblock
{
	display: inline-block;
}

#jca-col-logo {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 240px;
	height: 120px;
    padding: 0px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}


.jca-logo {
	width: 140px;
	margin:  0 25px 10px 0;
}

#jca-col-lang {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    width: 200px;
	height: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	color: #1a2366;
}

#jca-col-lang a
{
	text-decoration: none;
	color: inherit;
	font-size: 75%;
	font-weight: 600;
	padding: 0px 10px 10px 10px;
	display: inline-block;
}

.elementor-text-editor
{
	line-height: 2;
}

/***** CONTACT FORM *****/

.wpcf7-form
{
	line-height: 2;	
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    max-width: 800px;
    padding: 10px 20px;
    border: 0;
    border: 1px solid rgba(1,194,98,0.4);
    background: transparent;
	color: #01e071;
}

.wpcf7-form input.wpcf7-submit {
    border-radius: 5px;
	border: 0;
    background: #01e071;
    padding: 10px 20px;
    color:#FFFFFF;
    font-size: 100% !important;
    letter-spacing: 2px !important;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    margin: auto;
    cursor: pointer;
    text-transform: lowercase;
	max-width: 160px;
}

.wpcf7-form input.wpcf7-submit:hover {
    background: #000240;
    color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
	
	#jca-col-logo {

    width: 200px;
	height: 100px;

}


.jca-logo {
	width: 140px;
	margin:  0 25px 10px 0;
}

#jca-col-lang {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    width: 200px;
	height: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	color: #1a2366;
}
	
}