/*!
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
-------------------------------------------------------------- */
/* Obrisi
.maintenance-message {
	text-align: center !important;
	padding: 50px;
}

.top-message {
	font-size: 1.5em;
	margin-bottom: 30px;
}

.bottom-message {
	font-size: 2em;
	margin-top: 0;
}*/

/*
.woocommerce-product-attributes-item__label/*,
.woocommerce-product-attributes-item__value/
{
	color: #00FFFF;
	padding-right: 20rem;	
}

.woocommerce-product-attributes-item woocommerce-product-attributes-item--attribute_pa_materijal-kazana,
.woocommerce-product-attributes-item__label,
.woocommerce-product-attributes-item__value
{
	font-style: normal;
	padding-right: 20em;
}

.table.woocommerce-product-attributes.shop_attributes {
	table-layout: auto !important;
	width: 100% !important;
}
*/
/*
.woocommerce .woocommerce-product-attributes td.woocommerce-product-attributes-item__value
{
	padding-left: 20rem;
	font-style: normal;	
}
*/

/*.tabs .wc-tabs
.woocommerce-Tabs-panel .woocommerce-Tabs-panel--additional_information.panel.entry-content.wc-tab*//*
table.woocommerce-product-attributes .shop_attributes tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value {
	font-style: normal;
}
*//*
.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value {
	font-style: normal;
}

.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value {
	font-style: normal;
}
*/
tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value {
	font-style: normal;
}
/*
table.shop_attributes {
	width: 100% !important;
	table-layout: auto !important;
}*/

table.shop_attributes {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

table.shop_attributes th {
	text-align: left;
}
table.shop_attributes td {
	width: 50%;
	text-align: right;
}

/*.kt-adv-heading38_26db09-12.wp-block-kadence-advancedheading {
	text-align: justify !important;
 	text-justify: inter-word !important;
	word-spacing: normal;
	margin: 0 auto;*/
/* 	hyphens: auto; */
}

/***** Stranica Usluge *****/

/* Animacija naslova stranice Usluge */
@keyframes scale-up {
  from {
/*     background-color: red; */
    transform: scaleX(0);
  }
  to {
/*     background-color: darkred; */
    transform: scaleX(1);
  }
}

#progressbar {
  animation: 2.5s linear forwards scale-up !important;
}

.kt-adv-heading1407_abaf40-72 {
	animation: scale-up !important;
	animation-duration: 3s !important;
}

/* Animacija slika */

@keyframes mySlide {
	from{margin-left: 100%;}
	to{margin-left: 0%;}
}

@keyframes mySlideRight {
	from{margin-left: -100%;}
	to{margin-left: 0%;}
}

/* Slika grejanja */
.wp-image-1896
{
	animation: mySlide;
	animation-duration: 2.5s;
	animation-play-state: start;
}

/* Slika gasne instalacie */
.wp-image-1897 {
	animation: mySlideRight;
	animation-duration: 3.5s;
}

/* Slika vodovoda i kanalizacije */
.wp-image-1898 {
animation: mySlide;
	animation-duration: 4.5s;
	animation-iteration-count: 1;
	animation-timing-function;
	animation-play-state: start;
}

/* Slika klimatizacije i ventilacije */
.wp-image-1394 {
	animation: mySlideRight;
	animation-duration: 5.5s;
}

/***************************************************************/

// Product Enquiry - polje za unos teksta

@media (max-width: 768px) {
    #contact-message {
        font-size: 16px !important; /* Sprečava automatsko zumiranje na iPhone-u */
        padding: 12px !important;
        width: 100% !important;
        min-height: 250px !important;
    }
}

#contact-message {
	resize: both !important; // resize: horizontal,vertical,both
}

/* Target the main popup window */
.modal-enquiry-form {
    resize: both !important;    /* Allows dragging the bottom-right corner */
    overflow: auto !important;  /* Required for the resize handle to appear */
    min-width: 200px !important; 
    min-height: 200px !important;
    max-width: 90vw !important; /* Prevents it from going off-screen on mobile */ 
}