/*!
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
-------------------------------------------------------------- */

/* global*/

strong {
	font-weight: 700;
}


/* header */

.top-header-contact a {
	color: #fff;
	text-decoration: none !important;
}

.top-header-contact p {
	display: inline-block;
	margin: 0;
	font-size: 12px;
}

.top-header-contact p:nth-child(2) {
	margin-left: 30px;
}

.top-header-contact p strong {
	font-size: 14px;
	margin-left: 5px;
}

.home-info-box-us .kt-blocks-info-box-media-container {
	height: 100px;
}

/* footer */

/*.site-footer {
	margin-top: 100px;
}*/

a.social-button {
	width: auto;
}

.footer-html-inner a {
	text-decoration: none !important;
}


/* woocommerce */

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

.woocommerce div.product form.cart .variations {
	margin-bottom: 2em !important;
}


.product-table table th {
	background: #EE7F00;
	color: #fff;
	line-height: 1.5;
}

.product-table table thead {
	border: none;
}

.product-table table td {
	font-size: 14px;
	padding: 10px 15px;
	line-height: 1.5;
}

@media all and (min-width: 576px) {
	.woocommerce ul.products li.product a img {
		height: 220px !important;
		object-fit: cover;
	}
}

@media all and (min-width: 768px) {
	.woocommerce ul.products li.product a img {
		height: 250px !important;
	}
}

@media all and (min-width: 1200px) {
	.woocommerce ul.products li.product a img {
		height: 265px !important;
	}
}

@media all and (min-width: 1366px) {
	.woocommerce ul.products li.product a img {
		height: 315px !important;
	}
}

@media all and (min-width: 1920px) {
	.woocommerce ul.products li.product a img {
		height: 345px !important;
	}
}


/*ppom*/
.plik_graficzny .ppom-file-container {
	background-color: #fff;
	border-radius: 0.25rem;
	border: 1px solid #ced4da;
}

.ppom-wrapper .btn-primary {
	background-color: #0065ad;
	border-color: #0065ad;
	border-radius: 0;
}

.ppom-wrapper .btn-primary:hover {
	background-color: #ee7f00;
	border-color: #ee7f00;
}

.ppom-wrapper .ppom-dragdrop-text {
	font-style: normal;
	display: inline-block;
	margin-left: 3px;
}

.ppom-wrapper .text-center {
	text-align: left !important;
}

.ppom-wrapper .img-thumbnail {
	margin-right: 7px;
}


/*contact form product*/


.contact-form .form-group {
	margin-bottom: 15px;
}

.contact-form .form-group input, .contact-form .form-group textarea {
	border-radius: 0;
	width: 100%;
}


@media all and (min-width: 768px) {

	.contact-form .contact-form-columns {
		display: flex;
		justify-content: space-between;
	}
	
	.contact-form .col-form {
		width: 49%;
	}
}

.contact-form .agree {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact-form .agree span {
	margin-left: 0;
}

.contact-form .agree input[type="checkbox"] {
	margin-right: 10px;
}

/*koszyk cart*/

.kadence-woo-cart-form-wrap .cart-summary {
	display: none;
}

.product-name .img-thumbnail, .woocommerce-mini-cart .img-thumbnail {
	width: 60px !important;
}

/*kontakt*/

.map-responsive{
    overflow:hidden;
    padding-bottom:80%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media all and (min-width: 575px) {
  .map-responsive {
    padding-bottom: 60%;
  }
}

@media all and (min-width: 1024px) {
  .map-responsive {
    padding-bottom: 40%;
  }
}

@media all and (min-width: 1366px) {
  .map-responsive {
    padding-bottom: 30%;
  }
}

/*home cat*/
.home-cat {
	position: relative;
	overflow: hidden;
}
.home-cat img {
	object-fit: cover;
	height: 230px;
	width: 100%;
	transition: all .3s ease-in-out;
}
.home-cat img:hover {
	transform: scale(1.1);
}
.home-cat .home-cat-content {
	position: absolute;
	bottom: 40px;
	left: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.home-cat a {
	text-decoration: none;
	color: #414141;
	font-weight: 600;
	font-size: 14px;
	margin-top: 10px;
}

.home-cat h2 {
	font-size: 20px;
}

@media all and (min-width: 576px) {
	.home-cat img {
		height: 270px;
	}
}

@media all and (min-width: 768px) {
	.home-cat img {
		height: 230px;
	}
}

@media all and (min-width: 1200px) {
	.home-cat img {
		height: 345px;
	}
	.home-cat h2 {
		font-size: 30px;
	}	
	.home-cat .home-cat-content {
		padding-left: 30px;
		padding-right: 30px;
	}	
}