/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/* GENERAL RESET */
p, ul, ol, dl, address, pre, table, blockquote, fieldset {
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    padding-top: 0;
}

#page-content li {
    margin-bottom: 0;
}
#page-content li>ul,
#page-content li>ol {
	margin-top: 0;
}

figure.wp-caption.aligncenter {
    margin-left: auto;
	margin-right: auto;
}

/* JC CLASS-es */
.hero-bg-overlay {
    background-blend-mode: overlay;
	background-color: #00629a!important;
	opacity: 0.85;
}

.jc-border-r {
	border-radius: 0.5rem;
}

.jc-img-outlined,
.w-image.style_outlined img {
	border-radius: 0.5rem!important;
    border: 0.6rem solid #ffffff!important;
}

.jc-margin-h-center {
	margin: 0 auto;
}

.fix-grid-img-margin-bottom .w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}

.jc-google-karta {
    height: 400px; /* Mobile */
    width: 100%;
    border: none;
}

@media (min-width: 601px) {
    .jc-google-karta {
        height: 440px; /* Desktop */
    }
}

/*.w-separator.jc-separator-letter-space.with_content h3 {
    letter-spacing: 3px;
}
.w-separator.jc-separator-letter-space.width_30 {
    width: 15%;
}*/

.jc-heading-underline h1::after,
h1.jc-heading-underline::after,
.jc-heading-underline h2::after,
h2.jc-heading-underline::after,
.jc-heading-underline h3::after,
h3.jc-heading-underline::after,
.jc-heading-underline h4::after,
h4.jc-heading-underline::after{
	content: "";
	display: block;
	width: 40px;
	padding-top: 3px;
	border-bottom: 2px solid var(--color-content-secondary);
}

@media (max-width: 600px) {
	.jc-mobile-full-width {
		margin-left: -1.5rem!important;
		margin-right: -1.5rem!important;
		max-width: none!important;
	}
}

/* CF7 FORMA */
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form-control-wrap{
    margin-top: 0!important;
}

input.wpcf7-submit {
    border: none!important;
}

button.wpcf7-submit.icon_atright i {
    margin-left: 0.5em
}

@media (min-width: 601px) {
	.w-form-row.for_agreement.required.cols_2 {
		padding-top: 10px;
	}
}
@media (max-width: 600px) {
	.w-form-row.for_submit {
		text-align: left;
	}
}
.wpcf7 .accept-this-1 span.wpcf7-list-item {
    margin: 0 0.1rem 0 0;
}
.wpcf7 .w-form-row.for_agreement {
    font-size: 14px;
}
.wpcf7-spinner {
    display: block;
}

span.wpcf7-list-item {
    margin-right: 0.1rem;
	margin-top: -1px;
}

.wpcf7-form-control-wrap {
	display: inline-block
}

/* WP Rocket Lazy Load */
img[data-lazy-src] {
	opacity: 0;
}

img.lazyloaded {
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}

/* HEADER */
.jc-header-box-with-icon .w-iconbox.color_primary .w-iconbox-icon {
	color: #fff;
	opacity: 0.4
}
/* HEADER - MENU */
.w-nav.jc-header-primary-menu ul > li.level_1 > a {
	text-transform: uppercase;
	letter-spacing: 1px
}
.w-nav.jc-header-primary-menu.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
    max-width: 340px;
    min-width: 340px;
    left: inherit;
}
.l-subheader.at_middle .w-nav-list.level_1 > li.menu-item.jc-menu-item-visible-footer,
.l-subheader.at_bottom .w-nav-list.level_1 > li.menu-item.jc-menu-item-visible-footer {
	display: none; /* Privacy Police visible only in Footer */
}
.l-subheader.at_middle .w-nav-list.level_1 > li.menu-item.jc-menu-item-visible,
.l-subheader.at_bottom .w-nav-list.level_1 > li.menu-item {
    /*display: none;*/ /* Hihe items at middle that shows at bottom + hide 1. level items at bottom */
}

.l-subheader.at_middle nav.type_mobile .w-nav-list.level_1 > li.menu-item.jc-menu-item-visible,
.l-subheader.at_bottom nav.type_mobile .w-nav-list.level_1 > li.menu-item {
    display: block; /* Show on mobile version */
}

.l-subheader.at_bottom .w-nav-list.level_1 > li.menu-item.jc-menu-item-visible {
    display: block; /* show only ".jc-menu-item-visible" at bottom */
}

/* Titlebar */
.jc-hero-subtitle {
	color: #717173;
}

/* Home slider */
.jc-home-slider .w-vwrapper>*:not(:last-child) {
    margin-bottom: 1rem!important
}

.jc-home-slider .owl-dots {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
}

.jc-home-slider .owl-carousel button.owl-dot {
    margin-right: 0.5rem;
}

.jc-home-slider .owl-dot span {
    background: rgba(255,255,255,0.85);
}

.jc-home-slider .owl-dot.active span {
    background: rgba(255,255,255,1)!important;
}

/* Cookie notice */
#cn-notice-text {
	font-size: 1rem;
}
@media (min-width: 901px) {
	#cn-notice-text {
		margin-bottom: 0;
	}
}

#cn-notice-buttons .us-btn-style_4 {
    padding: 0.7em 1.2em;
}

#cn-notice-text,
#cn-notice-buttons {
    vertical-align: middle;
}

#cn-notice-text a {
    color: #fff;
}

.w-btn-cookie-notice {
    vertical-align: top;
    text-align: center;
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.w-btn-cookie-notice:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border-style: solid;
    border-color: inherit;
    border-image: inherit;
}

/* Remove right and bottom borders on grid */
@media only screen and (min-width: 601px) {
	.jc-grid-3-3-2-1 article,
	.jc-grid-4-4-2-1 article,
	.jc-grid-4-4-2-1 .wpb_column {
		border-bottom: solid 1px var(--color-content-border);
	}
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.jc-grid-3-3-2-1 article,
	.jc-grid-4-4-2-1 article,
	.jc-grid-4-4-2-1 .wpb_column {
		border-right: solid 1px var(--color-content-border);
	}
	.jc-grid-3-3-2-1 article:nth-child(2n),
	.jc-grid-4-4-2-1 article:nth-child(2n),
	.jc-grid-4-4-2-1 .wpb_column:nth-child(2n) {
		border-right: solid 0px var(--color-content-border);
	}
	.jc-grid-3-3-2-1 article:nth-last-child(-n+2),
	.jc-grid-4-4-2-1 article:nth-last-child(-n+2),
	.jc-grid-4-4-2-1 .wpb_column:nth-last-child(-n+2) {
		border-bottom: solid 0px var(--color-content-border);
	}
}
	
@media only screen and (min-width: 1025px) {
	.jc-grid-3-3-2-1 article,
	.jc-grid-4-4-2-1 article,
	.jc-grid-4-4-2-1 .wpb_column {
		border-right: solid 1px var(--color-content-border);
	}
	.jc-grid-3-3-2-1 article:nth-child(3n),
	.jc-grid-4-4-2-1 article:nth-child(4n),
	.jc-grid-4-4-2-1 .wpb_column:nth-child(4n) {
		border-right: solid 0px var(--color-content-border);
	}
	.jc-grid-3-3-2-1 article:nth-last-child(-n+3),
	.jc-grid-4-4-2-1 article:nth-last-child(-n+4),
	.jc-grid-4-4-2-1 .wpb_column:nth-last-child(-n+4) {
		border-bottom: solid 0px var(--color-content-border);
	}
}

.post-page-title:after {
	position: absolute;
 	left: 0;
  	right: 0;
  	margin: auto;
  	display: block;
  	width: 70px;
  	border-bottom: 3px solid var(--color-content-secondary);
  	content: "";
	padding-bottom:10px;
}

.jc-img-overlay img {
  /*width: 300px;
  height: 200px;*/
  background: 
    linear-gradient(
      rgba(255, 0, 0, 0.3), 
      rgba(255, 0, 0, 0.3)
    ),
    /*url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/owl1.jpg);*/
}

@media (max-width: 600px) {
	.maps-heading {
		padding-left:1.5rem;
	}
	.d-none {
		display: none;
	}
}

/* FOOTER */
.f-list {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.f-list>li {
    position: relative;
    display: block;
	margin-bottom: 0;
    padding: 0 0 8px;
}
.f-list>li>a {
    position: relative;
    display: block;
    padding-left: 20px;
    transition: color .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}
.f-list li.active a {
	color: var(--color-content-secondary);
}
.f-list>li>a:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    top: 9px;
    left: 0;
    transition: background .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

/* From OLD web */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 2em;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vimeo_wrapper {
    text-align: center;
    margin: 2rem 0 2rem 0;

}

@media screen and (min-width: 1150px) {
	.vimeo_wrapper iframe {
		width: 1130px;
		height: 640px;
	}
}

/* J.C. custom 09-2025 */
.postid-11500 #page-content .l-section.height_small:not(:first-of-type):not(:last-of-type),
.postid-11590 #page-content .l-section.height_small:not(:first-of-type):not(:last-of-type),
.postid-11647 #page-content .l-section.height_small:not(:first-of-type):not(:last-of-type),
.postid-11843 #page-content .l-section.height_small:not(:first-of-type):not(:last-of-type) {
    padding-top: 0px;
    padding-bottom: 1px;
}
.postid-11500 #page-content .g-cols.via_grid,
.postid-11590 #page-content .g-cols.via_grid,
.postid-11647 #page-content .g-cols.via_grid,
.postid-11843 #page-content .g-cols.via_grid {
    display: grid;
    gap: var(--columns-gap,1px);
}

@media screen and (max-width: 600px) {
    .postid-11647 #page-content .l-section .l-section,
	.postid-11500 #page-content .l-section .l-section {
        padding-left: 0rem;
        padding-right: 0rem
    }
}

span.jc-forever {
	font-size: 54px;
	color: #c4a58e;
	letter-spacing: .075em;
	font-family: "Playfair Display";
}

@media (max-width: 600px) {
	span.jc-forever {
		font-size: 40px;
	}
}

#page-content iframe {
    width: 100%;
}

/* Cjenik 01-2026 J.C. */
.page-id-12050 .l-canvas {
    color: #0b0b0b;
}

html .page-id-12050 {
    font-family: Poppins!important;
    /*font-size: 1.1rem!important;
    font-style: var(--font-style,normal);
    text-transform: var(--text-transform,none);
    line-height: var(--line-height,28px);
    letter-spacing: var(--letter-spacing,0);*/
}

.page-id-12050 h1,
.page-id-12050 h2,
.page-id-12050 h3 {
    color: var(--color-naslovi);
    text-align: center;
    font-family: Poppins;
    font-weight: 600;	
}

h3.line-above::after {
	content: "";
    display: block;
    width: 210px;
    padding-top: 3px;
    border-bottom: 4px solid var(--color-naslovi);
	margin: 1.5rem auto;
}

h3.line-before::before {
	content: "";
    display: block;
    width: 210px;
    padding-top: 3px;
    border-bottom: 4px solid var(--color-naslovi);
	margin: 1.5rem auto;
}

.page-id-12050 #page-content .wpb_text_column ul {
    margin-left: 1rem;
}

.page-id-12050 #page-content .wpb_text_column ul li {
    margin-bottom: 0.7rem;
}

.page-id-12050 #page-content .wpb_text_column ul li::marker {
    /*content: "•";
    position: absolute;
    left: -1em;
    line-height: 1.2;*/
	font-size: 0.65em; /* smanjiti točkicu */
}

.page-id-12050 #page-content .wpb_text_column td,
.page-id-12050 #page-content .wpb_text_column th {
	border-bottom: 0px solid;
    /*border-color: var(--color-content-border);
    vertical-align: top;
    padding: 0.6rem 1rem;
    outline: none!important;*/
}

.page-id-12050 #page-content .wpb_text_column table tbody tr:nth-child(odd) {
    background-color: #ebeae5;
}

.page-id-12050 #page-content .wpb_text_column table td:nth-child(2),
.page-id-12050 #page-content .wpb_text_column table th:nth-child(2) {
    color: var(--color-naslovi);
    text-align: right;
    width: 100px;
}

@media screen and (min-width: 1024px) {
	.tablica-cijene h2 {
		padding-left: 1.5rem
	}
	.page-id-12050 #page-content .wpb_text_column table td:nth-child(1),
	.page-id-12050 #page-content .wpb_text_column table th:nth-child(1) {
		padding-left: 3rem
	}
	.page-id-12050 #page-content .wpb_text_column table td:nth-child(2),
	.page-id-12050 #page-content .wpb_text_column table th:nth-child(2) {
		padding-right: 3rem
	}
}