/*
Theme Name: ŠK Raja
Author: Marketingová agentúra UNIQINO
Author URI: https://uniqino.sk
Description: Moderná šablóna pre Športový klub Raja.
Version: 1.0
Text Domain: skraja
*/ 

/* FONTS */

/* jost-300 - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/jost/jost-v20-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-300italic - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  src: url('assets/fonts/jost/jost-v20-latin_latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/jost/jost-v20-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-italic - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('assets/fonts/jost/jost-v20-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600 - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/jost/jost-v20-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600italic - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: italic;
  font-weight: 600;
  src: url('assets/fonts/jost/jost-v20-latin_latin-ext-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/jost/jost-v20-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700italic - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url('assets/fonts/jost/jost-v20-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-family: 'bootstrap-icons';
  src: url('assets/fonts/bootstrap-icons/fonts/bootstrap-icons.woff2') format('woff2'),
       url('assets/fonts/bootstrap-icons/fonts/bootstrap-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root {
	--text: #151515;
	--light: #f8f8f8;
	--gray: #f1f1f1;
	--ease: all 0.3s ease-in-out;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}


body {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.2rem, 1.0737rem + 0.204vw, 1.4rem);
  color: var(--text);
  letter-spacing:-.35px;
  min-height:100%;
}

a {
	color:var(--accent);
}

ul {
	list-style:square;
}

::marker {
	color:var(--accent);
	font-weight:600;
}

.container-fluid {
	padding-left:0;
	padding-right:0;
}

.row {
	margin-left:0;
	margin-right:0;
}

.page-template-front-page main {
	padding:1rem 4px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3rem;
}

strong {
	font-weight:600 !important;
}

.site-header {
	background-color:#ffffff;
	position:sticky;
	top:0;
	height:71px;
	z-index:9999;
}
	

.btn {
	font-size:inherit;
	padding:.75rem 2rem !important;
	line-height:1;
	transition:var(--ease);
	border:2px solid transparent;
	text-transform:uppercase;
}

.btn:hover {
	background-color:var(--text) !important;
	color:#ffffff;
}

.btn:focus {
	box-shadow:none;
}

.forminator-button-submit {
	background:var(--accent);
	color:#ffffff;
	box-shadow:none;
	font-weight:400;
	width:100%;
}

.forminator-button-submit:hover {
	box-shadow:none !important;
}
	
.forminator-label {
	font-weight:600 !important;
}

main.plavanie .btn, main.patboj .btn, main.laser .btn {
	color:#ffffff;
}

/*body:not(.home) .sponsor {
	margin:1rem 0;
}*/

.skraja-organizacia {
	margin-bottom:1rem;
}

.bank-name {
	font-weight:600;
}

.not-found-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 4rem;
    margin-bottom: 4rem;
    align-items: center;
    gap: 2rem;
}

.not-found-wrapper img {
	max-width:50%;
}

.not-found-btn {
	background-color:var(--accent);
	color:#ffffff;
}


table th {
	font-weight:600;
}

@media (min-width:992px) {

.site-header {

	height:81px;
}

.page-template-front-page main {
	padding:2rem;
	gap:4rem;
}

body:not(.home) .sponsor {
	margin:2rem;
}
	
}

@media (max-width:991px) {
	.container {
	max-width:100%;
	padding-left:0rem;
	padding-right:0rem;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	
    form#searchform input[type="text"] {
		min-width:185px !important;
    }
	
	.site-header .header-container .site-logo img {
        height: 2rem !important;
    }
	
	.site-header .header-container .header-left {
    gap: 2rem !important;
}
	
}