/**
 * Turns a list into a string using the separator between each list item
 * @param  {list} $list      a list of items
 * @param  {string} $separator a string separator to place between each item
 * @return {string}            the concatinated list
 */
/**
 * Grabs a colour value from the map
 * @param  {string} $colour_name name of a colour, must be a valid key in the colour maps
 * @return {string}              returns the colour value or a blank string if not found in map
 */
/**
 * Generate a transition based on the past styles to work with
 * @param  {list} $styles...   a list of element properties to apply transition to
 * @return {string}            transition style
 */
/**
 * Applys a breakpoint around the provided content
 * @param  {string} $size size of the breakpoint
 * @return {null}       nothing returned breakpoint code wrapped around content
 */
/**
 * Outputs two classes for each colour, one for text colour the other for background colour
 * @return {string} outputs css
 */
/**
 * Code for hiding stuff but letting screen readers
 * @return null
 */
.crush_sliders_slide.bubble_right {
  box-sizing: border-box; }
  .crush_sliders_slide.bubble_right * {
    box-sizing: border-box; }
  .crush_sliders_slide.bubble_right .bubble {
    width: 65%;
    max-width: 450px;
    height: 100%;
    float: right;
    position: relative; }
    @media only screen and (min-width: 690px) {
      .crush_sliders_slide.bubble_right .bubble {
        width: 50%; } }
    .crush_sliders_slide.bubble_right .bubble:before {
      content: '';
      display: block;
      background-color: rgba(221, 30, 135, 0.8);
      border-radius: 180px 0 0 300px;
      height: 120%;
      width: 100%;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      position: absolute;
      right: -40px; }
      @media only screen and (min-width: 450px) {
        .crush_sliders_slide.bubble_right .bubble:before {
          right: -55px; } }
      @media only screen and (min-width: 690px) {
        .crush_sliders_slide.bubble_right .bubble:before {
          right: -70px; } }
    .crush_sliders_slide.bubble_right .bubble.purple:before {
      background-color: rgba(82, 29, 89, 0.8); }
    .crush_sliders_slide.bubble_right .bubble.blue:before {
      background-color: rgba(0, 178, 201, 0.8); }
    .crush_sliders_slide.bubble_right .bubble .inner {
      width: 100%;
      height: 100%;
      padding-right: 50px;
      position: absolute;
      text-align: right; }
      @media only screen and (min-width: 450px) {
        .crush_sliders_slide.bubble_right .bubble .inner {
          padding-right: 60px; } }
      @media only screen and (min-width: 690px) {
        .crush_sliders_slide.bubble_right .bubble .inner {
          padding-right: 70px; } }
      .crush_sliders_slide.bubble_right .bubble .inner a, .crush_sliders_slide.bubble_right .bubble .inner div[data-linked=true] {
        display: block;
        text-decoration: none;
        color: #fff;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        height: 100%;
        padding: 50px 0 0 0; }
    .crush_sliders_slide.bubble_right .bubble .title_line1 {
      font-size: 20px;
      font-weight: 700;
      font-family: 'Asap', sans-serif;
      color: #fff; }
      @media only screen and (min-width: 450px) {
        .crush_sliders_slide.bubble_right .bubble .title_line1 {
          font-size: 30px; } }
      @media only screen and (min-width: 690px) {
        .crush_sliders_slide.bubble_right .bubble .title_line1 {
          font-size: 35px; } }
      @media only screen and (min-width: 999px) {
        .crush_sliders_slide.bubble_right .bubble .title_line1 {
          font-size: 50px; } }
    .crush_sliders_slide.bubble_right .bubble .title_line2 {
      font-size: 25px;
      font-weight: 700;
      font-family: 'Asap', sans-serif;
      color: #fff;
      margin-bottom: 0.6em; }
      @media only screen and (min-width: 450px) {
        .crush_sliders_slide.bubble_right .bubble .title_line2 {
          font-size: 37px; } }
      @media only screen and (min-width: 690px) {
        .crush_sliders_slide.bubble_right .bubble .title_line2 {
          font-size: 45px; } }
      @media only screen and (min-width: 999px) {
        .crush_sliders_slide.bubble_right .bubble .title_line2 {
          font-size: 70px; } }
    .crush_sliders_slide.bubble_right .bubble p {
      font-size: 16px;
      color: #fff; }
      @media only screen and (min-width: 450px) {
        .crush_sliders_slide.bubble_right .bubble p {
          font-size: 20px; } }
      @media only screen and (min-width: 690px) {
        .crush_sliders_slide.bubble_right .bubble p {
          font-size: 24px; } }
      @media only screen and (min-width: 999px) {
        .crush_sliders_slide.bubble_right .bubble p {
          font-size: 28px; } }

/*# sourceMappingURL=style.css.map */
