/*
Theme Name: Hideout at Work
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

.center-container{
	max-width:95%;
	margin:0 auto;
	text-align:center;
	display:flex;
	flex-direction:column;
	font-size:16px;
	padding-top:24px;
}
.center-container small{
	font-size:14px;
}
@media screen and (max-width:768px){
	.center-container{
		padding-top:6vw;
		padding-bottom:35vw;
	}	
}
/* Base wobble for all elements you want to animate */
#why-it-works-bubble,
#how-it-works-bubble,
#contact-us-bubble,
#btn-back-to-top,
.pdf-attachment-link a {
  display: inline-block;
  transition: transform 0.25s ease-out;
  /* Default values (can be overridden per ID below) */
  --wobble-rotate: 4deg;
  --wobble-rotate-return: -2deg;
}

#why-it-works-bubble:hover,
#how-it-works-bubble:hover,
#btn-back-to-top:hover,
#contact-us-bubble:hover,
.pdf-attachment-link a:hover {
  transform: rotate(var(--wobble-rotate));
}

#why-it-works-bubble:not(:hover),
#how-it-works-bubble:not(:hover),
#btn-back-to-top:not(:hover),
#contact-us-bubble:not(:hover) ,
.pdf-attachment-link a:not(:hover) {
  animation: wobble-return 0.35s ease-in-out;
}

@keyframes wobble-return {
  0% {
    transform: rotate(var(--wobble-rotate));
  }
  40% {
    transform: rotate(var(--wobble-rotate-return));
  }
  100% {
    transform: rotate(0deg);
  }
}

/* -- Fonts ----------------------------------------------------------------- */
@font-face {
  font-family: "zai Courier Polski 1941";
  src: url("fonts/zaiCourierPolski1941.woff2") format("woff2"), url("fonts/zaiCourierPolski1941.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* /  Fonts ----------------------------------------------------------------- */
html {
  margin: 0px !important;
}

body {
  font-family: "zai Courier Polski 1941", helvetica, sans-serif;
  background-color: #faf9f9;
}

a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
}

/* -- Custom ----------------------------------------------------------------- */
.wp-site-blocks {
  background-image: url(images/site-bg.svg);
  background-repeat: no-repeat;
  background-size: calc(109%);
  background-position: center -2%;
}

/* -- Global ----------------------------------------------------------------- */
a:hover {
  text-decoration: none !important;
  transition: all 180ms ease-in-out;
}

/* /  Global ----------------------------------------------------------------- */
/* -- Header ----------------------------------------------------------------- */
header.wp-block-template-part {
  background-image: url(images/header-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 4vw;
  margin-bottom: 6vw;
  height: 9vw;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
  display: flex;
  align-items: center;
  transform: translateY(2vw);
  zoom: 0.9;
}
header.wp-block-template-part > .wp-block-group {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group {
  width: 100%;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group > .wp-block-group {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
header.wp-block-template-part .wp-block-site-title a {
  text-align: center;
  font-size: 5.25vw;
  position: absolute;
  top: -2vw;
  text-shadow: 0.3vw 0.3vw 0px #fff;
  font-weight: 400;
  line-height: 5vw;
  width: 25vw;
  left: 5vw;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group > .wp-block-group > .wp-block-group {
  width: 100%;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group > .wp-block-group > .wp-block-group .wp-block-navigation {
  width: calc(100% - 29vw);
  justify-content: space-between;
  flex-wrap: nowrap;
  adding-right: 3vw;
  padding-left: 3vw;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group > .wp-block-group > .wp-block-group .wp-block-navigation .wp-block-navigation__responsive-container-content {
  display: flex;
  justify-content: center;
  align-content: center;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group > .wp-block-group > .wp-block-group .wp-block-navigation .wp-block-navigation__responsive-container-content a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  animation: wiggleOut 240ms linear;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group > .wp-block-group > .wp-block-group .wp-block-navigation .wp-block-navigation__responsive-container-content a .wp-block-navigation-item__label {
  font-size: 1.65vw;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  max-width: 18vw;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group > .wp-block-group > .wp-block-group .wp-block-navigation .wp-block-navigation__responsive-container-content a:hover {
  color: #4d72a1;
  transition: all 180ms;
  animation: wiggleIn 180ms linear;
  animation-fill-mode: forwards;
}

@keyframes wiggleIn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
@keyframes wiggleOut {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
header.wp-block-template-part .wp-block-navigation__responsive-container-content a .wp-block-navigation-item__label {
  line-height: 2vw;
  font-size: 1.5vw;
}

/* /  Header ----------------------------------------------------------------- */
/* -- Site content ----------------------------------------------------------------- */
.wp-site-blocks {
  margin: 0px auto;
  min-height: 140vw;
  overflow:hidden;
}

/* -- Homepage bubbles ----------------------------------------------------------------- */
.homepage-bubble .btn-close {
  display: none;
}
.homepage-bubble h2 {
  text-decoration: none;
}
.homepage-bubble a {
  text-decoration: none;
}
.homepage-bubble a:hover h2 {
  text-decoration: none;
}
.homepage-bubble a:focus, .homepage-bubble a:active {
  border: 0px none;
  outline: none;
  text-decoration: none;
}
.homepage-bubble .bubble-content {
  display: none;
}
.homepage-bubble.open {
  flex-direction: column;
}
.homepage-bubble.open h2 {
  font-size: 3.25vw;
  padding: 1vw 0vw 0vw 5vw;
}
.homepage-bubble.open .bubble-content {
  display: block;
  padding: 0px 4vw;
  font-size: 1.3vw;
}

#contact-us-bubble {
  position: absolute;
  background-image: url(images/homepage-bubble.png), url(images/homepage-bubble-content-how.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26vw 100%, 0;
  text-decoration: none;
  top: 14vw;
  left: 4vw;
  width: 28vw;
  height: 11vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
  --wobble-rotate: 3deg;
  --wobble-rotate-return: -2deg;
}
/* Fixed position */
#contact-us-bubble.is-fixed {
 position: fixed;
 bottom: 7.6vw;
 z-index: 9999;
 top: auto;
 right: auto;
 height: 5vw;
 width: 28vw;
 background-size: 28vw 100%, 0;
}
#contact-us-bubble.is-fixed a h2{
  font-size: 1.5vw;
}
@media screen and (max-width:1024px){
	#contact-us-bubble.is-fixed a h2{
		font-size: 3vw;
	}
	#contact-us-bubble.is-fixed {
    	position: fixed;
    	bottom: 2.6vw;
    	z-index: 9999;
    	top: auto;
    	right: auto;
		left:2vw;
    	height: 9vw;
    	width: 29vw;
    	background-size: 29vw 100%, 0;
	}
}
@media screen and (max-width:640px){
	#contact-us-bubble.is-fixed a h2{
		font-size: 20px;
		line-height:23px;
		padding:0px 10px;
	}
    #contact-us-bubble.is-fixed {
        position: fixed;
        bottom: 4vw;
        z-index: 9999;
        top: auto;
        right: auto;
        height: 67px;
        width: 190px;
        background-size: 190px 100%, 0;
    }
}

/* Transition state (used during fade in/out) */
#contact-us-bubble.is-transitioning {
 opacity: 0;
 transform: translateY(100%);
 pointer-events: none;
}
#contact-us-bubble h2 {
  font-size: 2.8vw;
  text-align: center;
  line-height: 2.6vw;
  padding: 0px 1vw;
}
#contact-us-bubble a{
	text-decoration:none;
}

#how-it-works-bubble {
  position: absolute;
  background-image: url(images/homepage-bubble.png), url(images/homepage-bubble-content-how.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, 0px;
  text-decoration: none;
  width: 330px;
  height: 197px;
  top: 28vw;
  left: 29vw;
  width: 21vw;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
    --wobble-rotate: -3deg;
  --wobble-rotate-return: 1deg;

}
#how-it-works-bubble h2 {
  font-size: 4vw;
  text-align: center;
  line-height: 1em;
}
#how-it-works-bubble.open {
  background-image: url(images/homepage-bubble-content-how.png);
  width: 52vw;
  height: 60vw;
  justify-content: flex-start;
  align-items: flex-start;
  background-position: left top;
  background-size: contain;
}

#why-it-works-bubble {
  position: absolute;
  background-image: url(images/homepage-bubble-why.png), url(images/homepage-bubble-content-why.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, 0px;
  text-decoration: none;
  width: 330px;
  height: 197px;
  top: -2vw;
  right: 5vw;
  width: 29vw;
  height: 17vw;
  display: flex;
  align-items: center;
  justify-content: center;
  --wobble-rotate: 3deg;
  --wobble-rotate-return: -1deg;
}
#why-it-works-bubble h2 {
  font-size: 5.5vw;
  text-align: center;
  line-height: 1em;
}
#why-it-works-bubble.open {
  background-image: url(images/homepage-bubble-content-why.png);
  width: 56vw;
  height: 48vw;
  justify-content: flex-start;
  align-items: flex-start;
  background-position: left top;
  background-size: contain;
}
#why-it-works-bubble.open h2 {
  font-size: 4.5vw;
  margin-bottom: 0px;
}

/* /  Homepage bubbles ----------------------------------------------------------------- */
/* -- Homepage Quotes ----------------------------------------------------------------- */
.homepage-quote blockquote {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 1vw;
  margin: 0px;
  flex-direction: column;
}

#quote-28 {
  position: absolute;
  background-image: url(images/homepage-bubble.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, 0px;
  text-decoration: none;
  top: 58vw;
  left: 4vw;
  width: 31vw;
  height: 16vw;
  font-size: 1.25vw;
  text-align: center;
}

#quote-30 {
  position: absolute;
  background-image: url(images/homepage-bubble.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, 0px;
  text-decoration: none;
  top: 81vw;
  right: 5vw;
  width: 42vw;
  height: 24vw;
  font-size: 1.5vw;
  text-align: center;
}
#quote-30 blockquote {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw 4vw;
  margin: 0px;
  flex-direction: column;
}

/* /  Homepage Quotes ----------------------------------------------------------------- */
/* /  Site content ----------------------------------------------------------------- */
/* -- Homepage bottom sections ----------------------------------------------------------------- */
.homepage-feed {
  padding-bottom: 5vw;
}
.homepage-feed .homepage-bottom-section {
  background-position: -16vw top;
  background-size: 134vw;
  background-repeat: no-repeat;
  padding-top: 8vw;
  margin-top: -16vw;
  padding-bottom: 1vw;
}
.homepage-feed .homepage-bottom-section .pdf-attachment-link {
  text-align: right;
  font-size: 2vw;
  margin-top: 2vw;
  padding-right: 2vw;
}
.homepage-feed .homepage-bottom-section .pdf-attachment-link a {
  text-decoration: none;
    --wobble-rotate: -2deg;
  --wobble-rotate-return: 2deg;

}
.homepage-feed .homepage-bottom-section .pdf-attachment-link a:hover {
  color: #4d72a1;
}
.homepage-feed .homepage-bottom-section .container {
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homepage-feed .homepage-bottom-section h3 {
  margin: 0px;
  font-size: 3vw;
  width: 100%;
  margin-bottom: 1vw;
}
.homepage-feed .homepage-bottom-section .featured-image {
  width: calc(40% - 1vw);
}
.homepage-feed .homepage-bottom-section .featured-image img {
  max-width: 100%;
  margin-top: 15px;
}
.homepage-feed .homepage-bottom-section .text {
  width: calc(55% - 1vw);
  margin-left: 2vw;
}
.homepage-feed .homepage-bottom-section .text p {
  margin-bottom: 1vw;
  margin-top: 1vw;
}
.homepage-feed .homepage-bottom-section .text p:first-of-type {
  padding-top: 0px;
  margin-top: 0px;
}

#team-building-with-improv {
  background-image: url(images/bottom-section-white.png);
}
#team-building-with-improv h3 {
  text-align: right;
}

#what-about-the-introverts {
  background-image: url(images/bottom-section-teal.png);
  margin-top: 0px;
  background-color: #77c2ad;
  padding-top: 5vw;
  padding-bottom: 0.5vw;
}
#what-about-the-introverts h3 {
  text-align: left;
}
#what-about-the-introverts .featured-image {
  order: 2;
  width: calc(30% - 1vw);
}
#what-about-the-introverts .text {
  width: calc(70% - 1vw);
  margin-right: 2vw;
  margin-left: 0px;
}

#improv-for-educators {
  background-image: url(images/bottom-section-white-2.png);
  margin-top: 0px;
  background-color: #faf9f9;
  padding-top: 3vw;
}
#improv-for-educators h3 {
  text-align: right;
}
#improv-for-educators .featured-image {
  width: calc(35% - 1vw);
}
#improv-for-educators .text {
  width: calc(65% - 1vw);
}
#improv-for-educators .text p:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#custom-improv-shows {
  background-image: url(images/bottom-section-green.png);
  background-size: 149vw;
  margin-top: 0px;
  background-color: #b1d281;
  position: relative;
  padding-bottom: 10vw;
  padding-top: 4vw;
}
#custom-improv-shows:after {
  content: "";
  position: absolute;
  bottom: 0px;
  background-image: url(images/bottom-section-green-2.png);
  width: 100%;
  height: 10vw;
  background-size: 190vw;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#custom-improv-shows h3 {
  text-align: left;
}
#custom-improv-shows .featured-image {
  order: 2;
  width: calc(32% - 1vw);
}
#custom-improv-shows .text {
  width: calc(68% - 1vw);
  margin-right: 2vw;
  margin-left: 0px;
}

/* /  Homepage bottom sections ----------------------------------------------------------------- */
#btn-back-to-top {
  background-image: url(images/btn-back-to-top.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
  bottom: -2.5vw;
  right: 2vw;
  display: block;
  width: 10vw;
  height: 10vw;
  z-index: 9999;
  min-width: 100px;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
  --wobble-rotate: 2deg;
  --wobble-rotate-return: -2deg;
}
@media screen and (max-width:640px){
	#btn-back-to-top {
		bottom: 6vw;
        top: auto;
        height: 50px;
	}
}
#btn-back-to-top:focus, #btn-back-to-top:active {
  outline: 0px;
  border: 0px none;
  box-shadow: none;
}
#btn-back-to-top.hide {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

/* -- Mobile ----------------------------------------------------------------- */
/* /  Mobile ----------------------------------------------------------------- */
/* /  Custom ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* -- MEDIA ----------------------------------------------------------------- */
/* max 768 */
@media screen and (max-width: 768px) {
  header.wp-block-template-part .wp-block-site-title a {
    top: 0vw;
  }
}
/* / max 768 */
/* max 599 */
@media screen and (max-width: 599px) {
  .wp-block-navigation__responsive-container-open svg {
    height: 45px;
    width: 45px;
  }

  header.wp-block-template-part > .wp-block-group > .wp-block-group {
    margin: 0px;
    padding: 0px;
  }

  html.has-modal-open .wp-block-group {
    z-index: -1;
  }
  html.has-modal-open header.wp-block-template-part {
    z-index: 9999;
    transform: none;
    padding-top: 2vw !important;
  }
  html.has-modal-open .wp-block-navigation__responsive-container.is-menu-open {
    border: 1px solid red;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  html.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    margin-top: 22vw;
    padding-right: 2vw;
  }
  html.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    margin: 0px;
    padding: 0px;
  }
  html.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    width: 100% !important;
  }
  html.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation-item__label {
    max-width: 100% !important;
    font-size: 5vw !important;
    line-height: 6vw !important;
  }

  .admin-bar {
    padding-top: 46px;
  }

  header.wp-block-template-part {
    background: none;
  }
  header.wp-block-template-part .wp-block-site-title a {
    font-size: 8.25vw;
    position: absolute;
    top: 2vw;
    left: 1vw;
    line-height: 7vw;
    width: 38vw;
  }

  header.wp-block-template-part > .wp-block-group > .wp-block-group > .wp-block-group > .wp-block-group .wp-block-navigation {
    justify-content: flex-end;
  }

  .homepage-feed .homepage-bottom-section .container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 3vw !important;
    padding-right: 3vw !important;
  }
  .homepage-feed .homepage-bottom-section .container h3 {
    margin: 4vw 0px !important;
    font-size: 7vw !important;
    width: 100% !important;
  }
  .homepage-feed .homepage-bottom-section .container .featured-image {
    width: 100% !important;
    order: 1 !important;
  }
  .homepage-feed .homepage-bottom-section .container .featured-image img {
    margin-top: 0px !important;
    margin-bottom: 1vw !important;
  }
  .homepage-feed .homepage-bottom-section .container .text {
    order: 1 !important;
    width: 100% !important;
    margin: 2vw 0px 0px 0px !important;
    padding-bottom: 4vw !important;
  }
  .homepage-feed .homepage-bottom-section .container .text blockquote {
    padding: 0px 10vw;
  }

  #quote-28 {
    left: 9vw;
    top: 50vw;
    width: 60vw;
    height: 38vw;
    font-size: 2.5vw;
    display: none;
  }
  #quote-28 blockquote {
    padding: 0px 10vw;
  }
  #quote-30 {
    font-size: 2.5vw;
    top: 73vw;
    width: 63vw;
    height: 40vw;
  }
  #quote-30 blockquote {
    padding: 1vw 8vw;
  }

  #contact-us-bubble {
    top: 5vw;
    left: auto;
    right: 0vw;
    width: 35vw;
    height: 17vw;
    background-size: 32vw 100%, 0;
  }
  #contact-us-bubble h2 {
    font-size: 4vw;
    text-align: center;
    line-height: 4vw;
    padding: 0px 4vw;
  }

  #how-it-works-bubble {
    top: 22vw;
    left: 4vw;
    width: 41vw;
    height: 24vw;
  }
  #how-it-works-bubble h2 {
    font-size: 9.5vw;
  }

  #why-it-works-bubble {
    top: 45vw;
    right: 1vw;
    width: 50vw;
    height: 25vw;
  }
  #why-it-works-bubble h2 {
    width: 39vw;
    font-size: 9vw;
  }

  .homepage-bubble.open {
    z-index: 999 !important;
    height: 84vh !important;
    width: calc(100% - 9vw) !important;
    top: auto !important;
    botom: 0px !important;
    position: fixed !important;
    left: 0px !important;
    padding: 5vw !important;
    background-size: 180% !important;
    background-position: center top !important;
  }
  .homepage-bubble.open .btn-close {
    display: block;
    width: 3vw;
    height: 3vw;
    position: absolute;
    right: 5vw;
    top: 10vw;
    background-image: url(images/icon-close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4vw;
    border: 1vw solid rgba(0, 0, 0, 0.4);
    padding: 2vw;
    border-radius: 100%;
  }
  .homepage-bubble.open h2 {
    font-size: 8vw !important;
    width: 100% !important;
    padding: 0px !important;
    margin: 9vw 0px 0px 0px !important;
    max-width: 100% !important;
  }
  .homepage-bubble.open .bubble-content {
    display: block !important;
    padding: 0px 4vw !important;
    font-size: 3.3vw !important;
    max-height: 70vh !important;
    overflow: scroll !important;
  }
}
/* / max 599 */
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */
/* /  MEDIA ----------------------------------------------------------------- */



.page-template-default main .wp-block-group{
	background:#fff ;
	padding:4vw;
	border-radius:4vw;
	margin:0 auto;
	max-width:1200px;
}


.page-template-default main .wp-block-group .is-layout-constrained > :last-child,
.page-template-default main .wp-block-group .has-text-align-right,
.page-template-default main .wp-block-group .wp-block-post-title{
	max-width:100%;
}