/* 
Theme Name: LANOVA
Theme URI: https://lanova.hr
Description: Projekt Lanova
Author: Petar Antonic
Author URI: https://198.hr
Template: hello-elementor
Version: 1.9.8
Text Domain: lanova
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: lanova, 2026
*/

/*
.kh-tablica-povrsina .tablepress .column-1 {
	text-align:center!important;
}*/


.standard-opreme-page-container h5 span {
	font-size: 30px;
}

.elementor-slideshow__title,
.elementor-slideshow__description {
	display: none;
}

.kh-tablica-povrsina .tablepress thead th {
	background-color: var(--e-global-color-f4971ad);
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}

.kh-tablica-povrsina .tablepress tbody td {
	text-transform: uppercase;
	color: var(--e-global-color-f4971ad);
	font-size: 16px;
	line-break: anywhere;
}

.kh-tablica-povrsina .tablepress tbody tr:last-child {
    font-weight: 700;
}


/* kontakt forma */


.kontakt-forma-cont input[type=text],
.kontakt-forma-cont input[type="email"],
.kontakt-forma-cont textarea
 {
	border-radius: 5px;
	font-family: var(--e-global-typography-accent-font-family), Marcellus, Poppins;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-dd29169);
	color: var(--e-global-color-text);
	background-color: var(--e-global-color-32e1c9d);
	border: 1px solid #666;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
	margin-bottom: 12px;
	
}

.wgl_col-12.manji-tekst {
	margin-bottom: 30px;
}


/* cookies */
.cky-prefrence-btn-wrapper .cky-btn {
	color: #fff!important;
    border-color: #48402d!important;
    background-color: #48402d!important;
}

button.cky-btn.cky-btn-customize, button.cky-btn.cky-btn-reject {
	color: #48402d!important;
    border-color: #48402d!important;
    background-color: transparent;
}

button.cky-btn.cky-btn-accept {
	color: #FFFFFF;
    border-color: #48402d!important;
    background-color: #48402d!important;
}

.cky-prefrence-btn-wrapper button.cky-btn.cky-btn-reject {
	color: #fff!important;
}

.cky-prefrence-btn-wrapper button,
.cky-notice-btn-wrapper button {
	padding: 10px 15px 10px 15px;
}


/* responsive */

@media screen and (max-width: 500px) {
	.tablica-informacija-invest .tablepress tr td {
		display: block;
		width: 100%;		
	}
	
	.tablica-informacija-invest .tablepress tr td.column-1 {
		border-bottom: none;
		font-weight: 600;
	}

	.tablica-informacija-invest .tablepress tr td.column-2 {
		border-top: none;
	}
	
	.single-nekretnina-carousel-galerija .elementor-swiper-button.elementor-swiper-button-prev {
		left: 0px;
	}
	
	.single-nekretnina-carousel-galerija .elementor-swiper-button.elementor-swiper-button-next {
		right: 0px;
	}
	
	.single-nekretnina-carousel-galerija .elementor-swiper-button {
		opacity: 0.7;
		width: 35px;
		height: 35px;
	}
	
	.kh-tablica-povrsina .tablepress th,
	.kh-tablica-povrsina .tablepress td	{
		text-align:center;
		font-size: 14px;
	}
}


/* Tablet only */
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-lightbox .elementor-lightbox-item {
    padding: 30px!important;
}
}

