#head, .section, .footer {
	--sirka: 1200px;
	width: var(--sirka);
  max-width: calc(100vw - 30px);
  padding: 30px 15px;
}

#head {
  padding: 0px;
  max-width: 100vw;
}

.footer {
  flex-direction: column;
}

.footer p {
	text-align: center;
}

.footer * {
	font-size: 15px
}
.social {
	justify-content: center;
}

.logo {
  padding: 0px 25px !important;

}

.logo img {
  height: 48px;
}

.soc {
  float: right;
}

.top .right {
  width: 100%;
}

.desktop {
  display: none;
}

.menu {
  position: absolute;
  top: 130px;
  left: 0px;
  width: 100vw;
  display: none;
}

.menu li {
  display: block;
  background: white;
  margin: 0px;
  border-bottom: 1px solid rgb(232 237 247);
}

.menu li a {
  padding: 24px 60px;
}

.mobile-menu {
  display: flex;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
}

.mobile-menu img {
  width: 48px;
}


h1 {
  font-size: 38px;
  display: flex;
  margin: 0px 0px 0px;
  width: 100%;
}

h2 {
  font: 700 32px var(--font);
  margin: 10px 0px 20px;
  letter-spacing: 0px;
}

h3, h4, h5, h6 {
  font: 700 22px var(--font);
  margin: 20px 0px 10px 0px;
}

p, li {
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0px;
  margin: 0px 0px;
}

.box {
  padding: 20px 15px ;
}

.section p, .section h1, .section h2 {

}

.mobile {		display: flex !important;	}
.desktop {		display: none !important;	}

.page-cover {
	width: auto;
	height: 100%;
	object-position: 100% 53%; /* This centers the image content */
	object-fit: none;
}



.section-1 {
	padding-top: calc(8vh + 130px);
	padding-bottom: 5vh;
}

.home-s1 {
	padding-top: calc(12vh + 130px);
	padding-bottom: 12vh;

}

.hlavicka {
	max-width: 100%;
}


.podstranky {
  flex-direction: column;
}

.podstranky li a {
  min-height: auto;
}

.karty .wp-block-image {
  display: flex;
}

.karty .box {
  flex-direction: row;
  justify-content: space-between;
  padding: 20px !important;
  margin: 0px 0px 8px 0px !important;
  min-height: unset;
}

.karty img {
  max-width: 60px;
}

.karty a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	width: calc(100% - 110px);
	height: calc(100% - 0px);
	bottom: 0px;	
	left: 0px;
	text-align: left;
	padding: 0px 0px 0px 110px;
}

.karty .aligncenter {
  margin: 0px !important;
}


.recenzie h3 {
  font-size: 50px !important;
  line-height: 30px;
}

.objednajte {
  flex-direction: column;
}

.objednajte .obj-1 {
  text-align: left;
}

.alignleft, .alignright  {
  width: 100%;
	margin: 0px 0px 40px 0px !important;
}

iframe {
  max-width: 100%;
  margin: 0px !important;
}

.wp-block-image .alignleft img, .wp-block-image .alignright img {
  width: 100% !important;
	margin: 0px 0px 0px 0px;
}

.tim {
    flex: 0 0 50%;   /* don't grow, don't shrink, take 50% width */
  max-width: calc(50% - 48px);
	padding: 15px 15px 0px;
}

.popis {
  max-width: calc(100vw - 170px);
}

.tim:nth-child(1) .popis,
.tim:nth-child(3) .popis {
	margin-left: 0px;
}
.tim:nth-child(2) .popis,
.tim:nth-child(4) .popis {
	margin-left: -200px;
}

.top .left, .top .right {
  font-size: 13px;
}

.top .right {
  width: 100%;
}
 
.post {
  flex: 0 0 100%;   /* take up half of row */
  box-sizing: border-box;
  padding: 20px 20px 40px;	
  position: relative;
}

.thumbnail {
	width: 100%;
	height: 240px;
	max-width: unset;
}




