/*
Theme Name: buri
Theme URI: https://volko.sk
*/

@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
/*-------GLOBAL VARIABLES-----------*/
* {
	font-family: var(--font);
	--def: #ED1C24;
	--sec: #ED1C24;
	--font: "Google Sans", serif, sans-serif, Arial;
	--sirka: 1300px;
	margin: 0px;
	padding: 0px;
  scroll-behavior: smooth;
  transition: .2s all;
}

body {
	width: 100%;
  height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.mobile {
  display: none !important;
}

.section, .footer {
	width: var(--sirka);
  max-width: calc(100vw - 0px);
  padding-left: calc((100% - var(--sirka))/2);
  padding-right: calc((100% - var(--sirka))/2);
  display: inline-block;
}

.category div.section:nth-of-type(2n+3) {
    /* styles for 2nd, 4th, 6th, ... */
    background: #f2f6fa;
}

#head .section {
	padding-top: 0px;
	padding-bottom: 0px;	
}

@media (max-width: 1350px) {
	.section, .footer {
		max-width: calc(100vw - 80px);
		padding-left: 40px;
	  	padding-right: 40px;
	}

	.headcta {
		display: none !important;
	}

	.logo {
		padding-left: 60px !important;
	}

	.menu {
		padding-right: 60px !important;
	}
}

#content {
  display: flex;
  flex-direction: column;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

a {
	text-decoration: none;
	overflow-wrap: anywhere;
}

p, ol, ul, li {
	font: 400 17px var(--font);
	color: black;
}

p {
	line-height: 1.7em;
	padding: 0px 0px 20px 0px;
}

a {
	color: var(--def);
}

.section p a, .section li a {
	text-decoration: underline;
}

.karty a {
	text-decoration: none !important;
}

p:empty {
  display: none;
  height: 0px;
}

ul, ol {
	margin: 0px 0px 10px 0px;
  list-style: none;
  padding-left: 0;
  display: inline-block;
}

ol {
	list-style: decimal;
}

ol li, ul li {
  margin: 15px 0px 20px 40px;
  position: relative;
}

ul li::before {
  content: "";
  color: green;
  margin-right: 8px;
  position: absolute;
  left: -40px;
  top: auto;
  bottom: auto;
  width:  24px;
  height: 24px;
  background-image: url(https://volko.online/wp-content/uploads/check_24dp_00B0E0_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.box::before {
	left:20px;
}

.wp-block-list .box {
	padding-left: 60px;
}

b, strong {
	font-weight: 700;
}

h1 {
	font: 500 52px var(--font);
  line-height: 1.1em;
	padding: 30px 30px;
	color: white;
	background: var(--def) !important;
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 60px) !important;
	text-align: center;
}

h2 {
	font: 500 42px var(--font);
	margin: 0px 0px 30px;
	line-height: 1.1em;
	color: black;
}

h3, h4, h5, h6 {
	font: 600 28px var(--font);
  	margin: 10px 0px 25px;
	color: black;
}

#head {
	width: 100%;	
	height: 90px;
	position: fixed;
	top: 0px;
	z-index: 100;
	left: 0px;
	flex-direction: column;
	background: rgba(255,255,255,1);
	backdrop-filter: blur(10px); /* blur amount */
  -webkit-backdrop-filter: blur(10px); /* for Safari */

}

.headcontent {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 90px;
	overflow: hidden;
}

.soc a {
	margin: 0px 4px;
	display: inline-block;
	display: flex;
	align-items: center;
}

.soc {
	display: flex;
	align-items: center;
}

.soc img {
	width: 20px;
	padding: 2px 4px;
}

.footer .soc {
	justify-content: end;
}

.top .section {
	display: flex;
	justify-content: space-between;
}

.wp-block-button__link, .button, .headcta a, button, .wpforms-form input[type=submit], .wpforms-form button[type=submit] {
	padding: 12px 22px;
	background: var(--def) ;
	border-radius: 10px ;
	color: white ;
	height: auto;
	margin: 50px 0px 0px;
	font-size: 17px;
  font-weight: 600;
	border: none;
}

#search {
	background: none !important;
}



.logo {
	display: flex;
	background: var(--def);

	padding: 0px 30px;
	flex-direction: column;
	justify-content: center;
	padding-left: calc((100% - 1000px)/2 - 40px);
}

.logo img {
  height: 70px;
  margin-right: -89px;
}

.menu {
	font-size: 0px;
	padding: 0px 0px;
	height: 100%;
  position: relative;
	display: flex;
	list-style: none;
  padding-right: calc((100% - 1000px)/2);	

}

.menu li {
	position: relative;
	padding: 0px;
	margin: 0px;
	display: flex;
}

.menu li::before {
	content: none;
}

.menu li a {
	color: var(--def);
	font-size: 16px;
  font-weight: 700;
  font-family: var(--font);
	padding: 0px 20px;
	display: flex;
	align-items: center;       /* vertical center */
	word-break: keep-all;
	overflow-wrap: normal;
  white-space: normal;
  transition: background .15s;
	text-transform: uppercase;
}

.menu li a:hover {
	background: rgba(0,0,0,0.1);
	cursor: pointer;
}


.footer {
  background: var(--def);
  padding-top: 50px;
  padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.footer * {
  color: white !important;
	font-size: 17px;
}

.footer-left {
	display: flex;
	min-width: 200px;
	gap: 20px;
}

.footer-right {
	display: flex;
	gap: 20px;

}


.social {
	display: flex;
  justify-content: flex-end;
}

.social a {
	background: rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.15);
	width: 40px;
	height: 40px;
	border-radius: 8px;
	padding: 0px;
	margin: 0px 2px;
	display: flex;
	justify-content: center;
  align-items: center;
}




.objednajte {
	background: #E5F8FE;
	display: flex;
	flex-direction: row;
}

.objednajte div {
	  flex: 1;
}

.section-1 {
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  min-height:    15vh;
  padding-top:    calc(45vh + 130px);
  padding-bottom: 0vh;
  background: rgba(237, 28, 36, 0.5);
  background: #7d34342f;
}

.hlavicka {
	max-width: 100%;
	margin: auto;
}


.page-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -10;
  height: calc(100%);
  object-fit: cover;
  object-position: center top;
  opacity: 1;
  background: var(--def);
}

.domov {

}

.section-1 * {
	color: white;
}


.podstranky li a:hover {
	background: linear-gradient(223deg, rgba(255, 255, 255, 1) 0%, rgba(100, 214, 246, 1) 100%);
}

.podstranky li {
  flex: 0 1 calc(33.33% + 15px);
  box-sizing: border-box;
  margin: 0px 0px 15px -20px; !important;
}


.podstranky li a {
	background: #ffffff;
	background: linear-gradient(223deg, rgba(255, 255, 255, 1) 0%, rgba(209, 245, 255, 1) 100%);
	padding: 25px 30px 25px 60px;
	border-radius: 12px;
	display: inline-block;
	width: calc(100% - 90px);
	font-weight: 600;
	min-height: 50px;
	transition: all 1s;
}

.podstranky li::before {
  content: "";
  color: green;
  margin-right: 8px;
  position: absolute;
  left: 20px;
  top: 28px;
  bottom: auto;
  width:  18px;
  height: 18px;
  background-image: url(https://volko.online/wp-content/uploads/arrow_forward_ios_24dp_00B0E0_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain;
  background-repeat: no-repeat;
}


.box {
	background: rgb(245, 245, 245);
	padding: 40px;
	margin-bottom: 40px;
	border-radius: 0px;
	display: block;
}

.karty .box {
	padding: 80px 40px 70px;
}

.podstranky {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px 40px 20px;
	list-style: none;
}



.karty .box:not(:first-child) {
	margin-left: -30px;

}

.karty {
	margin-bottom: 40px;
	gap: 0 !important;
}

.karty .wp-block-column {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	min-height: 180px;
	padding: 60px 0px 80px;
}

.karty a {
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: absolute;
	width: calc(100% - 0px);
	height: calc(100% - 60px);
	bottom: 0px;	
	left: 0px;
	text-align: center;
	padding: 0px 0px 80px;
}

.karty .wp-block-column:hover {
	background: linear-gradient(223deg, rgba(255, 255, 255, 1) 0%, rgba(100, 214, 246, 1) 100%);
}


.sluzby .box {
	margin: 5px !important;
}

.sluzby {
	margin: 0px;
}

.wpforms-field-container input, .wpforms-field-container textarea {
	width: 100%;
	border: none !important;
	border-radius: 8px !important;
}

input, textarea {
	margin: 5px 0px 0px !important;
	padding: 15px 15px;
}


.cennik {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.cennik tr {
	margin: 5px 0;
	background-color: #e5f8fe;
  display: block;
  margin: 10px 0;
	background: linear-gradient(223deg, rgba(255, 255, 255, 1) 0%, rgba(209, 245, 255, 1) 100%);
	padding: 10px;
	border-radius: 10px;
}

.cennik tr td:nth-child(2), .cennik tr td:nth-child(3) {
	min-width: 10%;
	text-align: end;
}

.cennik tr {
  display: flex;
}

.cennik td {
  border: none;
}

.cennik tr td:first-child {
	flex: 1;
}

.recenzie {
	gap: 12px;
}

.nav {
	display: inline-block;
	font-size: 18px;
	margin: 30px 0px 0px;
	position: relative;
	padding: 6px 20px 8px 40px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: 			blur(3px); /* blur amount */
  	-webkit-backdrop-filter: 	blur(3px); /* for Safari */
	border: 1px solid rgba(255, 255, 255, 0.061);
	opacity: 1;
}


.hlava {
	display: inline-block;
	font-size: 18px;
	margin-left: 0px;
	position: relative;
	padding: 30px 40px 20px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: 			blur(5px); /* blur amount */
  	-webkit-backdrop-filter: 	blur(3px); /* for Safari */
	border: 1px solid rgba(255, 255, 255, 0.101);
}


.hlava * {
	color: var(--def) !important;
}

.navv {
	opacity: 0.6;
}


.nav::before {
  content: "";
  margin-right: 8px;
  position: absolute;
  left: 16px;
  top: 10px;
  width:  18px;
  height: 18px;
  background-image: url(back.svg);
  opacity: 0.5;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav:hover {
	background: rgba(255, 255, 255, 0.419);	
}


.wp-block-image img {
	display: block;
	border-radius: 24px;
	position: relative;
	object-fit: cover;
}

.alignleft {
	float: left;
	margin: 0px 40px 40px 0px !important;

	overflow: hidden;
	position: relative;
}

.alignright {
	float: right;
	margin: 0px 0px 40px 40px !important;

	overflow: hidden;
	position: relative;
}

.aligncenter {
	margin: 0px auto 40px auto !important;
	border-radius: 24px;
	overflow: hidden;
}

.popis {
	display: none;
	width: 600px;
	padding: 40px;
	margin-top: 40px;
	border-radius: 24px;
}

.tim {
	padding: 30px 30px 0px;
	position: unset;
	border-radius: 50px;
}

.tim h3 {
	font-size: 22px;
}

.tim:nth-child(3) .popis,
.tim:nth-child(4) .popis {
	margin-left: -420px;
}

.tim:hover, .timactive {
	background: rgb(234, 234, 255);
	cursor: pointer;
}

.wp-block-gallery img {
	border-radius: 16px;
}


.wp-block-separator {
	display: block;
	width: 70%;
	margin: 60px auto;
	height: 1px;
	border-top: 0px solid rgb(80, 216, 244);
	background: #e8efff;
	background: linear-gradient(304deg, rgba(232, 239, 255, 1) 1%, rgba(172, 220, 250, 1) 50%, rgba(232, 239, 255, 1) 100%);
	background: linear-gradient(304deg, rgba(232, 239, 255, 1) 1%, rgb(232 232 232) 50%, rgba(232, 239, 255, 1) 100%);
}

.wp-block-spacer {
	clear: none;
}

.orange a, .orange-button {
	background: var(--sec) !important;
}

.wp-element-caption {
	background: rgb(217, 238, 248);
	margin: 0px;
	color: var(--def);
	padding: 10px 0px 10px 20px;
	max-width: 100%;
	width: calc(100% - 20px);
	z-index: 100;
}

.blog {
	display: flex;
  	flex-wrap: wrap; /* allows wrapping */
	gap: 30px;       /* optional spacing */
}

.post {
  flex: 0 0 48%;   /* take up half of row */
  box-sizing: border-box;
  padding: 20px 20px 40px;	
  position: relative;
}

.post h2 {
	font-size: 32px;
	margin-bottom: 30px;
}

.post:hover {
	background: rgb(246, 243, 255);
	border-radius: 20px;
}

.thumbnail {
	float: left;
	margin: 0px 30px 30px 0px;
	height: 200px;
	max-width: 200px;
	object-fit: cover;
	border-radius: 16px;
}

.post hr {
	position: absolute;
	bottom: -40px;
	width: calc(100% - 40px);

}

.home-s1 .wp-block-button a {
	background: white !important;
	color: var(--def) !important;
}

.vyzva {
	background: rgb(200 239 240);
	border-radius: 12px !important;
	max-width: 90%;
	margin: -200px auto 0px;
}

.intro p, .intro h3 {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100% !important;
}

.podpora {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: white;
}

.podpora input {
	background: #f5f5f5 !important;
}

#podporovatelia h3 {
	font-size: 24px ;
	line-height: 1.3em;
}

#podporovatelia .box {
	padding: 20px;
}

.zaver {
	background: rgb(200 239 240);
	max-width: 80%;
	margin: auto;
	border-radius: 36px;
}

.hidden {
  display: none;
}

.expanded .hidden {
  display: block;
}

.wp-block-columns {
	gap: 10px;
}

#podporovatelia img {
	margin-bottom: 20px;
}

