/*!
Theme Name: Ritam stvaranja custom WP theme
Theme URI: https://ritamstvaranja.com
Author: Filip Lončar
Author URI: https://loncar.hr
Description: Hi. I'm a starter theme called <code>ritam</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ritam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::after,
*::before {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
}

ul {
	padding: unset;
	margin: unset;
	list-style-type: none;
}

h1,
h2,
.contact-container .contact-form-section h1,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: unset;
}

header {
	/*position: fixed;*/
	width: 100%;
	top: 0px;
	z-index: 999;
	background: #fff;
}

main,
.category-view {
	padding-top: 40px;
}

.header-top > :first-child,
footer > :first-child {
	border: none;
}

.info {
	align-items: end;
}

.info-wrapper {
	margin-left: 1em;
}
.info-wrapper a:hover {
	color: #5ab45a;
	transition: color 0.5s;
}

.info-cta {
	font-size: 24px;
}

.info-cta .info-wrapper a:nth-child(2) {
	color: #FF0073;
}

section > :first-child {
	border: none;
}

.bg-alt {
	background-color: #fafafa;
}

.bg-white {
	background-color: #fff;
}

.gallery img {
	width: 30%;
	padding: 1em;
}

body {
	font-family: "Montserrat", sans-serif;
	color: #3F3F3F;
}

a {
	color: #0d3360;
}

h1,
h2,
.contact-container .contact-form-section h1,
h3,
h4,
h5,
h6,
a,
.alt-font {
	font-family: "Montserrat", sans-serif;
}

body {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 576px) {
	body {
		font-size: 14px;
	}
}

h2,
.contact-container .contact-form-section h1,
.category-view h1 {
	font-size: 44px;
	font-weight: bold;
	color: #423d33;
	text-align: center;
}

@media screen and (max-width: 768px) {
	h2,
	.contact-container .contact-form-section h1 {
		font-size: 24px;
	}
}

h3 {
	font-size: 24px;
	margin-bottom: 1em;
}

.font-small {
	font-size: 0.9em;
}

.font-tiny {
	font-size: 0.75em;
}

.font-big {
	font-size: 1.25em;
}

p {
	margin-bottom: 1em;
	font-size: 18px;
	line-height: 25px;
}

.header-bottom {
	background-color: #0e3461;
	width: 100%;
	/*min-height: 80px;
     height: 80px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-bottom > :first-child {
	height: 100%;
	width: 100%;
}
.header-bottom .row > :first-child {
	padding: 0;
}

footer nav ul li {
	/*height: 100%;*/
	flex-grow: 1;
}
footer nav ul li a {
	color: #373737;
	font-size: 15px;
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 2em;
	transition: color 0.5s, content 0.5s;
}
footer nav ul li a:hover,
li.current-menu-item a {
	color: #FF0073!important;
	background-color: unset!important;
}
footer nav ul li:last-child a {
	border: none;
}

header nav ul li {
	/*height: 100%;*/
	flex-grow: 1;
}
@media screen and (max-width: 991px) {
	header nav ul li {
		text-align: center;
	}

	header nav ul#primary-menu > li:last-child a {
		display: none;
	}
}

body.single .main-content a {
	color:#FF0073;
	font-weight: 700;
}

header nav ul li a, .mobile-show-header-link {
	color: #373737;
	font-size: 18px;
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 2em;
	transition: color 0.5s;
}
header nav ul li a:hover {
	color: #FF0073;
}


header nav ul#primary-menu > li:last-child a, .mobile-show-header-link {
	border-radius: 35px;
	background: #FF0073;
	color: #fff;
	position: relative;
	border: 1px solid #FF0073;
	transition: background-color 0.5s, color 0.5s, content 0.5s;
}
header nav ul#primary-menu > li:last-child a:hover, .mobile-show-header-link:hover {
	background: #fff;
	color: #FF0073;
}

/* header */
.nav-h {
	width: 100%;
}

.nav-h ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.nav-h li a, .mobile-show-header-link {
	display: block;
	padding: 20px 20px;
	text-decoration: none;
}

.nav-h li a:hover,
.nav-h .menu-btn:hover {
	background-color: #fff;
}

.nav-h .logo {
	display: block;
	float: left;
	font-size: 2em;
	padding: 10px 20px;
	text-decoration: none;
}

/* menu */
.nav-h .menu {
	clear: both;
	max-height: 0;
	transition: max-height 0.2s ease-out;
}

footer .nav-h .menu {
	clear: both;
	max-height: unset;
	transition: max-height 0.2s ease-out;
	margin-bottom: 20px;
    margin-top: 10px;
}

footer nav ul li {
	text-align: center;
}

/* menu icon */
.nav-h .menu-icon {
	cursor: pointer;
	justify-content: center;
	display: flex;
	padding: 28px 20px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.nav-h .menu-icon .navicon {
	background: #FF0073;
	display: block;
	height: 2px;
	position: relative;
	transition: background 0.2s ease-out;
	width: 18px;
}

.nav-h .menu-icon .navicon:before,
.nav-h .menu-icon .navicon:after {
	background: #FF0073;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: all 0.2s ease-out;
	width: 100%;
}

.nav-h .menu-icon .navicon:before {
	top: 5px;
}

.nav-h .menu-icon .navicon:after {
	top: -5px;
}

/* menu btn */
.nav-h .menu-btn {
	display: none;
}

.nav-h .menu-btn:checked ~ .menu {
	max-height: 3600px;
}

.nav-h .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.nav-h .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.nav-h .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.nav-h .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav-h .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
}

/* 48em = 768px */
@media (min-width: 951px) {
	.nav-h li {
		float: left;
	}
	.nav-h li a {
		padding: 20px 10px;
		text-align: center;
	}
	.nav-h .menu {
		clear: none;
		max-height: none;
		display: flex;
		align-items: center;
	}
	.nav-h .menu-icon, .mobile-show-header-link {
		display: none;
	}
}
.hero {
	color: #fff;
}
.hero h1 {
	font-size: 45px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.hero h1 {
		font-size: 1.75em;
	}
}
.hero span {
	font-size: 22px;
	margin: 0.5em 0 1.5em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.hero span {
		font-size: 1.2em;
	}
}

.bg-image {
	background: url("/build/assets/img/hero.png") no-repeat;
	background-size: cover;
	height: 526px;
}
@media screen and (max-width: 991px) {
	.bg-image {
		height: 500px;
	}
}

@media screen and (max-width: 1240px) {
	.fair-locations {
		flex-wrap: wrap;
	}
}
.fair-locations a {
	max-width: 233px;
}
.fair-locations a img {
	filter: brightness(70%);
	max-width: 233px;
}
.fair-locations a div {
	border: 1px solid #FF0073;
	padding: 1em;
	text-align: center;
	margin-top: -8px;
	color: #FF0073;
}
.fair-locations a:nth-child(n + 2) div {
	margin-left: -1px;
}
.fair-locations a:hover img {
	filter: brightness(100%);
	transition: 0.5s filter;
}
.fair-locations a:hover div {
	background-color: #FF0073;
	color: #fff;
	transition: 0.25s background-color, 0.25s color;
}

.hero-fair-bg {
	background: #faf9f7;
	background-image: url("theme-img/expo.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 4em;
	width: 100%;
	border: 1px solid #e8e6e1;
	border-radius: 5px;
	position: relative;
}
@media screen and (max-width: 991px) {
	.hero-fair-bg {
		background-image: none;
	}
}
.hero-fair-bg .hero-fair-img {
	position: absolute;
	right: 50px;
	top: 50px;
	background-color: #fff;
	height: 205px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 991px) {
	.hero-fair-bg .hero-fair-img {
		height: 172px;
		width: 209px;
	}
}
@media screen and (max-width: 768px) {
	.hero-fair-bg .hero-fair-img {
		position: relative;
		right: unset;
		top: unset;
		margin-bottom: 2em;
	}
}
.hero-fair-bg .hero-fair-img img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	padding: 1em;
}

.hero-fair-content {
	width: 800px;
}
@media screen and (max-width: 1240px) {
	.hero-fair-content {
		width: 550px;
	}
}
@media screen and (max-width: 991px) {
	.hero-fair-content {
		width: 400px;
	}
}
@media screen and (max-width: 768px) {
	.hero-fair-content {
		width: 100%;
	}
}
.hero-fair-content h1 {
	font-size: 48px;
	color: #423d33;
}
@media screen and (max-width: 991px) {
	.hero-fair-content h1 {
		font-size: 24px;
	}
}
.hero-fair-content p {
	color: #423d33;
	margin-top: 1em;
}
.hero-fair-content .hero-fair-info {
	margin-bottom: 0.5em;
}
.hero-fair-content a {
	width: 300px;
	margin-top: 2em;
}

@media screen and (max-width: 768px) {
	.hero-fair-content a {
		width: unset;
	}
}

.services .services-item {
	background: #faf9f7;
	padding: 5em 3em;
	margin-bottom: 1em;
	border: 1px solid #e8e6e1;
	border-radius: 5px;
	justify-content: center;
	position: relative;
}
.services .services-item span {
	color: #423d33;
	font-size: 24px;
	display: flex;
	margin-left: 50px;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.services .services-item span {
		margin-left: 130px;
		font-size: 18px;
	}
}
.services .services-item span::before {
	position: absolute;
	left: 75px;
	content: "";
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.services .services-item span::before {
		background-size: 70%;
		top: 50px;
	}
}
.services .services-item .s-exibitors::before {
	background-image: url("theme-img/exibitors.png");
	height: 98px;
	width: 96px;
}
.services .services-item .s-stands::before {
	background-image: url("theme-img/stands.png");
	height: 98px;
	width: 96px;
}
.services .services-item .s-visitors::before {
	background-image: url("theme-img/visitors.png");
	height: 106px;
	width: 122px;
}
.services .services-item .s-travel::before {
	background-image: url("theme-img/travel.png");
	height: 102px;
	width: 96px;
}

.services:first-child .services-item {
	margin-right: 0.5em;
}
@media screen and (max-width: 991px) {
	.services:first-child .services-item {
		margin-right: 0;
	}
}

.services:last-child .services-item {
	margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
	.services:last-child .services-item {
		margin-left: 0;
	}
}

li.services {
	width: 33%;
	font-size: 20px;
	display: flex;
	align-items: center;
	gap: 1em;
	margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
	li.services {
		padding: 1em;
	}
}
@media screen and (max-width: 768px) {
	li.services {
		width: 100%;
		padding: 0em;
	}
}
li.services::before {
	/*content: url("../../../build/assets/img/services.png");*/
	background-image: url("../../../build/assets/img/services.png");
}

.fairs {
	gap: 1em;
}

.fairs-item {
	background: #faf9f7;
	padding: 2em 3em 3em;
	/*margin-bottom: 1em;*/
	/*width: 373px;*/
	flex-basis: 373px;
	border: 1px solid #e8e6e1;
	border-radius: 5px;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s, -moz-box-shadow 0.5s;
}

.fairs-item:hover {
	-webkit-box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.28);
}

@media screen and (max-width: 768px) {
	.fairs-item {
		flex-basis: 100%;
	}
}

.fairs-item .fairs-img-container {
	display: flex;
	justify-content: center;
}

.fairs-item .fairs-img-container a {
	/*min-height: 115px;*/
	/*height: 135px;*/
	margin-bottom: 2em; /**/
	display: flex;
	justify-content: center;
	height: 205px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fairs-item .fairs-img-container a img {
	align-self: center;
	/*max-width: 275px;
	height: auto;*/
	max-width: 100%;
	height: auto;
	max-height: 100%;
	padding: 1em;
	transition: opacity 0.5s;
}

.fairs-item .fairs-img-container img:hover {
	opacity: 0.75;
}

.fairs-item .fairs-content-container {
	display: flex;
	flex-direction: column;
}

.fairs-content-container p {
	/*height: 150px;*/
	height: 60px;
}

.fairs-content-container a h3 {
	color: #737384;
	transition: opacity 0.5s;
}

.fairs-content-container a h3:hover {
	opacity: 0.75;
}

@media screen and (max-width: 768px) {
	.fairs-content-container a h3,
	.fairs-item span {
		text-align: center;
	}
}

.fairs-item span {
	color: #423d33;
	font-weight: bold;
	margin-bottom: 4em;
}

/*.fairs:first-child .fairs-item {
	margin-right: 0.5em;
}

.fairs:last-child .fairs-item {
	margin-left: 0.5em;
}*/

li.fairs {
	width: 33%;
	font-size: 20px;
	display: flex;
	align-items: center;
	gap: 1em;
	margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
	li.fairs {
		padding: 1em;
	}
}
@media screen and (max-width: 768px) {
	li.fairs {
		width: 100%;
		padding: 0em;
	}
}
li.fairs::before {
	content: url("../../../build/assets/img/services.png");
}

.cta-section,
.cta-section-split {
	background-image: url(theme-img/cta-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5em 3em;
	border-radius: 5px;
}
@media screen and (max-width: 768px) {
	.cta-section,
	.cta-section-split {
		flex-direction: column !important;
	}
}
.cta-section span,
.cta-section-split span {
	font-size: 48px;
	width: 80%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.2;
}
@media screen and (max-width: 991px) {
	.cta-section span,
	.cta-section-split span {
		font-size: 1.75em;
		margin-right: 1em;
	}
}
@media screen and (max-width: 768px) {
	.cta-section span,
	.cta-section-split span {
		width: 100%;
		font-size: 1.5em;
		margin-bottom: 1em;
		margin-right: 0em;
		text-align: center;
	}
}
.cta-section a,
.cta-section-split a,
.slider-link {
	background: #fff;
	color: #FF0073;
	border: 1px solid #FF0073;
	border-radius: 5px;
	padding: 1em 3em;
	font-size: 18px;
	display: flex;
	align-items: center;
	transition: background-color 0.5s, color 0.5s;
}

.slider-link {
	display: inline-block;
	margin-left: 2em;
	margin-bottom: 2em;
}

@media screen and (max-width: 576px) {
	.slider-link {
		width: 85%;
		margin: 0 2em 2em 2em;
		text-align: center;
	}
}

.flex-direction-nav {
	display: none;
}

.cta-section a:hover,
.cta-section-split a:hover,
.slider-link:hover {
	background-color: #FF0073;
	color: #fff;
}

.cta-section-split {
	border-radius: 5px;
	color: #fff;
	border-left-width: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	min-height: 400px;
	position: relative;
}
.cta-section-split span {
	font-size: 36px;
	width: 100%;
}
@media screen and (max-width: 1240px) {
	.cta-section-split span {
		font-size: 30px;
	}
}
@media screen and (max-width: 991px) {
	.cta-section-split span {
		font-size: 24px;
	}
}
.cta-section-split a {
	position: absolute;
	bottom: 50px;
}
@media screen and (max-width: 991px) {
	.cta-section-split a {
		position: relative;
		bottom: unset;
		top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.cta-section-split {
		min-height: unset;
	}
}

.cta-section-split-noBg {
	background-image: none;
	background-color: #faf9f7;
	border: 1px solid #e8e6e1;
	border-right-width: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #423d33;
}

.cta-section-split-noBg p,
.cta-section-split p {
	text-align: center;
}

@media screen and (max-width: 991px) {
	.cta-section-split-noBg {
		border-right-width: 1px;
		border-radius: 5px;
	}

	.cta-section-split {
		border-left-width: 1px;
		border-radius: 5px;
	}
}

.cta-section-split-noBg span {
	color: #423d33;
}
.cta-section-split-noBg a {
	background: #FF0073;
	color: #fff;
}
.cta-section-split-noBg a:hover {
	background-color: #fff;
	color: #FF0073;
}

.padding-right-reset {
	padding-right: 0 !important;
}
@media screen and (max-width: 991px) {
	.padding-right-reset {
		padding-right: 15px !important;
	}
}

.padding-left-reset {
	padding-left: 0 !important;
}
@media screen and (max-width: 991px) {
	.padding-left-reset {
		padding-left: 15px !important;
	}
}

.contact {
	padding: 5em 0 12em;
}
@media screen and (max-width: 991px) {
	.contact {
		padding: 0;
	}
}

.contact-container {
	background-color: #FF0073;
	padding: 3em;
	width: 100%;
	position: relative;
}
@media screen and (max-width: 991px) {
	.contact-container {
		flex-direction: column-reverse;
	}
	.contact-container :first-child {
		margin-top: 1.5em;
	}
}
.contact-container .pos-absolute {
	position: absolute;
	top: -30px;
	right: 30px;
}
@media screen and (max-width: 991px) {
	.contact-container .pos-absolute {
		position: relative;
		top: unset;
		right: unset;
	}
}
.contact-container .contact-form-section {
	background-color: #fff;
	padding: 4em;
	border: 1px solid rgb(182, 182, 182);
}
@media screen and (max-width: 768px) {
	.contact-container .contact-form-section h1 {
		font-size: 30px;
	}
}

.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	border: 1px solid #736F71;
	outline: none;
	padding: 1em;
	border-radius: 35px;
	resize: none;
}

input[type="text"].wpcf7-text,
textarea.wpcf7-textarea,
input[type="email"].wpcf7-email {
	margin-top: 0.5em;
	font-size: 19px;
	color: #5d5c5c;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	background-color: #FFF6FA;
}

.contact-container .contact-form-section form input::placeholder,
.contact-container .contact-form-section form input,
.contact-container .contact-form-section textarea,
.contact-container .contact-form-section textarea::placeholder {
	margin-top: 1em;
	font-size: 19px;
	color: rgba(66, 61, 51, 0.6);
	font-family: "Montserrat", sans-serif;
}

.contact-container p {
	margin: unset;
}

@media screen and (max-width: 768px) {
	.contact-container .contact-form-section form > * {
		font-size: 18px;
	}
}
.contact-container .contact-form-section input[type="text"],
.contact-container .contact-form-section input[type="email"] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #FF0073;
	outline: none;
}

.contact-container .contact-form-section textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #FF0073;
	outline: none;
	min-height: 50px;
	resize: vertical;
}
.contact-container .contact-form-section input[type="button"],
.wpcf7-submit {
	background: #FF0073;
	color: #fff !important;
	border: 1px solid #FF0073;
	border-radius: 5px;
	padding: 1em 3em;
	font-size: 26px;
	display: flex;
	margin-top: 2em;
	align-items: center;
	transition: background-color 0.5s, color 0.5s;
	cursor: pointer;
	font-family: "Montserrat", sans-serif!important;
	border-radius: 35px;
    width: 100%;
}

.contact-form-section {
	padding-right: 3em;
}

.contact-form-section label {
	margin-left: 10px;
}

.contact-container .contact-form-section input[type="button"]:hover,
.wpcf7-submit:hover {
	background-color: #fff;
	color: #FF0073 !important;
}
.contact-container .contact-info {
	color: #fff;
	padding-right: 8em;
}

@media screen and (max-width: 992px) {
	.contact-container .contact-info {
		color: #fff;
	}

	.contact-form-section {
		padding-right: 0;
	}
}

.contact-container .contact-info li {
	display: flex;
	align-items: center;
	margin-bottom: 3em;
}
.contact-container .contact-info li a,
.contact-container .contact-info li span {
	padding-left: 2em;
	color: #fff;
	transition: opacity 0.5s;
}

.contact-container .contact-info li a:hover {
	opacity: 0.5;
}

.contact-container .contact-info .call-link:before {
	content: url("theme-img/contact-call.png");
}
.contact-container .contact-info .location:before {
	content: url("theme-img/contact-location.png");
}
.contact-container .contact-info .text-info:before {
	content: url("theme-img/contact-info.png");
}

footer {
	background-color: #fff;
	border-top: 1px solid #FF0073;
	width: 100%;
	/*min-height: 80px;
     height: 80px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
footer img {
	margin-bottom: 1em;
}
footer .copyright {
	color: #423d33;
}
footer span {
	color: #423d33;
	margin-bottom: 8px;
}
footer .last-line {
	margin-bottom: 1em;
}
footer .signature {
	color: #423d33;
	font-weight: bold;
	transition: opacity 0.5s;
}

footer .signature:hover {
	opacity: 0.5;
}

footer .container {
	width: 1200px;
}

footer .social-icons {
	display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 30px;
    height: 80%;
}

footer .social {
	display: block;
	height: 48px;
	width: 48px;
	text-indent: -999px;
	transition: opacity 0.5s;
}

footer .social:hover {
	opacity: 0.5;
}

footer .social-fb {
	background-image: url("theme-img/fb.png");
}

footer .social-ig {
	background-image: url("theme-img/ig.png");
}

footer .social-yt {
	background-image: url("theme-img/yt.png");
}

.row {
	display: flex;
	flex-wrap: wrap;
	/*margin-left: -15px;
  margin-right: -15px;
  margin-bottom: $dim;*/
	margin: 1em;
}

.reset-margin {
	margin: 0;
}

.row > [class^="col-"] {
	padding-left: 15px;
	padding-right: 15px;
	flex: 0 0 auto;
}

.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.col-1 {
	width: 8.3333333333%;
}

.col-2 {
	width: 16.6666666667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.3333333333%;
}

.col-5 {
	width: 41.6666666667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.3333333333%;
}

.col-8 {
	width: 66.6666666667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.3333333333%;
}

.col-11 {
	width: 91.6666666667%;
}

.col-12 {
	width: 100%;
}

@media screen and (max-width: 1240px) {
	.col-lg-1 {
		width: 8.3333333333%;
	}
	.col-lg-2 {
		width: 16.6666666667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.3333333333%;
	}
	.col-lg-5 {
		width: 41.6666666667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.3333333333%;
	}
	.col-lg-8 {
		width: 66.6666666667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.3333333333%;
	}
	.col-lg-11 {
		width: 91.6666666667%;
	}
	.col-lg-12 {
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.col-md-1 {
		width: 8.3333333333%;
	}
	.col-md-2 {
		width: 16.6666666667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.3333333333%;
	}
	.col-md-5 {
		width: 41.6666666667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.3333333333%;
	}
	.col-md-8 {
		width: 66.6666666667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.3333333333%;
	}
	.col-md-11 {
		width: 91.6666666667%;
	}
	.col-md-12 {
		width: 100%;
	}
}
@media screen and (max-width: 568px) {
	.col-sm-1 {
		width: 8.3333333333%;
	}
	.col-sm-2 {
		width: 16.6666666667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.3333333333%;
	}
	.col-sm-5 {
		width: 41.6666666667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.3333333333%;
	}
	.col-sm-8 {
		width: 66.6666666667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.3333333333%;
	}
	.col-sm-11 {
		width: 91.6666666667%;
	}
	.col-sm-12 {
		width: 100%;
	}
}
/*a.cta {
	color: $white;
	background: $cta-button;
	border: 1px solid $cta-button;
	padding: 1.5em 3em;
	font-size: 18px;
	transition: background 0.5s, color 0.5s;

	&:hover {
		background: #fff;
		color: #0e3461;
	}
}
*/
.cta-light,
.cta-dark {
	background: #fff;
	color: #FF0073;
	border: 1px solid #FF0073;
	border-radius: 5px;
	padding: 1em 7em;
	font-size: 16px;
	text-align: center;
	transition: background-color 0.5s, color 0.5s;
}

.hero-fair-content .cta-dark {
	padding: 1em 5em;
}

.cta-light:hover,
.cta-dark:hover {
	background-color: #FF0073;
	color: #fff;
}

.cta-dark {
	background: #FF0073;
	color: #fff;
}
.cta-dark:hover {
	background-color: #fff;
	color: #FF0073;
}

.fairs-content-container .cta-dark {
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}

/* Responsive image gallery rules begin*/
.image-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.image-gallery > li {
	flex-basis: 383px; /*width: 350px;*/
	position: relative;
	/* cursor: pointer;*/
}

.image-gallery::after {
	content: "";
	flex-basis: 383px;
}

.image-gallery li img {
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(57, 57, 57, 0.502);
	top: 0;
	left: 0;
	transform: scale(0);
	transition: all 0.2s 0.1s ease-in-out;
	color: #fff;
	/* center overlay text */
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

/* hover */
.image-gallery li:hover .overlay {
	transform: scale(1);
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
.alt-td {
	background-color: #FF0073;
	color: #fff;
	font-weight: unset;
	padding: 1em 3em;
	border: 1px solid #727284;
}

td {
	background-color: #e9f5e9;
	color: #000;
	font-weight: unset;
	padding: 1em 3em;
	border: 1px solid #727284;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.mobile-hide {
		display: none!important;

	}
}

@media screen and (max-width: 92440px) {
	.table-mobile {
		display: none;
	}
}
@media screen and (max-width: 1440px) {
	.table-mobile {
		display: none;
	}
}
@media screen and (max-width: 1240px) {
	.table-mobile {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.table-mobile {
		display: none!important;
	}


}
@media screen and (max-width: 768px) {
	.table-mobile {
		display: table;
	}
}

.flex-container {
	display: flex;
	position: relative;
}

.flex-row {
	flex-direction: row;
}

.flex-column {
	flex-direction: column;
}

.align-items-center {
	align-items: center;
}

.align-content-center {
	align-content: center;
}

.justify-space-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.justify-space-around {
	justify-content: space-around;
}

.flex-wrap {
	flex-wrap: wrap;
}

.max-width {
	max-width: 100%;
}

.full-height {
	height: 100%;
}

.margin-tb {
	margin: 6em 0 3em;
}

.margin-tb3 {
	margin: 3em 0 3em;
}

.margin-tb0 {
	margin: 0em 0 0em;
}

.margin-b3 {
	margin-bottom: 3em;
}

.padding-tb {
	padding: 3em 0;
}

.padding-lr5 {
	padding: 0px 5em;
}

@media screen and (max-width: 768px) {
	.padding-lr5 {
		padding: 0px 2em;
	}
}

.margin-b {
	margin-bottom: 1em;
}

@media screen and (max-width: 991px) {
	.margin-b-mobile {
		margin-bottom: 1em;
	}
}

.gap6 {
	gap: 6em;
}

.margin-0 {
	margin: 0;
}

@media screen and (max-width: 991px) {
	.mobile-wrap {
		flex-wrap: wrap;
		justify-content: center;
		gap: 4em;
	}
}

@media screen and (max-width: 1240px) {
	.tablet-wrap {
		flex-wrap: wrap;
		justify-content: center;
		gap: 2em 0;
	}
}

@media screen and (max-width: 991px) {
	.mobile-justify-center {
		justify-content: center;
		display: flex;
	}
}

@media screen and (max-width: 991px) {
	.mobile-column {
		flex-direction: column;
	}
}

body.page-template-default h1,
body.post-template-default h1,
body.page-template-page-izlaganje h1,
body.page h1 {
	font-size: 48px;
	color: #423d33;
	text-align: left;
}

.alignleft,
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright,
img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/* tester */
ul#primary-menu ul {
	border: 1px solid #FF0073;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: auto;
	left: auto;
	display: none;
}

ul#primary-menu li:hover > ul,
ul#primary-menu li.focus > ul {
	display: flex;
	flex-direction: column;
	text-align: left;
	justify-content: flex-start;
	z-index: 99;
}

li.menu-item-has-children > a:first-child {
	padding-right: 20px !important;
	background-image: url("./theme-img/nav-arrow.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 10% top 50%;
}

.navigator {
	display: none;
}

@media screen and (max-width: 950px) {
	li.menu-item-has-children > a:first-child {
		background-image: unset;
	}

	header {
		position: unset;
	}

	main,
	.category-view {
		padding-top: unset;
	}

	.navigator {
		display: block;
		background-image: url("./theme-img/nav-arrow.svg");
		background-size: 25px;
		background-repeat: no-repeat;
		width: 100%;
		height: auto;
		margin-top: unset;
		background-position: center;
		text-indent: -9999;
		padding: 20px;
		transition: border 0.5s;
		cursor: pointer;
		border: 1px solid transparent;
	}

	.navigator:hover {
		border: 1px solid #FF0073;
	}

	ul#primary-menu li:hover > ul,
	ul#primary-menu li.focus > ul {
		display: none;
	}

	.menu-item-has-children {
		position: relative;
	}
}

.mobile-nav-show {
	position: relative !important;
	display: flex !important;
	flex-direction: column;
}

.metaslider .caption-wrap {
	bottom: 50px !important;
	right: 50px !important;
	left: unset !important;
	background: #faf9f7 !important;
	color: #000 !important;
	opacity: unset !important;
	width: 50% !important;
	border-radius: 5px;
}

.metaslider .caption {
	padding: 2em !important;
	/*display: flex;
	flex-direction: column;*/
}
@media screen and (max-width: 991px) {
	.metaslider .caption-wrap {
		position: relative !important;
		width: 100% !important;
		right: unset !important;
		bottom: unset !important;
		border: 1px solid #e8e6e1;
	}
}

.text-indent-h {
	text-indent: -9999px;
}

/*section.main-content {
	min-height: 80vh;
}*/

body.home section.main-content {
	min-height: unset;
}

.page-template-page-izlaganje h3,
.page-template-page-izlaganje p {
	text-align: center;
	margin-top: 1em;
}

.link-focus {
	background: #FF0073;
	color: #fff !important;
	border: 1px solid #FF0073;
	border-radius: 5px;
	padding: 1em 3em;
	font-size: 18px;
	margin-top: 2em;
	transition: background-color 0.5s, color 0.5s;
	cursor: pointer;
	text-align: center;
}

.link-focus:hover {
	background-color: #fff;
	color: #FF0073 !important;
}

@media screen and (max-width: 768px) {
	.link-focus {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 900px) {
	.n2_clear {
		display: none;
	}
}

.wpml-ls-flag {
	height: 13px;
}

.wpml-ls-item .sub-menu {
	width: 76px;
}

@media screen and (max-width: 950px) {
	.wpml-ls-item .sub-menu {
		width: 100%;
	}
}

.quote-section {
	background-color: #FFCFE5;
    border-radius: 10px;
    position: relative;
    height: 225px;
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quote-section .quote-text {
    font-style: italic;
    font-size: 22px;
    width: 90%;
	margin-top: 30px;
}

.quote-section span {
	position: absolute;
	bottom: 30px;
    right: 110px;
	font-size: 18px;
}

.quote-section .quote-start {
	position: absolute;
    top: 15px;
    left: 15px;
}

.quote-section .quote-end {
	position: absolute;
    bottom: 15px;
    right: 15px;
}

@media screen and (max-width: 768px) {
	.quote-section {
		height: 300px;
	}
}

.contact-image {
	display: flex;
    flex-direction: column;
}

.contact-image img {
	max-height: 970px;
    width: auto;
}

.contact-image span {
	display: block;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-top: -70px;
}

.contact-form-section h1 {
	margin-bottom: 30px;
}

.contact-form-section p {
	margin-bottom: 30px;
}