body {
	background-color: #fff;
	color: #333333;
	font-family: 'WorkSans', sans-serif;
	font-size: 16px;
	overflow-y: scroll;
}
body.bel-plus {
	background-color: #000;
	color: #fff;
}
svg {
	fill: #fff;
}
a {
	color: inherit;
	fill: #fff;
}
a:hover {
	color: #666 !important;
	fill: #666 !important;
}
hr {
	background-color: #333;
	border-color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'MapleWebMedium', sans-serif;
	font-weight: bold;
}
h1.alt-font, h2.alt-font, h3.alt-font, h4.alt-font, h5.alt-font, h6.alt-font {
	font-family: 'WorkSans', sans-serif;
}
.alt-font {
	font-family: 'MapleWebMedium', sans-serif;
	font-weight: bold;
}
.alt-alt-font {
	font-family: 'AlphaHeadlinePro', sans-serif;
}
.medium {
	font-weight: 500;
}
.highlight {
	color: #ed2a45;
}
.h-btn,
.close-btn {
	stroke: #fff;
	stroke-width: 2px;
}
.h-btn:hover {
	stroke: #666 !important;
}
.hamburger-btn {
	width: 27px;
	height: 21px;
}
::selection {
	color: #666;
	background: #ddd;
}
::-moz-selection {
	color: #666;
	background: #ddd;
}

/* .slick-gallery .slick-item img{
	width: auto;
	height: 44vw;
	max-height: 840px;
} */
.slick-prev,
.slick-next {
	width: 100px;
	height: 30px;
	margin-top: -25px;
}
.slick-prev {
	 left: 1%;
}
.slick-next {
	right: 1%;
}
.slick-arrow.slick-disabled {
	opacity: 0.5;
	pointer-events: none;
}
.slick-dots li:not(.slick-active):hover button {
	border-color: #666;
	background-color: #666;
}
.slick-dots li.slick-active button {
	border-color: #333;
	background-color: #333;
}
.slick-numeration {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 42px;
	text-align: right;
}
.slick-numeration >  p {
	font-size: 1.31em;
	color: #fff;
	letter-spacing: 0.23em;
}
.bel-plus .arrow-container {
	pointer-events: none;
}
.bel-plus .arrow-container .slick-arrow {
	position: relative;
	width: 22px;
	height: 22px;
	top: auto;
	left: auto;
	right: auto;
	margin: 0;
	pointer-events: all;
}
.bel-plus .arrow-container {
	text-align: right;
}
.bel-plus .arrow-container .slick-prev {
	background: url("../media/arrow-left.svg") no-repeat center center;
}
.bel-plus .arrow-container .slick-next {
	background: url("../media/arrow-right.svg") no-repeat center center;
}
@media all and (max-width: 800px) {
	.slick-numeration {
		bottom: 20px;
	}
	.bel-plus .arrow-container .slick-arrow {
		width: 20px;
		height: 20px;
	}
	.bel-plus .arrow-container .slick-prev,
	.bel-plus .arrow-container .slick-next {
		display: inline-block !important;
	}
}

.social-shares ul > li {
	width: 17px;
}
.social-shares ul > li a:hover,
.social-links ul > li a:hover {
	border-color: #666;
}
.social-shares h4 {
	font-size: 1em;
}
.social-shares .linkedin,
.social-shares .email {
	display: none;
}

.social-links ul > li {
	display: list-item;
	width: auto;
}
.social-links ul > li:not(:first-child) {
	margin-left: 0;
	margin-top: 10px;
}
.social-links ul > li a svg {
	display: none;
}
.social-links ul > li a span {
	font-size: 15px;
	display: inline;
}
@media all and (max-width: 800px) {
	.social-links ul > li a span {
		font-size: 14px;
	}
}

input:not([type="submit"]),
textarea,
select {
	padding: 10px 5px;
	color: #333;
	border: none;
	border-bottom: 1px solid #ccc;
	/* background-color: transparent !important; */ /* important for apple */
}
.bel-plus input:not([type="submit"]),
.bel-plus textarea,
.bel-plus select {
	color: #fff;
}
input:not([type="submit"]):focus,
textarea:focus {
	border-color: #666 !important;
}
input[type="radio"],
input[type="checkbox"] {
	padding: 0.5em;
	border: 1px solid #ccc;
}
input[type=radio]:checked {
	background-image: url('../media/radio.svg');
}
input[type=checkbox]:checked {
	background-image: url('../media/checkmark.svg');
}
.btn,
.text-content .btn,
#main-block .text-content a.btn,
button,
input[type="submit"] {
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.btn:hover,
.text-content .btn:hover,
#main-block .text-content a.btn:hover,
button:hover,
input[type="submit"]:hover {
	background-color: #666 !important;
	border-color: #666 !important;
}
.btn:hover,
.text-content .btn:hover,
#main-block .text-content a.btn:hover,
#main-block .text-content a.button:hover {
	color: #fff !important;
	fill: #fff !important;
}

section.small-margin {
	margin-bottom: 30px;
}
@media all and (max-width: 800px) {
	section.small-margin {
		margin-bottom: 25px;
	}
}

/* youtube video */
.youtube {
	position: relative;
	display: block;
	font-size: 0;
}
.youtube .video-container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: #000;
}
.youtube-btn .over svg {
	max-width: 100px;
}
@media all and (max-width: 800px) {
	.youtube-btn .over svg {
		max-width: 70px;
	}
}

.archive #title-block .title-type {
	display: none;
}
.archive #title-block .highlight {
	color: inherit;
}
.post-type-archive-gallery #title-block,
.post-type-archive-video #title-block {
	display: none;
}

.page-title {
	border-bottom: 1px solid #333333;
	display: inline-block;
}
h2.page-title {
	font-size: 2.55em;
}

.grid {
	margin-left: -30px;
	margin-top: -30px;
}
.grid > * {
	padding-left: 30px;
	padding-top: 30px;
}

.term-list.product_cat-list > li {
	display: inline-block;
	vertical-align: middle;
}
.term-list.product_cat-list > li > a {
	display: block;
	font-family: 'MapleWebMedium', sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #b2b2b2;
	color: #000;

	-o-transition: color 0.1s, background-color 0.1s;
	-moz-transition: color 0.1s, background-color 0.1s;
	-webkit-transition: color 0.1s, background-color 0.1s;
	transition: color 0.1s, background-color 0.1s;
}
.term-list.product_cat-list > li:not(:last-child) > a {
	margin-right: 3px;
}
.term-list.product_cat-list > li:not(:last-child) > a::after {
	content: ',';
	display: inline-block;
}
.term-list.product_cat-list > li > a:hover {
	color: #ed2a45 !important;
	border-bottom-color: #ed2a45 !important;
}


.select-field {
	font-size: 0;
	line-height: 1;
}
.select-field .select-head {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	background-color: inherit;

	-o-transition: color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
}
.page-template-archive .select-field .select-head {
	border-color: #000;
}
.select-field .select-head span.tax-name {
	display: block;
	padding-bottom: 8px;
	font-family: 'AlphaHeadlinePro', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.select-field .scroll-container {
	width: calc(100% - 3px);
	height: 200px;
	margin-top: 16px;
	margin-left: 3px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}
.page-template-archive .select-field .scroll-container {
	height: 140px;
	border-color: #000;
}
.select-field .scroll-container .ss-scroll {
	right: auto !important;
	left: -15px !important;
}
.select-field ul::-webkit-scrollbar { /* remove scrollbar for webkit */
	width: 0px;
	background: transparent; /* optional */
}
.select-field ul > li.select-item.active {
	color: #fff !important;
	background-color: #ff2e4a;
}
.select-field ul > li > a {
	display: block;
	padding: 4px 3px;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	pointer-events: all;

	-o-transition: color 0.1s, background-color 0.1s;
	-moz-transition: color 0.1s, background-color 0.1s;
	-webkit-transition: color 0.1s, background-color 0.1s;
	transition: color 0.1s, background-color 0.1s;
}
.select-field ul > li > a:hover {
	background-color: #ff2e4a;
	color: #fff !important;
}


.text-content {
	font-size: 16px;
}
.text-content hr {
	margin: 1.3em auto;
}
.text-content .lead-block {
	color: #808080;
	font-size: 1.2em;
	font-family: 'MapleWebMedium', sans-serif;
}
.text-content h1 {
	line-height: 1.2;
	font-size: 2.55em;
}
.text-content h2 {
	line-height: 1.2;
}
.text-content h3 {
	font-size: 1.75em;
	line-height: 1.2;
}
.text-content h4 {
	line-height: 1.2;
}
.text-content h5 {
	line-height: 1.2;
}
.text-content h6 {
	line-height: 1.2;
}
.text-content p {
	line-height: 1.5;
}
.text-content img {
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}
@media all and (max-width: 1200px) {
	.text-content {
		font-size: 15px;
	}
}
/* .text-content *.smaller-font {
	font-size: 0.85em;
}
.text-content.smaller-font {
	font-size: 15px;
}
.text-content *.larger-font {
	font-size: 1.2em;
}
.text-content.larger-font {
	font-size: 22px;
} */
.text-content .wp-caption:not(.gallery-item) {
	width: auto !important; /* fix wp inline width */
}
#main-block .text-content a,
#post-nav-block .text-content a {
	border-bottom: 1px solid #b2b2b2;
}
#main-block .text-content a:hover,
#post-nav-block .text-content a:hover {
	color: #ed2a45 !important;
	border-bottom-color: #ed2a45 !important;
}
#post-nav-block a {
	display: inline-block;
	font-size: 1.1em;
	margin-bottom: 0;
	text-decoration: none;
	max-width: 45%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#post-nav-block a:nth-child(2){
	float: right;
}
@media (max-width: 600px) {
	#post-nav-block a span {
		display: none;
	}
}

.post-list > ul {
	margin-left: -20px;
	margin-top: -20px;
}
.post-list > ul > li {
	width: calc(50% - 20px);
	max-width: 700px;
	margin-left: 20px;
	margin-top: 20px;
}
.post-list.type-gallery > ul > li {
	width: calc(33.33% - 20px);
}
.post-list.type-product > ul {
	margin-top: -30px;
	margin-left: -20px;
}
.post-list.type-product > ul > li.type-product {
	margin-top: 30px;
	width: calc(33.33% - 20px);
}
@media all and (max-width: 1000px) {
	.post-list > ul {
		margin-left: 0;
	}
	.post-list > ul > li {
		width: 100%;
		margin-left: 0;
	}
	.post-list.type-gallery > ul {
		margin-left: -20px;
	}
	.post-list.type-gallery > ul > li {
		width: calc(50% - 20px);
		margin-left: 20px;
	}
	.post-list.type-product > ul {
		margin-left: -20px;
	}
	.post-list.type-product > ul > li.type-product {
		width: calc(50% - 20px);
		margin-left: 20px;
	}
}
@media all and (max-width: 700px) {
	.post-list.type-product > ul {
		margin-left: 0px;
	}
	.post-list.type-product > ul > li.type-product {
		margin-left: 0px;
		width: 100%;
	}
}
@media all and (max-width: 600px) {
	.post-list.type-gallery > ul {
		margin-left: 0;
	}
	.post-list.type-gallery > ul > li {
		width: 100%;
		margin-left: 0;
	}
}

/* .post-list > ul > li .entry-summary > a:hover */
.entry-summary > a:hover {
	color: #ed2a45 !important;
}
/* .post-list > ul > li a > .text-content */
.entry-summary > a > .text-content {
	font-size: 15px;
	line-height: 1.35;
}
/* .post-list > ul > li a > .text-content h4 */
.entry-summary > a > .text-content h4 {
	margin-bottom: 16px;
	font-size: 21px;
}
/* .post-list > ul > li a > .text-content p */
.entry-summary > a > .text-content p {
	color: #252525;
	line-height: 1.4;
}
.bel-plus .entry-summary > a > .text-content p {
	color: #b2b2b2;
}

.post-list > ul > li.type-post a > .image {
	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.post-list > ul > li a:hover > .image {
	opacity: 0.8;
}
.post-list > ul > li.type-post a > .text-content > p:not(.category-date):last-child {
	display: none;
}
.post-list > ul > li.type-post a > .text-content h4 {
	margin-bottom: 0.1em;
}
.post-list > ul > li.type-post a > .text-content .category-date {
	margin-bottom: 0em;
	color: #838383;
}

.post-list.type-post > ul > li {
	overflow: visible; /* za dijaktritike u naslovu */
}
.post-list.type-post > ul > li.type-post:nth-child(5n+1) a > * {
	display: inline-block;
	vertical-align: top;
}
.post-list.type-post > ul > li.type-post:nth-child(5n+1) a > .image {
	width: calc(34% - 10px);
}
.post-list.type-post > ul > li.type-post:nth-child(5n+1) a > .image:before {
	padding-top: 100%;
}
.post-list.type-post > ul > li.type-post:nth-child(5n+1) a > .text-content {
	width: calc(65% - 10px);
	margin-top: -3px;
	padding-left: 20px;
	padding-top: 0;
}
.post-list.type-post > ul > li.type-post:nth-child(5n+1) a > .text-content .category-date {
	margin-bottom: 0.2em;
}
.post-list.type-post > ul > li.type-post:nth-child(5n+1) a > .text-content > p:last-child {
	display: block;
}

.post-list.type-post > ul > li.type-post article:nth-child(2) {
	padding-top: 20px;
}
@media all and (max-width: 1000px) {
	.post-list > ul > li.type-post a > .text-content > p.category-date {
		margin-bottom: 0.2em;
	}
	.post-list > ul > li.type-post a > .text-content > p:not(.category-date):last-child {
		display: block;
	}
	.post-list.type-post > ul > li.type-post:nth-child(5n+1) a > * {
		display: block;
	}
	.post-list.type-post > ul > li.type-post:nth-child(5n+1) a > .image {
		width: 100%;
	}
	.post-list.type-post > ul > li.type-post:nth-child(5n+1) a > .image:before {
		padding-top: 60%;
	}
	.post-list.type-post > ul > li.type-post:nth-child(5n+1) a > .text-content {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.post-list.type-post > ul > li.type-post article:nth-child(2) {
		padding-top: 30px;
	}
}

.post-list.type-gallery > ul > li a > .text-content h4,
.post-list.type-video > ul > li a > .text-content h4 {
	margin-bottom: 0;
}

.type-product a > .text-content .title-container {
	margin-bottom: 12px;
}
.type-product a > .text-content .title-container h4 {
	display: inline;
	margin-bottom: 0;
	border-bottom: 1px solid transparent;

	-o-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;
}
.type-product a:hover > .text-content .title-container h4 {
	border-color: #ed2a45;
}
.type-product a > .text-content > .original-title {
	margin-bottom: 0.1em;
}
.type-product a > .text-content > .details {
	margin-bottom: 16px;
}
.type-product a > .text-content > .details > span:not(:last-child)::after {
	content: ', ';
}
.post-list > ul > li.type-product a > .text-content > .excerpt {
	margin-bottom: 0;
}
.post-list > ul > li.type-product .term-list {
	margin-top: 22px;
}
.post-list > ul > li.type-product .term-list > li a {
	font-size: 12px;
}
@media (max-width: 800px) {
	.post-list > ul > li.type-product .term-list {
		margin-top: 18px;
	}
}


#calendar-block .text-content > h3,
.page-template-calendar .text-content > h3 {
	padding: 0.6em;
	font-size: 1.25em;
	background: #000;
	color: #ffff;
}
#calendar-block ul.calendar > li,
.page-template-calendar ul.calendar > li {
	border-bottom: 1px solid #bcbec0;
}
#calendar-block ul.calendar > li > a,
.page-template-calendar ul.calendar > li > a {
	position: relative;
	display: block;
	padding: 0.6em 8em 0.55em 0.6em;
}
#calendar-block ul.calendar > li > a > *,
.page-template-calendar ul.calendar > li > a > * {
	display: inline-block;
}
#calendar-block ul.calendar > li > a > .toggle,
.page-template-calendar ul.calendar > li > a > .toggle {
	width: 15px;
	margin-left: -0.6em;
	vertical-align: top;
}
#calendar-block ul.calendar > li > a > h4,
.page-template-calendar ul.calendar > li > a > h4 {
	font-size: 1.25em;
}
#calendar-block ul.calendar > li > a > h4 {
	width: calc(100% - 15px);
}
#calendar-block ul.calendar > li > a > span:last-child,
.page-template-calendar ul.calendar > li > a > span:last-child {
	position: absolute;
	top: 0.6em;
	right: 0.6em;
}
#calendar-block ul.calendar > li > ul,
.page-template-calendar ul.calendar > li > ul {
	display: none;
	font-size: 14px;
}
#calendar-block ul.calendar > li > ul > li,
.page-template-calendar ul.calendar > li > ul > li {
	border-top: 1px solid #bcbec0;
	padding: 0.6em 1.3em;
}
#calendar-block ul.calendar > li > ul > li > div,
.page-template-calendar ul.calendar > li > ul > li > div {
	display: inline-block;
}
#calendar-block ul.calendar > li > ul > li > div:first-child,
.page-template-calendar ul.calendar > li > ul > li > div:first-child {
	min-width: 100px;
	margin-right: 3em;
}
#calendar-block ul.calendar > li > ul > li > div:last-child,
.page-template-calendar ul.calendar > li > ul > li > div:last-child {
	vertical-align: top;
}
#calendar-block ul.calendar > li > ul > li > div > p,
.page-template-calendar ul.calendar > li > ul > li > div > p {
	margin-bottom: 0;
}
@media all and (max-width: 800px) {
	.page-template-calendar ul.calendar > li > a {
		padding-right: 5em;
	}
}


/* films slider row */
.films-row-holder {
	position: relative;
}
.films-row-holder > .films-row-title {
	margin-bottom: 1.2em;
	font-size: 1.1em;
}
.films-row-holder > .films-slider-row .slick-track {
	margin-left: 0;
	margin-right: 0;
}
.films-row-holder > .films-slider-row .slick-list {
	margin-left: -15px;
}
.films-row-holder > .films-slider-row .slick-item {
	margin-left: 15px;
}
.films-row-holder > .arrow-container {
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
}
@media all and (max-width: 800px) {
	.films-row-holder > .films-row-title {
		font-size: 1em;
	}
}

/* filters on archive and archive+ templates */
#filter-block {
	z-index: 2;
	margin-bottom: 40px;
}
#filter-block .block-title-holder {
	background-color: #474747;
}
#filter-block .block-title {
	display: flex;
	justify-content: space-between;
	padding-top: 13px;
	padding-bottom: 11px;
}
#filter-block .block-title .svg-span svg {
	margin-top: -1px;
}
#filter-block .block-title .tag-holder {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}
#filter-block .block-title .tag-holder > .tag {
	margin-left: 10px;
	margin-top: 10px;
}
#filter-block .block-title .tag-holder > .tag.erase {
	opacity: 0;
	visibility: hidden;

	-o-transition: opacity 0.2s, visibility 0.2s;
	-moz-transition: opacity 0.2s, visibility 0.2s;
	-webkit-transition: opacity 0.2s, visibility 0.2s;
	transition: opacity 0.2s, visibility 0.2s;
}
#filter-block .block-title .tag-holder > .tag.erase span {
	vertical-align: middle;
}
#filter-block .block-title .tag-holder.has-tags > .tag.erase {
	opacity: 1;
	visibility: visible;
}
#filter-block .block-title .tag-holder > .tag > a {
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 0.15em 0.62em 0.25em 0.62em;

	-o-transition: color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s;
	-webkit-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
}
#filter-block .block-title .tag-holder > .tag > a.remove-all-tags {
	background-color: #fff;
	color: #000;
}
#filter-block .block-title .tag-holder > .tag > a:hover,
#filter-block .block-title .tag-holder > .tag > a.remove-all-tags:hover {
	background-color: #ff2e4a !important;
	color: #fff !important;
	fill: #fff !important;
}
#filter-block .block-title .tag-holder > .tag > a > span {
	text-transform: uppercase;
	font-family: 'AlphaHeadlinePro', sans-serif;
	font-size: 0.8em;
}
#filter-block .block-title .tag-holder > .tag > a > svg {
	height: 0.7em;
}
#filter-block .block-title .filter-toggle {
	display: inline-block;
	color: #fff !important;
	fill: #fff !important;
	font-size: 1.1em;
}
#filter-block .block-title .filter-toggle svg {
	height: 0.7em;

	-o-transition: transform 0.2s;
	-moz-transition: transform 0.2s;
	-webkit-transition: transform 0.2s;
	transition: transform 0.2s;
}
#filter-block .block-title .filter-toggle.active svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#filter-block .filter-holder {
	display: none;
	padding-top: 17px;
}
#filter-block .filter {
	margin-left: -22px;
	margin-top: -10px;
}
#filter-block .filter > * {
	display: inline-block;
	vertical-align: top;
	width: calc(16.667% - 22px);
	margin-left: 22px;
	margin-top: 10px;
}
@media (max-width: 1000px) {
	#filter-block .filter > * {
		width: calc(50% - 22px);
	}
}
@media all and (max-width: 800px) {
	#filter-block .block-title .tag-holder {
		display: none;
	}
}
@media (max-width: 600px) {
	#filter-block .filter {
		margin-left: 0;
	}
	#filter-block .filter > * {
		display: block;
		width: 100%;
		margin-left: 0;
	}
}

/* simple scroller */
.ss-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
	float: left;
}
.ss-content {
	position: relative;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: none; /* remove scrollbar for Firefox */
	-ms-overflow-style: none;  /* remove scrollbar for IE 10+ */

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ss-content::-webkit-scrollbar { /* remove scrollbar for webkit */
	width: 0px;
	background: transparent;
}
.ss-hidden {
	display: none;
}
.ss-scroll {
	position: relative;
	background: #ff2e4a;
	width: 6px;
	top: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0;

	-webkit-transform: translateX(1.5px);
	-ms-transform: translateX(1.5px);
	transform: translateX(1.5px);

	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
	opacity: 1;
}
.ss-grabbed {
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}