/* 
Name: Balnearia Beauty
Author: Dana Svedova
Website: dana-svedova.cz 

zelená: #98bf3a (hover: #004494)
tm modrá: #004494 (hover: #98bf3a)
sv modrá: #2ba6cb (hover: #2284a1)

šedá: #f5f5f5
footer šedá: #505050*/
:root {
  --card_width: 420px;
  --row_increment: 10px;
  --card_border_radius: 16px;
  --card_small: 26;
  --card_medium: 33;
  --card_large: 45;
}
.justify-center {
	justify-content: center;
}
/* brown background div */
.div-br {
	background-color: #49342B;
}

html {
  box-sizing: border-box;

}
body {
	margin: 0;
	color: #454545;
	line-height: 1.85;
	font-size: 18px;
	font-family: Open Sans, Arial, Tahoma, Helvetica, sans-serif;
	font-display: optional;
	background-color: #FFF;
	min-height: 100vh;
	display: flex;
   flex-direction: column;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
	aspect-ratio: attr(width) / attr(height);
}
h1, h2, h3, h4, h5 {
	margin: 0;
	font-family: Open Sans Light, Arial, serif;
	font-display: optional;
	letter-spacing: -1px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: .5rem
}
h2 {
	font-size: 2rem;
	margin-bottom: 25px;
	margin-top: 20px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
p {
	line-height: 1.7;
	margin-top: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
	background-color: #fff;
  border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: 14px;
  padding: 6px;
  height: 45px;
  width: 100%;
}
textarea {
	height: auto;
}
.altcha {
	margin: 0 auto;
}
.wpcf7-accceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-spinner {
	display: block;
	margin: 0 auto;
}
.red {
	color: #e60023;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.header-top {
	padding: 15px 0;
	border-bottom: 1px solid #F4F4F4;
}
.header-top .logo {
	max-width: 25%;
}
.header-top .navigation {
	width: 75%;
}
.header-top .row, .home-header .row {
	display: flex;
	align-items: center;
}
.home-header .row {
	height: 419px;
}
.home-header {
	background: #f4f0ed url('img/studynet-header.jpg') 200px no-repeat;
	height: 419px; 
	margin-bottom: 50px;
}
.home-header .two {
	width: 60%
}
.home-header .box {
	display: flex;
	align-items: center;
}
.home-header #changerificwordspanid {
	font-family: 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
	font-weight: 600;
	color: #004494;
}
.home-quote {
	padding: 35px 0;
}
.home-quote p {
	margin-bottom: 0;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: -1px;
	font-family: 'Open Sans Light', Arial, Tahoma, Verdana, sans-serif;
	line-height: 1.5
}
.home-quote .main-sub strong {
	font-weight:
	font-family: 'Open Sans Semibold', Arial, Tahoma, Verdana, sans-serif;
}
.home .sluzby {
	width: 55%;
}
.home .sluzby .wp-block-image {
	margin-bottom: 15px;
}

.page .home-procedury h2, .page .home-kontakt h2 {
	font-size: 2.6em;
	margin: 10px 0 30px;
}
.page .home-procedury .wp-block-image {
	margin-bottom: 15px;
}
.page-header .logo {
	padding-top: 30px;
}
.page-header .one {
	margin-bottom: 30px;
}

/* subpage header */
.page-header .logo h1, .blog .logo h1 {
	color: #E4B846;
	margin-top: 15px;
	font-size: 50px;
}
.page-header .logo a {
	text-decoration:none;
}
h2 {
	font-size: 55px;
}
h3 {
	font-size: 32px;
}
a, a:visited {
	color: #98bf3a ;
	font-family: 'Open Sans Semibold', Calibri, Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #49342B;
	text-decoration: underline;
}
.btn, .wp-block-button__link, .wpcf7-submit {
	border-radius: 0;
	font-family: "Open Sans Semibold", Calibri, Trebuchet MS, Arial, Helvetica sans-serif;
	font-display: optional;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	border: 0;
	font-size: 1.1rem;
	line-height: 1.5;
	color: #FFF;
}
.wpcf7-submit {
	padding: 8px 15px;
}
.btn:hover, .wp-block-button__link:hover {
	color: #FFF;
	text-decoration: none;
}
.green a, .dblue a:hover, .btn.green, .btn.dblue:hover {
	background-color: #98bf3a;
	color: #FFF;
}
.dblue a, .green a:hover, .btn.green:hover, .btn.dblue {
	background-color: #004494;
	color: FFF;
}
.lblue a, .btn.lblue {
	background-color: #2ba6cb;
}
.lblue a:hover, .btn.lblue:hover {
	background-color: #2284a1
}

.wp-block-table.pricing  tbody tr:nth-child(2n+1) {
	background-color: #f5f5f5;
}
.table-bordered.pricing  td, .table-bordered th, .wp-block-table.is-style-stripes.pricing  td, .wp-block-table.is-style-stripes.pricing  th {
	border-bottom: 1px solid #f2f2f2;
  border-style: dashed;
}
.wp-block-table.pricing  td:first-child + td {
	background-color: #fafbf1;
}
.wp-block-table.pricing  tr:nth-child(2n+1) td:first-child + td {
	background-color: #eef3d2;
}
.pricing .has-inline-color {
	font-size: 25px;
}


hr, .wp-block-separator {
	border-top: 1px solid #f5f5f5;
  margin: 40px 0;
}

table, .table {
	margin: 0;
	padding: .3rem;
	border-collapse: collapse;
	width: 100%;
}
.table thead th, table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
		border-collapse: collapse;
}
.table-comp td, .table-comp th {
    vertical-align: middle;
    text-align: center;
		border: 1px solid #dee2e6;
}
table th, .table th, .table td, table td {
	padding: 10px;
}
.wp-block-table.is-style-stripes {
	border-bottom: 0;
}
.table figcaption {
	text-align: center;
	color: #959595;
	font-style: italic;
}
.wp-caption-text, .wp-block-image figcaption, .wp-block-table figcaption {
  font-size: 13px;
  color: #959595;
  text-align: center;
	font-style: italic;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.text-left {text-align: left;}
.text-right {	text-align: right;}
.text-center {text-align: center;}
.mx-0 {margin-left: 0; margin-right: 0;}
.my-0 {margin-top: 0; margin-bottom: 0;}
.my-40 {margin-top: 40px; margin-bottom: 40px;}
.px-30 {padding-left: 30px !important; padding-right: 30px !important;}
.mx-auto {margin-left: auto !important; margin-right: auto !important;}
.mt-0 {margin-top: 0;}
.mb-0 {margin-bottom: 0 !important;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-30 {padding-bottom: 30px;}
.list-inline {
	list-style: none;
	margin: 10px 0;
}
.list-inline li {
	display: inline-block;
	padding: 0 6px;
}
.circle {
	border-radius: 50%;
}



#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
	text-align: center;
}
#menu li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
#menu a {
	display: block;
	line-height: 43px;
	padding: 0 14px;
	text-decoration: none;
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover, #menu li a.active {
	background-color: #98bf3a;
	color: #FFF;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 43px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 43px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:after {
	font-size: 2.5em;
	color: #333;
	content: "\2261"; 
	margin-left: 20px;
	vertical-align: -20%;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 250px;
	background: #7d6f6c;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	text-align: left;
	width: 100%;
}
#menu ul.sub-menus li {
	margin: 0;
}
#menu ul.sub-menus a {
	color: #333;
	font-size: 16px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #E4B846;
	color: #49324B;
}
@media screen and (max-width: 900px){
	#menu {position:relative}
	#menu ul {background:#2ba6cb;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;text-align:left;margin-top: 20px;}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:-20px;right:0;display:block; padding: 0 15px;}
	#menu input {z-index:4}
	#menu input:checked + label {color:#333}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
	.page-header #menu a, .page-header #menu label:before {color: #333;}
	.page-header #menu label span {text-transform: uppercase; padding-left:15px; font-size:22px; color: #333}
	.page-header #menu {background:#E4B846;height:70px;}
	#topMenu a {
	color: #FFF;
}
}

.d-none {
	display: none;
}

.container {
	margin: 0;
	width: 1280px;
}

.row::before, .row::after {
  display: table;
  content: ' ';
  clear: both;
}
.one, .two, .three, .four, .five, .sixty, .fourty, .seventyfive, .twentyfive, .eighty, .twenty {
  width: 100%;
	padding: 0 15px;
}
.wp-block-image .alignright, .wp-block-image .alignleft {
	float: none;
	margin: 0 auto;
	padding: 0;
}
.wp-caption-text, .wp-block-image figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .blocks-gallery-caption {
    font-size: 13px;
    color: #959595;
    text-align: center;
}



@media only screen and (min-width: 800px) {
	.row {
    margin-right: -15px;
    margin-left: -15px;
}
.one {
    width: 100%;
  }
	.sixty {
		width: 60%;
	}
	.fourty {
		width: 40%;
	}
	.seventy {
		width: 70%;
	}
	.seventyfive {
		width: 75%;
	}
	.eighty {
		width: 80%;
	}
	.twentyfive {
		width: 25%;
	}
	.twenty {
		width: 20%;
	}
	.thirty {
		width: 30%;
	}
  .two {
    width: calc(100% / 2);
  }
  .three {
    width: calc(100% / 3);
  }
  .four {
    width: calc(100% / 4);
  }
  .five {
    width: calc(100% / 5);
  }
	.eighty2{
		width: 82%;
	}
  .column {
    float: left;
		position: relative;
  }
	.most-recent .three {
		min-height: 405px;
	}
	.most-recent .column {
		padding: 0 15px;
	}
	.wp-block-image .alignright {
		float: right;
		margin: .5em 0 .5em 1em;
	}
	.wp-block-image .alignleft {
		float: left;
		margin: .5em 1em .5em 0;
	}
	.author-info .three {
		padding: 0 15px;
	}
	.featured-posts .column {
		padding: 0 15px;
	}
	.content-area {
	padding: 0 15px;
}
}
/* ME */
.me-top {
	padding: 30px 0;
}
.me-top .me-top-video {
	align-self: center;
}
/* PAGE */
.page-header {
	text-align: center;
}
.page-header .logo {
	margin: 0 auto;
}
.page-header .logo img {
	height: 132px;
}
.page h1 {
	font-size: 50px;
	margin: 20px 0;
}
.page h2 {
	font-size: 35px;
	margin: 30px 0 15px;
	color: #49342B;
}


/** LIGHTBOX MARKUP **/

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.home .menu {
	margin-bottom: 0;
}
.home .top-banner {
	margin-bottom: 20px;
}
.page .post-title {
	font-size: 2em;
}
.page-template-default .page-title {
	font-size: 38px;
	text-align: center;
	text-transform: none;
}

.prefooter {
	background-color: #f5f5f5;
	color: #717171;
	margin-top: 50px;
	padding: 20px 0;
}
.prefooter p {
	margin-bottom: 0;
	font-size: 14px;
}
.prefooter a {
	color: #717171;
}
footer {
	background-color: #505050;
	color: #FFF;
	font-size: 13px;
	padding: 30px 0;
}
footer a, footer a:visited, footer a:hover {
	color: #FFF;
}
footer .row {
	display: flex;
	align-items: center;
}
footer p {
	margin-bottom: 0;
}
footer .noline {
	text-decoration: none;
}
/* rezervace */
.float-rezervace div {
position: fixed;
bottom: 30px;
right: 30px;
background: #e3b847 url('img/lotus-white.svg') 10px no-repeat;
height: 66px;
padding: 5px 15px;
border-radius: 10px;

}
.float-rezervace p {
margin-left: 74px;
margin-top: 8px;
text-transform: uppercase;
font-weight: bold;
color: #FFF;
text-align: left;
font-size: 18px;
line-height: 1.2;
}
.float-rezervace {
display: block;
position: relative;
}
/* rezervace mobil */
@media (max-width:800px) {
	a.rezervace {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		background-color: #E4B846;
		padding: 15px;
		text-align: center;
		font-size: 20px;
		display:block;
		color:#FFF #important;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
	}
	a.rezervace:visited, a.rezervace {
		color: #FFF !important;
	}
	a.rezervace:hover {
		background-color: #49342B;
	}
	a.rezervace img {
	 height: 60px;
	}
	.float-rezervace {
		display: none;
	}
	footer .two {
		text-align: center;
	}
	.home-procedury {
		text-align: center;
	}
}


@media screen and (min-width: 1000px) {
	.container {
		margin: 0 auto;
	}
}


@media (max-width: 1078px) {
	.single .post-title {
		font-size: 24px;
	}
	.container {
		width: 960px;
		margin: 0 auto;
	}
}

@media (max-width:768px) {
	.header {
	}
	.container {
		padding: 0 15px;
		width: 100%;
		margin: 0 auto;
	}
	.one, .two, .three,.four,.five, .home-header .two{
		width: 100%;
	}
	
}
@media (max-width:430px) {
	.page .header h1  {
		font-size: 4em;
	}
	.page .header h2 {
		font-size: 2em;
	}
	.container {
		width: 100%;
		margin: 0 auto;
	}
}

.esab-6a2nrhl2.wp-block-esab-accordion .esab__container > .wp-block-esab-accordion-child.esab__active_accordion, .esab-6a2nrhl2.wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__active.esab__body, .esab-6a2nrhl2.wp-block-esab-accordion .esab__container > .wp-block-esab-accordion-child, .esab-6a2nrhl2.wp-block-esab-accordion.nested-accordion .esab__container > .wp-block-esab-accordion-child {
	border-color: #E4B846;
}
.esab-6a2nrhl2.wp-block-esab-accordion .esab__active_accordion > .esab__head, .esab-6a2nrhl2.wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__active.esab__body, .esab-6a2nrhl2.wp-block-esab-accordion .esab__container > .wp-block-esab-accordion-child {
	background-color: #fff7e1;
}
.esab-6a2nrhl2.wp-block-esab-accordion .esab__active_accordion .esab__heading_txt > .esab__heading_tag {
	color: #49342B;
}
.esab-6a2nrhl2.wp-block-esab-accordion .esab__active_accordion > .esab__head .esab__icon svg {
	fill: #fff7e1;
}
.esab-6a2nrhl2.wp-block-esab-accordion .esab__active_accordion > .esab__head .esab__icon svg path {
	fill: #49342B;
}
.no-content {
	margin-bottom: 200px;
}
.social svg {
	width: 50px;
	height: 50px;
}
.social:hover svg path {
	fill: #FFF;
}
.copy {
	margin-top: 15px;
}
.fLeft {
	padding-top: 10px;
}
.product-contact {
	width: 80%;
	margin: 0 auto;
}
.blog {
	margin-top: 30px;
}
.blog .blog-item {
	/*border-bottom: 1px solid #E6E6E6;
	padding-bottom: 50px;
	margin-bottom: 50px;*/
	height: 810px;
}
.blog-item h2 {
	font-size: 28px
}
.blog-item .blog-caption {
	font-size: 12px;
	font-style: italic;
}
.blog-item .blog-image {
	min-height: 200px;
}
.tooltip {
  position: relative;
  display: inline-block;  
	color: #d97a4f;
	border-bottom: dotted 1px #ccc;
  cursor: help;
	font-weight: bold;
}
.tooltip .tip-text {
  visibility: hidden;
  width: 350px;
  background-color: #505050;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 6px;
  position: absolute;
  z-index: 1;
	font-size: 12px;
	font-weight: normal;
}
.tooltip:hover .tip-text {
  visibility: visible;
}
.w-80 {
	width: 80%;
	margin: 0 auto;
}
.wp-block-table {
	overflow-x: inherit;
}