@charset "UTF-8";
/*
Theme Name: KK Orli
Author: Buche, vizualizacija blagovnih znamk
Author URI: https://buche.si/
Description: 
#Requires at least: WordPress 4.9.6
Version: 0.1
Text Domain: kkorli
#Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* COLORS
 *
 * #E44200 - Oranžna
 * #005FAB - Modra
 * #073458 - Temno modra
 * #FFFFFF - Bela
 * #171717 - Črna
 * #F8F8F8 - Siva 1 (Ozadje)
 * #9A9A9A - Siva 2 (Datum)
 * #EAE7E7 - Siva 3 (Menu črta, rezultat črta)
 * #03325A - Svetlo modra (Pas pri sezonah)
 *
**/
/* FONTS 
 *
 * Oswald - h1, h2, h3, h4, h5, h6 - bold, light
 * Montserrat - body - extrabold, regular, italic
 *
**/
.inline-custom-button,
.custom-inline-blockquote {
    font-family: "Oswald";
}
label {
    font-family: "Montserrat";
}
 
/* 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;
  	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.menu-scroll-down,
.menu-scroll-up {
    display: inline-block;
    line-height: 1;
}
    
.screen-reader-text:focus,
.menu-scroll-down:focus .screen-reader-text,
.menu-scroll-up:focus .screen-reader-text {
	/*border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);*/
    border-radius: 0;
	box-shadow: none;
	clip: auto !important;
	clip-path: none !important;
    /*display: block;*/
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 8px 16px;
    text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
  	position: static !important;
    margin: 0;
    display: inline-block;
    /* Above WP toolbar. */
}


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

/* Alignments */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
	.alignleft {
		/*rtl:ignore*/
		margin-right: calc(2 * 1rem);
	}
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
	.alignright {
		/*rtl:ignore*/
		margin-left: calc(2 * 1rem);
	}
}

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

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  	clear: both;
}

/* IE6 */
* html .clearfix {
  	height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  	min-height: 1%;
}

.no-padding {
	padding: 0 !important;
}

p:empty {
	height: 0 !important;
	display: none;
}

/*--------------------------------------------------------------
Gallery
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}
.gallery-item {
	max-width: 25%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
			box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}
.gallery-item a img {
	display: block;
}
/* end gallery */

:root {
    /* Colors */    
    --color-bg: #FFFFFF;    
    --color-text: #171717;
    --color-link: #005fcc;
    --color-focus: #005fcc;
    /* Font scaling */
    --scale: 1;
}
.custom-high-contrast-light {
    --color-bg: #ffffff;
    --color-text: #000000;
    --color-link: #005fcc;
    /*--color-link: #ffbf00;*/
    --color-focus: #000000;
}
.custom-high-contrast-dark {
    --color-bg: #000000;
    --color-text: #ffffff;
    --color-link: #ffff00; /* yellow links = best visibility */
    --color-focus: #ffffff;
}

/* COLORS */
.custom-bg-orange,
.main-navigation .sub-menu .menu-item .menu-item-link::before,
.custom-button.custom-bg-blue::before,
.hamburger-menu:hover span,
.custom-section-sponsors-link:hover::before,
.custom-section-underline-link:hover::before,
.season-tab:hover,
.season-tab.active,
.mobile-menu #mobile-menu-navigation .dropdown-icon
{
    background-color: #E44200;
}
.custom-bg-lightorange {
    background-color: #F09773;
}
.custom-bg-blue,
.custom-bg-orange.custom-button::before,
.custom-button.custom-bg-darkblue::before,
.custom-swiper-lightbox-button:hover,
.mobile-menu #mobile-menu-navigation .dropdown-icon:hover
{
    background-color: #005FAB;
}
.custom-bg-white,
.main-navigation .sub-menu,
.custom-logo-link
{
    background-color: #FFFFFF;
} 
.custom-bg-black,
.custom-section-sponsors-link::before,
.custom-section-underline-link::before
{
    background-color: #171717;
} 
.custom-bg-darkblue,
.hamburger-menu span
{
    background-color: #073458;
}     
.custom-bg-grey-1 {
    background-color: #F8F8F8;
}
.custom-bg-grey-2 {
    background-color: #9A9A9A;
}
.custom-bg-grey-3 {
    background-color: #EAE7E7;
}
.custom-bg-lightblue {
    background-color: #EAEEF1;
}
 
.custom-color-orange,
.main-navigation .main-menu .menu-item-link:hover,
.footer-navigation .sub-menu .menu-item-link:hover,
.footer-info-widget-area a:hover,
.custom-section-sponsors-link:hover,
.custom-section-underline-link:hover,
.custom-section-kkorli ul li::marker,
.tabs button:hover,
.main-navigation > .main-menu > .current-page-parent > .menu-item-link,
.main-navigation > .main-menu .current-menu-item > .menu-item-link,
.main-navigation > .main-menu .current-menu-parent > .menu-item-link,
.footer-navigation .current-menu-item > .menu-item-link,
.mobile-menu #mobile-menu-navigation .main-menu .menu-item.current-page-parent > .menu-item-link,
.mobile-menu #mobile-menu-navigation .main-menu .menu-item.current-menu-item > .menu-item-link,
.mobile-menu #mobile-menu-navigation .main-menu > .current-menu-parent > .menu-item-link,
.custom-section-sponsor-list-single:hover
{
    color: #E44200;    
}
.custom-color-blue {
    color: #005FAB;
}
.custom-color-lightblue {
    color: #EAEEF1;
}
.custom-color-white,
.social-links-menu .menu-item-link,
.footer-navigation .menu-item-link,
.footer-info-widget-area a,
.custom-inline-blockquote::before/*,
.custom-swiper-lightbox-button:hover*/,
.mobile-menu #mobile-menu-navigation .dropdown-icon,
.custom-section-text-darkblue .custom-section-text-content-wrap a
{
    color: #FFFFFF;
} 
.custom-color-black {
    color: #171717;
}
.custom-color-darkblue,
.main-navigation .main-menu .menu-item-link,
.custom-section-text-darkblue .custom-section-bg-text,
.social-links-menu .menu-item-link:hover
{
    color: #073458;
} 
.custom-color-grey-1,
.custom-section-image .custom-section-bg-text,
.custom-section-coaches .custom-section-bg-text,
.custom-section-equipment .custom-section-bg-text
{
    color: #F8F8F8;
}
.custom-color-grey-2 {
    color: #9A9A9A;
}
.custom-color-grey-3 {
    color: #EAE7E7;
}
.custom-color-lightorange {
    color: #F09773;
}

.main-navigation .sub-menu {
    border-top-color: #E44200;
}

.custom-section-accordion-single-wrap,
.custom-section-columns .custom-section-columns-content-wrap,
.kkorli-single-coach,
.kkorli-all-match-results .kkorli-category-title,
.custom-section-sponsors-logos-wrap,
.kkorli-single-equipment {
    border-bottom-color: #E44200;
}
.mobile-menu #mobile-menu-navigation .main-menu > .menu-item {
    border-bottom-color: #9A9A9A;
}

.mobile-menu #mobile-menu-navigation .main-menu .menu-item .sub-menu > .menu-item {
    border-bottom-color: #EAEEF1;
}
.kkorli-match-results-single {
    border-bottom-color: #EAE7E7;
}

.custom-section-seasons-strip .tabs button {
    border-right-color: #005FAB;
}

.custom-swiper-lightbox-close .svg-icon {
    fill: #FFFFFF;
}

.custom-swiper-lightbox-close:hover .svg-icon {
    fill: #E44200;
}

.custom-bg-radial {
    position: relative;
    background: #084A82;            
    /*background: radial-gradient(at left center, #084A82, #002340);*/
    /*background: radial-gradient(circle at 25% 40%, rgba(7, 73, 130, 1) 0%, rgba(0, 35, 64, 0) 100%);*/
    background: radial-gradient(circle at 25% 40%, rgba(6, 70, 123, 1) 0%, rgba(3, 37, 65, 1) 49%, rgba(3, 37, 65, 1) 100%);
    overflow: hidden;
}
/*.custom-bg-dots:before {
    content: "";
    background-image: url("assets/imgs/kk-orli-bg-dots.png");
    background-repeat: no-repeat;*/
    /*background-position: left bottom;*/
    /*background-position: 80px 280px;
    background-size: 100%;
    width: 100%;
    display: inline-block;
    height: 100%;
    position: absolute;
}
.custom-bg-dots-blue:before {
    background-image: url("assets/imgs/kk-orli-bg-dots-blue.png");
    background-position: left center;
    background-size: auto;
}*/
.custom-bg-dots:before,
.custom-bg-dots-inner .custom-section-inner-wrap:before {
    content: "";
    background-image: url("assets/imgs/kk-orli-bg-dots.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 1366px;    
    background-position: -80px 100%;
    bottom: 0;
    left: 0;
}
.custom-bg-dots-blue:before,
.custom-bg-dots-inner-blue .custom-section-inner-wrap:before {
    background-image: url("assets/imgs/kk-orli-bg-dots-blue.png");    
    background-position: 80px center;
}

.entry-header.custom-bg-dots-blue:before {
    background-position: -80px center;
}

.custom-footer-section.custom-bg-dots-inner-blue .custom-section-inner-wrap:before {
    background-position: -100px center;
}
/*.kkorli-bg-hoop .custom-section-inner-wrap:after {
    content: "";
    background-image: url("assets/imgs/kk-orli-bg-hoop.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-position: center right;
    left: 0;
    top: 0;
}*/

html,
body {
    background-color: var(--color-bg);
    color: var(--color-text);
}
/*a {
    color: var(--color-link);
}
:focus {
    outline: 2px solid var(--color-focus);
}*/

/* END COLORS */

/* FONTS */
html {
	font-size: 62.5%; /* =10px */
    -webkit-text-size-adjust: 100%;
    font-size: clamp(55%, 0.625vw + 0.5rem, 62.5%);
    font-size: calc(clamp(55%, 0.625vw + 0.5rem, 62.5%) * var(--scale));    
}
.custom-fs-50 {
    font-size: 5rem;
}
.custom-fs-40 {
    font-size: 4rem;
}
.custom-fs-30 {
    font-size: 3rem;
}
.custom-fs-25,
.footer-widgets .wp-block-heading
{
    font-size: 2.5rem;
}
.custom-fs-22 {
    font-size: 2.2rem;
}
.custom-fs-21 {
    font-size: 2.1rem;
}
.custom-fs-20 {
    font-size: 2rem;
}
.custom-fs-18,
.main-navigation > .main-menu > .menu-item > .menu-item-link
{
    font-size: 1.8rem;
}
.custom-fs-17 {
    font-size: 1.7rem;
}
h1, h2, h3, h4, h5, h6,
.custom-fs-16
{
	font-size: 16px;
	font-size: 1.6rem; /* 16 px */
}
body,
.custom-fs-15
{
    font-size: 1.5rem;
}
.custom-fs-14,
.inline-custom-button 
{
    font-size: 1.4rem;
}
.custom-fs-13,
.footer-widgets {
    font-size: 1.3rem;
}
.custom-fs-12 {
    font-size: 1.2rem;
}
.custom-fs-11 {
    font-size: 1.1rem;
}
/* font weights */
.custom-fw-light,
.mobile-menu .menu-item-has-children .sub-menu > .menu-item > .menu-item-link,
.footer-navigation .footer-menu .menu-item .sub-menu .menu-item .menu-item-link {
	font-weight: 300;	
}
.custom-fw-regular {
    font-weight: 400;
}
.custom-fw-medium {
   font-weight: 500;
}
.custom-fw-semibold {
    font-weight: 600;
}
.custom-fw-bold,
.footer-navigation .footer-menu > .menu-item > .menu-item-link,
.inline-custom-button
{
	font-weight: 700;
}
.custom-fw-extrabold {
    font-weight: 800;    
}
.custom-fw-black {
    font-weight: 900;
}
/* end font weights */

.custom-uppercase
{
	text-transform: uppercase;
}
.kkorli-title-display-1 {
    line-height: 1.2;
}
.kkorli-title-display-1 p {
    margin-bottom: 0;
}
/* END FONTS */

/* UNIVERSAL */
html, body {
	width:100%;	
	margin:0;
	padding:0;
	position: relative;	
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
	min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    		 font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    	-ms-text-size-adjust: none;
    		text-size-adjust: none;
	overflow-x: hidden;    
}
/* single posts */
body.single-post,
body.blog,
body.archive {
    overflow-x: visible;
}

body {
	line-height: 1.6;
}

button,
input,
select,
textarea {
	line-height: 1.4;
}
	
/* Set max-width site wide */
.social-header .custom-header-container,
.header .custom-header-container,
.custom-section-inner-wrap,
.custom-maxwidth,
.entry-header .entry-title-wrap {
	max-width: 1366px;
	position: relative;
	margin: 0 auto;
}

p,
ul,
ol {
	margin-block-start: 0;
    margin-block-end: 0;
	padding-inline-start: 0;	
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	margin: 0;
}

p {
	margin-bottom: 20px;
}

b, strong {
    font-weight: 700;
}

#cont {
	width:100%;
	margin:0;
	padding:0;
	position: relative;
	min-height: 100vh;	
}

/* DEFAULT MOBILE MENU */
.hamburger-menu-wrap {
	display: none;
}
.hamburger-menu {
	position: relative;        
    width: 40px;
    height: 28px;
	display: inline-block;
	z-index: 1000000;
	-webkit-transition: width .2s 0s;
       -moz-transition: width .2s 0s;
         -o-transition: width .2s 0s;
    		transition: width .2s 0s;
}
.hamburger-menu span {
    position: absolute;
    display: block;
    height: 5px;
    /*width: 100%;*/
    width: 31px;
    border-radius: 4px;
	-webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, width .2s 0s;
       -moz-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, width .2s 0s;
    	 -o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, width .2s 0s;
    		transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, width .2s 0s;
}
.hamburger-menu span:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    top: 0;
    position: absolute;
    right: -8px;
}
.hamburger-menu span:nth-child(1) {
    top: 0;
}
.hamburger-menu span:nth-child(2) {
    top: 12px;
}
.hamburger-menu span:nth-child(3) {
    top: 24px;
}
.hamburger-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
    		transform: rotate(45deg);
}
.hamburger-menu.active span:nth-child(2) {
    -ms-filter: "alpha(opacity=0)";
    	filter: alpha(opacity=0);
      -moz-opacity: 0;
    -khtml-opacity: 0;
    	   opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    	-ms-transform: rotate(-45deg);
    		transform: rotate(-45deg);
}
.hamburger-menu.active span {
    -webkit-transition: top .2s, left .2s, opacity .2s, transform .2s .25s, width .2s 0s;
       -moz-transition: top .2s, left .2s, opacity .2s, transform .2s .25s, width .2s 0s;
    	 -o-transition: top .2s, left .2s, opacity .2s, transform .2s .25s, width .2s 0s;
    		transition: top .2s, left .2s, opacity .2s, transform .2s .25s, width .2s 0s;
}
.hamburger-menu.active span:nth-child(1),
.hamburger-menu.active span:nth-child(2), 
.hamburger-menu.active span:nth-child(3){
	top: 12px;
}

/*img[sizes],*/
img,
img:is([sizes=auto i],[sizes^="auto," i]) {
    contain-intrinsic-size: auto !important;
}
/* END UNIVERSAL */

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/** === Main menu === */
.main-navigation {
	display: block;
}

.main-navigation > div {
  display: inline;
}

.main-navigation button {
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: transparent;
	color: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.main-navigation button.mobile-menu-close,
.mobile-menu-close {
	position: absolute;
    right: 10px;
    z-index: 9999;
    color: #262626;
    font-size: 40px;
    -webkit-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
			transform: rotate(45deg);
    top: -40px;
    font-weight: 700;
    line-height: 1;
}
.main-navigation .main-menu,
.main-navigation .main-menu.mobile-menu {
	display: inline-block;
	margin: 0;
	padding: 0;	
}
.main-navigation > .main-menu,
.mobile-parent-nav-menu-item,
.sub-menu,
.main-navigation .submenu-expand {
	display: none;
}
.mobile-navigation-off > .main-menu {
	display: inline-block;
}

.main-navigation .main-menu #mobile-menu-navigation .main-menu {
	display: inline-block;
    width: 80%;
    max-width: 400px;
}
.main-navigation .mobile-menu > li {	
	width: 100%;
	position: relative;	
	height: 100%;
    justify-content: center;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

.mobile-menu > li > a {
	font-weight: 700;	
}

.mobile-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle {
	position: relative;
	line-height: 1.2;
	padding: 0;
	height: 32px;
	width: 40px;
	/* same as hamburger menu */
}

.mobile-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle.is-empty {
	display: none;
}

.mobile-menu .sub-menu {
	list-style: none;
	padding-left: 0;
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  		filter: alpha(opacity=0);
  	  -moz-opacity: 0;
	-khtml-opacity: 0;
  		   opacity: 0;
	left: -9999px;
	z-index: 99999;
}

.mobile-menu .sub-menu > li {
	display: flex;
	float: none;
	position: relative;	
	width: 100%;
}

.mobile-menu .sub-menu > li.menu-item-has-children .submenu-expand {
	display: flex;
	position: absolute;
	width: calc( 24px + 1rem);
	right: 0;
	top: calc( .125 * 1rem);
	bottom: 0;
	color: #FFFFFF;
	line-height: 1;
}

.mobile-menu .sub-menu > li > a,
.mobile-menu .sub-menu > li > .menu-item-link-return {	
	display: flex;
	line-height: 1.2;
	text-shadow: none;
	white-space: nowrap;
}

.mobile-menu .sub-menu > li > .menu-item-link-return {
	width: 100%;
	font-weight: normal;
	text-align: left;
}

.mobile-menu .sub-menu > li > a:empty {
  	display: none;
}

.mobile-menu .sub-menu > li.mobile-parent-nav-menu-item {
	display: none;
	font-weight: normal;
}

.mobile-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu,
.main-navigation .mobile-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  		filter: alpha(opacity=0);
  	  -moz-opacity: 0;
	-khtml-opacity: 0;
  		   opacity: 0;
	z-index: 0;
	-webkit-transform: translateX(-100%);
    	-ms-transform: translateX(-100%);
			transform: translateX(-100%);	
}

.main-navigation .mobile-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu {
	
}

.mobile-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  		filter: alpha(opacity=100);
  	  -moz-opacity: 1;
	-khtml-opacity: 1;
  		   opacity: 1;
	padding-left: 0;
	/* Mobile position */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 100000;
}

.mobile-menu > .menu-item-has-children.off-canvas > .sub-menu.expanded-true {
	right: 60px;	
}
	

.slide-in-right.mobile-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
	-webkit-transform: translateX(100%);
   		-ms-transform: translateX(100%);
			transform: translateX(100%);
	animation: slide_in_right 0.3s forwards;
}

.slide-in-left.mobile-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
	-webkit-transform: translateX(-100%);
   		-ms-transform: translateX(-100%);
			transform: translateX(-100%);
	animation: slide_in_left 0.3s forwards;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  				filter: alpha(opacity=100);
		  -moz-opacity: 1;
		-khtml-opacity: 1;
			   opacity: 1;
	/*z-index: 1;*/
}

.slide-in-fade.mobile-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  		filter: alpha(opacity=0);
		  -moz-opacity: 0;
		-khtml-opacity: 0;
			   opacity: 0;
	-webkit-transform: translateX(0);
   		-ms-transform: translateX(0);
			transform: translateX(0);
	animation: fade_in 0.3s forwards;
}

.slide-in-top.mobile-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {	
	-webkit-transform: translateY(-100%);
   		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
	animation: slide_in_top 0.3s forwards;
}

.mobile-menu .menu-item-has-children.off-canvas .sub-menu li:hover,
.mobile-menu .menu-item-has-children.off-canvas .sub-menu li:focus,
.mobile-menu .menu-item-has-children.off-canvas .sub-menu li > a:hover,
.mobile-menu .menu-item-has-children.off-canvas .sub-menu li > a:focus {
  	background-color: transparent;
}

.mobile-menu .menu-item-has-children.off-canvas .sub-menu > li > a,
.mobile-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return {
  	white-space: inherit;
}

.mobile-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}

.mobile-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return .svg-icon {
	margin-top: -2px;
}

.slide-in-right.mobile-menu .menu-item-has-children.close-canvas > .sub-menu.expanded-true {
	animation: slide_out_right 0.3s forwards;
}

.slide-in-left.mobile-menu .menu-item-has-children.close-canvas > .sub-menu.expanded-true {
	animation: slide_out_left 0.3s forwards;
}

.slide-in-fade.mobile-menu .menu-item-has-children.close-canvas > .sub-menu.expanded-true {
	animation: fade_out 0.3s forwards;
}

.slide-in-top.mobile-menu .menu-item-has-children.close-canvas > .sub-menu.expanded-true {
	animation: slide_out_top 0.3s forwards;
}

.mobile-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true > .mobile-parent-nav-menu-item {
  	display: block;
}

.admin-bar .mobile-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  	top: 46px;
  	height: calc( 100vh - 46px);
  	/* WP core breakpoint */
}

.mobile-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
  	top: 0;
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

@media only screen and (min-width: 782px) {
	.admin-bar .mobile-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
		top: 32px;
		height: calc( 100vh - 32px);
	}
	.admin-bar .mobile-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
		top: 0;
		visibility: visible;
		opacity: 1;
		z-index: 1;
	}
}

.custom-dropdown-mobile-menu .mobile-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu {
	position: relative;
	transform: translateX(0);
	left: 0;
}

.main-navigation .main-menu-more:nth-child(n+3) {
  	display: none;
}

.mobile-menu > li.menu-item-has-children {
	display: inline-block;
	position: inherit;
}

@media only screen and (min-width: 768px) {
	.main-navigation .main-menu > li.menu-item-has-children {
	}
}

.mobile-menu > li.menu-item-has-children .submenu-expand {
	display: inline-block;
}

.wp-customizer-unloading .mobile-menu > li.menu-item-has-children .submenu-expand, .mobile-menu > li.menu-item-has-children .submenu-expand.is-empty {
	display: none;
}

/* Menu animation */
@-webkit-keyframes fade_in {    
	100% {
    		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  				filter: alpha(opacity=100);
		  -moz-opacity: 1;
		-khtml-opacity: 1;
			   opacity: 1;
  	}
}
@-moz-keyframes fade_in {
	100% {
    		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  				filter: alpha(opacity=100);
		  -moz-opacity: 1;
		-khtml-opacity: 1;
			   opacity: 1;
  	}
}
@-o-keyframes fade_in {
	100% {
    		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  				filter: alpha(opacity=100);
		  -moz-opacity: 1;
		-khtml-opacity: 1;
			   opacity: 1;	
  	}
}
@keyframes fade_in {
  	100% {
    		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  				filter: alpha(opacity=100);
		  -moz-opacity: 1;
		-khtml-opacity: 1;
			   opacity: 1;
  	}
}
@-webkit-keyframes fade_out {    
	100% {
    		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  				filter: alpha(opacity=100);
		  -moz-opacity: 1;
		-khtml-opacity: 1;
			   opacity: 1;
  	}
}
@-moz-keyframes fade_out {
	100% {
    		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  				filter: alpha(opacity=100);
		  -moz-opacity: 1;
		-khtml-opacity: 1;
			   opacity: 1;
  	}
}
@-o-keyframes fade_out {
	100% {
    		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  				filter: alpha(opacity=100);
		  -moz-opacity: 1;
		-khtml-opacity: 1;
			   opacity: 1;	
  	}
}
@keyframes fade_out {
  	0% { 
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  				filter: alpha(opacity=100);
		  -moz-opacity: 1;
		-khtml-opacity: 1;
			   opacity: 1;
	}
   	100% { 
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  				filter: alpha(opacity=0);
		  -moz-opacity: 0;
		-khtml-opacity: 0;
			   opacity: 0;
  	}	
}
@-webkit-keyframes slide_in_right {    
	100% {
    	-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%);
  	}
}
@-moz-keyframes slide_in_right {
	100% {
    	-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%);
  	}
}
@-o-keyframes slide_in_right {
	100% {
    	-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%);
  	}
}
@keyframes slide_in_right {
  	100% {
    	-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%);
  	}
}

@-webkit-keyframes slide_out_right {    	
	0% { 
		-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%); 
	}
   	100% { 
		-webkit-transform: translateX(100%); 
    		-ms-transform: translateX(100%); 	    	
				transform: translateX(100%); 
	}
}
@-moz-keyframes slide_out_right {	
	0% { 
		-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%); 
	}
   	100% { 
		-webkit-transform: translateX(100%); 
    		-ms-transform: translateX(100%); 	    	
				transform: translateX(100%); 
	}
}
@-o-keyframes slide_out_right {
	0% { 
		-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%); 
	}
   	100% { 
		-webkit-transform: translateX(100%); 
    		-ms-transform: translateX(100%); 	    	
				transform: translateX(100%); 
	}
}
@keyframes slide_out_right {
   	0% { 
		-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%); 
	}
   	100% { 
		-webkit-transform: translateX(100%); 
    		-ms-transform: translateX(100%); 	    	
				transform: translateX(100%); 
	}
}

@-webkit-keyframes slide_in_left {    	
	100% {
    	-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%);
  	}
}
@-moz-keyframes slide_in_left {	
	100% {
    	-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%);
  	}
}
@-o-keyframes slide_in_left {
	100% {
    	-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%);
  	}
}
@keyframes slide_in_left {
  	100% {
    	-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%);
  	}
}

@-webkit-keyframes slide_out_left {    	
	0% { 
		-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%); 
	}
   	100% { 
		-webkit-transform: translateX(-100%); 
    		-ms-transform: translateX(-100%); 	    	
				transform: translateX(-100%); 
	}
}
@-moz-keyframes slide_out_left {	
	0% { 
		-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%); 
	}
   	100% { 
		-webkit-transform: translateX(-100%); 
    		-ms-transform: translateX(-100%); 	    	
				transform: translateX(-100%); 
	}
}
@-o-keyframes slide_out_left {
	0% { 
		-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%); 
	}
   	100% { 
		-webkit-transform: translateX(-100%); 
    		-ms-transform: translateX(-100%); 	    	
				transform: translateX(-100%); 
	}
}
@keyframes slide_out_left {
   	0% { 
		-webkit-transform: translateX(0%); 
    		-ms-transform: translateX(0%); 	    	
				transform: translateX(0%); 
	}
   	100% { 
		-webkit-transform: translateX(-100%); 
    		-ms-transform: translateX(-100%); 	    	
				transform: translateX(-100%); 
	}
}

@-webkit-keyframes slide_in_top {    
	100% {
    	-webkit-transform: translateY(0%); 
    		-ms-transform: translateY(0%); 	    	
				transform: translateY(0%);
  	}
}
@-moz-keyframes slide_in_top {
	100% {
    	-webkit-transform: translateY(0%); 
    		-ms-transform: translateY(0%); 	    	
				transform: translateY(0%);
  	}
}
@-o-keyframes slide_in_top {
	100% {
    	-webkit-transform: translateY(0%); 
    		-ms-transform: translateY(0%); 	    	
				transform: translateY(0%);
  	}
}
@keyframes slide_in_top {
  	100% {
    	-webkit-transform: translateY(0%); 
    		-ms-transform: translateY(0%); 	    	
				transform: translateY(0%);
  	}
}

@-webkit-keyframes slide_out_top {    	
	0% { 
		-webkit-transform: translateY(0%); 
    		-ms-transform: translateY(0%); 	    	
				transform: translateY(0%); 
	}
   	100% { 
		-webkit-transform: translateY(-100%); 
    		-ms-transform: translateY(-100%); 	    	
				transform: translateY(-100%); 
	}
}
@-moz-keyframes slide_out_top {	
	0% { 
		-webkit-transform: translateY(0%); 
    		-ms-transform: translateY(0%); 	    	
				transform: translateY(0%); 
	}
   	100% { 
		-webkit-transform: translateY(-100%); 
    		-ms-transform: translateY(-100%); 	    	
				transform: translateY(-100%); 
	}
}
@-o-keyframes slide_out_top {
	0% { 
		-webkit-transform: translateY(0%); 
    		-ms-transform: translateY(0%); 	    	
				transform: translateY(0%); 
	}
   	100% { 
		-webkit-transform: translateY(-100%); 
    		-ms-transform: translateY(-100%); 	    	
				transform: translateY(-100%); 
	}
}
@keyframes slide_out_top {
   	0% { 
		-webkit-transform: translateY(0%); 
    		-ms-transform: translateY(0%); 	    	
				transform: translateY(0%); 
	}
   	100% { 
		-webkit-transform: translateY(-100%); 
    		-ms-transform: translateY(-100%); 	    	
				transform: translateY(-100%); 
	}
}
.menu-item-caret {
	display: none;
}
.menu-item-caret .svg-icon {
	-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
			transform: rotate(-90deg);
	transition: transform 0.3s;
}

.menu-item-open .menu-item-caret .svg-icon {
	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);
}

.custom-dropdown-mobile-menu .mobile-menu .menu-item-has-children.off-canvas .sub-menu .menu-item-open .sub-menu { 
	opacity: 1;
    display: flex;
    visibility: visible;
	flex-direction: column;
}
.custom-dropdown-mobile-menu .mobile-menu li.menu-item-has-children {
	flex-wrap: wrap;
}

.custom-dropdown-mobile-menu .mobile-menu .menu-item-has-children.off-canvas .sub-menu .menu-item > .menu-item-link {
	height: auto;	
    width: calc(100% - 24px); /* minus dropdown icon width */
}

.body-menu-open {
	overflow: hidden;
	height: 100vh;
}

.header-menu-open .custom-dropdown-mobile-menu #mobile-menu-navigation,
.header-menu-open .custom-dropdown-depth-1 .depth-0 > .sub-menu.expanded-true {	
	overflow-y: scroll;
    overflow-x: hidden;
}
/* end menus */

/* FLEX */
.custom-inner-content {
    width: 100%;
}
.custom-header-wrapper {
    position: relative;
}
.custom-header-row {
    width: 100%;
    display: block;
}
.custom-header-container {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.custom-header-center, 
.custom-header-left, 
.custom-header-right {
    display: flex;
    align-items: center;
}
.custom-header-left {
    justify-content: flex-start;
}
.custom-header-center {
    flex-grow: 1;
    justify-content: center;
}
.custom-header-right {
    justify-content: flex-end;
}
.custom-header-right .widget-container {
	display: inline-block;
	position: relative;
}
.custom-header-center .main-navigation,
.custom-header-center .main-menu {
    height: 100%;
    align-items: center;
    display: flex;
}
.custom-section {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;    
}
.custom-section > .custom-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.custom-section-inner-wrap {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.custom-div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}
.custom-columns > .custom-div-block {
    padding-top: 20px;
    padding-bottom: 20px;
   	padding-left: 20px;
	padding-right: 20px;
}
.custom-columns,
.custom-new-columns {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}
.custom-link-text {
	display: inline-block;
}
.custom-link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.custom-link-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.custom-link-button {
	padding: 10px 16px;
}
.custom-image {
	max-width: 100%;
}
.custom-fullwidth {
	width: 100%;
}
.custom-slide {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom-headline {
	
}
.custom-image {
	max-width:100%;
}
.custom-fancy-icon > svg {
	width:55px;
	height:55px;
}
.custom-inner-content {
	width:100%;
}
.custom-nestable-shortcode {
	display:flex;
	flex-wrap:nowrap;
	flex-direction:column;
	align-items:flex-start;
}
.custom-width-25 {
	width: 25%;
}
.custom-width-33 {
	width: 33.3%;
}
/* END FLEX */
/* SLICK SLIDER */
.slick-loading .slick-list {
    background: #fff url('assets/imgs/ajax-loader.gif') center center no-repeat;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .25;
}
.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    display: inline-block;

    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 9px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
  
    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
	border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
/* END SLICK SLIDER */
/* UNSLIDER */
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}
/* END UNSLIDER */
/* OWL CAROUSEL */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
    text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
    cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; 
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791; 
}
/* END OWL CAROUSEL */

/* SOCIAL MENU */
.social-header {
    padding-top: 12px;
    padding-bottom: 12px;
}
.social-navigation, 
.social-links-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.kkorli-social-label {
    margin-right: 14px;
}
.social-links-menu .menu-item .menu-item-link {
    display: flex;
    align-items: center;
    margin-right: 9px;
}
.social-links-menu .menu-item:last-child .menu-item-link {
    margin-right: 0;
}
/* END SOCIAL MENU */

/* THEME */
.site-content {
	
}
#cont {
    padding-top: 95px;
}

/* header */
.custom-header-wrapper {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
}
.main-header {
}
.social-header .custom-header-container,
.main-header .custom-header-container,
.custom-footer-section .custom-section-inner-wrap,
.custom-section-kkorli .custom-section-inner-wrap,
.entry-header .entry-title-wrap {
    padding-left: 100px;
    padding-right: 150px;        
}
.custom-header-right .main-navigation,
.custom-header-right .main-menu:not(.mobile-menu) {
    height: 100%;
    align-items: center;
    display: flex;
}
.main-menu {
    line-height: 1;
}
.main-navigation > .main-menu > .menu-item {
    position: relative;
    padding-left: 40px;    
}
.main-navigation .main-menu .menu-item .menu-item-link,
.footer-navigation .footer-menu .menu-item .menu-item-link,
a {
    transition: color 0.2s;
}

.custom-section-text-darkblue .custom-section-text-content-wrap a:not(.custom-button) {
    border-bottom: 1px solid;
}
.custom-section-text-darkblue .custom-section-text-content-wrap a:not(.custom-button):hover {
    border-bottom: none;
}

.custom-logo-link {
    position: absolute;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    top: -40px;
    padding: 3px;
    /*z-index: 1000000;*/
}
.main-navigation > div {
    display: flex;
}
.main-navigation .main-menu.mobile-menu {
    margin: 15px 0;
}
.mobile-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle {
    height: 19px;
}
.hamburger-menu-wrap {
    vertical-align: top;
}
.hamburger-menu {
    height: 19px;
}
.hamburger-menu span {
    height: 3px;
    border-radius: 0;
}
.hamburger-menu span:nth-child(2) {
    top: 8px;
}
.hamburger-menu span:nth-child(3) {
    top: 16px;
}
.hamburger-menu.active span:nth-child(1), 
.hamburger-menu.active span:nth-child(2), 
.hamburger-menu.active span:nth-child(3) {
    top: 7px;
}
.mobile-menu > .menu-item-has-children.off-canvas > .sub-menu.expanded-true {
    right: 0;
    visibility: visible;
}
.mobile-menu #mobile-menu-navigation {
    justify-content: center;
    padding-top: 130px;
    overflow-y: scroll;
    min-height: 90vh;
}
.mobile-menu #mobile-menu-navigation .main-menu > .menu-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 19px;
}
.mobile-menu #mobile-menu-navigation .main-menu .menu-item {
    margin-bottom: 20px;
    position: relative;
}
.mobile-menu #mobile-menu-navigation .main-menu .menu-item .sub-menu .menu-item:last-child {
    margin-bottom: 0;
}
.mobile-menu #mobile-menu-navigation .main-menu .menu-item .sub-menu > .menu-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.mobile-menu #mobile-menu-navigation .main-menu .menu-item .sub-menu > .menu-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.mobile-menu #mobile-menu-navigation .dropdown-icon {
    font-weight: 300;
    position: absolute;
    right: 0;
    top: -6px;
    transition: transform .3s, left .3s;
    line-height: 1;
    width: 24px;
    height: 24px;
    /*font-family: "Times New Roman";
    font-size: 2.8rem;*/
    transform: rotate(90deg);
    z-index: 1;
}
.mobile-menu #mobile-menu-navigation .dropdown-icon .svg-icon {
    width: 100%;
    height: 100%;
    padding: 4px;
}
.mobile-menu #mobile-menu-navigation .dropdown-icon.open {
    /*transform: rotate(45deg);*/ /* + becomes × */        
    transform: rotate(-90deg);
    /*left: -32px;*/
}
.mobile-menu #mobile-menu-navigation .menu-item:hover .sub-menu {
    height: 0;
}
.mobile-menu #mobile-menu-navigation .menu-item .sub-menu {
    display: flex;
    height: 0;    
    flex-direction: column;
    pointer-events: none;
}
.mobile-menu #mobile-menu-navigation .menu-item .sub-menu.open {        
    opacity: 1;
    height: auto;
    transition: opacity 0.5s;
    padding-top: 20px;
    pointer-events: auto;
}
.mobile-menu #mobile-menu-navigation .menu-item:last-child .sub-menu.open {
    padding-bottom: 50px;
}
html.html-menu-open {
    overflow: hidden;
}
/* end header */
/* footer */
.footer-navigation {
    flex: 1;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: 1;    
}
.footer-navigation .footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 80px;
}
.footer-navigation .footer-menu > .menu-item > .menu-item-link {
    cursor: default;
    pointer-events: none;
}
.footer-navigation .footer-menu .menu-item .menu-item-link {
    margin-bottom: 15px;
    display: inline-block;
}
.footer-navigation .footer-menu .menu-item .sub-menu .menu-item:last-child .menu-item-link {
    margin-bottom: 0;
}
.footer-navigation .sub-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.custom-footer-info-section .custom-section-inner-wrap {
    display: flex;
    flex-wrap: wrap;    
    flex-direction: row;
    padding-top: 82px;
    padding-bottom: 113px;
    align-items: center;
}
.footer-widget-area,
.footer-navigation {
    position: relative;
}
.footer-widgets .widget-container:last-child p:last-child {
    margin-bottom: 0;
}
/* end footer */
/* odsek z naslovno sliko */
.custom-section-hero {
    aspect-ratio: 1366 / 652;
    max-height: 652px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-section-hero .custom-section-inner-wrap {
    justify-content: flex-end;
}
.custom-section-hero-wrap {
    max-width: 750px;
    margin-bottom: 130px;
}
.home .custom-hero-content {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
/*.home .custom-hero-content a {
    margin-right: 14px;
    display: inline-block;
}*/
.inline-custom-button {
    padding: 5px 20px;
}
.custom-inline-buttons-wrap {
    display: flex;
    gap: 14px;
    margin-top: 40px;
}
.custom-inline-buttons-wrap p {
    margin-bottom: 0;
}
.custom-inline-buttons-wrap .inline-custom-button {
    display: inline-block;
}
.custom-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;    
}
.custom-button:hover::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
}
.kkorli-title-display-1 {
    
}
/* end odsek z naslovno sliko */
/* odsek z 2 stolpcema */
.custom-section-columns .custom-section-inner-wrap {
    padding-top: 65px;
    padding-bottom: 35px;
}
.custom-section-columns .custom-section-columns-content-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.custom-section-columns .custom-section-columns-content-wrap:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.custom-section-columns-content p {
    /*width: 100%;*/
}
.custom-section-columns .custom-section-columns-left {
    width: 22%;
}
.custom-section-columns .custom-section-columns-right {
    width: 78%;
    padding-top: 5px;
    padding-left: 30px;
}
.custom-section-columns .custom-section-columns-content {}
.kkorli-match-results .custom-section-columns-content,
.kkorli-currently-playing .custom-section-columns-content {
    /*flex: 1;*/
    display: flex;
    flex-direction: column;
    flex-direction: row;
    flex-wrap: wrap;
    /*gap: 18px;*/
}
.custom-section-columns .custom-section-columns-eyebrow {    
}
.custom-section-columns .custom-section-columns-title {
    /*flex: 1;*/
}
.custom-section-columns .custom-section-columns-title p {
    margin-bottom: 0;
}
.custom-section-columns .custom-section-underline-link {
    margin-left: auto;
    margin-right: 0;
}
/* end odsek z 2 stolpcema */
/* odsek z besedilom */
.custom-link,
.custom-button {
    padding: 5px 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
            transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;    
}
.custom-section-kkorli ul {
    margin-left: 16px;
    list-style-type: disc;
    margin-bottom: 20px;
}
.custom-section-kkorli ul li::marker {
}
/* end odsek z besedilom */
/* odsek z oranžnim ozadjem  */
.custom-section-text-orange .custom-section-inner-wrap {
    padding-top: 50px;
    padding-bottom: 40px;
}
.custom-section-center-align {
    text-align: center;
}
.custom-section-center-elements,
.custom-section-center-elements .custom-section-inner-wrap {
    align-items: center;
    justify-content: center;
}
.custom-section-text-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-section-text-orange .custom-text-eyebrow {
    margin-bottom: 10px;
}
.custom-section-text-orange .custom-text-title {
    max-width: 460px;
    line-height: 1.48;    
}
.custom-section-text-orange .custom-section-text-content-wrap {
    margin-left: 0;
}
.custom-section-text-orange .custom-text-content {
    max-width: 420px; 
    margin-top: 30px;
}
.custom-section-text-orange .custom-section-text-link {
    margin-top: 25px;
}
/* end odsek z oranžnim ozadjem  */
/* odsek s temno modrim ozadjem  */
.custom-section-text-darkblue .custom-section-inner-wrap {
    padding-top: 95px;
    padding-bottom: 60px;
    overflow-y: clip;
}
.custom-section-text-content-wrap {
    margin-left: 90px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.custom-section-text-darkblue .custom-section-text-content-wrap {
    align-items: flex-start;    
}   
.custom-section-text-darkblue .custom-text-content {
    /*max-width: 400px;*/
    max-width: 790px;
    margin-top: 15px;
}
.custom-section-text-darkblue .custom-text-link {
    margin-top: 10px;    
}
.custom-section-bg-text-wrap {
    position: relative;
    max-width: 1366px;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.custom-section-bg-text {
    font-size: 227px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    font-family: "Oswald";
}
.custom-section-text-darkblue .custom-section-bg-text {
    top: -115px;
    left: 0;
}
/* end odsek s temno modrim ozadjem  */
/* odsek s sliko ali dvema  */
.custom-section-image {
    position: relative;
}
.custom-section-image .custom-section-inner-wrap {    
    padding-top: 115px;
    padding-bottom: 130px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;    
}
.custom-section-image-content-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.custom-section-image .custom-section-bg-text {
    top: -30px;
    left: -35px;
}
.custom-section-image-content-wrap {
    max-width: 420px;
    margin-left: 90px;
}
.custom-section-image-img-wrap {
    flex: 1;
    /*display: flex;
    flex-wrap: wrap;*/
    padding-left: 85px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.custom-section-single-img {
    max-width: 342px;
    aspect-ratio: 1 / 1;
    width: 60%;
}
.custom-section-img-1 {
    position: relative;    
}
.custom-section-img-2 {
    /*position: absolute;
    top: 115px;
    right: 150px;*/
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-top: -133px;
}
/* end odsek s sliko ali dvema  */
/* odsek z logotipi sponzorjev */
.custom-section-sponsors .custom-section-inner-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
.custom-section-sponsors-title {
    margin: 0 auto 20px auto;
    display: inline-block;
}
.custom-swiper-sponsors {
    width: 100%;    
}
.custom-swipers-sponsors-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    will-change: transform;    
}

.sponsor {
    flex: 0 0 25%;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: relative;    
}
.sponsor.visible {
    opacity: 1;
}
.sponsor.fade-out {
    opacity: 0;
}
.sponsor.fade-in {
    opacity: 1;    
    transition: opacity 0.6s ease;
}

.custom-section-sponsors-single-sponsor {
    max-width: 278px;
    max-height: 155px;
    aspect-ratio: 278 / 155;
    display: inline-block;
    padding: 25px;
}
.custom-section-sponsors-single-sponsor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-section-sponsors-link,
.custom-section-underline-link {
    margin: 20px auto 0 auto;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
    padding: 0 0 3px 0;    
}
.custom-section-sponsors-link::before,
.custom-section-underline-link::before {
    content: "";
    position: absolute;    
    width: 35px;
    height: 1px;
    left: 0;
    bottom: 0;
    top: auto;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
}
.custom-section-sponsors-link:hover::before,
.custom-section-underline-link:hover::before {
    width: 100%;
    transform: none;
}
/* end odsek z logotipi sponzorjev */
/* odsek z rezultati */
.kkorli-match-results-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.5%;
}
.kkorli-match-results-single {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 25px 10px 25px;
    /*max-width: 278px;*/
    width: 32.333%;
}
.kkorli-match-results-date {
    width: 100%;
    text-align: center;
}
.kkorli-match-results-teams {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.kkorli-match-results-teams img {
    max-width: 60px;
}
.kkorli-match-results-score-separator {
    margin: 0 5px;
}
/* end odsek z rezultati */
/* odsek s tekmami v živo */
.kkorli-currently-playing-match-results-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* end odsek s tekmami v živo */
/* podstran */
/* odsek z naslovom */
/*.entry-header .custom-section-inner-wrap {
    max-width: none;
}*/
.entry-title-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
/* end odsek z naslovom */
/* end podstran */
/* vsi sponzorji */
.custom-section-sponsors-all .custom-section-inner-wrap {
    padding-top: 70px;
    padding-bottom: 88px;
}
.custom-section-sponsors-all .custom-section-sponsors-single-sponsor {    
}
.custom-section-sponsors-logos-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 17px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.custom-section-sponsors-logos-wrap .custom-section-sponsors-single-sponsor {
    width: 25%;
}
.custom-section-sponsors-list-wrap {
    margin-top: 20px;
}
/* end vsi sponzorji */
/* odsek s harmonikami */
.custom-section-accordion .custom-section-inner-wrap {
    padding-top: 80px;
    padding-bottom: 90px;
}
.custom-section-accordion-info {    
}
.custom-section-accordion-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 80px 90px;
}
.custom-section-accordion-single-wrap {
    width: 100%;
    padding-bottom: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 20px;
}
.custom-section-accordion-single-title {    
    line-height: 1.2;
    cursor: pointer;
    display: flex;  
    position: relative;
    padding-right: 20px;
}
.custom-section-accordion-info {
    margin-bottom: 40px;
}
.custom-section-accordion-content p:last-child {
    margin-bottom: 0;
}

.custom-maxwidth,
.postojnsko-maxwidth {
    max-width: 528px;
}
/* Hide the checkbox */
.custom-section-acc-toggle {
    display: none;
}
/* content is hidden by default */
.custom-section-accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.35s ease;
    /*padding-top: 18px;*/
    padding-right: 20px;
}
/* When checkbox is checked → expand */
.custom-section-acc-toggle:checked ~ .custom-section-accordion-content {
    max-height: 500px; /* enough space for your content */
    opacity: 1;
    transition: all 0.7s ease-out;
}
/* Optional: add arrow indicator */
.custom-icon-vp-plus,
.custom-icon-kkorli-plus {
    transition: transform 0.3s ease;
    display: inline-block;
    position: absolute;
    right: 0
}
.custom-section-acc-toggle:checked + .custom-section-accordion-single-title .custom-icon-vp-plus,
.custom-section-acc-toggle:checked + .custom-section-accordion-single-title .custom-icon-kkorli-plus {
    transform: rotate(45deg);
}
.custom-section-accordion-arrow-wrap {
    
}
/* end odsek s harmonikami */
/* odsek s sivim kvadratom */
.custom-section-text-grey .custom-section-inner-wrap {
    padding-top: 80px;
    padding-bottom: 90px;
}
.custom-section-text-grey .custom-section-text-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 80px 90px;
}
.custom-inline-blockquote {
    max-width: 400px;
    position: relative;
}
.custom-inline-blockquote::before {
    content: '“';
    position: absolute;
    font-size: 500px;
    font-weight: 700;
    top: -118px;
    line-height: 1;
    left: -69px;
}
.custom-inline-blockquote p {
    position: relative;
}
.custom-inline-blockquote p:last-child {
    margin-bottom: 45px;
}
/* end odsek s sivim kvadratom */
/* odsek z galerijo */
.custom-section-gallery .custom-section-inner-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
}
.masonry-gallery {
    column-count: 3;
    column-gap: 20px;    
}
.masonry-gallery-item {
    break-inside: avoid;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
/* 1–2 images → 1 column */
/*.masonry-gallery:has(.masonry-gallery-item:nth-child(1)):has(.masonry-gallery-item:nth-child(2)):not(:has(.masonry-gallery-item:nth-child(3))) {
    column-count: 1;
}*/

/* 3–4 images → 2 columns */
/*.masonry-gallery:has(.masonry-gallery-item:nth-child(3)):not(:has(.masonry-gallery-item:nth-child(5))) {
    column-count: 2;
}*/

/* 5+ images → 3 columns */
/*.masonry-gallery:has(.masonry-gallery-item:nth-child(5)) {
    column-count: 3;
}*/
.masonry-gallery-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    display: none;
    background: rgba(23, 23, 23, 0.5);
    pointer-events: none;
}
/* end odsek z galerijo */
/* odsek s trenerji */
.custom-section-coaches .custom-section-inner-wrap,
.kkorli-coaches-wrap {
    padding-top: 75px;
    /*padding-bottom: 75px;*/
    padding-bottom: 20px;
}
.custom-section-coaches .custom-section-bg-text {
    top: -30px;
    left: -35px;
}
.kkorli-single-coach-img-wrap {
    max-width: 245px;
    aspect-ratio: 1 / 1;
}
.kkorli-coaches-short {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    gap: 1.5%;
}
.kkorli-coaches-short .kkorli-single-coach {
    width: 32.333%;
    max-width: 435px;
}
.kkorli-coaches-long {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.kkorli-coaches-long .kkorli-single-coach {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.kkorli-single-coach {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 28px;
    margin-bottom: 55px;
}
.kkorli-coaches-short .kkorli-single-coach-img-wrap {
    margin-bottom: 20px;    
}
.kkorli-single-coach-content {
    margin-top: 20px;
}
.kkorli-coaches-short .kkorli-single-coach-content {
    max-width: 390px;
}
.kkorli-coaches-long .kkorli-single-coach-content-wrap {
    flex: 1;
    padding-left: 64px;
}
/* end odsek s trenerji */
/* odsek z opremo */
.custom-section-equipment .custom-section-inner-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.custom-section-equipment .custom-section-bg-text {
    top: -30px;
    left: -35px;

}
.kkorli-equipment-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 4.5%;
}
.kkorli-single-equipment {
    margin-bottom: 40px;
    flex: 0 0 30.333%;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 35px;
}
/* Remove margin on every 4th item */
/*.kkorli-single-equipment:nth-child(4n) {
    margin-right: 0;
}*/
.kkorli-single-equipment-img-wrap {
    aspect-ratio: 1 / 1;
    max-width: 240px;
    margin-bottom: 20px;
}
.kkorli-single-equipment-title {
    margin-bottom: 15px;
}
.kkorli-single-equipment-content {    
}
/* end odsek z opremo */
/* odsek s sezonami */
.custom-section-seasons-strip .tabs {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 26px 0;
    margin-left: 0;
}
.custom-section-seasons-strip .tabs-main button,
.custom-section-seasons-strip .tabs-past button {
    margin-right: 27px;
    padding-right: 27px;
    border-right-style: solid;
    border-right-width: 1px;
    -webkit-apperance: none;    
            apperance: none;    
    border-left: none;
    border-top: none;
    border-bottom: none;
    background: none;
    outline: none;
    cursor: pointer;
}
.custom-section-seasons-strip .tabs-main button:last-child,
.custom-section-seasons-strip .tabs-past li:last-child button {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.season-selection-tabs {
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin-bottom: 20px;
    width: 100%;        
    flex-wrap: wrap;
}
.season-tab {
    -webkit-apperance: none;    
            apperance: none;        
    outline: none;
    cursor: pointer;
    border: none;
    padding: 10px 40px;    
}
.strip-past,
.season-hidden,
.kkorli-seasons-tabs .tab-content {
    display: none;
}
 
.kkorli-seasons-tabs .tab-content.active {
    display: block;
}
.kkorli-seasons-tabs {
    padding: 24px 0;
    width: 100%;
}
.selection-group-photos-wrap {
    display: flex;
    flex-direction: column;
    max-width: 374px;
    row-gap: 10px;
}
.selection-players-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.selection-players {
    flex: 1;
}
.kkorli-selection-players-list {
    display: flex;
    flex-direction: column;
}
.kkorli-selection-players-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;    
    align-items: center;
}
.kkorli-selection-players-title,
.kkorli-selection-players-year {
    flex: 1;
    padding: 15px 20px;
}
.kkorli-selection-players-year {
    max-width: 120px;
}
.season-gallery {
    margin-top: 50px;
}
/* end odsek s sezonami */
/* preloader */
.preloader-skip .preloader {
    display: none !important;
}
.preloader {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(2, 0, 22, 0.5);*/
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: rgba(241, 241, 242, 0.5);    
    opacity: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    width: 100vw;
    height: 100vh;    
}

.preloader__item {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
}

.preloader__bg-top,
.preloader__bg-middle,
.preloader__bg-bottom {
    position: absolute;
    inset: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;    
}

.preloader__bg-top {
    z-index: 3;
    background-color: #f1f1f2;    
}

.preloader__bg-middle {
    z-index: 2;
    background-color: rgba(241, 241, 242, 0.5);
}

.preloader__bg-bottom {
    z-index: 1;
    background-color: rgba(241, 241, 242, 0.5);
}

.preloader__bg-top,
.preloader__bg-middle,
.preloader__bg-bottom,
.preloader__item {
    transform-style: preserve-3d;
}

.preloader__img-logo {
    width: 100%;
    height: 100%;
}

.preloader__img-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.preloader__loading {  
    height: 4px;
    margin-top: 50px;
    overflow: hidden;    
    position: relative;
    display: flex;        
    width: 100%;
}

.preloader__progressbar {
    width: 0%;
    height: 100%;
}
/* end preloader */
/* odsek z vsemi rezultati tekem */
.kkorli-section-all-match-results .custom-section-inner-wrap {    
}
/*.kkorli-all-match-results {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.5%;
}
.kkorli-all-match-results .kkorli-gender-title,
.kkorli-all-match-results .kkorli-category-title {
    width: 100%;
}
.kkorli-all-match-results .kkorli-category-title {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
}
*/
.kkorli-results-tabs {
    padding-top: 50px;
    padding-bottom: 50px;
}
.kkorli-all-match-results .kkorli-match-results-single,
.kkorli-results-tabs .kkorli-match-results-single {    
    margin-bottom: 20px;
}
/* end odsek z vsemi rezultati tekem */
/* extra classes */
.kkorli-embed-wrap {
    position: relative;
    width: 100%;
    height: 1810px; 
    overflow: hidden;     
}
.kkorli-embed-wrap .kkorli-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}
/* end extra classes */
/* custom swiper container */
.custom-swiper-lightbox-wrap {
  pointer-events: none;
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
.custom-swiper-lightbox-wrap.open {
    opacity: 1;
	pointer-events: all;
}
.custom-swiper-lightbox-container {
    width: 100%;
    height: 100%;
}
.custom-swiper-lightbox-container .swiper-container {
    height: 100%;
}
.custom-swiper-lightbox-container .swiper-slide {
    display: flex;
}
.custom-swiper-lightbox-container .swiper-wrapper,
.custom-swiper-lightbox-container .swiper-slide {
    align-items: center;    
}
.custom-swiper-lightbox-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 75%;
    width: 75%;
    text-align: center;
    margin: 0 auto;
}
.custom-swiper-lightbox-image img {
	width: auto;
	height: auto;
	max-height: 90vh;
	max-width: 90vw;  
}
.custom-swiper-lightbox-button {
	position: absolute;
	top: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;        
    padding: 0;
    transition: background-color 0.3s ease;
    border: none;
    width: 44px;
    height: 44px;
}
.custom-swiper-lightbox-button-prev {
	left: 50px;
    transform: rotate(180deg);
}
.custom-swiper-lightbox-button-prev .svg-icon {
    margin-left: 1px;
}
.custom-swiper-lightbox-button-next {
	right: 50px;
}
.custom-swiper-lightbox-button-hide {
	display: none;
}
.custom-swiper-lightbox-container .swiper-pagination-fraction {
    position: absolute;
    left: 60px;
    width: auto;
    bottom: 44px;
}
.overflowHidden {
	overflow: hidden;
    padding-right: 15px;
}
.custom-swiper-lightbox-image-caption {
	color: #FFFFFF;    
	padding: 20px;
    background: rgba(23,23,23,.5);
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    bottom: -66px;
    max-width: 600px;
}
.custom-swiper-lightbox-close {
    /*position: relative;
    left: 95%;*/
    position: absolute;
    right: 60px;
    
    cursor: pointer;
    top: 20px;
    z-index: 100;
    outline: none;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
/* Swiper adds this class when you reach the end/start on loop: false */
.swiper-button-disabled {
    opacity: 0.3 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}
/* end custom swiper container */
/* cookies */
#cookie-notice.cookie-notice-visible {
    font-size: inherit;
}
#cookie-notice.cookie-notice-visible {
    background-color: rgba(255, 255, 255, .5) !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center; /* center vertically IF possible */        
}

.cookie-notice-container {
    background-color: #EFECDE;    
    color: #374E39 !important;    
    text-align: left;
    margin: 0 auto;
    padding: 70px 50px 50px 50px;
    position: relative;
    max-width: 1040px;
    
    width: 100%;
    max-height: 90vh; /* prevent overflow */
    overflow-y: auto; /* scroll inside if needed */    
    box-sizing: border-box;
}
.cn-text-container {
    width: 100%;
}
#cookie-notice .cn-close-icon {
    right: 8px;
    top: 16px;
    display: inline-block;
}
.cn-buttons-container {
    margin-top: 50px;
}
#cookie-notice .cn-button.postojnsko-cookie-button {    
    margin-right: 50px;
    margin-left: 0;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
}
#cookie-notice #cn-accept-cookie.postojnsko-cookie-button {
    padding: 8px 20px;
    font-weight: 700;
    margin-left: 0;
    background-color: #B0B944;
    border-radius: 20px;    
    border-bottom: none;
    margin-bottom: 20px;
}
#cookie-notice #cn-accept-cookie.postojnsko-cookie-button:hover {
    background-color: #E8C1DA;
}   
#cookie-notice .cn-button.postojnsko-cookie-button:hover {
     border-bottom: none;
}
#cookie-notice #cn-refuse-cookie, 
#cookie-notice #cn-more-info {
    background: 0 0;
    font-weight: 300;
}
.cn-text-container ul {
    list-style: disc;
    margin-left: 16px;
}
html.cookies-not-set,
body.cookies-not-set {
    overflow: hidden;
}
html.cookies-not-set #cookie-notice.cookie-notice-visible {
    overflow: scroll;
    z-index: 10000000;
}
/* end cookies */
/* END THEME */
/* RESPONSIVE */
@media only screen and (max-width: 1279px) {
    .custom-fs-50 {
        font-size: 4.2rem;
    }
    .custom-fs-40 {
        font-size: 3.6rem;        
    }
    .custom-fs-30 {
        font-size: 2.6rem;
    }
    .custom-fs-25 {
        font-size: 2.2rem;
    }
    .custom-fs-20 {
        font-size: 1.8rem;
    }
    .custom-fs-18 {
        font-size: 1.6rem;
    }   
    .custom-fs-15 {
        font-size: 1.4rem;
    }
    .social-header .custom-header-container,
    .main-header .custom-header-container,
    .custom-footer-section .custom-section-inner-wrap,
    .custom-section-kkorli .custom-section-inner-wrap,
    .entry-header .entry-title-wrap {
        max-width: 900px;
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
    }    
    .custom-section-hero-wrap {
        margin-bottom: 50px;
    }
    .custom-section-image-content-wrap {
        max-width: 350px;
        margin-left: 0;
    }
    .custom-section-image-img-wrap {
        padding-left: 15px;        
    }
    .custom-section-img-2 {
        margin-top: -93px;
    }
    .footer-navigation .footer-menu {
        /*margin-left: 90px;*/
        column-gap: 0;
        width: 100%;
    }
    .footer-navigation .footer-menu > .menu-item {
        /*width: 50%;        
        margin-bottom: 30px;*/
        width: 25%;
    }
    /*.custom-footer-info-section .custom-section-inner-wrap {
        align-items: flex-start;
        padding-bottom: 50px;
    }
    .footer-info-widget-area { 
        margin-top: -3px;
    }
    */
    .custom-section-sponsors-single-sponsor {
        padding: 15px;
    }
    .kkorli-match-results-wrap .kkorli-match-results-single:nth-child(3) {
        display: none; /* hide only on homepage */
    }
    .kkorli-results-tabs .kkorli-match-results-wrap .kkorli-match-results-single:nth-child(3){
        display: flex;
    }
    .kkorli-match-results-wrap {
        gap: 2%;
    }
    .kkorli-match-results-single {
        width: 49%;
    }
    .selection-group-photos-wrap {
        max-width: 320px;
    }
    .kkorli-selection-players-year {
        max-width: 90px;
    }
    .custom-footer-info-section .custom-section-inner-wrap {
        flex-direction: column;
        align-items: flex-start;
    }    
    .footer-navigation {
        justify-content: flex-start;        
    }
    
    .footer-widgets {
        margin-bottom: 70px;
    }        
    .kkorli-embed-wrap {
        height: 1720px;
    }
}

@media only screen and (max-width: 767px) {
    .social-header .custom-header-container,
    .main-header .custom-header-container,
    .custom-footer-section .custom-section-inner-wrap,
    .custom-section-kkorli .custom-section-inner-wrap,
    .entry-header .entry-title-wrap {    
        max-width: 570px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .hamburger-menu-wrap {
        display: inline-block;
    }
        
    body.single-post, 
    body.blog, 
    body.archive {
        overflow-x: hidden;
    }            
    .custom-section-hero {
        /*height: 360px;*/
        height: 550px;
    }
    .custom-section-hero-wrap {
        /*margin-bottom: 0;*/
    }
    .home .custom-hero-content {
        flex-direction: column;
    }
    .custom-section-bg-text {
        /*font-size: 150px;*/
        font-size: 180px;
    }
    .custom-section-image .custom-section-bg-text {
        top: 0;
        left: -10px;
    }
    .custom-section-image .custom-section-inner-wrap {
        padding-top: 80px;
        padding-bottom: 50px;
        flex-direction: column;
    }
    .custom-section-image-content-wrap {
        margin-left: 0;        
    }
    .custom-section-image-img-wrap {
        padding-left: 0;
        padding-top: 30px;
    }
    .custom-section-img-1,
    .custom-section-img-2 {
        width: 60%;
    }
    .custom-section-img-2 {
        margin-top: -70px;
    }
    .custom-section-text-darkblue .custom-section-inner-wrap {
        padding-top: 85px;
        padding-bottom: 40px;
    }
    .custom-section-text-content-wrap {
        margin-left: 0;
    }
    .custom-section-text-darkblue .custom-section-bg-text {
        top: -40px;
        left: -10px;
    }
    .custom-footer-info-section .custom-section-inner-wrap {
        padding-bottom: 50px;
        padding-top: 50px;
        flex-direction: column;
        align-items: flex-start;
    }    
    .footer-navigation {
        justify-content: flex-start;
    }
    .footer-navigation .footer-menu {
        margin-left: 0;        
    }    
    .footer-navigation .footer-menu > .menu-item {
        width: 50%;        
        margin-bottom: 30px;        
    }
    .sponsor {
        flex: 0 0 33.333%;
    }
    .custom-section-sponsors-logos-wrap {
        margin-top: 30px;
    }
    .custom-section-sponsors-single-sponsor {
        padding: 10px;
    }
    .custom-section-sponsors-logos-wrap .custom-section-sponsors-single-sponsor {
        width: 33.333%;
    }
    .custom-section-columns .custom-section-columns-content-wrap {
        flex-direction: column;
    }
    .custom-section-columns .custom-section-columns-left,
    .custom-section-columns .custom-section-columns-right {
        width: 100%;
    }
    .custom-section-columns .custom-section-columns-left {
        margin-bottom: 30px;
    }
    .custom-section-columns .custom-section-columns-right {
        padding-left: 0;
        padding-top: 0;
    }
    .custom-section-columns .custom-section-columns-title br {
        display: none;
    }
    .custom-section-sponsors-all .custom-section-inner-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .custom-section-accordion .custom-section-inner-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .custom-section-text-grey .custom-section-inner-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .custom-section-accordion-wrap {
        padding: 40px 50px;
    }
    .custom-section-text-grey .custom-section-text-wrap {
        padding: 40px 50px;
    }
    .custom-inline-blockquote::before {
        top: -90px;
        left: -50px;
    }
    .custom-section-gallery .custom-section-inner-wrap {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .kkorli-coaches-short {
        gap: 2%;
    }
    .kkorli-coaches-short .kkorli-single-coach {
        width: 49%;
    }
    .kkorli-coaches-long .kkorli-single-coach-img-wrap {
        max-width: 200px;
    }
    .kkorli-coaches-long .kkorli-single-coach-content-wrap {
        padding-left: 30px;
    }
    .kkorli-equipment-wrap {
        gap: 6%;
    }
    .kkorli-single-equipment {
        /*flex: 0 0 32.333%;
        margin-right: 1.5%;*/
        flex: 0 0 47%;
    }
    .kkorli-single-equipment-img-wrap {
        max-width: 180px;
    }
    .selection-players-wrap {
        flex-direction: column-reverse;
    }
    .selection-group-photos-wrap {        
        width: 100%;
        max-width: none;
        margin-top: 50px;
    }
    .selection-players {
        width: 100%;     
        flex: 0 0 auto;
    }
    /*.custom-swiper-lightbox-close {
        left: 90%;
    }*/
    .custom-swiper-lightbox-close,
    .custom-swiper-lightbox-button-next {
        right: 20px;
    }
    .custom-swiper-lightbox-button-prev {        
        left: 20px;
    }    
    .custom-section-columns .custom-section-inner-wrap {
        padding-top: 35px;
    }
    .kkorli-embed-wrap {
        height: 1950px; 
    }
}
@media only screen and (max-width: 505px) {    
    .cookie-notice-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #cookie-notice #cn-accept-cookie.postojnsko-cookie-button {
        margin-right: 0;        
    }
    .cookie-notice-container #cn-notice-buttons {
        display: block;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #cookie-notice .cn-button.postojnsko-cookie-button {
        margin-bottom: 20px;
    }
    .sponsor {
        flex: 0 0 50%; /* mobile */
    }
    .custom-section-sponsors-single-sponsor {
        padding: 5px;
    }
    
    .custom-section-sponsors-logos-wrap .custom-section-sponsors-single-sponsor {
        width: 100%;
        max-width: 230px;
    }
    .kkorli-match-results .kkorli-match-results-wrap,
    .kkorli-currently-playing .kkorli-match-results-wrap {
        gap: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .kkorli-match-results .custom-section-columns-left,
    .kkorli-currently-playing .custom-section-columns-left {
        text-align: center;
    }    
    .kkorli-match-results-single {
        width: 100%;
        margin-bottom: 20px;
        max-width: 278px;
    }
    .custom-section-columns .custom-section-underline-link {
        margin-right: auto;
    }
    .masonry-gallery {
        column-count: 2;
    }
    .custom-section-accordion-wrap {
        padding: 20px;
    }
    .custom-section-text-grey .custom-section-text-wrap {
        padding: 20px;
    }
    .custom-inline-blockquote::before {
        top: -80px;
        left: auto;
        right: -40px;
    }
    .kkorli-coaches-short {
        gap: 0;
    }
    .kkorli-coaches-short .kkorli-single-coach {
        width: 100%;        
    }
    .kkorli-coaches-long .kkorli-single-coach {
        flex-direction: column;
    }
    .kkorli-coaches-long .kkorli-single-coach-img-wrap {
        max-width: 245px;
        margin-bottom: 10px;
    }
    .kkorli-coaches-long .kkorli-single-coach-content-wrap {
        padding-left: 0;
    }
    .kkorli-equipment-wrap {
        gap: 0;
    }
    .kkorli-single-equipment {
        flex: 0 0 100%;        
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
    }
    .season-selection-tabs {
        gap: 2%; 
        margin-bottom: 0;
    }
    .season-tab {
        width: 23%;
        padding: 10px;
        margin-bottom: 8px;
    }    
    /*.custom-swiper-lightbox-close {
        left: 85%;
    }*/
    .kkorli-embed-wrap {
        height: 2210px;
    }
    .preloader__item {
        max-width: 250px;
    }
    .kkorli-match-results-wrap {
        gap: 0;
        justify-content: center;        
    }
}

@media only screen and (min-width: 768px) {
    .main-navigation > .main-menu > .menu-item > .menu-item-link {
        padding-top: 18px;
        padding-bottom: 18px;
        display: inline-block;
    }
    .main-navigation .main-menu .menu-item:hover .sub-menu {
        /*display: flex;*/
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }    
    .main-navigation .sub-menu {    
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
        position: absolute;
        top: 54px;
        left: 26px;
        z-index: 100;
        white-space: nowrap;
        border-top-style: solid;
        border-top-width: 4px;
        min-width: 170px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        visibility: hidden;
        overflow: visible;
        transform: translateY(10px);
        transition: all .3s ease-in-out;
        pointer-events: none;
    }
    .main-navigation .sub-menu .menu-item {
        border-bottom: 1px solid #EFEFEF;
    }
    .main-navigation .sub-menu .menu-item:last-child {
        border-bottom: none;
    }
    .main-navigation .sub-menu .menu-item .menu-item-link {
        padding-left: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 16px;
        display: inline-block;
        width: 100%;
        transition: padding 400ms ease;
        position: relative;
    }
    .main-navigation .sub-menu .menu-item .menu-item-link:hover {
        padding-left: 20px;
        /*padding-left: 30px;*/
    }

    .main-navigation .sub-menu .menu-item .menu-item-link:hover::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .main-navigation .sub-menu .menu-item .menu-item-link::before {
        top: 50%;
        left: 10px;
        /*left: 15px;*/
        content: "";
        position: absolute;
        /*top: 25px;
        left: 12px;*/
        width: 6px;
        height: 2px;    
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: scale(0);
        transform: scale(0) translateY(-1px);
    }
    .masonry-gallery-item:hover .masonry-gallery-item-title {
        display: inline-block;
    }
}
@media only screen and (min-width: 1280px) {}
@media only screen and (min-width: 1366px) {
    /* move to the inside of the container */
    .entry-header.custom-bg-dots-blue:before {
        display: none;
    }
    .entry-header.custom-bg-dots-blue .custom-section-inner-wrap:before {
        content: "";
        background-image: url("assets/imgs/kk-orli-bg-dots-blue.png");
        background-repeat: no-repeat;
        background-size: 100%;
        display: inline-block;
        height: 100%;
        position: absolute;
        width: 1366px;    
        background-position: -80px center;        
        bottom: 0;
        left: 0;
    }
}
@media only screen and (max-height: 600px) {
    html.cookies-not-set,
    body.cookies-not-set {
        overflow: hidden;
    }
    #cookie-notice.cookie-notice-visible {
        overflow: scroll;
        z-index: 10000000;
    }
}
@media only screen and (max-height: 499px) {
    .preloader__item {        
        padding-top: 30px;
        height: 100%;
        width: auto;
    }
    .preloader__img-logo {
        height: 80%;
    }
    .preloader__loading {
        margin-top: 20px;
    }
}
/* END RESPONSIVE */