/**
* style css
* 
* 
* @package julia
* @since julia 1.0
*/
/* CSS Document */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
.wp-block-lazyblock-youtube figure {
  position: relative;
  width: 80%;
  margin: 10%;
  padding-bottom: 50%;
}
.wp-block-lazyblock-youtube figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-lazyblock-youtube iframe {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.wp-block-lazyblock-youtube figure img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wp-block-lazyblock-youtube i.fa-youtube {
  font-size: 20vmin;
  color: rgba(255, 255, 255, 0.68);
}
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table table td,
.wp-block-table table th {
  padding: 16px;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
}
.wp-block-julia-stz-blocks-columns {
  display: flex;
}
.wp-block-julia-stz-blocks-columns .wp-block-julia-stz-blocks-column:first-of-type {
  width: calc(33% - 16px);
  margin-right: 16px;
}
.wp-block-julia-stz-blocks-columns .wp-block-julia-stz-blocks-column:first-of-type p:first-of-type,
.wp-block-julia-stz-blocks-columns .wp-block-julia-stz-blocks-column:first-of-type h2:first-of-type,
.wp-block-julia-stz-blocks-columns .wp-block-julia-stz-blocks-column:first-of-type h3:first-of-type,
.wp-block-julia-stz-blocks-columns .wp-block-julia-stz-blocks-column:first-of-type h4:first-of-type,
.wp-block-julia-stz-blocks-columns .wp-block-julia-stz-blocks-column:first-of-type ul:first-of-type {
  margin-top: 0;
}
.wp-block-julia-stz-blocks-columns .wp-block-julia-stz-blocks-column:last-of-type {
  width: 66%;
}
.wp-block-julia-stz-blocks-columns .wp-block-julia-stz-blocks-column:last-of-type p:first-of-type,
.wp-block-julia-stz-blocks-columns .wp-block-julia-stz-blocks-column:last-of-type h2:first-of-type,
.wp-block-julia-stz-blocks-columns .wp-block-julia-stz-blocks-column:last-of-type h3:first-of-type,
.wp-block-julia-stz-blocks-columns .wp-block-julia-stz-blocks-column:last-of-type ul:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wrapper-ls .content {
    display: flex;
    width: 100%;
  }
  .wrapper-ls .content figure {
    width: 40%;
  }
}
/*# sourceMappingURL=style.css.map */