/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/*set bg color to white*/
.et_pb_section_0.et_pb_section {
background-color: #ffffff !important;
}
/*set bg color to white*/
----------------------------------------------------
/* disable header */
#main-header { 
display:none !important;
}
#page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}
#main-content .container {
    padding-top: 0px !important;
}

/* disable header */
---------------------------

/* error message */
div.wpcf7-validation-errors {
    border: 2px solid #3e9626 !important;
    background: #3e9626 !important;
}

/* error message */
-----------------------------------------------------------
/* Use Divi design for Contact form 7 */
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #fff !important;
border: 2px solid #fff;
width: 100% !important;
moz-border-radius: 3px !important;
webkit-border-radius: 3px !important;
border-radius: 3px !important;
font-size: 16px;
font-color: #222222;
padding: 8px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-box-sizing: border-box;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
padding: 8px;
font-size: 16px;
width: 100% !important;
border: 2px solid #fff;
background-color: #fff;
border-radius: 3px !important;
}

.wpcf7-submit {
color: #fff;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
moz-border-radius: 3px;
webkit-border-radius: 3px;
border-radius: 3px;
padding: 5px 15px;
line-height: 1.7em;
background: #44a34e;
border: 3px solid #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
background: #fff;
border: 3px solid #fff;
color :#52a315;
}
/* Use Divi design for Contact form 7 */

/*contact form borders focus*/
input[type="text"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #dddddd;
    color: #222222;
}
/*contact form borders focus*/

/*--------responsive contact form uvodna strana------*/
#responsive-form{
	max-width:700px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/*--------responsive contact form uvodna strana------*/

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
/**---------------- Media query ----------------**/

/*-----------widget link color---------*/
.et_pb_widget a {
    color: #f99d1c;
}
/*-----------widget link color---------*/



/*custom css checkbox*/
.container20 {
width:100%;
text-align: left;
display: inline-block;
vertical-align: middle;
line-height: 30px;
}

.column-left{ float: left; width: 33%;}
.column-center{ float: left; width: 33%;}
.column-right{ float: left; width: 33%;}
/*custom css checkbox*/

/*odstrániť tieň textu v slideri*/
.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.0);
}
/*odstrániť tieň textu v slideri*/
/*** hlasky po submitnuti ***/
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
border-radius:2px;
    background: yellow;
    color: black;
    weight: 500px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    color: white;
    weight: 500px;
    font-size: 20px;
}

span.wpcf7-not-valid-tip {
    color: white;
    font-size: 1em;
    font-weight: 800;
    background: red;
    padding: 5px;
margin-top:5px;
}

.col-center {
	margin-left: 40%;
	margin-bottom: 2%;
} 
