/*  @import url("https://use.typekit.net/lcv8huu.css"); */


 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html {
	font-size: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-weight: 200;
  line-height: 1.5;
  color: #fff;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "futura-pt", sans-serif;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #fff;
}
a:hover, a:active {
  color: white;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}



.timeline-wrapper {
	display: flex;
	border-bottom: 1px dashed rgba(255,255,255,.5);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.bb-none {
	border-bottom: none;
}

.timeline-wrapper p:last-of-type {
	margin-bottom: 0;
}

.timeline-wrapper b {
	font-weight: 700;
	width: 120px;
	display: block;
}

.program-wrap {
/*
  background-color: rgba(0,0,0, .4);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 14px;
  */
  
  a {
	  color: #e60025
  }
}

#program h2 {
	color: #fff;
	font-weight: 700;
}

#program h3 {
	font-size: 1.5rem;
}


#program .popis {
	display: inline-block;
	font-weight: 600;
}

.timeline-wrapper-notime .popis  {
	margin-left: 120px;
}

.wpcf7-form label:not(.wpcf7-form .wpcf7-list-item label) {
	text-transform: uppercase;
	font-weight: 700;
	font-size: .8rem;
	letter-spacing: 1px;
	color: white;
	margin-bottom: 10px;
}

.wpcf7-list-item {
	display: block;
	margin-left: 0;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,.5) !important;
	border-radius: 0;
	outline: none;
	color: white;
	padding: 10px 0;
	font-size: 1rem;
	  width: 100%;
	  font-family: "JOJ FONT";
}

input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
	border-bottom: 1px solid #fff !important;
}

input[type="radio"] {
    display: none;
}
label input[type="radio"] ~ span {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    height: auto;
    position: relative;
    text-transform: none;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 400;
}
label input[type="radio"] ~ span:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    display: inline-block;
    margin-right: 10px;
    box-sizing: border-box;
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,.5);
    left: 0;
    margin: 4px 10px 4px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
      flex: 0 0 auto;
}
label input[type="radio"]:checked ~ span:before {
    background-color: transparent;
    border: 7px solid #fff;
}

input[type="checkbox"] ~ span,
label[class*=" has-input"] {
  display: inline-flex !important;
  align-items: center;
  line-height: 1;
  height: auto;
  position: relative;
  text-transform: none;
  cursor: pointer;
}
input[type="checkbox"] ~ span:before,
label[class*=" has-input"]:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  display: inline-block;
  margin: 4px 10px 4px 0;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.5);
  left: 0;
  flex: 0 0 auto;
}
input[type="checkbox"]:checked ~ span::after,
label.has-input-checked:after {
  content: "\f00c";
  font-size: 10px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  display: block;
  font-weight: 900;
  position: absolute;
  left: 6px;
}
input[type="checkbox"]:checked ~ span::before,
label.has-input-checked:before {
  background-color: #fff;
  border: 1px solid #fff;
}
input[type="checkbox"] {
  display: none;
}

.button,
input[type="button"],
input[type="submit"] {
  background-color: #fff;
  color: white !important;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0 20px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  border: 1px solid #fff;
  white-space: nowrap;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: white !important;
  background-color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}


header.sticky #header_pop {
	background-color: #B41F0D;
}



.elementor-menu-toggle {
	background-color: transparent;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border:  0;
	background-color: #fff;
	color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
	border:  0;
	background-color: #46b450;
	color: #fff;
	font-weight: 700;
	  margin: 30px 0 0 0;
}

.wpcf7-not-valid-tip {
	position: absolute;
	width: 250px;
	text-transform: none;
	font-size: .8rem;
}


#footer a {
	color: white;
	font-weight: 700;
}

#footer a:hover {
	color: #fff;
}

strong, b {
	font-weight: 700;
}

.txt-light {
	font-weight: 400;
}
/*
 
 #letoplus * {
	 
	 font-family:"ff-cocon-pro" !important;
	 font-weight: 300;
	 
	 h3, .elementor-button-text, strong {
		 font-weight: 700 !important;
	 }
 }
*/