/**
 * 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 {
  box-sizing: border-box; }
  .crush_banners_banner.bubble_bottom * {
    box-sizing: border-box; }
  .crush_banners_banner.bubble_bottom a, .crush_banners_banner.bubble_bottom 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 .bubble {
    width: 180px;
    height: 180px;
    position: absolute;
    right: 10px; }
    @media only screen and (min-width: 690px) {
      .crush_banners_banner.bubble_bottom .bubble {
        width: 270px;
        max-width: 100%;
        height: 70%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 90px;
        float: right;
        position: relative;
        right: 0; } }
    .crush_banners_banner.bubble_bottom .bubble:before {
      content: '';
      display: block;
      background-color: #dd1e87;
      width: 180px;
      height: 180px;
      border-radius: 180px;
      position: absolute;
      right: 0;
      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; }
    @media only screen and (min-width: 690px) {
      .crush_banners_banner.bubble_bottom .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);
        top: 90px;
        right: -30px; } }
    .crush_banners_banner.bubble_bottom .bubble.purple:before {
      background-color: #521d59; }
      @media only screen and (min-width: 690px) {
        .crush_banners_banner.bubble_bottom .bubble.purple:before {
          background-color: rgba(82, 29, 89, 0.8); } }
    .crush_banners_banner.bubble_bottom .bubble.blue:before {
      background-color: #00b2c9; }
      @media only screen and (min-width: 690px) {
        .crush_banners_banner.bubble_bottom .bubble.blue:before {
          background-color: rgba(0, 178, 201, 0.8); } }
    .crush_banners_banner.bubble_bottom .bubble .inner {
      width: 100%;
      height: 100%;
      position: relative;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 15px; }
      @media only screen and (min-width: 690px) {
        .crush_banners_banner.bubble_bottom .bubble .inner {
          display: block;
          text-align: right;
          padding: 0; } }
    .crush_banners_banner.bubble_bottom .bubble .title_line1 {
      font-size: 25px;
      font-weight: 700;
      font-family: 'Asap', sans-serif;
      color: #fff;
      width: 100%; }
      @media only screen and (min-width: 690px) {
        .crush_banners_banner.bubble_bottom .bubble .title_line1 {
          font-size: 30px;
          display: inline-block;
          width: 90%;
          margin-bottom: 0.3em; } }
    .crush_banners_banner.bubble_bottom .bubble p {
      display: none; }
      @media only screen and (min-width: 690px) {
        .crush_banners_banner.bubble_bottom .bubble p {
          display: block;
          font-size: 18px;
          color: #fff; } }
  .crush_banners_banner.bubble_bottom:hover .bubble:before {
    transform: scale(1.2);
    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; }
  @media only screen and (min-width: 690px) {
    .crush_banners_banner.bubble_bottom:hover .bubble:before {
      -webkit-transform: scale(6);
      transform: scale(6); } }
  .crush_banners_banner.bubble_bottom .crush_banners_link_edit {
    left: auto !important;
    top: 21% !important;
    right: 5px; }
  .crush_banners_banner.bubble_bottom .crush_banners_style_selector {
    margin-top: 30px;
    margin-left: -58px;
    bottom: 5px;
    top: auto !important;
    color: #444; }

body.home.page .crush_banners_banner {
  min-width: 100%; }
  @media only screen and (min-width: 690px) {
    body.home.page .crush_banners_banner {
      min-width: 0; } }

/*# sourceMappingURL=style.css.map */
