@charset "UTF-8";
/*
Theme Name: TrenČIN
Theme URI: https://martinres.cz
Author: Martin Res
Author URI: https://martinres.cz
Description: 
Tags: 
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: trencin
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

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

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

:focus-visible {
  outline: none;
}

@font-face {
  font-family: "Trencin2026";
  src: url("../fonts/Trencin2026-Regular.woff2") format("woff2"), url("../fonts/Trencin2026-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Trencin2026";
  src: url("../fonts/Trencin2026-SemiBold.woff2") format("woff2"), url("../fonts/Trencin2026-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Trencin2026";
  src: url("../fonts/Trencin2026-Bold.woff2") format("woff2"), url("../fonts/Trencin2026-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
:root {
  --font: "Trencin2026", sans-serif;
  --pink: #e690bc;
  --blue: #263684;
  --white: #ffffff;
  --fs-normal: 15px;
  --fs-big: 32px;
}

@media (min-width: 782px) {
  :root {
    --fs-normal: 22px;
    --fs-big: 44px;
  }
}
@media (min-width: 1200px) {
  :root {
    --fs-normal: 25px;
  }
}
*, ::before, ::after {
  box-sizing: border-box;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.container {
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.col-1-2, .col-1-3, .col-2-3 {
  padding: 0 10px;
}

.col-sm-1-2, .col-sm-1-3, .col-sm-2-3, .col-sm-2-5, .col-sm-3-5, .col-md-1-2, .col-md-1-3, .col-md-2-3, .col-lg-1-2, .col-lg-1-3, .col-lg-2-3 {
  width: 100%;
  padding: 0 10px;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33333%;
}

.col-2-3 {
  width: 66.66666%;
}

@media (min-width: 600px) {
  .col-sm-1-2 {
    width: 50%;
  }
  .col-sm-1-3 {
    width: 33.33333%;
  }
  .col-sm-2-3 {
    width: 66.66666%;
  }
  .col-sm-1-4 {
    width: 25%;
  }
  .col-sm-2-5 {
    width: 40%;
  }
  .col-sm-3-5 {
    width: 60%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
}
@media (min-width: 800px) {
  .col-md-1-2 {
    width: 50%;
  }
  .col-md-1-3 {
    width: 33.33333%;
  }
  .col-md-2-3 {
    width: 66.66666%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .offset-md-1-3 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 40px;
  }
  .container--narrow {
    max-width: 800px;
  }
  .col-lg-1-2 {
    width: 50%;
  }
  .col-lg-1-3 {
    width: 33.33333%;
  }
  .col-lg-2-3 {
    width: 66.66666%;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

.btn {
  background-color: var(--red);
  text-transform: uppercase;
  font-size: var(--fs-50);
  padding: 15px 30px;
  border-radius: 20px;
  color: var(--gold);
  width: fit-content;
  margin: 0 auto;
  font-weight: normal;
  display: block;
  border: 0;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  background-color: var(--gold);
  color: var(--red);
}

#header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: var(--pink);
}
#header .header__inner {
  display: flex;
}
#header #site-title {
  font-size: var(--fs-big);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
#header #site-title a {
  text-decoration: none;
  font-weight: 700;
  vertical-align: top;
  display: inline-block;
  position: relative;
  color: var(--blue);
  transition: color 0.3s;
}
#header #site-title a::after {
  content: "";
  width: 47%;
  height: 2px;
  display: block;
  background-color: var(--blue);
  position: absolute;
  right: 0;
  bottom: 12%;
  transition: background 0.3s;
}
#header #btn-menu {
  background-color: var(--blue);
  position: relative;
  z-index: 2;
  border: 0;
  font-size: 0;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  padding: 7px;
  margin-left: auto;
  cursor: pointer;
  transition: background 0.3s;
}
#header #btn-menu::before, #header #btn-menu::after {
  background-color: var(--pink);
  height: 2px;
  width: 26px;
  content: "";
  display: block;
  margin: 3px 0;
  transition: transform 0.3s, background 0.3s;
}
#header #btn-menu[aria-expanded=true] {
  background-color: var(--pink);
}
#header #btn-menu[aria-expanded=true]::before, #header #btn-menu[aria-expanded=true]::after {
  background-color: var(--blue);
}
#header #btn-menu[aria-expanded=true]::before {
  transform: translate(0, 3.5px) rotate(45deg);
}
#header #btn-menu[aria-expanded=true]::after {
  transform: translate(0, -3.5px) rotate(-45deg);
}
#header #menu {
  position: fixed;
  background-color: var(--blue);
  top: -100dvh;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.5s;
  text-align: center;
}
#header #menu .menu-item a {
  color: var(--pink);
  text-decoration: none;
  position: relative;
  font-size: var(--fs-big);
}
#header #menu .menu-item a:hover, #header #menu .menu-item a:focus, #header #menu .menu-item.current-menu-item a {
  font-weight: 700;
}
#header #menu.is-open {
  top: 0;
}

body.menu-open #header #site-title a {
  color: var(--pink);
}
body.menu-open #header #site-title a::after {
  background-color: var(--pink);
}

@media (min-width: 782px) {
  #header {
    height: 70px;
    padding: 30px 0 0;
  }
  #header::after {
    background-color: var(--blue);
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    left: 0;
    bottom: 0px;
    position: absolute;
  }
  #header #site-title {
    line-height: 40px;
  }
  #header #site-title a::after {
    bottom: 0;
  }
  #header #btn-menu {
    display: none;
  }
  #header #menu {
    position: static;
    background-color: transparent;
  }
  #header #menu > * {
    width: 67%;
    margin-left: auto;
  }
  #header #menu .menu {
    display: flex;
    justify-content: space-between;
  }
  #header #menu .menu .menu-item a {
    color: var(--blue);
    line-height: 40px;
    display: inline-block;
    position: relative;
  }
  #header #menu .menu .menu-item a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    display: block;
    z-index: 1;
  }
  #header #menu .menu .menu-item.current-menu-item a, #header #menu .menu .menu-item a:hover, #header #menu .menu .menu-item a:focus {
    font-weight: 400;
    color: var(--white);
  }
  #header #menu .menu .menu-item.current-menu-item a::after, #header #menu .menu .menu-item a:hover::after, #header #menu .menu .menu-item a:focus::after {
    background-color: var(--white);
  }
}
#footer {
  background-color: var(--gold);
  padding: 10px 0;
  position: relative;
  z-index: 5;
}
#footer .footer-logos {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#footer .footer-logos .footer-logo {
  vertical-align: top;
  height: 30px;
  display: inline-block;
}
#footer .footer-logos .footer-logo img {
  height: 100%;
}

@media (min-width: 1200px) {
  #footer {
    padding: 40px 0;
  }
  #footer .footer-logos {
    gap: 80px;
  }
  #footer .footer-logos .footer-logo {
    height: 60px;
  }
}
body.home {
  height: 100dvh;
  overflow: hidden;
}
body.home #header {
  background-color: transparent;
}
body.home main {
  height: 100%;
}
body.home article.page {
  padding: 0;
  height: 100%;
  text-align: center;
  overflow: visible;
}
body.home picture {
  height: 100%;
  width: 130%;
  margin-top: -2px;
  margin-left: calc(-30% + 20px);
  object-fit: cover;
  object-position: bottom center;
  vertical-align: top;
}
body.home picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

@media (min-width: 782px) {
  body.home #header::after {
    display: none;
  }
  body.home picture {
    width: 105%;
    object-position: top center;
    margin-left: 0;
  }
  body.home picture img {
    object-position: top center;
  }
}
html {
  overscroll-behavior: none;
  margin-top: 0 !important;
}

body {
  font-family: var(--font), "Arial", sans-serif;
  font-weight: 400;
  font-size: var(--fs-normal);
  line-height: 1.2;
  background-color: var(--pink);
  color: var(--blue);
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  padding-top: 70px;
}

::selection {
  color: var(--pink);
  background-color: var(--blue);
}

input, button, textarea, select {
  font-family: var(--font), "Arial", sans-serif;
  font-weight: 400;
  font-size: var(--fs-normal);
  line-height: 1.2;
  color: var(--blue);
}

.uppercase {
  text-transform: uppercase;
}

h1, h2, h3 {
  color: var(--white);
}

#wpadminbar {
  display: none;
}

article.page {
  padding: 0 0 20px;
  overflow: hidden;
}
article.page h1 {
  margin-bottom: 1em;
  font-weight: 700;
  position: relative;
  width: fit-content;
}
article.page h1::after {
  width: 100%;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
}
article.page h2 {
  margin: 0;
  font-weight: 700;
  position: relative;
  width: fit-content;
}
article.page h2::after {
  width: 100%;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
}
article.page h3 {
  margin: 0 0 1em;
  font-weight: 700;
}
article.page p {
  margin: 0 0 1em;
}
article.page p strong {
  font-weight: 700;
}
article.page .wp-block-separator {
  border-bottom: 1px solid var(--blue);
  margin: 20px -100dvw;
}

@media (min-width: 782px) {
  article.page {
    padding: 40px 0 20px;
  }
  article.page .wp-block-separator {
    border-bottom: 2px solid var(--blue);
    margin: 40px -100dvw;
  }
}
