/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
@font-face {
    font-family: 'carattere-regular';
    src: url('lib/fonts/carattere-regular.woff2') format('woff2'),
         url('lib/fonts/carattere-regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}


.border-home{
	border: 2px solid  #fff;
	padding:20px;
}


.ebook{
	display:flex;
	justify-content:space-between;

}


.wpcf7-submit{
	display:flex !important;
	margin:20px auto;
	width:150px;
	max-width:100%;
	border-radius:0px !important;
}


.form-header #kt-layout-id_3d86a4-2e > .kt-row-column-wrap {
	max-width: 400px;
	margin-left: 0;
	margin-right: 0;
}


.form-header .email-field{
	margin-top:20px;
}


.form-header .wpcf7-submit {
  display: flex !important;
  margin: 20px 0;
}

.left-field{
	margin-right:20px;
}
.wpcf7-list-item-label{
	font-size: 12px !important;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0em;
}

#kt-layout-id_fb7083-f3 > .kt-row-column-wrap {
    max-width: 400px;
    margin-left: 0 !important;
    margin-right: auto;
}

@media (max-width: 767px){
.kt-inner-column-height-full > .wp-block-kadence-column.kadence-column_c8939a-f6 > .kt-inside-inner-col {

    padding: 0 30px !important;
}

.kt-mobile-layout-row.kt-v-gutter-default>.wp-block-kadence-column {
    margin-bottom: 0px !important;
}

	.ebook{
	display:flex;
	flex-direction:column !important;
	margin: 0 auto;
    width: 400px;
    max-width: 100%;

	}

	.left-field{
	margin-right:0px;
		margin-bottom:20px;
}
	input[type="text"], input[type="email"]{
		padding: 0.2em 0.5em !important;
	}

	.field-1, .field-2{
		width:200px;
		max-width:100%;
		margin-left:20px;
	}

	.field-1{
		margin-bottom: 20px;
	}

	.send-h.wpcf7-submit {
		display: flex !important;
		margin: 20px 20px;
	}

	.form-header-main .wpcf7-acceptance .wpcf7-list-item{
		width: 300px;
        margin-left: 20px;
		max-width: 100%;
	}

	#kt-layout-id_12aa49-f3 > .kt-row-column-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: min-content;
	}

	.hide-space{
		display:none;
	}

	.entry-content-wrap {
    padding: 0rem !important;
}

	.kadence-svg-iconset{
	background: #fff;
	border-radius: 50%;
	border: 10px solid #fff;
	}

	.wp-block-image.home-mobile-img .aligncenter.size-full{
		margin-bottom: 0px!important;
	}


}

@media (min-width: 400px) and (max-width: 767px){
	.produkty-n .kt-row-column-wrap.kt-mobile-layout-row>.wp-block-kadence-column {
    width: 90%;
	margin:0 auto;
	}

}

@media (min-width: 768px) and (max-width: 1024px){
.kt-tab-layout-row.kt-v-gutter-default>.wp-block-kadence-column {
    margin-bottom: 0px !important;
}
}


@media (min-width: 1424px){
.kadence-column_56b3f4-db.big-header-img > .kt-inside-inner-col {
    min-height: 754px;
}
}

