/*
Theme Name: wwbabyyoga
Author: tamas illes
Description: Theme for wwbabyyoga
Version: 1.0
*/

/*--------- CUSTOM CSS ---------*/

:root {
  --maingreen: #e2efd9;
  --mainblue: #deebf7;
  --mainbrown: #d0c0b3;
  --maindarkblue: #163c5e;
  --borderradius: 15px;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Quicksand";
}

html *::marker,
body *::marker {
  content: "" !important;
}

.wby_text {
  font-size: 21px;
}

.wby_bold {
  font-weight: bold;
}

.wby_hover_effect {
  background: linear-gradient(to right, #246096, #246096 50%, black 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}

.wby_hover_effect:hover {
  background-position: 0 100%;
  border-color: #246096;
}

.wby_dropshadow {
  filter: drop-shadow(0px 6px 12px rgba(50, 50, 93, 0.25))
    drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.3));
}

#wby_navbar {
  background-color: var(--mainblue);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#wby_navbar .wby_navbar_main_ul {
  padding: 0;
  margin: 0;
  position: relative;
  height: 88px;
  display: flex;
  justify-content: right;
  align-items: center;
  width: 88%;
  margin: 0 auto;
}

#wby_navbar .wby_navbar_logo {
  position: absolute;
  padding: 0px 10px;
  left: 0;
  top: -8px;
}

#wby_navbar .wby_navbar_logo img:hover {
  scale: 1.2;
}

li.wby_navbar_page a {
  text-decoration: none;
  color: black;
}

li.wby_navbar_page {
  padding: 0 50px;
  font-size: 18px;
}

.wpcf7-submit:hover {
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  scale: 1.05;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  box-shadow: none;
  scale: none;
}

.wpcf7-submit {
  border: none;
  background: white;
  border-radius: 20px;
  padding: 12px 24px;
}
span.wpcf7-form-control.wpcf7-acceptance {
  margin: 10px 0 10px !important;
  display: block;
}

span.wpcf7-not-valid-tip {
  margin: 5px 0 0 15px;
}
body.post-type-archive-tribe_events, body.page-id-56 {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23deebf7' fill-opacity='0.5' fill-rule='evenodd'/%3E%3C/svg%3E"),
    url("https://wwbabyyoga.at/wp-content/uploads/2024/12/paper-texture-scaled-1.webp");
  background-size: contain;
  background-color: #ffffff;
}

#wby_mainfooter {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
  background: var(--mainblue);
}

.wby_footer_icons {
  width: 30px;
  height: 30px;
}

.wby_footer {
  width: 88%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wby_footer a {
  transition: 0.5s;
}

.wby_footer a:hover {
  scale: 1.2;
}

.wby_footer div {
  display: flex;
  gap: 15px;
}

footer#wby_mainfooter::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  pointer-events: none;
  rotate: 180deg;
}

#wby_mainfooter .wby_footer_element {
  margin: 0;
  padding: 0;
}

html#facebook,
body.webkit.win.x1.Locale_de_DE {
  overflow: hidden;
}

/*Responsive*/
.wby_responsive_burger {
  display: none;
}

jdiv.wrap_c7ca._orientationRight_d997.__jivoMobileButton {
  z-index: 3;
}

/*Responsive Menu*/
.wby_menu-wrap {
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

ul.wby_responsive_burger * {
  outline: none !important;
}

.wby_menu-wrap .toggler {
  position: relative;
  top: 0;
  right: 0;
  z-index: 1001;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.wby_menu-wrap .wby_hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* wby_hamburger line */
.wby_menu-wrap .wby_hamburger > div {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
/* Top and bottom lines */
.wby_menu-wrap .wby_hamburger > div:before,
.wby_menu-wrap .wby_hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -8px;
  width: 100%;
  height: 2px;
  background: inherit;
}
/* Moves line down */
.wby_menu-wrap .wby_hamburger > div:after {
  top: 8px;
}
/* Toggler animate */
.wby_menu-wrap .toggler:checked + .wby_hamburger > div {
  transform: rotate(135deg);
}
/* Turn Lines into X */
.wby_menu-wrap .toggler:checked + .wby_hamburger > div:before,
.wby_menu-wrap .toggler:checked + .wby_hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
/* Rotate on hover when checked */
.wby_menu-wrap .toggler:checked:hover + .wby_hamburger > div {
  transform: rotate(225deg);
}
/* Show menu */
.wby_menu-wrap .toggler:checked ~ .wby_menu_rsp {
  visibility: visible;
}

.wby_menu-wrap .toggler:checked ~ .wby_menu_rsp > div {
  transform: scale(1);
}

.wby_menu-wrap .toggler:checked ~ .wby_menu_rsp > div > div {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.wby_menu-wrap .wby_menu_rsp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.wby_menu-wrap .wby_menu_rsp > div {
  background-color: var(--mainblue);
  border-radius: 50%;
  width: 200vh;
  height: 200vh;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.wby_menu-wrap .wby_menu_rsp > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.wby_menu-wrap .wby_menu_rsp > div > div > ul {
  padding: 0;
}

.wby_menu-wrap .wby_menu_rsp > div > div > ul > li {
  list-style: none;
  color: var(--navigation_color);
  font-size: 1.5rem;
  padding: 1rem;
}

.wby_menu-wrap .wby_menu_rsp > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}

/*CREATED BY TOMI ILLES */
/*********************************************************************************************************************************/
/*IMPORTED*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

summary {
  display: list-item;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

figure {
  margin: 1em 40px;
}

img {
  border-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
