/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: vdtheme
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.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
@font-face {
    font-family: 'Apex';
    src: url('/fonts/ApexNew-Bold.otf') format('opentype');
	font-weight: 600;
}

@font-face {
    font-family: 'Apex';
    src: url('fonts/ApexNew-Light.otf') format('opentype');
	font-weight: 300;
}

@font-face {
    font-family: 'Apex';
    src: url('fonts/ApexNew-Medium.otf') format('opentype');
	font-weight: 500;
}

@font-face {
    font-family: 'Apex';
    src: url('fonts/ApexNew-Book.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'Apex';
    src: url('fonts/ApexNew-Heavy.otf');
    font-weight: 700;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Apex', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.center {
	position: relative;
}
.home-ball {
    width: 50px;
    height: 65px;
    left: 0;
    top: 0;
    position: absolute;
    border-right: 1px solid #1e5ca1;
    background: url('images/home.png') center right no-repeat;
}

.home-ball:hover {
	background: url('images/home.png') center right no-repeat!important;
}

#site-navigation .wrapper {
	padding-left: 50px;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	/* left: -999em; */
	z-index: 99999;
	max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}

.menu-item-has-children.active .sub-menu {
	visibility: visible;
    opacity: 1;
	max-height: 70px;
}

.menu-item-has-children.active a:hover {
    background: url(images/minus.png) center 32px no-repeat #0a4383;
}
.menu-item-has-children.active a {
	background: url(images/minus.png) center 32px no-repeat #0a4383;
}

.menu-item-has-children.active .sub-menu a {
	background: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	display: none;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.site-branding__container .logo {
	margin-bottom: -15px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* CSS */

.wrapper {
	width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
	padding: 0 15px;
}

.wrapper--large {
	max-width: 1610px;
}

a:visited {
	color: unset;
}

/* HOME */

.home-page {
	background-color: #0b417f;
}

/* header */

.site-header {
	background: url(images/header-bg.png) 80% top no-repeat #083569;
}

.name {
    color: #fff;
    font-size: 30px;
	font-weight: 400;
}

.name span {
	font-weight: 500;
}

.site-branding {
	position: relative;
}

.site-branding__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.socials {
	display: flex;
	align-items: center;
	position: relative;
}

.socials__overlay {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #fff;
}

.social {
	margin-right: 10px;
}
.social:last-child {
	margin-right: 0px;
}
.social a {
	background-color:#0b417f;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.social a:hover {
	color: #246ABA;
}

.logo img {
	width: 100%;
	max-width: 170px;
}

.main-navigation {
	background-color: #0c4a90;
	padding: 10px 0;
}

.main-navigation a {
	color: #fff;
	text-transform: uppercase;
	line-height: 65px;
    font-size: 17px;
    font-weight: 400;
	border-right: 1px solid #1e5ca1;
	padding: 0 10px;
}

.main-navigation a:hover {
	background: url("images/plus.png") center 32px no-repeat #0a4383
}

.main-navigation li {
	display: table-cell;
	text-align: center;
	position: relative;
}

.main-navigation ul {
	display: table;
    width: 100%;
}

.main-navigation .sub-menu {
	/* top: 75px; */
	background-color: #062c58;
	
}
/* .main-navigation ul li:hover > ul {
	position: fixed;
	top: 342px;
	left: 0;
	display: flex;
} */



.main-navigation .sub-menu li a {
	font-size: 18px;
    padding: 6px 0px;
    max-width: 300px;
	color: #246aba;
    transition: all ease 0.3s;
	text-transform: none;
	border-right: 0px;
}

.main-navigation .sub-menu li a:hover {
	color: #4999f5;
	background: none;
}

.home-slider {
	display: none;
}

.page-template-template-rezultati .home-slider,
.home .home-slider {
	display: block;
}

.slider {
	overflow: hidden;
	position: relative;
}


.slider-item__container {
	display: grid; 
	grid-template-columns: repeat(2, 1fr);
}

.slider__link {
	text-decoration: none;
}

.slider__link:hover .slider__content h2{
	color: #4999f5;
}

.slider__content {
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.slider__content h2 {
	color: #246aba;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 6px;
	margin: 0px;
	font-weight: 400;
}

.slider__text p{
	color: #fff;
    font-weight: 400;
    font-size: 27px;
    padding-top: 10px;
    line-height: 36px;
    margin-bottom: 0;
	margin-top: 0px;
}

.swiper-pagination {
	left: auto!important;
	right: 0;
	max-width: 50%;
}

.swiper-pagination-bullet {
	width: 20px;
    height: 20px;
	background: #246aba;
	opacity: 1;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background: #fff;
}

.btn-dark {
	width: 100%;
    padding: 9px 35px 8px 15px;
    background: url('images/btn.png') 96% center no-repeat #083569;
    padding-right: 35px;
    display: block;
    transition: all ease 0.3s;
    margin-top: 4px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
	text-decoration: none;
}

.btn-dark:hover {
    background: url('images/btn.png') 98% center no-repeat #0C4A90;
    color: #fff;
}

/* Home */

.content {
	display: flex;
	width: 100%;
	gap: 60px;
}

/* Sidebar */

.sidebar__kolo {
	width: 100%;
    display: block;
    background: url('images/game-box.png') 20px 30px no-repeat #093d77;
    padding: 15px 15px 15px 15px;
    margin-top: 30px;
}

.sidebar__title {
	font-size: 24px;
    color: #FFF;
    text-align: left;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 4%;
    text-transform: uppercase;
}

.sidebar__kolo h4 {
	font-size: 14px;
    text-transform: uppercase;
    float: right;
    width: 100%;
    font-weight: 500;
    margin-top: -1px;
	color: #fff;
}

.sidebar__kolo-content p {
	font-size: 13px;
	color: #fff;
}

.sidebar__table-container {
	margin-top: 35px;
}

.sidebar__table-title {
	background: #08366a;
    padding: 20px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
	color: #fff;
}

.sidebar__table table {
	border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
	color: #fff;
}

.sidebar__table table tr:nth-of-type(odd) {
	background: #093d77;
}

.sidebar__table .first {
    width: 30px;
}

.sidebar__table .club {
    padding-top: 4px;
}

.max-tv td {
    padding: 2px 6px;
}

.goals {
    min-width: 52px;
    text-align: center;
}

.sidebar__table .bodovi {
    font-weight: 500;
}

/* news */
.news {
	padding: 100px 0;
}

.news h2 {
	margin: 0px;
	font-size: 24px;
    color: #FFF;
    text-align: left;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 4%;
    text-transform: uppercase;
}
.news-content {
	width: 65%;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;

}

.sidebar {
	width: 35%;
}

.news-item {

}

.news-item__image img {
    width: 100%;
    height: 226px;
	object-fit: cover;
	display: block;
}

.news-item__content {
	background-color: #fff;
}

.news-item a {
	text-decoration: none;
	position: relative;
}

.news-item a:hover img {
	opacity: .5;
}

.news-item a:hover .news-title {
	background-color: #0b417f;
	color: #fff;
}

.news-date {
    display: block;
	background-color: #215da2 ;
	padding: 5px 10px;
    color: #7dace1;
    font-size: 14px;
    font-weight: 400;
}

.news-title {
	color: #083466;
	font-weight: 400;
    line-height: 20px;
    font-size: 17px;
	padding: 5px 10px;
	margin: 0px;
	height: 80px;
	display: flex;
    align-items: center;
}

.plus-left {
    width: 50px;
    height: 2px;
    position: absolute;
    top: 50%;
    display: block;
    background: #fff;
    margin-top: -1px;
    margin-left: -50px;
    opacity: 0;
    transition: all ease 0.3s;
    z-index: 1000;
}

.news-item a:hover .plus-left {
    left: 50%;
    margin-left: -25px;
    opacity: 1;
}

.plus-top {
    width: 2px;
    height: 50px;
    position: absolute;
    left: 50%;
    display: block;
    background: #FFF;
    margin-left: -1px;
    top: 0;
    margin-top: -50px;
    opacity: 0;
    transition: all ease 0.3s;
    z-index: 1000;
}

.news-item a:hover .plus-top {
    top: 50%;
    margin-top: -25px;
    opacity: 1;
}

/* single post */

.single-post {
	background-color: #0b417f;
	padding: 100px 0;
}
.single-post-container {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.post-list {
	width:40%
}

.post-list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.post-list li a {
	display: block;
    float: left;
    width: 100%;
    padding: 7px 10px;
    border-bottom: 1px solid #1E5CA1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    text-transform: none;
    font-weight: 300;
    font-size: 17px;
	color: #fff;
	text-decoration: none;
}

.post-list li a:hover {
	background: #1E5CA1 !important;
}

.post-content {
	width: 60%;
}

.entry-title {
	font-size: 24px;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #256cbb;
	margin: 0px;
	text-transform: uppercase;
}

.entry-content {
	margin-top: 15px;
}
.entry-content p {
	margin:0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
	color: #fff;
}

.single-slider__title {
	color: #fff!important;
    font-weight: 400!important;
    font-size: 27px!important;
	line-height: 36px!important;
}

/* ARCHIVE */
.archive .news {
	background-color: #0b417f;
}

/* Hero image */

.hero-image {
	background-color: #062c58;
	background: url('images/header-bg.png') 80% top no-repeat #083569;
}

.hero-image h1 {
	color: #fff;
    font-weight: 400;
    font-size: 27px;
    padding-top: 10px;
	padding-bottom: 10px;
    line-height: 36px;
    margin: 0px;
}

.top-image-h2 {
	color: #246aba;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 6px;
}

.hero-image__container {
	display: grid;
	grid-template-columns: repeat(2,2fr);
	align-items: center;
	gap: 40px;
}

/* O klubu */
.o-klubu {
	background-color: #0b417f;
	color: #fff;
}

.o-klubu h2 {
	margin: 0px;
}

.u-content {
	width: 65%;
}

.u-container {
	padding: 100px 0;
}

.o-klubu__item {
	margin-bottom: 50px;
}


/* Igrači */
.igraci {
	background-color: #0b417f;
}
.player__grid {
	padding: 50px 0;
	display: grid;
	grid-template-columns: repeat(5,5fr);
	gap: 20px;
}

.player-card {
	position: relative;
}

.player-image img {
	width: 100%;
	height: auto;
	display: block;
}

.player-info {
	position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    background: rgba(8, 54, 106, 0.5);
    transition: all ease 0.5s;
    color: #fff;
}

.player-info__flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.player-info__flex h5 {
	font-size: 1.1rem;
	margin: 0px;
	font-weight: 400;
}

.player-info h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
}

.player-info__hidden {
	height: 1px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.5s;
}

.player-card:hover .player-info__hidden {
	visibility: visible;
	height: auto;
	opacity: 1;
}
.player-info__hidden p {
	margin: 0px;
    display: block;
    font-weight: 300;
    font-size: 13px;
}

.players-filter {
	background: url('images/header-bg.png') 80% top no-repeat #083569;
}

.players-filter__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

.igraci-filter-flex {
	display: flex;
	align-items: center;
}

.igraci-filter-flex h3 {
	margin-right: 10px;
}

.stozer-container {
	justify-content: flex-end;
}

.stozer {
	background-color: #0b417f;
}

.stozer-filter {
	background: #062c58;
}

.player-card:hover .player-info {
	background: rgba(8, 54, 106, 0.9);
}


/* Universal */
.universal-content {
	width: 65%;
}

.universal-content p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #093d77!important;
}


/* Sponzori */
.sponzori {
	background-color: #0b417f;
}

.sponzori-items {
	width: 65%;
	display: grid;
	grid-template-columns: repeat(2,2fr);
	gap: 20px;
	row-gap: 40px;
}

.sponzori__item h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	margin: 0px;
	margin-top: 10px;
}

.sponzori__item figure {
	margin: 0px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #062c58;
	padding: 0 20px;
}


/* Video */
.video-title {
	font-size: 24px;
    width: 100%;
    padding: 0px;
    margin-bottom: 50px;
    font-weight: 400;
    color: #256cbb;
}

.video-container iframe {
	width: 100%;
}

/* Dokumenti */
.dokumenti {
	background-color: #0b417f;
}

.document-titles {
	padding-bottom: 50px;
	border-bottom: 1px solid #215da2;
	margin-bottom: 50px;
}

.document-titles h2 {
	margin:0px;
	font-size: 24px;
    width: 100%;
    padding: 0px;
    font-weight: 400;
    color: #256cbb;
}

.document-titles h3 {
	margin: 0px;
	margin-top: 15px;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
	color: #fff;
}

/* Turniri */

.turniri {
	background-color: #0b417f;
}

.turniri-titles h2 {
	font-size: 24px;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #256cbb;
}

.turniri-content p {
	margin-top: 15px;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
	color: #fff;
}

/* Kontakt */
.kontakt {
	background-color: #0b417f;
}

.kontakt-container {
	padding: 100px 0;
}

.kontakt-content {
	display: grid;
	grid-template-columns: repeat(2,2fr);
	gap: 40px;
}

.kontakt-info p {
	margin-top: 15px;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
	color: #fff;
}

.kontakt-form form label {
	font-size: 17px;
    padding-bottom: 10px;
    display: block;
	color: #fff;
}

.kontakt-form form input {
	box-sizing: border-box;
    background: #215DA2;
    color: #fff;
    border: 1px solid #215DA2;
    display: block;
    margin-bottom: 10px;
    padding: 6px 0;
    text-indent: 5px;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    border-radius: 0px;
}

.kontakt-form form textarea {
	background: #215DA2;
    border: 1px solid #215DA2;
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
    text-indent: 5px;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

input[type="text"], textarea, button, a.button, a, input[type="file"] {
    transition: box-shadow 0.5s ease 0s, border 0.5s ease 0s, background 0.5s ease 0s;
}

.kontakt-form .wpcf7-list-item {
	margin: 0px;
}

.kontakt-form .wpcf7-list-item label{
	display: flex!important;
	align-items: center;
}

.kontakt-form .wpcf7-list-item label input {
	margin: 0px;
	width: auto;
	margin-right: 10px;
}

.kontakt-form input[type="submit"] {
    border-radius: 0px;
    opacity: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 2px 25px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    transition: all ease .5s;
    background: #246aba;
}

.kontakt-form p {
	margin: 0px;
}

.wpcf7-spinner {display: none;}

.kontakt-note p {
	margin: 0px;
	margin-top: 15px;
    line-height: 24px;
    font-weight: 400;
	font-size: 16px;
	color: #fff;
}

.kontakt-note span {
	display: block;
	margin-top: 15px;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
	color: "fff";
}


/* Rezultati */
.rezultati {
	background-color: #0b417f;
}

.rezultati-container {
	padding: 100px 0;
}

/* Footer */

.site-footer {
	background: #083569;
}

.footer__container {
	display: grid;
	/* grid-template-columns: repeat(3, 1fr); */
	grid-template-columns: 1fr 2fr 2fr;
	gap: 20px;
	padding: 5% 0;
	align-items: center;
}

.footer__container .logo img {
	max-width: 103px;
}

.flex-copy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.footer__info p {
	text-transform: uppercase;
    line-height: 28px;
    font-weight: 400;
	font-size: 18px;
	margin-top: 15px;
	color: #fff;
}

.footer__info p a{
	text-transform: lowercase;
}

#footermenu {
	list-style: none;
}

#footermenu li{
	border-bottom: 1px solid #154c8b;
}

#footermenu li a{
	color: #fff;
    line-height: 27px;
    display: block;
    padding: 2px 10px;
    font-size: 17px;
    text-transform: uppercase;
    transition: all ease 0.3s;
	text-decoration: none;
}

#footermenu li a:hover {
	background: #0b417f;
}

#footermenu li.current_page_item {
	font-weight: 500;
}

.copyright {
	background-color: #0b417f;
	padding: 20px 0;
}

.rez-title {
	color: #fff!important;
    font-weight: 400!important;
    font-size: 27px!important;
	line-height: 37px!important;
}


/* Menu toggle */
.menu-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    /* display: inline-block; */
    position: relative;
    width: 30px;
    height: 25px;
}

.menu-toggle span {
    background-color: #062c58;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform-origin: center;
    transition: background 0.2s ease-out, transform 0.3s ease-out;
    width: 100%;
}

.menu-toggle span:nth-child(1) { top: 4px; }
.menu-toggle span:nth-child(2) { top: 11px; }
.menu-toggle span:nth-child(3) { top: 18px; }

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    background: transparent;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


#primary-menu.is-active {
    display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 30px;
}

.post-type-archive-product .site-main,
.single-product .site-main{
	background-color: #0b417f;
}

.woocommerce ul.products {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(5,5fr);
	margin: 0px;
	padding-bottom: 40px;
}

.woocommerce ul.products li {
	position: relative!important;
	width: 100%!important;
	margin: 0px!important;
	padding: 0px!important;
	float: none!important;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}

.woocommerce ul.products li.product a {
	transition: box-shadow 0.5s ease 0s, border 0.5s ease 0s, background 0.5s ease 0s;
}


.product-info {
	position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    background: rgba(8, 54, 106, 0.5);
    transition: all ease 0.5s;
    color: #fff;
	display: flex;
	flex-direction: column-reverse;
}

.product-info h2 {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.product-info bdi {
	width: 100%;
    float: left;
    border-bottom: 1px solid #fff;
    font-size: 1.1rem;
    padding-bottom: 9px;
	color: #fff;
}

.woocommerce ul.products li.product .button {
	display: none;
}

.woocommerce ul.products li.product a:hover .product-info {
	background: rgba(8, 54, 106, 0.9);
}

.woocommerce ul.products li.product a img {
	margin: 0px;
	box-shadow: none;
	height: 300px;
	object-fit: cover;
}

.woocommerce-products-header h1 {
	color: #246aba;
	font-weight: 400;
	font-size: 24px;
}

.woocommerce-breadcrumb {
	width: 100%;
	max-width: 1240px;
	padding: 0 15px!important;
	color: #fff!important;
	margin: auto!important;
	padding-top: 30px!important;
}
.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}

.single-product .product_title {
	font-size: 24px;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #256cbb;
	text-transform: none;
}

.single-product .price {
	color: #fff!important;
	font-size: 24px!important;
	font-weight: 400;
	margin-bottom: 15px!important;
}

.variations label {
	color: #fff!important;
	font-weight: 500!important;
}

.single-product .product {
	padding-top: 40px;
}

.single_add_to_cart_button {
	background-color: #062c58!important;
	border-radius: 0px!important;
}

.quantity input {
	outline: none!important;
	padding: 5px!important;
	border-radius: 0px!important;
}

.woo-selected-variation-item-name {
	color: #fff!important;
	font-size: 18px!important;
}

/* .product_meta, .woocommerce-tabs {
	display: none;
} */

.product_meta {
	display: none;
}

.woocommerce-tabs {
	visibility: hidden;
}


.cart-container {
	background: #0b417f;
}
.cart-contents {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0px;
	text-decoration: none;
	color: #4999f5!important;
}

.cart-contents i.fa-shopping-cart {
    margin-right: 5px;
}

.kosarica, .naplata {
	background: #0b417f;
	color: #fff;
	padding: 50px 0;
}

.woocommerce table.shop_table {
	border: 1px solid #fff;
}

.woocommerce table.shop_table td {
	border: 0px!important;
}

.kosarica a.checkout-button {
	border: 0px;
	border-radius: 0px;
	font-weight: 400;
	background-color: #062c58!important;
}

.kosarica a.checkout-button:hover {
	border: 0px;
	border-radius: 0px;
	font-weight: 400;
	background-color: #083466!important;
}

.coupon button {
	border: 0px;
	border-radius: 0px!important;
	background-color: #062c58!important;
	color: #fff!important;
	font-weight: 400;
}

.coupon button:hover {
	background-color: #083466!important;
}

.coupon input {
	border: 0px;
	border-radius: 0px!important;
	width: 180px!important;
	color: #062c58;
}

.woocommerce-cart table.cart img {
	width: 80px;
}

.naplata .woocommerce-billing-fields input,
.naplata textarea,
.naplata .woocommerce-billing-fields .select2-selection {
	background: #215DA2!important;
    border: 0!important;
    border-radius: 0!important;
    height: 36px;
	color: #fff;
}

.select2-selection__rendered {
	color: #fff!important;
}

.product-name {
	border: 0px;
}

.woocommerce-checkout #payment {
	background-color:#215DA2!important;
}

.woocommerce-info {
	color: #062c58;
}

.place-order button {
	background-color: #062c58!important;
	border-radius: 0px!important;
	font-weight: 400!important;
}

.place-order button:hover {
	background-color: #083466!important;
}

.woocommerce-privacy-policy-text p {
	color: #083466!important;;
}


/* RESPONSIVE */

/* Desktop */
@media only screen and (max-width: 1024px) {

	.max-tv td {
        padding: 2px 6px;
        font-size: 13px;
    }

}

/* Mobile */
@media only screen and (max-width: 768px) {

	.main-navigation {
		margin-top: -10px;
		padding: 15px 0;
	}
	#primary-menu {
		display: none;
	}
	#site-navigation .wrapper {
		padding-left: 15px;
	}
	.main-navigation li {
		width: 100%;
        display: block;
        border-bottom: 1px solid #0b417f;
        border-top: 1px solid #1e5ca1;
        border-left: none;
        border-right: none;
	}
	.main-navigation a{
		border: 0px;
		/* background: rgb(12, 74, 144) url('images/plus.png') no-repeat scroll 99% 8px; */
		padding: 0 10px;
		transition: all ease 0.3s;
		border-left: 1px solid #0b417f;
		border-right: 1px solid #1e5ca1;
		font-size: 17px;
    	font-weight: 400;
		line-height: 46px;
	}
	.main-navigation .sub-menu {
		box-shadow: none;
	}
	.main-navigation .sub-menu {
        display: none;
    }
	.main-navigation .menu-item-has-children a {
		background: rgb(12, 74, 144) url('images/plus.png') no-repeat scroll 99% 8px;
	}
	.main-navigation .menu-item-has-children.active a {
		background: #0A4383 url('images/minus.png') no-repeat scroll 99% 8px;
	}
    .main-navigation .menu-item-has-children.active > .sub-menu {
        display: block;
    }

	.main-navigation .menu-item-has-children.active > .sub-menu a {
		background: #0a4383;
	}

	.main-navigation .sub-menu li a {
		border: 0px;
		padding: 0 10px;
		transition: all ease 0.3s;
		border-left: 1px solid #0b417f;
		border-right: 1px solid #1e5ca1;
		font-size: 17px;
    	font-weight: 400;
		line-height: 46px;
		color: #fff;
		text-transform: uppercase;
		width: 100%;
		max-width: 100%;
		background: #0a4383;
	}


	.site-branding__container {
		flex-direction: column-reverse;
	}
	.name, .socials__overlay {
		display: none;
	}
	.socials {
		width: 100%;
		justify-content: center;
		background: #fff;
		position: absolute;
		top: 0;
		padding: 20px 0;
	}
	.logo img {
		max-width: 104px;
		display: block;
	}
	.site-branding__container .logo {
		margin-bottom: 0px;
		margin-top: 70px;
		z-index: 9;
	}
	.home-ball {
		display: none!important;
	}


	.slider {
		padding-bottom: 60px;
		padding-top: 20px;
	}
	.slider-item__container {
		grid-template-columns: repeat(1,1fr);
	}
	.slider__text p {
		display: none;
	}
	.slider__content {
		padding-left: 0px;
	}
	.swiper-pagination {
		max-width: 100%;
	}

	.news {
		padding: 25px 0;
	}
	.news-content,
	.sidebar {
		width: 100%;
	}
	.news-grid {
		grid-template-columns: repeat(1,1fr);
	}


	.content {
		flex-direction: column;
	}


	.hero-image__container {
		grid-template-columns: repeat(1,1fr);
		gap: 10px;
	}
	.hero-image h1 {
		padding: 0px;
		padding-bottom: 10px;
	}

	.u-content,
	.universal-content {
		width: 100%;
	}
	.u-container {
		padding: 25px 0;
	}

	.player__grid {
		grid-template-columns: repeat(2,2fr);
	}
	.player-info h3 {
		font-size: 16px;
	}
	.player-info__flex h5 {
		font-size: 14px;
		font-weight: 600;
	}
	.players-filter__container h2 {
		font-size: 22px;
	}
	.igraci-filter-flex h3 {
		font-size: 17px;
	}
	.wp-block-table td, .wp-block-table th {
		font-size: 14px;
	}


	.sponzori-items {
		width: 100%;
		grid-template-columns: repeat(1,1fr);
	}


	.kontakt-content {
		grid-template-columns: repeat(1,1fr);
	}



	.footer__container {
		grid-template-columns: repeat(1,1fr);
	}
	#footermenu {
		padding: 0px;
		margin: 0px;
	}
	.footer__container {
		padding: 10% 0;
	}

	.flex-copy {
		flex-direction: column;
	}
	.flex-copy br {
		display: none;
	}
	.copy {
		font-size: 14px;
	}


	

}