/**
 * 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_banners_banner.bubble_right_no_link {
  box-sizing: border-box; }
  .crush_banners_banner.bubble_right_no_link * {
    box-sizing: border-box; }
  .crush_banners_banner.bubble_right_no_link a, .crush_banners_banner.bubble_right_no_link div[data-linked=true] {
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
    padding-top: 15px; }
  .crush_banners_banner.bubble_right_no_link .bubble {
    width: 50%;
    height: 100%;
    margin-right: 20px;
    float: right;
    display: table; }
    @media only screen and (min-width: 690px) {
      .crush_banners_banner.bubble_right_no_link .bubble {
        width: 40%;
        margin-right: 30px; } }
    @media only screen and (min-width: 999px) {
      .crush_banners_banner.bubble_right_no_link .bubble {
        width: 28%;
        margin-right: 40px; } }
    .crush_banners_banner.bubble_right_no_link .bubble:before {
      content: '';
      display: block;
      background-color: #dd1e87;
      border-radius: 50%;
      height: 200%;
      width: 50%;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      position: absolute;
      top: -50%;
      right: 0; }
      @media only screen and (min-width: 690px) {
        .crush_banners_banner.bubble_right_no_link .bubble:before {
          width: 40%; } }
      @media only screen and (min-width: 999px) {
        .crush_banners_banner.bubble_right_no_link .bubble:before {
          width: 30%; } }
    .crush_banners_banner.bubble_right_no_link .bubble.purple:before {
      background-color: #521d59; }
    .crush_banners_banner.bubble_right_no_link .bubble.blue:before {
      background-color: #00b2c9; }
    .crush_banners_banner.bubble_right_no_link .bubble .inner {
      width: 100%;
      height: 100%;
      position: relative;
      text-align: right;
      display: table-row; }
    .crush_banners_banner.bubble_right_no_link .bubble p {
      font-size: 18px;
      color: #fff;
      display: table-cell;
      height: 100%;
      vertical-align: middle; }
      @media only screen and (min-width: 690px) {
        .crush_banners_banner.bubble_right_no_link .bubble p {
          font-size: 23px; } }
      @media only screen and (min-width: 999px) {
        .crush_banners_banner.bubble_right_no_link .bubble p {
          font-size: 28px; } }
  .crush_banners_banner.bubble_right_no_link .crush_banners_style_selector {
    margin-top: 30px;
    margin-left: -40px;
    bottom: 5px;
    top: auto !important;
    color: #444; }

/*# sourceMappingURL=style.css.map */
