/*
Theme Name: Webdsgn
Author: jankurtak.eu / Ján Kurták
Author URI: http://www.jankurtak.eu/
Version: 3.0 / BS4.3
*/

:root {
  --dark: #000000;
  --blue: #0450A3;
  --blue2: #1B78F2;
  --green: #BFF205;
  --gray: #B2B2B2;
  --tyrkys: #00E4EF;
  --light:#EDFEFF;
  --light-green: #EDFFAA;
  --light-blue: #F3F8FF;
  --border-blue:#EDFEFF
  --white:#ffffff;

}

html, body {
  position:relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important; 
}

*:focus {
  outline: none !important;
  -webkit-box-shadow:none !important;
          box-shadow:none !important; 
}

body{
  color: var(--dark);
  font-size: 16px;
  line-height: 1.5;
  font-family: "Sora", serif;
  font-weight: 300;
  font-style: normal;
}

/* MAIN */           
h1, h2, h3, h4, h5, h6{
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight:600;
  line-height: 1.2;
}

h1{font-size:42px; margin-bottom: 20px;}
h2{font-size:36px; margin-bottom: 10px;}
h3{font-size:26px; margin-bottom: 5px;}
h4{font-size:24px}
h5{font-size:18px}
h6{font-size:14px}

ul{
  padding-left:0;
  list-style:none;
}

p{
  line-height: 1.5;
}

strong, b{
  font-weight: 600;
}

a, a:hover{
  color: var(--blue)
} 

.btn {
  border-width: 2px;
  padding: 14px 22px;
  border-radius: 30px;
  margin-top: 15px;
  font-weight: 600;
  color: var(--dark);
}

.btn-sm {
  font-size: 14px;
  padding: 10px 20px;
}

.btn-primary {
  border-color: transparent;
  background-color: var(--green);
}
.btn-outline-primary {
  border-color: var(--green);
  background-color: transparent;
}

.btn-primary:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

.btn-outline-primary:hover {
  border-color: transparent;
  background-color: var(--green);
  color: var(--dark);
}
.btn > i {
  margin-right: 10px;
}

.title > span {
  font-weight: 300;
}

.title a:hover {
  color: #fff;
}

/* Slick */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: var(--light);
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: var(--green)
}

/* Image Cover */
picture.cover {
  margin: 0;
  position: relative;
  display: block;
  padding-top: 56.25%;
}

a > picture.cover > img, a > picture.cover > source,
picture.cover > img, picture.cover > source {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 0;
}

/* Image Aspect Ratio */
picture.cover.fit-43{
  padding-top: 75%;
}

picture.cover.fit-11{
  padding-top: 100%;
}

picture.cover.fit-45{
  padding-top: 125%;
}
picture.cover.fit-57 {
  padding-top: 140%;
}

/* Picture round */
picture.round > img, picture.round > a > img{
  border-radius: 50px 150px;
}

picture.fit-43.round > img, picture.round.fit-43 > a > img{
  border-radius: 50px 200px;
}

picture.round-2 > img, picture.round-2 > a > img{
  border-radius: 40px;
}
picture.round-3 > img, picture.round-3 > a > img{
  border-radius: 20px;
}

ul.with-icon > li, .module-content .text > ul > li{
  list-style: none;
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

ul.with-icon > li::before, .module-content .text > ul > li::before{
  content: "\f04b";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  color: var(--tyrkys);
  left: 0;
  font-weight: 700;
}
ul.with-icon.advanced > li{
  padding-left: 46px;
  line-height: 1.4;
  margin-bottom: 20px;
}
ul.with-icon.advanced > li::before{
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  background-color: var(--tyrkys);
  top: 0;
  left: 0;
  font-weight: 700;
  border-radius: 50%;
}

ul.with-icon.advanced > li.green::before{
  background-color: var(--green);
}
ul.with-icon.advanced > li.blue::before{
  background-color: var(--blue);
}
ul.with-icon.advanced > li:last-child{
  margin-bottom: 0;
}
ul.with-icon.advanced > li > strong{
  display: block;
}

.form-control {
  background: transparent;
  border-width: 2px;
  padding: 12px 18px;
  height: auto;
  border-color: #383A41;
  border-radius: 3px;
  color: #ddd;
}

.form-control::-webkit-input-placeholder {
  color: #7E818E;
}

.form-control::-moz-placeholder {
  color: #7E818E;
}

.form-control:-ms-input-placeholder {
  color: #7E818E;
}

.form-control::-ms-input-placeholder {
  color: #7E818E;
}

.form-control::placeholder {
  color: #7E818E;
}

.form-control:focus {
  background: transparent;
  border-color: #65676F;
}

.form-control:requipur--blue {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.g-recaptcha .rc-anchor-dark.rc-anchor-normal {
  background: transparent;
  border: 2px solid #383A41;
}

/* HEADER */
header {
  z-index: 9;
  position: relative;
  height: 100px;
}

header .logo > img{
  max-width: 220px;
}


header #menu{
  float: right;
}

header #menu > ul{
  margin-bottom: 0;
  font-size: 0;
}

header #menu > ul > li{
  display: inline-block;
  position: relative;
}

header #menu > ul > li > a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  font-size: 16px;
  padding: 15px 10px;
  margin: 0 5px 0 0;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header #menu > ul > li > a:hover{
  color: var(--green);
}


header #menu > ul > li > a::before{
  content: "";
  width: 100%;
  height: 0;
  border-radius: 7px 7px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header #menu > ul > li > a:hover::before, header #menu > ul > li.current-menu-item > a::before, header #menu > ul > li.current_page_parent > a::before{
  background-color: var(--green);
  height: 7px;
}

header #menu > ul > li.current-menu-item > a,
header #menu > ul > li.current_page_parent > a,
header #menu > ul > li.current-page-ancestor > a{
  color: var(--dark);
}

header #menu > ul > li > a:hover {
  color: var(--dark);
}

header #menu > ul > li.current-menu-item > a:hover,
header #menu > ul > li.current_page_parent > a:hover,
header #menu > ul > li.current-page-ancestor > a:hover{
  color: var(--dark);
  border-color: transparent;
}

/*Support btn*/
header #menu > ul > li.support-btn > a {
  height: auto;
  background: var(--green);
  border-radius: 50px;
  padding: 18px 20px 18px 60px;
  color: var(--dark);
  -webkit-box-shadow: 0 5px 15px rgba(191, 242, 5, 0.5);
          box-shadow: 0 5px 15px rgba(191, 242, 5, 0.5);
  margin-left: 15px;
  font-size: 14px;
  position: relative;
}
header #menu > ul > li.support-btn > a:hover {
  background-color: var(--blue);
  color: var(--white);
  -webkit-box-shadow: 0 5px 15px rgba(27, 120, 242, 0.5);
          box-shadow: 0 5px 15px rgba(27, 120, 242, 0.5);
}

header #menu > ul > li.support-btn > a::before {
  content: "\f4be";
  font-family: "Font Awesome 5 Pro";
  top: 13px;
  left: 20px;
  font-size: 26px;
  position: absolute;
  font-weight: 300;
  height: 0;
  width: 0;
  border-radius: 0;
}

/* Home intro*/
section.hero {
  background: linear-gradient(270deg, #0450A3, #009AA1);
  background-size: 2500% 2500%;
  animation: gradientFlow 20s ease infinite;
  transition: background 1s ease-in-out;
  margin-bottom: 0;
  padding: 20vh 0;
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

section.hero > picture {
  padding-top: inherit;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.hero > picture > img {
  opacity: 0.2;
  mix-blend-mode: overlay;
  filter: grayscale(1);
}


section.hero .text {
  position: relative;
  z-index: 2;
  color: var(--white);
}
section.hero .title-h{
  font-size: 36px;
  color: var(--white);
}
section.hero .title-h > span{
  font-weight: 300;
  display: block;
}

section.about.home{
  background-color: var(--light);
  padding: 75px 0;
}

section.about.home .container{
  position: relative;
}

/* Page title*/
section.page-title{
  background: rgb(0,48,114);
  background: linear-gradient(45deg, rgba(0,48,114,1) 0%, rgba(0,201,211,1) 100%);
  padding: 100px 0;
}

section.page-title .title-h{
  position: relative;
  z-index: 1;
  color: var(--white);
}

section.page-title > picture{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: inherit;
  z-index: 0;
}

.page-title > picture > img {
  opacity: 0.2;
  mix-blend-mode: overlay;
  filter: grayscale(1);
}

section{
  margin-bottom: 75px;
  position: relative;
}

/* Latest Podcast */
section.latest-podcast picture{
  display: block;
  z-index: 9;
  width: 290px;
}
section.latest-podcast picture > img{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
}
section.latest-podcast .text{
  position: relative;
  padding: 50px 200px 50px 40px;
  background-color: var(--light-green);
  border-radius: 0 30px 30px 0;
  font-size: 14px;
}
section.latest-podcast .text .title-h{
  font-size: 26px;
  font-weight: 700;
}
.play-btn {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--white);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  z-index: 3;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}
.play-btn > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: var(--green);
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);}}

/* List Podcast Home*/
section.list-podcast{
  padding-bottom: 50px;
}
section.list-podcast::before{
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 168px);
  bottom: 0;
  left: 0;
  background-color: var(--light-green);
  z-index: -1;
}
section.list-podcast .podcast-item{
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0,0,0,.1);
  margin-bottom: 30px;
}
section.list-podcast .podcast-item picture{
  width: 140px;
}
section.list-podcast .podcast-item picture > img{
  border-radius: 10px 0 0 10px;
}
section.list-podcast .podcast-item .text{
  padding: 20px;
  font-size: 13px;
}
section.list-podcast .podcast-item .text .title-h{
  font-size: 15px;
}

section.list-podcast .podcast-item .play-btn{
  background-color: var(--green);
  width: 30px;
  height: 30px;
  right: 20px;
  bottom: 20px;
  top: inherit;
  transform: none;
}
section.list-podcast .podcast-item .play-btn > i {
  font-size: 12px;
  color: var(--white);
}
/* List podcast sub*/
section.list-podcast.sub {
  padding-bottom: 0;
  margin-bottom: 0;
}
section.list-podcast.sub::before {
  display: none;
}

section.list-podcast.sub .row {
  display: flex;
  flex-wrap: wrap;
}
section.list-podcast.sub .podcast-item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: none;
  height: calc(100% - 30px);
  overflow: hidden;
}
section.list-podcast.sub .podcast-item picture {
  width: 100%
}
section.list-podcast.sub .podcast-item picture > img{
  border-radius: 20px 20px 0 0;
}
section.list-podcast.sub .podcast-item picture > .play-btn{
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
section.list-podcast.sub .podcast-item:hover picture > .play-btn{
  opacity: 1;
}
section.list-podcast.sub .podcast-item picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 80, 163, 0.8);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}

section.list-podcast.sub .podcast-item:hover picture::before {
  opacity: 1;
}

section.list-podcast.sub .podcast-item .play-btn {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
}
section.list-podcast.sub .podcast-item .play-btn > i{
  font-size: 22px;
}
section.list-podcast.sub .podcast-item .caption {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 2px solid var(--light-blue);
  border-top: 0;
  border-radius: 0 0 20px 20px;
  font-size: 14px;
  transition: all 0.3s;
}
section.list-podcast.sub .podcast-item:hover .caption {
  background-color: var(--light-blue);
}
section.list-podcast.sub .podcast-item .caption > .time {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  color: var(--gray);
}
section.list-podcast.sub .podcast-item .caption .perex{
  margin-bottom: 10px;
}
section.list-podcast.sub .podcast-item .caption .perex > p:last-child{
  margin-bottom: 0;
  margin-top: auto;
}
section.list-podcast.sub .podcast-item .caption .title-h {
  font-size: 20px;
  margin-bottom: 15px;
}
section.list-podcast.sub .podcast-item .caption .guest {
  display: block;
  color: var(--blue);
}

/* Podcast detail */
section.podcast-detail{
  padding: 75px 0;
  background-color: var(--green);
}

section.podcast-detail > picture {
  padding-top: inherit;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.podcast-detail > picture > img {
  opacity: 0.4;
  mix-blend-mode: overlay;
}

section.podcast-detail picture.main{
  width: 400px;
}
section.podcast-detail picture.main > img{
  box-shadow: 0px 10px 30px rgba(0,0,0,.2);
}

section.podcast-detail .text {
  padding-left: 50px;
}
section.podcast-detail .title-h{
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 28px;
  font-weight: 700;
}
section.podcast-detail span.guest{
  display: block;
  margin-bottom: 20px;
}

section.podcast-detail .text .perex > p:last-child {
  margin-bottom: 0;
}

.podcasts-links > li {
  display: inline-block;
  margin-right: 10px;
}

.podcasts-links > li > a{
  position: relative;
  padding: 4px 16px 8px 16px;
  font-size: 13px;
  border-color: rgba(0,0,0,.1);
  color: var(--dark);
}

.podcasts-links > li > a:hover{
  background-color: var(--white);
  border-color: transparent;
}

.podcasts-links > li > a::before{
  font-family: 'Font Awesome 5 Pro';
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 18px;
}

.podcasts-links > li > a.spotify::before{
  content: "\f1bc";
  font-family: "Font Awesome 5 Brands";
}
.podcasts-links > li > a.youtube::before{
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
}
.podcasts-links > li > a.soundcloud::before{
  content: "\f1be";
  font-family: "Font Awesome 5 Brands";
}
.podcasts-links > li > a.apple::before{
  content: "\f2ce";
}
.podcasts-links > li > a.facebook::before{
  content: "\f09a";
  font-family: "Font Awesome 5 Brands";
}
.podcasts-links > li > a.instagram::before{
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
}
.podcasts-links > li > a.linkedin::before{
  content: "\f08c";
  font-family: "Font Awesome 5 Brands";
}
.podcasts-links > li > a.tiktok::before{
  content: "\e07b";
  font-family: "Font Awesome 5 Brands";
}

.podcasts-links.inverse > li > a{
  border-color: rgba(255,255,255,.3);
  color: var(--white);
}
.podcasts-links.inverse > li > a:hover{
  border-color: transparent;
  color: var(--dark);
  background-color: var(--green);
}

/* List Team*/
section .intro{
  margin-bottom: 40px;
}
section .intro .title-h{
  font-size: 36px;
}

section.list-team{
  margin-bottom: 30px;
}

section.list-team .row > div:nth-child(2) .team-item, section.list-team .row > div:nth-child(4) .team-item {
  margin-top: 50px;
}
section.list-team .team-item{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s;
  top: 0;
}
section.list-team .team-item:hover {
  box-shadow: 0px 10px 30px rgba(0,0,0,.15);
  top: -10px;
}
section.list-team .row > div:nth-child(2) .team-item, section.list-team .row > div:nth-child(4) .team-item {
  margin-top: 50px;
}

section.list-team .team-item .gradient{
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background: rgb(0,48,114);
  background: linear-gradient(180deg, rgba(0,48,114,0) 0%, rgba(0,228,239,1) 100%);
  z-index: 1;
  transition: all 0.3s;
}

section.list-team .team-item:hover .gradient {
  height: 50%;
}

section.list-team .row > div:nth-child(2) .team-item .gradient{
  background: rgb(242,27,86);
  background: linear-gradient(180deg, rgba(242,27,86,0) 0%, rgba(242,27,86,1) 100%); 
}
section.list-team .row > div:nth-child(3) .team-item .gradient{
  background: rgb(191,242,5);
  background: linear-gradient(180deg, rgba(191,242,5,0) 0%, rgba(191,242,5,1) 100%); 
}
section.list-team .row > div:nth-child(4) .team-item .gradient{
  background: rgb(255,202,111);
  background: linear-gradient(180deg, rgba(255,202,111,0) 0%, rgba(255,202,111,1) 100%); 
}

section.list-team .team-item .perex > p {
  margin-bottom: 0;
}

section.list-team .team-item .position{
  z-index: 2;
  color: var(--white);
  font-weight: 900;
  font-size: 36px;
  position: absolute;
  white-space: nowrap;
  right: 10px;
  bottom: 35px;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: bottom right;
}

/**/
section.list-team .team-item .text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  padding-right: 80px;
}

section.list-team .team-item .title-h {
  color: var(--white);
  margin-bottom: 0px;
  font-size: 26px;
  transition: transform 0.6s ease-in-out; /* Spomalíme pre lepší efekt */
}

section.list-team .team-item .perex {
  color: var(--white);
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out, max-height 0.6s ease-in-out, visibility 0.6s ease-in-out;
  font-weight: 400;
}

section.list-team .team-item:hover .title-h {
  transform: translateY(-5px);
}

section.list-team .team-item:hover .perex {
  visibility: visible;
  opacity: 1;
  max-height: 100px; /* Prispôsob hodnotu podľa obsahu */
}
/* Kontakt */
section.contact{
  margin-bottom: 20px;
}
section.contact .box-item .title-h{
  margin-bottom: 30px;
}
section.contact .box-item .podcasts-links > li {
  width: calc(50% - 12px);
}
section.contact .box-item .podcasts-links > li > a{
  padding: 6px 15px 8px 20px;
  font-size: 14px;
  border-color: var(--light-blue);
  width: 100%;
}
section.contact .box-item .podcasts-links > li > a:hover{
  background-color: var(--green);
  border-color: transparent;
  color: var(--dark);
}

section.contact .box-item .contact-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

section.contact .box-item .contact-item > .icon{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  width: 56px;
}

section.contact .box-item .contact-item > .icon > i{
  font-size: 32px;
  color: var(--dark);
}
section.contact .box-item .contact-item > .text{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--dark);
}

/* Post single */
section.blog.detail{
  margin-bottom: 0;
}
section.blog.detail .top-intro{
  margin-bottom: 30px;
}

/* Footer */

footer .footer-top {
  background-color: var(--green);
  padding: 30px;
  position: relative;
  top: 52px;
  z-index: 1;
  border-radius: 100px 0 0 100px;
}

footer .footer-top::before {
  content: "";
  position: absolute;
  background-color: var(--green);
  height: 100%;
  width: 50vw;
  left: 100%;
  top: 0;
}
footer .footer-top p:last-child{
  margin-bottom: 0;
}
footer .footer-top .icon{
  position: absolute;
  font-size: 48px;
  top: calc(50% + 3px);
  left: 40px;
  transform: translate(0, -50%);
  line-height: 1;
}
footer .footer-top .text{
  padding: 5px 0 0 80px;
  font-size: 20px;
}
footer .footer-middle{
  position: relative;
  background-color: var(--blue);
  padding: 100px 0 0 0;
  border-radius: 0 0 150px 0;
  color: var(--white);
  font-size: 15px;
  margin-bottom: 15px;
}

footer .footer-middle::before{
  content: "";
  position: absolute;
  background-color: var(--blue);
  height: 100%;
  width: 50vw;
  right: 100%;
  top: 0;
}
footer .footer-middle h4{
  color: var(--white);
  margin-bottom: 25px;
}
footer .footer-middle .box{
  margin-bottom: 40px;
  padding-right: 50px;
}
footer .footer-middle .box ul{
  columns: 2;
}
footer .footer-middle .box ul > li > a{
  color: var(--white);
  margin-bottom: 5px;
  display: block;
}
footer .footer-middle .links{
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.3);
  width: calc(100% - 100px);
}
footer .footer-middle .links .podcasts-links{
  padding-bottom: 10px;
}
footer .footer-middle .links .podcasts-links > li{
  margin-right: 20px;
}
footer .footer-middle .links .podcasts-links .btn{
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0px;
  border: 0;
  color: var(--white);
}
footer .footer-middle .links .podcasts-links .btn:hover{
  background-color: transparent;
  color: var(--green);
}

footer .footer-middle .links .contact-links{
  list-style: none;
  padding-bottom: 10px;
}
footer .footer-middle .links .contact-links > li{
  margin-left: 20px;
  display: inline-block;
}
footer .footer-middle .links .contact-links > li > a{
  color: var(--white);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .footer-middle .links .contact-links > li > a:hover{
  text-decoration: none;
  color: var(--green);
}

footer .footer-middle .links .contact-links > li > a::before {
  font-family: 'Font Awesome 5 Pro';
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 300;
}

footer .footer-middle .links .contact-links > li > a.email::before {
  content: "\f0e0";
}
footer .footer-middle .links .contact-links > li > a.phone::before {
  content: "\f10b";
}
footer .copy {
  font-size: 14px;
}
/* Vypis clankov*/
section.listing-posts.sub .container {
  max-width: 1120px;
}
section.listing-posts.sub .post-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--light);
}

section.listing-posts.sub .post-item .date {
  color: var(--gray);
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

section.listing-posts.sub .post-item .title-h{
  font-size: 26px;
  font-weight: 600;
}

/* Post modules */
.post-module{
  margin-bottom: 30px;
}
.post-module > p:last-child, .post-module .text > p:last-child{
  margin-bottom: 0;
}

.post-module.text ul{
  list-style-type: square;
  padding-left: 40px;
}


.post-module.quote{
  padding: 30px 30px 30px 15px;
  border-radius: 15px;
  background-color: var(--light-green);
}
.post-module.quote img{
  width: 80px;
  margin: 0 15px;
}
.post-module.quote p:last-child{
  margin-bottom: 0;
}

.post-module.image-text .text{
  padding: 0 0 0 20px;
}
.post-module.gallery a{
  display: block;
  margin-bottom: 30px;
}

/* Vypis partnerov */
section.partneri{
  margin-bottom: 30px;
}
section.partneri .partner-item{
  border: 2px solid var(--light);
  border-radius: 3px;
  height: 150px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 30px;
}
section.partneri .partner-item:hover{
  border: 2px solid var(--tyrkys);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px;
}
section.partneri .partner-item > a{
  display: block;
  height: 100%;
}
section.partneri .partner-item > a > picture > img{
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/* Obsahový modul */
section.module-content .row {
  position: relative;
  margin: 150px 0 225px 0;
}
section.module-content .row:last-child {
  margin: 150px 0 150px 0;
}

section.module-content .row .border-wrap {
  position: absolute;
  width: 75%;
  height: calc(100% + 150px);
  top: -75px;
  border-top: 3px solid var(--light-blue);
  border-right: 3px solid var(--light-blue);
  border-bottom: 3px solid var(--light-blue);
  border-radius: 0 100px 100px 0;
}

section.module-content .row .border-wrap::before {
  width: 25vw;
  height: calc(100% + 6px);
  position: absolute;
  content: "";
  right: 100%;
  border-top: 3px solid var(--light-blue);
  border-bottom: 3px solid var(--light-blue);
  top: -3px;
}

section.module-content .row.image-left .border-wrap {
  border-left: 3px solid var(--light-blue);
  border-right: 0;
  border-radius: 100px 0 0 100px;
  left: 25%;
}

section.module-content .row.image-left .border-wrap::before {
  right: auto;
  left: 100%;
}

section.module-content .row.bg .border-wrap, section.module-content .row.bg .border-wrap::before {
  background-color: var(--light-blue);
}

section.module-content .row .text {
  padding: 0 50px 0 0;
}

section.module-content .row.image-left .text {
  padding: 0 0 0 50px;
}

section.module-content.bg .container {
  position: relative;
}

section.module-content .title-h {
  font-size: 32px;
  margin-bottom: 30px;
}

section.module-content .title-h > span {
  font-weight: 200;
  display: block;
}

section.module-content .text > p:last-child {
  margin-bottom: 0;
}
/* Form */

section.form {
  background-color: var(--light-orange);
  padding: 75px 0;
}
section.form .container {
  position: relative;
}

section.form .intro{
  margin-bottom: 30px;
}

section.form .intro .title-h{
  font-size: 28px;
  margin-bottom: 0;
}

section.form .intro .title-h + span{
  font-size: 24px;
}

section.form .title-h{
  margin-bottom: 10px;
}

section.form .form-group {
  margin-bottom: 20px;
}

section.form .form-control {
  border: 2px solid transparent;
  padding: 15px 20px;
  height: auto;
  color: var(--dark);
  background-color: var(--white);
}

section.form .form-control:focus  {
  border-color: var(--green);
}
section.form textarea.form-control  {
  margin-bottom: 30px;
}

section.form .suhlas {
  position: relative;
}

section.form .suhlas input[type="checkbox"] {
  display: none;
}

section.form .suhlas input[type="checkbox"] + label {
  display: block;
  cursor: pointer;
  line-height: 24px;
  margin-bottom: 0;
}

section.form .suhlas input[type="checkbox"] + label::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: 12px;
  vertical-align: bottom;
  color: var(--light);
  background-color: var(--white);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  line-height: 24px;
  font-size: 13px;
  text-align: center;
}

section.form .suhlas input[type="checkbox"]:checked + label::before {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white)
}

section.form .suhlas a {
  color: var(--blue);
  text-decoration: underline;
}

section.form .contact-box{
  padding: 30px;
}




/* RESPONSIVE */  

@media (min-width: 1400px) {    
  .container {
      max-width: 1320px;
  }

}


@media (max-width: 1199px) {  
  header {
    padding: 20px 0;
  }

  header #toggleMenu{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: var(--blue);
    border: 2px solid var(--blue);
    z-index: 10;
    border-radius: 4px;
  }

  header #toggleMenu:hover{
    color: var(--white);
    background-color: var(--blue);
  }

  header #toggleMenu > i{
    margin: 0;
  }

  header #menu{
      position: absolute;
      padding: 15px;
      top: 100px;
      left: -15px;
      width: calc(100% + 30px);
      background-color: var(--white);
      z-index: 9;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0.3s ease, top 0.3s ease, opacity 0.3s ease;
      -o-transition: visibility 0.3s ease, top 0.3s ease, opacity 0.3s ease;
      transition: visibility 0.3s ease, top 0.3s ease, opacity 0.3s ease;
      -webkit-box-shadow: 0 15px 15px rgba(0,0,0,.3);
              box-shadow: 0 15px 15px rgba(0,0,0,.3);
  }

  body.menuToggled #menu{
      visibility: visible;
      opacity: 1;
  }

  header #menu ul{
    padding: 0 15px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  header #menu ul > li{
      display: block;
      border-left: 0 !important;
  }

  header #menu ul > li > a{
    display: block;
    width: 100%;
    padding: 15px;
    //color: var(--blue);
    margin: 5px 0;
    height: auto;
  }

  header #menu > ul > li.support-btn > a {
    width: auto;
  }

  header #menu > ul > li:not(.support-btn) > a::before {
    display: none;
  }

  header #menu ul > li > a:hover{
    //color: var(--dark);
  }

  header .row > div {
    position: static;
  }

  section.hero {
    padding: 50px 0;
  }

  section.list-podcast .podcast-item {
    height: calc(100% - 30px);
  }

  section.list-podcast .podcast-item > .row {
    height: 100%;
  }
  section.list-podcast .podcast-item picture {
    width: 110px;
    height: 100%;
  }
  section.list-podcast.sub .podcast-item picture {
    width: 100%;
    height: auto;
  }
  section.list-podcast .podcast-item .text .title-h {
    font-size: 13px;
  }

  section.list-team .team-item .text {
    bottom: 20px;
    padding-right: 40px;
  }

  section.list-team .team-item .title-h {
    font-size: 20px;  
  }

  section.list-team .team-item .position {
    bottom: 26px;
    font-size: 26px;
  }

  section.list-team .team-item .perex > p {
    line-height: 1.3;
  }

  picture.fit-43.round > img, picture.round.fit-43 > a > img{
    border-radius: 40px 120px;
  }
}
 
@media (max-width: 991px) {     
  picture.fit-43.round > img, picture.round.fit-43 > a > img {
    border-radius: 30px 100px;
  }
  section {
    margin-bottom: 50px;
  }
  
  section.page-title {
    padding: 50px 15px;
  }

  section.about.home picture.cover{
    margin-bottom: 30px;
  }
  section.latest-podcast picture {
    width: 100%;
  }
  section.latest-podcast picture > img {
    box-shadow: none;
    border-radius: 40px 40px 0 0;
  }

  section.latest-podcast .text {
    border-radius: 0 0 30px 30px;
  }

  section.list-team .team-item .title-h {
    font-size: 26px;
  }
  
  section.list-team .team-item .position {
    font-size: 32px;
  }

  section.module-content picture.cover {
    margin-bottom: 30px;
  }

  section.module-content .row .border-wrap {
    height: calc(100% + 100px);
    top: -50px;
    border-radius: 0;
    width: calc(100% + 20px);;
  }
  section.module-content .row {
    margin: 125px 0 175px 0;
  }
  section.module-content .row:last-child {
    margin: 100px 0 100px 0;
  }
  section.module-content .row .text {
    padding: 0;
  }
  section.module-content .title-h {
    font-size: 24px;
    margin-bottom: 15px;
  }
  section.module-content .row.bg .border-wrap, section.module-content .row.bg .border-wrap::before {
    background-color: var(--light-blue);
    border-radius: 30px;
    left: -15px;
    width: calc(100% + 30px);
  }

  section.module-content .row.image-left .text {
    padding: 0 15px;
  }

  section.list-podcast {
    padding: 50px 0;
  }
  section.list-podcast::before {
    height: 100%;
  }

  section.contact .box-item {
    margin-bottom: 30px;
  }
  section.contact .box-item .title-h {
    margin-bottom: 20px;
  }

  footer .footer-top {
    border-radius: 0;
    top: auto;
  }

  footer .footer-middle {
    padding: 30px 0 0 30px;
    border-radius: 0;
  }

  footer .footer-top::before {
    width: 150vw;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
  footer .footer-middle::before {
    width: 150vw;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }

  footer .footer-middle .links {
    padding-top: 20px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 100%;
  }
  footer .footer-middle .links .podcasts-links {
    border-bottom: 1px solid rgba(255,255,255,.3);
  }
  footer .footer-middle .links .contact-links > li {
    margin-left: 0;
    margin-right: 20px;
  }
  footer .copy p{
    margin-bottom: 5px;
  }
  
}

@media (max-width: 767px) {  

  h1 {font-size: 36px;}  
  h2 {font-size: 32px;}
  h3 {font-size: 24px;}

  section.hero {
    padding: 50px 10px;
  }

  section.hero .title-h {
    font-size: 26px;
  }
  section.list-team .team-item .text {
    padding-right: 55px;
  }
  section.list-team .team-item .position {
    font-size: 28px;
  }

  footer .footer-top .text {
    font-size: 18px;
  }
        
}

@media (max-width: 575px) {  
  section.page-title .title-h {
    font-size: 24px;
  }

  picture.fit-43.round > img, picture.round.fit-43 > a > img {
    border-radius: 20px 70px;
  }

  section.latest-podcast .text {
    padding: 40px;
  }

  section.latest-podcast .text .play-btn{
    display: none;
  }

  section.list-team .team-item .text {
    bottom: 35px;
    padding-right: 40px;
  }
  section.list-team .team-item .title-h {
    font-size: 32px;
  }
  section.list-team .team-item .position {
    font-size: 32px;
    bottom: 40px;
  }

  footer .footer-top {
    padding: 30px 0;
  }

  footer .footer-top .icon {
    font-size: 64px;
    left: 15px;
  }

  footer .footer-top .text {
    font-size: 16px;
    padding: 5px 0 0 100px;
  }
        
}