/**
 * 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_bottom_no_link {
  box-sizing: border-box; }
  .crush_banners_banner.bubble_bottom_no_link * {
    box-sizing: border-box; }
  .crush_banners_banner.bubble_bottom_no_link a, .crush_banners_banner.bubble_bottom_no_link div[data-linked=true] {
    display: block;
    text-decoration: none;
    color: #fff;
    transform: none;
    width: 100%;
    height: 100%;
    padding-top: 15px; }
  .crush_banners_banner.bubble_bottom_no_link .bubble {
    width: 270px;
    max-width: 100%;
    height: 70%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 90px;
    float: right; }
    .crush_banners_banner.bubble_bottom_no_link .bubble:before {
      content: '';
      display: block;
      background-color: rgba(221, 30, 135, 0.8);
      border-radius: 300px;
      height: 200px;
      width: 210px;
      -webkit-transform: scale(2.2);
      transform: scale(2.2);
      position: absolute;
      top: 200px;
      right: -30px;
      transition: transform 0.3s ease-in,width 0.3s ease-out,height 0.35s ease,left 0.2s ease-out,right 0.3s ease-out; }
    .crush_banners_banner.bubble_bottom_no_link .bubble.purple:before {
      background-color: rgba(82, 29, 89, 0.8); }
    .crush_banners_banner.bubble_bottom_no_link .bubble.blue:before {
      background-color: rgba(0, 178, 201, 0.8); }
    .crush_banners_banner.bubble_bottom_no_link .bubble .inner {
      width: 100%;
      height: 100%;
      position: relative;
      text-align: right; }
    .crush_banners_banner.bubble_bottom_no_link .bubble .title_line1 {
      font-size: 30px;
      font-weight: 700;
      font-family: 'Asap', sans-serif;
      color: #fff;
      display: inline-block;
      width: 90%;
      margin-bottom: 0.3em; }
    .crush_banners_banner.bubble_bottom_no_link .bubble p {
      font-size: 18px;
      color: #fff; }
  .crush_banners_banner.bubble_bottom_no_link .crush_banners_link_edit {
    left: auto !important;
    top: 21% !important;
    right: 5px; }
  .crush_banners_banner.bubble_bottom_no_link .crush_banners_style_selector {
    margin-top: 30px;
    margin-left: -58px;
    bottom: 5px;
    top: auto !important;
    color: #444; }

/*# sourceMappingURL=style.css.map */
