/* BODY */
#sp-main-body {
	margin-top: -100px;
	margin-bottom: -100px;
	background: #ffffff;
}

.impressum #sp-main-body {
	padding-bottom: 100px !important;
}

#sp-footer {
	margin-top: 100px;
}

#sp-main-body .white-bg h1, #sp-main-body .white-bg h2, #sp-main-body .white-bg h3, #sp-main-body .white-bg h4, #sp-main-body .white-bg h5, #sp-main-body .white-bg h6, #sp-main-body .white-bg .sppb-icon .sppb-icon-container, .sppb-popover-content-title {
	color: #9C836C;
}

#sp-main-body .white-bg p, .sppb-popover-content-text {
	color: #474747;
}

.item-feature h1, .item-feature h2, .item-feature h3, .item-feature h4, .item-feature h5, .item-feature h6 {
	color: #f4f4f4 !important;
}

/* HEADER */

#sp-header {
	background: transparent !important;
	box-shadow: none !important;
}

#sp-header.header-sticky {
	background: #f4f4f4 !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
}

/* POPOVER */

.sppb-addon.sppb-addon-popover .sppb-marker {
	color: #f4f4f4 !important;
	background: transparent !important;
	border: 2px solid #f4f4f4;
}

.sppb-addon.sppb-addon-popover .sppb-marker:hover {
	color: #9C836C !important;
	background: #f4f4f4 !important;
}

.sppb-popover-content-item {
	background: transparent !important;
	padding: 10px !important;
	border: 1px solid #9C836C;
	box-shadow: none !important;
	border-radius: 0;
}

.sppb-popover-content-item .sppb-card-body {
	padding: 20px;
	background-color: #f4f4f4;
	border-radius: 0;
}

.sppb-popover-content-title {
	letter-spacing: normal;
}

.sppb-addon.sppb-addon-popover .sppb-inline {
	width: 100%;
}

.sppb-addon.sppb-addon-popover img {
	width: 100%;
}

/* BUTTONS */

.sppb-btn-default.sppb-btn-outline {
	border-color: #f4f4f4 !important;
	color: #f4f4f4 !important;
}

.sppb-btn-default.sppb-btn-outline:hover {
	color: #9C836C !important;
	background: #f4f4f4 !important;
}

.sppb-btn-dark.sppb-btn-outline {
	border-color: #9C836C !important;
	color: #9C836C !important;
}

.sppb-btn-dark.sppb-btn-outline:hover {
	color: #f4f4f4 !important;
	background: #9C836C !important;
}

.sppb-btn-xlg {
	padding: 20px 50px !important;
	font-size: 22px !important;
	line-height: 1.6 !important;
	border-radius: 6px !important;
}

.sppb-btn-xlg i {
	margin-right: 10px;
}

.white-bg .sppb-btn-default.sppb-btn-outline {
	border-color: #9C836C !important;
	color: #9C836C !important;
}

.white-bg .sppb-btn-default.sppb-btn-outline:hover {
	color: #f4f4f4 !important;
	background: #9C836C !important;
}

.white-bg .feature-box p {
	color: #f4f4f4 !important;
}

/* MENU */

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-size: 18px;
	text-transform: lowercase;
	color: #f4f4f4;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a, .sp-megamenu-parent>li:hover>a {
	color: #DFD5C8 !important;
}

.contact-us .sp-megamenu-parent > li > a, .contact-us .sp-megamenu-parent > li > span, .contact-us .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .impressum .sp-megamenu-parent > li > a, .impressum .sp-megamenu-parent > li > span, .impressum .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	color: #9C836C;
}

.contact-us .sp-megamenu-parent>li.active>a, .contact-us .sp-megamenu-parent>li.active:hover>a, .contact-us .sp-megamenu-parent>li:hover>a, .impressum .sp-megamenu-parent>li.active>a, .impressum .sp-megamenu-parent>li.active:hover>a, .impressum .sp-megamenu-parent>li:hover>a {
	color: #473C32 !important;
}

.header-sticky .sp-megamenu-parent > li > a, .header-sticky .sp-megamenu-parent > li > span, .header-sticky .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	color: #9C836C !important;
}

.header-sticky .sp-megamenu-parent>li.active>a, .header-sticky .sp-megamenu-parent>li.active:hover>a, .header-sticky .sp-megamenu-parent>li:hover>a {
	color: #473C32 !important;
}

.home #sp-logo{
	display: none;
}

#sp-menu {
	padding-left: 0;
}

.header-sticky #sp-logo, .contact-us #sp-logo {
	display: block;
}

.burger-icon>span {
	background-color: #f4f4f4;
}

.header-sticky .burger-icon>span {
	background-color: #9C836C !important;
}

/*.header-sticky #sp-menu {
	padding-left: calc(var(--bs-gutter-x)*;
}*/

/* LANGUAGE SWICTHER */

.mod-languages {
	margin-left: 50px;
}

.mod-languages ul>li>a {
	font-size: 18px;
	font-weight: 400 !important;
	text-transform: lowercase;
	font-family: Nunito;
	color: #f4f4f4 !important;
}

.mod-languages ul>li>a:hover {
	color: #DFD5C8 !important;
	font-weight: 400 !important;
}

.contact-us .mod-languages ul>li>a, .impressum .mod-languages ul>li>a {
	color: #9C836C !important;
}

.contact-us .mod-languages ul>li>a:hover, .impressum .mod-languages ul>li>a:hover {
	color: #473C32 !important;
}

.contact-us .sppb-form-builder-field-0 select.sppb-form-control:not([size]):not([multiple]) {
	height: auto;
}

.header-sticky .mod-languages ul>li>a {
	color: #9C836C !important;
}

.header-sticky .mod-languages ul>li>a:hover {
	color: #473C32 !important;
}

div.mod-languages li.lang-active {
	display: none !important;
}

/* FORM BUILDER */

.sppb-addon-form-builder-form {
	margin: 0 -15px !important;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control), .form-builder-checkbox-content {
	padding: 30px 0 10px 0 !important;
	font-weight: 600;
	color: #9C836C;
}

.form-builder-checkbox-item label::before, .form-builder-radio-item label::before, .sppb-addon-form-builder .sppb-form-check-label::before {
	top: 0;
	width: 22px !important;
	height: 22px !important;
	border-color: #DFD5C8 !important;
}

.sppb-addon-form-builder-form textarea.sppb-form-control {
	border-width: 2px !important;
	border-style: solid !important;
	font-weight: 600;
}

.sppb-addon-form-builder ::placeholder {
	color: #9C836C;
	font-weight: 300;
}

/* DETAILS */

.hero-logo img {
	width: auto !important;
	margin-bottom: 100px;
	height: 120px;
}

.hero-icon img {
	width: auto !important;
}

#sp-footer a, #sp-bottom a {
	color: #f4f4f4;
}

.main-features img {
	margin: 30px;
	max-height: 120px;
	width: auto;
}

.light-img-bg .sppb-addon-title, .light-img-bg .sppb-icon-container {
	color: #9C836C !important;
}

.light-img-bg .sppb-addon-content {
	color: #343434 !important;
}

#sp-footer .container-inner {
	border-top: none;
}

.sppb-carousel-inner>.sppb-item>a>img, .sppb-carousel-inner>.sppb-item>img, .sppb-img-responsive {
	width: auto;
}

.contact-us-box h5 {
	color: #9C836C;
}

.contact-us-box p {
	margin: 0;
	color: #343434;
}

/*.contact-us-box p:last-child {
	margin-bottom: 1rem;
}*/

.info-box p {
	margin: 0;
}

.faq .sppb-panel-title, .sppb-panel-faq>.sppb-panel-heading .sppb-toggle-direction {
	color: #f4f4f4;
}

/* RESPONSIVE */

@media only screen and (max-width: 1399px) {
	
	.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
		padding: 0 7px;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.sp-megamenu-parent {
		margin: 0;
	}
	
}

@media only screen and (max-width: 1280px) {
	
	.hero-logo {
	}
	
	.hero-logo img {
		height: 100px !important;
		margin-bottom: 30px !important;
	}
	
	.hero-icon img {
		height: 80px !important;
	}
	
	.hero-box {
		padding-bottom: 30px !important;
	}

}

@media only screen and (max-width: 991px) {

	
}

@media only screen and (max-width: 767px) {
	#izdelki .sppb-row-column , #novosti .sppb-row-column , #novice .sppb-row-column  {
		margin-bottom: 30px !important;
	}
	
	#sp-footer #sp-footer1, #sp-footer #sp-footer2 {
		text-align: center !important;
	}
	
}

@media only screen and (max-width: 575px) {
	#sp-header {
		height: auto;
	}
	
}

