@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body, html, p, div, span {
  font-family: "Montserrat";
  color: #000;
  font-weight: 300; }

html body {
  font-size: 18px;
  margin-bottom: 0 !important; }

h1, h2, h3, h4 {
  font-family: "peachcuties";
  font-weight: 500;
  color: #000; }

h2 {
  font-size: 2.44444em; }

h1 {
  font-size: 2.66667em !important; }

.inner-content {
  max-width: 1280px;
  margin: 0 auto; }

.one_half {
  width: 48%;
  display: inline-block;
  vertical-align: middle; }
  .one_half:first-child {
    margin-right: 4%; }

#site-navigation, #site-navigation-2 {
  width: 30%;
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle; }
  #site-navigation li a, #site-navigation-2 li a {
    font-size: 1.11111em;
    padding: 0.5em 2em 0.5em 2em;
    color: #000;
    text-transform: uppercase;
    font-weight: 400; }

.logo img {
  max-width: 120px; }

.site-branding {
  display: inline-block;
  vertical-align: middle; }

.text-logo {
  font-family: "peachcuties";
  font-size: 3.33333em;
  color: #000;
  text-decoration: none; }
  .text-logo:visited {
    text-decoration: none; }

.logo {
  text-decoration: none;
  margin-bottom: -90px;
  background-color: #fff;
  display: block;
  padding: 10px 40px;
  border-radius: 0 0 50% 50%;
  position: relative; }
  .logo:after {
    position: absolute;
    height: 120%;
    width: 100%;
    border-radius: 0 0 50% 50%;
    content: '';
    box-shadow: 0 -5px 15px #eee;
    bottom: 0;
    left: 0;
    z-index: -1; }

header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -5px 15px #eee; }
  header .menu-meni_levo-container {
    margin-right: 2em; }
  header .menu-meni_desno-container {
    margin-left: 2em; }
  header .inner-content {
    padding: 10px 0;
    text-align: center; }
  header .site_branding {
    margin-bottom: 0; }

footer.site-footer {
  background-color: #fff;
  color: #000;
  padding: 1em;
  margin-top: 0; }
  footer.site-footer .copy {
    font-size: 0.77778em; }
    footer.site-footer .copy a {
      color: #000; }

html body {
  overflow-x: hidden; }

html .entry-content {
  margin-top: 0; }

.entry-footer {
  display: none; }

@font-face {
  font-family: "peachcuties";
  font-display: swap;
  src: url("./fonts/Floreal.ttf") format("truetype"); }

a:visited, a {
  color: #000; }

#primary {
  margin-top: 80px; }

.naslov_podcrtan {
  position: relative;
  display: block; }
  .naslov_podcrtan:after {
    content: '';
    height: 1px;
    background-color: #fff;
    width: 200px;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

.button-old {
  box-shadow: inset 0 0 0 4px #fff;
  color: #fff;
  transition: color 0.25s 0.08333s;
  position: relative;
  padding: 1em 3em;
  color: #fff;
  text-decoration: none; }
  .button-old::before, .button-old::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0; }
  .button-old::before {
    border-bottom-width: 4px;
    border-left-width: 4px; }
  .button-old::after {
    border-top-width: 4px;
    border-right-width: 4px; }
  .button-old:hover {
    color: #FCD5CE !important; }
    .button-old:hover::before, .button-old:hover::after {
      border-color: #FCD5CE;
      transition: border-color 0s, width 0.25s, height 0.25s;
      width: 100%;
      height: 100%; }
    .button-old:hover::before {
      transition-delay: 0s, 0s, 0.25s; }
    .button-old:hover::after {
      transition-delay: 0s, 0.25s, 0s; }
  .button-old:visited {
    color: #fff; }

.post, article.page {
  margin-bottom: 0; }

.button_wrap_center {
  text-align: center; }

.button {
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background-color: #FCD5CE;
  padding: 17px 60px;
  margin: 0 auto;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .button:visited {
    color: #fff; }

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

.button span {
  position: relative;
  z-index: 1;
  color: #fff; }

.button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 800%;
  width: 200%;
  background: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-120%) translateY(-25%) rotate(45deg); }

.button:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg); }

.buttonwrap {
  text-align: center; }

.form_wrap .form_row_wrap {
  white-space: nowrap;
  text-align: left; }

.form_wrap .one_half p {
  display: block; }

.form_wrap input[type="text"], .form_wrap input[type="email"], .form_wrap textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  outline: none;
  margin-top: 1em; }
  .form_wrap input[type="text"]:focus, .form_wrap input[type="email"]:focus, .form_wrap textarea:focus {
    outline: none; }

.form_wrap select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  padding: 10px; }

.form_wrap textarea {
  height: 100px; }

.form_wrap label {
  display: block;
  text-align: left; }

.form_wrap .wpcf7-radio {
  display: block;
  margin-top: 1em; }
  .form_wrap .wpcf7-radio .wpcf7-list-item {
    position: relative;
    overflow: hidden;
    display: block; }
    .form_wrap .wpcf7-radio .wpcf7-list-item label {
      padding-left: 38px;
      line-height: 35px;
      cursor: pointer; }
      .form_wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
        content: " ";
        width: 30px;
        height: 30px;
        position: absolute;
        display: block;
        left: 0;
        background-color: #fff;
        border: 3px solid #fff;
        border-radius: 50%; }
      .form_wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label + input[checked="checked"]:before {
        background-image: url("../images/radio_selected.png"); }
      .form_wrap .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
        background-color: #fff;
        content: "♡";
        color: #fff;
        text-align: center;
        font-size: 1.33333em;
        line-height: 27px;
        padding-left: 2px; }
    .form_wrap .wpcf7-radio .wpcf7-list-item input {
      left: -100px;
      position: absolute; }

.captcha-image {
  border: none; }
  .captcha-image .cf7ic_instructions span {
    color: #000; }
  .captcha-image label > input:checked + svg {
    border-color: #000; }

.heading_wrap {
  display: block;
  text-align: center; }
  .heading_wrap h1, .heading_wrap h2, .heading_wrap h3 {
    display: inline-block;
    position: relative; }
    .heading_wrap h1:after, .heading_wrap h2:after, .heading_wrap h3:after {
      display: block;
      position: absolute;
      width: 110%;
      bottom: 0px;
      left: 0px;
      height: 2px;
      background-color: #fff;
      /*content:"";*/ }

.bordered {
  position: relative; }
  .bordered:after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    border: 1px solid #fff;
    height: calc(100% - 30px);
    top: 15px;
    left: 10px;
    position: absolute;
    pointer-events: none;
    z-index: 10; }
  .bordered:before {
    content: "";
    pointer-events: none;
    display: block;
    width: calc(100% - 30px);
    border: 1px solid #fff;
    height: calc(100% - 20px);
    top: 10px;
    left: 15px;
    position: absolute;
    z-index: 10; }
  .bordered.blueborder:after {
    border-color: #fff; }
  .bordered.blueborder:before {
    border-color: #fff; }
  .bordered.widebordered:after {
    width: calc(100% - 50px);
    height: calc(100% - 30px);
    top: 15px;
    left: 25px; }
  .bordered.widebordered:before {
    width: calc(100% - 30px);
    height: calc(100% - 50px);
    top: 25px;
    left: 15px; }

.meni_button {
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .meni_button .line_button {
    height: 3px;
    width: 100%;
    margin: 10px 0;
    background-color: #000;
    display: block; }

.menu-toggle {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  position: absolute;
  top: 40px;
  right: 50px; }

header .inner-content {
  position: relative; }

.mobile_only {
  display: none; }

@media screen and (max-width: 1280px) {
  .inner-content {
    padding: 0 60px; }
  html .block_wrapper.hero_img .wrap_title h1 {
    font-size: 3em !important; }
  html .sekcija_zakljcuek .naslov {
    font-size: 3em; }
  html .logo {
    padding: 10px 30px; }
    html .logo img {
      max-width: 100px; }
  html #site-navigation, html #site-navigation-2 {
    width: 40%; }
  html .block_wrapper.hero_img {
    min-height: 1200px; }
  html #casovnica .inner-content {
    max-width: 800px; }
  html .urnik_wrap .urnik_half_right .urnik_element:after {
    left: -44px; }
  .odstevalnik .timer_wrap:before {
    left: 10%; }
  .odstevalnik .timer_wrap:after {
    right: 10%; } }

@media screen and (max-width: 960px) {
  #primary {
    overflow: hidden; }
  html .par_kratka_predstavitev .lower_predstavitev {
    max-width: 80%; }
  nav .menu-toggle {
    display: block; }
  nav.main-navigation ul {
    display: none; }
  .mobile_only {
    display: block; }
  html body {
    font-size: 16px; }
    html body .menu-toggle {
      top: 20px; }
    html body .block_wrapper.hero_img .wrap_title.imena_wrap {
      max-width: 100%;
      background-size: 80%; }
    html body .block_wrapper.hero_img .wrap_title {
      padding: 40px 0; }
    html body .prijava {
      padding: 3em 0 500px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: right bottom; }
    html body .block_wrapper.hero_img {
      min-height: 1000px; }
    html body #site-navigation, html body #site-navigation-2 {
      width: 0; }
    html body #site-navigation.toggled {
      display: block;
      width: 100%;
      margin-top: 100px; }
    html body .prijava_wrap {
      padding: 30px 40px; }
    html body .prijava .inner-content {
      text-align: center; }
    html body .prijava .one_half.first {
      width: 80%;
      margin-right: 0;
      display: inline-block; }
    html body .logo img {
      max-width: 80px; }
    html body .site-branding {
      min-height: 60px; } }

body .wrap_leta {
  overflow: hidden;
  max-width: 100%; }

@media screen and (max-width: 767px) {
  .heading_wrap h1, .heading_wrap h2, .heading_wrap h3, h1, h2, h3 {
    line-height: 1 !important; }
  .one_half {
    width: 100%;
    display: block;
    margin: 0; }
  .odstevalnik .timer_wrap:before {
    left: 0%; }
  .odstevalnik .timer_wrap:after {
    right: 0%; }
  html body .prijava {
    padding-bottom: 400px; }
  #timer .number {
    font-size: 2em; }
  html .sekcija_naslov:before {
    border-width: 70px 100vw 0 0;
    top: 0; }
  html .sekcija_naslov:after {
    border-width: 70px 0 0 100vw;
    bottom: 0; }
  html .sekcija_naslov {
    padding: 9em 0; }
  html .block_wrapper.hero_img:after {
    border-width: 0 0 70px 100vw;
    bottom: 0; }
  html .par_kratka_predstavitev .predstavitev_posameznika {
    max-width: 46%;
    margin: 0 2%; }
  html .par_kratka_predstavitev .lower_predstavitev {
    max-width: 100%; }
  html .wrap_leta .posamezno_leto .wrap_leto_stevilka {
    text-align: left; }
  html .wrap_leta .posamezno_leto .wrap_leto_stevilka:before {
    left: 30px; }
  html .wrap_leta .posamezno_leto .wrap_leto_stevilka:after {
    left: 30px; }
  html .wrap_leta .zgodbe_wrap .zgodba .zgodba_half {
    width: 100%; }
  html #timer .singletimerwrap {
    padding: 0 20px; }
  html #timer .singletimerwrap .number {
    font-size: 3em !important; }
  html body .block_wrapper.hero_img {
    min-height: 800px; }
  html #casovnica .one_half {
    width: 48%;
    display: inline-block; }
  html .urnik_wrap .urnik_element .urnik_naslov {
    font-size: 1.44444em; }
  html .urnik_wrap .one_half {
    padding: 0 20px; }
  html #casovnica .inner-content {
    max-width: 500px;
    padding: 0 10px; }
  html .urnik_wrap .urnik_half_left:after {
    right: -13px; }
  html .urnik_wrap .urnik_half_left .urnik_element:after {
    right: -38px; }
  html .urnik_wrap .urnik_half_right .urnik_element:after {
    left: -31px; }
  html .block_wrapper.hero_img .wrap_podatki .podatek {
    padding: 0 18px; }
  html .ikone_naslov_text .vsebina_single {
    width: 80%;
    display: block;
    margin: 0 auto; }
  .inner-content {
    padding: 0 30px; } }

@media screen and (max-width: 600px) {
  html body .prijava {
    padding-bottom: 300px; } }

@media screen and (max-width: 480px) {
  #timer .singletimerwrap {
    padding: 0 14px; }
  .odstevalnik .timer_wrap:before {
    top: 0;
    height: 150px; }
  .odstevalnik .timer_wrap:after {
    top: 0;
    height: 150px; }
  html .prijava_wrap {
    padding: 40px; }
  html body .prijava {
    padding-bottom: 250px; }
  html body .prijava .one_half.first {
    width: 100%; }
  html .block_wrapper.hero_img .overlay_hero {
    padding-top: 40px; }
  html .block_wrapper.hero_img .wrap_title h3 {
    font-size: 2.66667em; }
  html .ikone_naslov_text .vsebina_single {
    width: 100%; }
  html .block_wrapper.hero_img .wrap_podatki .podatek {
    margin: 30px 0;
    display: block; }
  html .block_wrapper.hero_img .wrap_podatki .podatek.podatek_0 {
    margin-top: 0; }
  html .block_wrapper.hero_img .wrap_podatki .podatek:nth-child(2):before {
    left: calc(50% - 10px);
    top: -18px; }
  html .block_wrapper.hero_img .wrap_podatki .podatek:nth-child(2):after {
    left: calc(50% - 10px);
    bottom: -18px;
    top: auto; }
  html body .block_wrapper.hero_img {
    background-size: 140%; } }
