/* CSS */
.button-45 {
  
align-items: center;
background-color: rgba(47, 47, 47, 0.7);
background-position: 0 0;
border: 1px solid #1d1d1d;
border-radius: 11px;
box-sizing: border-box;
color: #ffffff;
cursor: pointer;
display: flex;
font-size: 1rem;
font-weight: 700;
line-height: 33.4929px;
list-style: outside url(https://www.smashingmagazine.com/images/bullet.svg) none;
padding: 2px 12px;
text-align: left;
text-decoration: none;
text-shadow: none;
text-underline-offset: 1px;
transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: nowrap;
word-break: break-word;
transition: all .3s ease;
}

.button-45:active,
.button-45:hover,
.button-45:focus {
  outline: 0;
}


.button-45:active {
  background-color: #000000;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px 0 inset;
  color: #FFFFFF;
}

.button-45:hover {
  background-color: #262626;
  border-color: #000000;
  color: var(--primary-color);
}

.button-45:active:hover,
.button-45:focus:hover,
.button-45:focus {
  background-color: #262626;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px 0 inset;
  color: var(--primary-color);
}

/* Button Alt */

.button-45-alt {
  
  align-items: center;
  background-position: 0 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 33.4929px;
  list-style: outside url(https://www.smashingmagazine.com/images/bullet.svg) none;
  padding: 2px 12px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-underline-offset: 1px;
  transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  word-break: break-word;
  transition: all .3s ease;
  }
  
  .button-45-alt:active,
  .button-45-alt:hover,
  .button-45-alt:focus {
    outline: 0;
  }
  
  
  .button-45-alt:active {
    color: #FFFFFF;

  }
  
  .button-45-alt:hover {
    border-color: #000000;
    color: var(--primary-color);
  }
  
  .button-45-alt:active:hover,
  .button-45-alt:focus:hover,
  .button-45-alt:focus {
    color: var(--primary-color);
  }

.arrow-link {
  display: flex;
  color: white;
  background-color: transparent;
  text-transform: uppercase;
  transition: all .3s ease;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  letter-spacing: 1px;
  font-size: 14px;
}

.more-categories-link {
  color: var(--dark-grey);
  font-weight: 450!important;
}

.recurring-link {
  color: var(--dark-grey);
  font-weight: 450!important;

}
.addons-link,.addons-title {
  color: var(--dark-grey);
  font-weight: 450!important;
  letter-spacing: .007em;
line-height: 1.1428571429;
text-transform: none;
font-size:20px!important;
}
.addons-backside-title {
  color:#fff;
}
.sparkleway-backside-title {
  color:#fff;
}

.addon-backside-text {
  font-weight:400;
  font-size:16px!important;
  text-shadow: 0px 0px 22px rgba(0,0,0,0.78);

  color:#fff;
  letter-spacing: .007em;
  line-height: 1.1428571429;

}
.sparkleway-backside-text {
  font-weight:500;
  font-size:18px!important;

  color:#fff;
  letter-spacing: .007em;
  line-height: 1.1428571429;

}
.mc-open-link {
  background-image: url(/img/sparkles.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.sparkleway-backside-sub-text {
  font-weight:500;
  font-size:14px!important;
  text-shadow: 0px 0px 22px rgba(0,0,0,0.78);

  color:#fff;
  letter-spacing: .007em;
  line-height: 1.1428571429;

}

.addon-backside-sub-text {
  font-weight:400;
  font-size:11px!important;
  text-shadow: 0px 0px 22px rgba(0,0,0,0.78);

  color:#fff;
  letter-spacing: .007em;
  line-height: 1.1428571429;

}
.sparkleHover {
  border: 1px solid var(--primary-color);
  transition: all .2s ease;

}
.exploreHover {
  border: 1px solid var(--primary-color);
/*   display:flex;
  flex-direction: column;
  justify-content: flex-end;
 */
}
.exploreHover h1 {
  text-shadow: 0px 0px 22px rgba(0,0,0,0.78);

}
.sparkleHoverBack{
  transition: all .2s ease;

}
.sparkleHoverBack:hover,.sparkleHoverBack:active,.sparkleHoverBack:focus {
  transform: scale(.98);


}
.sparkleHover:hover,.sparkleHover:active,.sparkleHover:focus {
  border: 1px solid var(--primary-color);
  transform: scale(.98);
}

.addonHover {
  border: 1px solid var(--light-grey);
  transition: all .2s ease;

}
.addonHoverBack{
  transition: all .2s ease;

}
.addonHoverBack:hover,.addonHoverBack:active,.addonHoverBack:focus {
  transform: scale(.98);


}
.addonHover:hover,.addonHover:active,.addHover:focus {
  border: 1px solid var(--primary-color);
  transform: scale(.98);
}
.addon-price-text {
  font-weight:400;
  color:var(--medium-grey);
  font-size:14px!important;
}

.addon-text {
  font-weight:400;
  font-size:16px!important;

  color:var(--dark-grey);
  letter-spacing: .007em;
  line-height: 1.1428571429;
  
}


.recurring-link > .arrow {
  border-right: 2px solid var(--dark-grey)!important;
  border-bottom: 2px solid var(--dark-grey)!important;

  }

.more-categories-link > .arrow {
  border-right: 2px solid var(--dark-grey)!important;
  border-bottom: 2px solid var(--dark-grey)!important;

  }
.more-services-link,.more-categories-link,.recurring-link {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .007em;
line-height: 1.1428571429;
text-transform: none;

}
.explore-services-link {
  font-size: 22px;
  font-weight: 450;
  letter-spacing: .007em;
line-height: 1.1428571429;
text-transform: none;

}
.more-services-link:hover,.more-categories-link:hover,.recurring-link:hover,.addons-link:hover,.explore-services-link:hover {
  text-decoration: none;
}

.more-services-link > .arrow {
  width: 12px!important;
  height:12px!important;
}
.more-services-link > .arrow::before {
  width: 12px!important;

}

.arrow-link > .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  position: relative;
  transform: rotate(-45deg);
  margin-left: 3px;
  transition: all .3s ease;
}
.arrow-link > .arrow::before {
  display: block;
  background-color: var(--primary-color);
  width: 3px;
  transform-origin: bottom right;
  height: 2px;
  position: absolute;
  opacity: 0;
  bottom: calc(-2px / 2);
  transform: rotate(45deg);
  transition: all .3s ease;
  content: "";
  right: 0;
}

.arrow-link:hover > .arrow {
  transform: rotate(-45deg) translate(4px, 4px);
  border-color: var(--primary-color)!important;
}

.arrow-link:hover > .arrow::before {
  opacity: 1;
  width: 8px;
}

.arrow-link:hover {
  color: var(--primary-color);
}

