/*
	Theme Name: Imperion Child
	Description: Child theme for Imperion
	Author: Glidewell
	Version: 1.0.2
	Template: imperion
*/

a.promo-link
{
    font-weight: 700;
    position: relative;
    padding-bottom: 0;
    cursor: pointer;
    text-decoration-color: #0a8385;
    text-decoration-thickness: 1px;
    transition: all .15s ease;
    color: #0a8385 !important;
    text-transform: none;
}

a.promo-link:hover
{
    text-decoration: underline;
    color: #0a8385 !important;
}

.text-break-all {
	word-break: break-all;
}

/* Used for BIP promo landing pages */
.price {
    color: #143d60;
    font-size: 2rem;
}

@media screen and (min-width: 1024.5px) {
    .price {
    font-size: 4rem;
}
}

/* OneTrust Button Styling on Footer */
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
	color: #f4f5f5!important;
    background-color: transparent!important;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
	color: #f4f5f5!important;
	background-color: transparent!important;
    border: none!important;
	padding: 0!important;
    font-size: 0.875rem!important;
    line-height: 1.3!important;
}

/* Hide Imperion's Default 'Back to Top' Button */
#toTop {
	display: none !important;
}

/* Custom Video Overlay Play Button BG Color */
.elementor-widget-video .elementor-custom-embed-play:before {
	background-color: #EA0029 !important;
}

/* Orange List Item Bullet Points */

.orange-bull ul,
ul.orange-bull, 
ul .orange-bull 
{
    list-style-type: none;
    padding-left: 0;
	margin-left: 1.5rem;
}

.orange-bull li::before 
{
  content: "\2022";
  color: #ec7f33;
  font-weight: 800;
  font-size: 1.8rem;
  vertical-align: text-top;
  line-height: 1.4rem;
  display: inline-block;
  width: .75em;
  margin-left: -.75em;
}

.orange-bull li {
    padding-bottom: 0;
    margin-bottom: 0;
	margin-top: 0;
}

/* Green End Quote Icon */
#green-quote-icon {
    color: #519B9B;
}

/* Green List Item Bullet Points */

.green-bullet ul,
ul.green-bullet, 
ul .green-bullet 
{
    list-style-type: none;
    padding-left: 0;
}

.green-bullet li::before 
{
  content: "\2022";
  color: #519b9b;
  font-weight: 800;
  font-size: 1.8rem;
  vertical-align: text-top;
  line-height: 1.4rem;
  display: inline-block;
  width: .75em;
  margin-left: -.75em;
}