@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//gpbjelovar.hr/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.1") format("woff2");
}

:root {
	--wd-text-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(43,43,43);
	--wd-text-font-size: 16px;
	--wd-title-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(43,43,43);
	--wd-entities-title-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(43,43,43);
	--wd-entities-title-color-hover: rgb(51, 51, 51);
	--wd-alternative-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(43,43,43);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(245,179,50);
	--wd-alternative-color: rgb(233,158,11);
	--wd-link-color: rgb(245,179,50);
	--wd-link-color-hover: rgb(233,158,11);
	--btn-default-bgcolor: rgb(245,179,50);
	--btn-default-bgcolor-hover: rgb(233,158,11);
	--btn-accented-bgcolor: rgb(245,179,50);
	--btn-accented-bgcolor-hover: rgb(233,158,11);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(51,51,51);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgba(16,16,16,0.05);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgba(16,16,16,0.05);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgba(16,16,16,0.05);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgba(16,16,16,0.05);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgba(16,16,16,0.05);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgba(16,16,16,0.05);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgba(16,16,16,0.05);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-content-layout {padding-block: 0;}

.whb-top-bar-inner .whb-col-center .info-box-wrapper {
  margin: 0 auto;
  width: max-content;}

.wd-nav[class*="wd-style-"] > li:is(.current-menu-item, .wd-active, .active) > a, .wd-nav[class*="wd-style-"] > li:hover > a {color: #2b2b2b;}

#zapos-kontakt a {color: #2b2b2b;}

.wd-footer .wd-open-popup {text-transform: none;}

:is(.btn, .button, button, [type="submit"], [type="button"]) {font-size: 16px;}

.pswp__caption__center {text-align: center !important;
font-size: 18px !important;}

div.wpcf7 input[type="submit"] {padding: 16px 48px;}

.wd-side-hidden.wd-opened {background: #F1B031;}

.wd-nav-mobile li:is(.current-menu-item, .wd-active) > a {color: #2b2b2b !important;}

.hidden-fields-container {display: none;}

.wd-gallery-item {
    position: relative;
    overflow: hidden;
}

.wd-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.wd-gallery-item:hover img {
    transform: scale(1.05);
}

.wd-gallery-item .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4); /* zatamnjenje */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

.wd-gallery-item:hover .image-overlay {
    opacity: 1;
}
@media (min-width: 1025px) {
	.whb-general-header {max-width: 1200px;
margin: -16px auto 0;
border-radius: 8px;}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.whb-general-header {max-width: 1200px;
margin: 0 auto 0;
border-radius: 0;}
}

@media (min-width: 577px) and (max-width: 767px) {
	.whb-general-header {max-width: 1200px;
margin: 0 auto 0;
border-radius: 0;}
}

@media (max-width: 576px) {
	.whb-general-header {max-width: 1200px;
margin: 0 auto 0;
border-radius: 0;}
}

