@charset "UTF-8";
/*
 * Incorporate normalize.css
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! ulya Theme starts here... */
/*
 * Colors
 */
/*
 * Fonts
 */
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-regular-webfont.woff2") format("woff2"), url("../fonts/nunito-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-italic-webfont.woff2") format("woff2"), url("../fonts/nunito-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-bold-webfont.woff2") format("woff2"), url("../fonts/nunito-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-bolditalic-webfont.woff2") format("woff2"), url("../fonts/nunito-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-extrabold-webfont.woff2") format("woff2"), url("../fonts/nunito-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-extrabolditalic-webfont.woff2") format("woff2"), url("../fonts/nunito-extrabolditalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
/*
 * Beaking Points
 */
/*
 * Useful mixins
 */
/*
 * Basics
 */
html {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5;
  background-color: #3e43a9;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 20px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #001;
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  color: white;
  background-color: rgba(62, 67, 169, 0.5);
}

a {
  color: #ea4c89;
  text-decoration: none;
  border-bottom: 2px solid rgba(234, 76, 137, 0.25);
}
a:hover, a:active {
  color: #3e43a9;
  border-bottom: 2px solid rgba(62, 67, 169, 0.25);
}

/*
 * And so it beginns...
 */
#site-wrap {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 768px;
}
@media only screen and (min-width: 768px) {
  #site-wrap {
    padding: 0 2rem;
  }
}

.site-header {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 20px;
  width: 100%;
  background: #34317b;
  background: -webkit-gradient(linear, left top, left bottom, from(#252257), to(#3e43a9));
  background: -webkit-linear-gradient(top, #252257 0%, #3e43a9 100%);
  background: linear-gradient(to bottom, #252257 0%, #3e43a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color4", endColorstr="$color2",GradientType=0 ); /* IE6-9 */
}
@media only screen and (min-width: 768px) {
  .site-header {
    padding: 20px 20px 20px 20px;
  }
}
.site-header .site-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}
.site-header .site-header-inner:after {
  content: "";
  clear: both;
  display: block;
}

#skip-link {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

#site-branding {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0rem 0;
}
#site-branding #logo {
  display: block;
  margin: 0 auto;
  height: 100px;
  width: 150px;
  border: none;
}
@media only screen and (min-width: 768px) {
  #site-branding #logo {
    height: 140px;
    width: 210px;
  }
}
#site-branding #logo span {
  position: absolute;
  left: -10000em;
  top: 0;
}
#site-branding #logo svg {
  margin: 0;
  padding: 1px;
  fill: #ea4c89;
  fill: white;
  height: 100px;
  width: 150px;
}
@media only screen and (min-width: 768px) {
  #site-branding #logo svg {
    height: 140px;
    width: 210px;
  }
}
#site-branding #logo:hover svg {
  fill: #9d8ccc;
}

.open-header-navigation {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 32px;
  height: 32px;
  background: url(/wp-content/themes/ulya/images/menu-white.svg) no-repeat center center;
  background-size: 24px 14.4px;
  text-indent: -1000em;
  border: none;
}
@media only screen and (min-width: 768px) {
  .open-header-navigation {
    display: none;
  }
}
.open-header-navigation:hover {
  border: none;
}

.header-navigation {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  width: 100%;
  height: 0;
  font-weight: 700;
  overflow: hidden;
  z-index: 100000;
}
.header-navigation.open {
  height: 100vh;
  background-color: #3e43a9;
}
@media only screen and (min-width: 768px) {
  .header-navigation.open {
    height: auto;
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .header-navigation {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 30px 0 0px;
    max-width: 100%;
    overflow: inherit;
  }
}
.header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.header-navigation ul:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 768px) {
  .header-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-navigation li {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .header-navigation li {
    display: inline-block;
    margin: 0 0 0 1.5rem;
  }
  .header-navigation li:first-of-type {
    margin-left: 0;
  }
}
.header-navigation li a {
  color: #ea4c89;
  color: white;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  outline: none;
}
.header-navigation li a:hover, .header-navigation li a:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
}
@media only screen and (min-width: 768px) {
  .header-navigation li.instagram {
    padding-top: 10px;
  }
}
.header-navigation li.instagram a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-indent: -10000rem;
  background: url(/wp-content/themes/ulya/images/instagram-white.svg) no-repeat center center;
  background-size: 22px 22px;
  border-radius: 5px;
  border: none;
}
.header-navigation li.instagram a:hover, .header-navigation li.instagram afocus {
  background: url(/wp-content/themes/ulya/images/instagram-purple.svg) no-repeat center center;
  background-size: 22px 22px;
}
@media only screen and (min-width: 768px) {
  .header-navigation li.instagram a {
    background-size: 22px 22px;
  }
}
@media only screen and (min-width: 768px) {
  .header-navigation li.pinterest {
    margin-left: 12px;
    padding-top: 10px;
  }
}
.header-navigation li.pinterest a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-indent: -10000rem;
  background: url(/wp-content/themes/ulya/images/pinterest-white.svg) no-repeat center center;
  background-size: 22px 22px;
  border-radius: 5px;
  border: none;
}
.header-navigation li.pinterest a:hover, .header-navigation li.pinterest a:focus {
  background: url(/wp-content/themes/ulya/images/pinterest-purple.svg) no-repeat center center;
  background-size: 22px 22px;
}
@media only screen and (min-width: 768px) {
  .header-navigation li.pinterest a {
    background-size: 22px 22px;
  }
}
.header-navigation li.menu-item-has-children > a {
  padding-right: 18px;
  background: url(../images/arrow-down-rosa.svg) no-repeat right center;
  background-size: 12px 8px;
}
.header-navigation .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 0;
  overflow: hidden;
  font-size: 0.75em;
  line-height: 1.5;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-navigation .sub-menu {
    position: absolute;
    left: 0px;
    display: block;
    padding: 0;
    background: white;
    text-align: left;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
}
.header-navigation .sub-menu.is-visible {
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .header-navigation .sub-menu.is-visible {
    margin: 0;
    padding: 0;
  }
}
.header-navigation .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .header-navigation .sub-menu li:nth-child(even) {
    background-color: rgba(62, 67, 169, 0.05);
  }
  .header-navigation .sub-menu li:last-child {
    margin: 0;
    border-radius: 0 0 5px 5px;
  }
}
.header-navigation .sub-menu a {
  display: block;
  margin: 0 0 5px 0;
  padding: 2px 0 2px 0;
  color: white;
  border: none;
}
@media only screen and (min-width: 768px) {
  .header-navigation .sub-menu a {
    margin: 0;
    padding: 10px 20px;
    color: #3e43a9;
  }
}
.header-navigation .sub-menu a:hover {
  background-color: #3e43a9;
  color: white;
  border: none;
}

.js-close-menu {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 32px;
  height: 32px;
  background: url(/wp-content/themes/ulya/images/close-white.svg) no-repeat center center;
  background-size: 24px 24px;
  text-indent: -1000em;
  border: none;
}
.js-close-menu:hover {
  border: none;
}
@media only screen and (min-width: 768px) {
  .js-close-menu {
    display: none;
  }
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .intro {
    margin-bottom: 0px;
  }
}

.intro-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}

.welcome {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .welcome {
    border-radius: 6px;
    margin-bottom: 0;
    border-radius: 5px;
  }
}
.welcome .welcome-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  height: 450px;
  vertical-align: bottom;
  background: url(../images/ulya.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .welcome .welcome-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    height: 100%;
    border-left: 5px solid white;
    border-radius: 0 5px 5px 0;
  }
}
.welcome .welcome-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 20px 20px 40px;
  background-color: rgba(234, 76, 137, 0.08);
  background-color: #faf4f1;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .welcome .welcome-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    padding: 40px 40px 50px 40px;
    border-radius: 5px 0 0 5px;
  }
}
.welcome h2 {
  margin: 0 0 20px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #3e43a9;
  font-weight: 700;
}
.welcome p {
  margin: 0 0 1rem;
  font-size: 18px;
}
.welcome p:last-of-type {
  margin-bottom: 0;
}
.welcome a {
  color: #ea4c89;
  text-decoration: none;
  border-bottom: 2px solid rgba(234, 76, 137, 0.25);
}
.welcome a:hover {
  color: #3e43a9;
  border-bottom: 2px solid rgba(62, 67, 169, 0.25);
}

.schedule {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0;
  font-size: 18px;
  background-color: rgba(62, 67, 169, 0.05);
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .schedule {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    border-radius: 0 0 0 5px;
  }
}
.schedule h2 {
  margin: 0 0 20px;
  padding: 30px 20px 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #3e43a9;
}
@media only screen and (min-width: 768px) {
  .schedule h2 {
    padding: 30px 40px 0;
  }
}
.schedule table {
  margin: 0;
  width: 100%;
  border-top: 2px solid rgba(243, 226, 218, 0.25);
  border-collapse: collapse;
}
.schedule table:after {
  content: "";
  clear: both;
  display: block;
}
.schedule tr:nth-child(even) {
  background: rgba(243, 226, 218, 0.25);
}
.schedule td {
  display: block;
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .schedule td {
    display: table-cell;
    padding: 10px 40px 10px 20px;
    border-bottom: 2px solid rgba(243, 226, 218, 0.25);
  }
}
.schedule td:first-child {
  width: 100%;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .schedule td:first-child {
    padding-bottom: 10px;
    margin: 0 0 20px;
    padding: 10px 20px 10px 40px;
    width: 45%;
  }
}
.schedule td:last-child {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .schedule td:last-child {
    margin: 0 0 10px;
    width: 55%;
  }
}
.schedule td:first-child {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .schedule td:first-child {
    font-weight: 400;
  }
}
.schedule p {
  margin: 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .schedule p {
    margin: 20px 40px 20px;
  }
}

#content {
  padding: 40px 0 0;
  background-color: white;
}
#content:after {
  content: "";
  clear: both;
  display: block;
}
.archive #content {
  padding: 40px 0;
}
.page-template-complete-archive #content {
  padding: 40px 0;
}
.home #content {
  padding: 10px 0 0;
  background-color: #3e43a9;
}

.blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  clear: both;
  margin: 0 auto 30px auto;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .blog-wrap {
    margin: 0 auto 40px auto;
    max-width: 1200px;
    border-radius: 5px;
  }
}
.blog-wrap h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 0 0 20px;
  padding: 0 20px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #3e43a9;
}
@media only screen and (min-width: 768px) {
  .blog-wrap h2 {
    padding: 0 40px;
  }
}
.blog-wrap .post {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0;
  margin: 0 0 2px;
  background-color: rgba(229, 209, 212, 0.2);
  border: none;
}
@media only screen and (min-width: 768px) {
  .blog-wrap .post {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33333% - 20px);
            flex: 1 1 -webkit-calc(33.33333% - 20px);
            flex: 1 1 calc(33.33333% - 20px);
    margin: 0 10px 40px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-wrap .post:nth-of-type(1) {
    margin-left: 0;
    margin-right: 20px;
  }
}
.blog-wrap .post:nth-of-type(3) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .blog-wrap .post:nth-of-type(3) {
    margin-left: 20px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.blog-wrap .post-thumbnail-link,
.blog-wrap .post-thumbnail-link:hover,
.blog-wrap .post-thumbnail-link:active {
  border: none;
}
.blog-wrap .post-thumbnail {
  width: 100%;
  height: auto;
  border-bottom: 2px solid white;
  vertical-align: bottom;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .blog-wrap .post-thumbnail {
    border-bottom: 5px solid white;
    border-radius: 5px 5px 0 0;
  }
}
.blog-wrap .post-inner {
  padding: 20px 20px;
}
@media only screen and (min-width: 768px) {
  .blog-wrap .post-inner {
    padding: 20px 40px;
  }
}
.blog-wrap .post-date {
  display: block;
  margin: 0 0 5px 0;
  font-size: 0.6em;
  font-weight: 700;
}
.blog-wrap h3 {
  margin: 0 0 10px;
  padding: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.4;
}
.blog-wrap p {
  margin: 0 0 10px;
  padding: 0;
  font-size: 18px;
}
.blog-wrap a {
  color: #ea4c89;
  border-bottom: 2px solid rgba(234, 76, 137, 0.25);
}
.blog-wrap a:hover {
  color: #3e43a9;
  border-bottom: 2px solid rgba(62, 67, 169, 0.25);
}
.blog-wrap .archive-link {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0;
  text-align: center;
  font-size: 0.75rem;
}
.blog-wrap .archive-link:after {
  content: "";
  clear: both;
  display: block;
}
.blog-wrap .archive-link .button {
  display: inline-block;
  color: white;
  border: none;
}
.blog-wrap .archive-link .button:hover {
  background-color: #3e43a9;
}

.home .wp-block-group blockquote p {
  margin-bottom: 0.25rem;
}

article {
  margin: 0;
  padding: 0 0 2rem 0;
}
article:after {
  content: "";
  clear: both;
  display: block;
}
article h2 {
  margin: 0 0 1.5rem 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
article h3 {
  margin: 2rem auto 1rem auto;
}
article p {
  margin: 0 auto 1em auto;
}
article ol, article ul {
  padding: 0 0 0 1.5rem;
  margin: 0 auto 1em auto;
}
article blockquote {
  margin: 0 auto 2rem auto;
  padding-left: 1rem;
  border-left: 5px solid #ea4c89;
  font-style: italic;
}
article blockquote:last-child {
  margin-bottom: 0;
}
article blockquote p {
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 0.875rem;
}
article blockquote cite {
  font-size: 0.875rem;
  font-weight: 700;
}
article img {
  border-radius: 5px;
}
article figure {
  margin: 0 auto 1rem auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  article figure {
    max-width: 100%;
  }
}
article figure img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}
article figure figcaption {
  font-size: 0.875rem;
}
article hr {
  margin: 2rem auto;
  max-width: 100px;
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
article .align-left {
  float: left;
  margin: 0 1rem 1rem 0;
}
article .align-right {
  float: right;
  margin: 0 0 1rem 1rem;
}

.schedule-table {
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-width: 960px;
}
.schedule-table table {
  border-collapse: collapse;
}
@media only screen and (min-width: 768px) {
  .schedule-table table {
    border-bottom: 1px solid #f9f9f9;
  }
}
.schedule-table thead {
  display: none;
}
@media only screen and (min-width: 768px) {
  .schedule-table thead {
    display: table-row-group;
  }
}
.schedule-table th {
  padding: 0.5rem 1rem;
  text-align: left;
  background-color: #eee;
  font-size: 0.75rem;
}
.schedule-table th:first-child {
  border-radius: 5px 0 0 0;
}
.schedule-table th:last-child {
  border-radius: 0 5px 0 0;
}
.schedule-table td {
  display: block;
  width: 100%;
  padding: 0 30px;
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .schedule-table td {
    display: table-cell;
    padding: 1rem;
    width: auto;
  }
}
.schedule-table td:first-child {
  padding-top: 0.5rem;
  color: #3e43a9;
}
@media only screen and (min-width: 768px) {
  .schedule-table td:first-child {
    padding-top: 1rem;
    border-left: 2px solid #f9f9f9;
  }
}
.schedule-table td:nth-child(2),
.schedule-table td:nth-child(3) {
  font-size: 0.75em;
}
.schedule-table td:nth-child(2) br,
.schedule-table td:nth-child(3) br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .schedule-table td:nth-child(2) br,
.schedule-table td:nth-child(3) br {
    display: block;
  }
}
.schedule-table td:last-child {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .schedule-table td:last-child {
    margin-bottom: 0;
    padding-bottom: 1rem;
    border-right: 2px solid #f9f9f9;
  }
}
.schedule-table tr:nth-child(even) td {
  background-color: #f9f9f9;
}
.schedule-table tr:nth-child(odd) td {
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .schedule-table td:nth-child(2) {
    width: 215px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule-table td:nth-child(3) {
    width: 190px;
  }
}

.price-box {
  margin: 0 auto 3rem auto;
  padding: 1.25rem 1rem 1rem;
  max-width: 360px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.price-box .regular-price {
  font-size: 1rem;
  white-space: nowrap;
  opacity: 0.5;
}
.price-box .regular-price .value {
  text-decoration: line-through;
}
.price-box .sale-price {
  margin-bottom: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.price-box select {
  max-width: 100%;
}
.price-box .button {
  font-size: 1.25rem;
}

.home .entry {
  padding: 0;
  max-width: 1000000px;
}

.entry > * {
  margin-left: auto;
  margin-right: auto;
}
.entry > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.is-style-introduction):not(.is-style-aside):not(.main-title):not(.page-title):not(.post-title):not(.project-samples):not(.blog-index):not(.wp-block-separator):not(.schedule-table):not(.price-box) {
  max-width: -webkit-calc( 768px - 60px );
  max-width: calc( 768px - 60px );
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
@media only screen and (min-width: 768px) {
  .entry > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.is-style-introduction):not(.is-style-aside):not(.main-title):not(.page-title):not(.post-title):not(.project-samples):not(.blog-index):not(.wp-block-separator):not(.schedule-table):not(.price-box) {
    max-width: -webkit-calc( 768px - 80px );
    max-width: calc( 768px - 80px );
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

.entry-header {
  margin: 0 0 3rem 0;
  padding: 0 2rem 0;
  text-align: center;
  font-size: 1.1rem;
}
.entry-header.no-post-thumbnail {
  margin-top: 2rem;
}
.entry-header .post-thumbnail {
  margin: 0 0 1rem 0;
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 5px;
}
.entry-header .post-date {
  display: block;
  margin: 0 auto 0.75rem auto;
  max-width: 768px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #3e43a9;
}
.entry-header .overview-link {
  margin: 0 0 25px 0;
  font-size: 0.75em;
}
.entry-header h1 {
  margin: 0 auto;
  max-width: 768px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2.5rem;
  color: #3e43a9;
  font-weight: 700;
  line-height: 1;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media only screen and (min-width: 768px) {
  .entry-header h1 {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}
.entry-header .post-categories {
  font-size: 0.75rem;
}
.entry-header .photo-credit {
  display: block;
  font-size: 0.75rem;
  color: #aaa;
}
.entry-header .photo-credit a {
  color: #aaa;
}
.entry-header .photo-credit a:hover {
  color: #3e43a9;
  border-bottom-color: rgba(62, 67, 169, 0.1);
}

.tags {
  margin: 0 auto 2rem auto;
  padding: 1rem 2rem 0;
  max-width: 768px;
  font-size: 0.875rem;
}
.tags span {
  display: none;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1;
}
.tags a {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.875em;
  line-height: 1;
  font-weight: normal;
  text-decoration: none;
  color: #ea4c89;
  background-color: rgba(234, 76, 137, 0.15);
  border: none;
  border-radius: 2px;
}
.tags a:hover {
  color: white;
  background-color: #3e43a9;
}

.archive-header, .search-header, .nothing-header {
  margin-bottom: 2rem;
}
.archive-header h1, .search-header h1, .nothing-header h1 {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 768px;
  text-align: center;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: #3e43a9;
}

.error {
  margin: 0 auto 2rem auto;
  max-width: 768px;
  text-align: center;
}

.post-list {
  margin: 0 auto 2rem auto;
  max-width: 768px;
}
.post-list li {
  margin-bottom: 0.5rem;
}
.post-list .post-date {
  font-size: 0.75rem;
  white-space: nowrap;
}

#comments {
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #eee;
}
#comments .comments-inner {
  margin: 0 auto 1rem auto;
  padding: 0 2rem;
  max-width: 768px;
}
#comments input[type=text], #comments textarea {
  padding: 4px;
  width: 100%;
  border: 1px solid #ddd;
}
#comments .comment-form p {
  margin: 0 0 1em 0;
}
#comments .comment-form label {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
#comments .submit {
  clear: both;
  padding: 0.5rem 1.5rem;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: white;
  background-color: #ea4c89;
  border-radius: 5px;
  border: none;
}
#comments .submit:hover {
  color: white;
  background-color: #3e43a9;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#comments .comment-list .comment,
#comments .comment-list .pingback {
  position: relative;
  margin-bottom: 40px;
}
#comments .comment-list .comment > ol,
#comments .comment-list .pingback > ol {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px 0 0 40px;
}
#comments .comment-list .comment-author:after {
  content: "";
  clear: both;
  display: block;
}
#comments .comment-list .comment-author img {
  float: left;
  margin: 0 10px 0 0;
  padding: 2px;
  width: 36px;
  height: 36px;
  border-radius: 50px;
}
#comments .comment-list .comment-author .fn {
  float: left;
  margin: 5px 4px 0 0;
  font-weight: 700;
  font-style: normal;
}
#comments .comment-list .comment-author .says {
  margin: 5px 0 0;
  float: left;
}
#comments .comment-list .comment-meta {
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 5px;
  font-size: 10px;
  background-color: #eee;
}

.pagination {
  padding: 1.5rem;
  text-align: center;
  color: rgba(0, 0, 17, 0.25);
  border-bottom: 1px solid #f2f2f2;
}
.pagination a {
  margin: 0 0.5rem;
  text-decoration: none;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .pagination a {
    margin: 0 1rem;
  }
}

.post-navigation, .pagination {
  clear: both;
  line-height: 1.2;
}
.post-navigation:after, .pagination:after {
  content: "";
  clear: both;
  display: block;
}
.post-navigation a, .pagination a {
  text-decoration: none;
}
.post-navigation .nav-links, .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.post-navigation .nav-previous, .post-navigation .nav-next, .pagination .nav-previous, .pagination .nav-next {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .post-navigation .nav-previous, .post-navigation .nav-next, .pagination .nav-previous, .pagination .nav-next {
    width: 50%;
  }
}
.post-navigation .nav-previous a, .post-navigation .nav-next a, .pagination .nav-previous a, .pagination .nav-next a {
  display: block;
  padding: 1.5rem 2rem;
  width: 100%;
  height: 100%;
  font-size: 0.875em;
  border-bottom: none;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .pagination .nav-previous a:hover, .pagination .nav-next a:hover {
  box-shadow: inset 0.5rem 0 0 0 #3e43a9;
  -webkit-transition: box-shadow 0.2s linear;
          transition: box-shadow 0.2s linear;
  color: #3e43a9;
}
.post-navigation .nav-next a, .pagination .nav-next a {
  border-top: 1px solid #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .post-navigation .nav-next a, .pagination .nav-next a {
    border: none;
  }
}
.post-navigation .nav-next, .pagination .nav-next {
  text-align: right;
}
.post-navigation .nav-next a:hover, .pagination .nav-next a:hover {
  box-shadow: inset -0.5rem 0 0 0 #3e43a9;
  -webkit-transition: box-shadow 0.2s linear;
          transition: box-shadow 0.2s linear;
}
.post-navigation .post-title, .pagination .post-title {
  display: block;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.box {
  padding: 20px;
  background-color: #fcf8f6;
  border-radius: 5px;
}

.wpcf7:after {
  content: "";
  clear: both;
  display: block;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 fieldset {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 1rem 0;
  border: none;
  background-color: #fcf8f6;
}
.wpcf7 fieldset:after {
  content: "";
  clear: both;
  display: block;
}
.wpcf7 fieldset.no-legend {
  padding-top: 1rem;
}
.wpcf7 legend {
  float: left;
  margin: 0;
  padding: 1rem 0.5rem;
  width: 100%;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  color: #3e43a9;
}
.wpcf7 p {
  padding: 0;
}
.wpcf7 fieldset p {
  clear: both;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wpcf7 fieldset p {
    clear: none;
    padding: 0 0.5rem;
    float: left;
    width: 50%;
  }
}
.wpcf7 fieldset p.col-100 {
  clear: both;
  padding: 0 0.5rem;
  width: 100%;
}
.wpcf7 fieldset p.other {
  margin-top: -0.5rem;
}
.wpcf7 .terms-box {
  margin-bottom: 2rem;
}
.wpcf7 .terms-box p {
  font-size: 0.75rem;
}
.wpcf7 .clear {
  clear: both;
}
.wpcf7 label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #3e43a9;
}
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=date],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 select {
  padding: 0.25rem;
  width: 100%;
  max-width: 100%;
  border: 1px solid #f2e0d7;
}
.wpcf7 input[type=text].wpcf7-not-valid,
.wpcf7 input[type=tel].wpcf7-not-valid,
.wpcf7 input[type=date].wpcf7-not-valid,
.wpcf7 input[type=email].wpcf7-not-valid,
.wpcf7 input[type=number].wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
  border-color: #ff0034;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  margin: 0 0.5rem 0;
}
.wpcf7 textarea {
  padding: 0.25rem;
  width: 100%;
  height: 100px;
  max-width: 100%;
  border: 1px solid #f2e0d7;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #ff0034;
}
.wpcf7 .wpcf7-submit {
  padding: 15px 20px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  color: white;
  background-color: #3e43a9;
  border: none;
}
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
}
.wpcf7 .wpcf7-mail-sent-ok {
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #ea4c89;
  font-size: 0.875rem;
  color: white;
}
.wpcf7 .wpcf7-validation-errors {
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #ff0034;
  font-size: 0.875rem;
  color: white;
}

.newsletter {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  position: relative;
  padding: 30px 20px;
  background-color: rgba(229, 209, 212, 0.25);
  background-color: #fcf8f6;
  border-top: 10px solid white;
}
@media only screen and (min-width: 768px) {
  .newsletter {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(40% - 5px);
            flex: 1 0 -webkit-calc(40% - 5px);
            flex: 1 0 calc(40% - 5px);
    padding: 30px 40px;
    border-radius: 0 0 5px 0;
    border-top: none;
  }
}
.newsletter h2 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  color: #3e43a9;
}
.newsletter fieldset {
  padding: 0;
  border: none;
  font-size: 0.75rem;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.newsletter .indicates-required {
  position: absolute;
  bottom: 2rem;
  left: -5000px;
  font-size: 0.6rem;
}
.newsletter p {
  font-size: 18px;
  margin: 0 0 10px;
}
.newsletter p:after {
  content: "";
  clear: both;
  display: block;
}
.newsletter p.submit {
  margin-top: 20px;
}
.newsletter ul {
  font-size: 18px;
  margin: 0 0 25px;
  padding-left: 20px;
}
.newsletter ul:after {
  content: "";
  clear: both;
  display: block;
}
.newsletter label {
  display: block;
  font-size: 16px;
  color: #ea4c89;
}
.newsletter input[type=text], .newsletter input[type=email] {
  padding: 7px;
  width: 100%;
  border: 2px solid rgba(234, 76, 137, 0.25);
}
.newsletter .response {
  margin-bottom: 1rem;
}
.newsletter .button {
  font-size: 0.75rem;
}

.sidebar-bottom {
  padding: 1rem 0;
  width: 100%;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: #3e43a9;
}
.sidebar-bottom:after {
  content: "";
  clear: both;
  display: block;
}
.sidebar-bottom h2 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
}
.sidebar-bottom .widget {
  margin: 0 auto 0;
  padding: 0 2rem;
  width: 100%;
  max-width: 1200px;
}
.sidebar-bottom .widget h2 {
  max-width: none;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: white;
}
.sidebar-bottom .tagcloud a {
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0;
  font-size: 0.875em;
  line-height: 1;
  color: white;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.sidebar-bottom .tagcloud a:hover {
  border-bottom: 2px solid white;
}

.site-footer {
  clear: both;
  position: relative;
  padding: 1rem 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  color: white;
  z-index: 20;
}
.site-footer:after {
  content: "";
  clear: both;
  display: block;
}
.site-footer .site-footer-inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1200px;
}
.site-footer #main-navigation {
  float: left;
}
.site-footer #main-navigation.open {
  height: auto;
  overflow: normal;
}
.site-footer #main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
  font-size: 0.875em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .site-footer #main-navigation ul {
    margin-bottom: 0;
  }
}
.site-footer #main-navigation li {
  display: block;
  margin: 0 0 0.5rem;
}
@media only screen and (min-width: 768px) {
  .site-footer #main-navigation li {
    display: inline-block;
    margin: 0 1rem 0 0;
  }
}
.site-footer #main-navigation a {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.site-footer #main-navigation a:hover {
  border-bottom: 2px solid white;
}
.site-footer .social-media-links {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .social-media-links {
    clear: none;
    position: absolute;
    top: 0.75rem;
    left: 50%;
    margin: 0 0 0 -2rem;
  }
}
.site-footer .social-media-links li {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .social-media-links li {
    margin: 0 1rem 0 0;
  }
}
.site-footer .social-media-links li a {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-indent: -1000em;
}
@media only screen and (min-width: 768px) {
  .site-footer .social-media-links li a {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.site-footer .social-media-links li a[href*="twitter.com"] {
  background: url(/wp-content/themes/ulya/images/twitter.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
@media only screen and (min-width: 768px) {
  .site-footer .social-media-links li a[href*="twitter.com"] {
    background-size: 1.1rem 1.1rem;
  }
}
.site-footer .social-media-links li a[href*="instagram.com"] {
  background: url(/wp-content/themes/ulya/images/instagram.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
@media only screen and (min-width: 768px) {
  .site-footer .social-media-links li a[href*="instagram.com"] {
    background-size: 1.1rem 1.1rem;
  }
}
.site-footer .social-media-links li a[href*="facebook.com"] {
  background: url(/wp-content/themes/ulya/images/facebook.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
@media only screen and (min-width: 768px) {
  .site-footer .social-media-links li a[href*="facebook.com"] {
    background-size: 1.1rem 1.1rem;
  }
}
.site-footer p {
  clear: both;
  float: left;
  margin: 1rem 0 0 0;
  font-size: 0.875em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .site-footer p {
    clear: none;
    margin: 0;
    float: right;
  }
}

.hidden {
  display: none;
}

.screen-reader-text,
.screen-reader-response {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/*
 * each loop, colored button example
 */
.button {
  clear: both;
  padding: 0.5rem 1.5rem;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: white !important;
  background-color: #ea4c89;
  border-radius: 5px;
  border: none;
}
.button:hover {
  color: white;
  background-color: #3e43a9;
  border: none;
}

.wp-block-button__link {
  clear: both;
  padding: 0.5rem 1.5rem;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: white !important;
  background-color: #ea4c89;
  border-radius: 5px;
  border: none;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  color: white;
  background-color: #3e43a9;
  border: none;
}

.sources {
  margin: 2rem auto 2rem auto;
  padding: 0 2rem;
  max-width: 768px;
  font-size: 0.75rem;
}
.sources h4 {
  margin: 0 0 0.5rem 0;
  padding-top: 2rem;
  border-top: 1px solid #f2f2f2;
}
.sources ul {
  padding: 0 0 0 1rem;
}

.entry a[href*=ulyaversum-21]:after {
  content: " (Affiliate-/Werbelink)";
  color: #aaa;
  font-weight: 400;
  font-size: 1em;
}

.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}

.entry .ea-bootstrap {
  margin: 0 auto;
}

.entry .ui-datepicker {
  border: none;
  box-shadow: none;
}

.entry .ea-bootstrap a {
  color: #3e43a9;
}

.entry .ui-datepicker .ui-datepicker-calendar td a {
  color: #3e43a9;
}

.entry .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
  background-color: #3e43a9;
}
.entry .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: white;
}

.entry .ea-bootstrap .ui-datepicker .no-slots,
.entry .ea-bootstrap .ui-datepicker .no-slots:hover {
  background-color: #ddd;
}
.entry .ea-bootstrap .ui-datepicker .no-slots a,
.entry .ea-bootstrap .ui-datepicker .no-slots:hover a {
  color: white;
}

.entry .ea-bootstrap.ea-bootstrap .selected-time,
.entry .ea-bootstrap.ea-bootstrap .selected-time:hover {
  color: white;
  background-color: #3e43a9;
}

.entry .ea-bootstrap .form-control:focus {
  border-color: #3e43a9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(62, 67, 169, 0.4);
}

.row-location,
.row-worker {
  display: none;
}

.entry .ea-bootstrap .btn-primary {
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.entry .ea-bootstrap h3 {
  font-size: 20px;
}

#booking-overview small {
  white-space: normal;
}

#booking-overview + .form-group .col-sm-8 {
  width: 100%;
}
#booking-overview + .form-group .col-sm-8 a {
  border-bottom: 2px solid rgba(62, 67, 169, 0.25);
}
#booking-overview + .form-group .col-sm-8 a:hover {
  color: #3e43a9;
  text-decoration: none;
}

.boxzilla {
  padding: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  background-color: #3e43a9;
  color: white;
}
.boxzilla legend {
  margin-bottom: 1rem;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: white;
  font-weight: 700;
}
.boxzilla label {
  display: block;
  padding-bottom: 0.25rem;
  font-size: 0.65rem;
}
.boxzilla input[type=email],
.boxzilla input[type=text] {
  padding: 0.25rem;
  width: 100%;
  border: none;
  border-radius: 3px;
  color: #001;
}
.boxzilla p {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
}
.boxzilla p:nth-child(2), .boxzilla p:nth-child(3) {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .boxzilla p:nth-child(2), .boxzilla p:nth-child(3) {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .boxzilla p:nth-child(2) {
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 640px) {
  .boxzilla p:nth-child(3) {
    padding-left: 0.5rem;
  }
}
.boxzilla p:nth-child(4) {
  clear: both;
}
.boxzilla p:last-child {
  margin-bottom: 0;
}
.boxzilla p.terms label {
  padding-bottom: 0;
}
.boxzilla p.terms-link {
  margin-bottom: 1rem;
  font-size: 0.65rem;
}
.boxzilla input[type=checkbox] {
  margin: 0 5px 0 0;
  outline: none;
}
.boxzilla .button:hover {
  background-color: #ea4c89;
}
.boxzilla a:hover {
  color: #ea4c89;
  border-bottom: 2px solid rgba(234, 76, 137, 0.25);
}
.boxzilla .mc4wp-response {
  margin-top: 1rem;
}
.boxzilla .mc4wp-response:empty {
  margin-top: 0;
}
.boxzilla .boxzilla-close-icon {
  color: white;
}

.home article {
  padding-bottom: 0;
}
.home .wp-block-group {
  margin: 0 auto;
  padding: 2rem;
  max-width: 1000px;
}
@media only screen and (min-width: 768px) {
  .home .wp-block-group {
    margin-bottom: 2rem;
    border-radius: 5px;
  }
}
.home .wp-block-group h2 {
  margin: 0 0 20px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #3e43a9;
  font-weight: 700;
}
.home .wp-block-group p {
  margin: 0 0 1rem;
  font-size: 18px;
}
.home .wp-block-group a {
  color: #ea4c89;
  text-decoration: none;
  border-bottom: 2px solid rgba(234, 76, 137, 0.25);
}
.home .wp-block-group a:hover {
  color: #3e43a9;
  border-bottom: 2px solid rgba(62, 67, 169, 0.25);
}
.home .about-box {
  position: relative;
  padding: 0;
}
.home .about-box .wp-block-columns {
  margin-bottom: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .home .about-box .wp-block-columns {
    margin-bottom: 2rem;
  }
}
.home .about-box .wp-block-column:first-of-type {
  padding: 1.5rem 2rem;
}
.home .about-box .wp-block-column:nth-of-type(2) {
  margin-bottom: 0;
  border-radius: 0 5px 5px 0;
}
.home .about-box .wp-block-column.is-vertically-aligned-top {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.home .about-box .wp-block-cover {
  margin-bottom: 0;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .home .about-box .wp-block-cover {
    border-radius: 0 5px 5px 0;
  }
}

/**
 * BSR app styles below * * * * * * * * * * * * * * * * * * * * *
 */
/**
 * BSR header
 */
.app-welcome {
  background-color: #34317b;
  color: white;
  font-size: 0.75rem;
  line-height: 1;
}
.app-welcome p {
  margin: 0;
}
.app-welcome a {
  color: white;
  border: none;
}

.app-welcome__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  max-width: 1200px;
}

.page-id-10052 .site-header,
.page-id-10054 .site-header,
.page-id-10056 .site-header,
.page-id-10058 .site-header,
.parent-pageid-10052 .site-header,
.tax-ulyaversum-video-course .site-header,
.tax-ulyaversum-video-workshop .site-header,
.tax-ulyaversum-video-tag .site-header,
.ulyaversum-video-template-default .site-header {
  padding: 0.5rem 0.5rem 0.25rem;
  background: white;
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 768px) {
  .page-id-10052 .site-header,
.page-id-10054 .site-header,
.page-id-10056 .site-header,
.page-id-10058 .site-header,
.parent-pageid-10052 .site-header,
.tax-ulyaversum-video-course .site-header,
.tax-ulyaversum-video-workshop .site-header,
.tax-ulyaversum-video-tag .site-header,
.ulyaversum-video-template-default .site-header {
    padding: 0.25rem 0.5rem;
  }
}
.page-id-10052 .site-header .site-header-inner,
.page-id-10054 .site-header .site-header-inner,
.page-id-10056 .site-header .site-header-inner,
.page-id-10058 .site-header .site-header-inner,
.parent-pageid-10052 .site-header .site-header-inner,
.tax-ulyaversum-video-course .site-header .site-header-inner,
.tax-ulyaversum-video-workshop .site-header .site-header-inner,
.tax-ulyaversum-video-tag .site-header .site-header-inner,
.ulyaversum-video-template-default .site-header .site-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .page-id-10052 .site-header .site-header-inner,
.page-id-10054 .site-header .site-header-inner,
.page-id-10056 .site-header .site-header-inner,
.page-id-10058 .site-header .site-header-inner,
.parent-pageid-10052 .site-header .site-header-inner,
.tax-ulyaversum-video-course .site-header .site-header-inner,
.tax-ulyaversum-video-workshop .site-header .site-header-inner,
.tax-ulyaversum-video-tag .site-header .site-header-inner,
.ulyaversum-video-template-default .site-header .site-header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-id-10052 .site-header .logo,
.page-id-10054 .site-header .logo,
.page-id-10056 .site-header .logo,
.page-id-10058 .site-header .logo,
.parent-pageid-10052 .site-header .logo,
.tax-ulyaversum-video-course .site-header .logo,
.tax-ulyaversum-video-workshop .site-header .logo,
.tax-ulyaversum-video-tag .site-header .logo,
.ulyaversum-video-template-default .site-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: 100%;
  height: auto;
  border: none;
  color: #3e43a9;
  font-weight: 700;
  text-decoration: none;
  color: #34317b;
}
@media only screen and (min-width: 768px) {
  .page-id-10052 .site-header .logo,
.page-id-10054 .site-header .logo,
.page-id-10056 .site-header .logo,
.page-id-10058 .site-header .logo,
.parent-pageid-10052 .site-header .logo,
.tax-ulyaversum-video-course .site-header .logo,
.tax-ulyaversum-video-workshop .site-header .logo,
.tax-ulyaversum-video-tag .site-header .logo,
.ulyaversum-video-template-default .site-header .logo {
    width: auto;
  }
}
.page-id-10052 .site-header .logo img,
.page-id-10054 .site-header .logo img,
.page-id-10056 .site-header .logo img,
.page-id-10058 .site-header .logo img,
.parent-pageid-10052 .site-header .logo img,
.tax-ulyaversum-video-course .site-header .logo img,
.tax-ulyaversum-video-workshop .site-header .logo img,
.tax-ulyaversum-video-tag .site-header .logo img,
.ulyaversum-video-template-default .site-header .logo img {
  width: 50px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .page-id-10052 .site-header .logo img,
.page-id-10054 .site-header .logo img,
.page-id-10056 .site-header .logo img,
.page-id-10058 .site-header .logo img,
.parent-pageid-10052 .site-header .logo img,
.tax-ulyaversum-video-course .site-header .logo img,
.tax-ulyaversum-video-workshop .site-header .logo img,
.tax-ulyaversum-video-tag .site-header .logo img,
.ulyaversum-video-template-default .site-header .logo img {
    width: 100px;
  }
}

.app-nav {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .app-nav {
    margin: 0 0 0 auto;
  }
}

.app-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .app-nav__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.app-nav__list-item {
  display: inline-block;
  margin: 0 0.25rem 0 0;
}
@media only screen and (min-width: 768px) {
  .app-nav__list-item {
    margin-left: 0 0 0 0.5rem;
  }
}
.app-nav__list-item a {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
  border: none;
  color: #34317b;
  border-radius: 2px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .app-nav__list-item a {
    padding: 0.5rem 1rem;
  }
}

.app-breadcrumps {
  padding: 0.5rem 0;
  background-color: white;
  border-bottom: 1px solid #eee;
}

.app-breadcrumps__back-link {
  display: block;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1200px;
  color: #34317b;
  font-size: 0.65em;
  text-decoration: none;
  border-bottom: none;
}
.app-breadcrumps__back-link:hover {
  border: none;
}

/**
 * BSR main content area
 */
.app-main {
  margin: 0;
  padding: 0;
  background-color: white;
}

.app-main-inner {
  margin: 0 auto;
  padding: 1rem 1rem;
  max-width: 1200px;
}
.app-main-inner .wp-block-separator {
  margin: 2rem auto;
  max-width: 240px;
  border: none;
  border-bottom: 1px solid #eee;
}

.entry .alignwide {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  max-width: 1200px;
}

.has-lila-pink {
  color: #ea4c89;
}

.has-lila-color {
  color: #3e43a9;
}

.app-headline {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  color: #34317b;
}
/**
 * BSR archives
 */
.app-archive__description {
  margin: 0 0 2rem;
}
.app-archive__description p {
  margin: 0;
}

.video-list,
.program-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .video-list,
.program-list {
    margin: 0 -1rem;
  }
}

.video-list__item {
  margin: 0 0 1.5rem;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .video-list__item {
    margin: 0 1rem 1rem;
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1200px) {
  .video-list__item {
    margin: 0 1rem 1rem;
    width: -webkit-calc(33.33333% - 2rem);
    width: calc(33.33333% - 2rem);
  }
}
.video-list__item.trial {
  opacity: 0.5;
}
.video-list__item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.video-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: white;
}
@media only screen and (min-width: 390px) {
  .video-list__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 0;
  }
}

.video-list__img {
  position: relative;
  width: 100%;
  margin: 0;
  height: auto;
  border-radius: 3px 3px 0 0;
  vertical-align: bottom;
  background-color: #34317b;
  overflow: hidden;
}
@media only screen and (min-width: 390px) {
  .video-list__img {
    margin: 0;
    width: 100px;
    height: auto;
    border-radius: 3px 0 0 3px;
  }
}
@media only screen and (min-width: 768px) {
  .video-list__img {
    margin: 0;
    width: 120px;
    height: auto;
    border-radius: 3px 0 0 3px;
  }
}
.video-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-list__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 5px;
  background-color: #ea4c89;
}

.video-list__info {
  display: block;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
@media only screen and (min-width: 390px) {
  .video-list__info {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 768px) {
  .video-list__info {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}

.video-list__title {
  margin: 0 0 0.25rem 0;
  padding: 0;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  color: #34317b;
}
@media only screen and (min-width: 768px) {
  .video-list__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.video__meta {
  font-size: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .video__meta {
    font-size: 12px;
  }
}

.video__meta__duration {
  display: inline-block;
  margin: 0 0.25em 0.5em 0;
  padding: 0.25em 0.5em;
  color: #001;
  background-color: #f5f5f5;
  border-radius: 3px;
  white-space: nowrap;
}
.video__meta__duration:before {
  content: "⏱";
  margin-right: 0.25em;
}

.video__meta__date {
  display: inline-block;
  margin: 0 0.25em 0.5em 0;
  padding: 0.25em 0.5em;
  color: #001;
  background-color: #f5f5f5;
  border-radius: 3px;
  white-space: nowrap;
}
.video__meta__date:before {
  content: "🗓";
  margin-right: 0.25em;
}

.video__meta__course {
  display: inline-block;
  margin: 0 0.25em 0.5em 0;
  padding: 0.25em 0.5em;
  color: #001;
  background-color: #f5f5f5;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video__meta__course:before {
  content: "🧚‍♀️";
  margin-right: 0.25em;
}

.new-content__more {
  margin: 0 1rem;
  border: none;
  font-size: 0.75rem;
}
.new-content__more:hover {
  border: none;
}

.no-videos {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  background-color: #f9f9f9;
}

/**
 * BSR home
 */
.welcome-headline {
  margin: 0 auto 2rem;
  padding: 1.5rem 1rem 0;
  max-width: 1200px;
  font-size: 1.25rem;
  color: #34317b;
}

.program-overview {
  padding: 2rem 0 0 0;
}
.program-overview.program-overview--workshops {
  background-color: #ebe7f4;
}

.program {
  position: relative;
  margin: 0 0 1.5rem;
  padding-bottom: 3.25rem;
  width: 100%;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.program.trial {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .program {
    margin: 0 1rem 2rem;
    width: -webkit-calc(33.3333% - 2rem);
    width: calc(33.3333% - 2rem);
  }
}
.program:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.program__link {
  text-decoration: none;
  color: #001;
  border: none;
}
.program__link:hover {
  text-decoration: none;
  color: #001;
  border: none;
}

.program__image {
  border-radius: 3px 3px 0 0;
}

.program__title {
  margin: 0 0 0.75rem;
  padding: 0 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #34317b;
  overflow: hidden;
  text-overflow: ellipsis;
}

.program__description p {
  margin: 0 0 0.75rem;
  padding: 0 1rem;
  font-size: 14px;
}

.program__meta {
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  font-size: 12px;
}

.program__meta__videonum {
  padding: 0.25rem 0.5rem;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.program__meta__videonum:before {
  content: "📺";
  margin-right: 0.25rem;
}

.program__button {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  width: 100%;
  color: white;
  background-color: #ea4c89;
  border: none;
  font-size: 16px;
  border-radius: 0 0 3px 3px;
  text-align: center;
  font-weight: bold;
}
.program__button:hover {
  border: none;
  color: white;
}

.app-content {
  padding: 1.5rem 0 1rem;
}
.app-content.app-content--intro {
  background-color: #e7f4ea;
}
.app-content.app-content__new, .app-content.app-content--workshops {
  background-color: #ebe7f4;
}

.app-content__inner {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1200px;
}

.app-content__intro {
  margin: 0 0 0.5rem;
  font-size: 0.75em;
  color: #3e4a40;
}

.app-content__headline {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: white;
  background-color: #34317b;
  border-radius: 3px;
}
.app-content__headline a {
  color: white;
  border: none;
}

.app-content__button {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.65rem;
  line-height: 1;
  color: white;
  background-color: #ea4c89;
  border: none;
  border-radius: 3px;
}
.app-content__button:hover, .app-content__button:focus {
  color: white;
  border: none;
}

/**
 * BSR video
 */
.app-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 0 2rem;
}

.app-video__container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .app-video__container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    width: 75%;
  }
}

.app-video__meta {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .app-video__meta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 2rem 0 0;
    width: 25%;
  }
}

.app-video__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #34317b;
}

.app-video__description {
  font-size: 0.875rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

input[name=favorite-video] {
  border: none;
  background: transparent;
}

.video-metrics {
  display: inline-block;
  margin: 2rem 0 1rem;
  padding: 0;
  max-width: 1200px;
  border: 1px solid #001;
  border-radius: 3px;
  display: none;
}

.video-metrics__title {
  margin: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background-color: #001;
}

.video-metrics__table {
  margin: 0;
  padding: 0 1rem;
  font-size: 0.6em;
  width: 100%;
}
.video-metrics__table th {
  margin: 0;
  padding: 0.25rem 0.5rem;
  width: 50%;
  text-align: left;
  background-color: #f5f5f5;
}
.video-metrics__table td {
  margin: 0;
  padding: 0 0.5rem;
  width: 50%;
  text-align: center;
}

/**
 * BSR form
 */
.app-form {
  margin: 1rem 0 2rem 0;
}
.app-form fieldset {
  margin: 0;
  padding: 0 2rem 0;
  border: none;
  background-color: #f9f9f9;
  background-color: #ebe7f4;
  border-radius: 3px;
}
.app-form legend {
  display: block;
  margin: 0;
  padding: 0.25rem 0.75rem;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #34317b;
  border-radius: 3px;
}
.app-form label {
  display: block;
  font-weight: 700;
}
.app-form input[type=email] {
  padding: 0.5rem;
  border: none;
  width: 100%;
  max-width: 480px;
}

.app-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 1rem 1rem;
  font-size: 0.75em;
  color: white;
  max-width: 1200px;
}
.app-footer p {
  margin: 0;
}

.app-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.app-footer__nav li {
  display: inline-block;
}
.app-footer__nav a {
  color: white;
  border: none;
}
/*# sourceMappingURL=ulya.css.map */