/**
 * 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_bottom {
  box-sizing: border-box; }
  .crush_sliders_slide.bubble_bottom * {
    box-sizing: border-box; }
  .crush_sliders_slide.bubble_bottom .bubble {
    width: 95%;
    max-width: 260px;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 20px; }
    @media only screen and (min-width: 450px) {
      .crush_sliders_slide.bubble_bottom .bubble {
        max-width: 320px; } }
    @media only screen and (min-width: 690px) {
      .crush_sliders_slide.bubble_bottom .bubble {
        width: 65%;
        max-width: 410px; } }
    .crush_sliders_slide.bubble_bottom .bubble:before {
      content: '';
      display: block;
      background-color: rgba(221, 30, 135, 0.8);
      border-radius: 300px;
      height: 200px;
      width: 200px;
      -webkit-transform: scale(2);
      transform: scale(2);
      position: absolute;
      top: 80px;
      right: 0px; }
      @media only screen and (min-width: 450px) {
        .crush_sliders_slide.bubble_bottom .bubble:before {
          top: 120px;
          right: 0px;
          -webkit-transform: scale(2.6);
          transform: scale(2.6); } }
      @media only screen and (min-width: 690px) {
        .crush_sliders_slide.bubble_bottom .bubble:before {
          top: 230px;
          right: 0px;
          width: 280px;
          height: 280px;
          -webkit-transform: scale(3);
          transform: scale(3); } }
    .crush_sliders_slide.bubble_bottom .bubble.purple:before {
      background-color: rgba(82, 29, 89, 0.8); }
    .crush_sliders_slide.bubble_bottom .bubble.blue:before {
      background-color: rgba(0, 178, 201, 0.8); }
    .crush_sliders_slide.bubble_bottom .bubble .inner {
      width: 100%;
      height: 100%;
      padding-right: 20px;
      position: absolute;
      text-align: right; }
      @media only screen and (min-width: 690px) {
        .crush_sliders_slide.bubble_bottom .bubble .inner {
          padding-right: 30px; } }
      .crush_sliders_slide.bubble_bottom .bubble .inner a, .crush_sliders_slide.bubble_bottom .bubble .inner div[data-linked=true] {
        display: block;
        text-decoration: none;
        color: #fff;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        height: 100%;
        padding-top: 15px; }
    .crush_sliders_slide.bubble_bottom .bubble .title_line1 {
      font-size: 20px;
      font-weight: 700;
      font-family: 'Asap', sans-serif;
      margin-bottom: 0.3em;
      color: #fff;
      display: inline-block;
      width: 85%; }
      @media only screen and (min-width: 450px) {
        .crush_sliders_slide.bubble_bottom .bubble .title_line1 {
          font-size: 25px; } }
      @media only screen and (min-width: 690px) {
        .crush_sliders_slide.bubble_bottom .bubble .title_line1 {
          font-size: 30px; } }
      @media only screen and (min-width: 999px) {
        .crush_sliders_slide.bubble_bottom .bubble .title_line1 {
          font-size: 35px;
          margin-bottom: 0.5em; } }
    .crush_sliders_slide.bubble_bottom .bubble p {
      font-size: 16px;
      color: #fff; }
      @media only screen and (min-width: 450px) {
        .crush_sliders_slide.bubble_bottom .bubble p {
          font-size: 17px; } }
      @media only screen and (min-width: 690px) {
        .crush_sliders_slide.bubble_bottom .bubble p {
          font-size: 18px; } }
      @media only screen and (min-width: 999px) {
        .crush_sliders_slide.bubble_bottom .bubble p {
          font-size: 19px; } }
  .crush_sliders_slide.bubble_bottom .crush_sliders_style_selector {
    margin-top: 30px; }
  .crush_sliders_slide.bubble_bottom .crush_sliders_link_edit, .crush_sliders_slide.bubble_bottom .crush_sliders_style_selector {
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg); }

/*# sourceMappingURL=style.css.map */
