html {
  width: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.font_1 {
  font-family: 'Baloo 2', cursive;
}
.container {
  position: relative;
  width: 1500px;
  padding: 0;
  margin: 0 auto;
}
.small_container {
  position: relative;
  width: 930px;
  padding: 0;
  margin: 0 auto;
}
.full_container {
  box-sizing: content-box;
  padding-right: 300%;
  padding-left: 300%;
  margin-right: -300%;
  margin-left: -300%;
}
.button {
  position: relative;
  display: inline-block;
  height: 60px;
  font-size: 1.8rem;
  line-height: 61px;
  font-weight: 700;
  text-decoration: none;
  color: #4c2911;
  background-color: #f8ae1b;
  border-radius: 30px;
  padding: 0 46px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #e89d07;
}
body {
  position: relative;
  width: 100%;
  font-family: 'Baloo 2', cursive;
  font-size: 1.8rem;
  line-height: 1.9;
  font-weight: 400;
  color: #999;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
}
#main_wrapper {
  zoom: 1;
}
#main_wrapper:after {
  content: '';
  display: table;
  clear: both;
}
#main_wrapper > section,
#main_wrapper footer {
  float: left;
  width: 100%;
}
div {
  overflow: hidden;
}
input {
  -webkit-appearance: none;
}
::selection {
  background: #c6a35f;
  color: #272f32;
  text-shadow: none;
}
::-moz-selection {
  background: #c6a35f;
  color: #272f32;
  text-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  backface-visibility: hidden;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.textwidget strong {
  color: #4c2911;
}
.textwidget em {
  font-style: normal;
  font-weight: 400;
  color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  color: #4c2911;
}
h1,
h2 {
  font-size: 6rem;
  margin-bottom: 32px;
}
h3 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}
h4,
h5,
h6 {
  margin-bottom: 20px;
}
p {
  margin-top: 33px;
}
p:first-of-type {
  margin-top: 0;
}
a[href^="tel:"] {
  pointer-events: none;
}
a {
  text-decoration: none;
  color: #4c2911;
}
a:hover {
  color: #4c2911;
}
.wp-block-table {
  overflow: hidden;
}
@-webkit-keyframes ani_welcome_arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes ani_welcome_arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.main_container {
  height: 100vh;
  background: #272f32;
}
.container_inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 0 15px 50px;
}
.container_inner .logo {
  width: 120px;
}
.container_inner .logo:hover {
  opacity: 0.8;
}
.container_inner .slogan {
  line-height: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 40px;
}
.container_inner .slogan span {
  position: relative;
  opacity: 0.4;
  margin: 0 4px;
}
.container_inner .slogan span::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -4px;
  display: block;
  width: 44px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.container_inner .instagram {
  margin-top: 40px;
}
.container_inner .instagram a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
}
.container_inner .instagram a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("https://zlatyzivot.sk/wp-content/uploads/2023/04/instagram.svg") center no-repeat;
  background-size: 100% auto;
}
.container_inner .instagram a:hover {
  opacity: 0.9;
}
.container_inner .under_construction {
  color: rgba(255, 255, 255, 0.2);
  margin-top: 35px;
}
aside,
footer {
  display: none;
}
@media (max-width: 1024px) {
}
@media (max-width: 480px) {
}
@media only screen and (min-width: 320px) and (max-width: 560px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
/*# sourceMappingURL=style_zlatyzivot.css.map */