/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

html, body {
    margin:0!important;
    padding:0!important;
}

body {
	font-family: 'Barlow', sans-serif;
	font-size: 1.1rem;
	line-height:1.2;
	color:black;
}

body.page-id-30, body.page-id-200{
	/* overflow:hidden; NEW 2021b */
}

@media (min-width: 993px) {
	body.page-id-197, body.post-type-archive{
		/* overflow:hidden; NEW 2021 */
	}
}

/*new 2021 */
@media (min-width: 993px) {
	body.post-type-archive{
		overflow:hidden; /*NEW 2021*/
	}
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	/* text-transform: uppercase; */
}

h1{
	font-size:3rem;
}

h2{
	font-size:1.8rem;
}

@media (min-width: 576px) {
	h1{
		font-size:3.5rem;
	}

	h2{
		font-size:2.3rem;
	}
}

a, a:hover{
	color:black;
}

.section-wrapper{
	padding-left:1rem;
	padding-right:1rem;
	height:100vh;
}

.woocommerce-page .section-wrapper{
	height:100%;
}

@media (min-width: 576px) {
	.section-wrapper{
		padding-left:2rem;
		padding-right:1rem;
	}
}

@media (min-width: 768px) {
	.section-wrapper{
		padding-left:3rem;
		padding-right:1rem;
	}
}

@media (min-width: 992px) {
	.section-wrapper{
		padding-left:7rem;
		padding-right:7rem;
	}
}

header.masthead {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

@media (min-width: 576px) {
	header.masthead {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}
}

@media (min-width: 1200px) {
	header.masthead {
		padding-top: 5rem;
		padding-bottom: 1rem;
	}
}

header img{
	width:20rem;
}

.showcase .showcase-text {
	/* padding: 3rem; */
}

.showcase .showcase-img {
	min-height: 30rem;
	background-size: cover;
}

@media (min-width: 768px) {
	.showcase .showcase-text {
		/* padding: 7rem; */
	}
}

.testimonials {
	padding-top: 2rem;
}

/* .testimonials .testimonial-item { */
	/* max-width: 18rem; */
/* } */

/* .testimonials .testimonial-item img { */
	/* max-width: 12rem; */
	/* box-shadow: 0px 5px 5px 0px #adb5bd; */
/* } */


footer.footer {
	/* padding-top: 1rem; */
	padding-bottom: 1rem;
}

@media (min-width: 1200px) {
	footer.footer {
		/* padding-top: 1rem; */
	}
}

.footer-text-polozka{
	vertical-align:0.2em;
}

.list-abc{
	list-style-type:lower-alpha;
}

/* ********************************** WOOCOMMERCE ********************************** */

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

.reset_variations{
	display:block!important;
	color:red;
}

.cart_totals{
	float:none!important;
	width:100%!important;
}

#customer_details label{
	margin-bottom:0!important;
}

form.woocommerce-checkout{
	padding-left:1rem;
	padding-right:1rem;
}

@media (min-width: 768px) {
	form.woocommerce-checkout{
	padding-left:10rem;
	padding-right:10rem;
	}
}

form.woocommerce-checkout label:not(.checkbox){
	color:#868686;
}

.woocommerce-shipping-fields{
	margin-top:1em;
}

.woocommerce-additional-fields{
	margin-top:1em;
	margin-bottom:1em;
}

.product_title{
	text-transform: uppercase;
}

td.product-name a{
	text-transform:uppercase;
	font-weight: 700;
}

/* td.product-name{ */
	/* min-width:25rem; */
/* } */

@media (min-width: 768px) {
	td.product-name{
		min-width:25rem;
	}
}

dl.variation{
	margin-top:0.5em;
}

.checkout-button {
    display: inline-block;
    float: right;
}

.pc-variation-image__variable-photo{
	width:70px;
	height: 70px;
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
  background-color : #f5f5f5; 
  border-style: solid;
  border-width: 1px;
  padding: 0.3em 0.6em;
}

.optional{
	display:none;
}

.woocommerce-thankyou-order-received{
	font-size:1.5em;
}

/* woo buttons */

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
background:black !important;
background-color:black !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
border-color:#ca0606 !important;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
background:black !important;
background-color:black !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
border-color:#ca0606 !important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
background: #3B8686 !important;
color:white !important;
text-shadow: transparent !important;
border-color:#ca0606 !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
background: #3B8686 !important;
box-shadow: none;
text-shadow: transparent !important;
color:white !important;
border-color:#ca0606 !important;
}

/* NAVIGACE */

#mainNav {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  z-index: 10;
}

#mainNav .container{
  flex-wrap:wrap;
}

#mainNav .navbar-brand {
  font-weight: 500;
  color: #212529;
  max-width:11rem;
  padding-top:0;
  padding-bottom:0;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: black;
  font-weight: 500;
  padding: 0.75rem 0.75rem;
  font-size: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #a5a5a5;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #f4623a !important;
}

#mainNav .header-logo{
	max-width: 100%; 
	height: auto;
	max-width: 11rem;
}

@media (min-width: 768px) {
  #mainNav {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-collapse {
    align-self:flex-end;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0.75rem 0.75rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    /* padding-right: 0; */
  }
  #mainNav.navbar-scrolled {
    /* -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 40%);
    background-color: #fff;
  }
  #mainNav.navbar-scrolled .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-brand:hover {
    color: #a5a5a5;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #a5a5a5;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item a {
    text-decoration: none;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item a:hover {
    color: #a5a5a5;
  }
}

@media (min-width: 992px) {
	#mainNav .navbar-nav .nav-item .nav-link {
	  font-size: 1rem;
	  padding: 0 1.5rem;
	}
}


@media (min-width: 1200px) {
	#mainNav .navbar-nav .nav-item .nav-link {
	  font-size: 1.2rem;
	  padding: 0 2rem;
	}
}

#mainNav .header-active{
	font-weight: 700!important;
	/*padding: 0.5rem 1rem;
	border-radius: 0.25rem;
	background-color: #ececec;*/
	color:black!important;
}

/* Úvodní stránka/Homepage */

.carousel-item {
	height: 100vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-caption {
	position: absolute;
    /* right: 65%; */
    bottom: 2rem;
    /* left: 25%; */
    z-index: 10;
    /* padding-top: 20px; */
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    /* top: 25rem; */
}

.carousel-caption img{
	opacity:0.8;
    width:12rem;
}

@media (min-width: 768px) {
	.carousel-caption {
		width:3rem;
		position: sticky;
		right: 65%;
		bottom: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		/*top: 32rem;*/
		top:70vh;
	}
	.carousel-caption img{
		opacity:1;
		width:20rem;
	}
	.carousel-caption img:hover{
		opacity:0.8;
	}
	.carousel-control-next{
		background: linear-gradient(90deg, rgba(142, 142, 142, 0) 60%, rgba(255, 255, 255, 0.5) 100%);
		opacity:0;
	}
	.carousel-control-prev{
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(142, 142, 142, 0) 60%);
		opacity:0
	}
}

/* Sekce */

.section-bg{
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:auto!important;
	/* přidáno important kvůli kompatibilitě, je nutno vyřešit později (září 2024) */}

@media (min-width: 700px) {
	.section-bg{
		height: 225vh;
		min-height: 700px;
	}
}

@media (min-width: 800px) {
	.section-bg{
		height: 250vh;
	}
}

@media (min-width: 900px) {
	.section-bg{
		height: 270vh;
	}
}

@media (min-width: 992px) {
	.section-bg{
		height: 200vh;
		background: no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media (min-width: 1400px) {
	.section-bg{
		height: 120vh;
		min-height: 700px;
		background: no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

.section-bg-scroll{
	background: no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:auto;
}

@media (min-width: 768px) {
	.section-bg-scroll{
		/* height: 100vh; */
		min-height: 700px;
		background: no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

.section-eshop{
	background-image: url('/img/layout/bg-wood.webp');
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 992px) {
	.section-eshop-grid{
		/* height:100vh; */
	}
}

@media (min-width: 1100px) {
	.section-eshop{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.section-eshop .the-content{
		margin-top:10vh;
	}
}

@media (min-width: 1300px) {
	.section-eshop{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.section-eshop .the-content{
		margin-top:15vh;
	}
}

@media (min-width: 1400px) {
	.section-eshop .the-content{
		margin-top:18vh;
	}
}

.section-eshop .h-product{
	font-weight: 500;
	text-align: center;
}

.archive-product-box {
  transition-property: filter;
  transition-duration: 0.2s;
  transition-delay: 0;
  /* margin-left:3rem; */
  /* margin-right:3rem; */
  /* margin-bottom:1rem; */
}

.archive-product-box:hover {
	-webkit-filter: drop-shadow(6px 6px 3px #949494);
	filter: drop-shadow(6px 6px 3px #949494);
}

.archive-product-box a:hover{
	text-decoration:none;
}


/* .section-info, .section-kontakt{ */
	/* background-image: url('/img/layout/bg-wood.webp'); */
	/* background-attachment: fixed; */
/* } */

.section-kontakt{
	background-image: url('/img/layout/bg-wood.webp');
	background-attachment: fixed;
}

.section-info h2{
	text-transform:none;
	font-size:1em;
	margin-bottom:0;
	/* margin-top: 1.5rem; */
	margin-bottom: 1rem;
}

.section-info .the-content{
	width:100%;
	line-height:1.3;
	padding-bottom: 1rem;
}

.section-kontakt-content{
	height:95vh;
}

.section-kontakt-content-text{
	font-size:1.5em;
	font-weight:500;
}

@media (min-width: 992px) {
	.section-info{
		/*background-image: url('/img/bg/info.jpg'); /* NEW 2021 */
		/* background-image: url('/img/layout/bg-wood.webp'); /* NEW 2021 */
		
		padding-left:2rem;
		padding-top:2rem;
	}
	.section-info .the-content{
		width:60rem;
		font-size:0.8rem;
	}
	.section-kontakt{
		background-image: url('/img/bg/kontakt.jpg');
	}
	.section-kontakt-content{
		align-items: flex-end;
	}
	.section-kontakt-content-text{
		margin-left:11rem;
	}
}

@media (min-width: 1700px) {
	.section-info{
		padding-left:7rem;
		margin-top:0;
		padding-top: 6rem;
	}
	.section-info .the-content{
		width:80rem;
		font-size:1em;
	}
	.section-kontakt-content-text{
		margin-left:4em;
		margin-bottom:0.5rem;
	}
}

@media (min-width: 2150px){
	.section-info .the-content{
		width: 90rem;
		font-size: 1.5rem;
	}
}


/* .section-kontakt #content article.post { */
    /* position: relative; */
/* } */

/* .section-kontakt #content article.post div.the-content { */
   /* position: absolute; */
   /* bottom: 0; */
   /* right: 0; */
/* } */


.section-eshop-woo{
	margin-top:5rem;
}

@media (min-width: 768px) {
	.section-eshop-woo {
		margin-top:7rem;
		margin-left:0;
		margin-right:0;
	}
}

.woocommerce{
	margin-top:3rem;
}

.variations_form label{
	margin-bottom: 0;
}

.variable-active {
    outline: 2px solid #77a464!important;
}

.pc-variation-color__control.variable-active{
	border:0;
}

/* Obrázek vlastnosti */
.pc-variation-image__variable-photo {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Obrázek neaktivní vlastnosti */
.pc-variation-image__control.disabled .pc-variation-image__variable-photo{
	opacity:0.2;
}

.pc-variation-color__control.disabled .pc-variation-color__variable-color{
    opacity: 0.3;
}

.pc-variation-color__control.disabled:after {
    background: #ab0000;
}

/* Náhled vlastnost do popředí */
.pc-variation-image__drop-photo{
	z-index:10000000;
	width:200%!important; 
}

/* Hover i vybrané vlastnosti */
/* předtím: .pc-variation-image__control:not(.variable-active):hover + .pc-variation-image__drop-photo */
@media (pointer: fine) {
	.pc-variation-image__control:hover + .pc-variation-image__drop-photo {
		visibility: visible;
		opacity: 1;
		bottom: calc(100% + 20px);
	}
}

@media (max-width: 767px) {
	.pc-variations-table__column {
		display: block!important;
	}
}

.woocommerce-product-details__short-description{
	line-height: 1.5;
}

/* Větší obrázek v košíku */
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width:100%;
}

/* Podrobnosti o objednávce */
.woocommerce-order-details{
	margin-top: 3rem!important;
	margin-bottom: 3rem!important;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 900px;
	}
}

.disabled .pc-variation-color__variable-color {
	cursor:initial!important;
}

.variation-barva-skryta{
	display:none;
}

/* new */
.modal-dialog{
	margin-top:5rem;
}

.modal-content{
	padding:2rem;
	line-height:1.5;
}

img[class*="wp-image"]{
	max-width: 100%;
	height: auto;
}

.section-info #content{
	/* padding-left:6rem; */
}


.section-info .nas-pribeh-box{
	/* background-color: rgb(230 230 230 / 0.8); */
    padding: 1rem 1.5rem 1rem 1.5rem;
	margin-bottom: 1rem;
	transition:0.5s;
}

.section-info .nas-pribeh-box:hover{
	/* background-color: white; */
	background-color: rgb(230 230 230 / 0.8);
}

.section-info .nas-pribeh-box p:last-of-type{
	/* text-align:right; */
}

.section-info a{
	text-decoration:none;
}

/* new figma */
.lead{
	font-size:1.5rem;
}

.section-eshop h2{
	text-transform:uppercase;
}

.section-bg-wood{
	background-image: url('/img/layout/bg-wood.webp');
	background-position-y: center;
	background-size:cover;
	/* box-shadow:0 0 20px 0px #000000; */
	box-shadow:0 0.5rem 1rem rgb(0 0 0 / 40%);
	position:sticky;
	z-index:9;
}

header.section-bg-wood img{
	width:100%
}

.section-bg-green{
	/* background-color:#d0f0a5; */
	background-color:#b2f15d;
	background-size:cover;
}

.section-bg-photo{
	background-image: url('/img/bg/uvod_pozadi1.jpg')
	background-position-y: center;
}   

.section-bg-uvod{
	/* background-image: url('/img/layout/bg-uvod.webp'); */
	background-image: url('/img/layout/bg-wood.webp');
	background-size:cover;
	background-position-y: center;
	/* padding: 10rem 0; */
	/* box-shadow:0 0 20px 0px #000000; */
	box-shadow:0 0.5rem 1rem rgb(0 0 0 / 40%);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 80% top;
    background-size: cover;
	margin-top:48px;
} 

@media (min-width: 992px) {
	.section-bg-uvod{
		background-image:linear-gradient(270deg, rgba(255,255,255,0) 30%, rgba(0,0,0,0.7) 100%), url('/img/layout/bg_01_photo_first.webp');
		color:white;
	} 
}

.uvod-mobile-photo{
	position:absolute;
	right:0;
}

.bg-scatch{
	background-size:cover;
	background-position-y: center;
}

.bg-01-green-budka{
	background-image: url(/img/layout/bg_01_green_budka.webp);
}

.bg-01-green-kajuta{
	background-image: url(/img/layout/bg_01_green_kajuta.webp);
}

.bg-02-green-kajuta{
	background-image: url(/img/layout/bg_02_green_kajuta.webp);
}

.bg-02-white-budka{
	background-image: url(/img/layout/bg_02_white_budka.webp);
}

.bg-02-white-kajuta{
	background-image: url(/img/layout/bg_02_white_kajuta.webp);
}

.bg-03-green-kajuta{
	background-image: url(/img/layout/bg_03_green_kajuta.webp);
}

.bg-03-white-kajuta{
	background-image: url(/img/layout/bg_02_white_kajuta.webp);
}

.bg-marek{
	/* background-image:linear-gradient(90deg, rgba(255,255,255,0) 60%, rgba(0,0,0,0.7) 100%), url('/img/layout/bg_01_photo_marek.webp'); */
	/* background-image:url(/img/layout/bg-marek.webp); */
	background-image: url('/img/layout/bg-wood.webp');
	/* background-image:     linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), */
    /* url('images/background.jpg'); */
	/* background-size:160%; */
	background-size:cover;
	background-position-y: center;
	background-position-x: right;
}

@media (min-width: 992px) {
	.bg-marek{
		background-image:linear-gradient(90deg, rgba(255,255,255,0) 60%, rgba(0,0,0,0.7) 100%), url('/img/layout/bg_01_photo_marek_high.webp');
	} 
}

.section-content{
	padding-top:3rem;
	padding-bottom:3rem;
}

.section-content .row{
	padding:1rem 0;
}

.section-uvod .section-content{
	padding-top:1rem;
	padding-bottom:3rem;
}

@media (max-width: 767px) {
	.row-uvod-text{
		padding-top:0!important;
	}
}

	/* .uvod-box-wrapper{ */
		/* padding-top:2rem; */
	/* } */

.section-bg-wood .section-content{
	padding-top:3rem;
	padding-bottom:3rem;
}
.bg-marek .section-content{
	padding-top:3rem;
	padding-bottom:3rem;
}

@media (min-width: 768px) {
	.section-content{
		padding-top:5rem;
		padding-bottom:5rem;
	}
	.section-uvod .section-content{
		padding-top:2rem;
		padding-bottom:6rem;
	}
	.uvod-box-wrapper{
		max-width:50%;
		padding-top:4rem;
		padding-left:2rem;
	}
}

@media (min-width: 850px) {
	.section-uvod .section-content{
		padding-top:2rem;
		padding-bottom:8rem;
	}
	.uvod-box-wrapper{
		padding-top:4rem;
		padding-left:5rem;
	}
}

@media (min-width: 992px) {
	.section-uvod .section-content{
		padding-top:6rem;
		padding-bottom:5rem;
	}
	.uvod-box-wrapper{
		padding-top:1.5rem;
		margin-left:5rem;
	}
	.section-bg-wood .section-content{
		padding-top:8rem;
		padding-bottom:8rem;
	}
	.bg-marek .section-content{
		padding-top:4rem;
		padding-bottom:4rem;
	}
	.bg-01-green-kajuta .section-content, .bg-03-white-kajuta .section-content{
		padding:9rem 0;
	}
}

@media (min-width: 1500px) {
	.section-uvod .section-content{
		padding-top:6rem;
		padding-bottom:20rem;
	}
	.uvod-box-wrapper{
		padding-top:1.5rem;
		margin-left:12rem;
	}
	.section-bg-wood .section-content{
		padding-top:8rem;
		padding-bottom:8rem;
	}
	.bg-marek .section-content{
		padding-top:17rem;
		padding-bottom:17rem;
	}
	.bg-01-green-kajuta .section-content, .bg-03-white-kajuta .section-content{
		padding:12rem 0;
	}
}

.bg-scatch2 .section-content{
	padding:14rem 14rem;
}

@media (max-width: 1200px) {
	.bg-scatch2 .section-content{
		padding:2rem 2rem;
	}
}

.footer-new .section-content{
	padding-top:2rem;
	padding-bottom:2rem;
}

.bg-scatch2 .section-content h1{
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
}



.section-content .btn-primary{
	background-color:#3B8686;
	border-color:#3B8686;
	font-size:24px;
}

.section-content .btn-secondary{
	background-color:#CFF09E;
	border-color:#CFF09E;
	color:#3B8686;
	font-size:24px;
}

.marek-box-wrapper{
	/* margin-left:48rem; */
	font-size:22px;
}

.marek-box-text{
	/* background: RGBA(59,134,134,0.4); */
	/* padding:1.5rem; */
	margin-bottom:3rem;
	margin-top:1rem;
}

.marek-box-text p{
	/* color:white; */
}

@media (min-width: 992px) {
	.marek-box-wrapper{
		max-width:23%;
		margin-right:12rem;
		font-size:27px;
	}
	.marek-box-text{
		margin-bottom:7rem;
	}
	.marek-box-text p{
		color:white;
	}
}

.row-icons h3, .row-icons p{
	padding-left:10px;
	padding-right:10px;
}

.row-icons h3{
	font-size:1.2rem;
}

.row-icons h3{
	white-space: nowrap;
	overflow: hidden;
}

.row-icons-icon{
	height:4rem;
	display:flex;
	justify-content:center;
	align-items:center;
}

.row-icons img{
	height:3rem;
}

.footer-new{
	font-size:17px;
	font-weight:500;
	line-height:1.5;
}

.footer-new .footer-text-ul{
	padding-inline-start: 0;
}
.footer-new .footer-text-li{
	list-style-type: none;
}

.footer-new i.fab{
	font-size:3rem;
}

.img-fit{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 992px) and (max-width:1200px) {
	.img-pribeh1{
		object-fit:contain;
	}
}

/* Partners */

.partner-img{
	max-width:90%;
	/* height:auto; */
	max-height:3rem;
}

.partner-img-jrd{
	max-height:5rem;
}

.partner-img-novahome{
	
}

.partner-img-stavbykupsik{
	max-height:4rem;
}

.partner-img-3ae{
	
}

.partner-img-novatop{
	
}


@media (min-width: 768px) {
	.partner-img{
		max-width:90%;
		height:auto;
	}
	.partner-col-jrd{
		max-width:15%;
	}
	.partner-img-jrd{
		max-height:4rem;
	}
	.partner-col-novahome{
		max-width:27%;
	}
	.partner-col-3ae{
		max-width:23%;
	}
	.partner-col-novatop{
		max-width:35%;
	}
}

@media (min-width: 1200px) {
	.partner-img{
		max-width:60%;
	}
}

/*galerie */
#sp-wp-carousel-free-id-861.sp-wpcp-861 .slick-prev i, #sp-wp-carousel-free-id-861.sp-wpcp-861 .slick-next i {
    color: #fff;
    font-size: 3rem;
}
.wpcp-carousel-section.nav-vertical-center .slick-prev {
    left: -5px!important;
}

/* wooswipe hack */
#wooswipe .thumbnail-nav{
	padding-left:18px!important;
	padding-right:22px!important;
}

.hiddffen{
	display:block!important;
}


.pc-variation-image__drop-photoxxxxxxxx {
    visibility: visible!important;
    opacity: 1!important;
    bottom: calc(100% + 20px)!important;
	    width: 50px;
		font-size:8px;
}

/* new srpen 2021 */
.eshop-breadcrumbs-divider{
	margin: 0 0.8rem;
}

.woocommerce-variation-add-to-cart .quantity, .product-type-simple .quantity{
	display:none!important;
}

.single_add_to_cart_button{
	padding: 1.5rem 4rem!important;
    font-size: 1.5rem!important;
    font-weight: normal!important;
}

.woocommerce-variation-price-before{
	color:#77a464;
}

.woocommerce-variation-price-before, .woocommerce-variation-price{
	font-size: 1.5rem!important;
}

.woocommerce-variation-before{
	font-size: 1.5rem!important;
	font-weight: bold!important;
}



ul#listcontainer .li1 {
    display: block;
    width: 210px;
    height: 130px;
    border: 1px solid red;
    position: relative;
}
.li1 span {
    position: absolute;
    top: 140px;
    left: 0px;
    right: 0;
    width: 220px;
    padding: 2px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
}
.li1:hover span {
    opacity: 1;
}
.li1:hover span:hover {
    opacity: 0;
}

.post{
	padding-top:3rem;
}

@media (min-width: 992px) {
	.post{
		padding-top:4rem;
	}
}

@media (min-width: 1200px) {
	.post{
		padding-top:3rem;
	}
}

/* ******************** nové dlaždice ******************** */
.archive-product-box{
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 3.65277px 10.0387px rgba(0, 0, 0, 0.25);
	border-radius: 13px;
    position: relative;
    width: 100%;
    padding-bottom : 100%; /* = width for a 1:1 aspect ratio */
    margin: 2% 0 2rem 0;
    overflow:hidden;
}
.archive-product-box-content{
	position:absolute;
	height:100%; /* = 100% - 2*5% padding */
	width:90%; /* = 100% - 2*5% padding */
	padding: 5% 5%;
	font-size:1rem;
}
.archive-product-box-table{
	display:table;
    width:100%;
    height:100%;
}
.archive-product-box-img{
	position:relative;
	max-width:115%!important;
}
.archive-product-box-title, .archive-product-box-price{
	font-weight:bold;
	font-size:1rem;
}
.archive-product-box-title{
	text-align:left;
	margin-bottom: 0.1rem;
	font-weight:bold;
}
.archive-product-box-desc{
	font-size:1rem;
}
.archive-product-box-price{
	position: absolute;
	bottom: 0;
}

@media (min-width: 350px) {
	.archive-product-box-title, .archive-product-box-price{
		font-size:1.3rem;
	}
	.archive-product-box-title{
		margin-bottom:0.5rem;
	}
}

@media (min-width: 700px) {
	.archive-product-box-title, .archive-product-box-price{
		/*font-size:1.3rem;*/
	}
	.archive-product-box{
		width: 45%;
		padding-bottom : 45%; /* = width for a 1:1 aspect ratio */
		float:left;
		margin: 1.66%;
	}
	.archive-product-box-content{
		position:absolute;
		height:100%; /* = 100% - 2*5% padding */
		width:90%; /* = 100% - 2*5% padding */
		padding: 3% 5%;
	}
}

@media (min-width: 992px) {
	.archive-product-box{
		width: 30%;
		padding-bottom : 30%; /* = width for a 1:1 aspect ratio */
		float:left;
		margin: 1.66%;
	}
	.archive-product-box-content{
		position:absolute;
		height:100%; /* = 100% - 2*5% padding */
		width:90%; /* = 100% - 2*5% padding */
		padding: 3% 5%;
	}
	.archive-product-box-title, .archive-product-box-price{
		font-size:1rem;
	}
	.archive-product-box-desc{
		font-size:0.9rem;
	}
	.section-eshop-tags li{
		font-size:0.9rem;
	}
}

@media (min-width: 992px) {
	.archive-product-box-title, .archive-product-box-price{
		font-size:1rem;
	}
	.archive-product-box-desc{
		font-size:0.8rem;
	}
	.section-eshop-tags li{
		font-size:0.9rem;
	}
}

@media (min-width: 1400px) {
	.section-eshop-grid{
		padding:0;
	}
	.archive-product-box {
		width: 20%;
		padding-bottom : 20%; /* = width for a 1:1 aspect ratio */
		float:left;
	}
	.archive-product-box-content{
		position:absolute;
		height:100%; /* = 100% - 2*5% padding */
		width:90%; /* = 100% - 2*5% padding */
		padding: 5% 5%;
		font-size:0.9rem;
	}
	.archive-product-box-img{
		max-width:110%!important;
	}
	.archive-product-box-title, .archive-product-box-price{
		font-size:0.9rem;
	}
	.archive-product-box-title{
		margin-bottom:0.2rem;
	}
	.archive-product-box-desc{
		font-size:0.7rem;
	}
	.section-eshop-tags li{
		font-size:0.7rem;
	}
}

@media (min-width: 1600px) {
	.archive-product-box-img{
		max-width:110%!important;
	}
	.archive-product-box-title, .archive-product-box-price{
		font-size:1rem;
	}
	.archive-product-box-title{
		margin-bottom:0.7rem;
	}
	.archive-product-box-desc{
		font-size:0.8rem;
	}
	.section-eshop-tags li{
		font-size:1rem;
	}
}

@media (min-width: 1800px) {
	.archive-product-box-title, .archive-product-box-price{
		font-size:1.1rem;
	}
	.archive-product-box-desc{
		font-size:0.9rem;
	}
	.section-eshop-tags li{
		font-size:1.1rem;
	}
}

@media (min-width: 2000px) {
	.archive-product-box-img{
		max-width:115%!important;
	}
	.archive-product-box-desc{
		font-size:1.1rem;
	}
	.archive-product-box-title, .archive-product-box-price{
		font-size:1.3rem;
	}
	.section-eshop-tags li{
		font-size:1.1rem;
	}
}

@media (min-width: 2200px) {

}

@media (min-width: 993px) {
	body.post-type-archive{
		overflow:visible; /*NEW 2021*/
	}
}

@media (min-width: 1100px) {
	.section-eshop{

	}
	.section-eshop .the-content{
		margin-top:0;
	}
}

@media (min-width: 1300px) {
	.section-eshop{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.section-eshop .the-content{
		margin-top:2vh;
	}
}

@media (min-width: 1400px) {
	.section-eshop .the-content{
		margin-top:2vh;
	}
}

@media (min-width: 1600px) {
	.section-eshop .the-content{
		margin-top:1vh;
	}
}

.pc-variation-image__popisek{
	display:none;
}

/* mobile variations 11-2021 */
@media (max-width: 767px) {
	.pc-variation-image__list-item{
		width:100%;
		/* border: 1px solid blue; */
	}
	.pc-variation-image__control{
		float:left;
		margin-right:1rem;
	}
	.pc-variation-image__popisek{
		display:block;
	}
}

/* carousel */
.gallery {
  width: 100%;
}

.gallery-container {
  align-items: center;
  display: flex;
  height: 400px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.gallery-item {
  height: 150px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 150px;
  z-index: 0;
  background-color:white!important;
}

.gallery-item-1 {
  left: 15%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-item-2,
.gallery-item-4 {
  height: 200px;
  opacity: 1;
  width: 200px;
  z-index: 1;
}

.gallery-item-2 {
  left: 30%;
  transform: translateX(-50%);
}

.gallery-item-3 {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  height: 300px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  z-index: 2;
}

.gallery-item-4 {
  left: 70%;
  transform: translateX(-50%);
}

.gallery-item-5 {
  left: 85%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 20px;
  padding: 0 12px;
  text-transform: capitalize;
}

.gallery-controls button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
}

.gallery-controls-previous::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: -10px;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-previous:hover::before {
  /* left: -18px; */
}

.gallery-controls-next {
  position: relative;
}

.gallery-controls-previous, .gallery-controls-next {
      -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.gallery-controls-next::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  padding: 2px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-next:hover::before {
  /* right: -18px; */
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}

/* new */
.gallery-item{
	overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
	border-radius: 9px;
	border: 1px solid #e6e6e6b5;
	-webkit-box-shadow: 0px 0px 29px 3px rgba(255,255,255,0.7); 
	box-shadow: 0px 0px 29px 3px rgba(255,255,255,0.7);
}

.gallery-item .row{
	height:100%
}

.gallery-item-1, .gallery-item-5{
	width: 200px;
	/* height: 100px; */
	height:38%;
	font-size: 0.3rem;
	opacity:0.7;
	display:none;
	opacity:0;
}

.gallery-item-2, .gallery-item-4 {
	/* width: 300px; */
	/* height: 200px; */
	width:66%;
	height:55%;
	font-size: 0.5rem;
	opacity:0.8;
	/* display:none; */
	opacity:0;
}

.gallery-item-3 {
	/* width: 550px; */
	/* height: 350px; */
	width:90%;
	height:82%;
	font-size: 0.9rem;
	opacity:0.9;
	/* box-shadow:none; */
}

@media (min-width: 576px) {
	.gallery-item-3{
		
	}
}

@media (min-width: 768px) {
	.gallery-item-1, .gallery-item-5{
		display:block;
		opacity:0.7;
	}
	.gallery-item-2, .gallery-item-4 {
		width: 300px;
		display:block;
		opacity:0.8;
	}
	.gallery-item-3{
		font-size: 1rem;
		width: 550px;
		height:95%;
	}
}

@media (min-width: 993px) {
	.gallery-item-3{
		
	}
}

.gallery-controls{
	position: relative;
	bottom: 288px;
	z-index:999;
}

@media (min-width: 576px) {
	.gallery-controls{
		position: relative;
		bottom: 288px;
	}
}

@media (min-width: 768px) {
	.gallery-controls{
		position: relative;
		bottom: 288px;
	}
}

@media (min-width: 993px) {
	.gallery-controls{
		position: relative;
		bottom: 288px;
	}
}

.gallery-controls-previous::before {
  border: none;
  content: url(/img/layout/prev.png);
  display: inline-block;
  height: 4px;
  /* left: -10px; */
  padding: 2px;
  position: absolute;
  top: 0;
  transform: none;
  transition: left 0.15s ease-in-out;
  width: 4px;
  filter: brightness(80%);
}

.gallery-controls-next::before {
  border: none;
  content: url(/img/layout/next.png);
  /* display: inline-block; */
  /* height: 4px; */
  /* padding: 2px; */
  /* position: absolute; */
  /* right: 35px; */
  /* top: 50%; */
  transform: none;
  /* transition: right 0.15s ease-in-out; */
  /* width: 4px; */
  filter: brightness(80%);
}

.gallery-controls-previous::before {
	left: -1rem;
}
.gallery-controls-next::before {
	right: 1.4rem;
}

@media (min-width: 576px) {
	.gallery-controls-previous::before {
		left: -3rem;
	}
	.gallery-controls-next::before {
		right: -0.5rem;
	}
}

@media (min-width: 768px) {
	.gallery-controls-previous::before {
		left: -4rem;
	}
	.gallery-controls-next::before {
		right: -1.6rem;
	}
}

@media (min-width: 992px) {
	.gallery-controls-previous::before {
		left: 0rem;
	}
	.gallery-controls-next::before {
		right: 2.2rem;
	}
}

@media (min-width: 1200px) {
	.gallery-controls-previous::before, .gallery-controls-next::before{
		filter: brightness(100%);
	}
}


.rev-col-l{
	padding-left:2rem;
	padding-right:0;
}
.rev-col-p{
	padding-left:0;
	padding-right:2rem;
}

.rev-name{
	position:absolute;
}

.gallery-item-1 .rev-name, .gallery-item-5 .rev-name{
	bottom:0.1rem;
	right:2rem;
}

.gallery-item-2 .rev-name, .gallery-item-4 .rev-name{
	bottom:0.5rem;
	right:3rem;
}

.gallery-item-3 .rev-name{
	bottom:0;
	right:4rem;
}

@media (min-width: 768px) {
	.gallery-item-3 .rev-name{
	bottom:2rem;
	right:4rem;
}
}

html.is-active body{}

.section-eshop-tags-title{
	display: none;
}
.navbar-nav.wpc-filters-checkboxes {
	display:block;
}
.wpc-filter-header
{
	display: none;
}
@media (max-width: 992px) {
	.section-eshop-tags-title{
		display: block;
	}
	.navbar-collapse.wpc-filter-content.collapse{
		display:none!important;
	}
	.navbar-collapse.wpc-filter-content.show{
		display:block!important;
	}
	.navbar-collapse.wpc-filter-content.show.collapsing{
		display:block!important;
		position: relative;
		height: 0;
		overflow: hidden;
		transition: height .35s ease;
	}	
	
}


/*.wpc_show_bottom_widget .wpc-filters-widget-top-container:not(.wpc-show-on-desktop), .wpc_show_bottom_widget .wpc-spinner.is-active, .wpc_show_bottom_widget .wpc-widget-close-container, html.is-active body:not(.wpc_show_bottom_widget) .wpc-spinner*/


@media screen and (min-width: 768px) {
	html.is-active body:not(.wpc_show_bottom_widget) .wpc-filters-overlay {
		top: 0;
		opacity: .3;
		background: #fff;
	}
	.wpc-spinner.is-active{
		display:block!important;
	}
}
@media screen and (min-width: 768px) {
	html.is-active:not(.wpc-overlay-visible) .wpc-filters-overlay {
		top: 0;
		opacity: .2;
		background: #fff;
	}
	.wpc-spinner.is-active{
		display:block!important;
	}
}

.wpc-spinner.is-active{
	display:block!important;
}

@media (min-width: 992px) {
	.widget_wpc_filters_widget{
		margin-top:1.5rem;
	}
}

/* kupony */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 160px;
}

/* sk přepínač */

.lang {
	position: relative; /* Nastavit relativní pozici pro rodičovský prvek */
	display: flex;
    align-items: center;
    gap: 5px;
}

.lang img{
	top:0;
}

.lang-sk-selected{
	width:1em;
}

.lang-cz-selected{
	width:1em;
}

.lang-cz{
	width:0.9em;
}

.lang-sk{
	width:0.9em;
}

.lang-show {
	opacity: 1;
}

.lang-hide {
	opacity: 0;
	position: absolute;
}

.lang-sk-selected{
	top: 18px;
    left: -1px;
}

@media (min-width: 992px) {
	.lang-sk-selected {
		top: 3px; /* Umístit obrázek na stejnou výšku jako rodičovský prvek */
		left: -1px; /* Umístit obrázek na začátek rodičovského prvku */
	}
}

.lang:hover .lang-cz-selected {
	/* Zde můžete nastavit jakékoliv vlastnosti, které chcete změnit */
	opacity: 1; /* Například snížení průhlednosti */
	transition: opacity 0.5s ease; /* Přechod opacity s délkou 0.5 sekundy */
}

/* přidáno 8.6.2025 z CZ verze */

/* nase-domky video */
.nasedomky-video iframe{
	width:275px;
	height:155px;
	border-radius: 18px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 40%);
}

@media (min-width: 576px) {
	.nasedomky-video iframe{
		width:400px;
		height:225px;
	}
}

@media (min-width: 768px) {
	.nasedomky-video iframe{
		width:500px;
		height:282px;
		border-radius: 63px;
	}
}

@media (min-width: 992px) {
	.nasedomky-video iframe{
		width:688px;
		height:387px;
	}
}

/* domky na miru */
.bg-02-white-namiru{
	background-image: url(/img/layout/namiru/bg-scatch-namiru1.png);
	background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 576px) and (max-width: 992px) {
	.col-img-namiru-uvod{
		text-align: right;
	}
	.img-namiru-uvod{
		width:66%!important;
	}
}

.gallery-namiru{
	/*background-color: chocolate;*/
}
	
.gallery-namiru .gallery-controls-previous::before, .gallery-namiru .gallery-controls-next::before {
		filter: brightness(0) saturate(100%) invert(97%) sepia(72%) saturate(724%) hue-rotate(34deg) brightness(118%) contrast(88%);
	}


.gallery-namiru .gallery-item{
	display: flex;
    align-items: center;
	border: 20px solid white;
	box-shadow: 0px 15px 15px 0px #00000040;
}

.gallery-namiru .gallery-item img{
	width:100%;
}

.namiru-postup-cast{
	margin-bottom:3rem;
	margin-bottom: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

@media (min-width: 992px) {
	.namiru-postup-cast-content{
		height: 20vw;
	}
}

.namiru-postup-cast-2 .namiru-postup-cast-content, .namiru-postup-cast-3 .namiru-postup-cast-content, .namiru-postup-cast-4 .namiru-postup-cast-content {
	padding-top: 4rem;
	/*border:1px solid green;*/
}

.namiru-postup-cast-1{
	background-image: url(/img/layout/namiru/bg-scatch-namiru-postup-1.jpg);
}

.namiru-postup-cast-1{
	background-image: url(/img/layout/namiru/bg-scatch-namiru-postup-1.jpg);
}

.namiru-postup-cast-2{
	background-image: url(/img/layout/namiru/bg-scatch-namiru-postup-2.jpg);
}

.namiru-postup-cast-3{
	background-image: url(/img/layout/namiru/bg-scatch-namiru-postup-3.jpg);
}

.namiru-postup-cast-4{
	background-image: url(/img/layout/namiru/bg-scatch-namiru-postup-4.jpg);
}

.img-namiru-sipka{
	display:none;
}
@media (min-width: 576px) {
	.img-namiru-sipka{
		display:none;
	}
}
@media (min-width: 768px) {
	.img-namiru-sipka{
		display:block;
		position: absolute;
		margin-top: 31%;
		right: 0%;
		width: 255px;
	}
}
@media (min-width: 992px) {
	.img-namiru-sipka{
		position: absolute;
		margin-top: 26%;
		right: 5%;
		width: 190px;
	}
}
@media (min-width: 1200px) {
	.img-namiru-sipka{
		position: absolute;
		margin-top: 17%;
		right: 10%;
		width: 220px;
	}
}
@media (min-width: 1600px) {
	.img-namiru-sipka{
		position: absolute;
		margin-top: 15%;
		right: 17%;
		width: 265px;
	}
}
@media (min-width: 2000px) {
	.img-namiru-sipka{
		position: absolute;
		margin-top: 12%;
		right: 25%;
		width: 330px;
	}
}





.namiru-postup-cislo{
	font-size: 2.3rem;
	margin-right: 1rem;
}

.section-namiru-postup h3{
	margin-bottom: 3rem;
}

.namiru-postup-hlavnitext{

}

.namiru-postup-vedlejsitext{

}

.wcpa_field_wrap{
	border:none!important;
}

.wcpa_field{
	height: inherit;
}

.wcpa_form_error{
	display: none;
}

.wcpa_form_outer{
	margin-bottom:4em!important;
}