/*
Theme Name: Infinity Child Theme
Description: A child theme of Divi
Author: ISG
Template: Divi
*/

.gtrans_link {
  display: none !important;
}

.ctabar .telnum {
  font-family: 'Regular Bold',Helvetica,Arial,Lucida,sans-serif;
}
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #2760F0;
    border-radius: 50%;
    border-top: 2px solid #fff;
    animation: spin 1s linear infinite;
	vertical-align: middle;
	margin-left: 8px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.form-inline.location.compsearch {
  display: flex;
  gap: 10px;
}
.all_plans {
  display: none;
}
.logged-in .all_plans {
  display: block;
}
.awesome_bull {
  list-style: none;
  padding: 0 0 15px 35px !important;
  font-size: 18px;
}
.awesome_bull .awesome_icon {
  margin-left: -35px;
  width: 35px;
  text-align: center;
  font-size: 16px;
}
.awesome_bull li {
  line-height: 1.2;
  padding-bottom: 10px;
}
.awesome_bull li:last-child {
  padding-bottom: 0;
}

.gt-current-lang {
  display: none !important;
}
a.glink span {
  font-size: inherit !important;
  vertical-align: bottom !important;
}
.gtrans_link {
  align-items: center !important;
  justify-content: center;
}


sup {
  font-size: 0.5em !important; vertical-align: super !important; bottom: 0 !important;
}
sub {
  font-size: 0.5em !important; vertical-align: sub !important; bottom: 0 !important;
}

/*show hide Spanish/English stuff*/
.forspanish, :lang(es) .forenglish {
	display: none
}
.forenglish, :lang(es) .forspanish, .logged-in .forspanish, .logged-in .forenglish {
	display: block;
}


footer {
  z-index: 99;
  position: relative;
}
header {
  position: relative;
  z-index: 999;
}

.logged-in header {
    z-index: 1;
}

/*ct logic*/
.ct-no .orderbtn, .ct-yes .telbtn {
  display: none !important;
}
.ct-no .ctabar .telbtn, .ct-yes .ctabar .orderbtn {
  width: 100% !important;
}

/*ab test logic*/
.abtest .forcontrol, .forabtest {
  display: none !important;
}
.abtest .forabtest, .logged-in .forabtest {
  display: block !important;
}

.ctabar {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.ctabar a {
  color: #ffffff;
  padding: 30px 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  vertical-align: bottom;
  line-height: 1;
  letter-spacing:.02em;
}
.ctabar .telbtn.telside {
  width: 65%;
  background-color: #f66608;
}
.ctaorder {
  width: 35%;
  background-color: #2760F0;
}

.popups .fa.fa-circle-xmark, .clickpop{
  cursor: pointer;
}
.popups {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  background-color: rgba(15,15,15,0.8) !important;
  display: none;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
}
.popups .closepopup {
  cursor: pointer;
}
.logged-in .popups {
  display: flex;
  position: inherit;
  z-index: 1;
}

/* HERO CTA BUTTON */
.hero-cta-wrap {
  display:flex;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
}

.hero-cta-btn {
  height:46px;
  background:#F66608;
  color:#ffffff;
 padding:0 26px;
  border-radius:26px;
  font-size:16px;
  font-family:"Regular", Arial, sans-serif;
  font-weight:700; /* Regular */
  text-decoration:none;
 display:inline-flex;       
  align-items:center;        
  justify-content:center;   
  transition:all .25s ease;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(0,0,0,.18);
}

.hero-cta-btn:hover{
  background:#e35c05;
  transform:translateY(-1px);
}

.hero-divider{
  width:1px;
  height:48px;
  background:rgba(255,255,255,.35);
}

.hero-phone-block{
  line-height:1.35;
}

.hero-phone-label{
  font-family:"Regular", Arial, sans-serif;
  font-weight:700; /* Regular */
  font-size:14px;
  color:#ffffff;
  opacity:.85;
	line-height:1.35;
	
}

.hero-phone-number{
  font-size:20px;
  font-family:"Regular", Arial, sans-serif;
  font-weight:700; /* Regular Bold */
  display:flex;
  align-items:center;
  letter-spacing:.02em;
  gap:8px;
}

.hero-phone-number a{
  color:#ffffff;
  text-decoration:none;
}

.hero-phone-number a:hover{
  text-decoration:underline;
}

/* ICON */

.hero-phone-icon{
  color:#F66608;
  font-size:18px;
}

/* MOBILE */

@media (max-width:768px){

  .hero-divider{
    display:none;
  }

  .hero-cta-wrap{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }

}
/* HERO CTA BUTTON END */

/* PILL PHONE BUTTON */
.phone-pill-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 2px solid #F66608;
  border-radius: 999px;
  background-color: transparent;
  padding: 6px 16px 6px 6px;
  gap: 10px;
  transition: all 0.25s ease;
}

.phone-pill-btn:hover {
  transform: translateY(-1px);
}

/* ICON */
.phone-pill-btn .phone-pill-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #F66608;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-pill-btn .phone-pill-icon i {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

/* TEXT */
.phone-pill-btn .phone-pill-text {
  font-size: 16px;
  font-family: "Regular", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

/* COLORS */
.phone-pill-white .phone-pill-text {
  color: #ffffff;
}

.phone-pill-blue .phone-pill-text {
  color: #002864;
}

.phone-pill-blue {
  border-color: #F66608;
}

/* FILLED */
.phone-pill-filled {
  background-color: #F66608;
  border-color: #F66608;
}

.phone-pill-filled .phone-pill-text {
  color: #ffffff;
}

/* Icon contrast */
.phone-pill-filled .phone-pill-icon {
  background-color: #ffffff;
}

.phone-pill-filled .phone-pill-icon i {
  color: #F66608;
}

.phone-pill-filled:hover {
  background-color: #d95500;
  border-color: #d95500;
}

/* PILL PHONE BUTTON END */

/* PHONE BUTTON NAV */
.phone-btn-nav {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #F66608;
  border-radius: 999px;
  padding: 6px 16px 6px 6px;
  gap: 10px;
  background-color: #F66608;
}

/* ICON */
.phone-btn-nav .phone-btn-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-btn-nav .phone-btn-icon i {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

/* TEXT */
.phone-btn-nav .phone-btn-text {
  font-size: 14px;
  font-family: "Regular", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  color: #ffffff;
}

/* FILL */
.phone-btn-filled .phone-btn-icon i {
  color: #F66608;
}
/* PHONE BUTTON NAV END */

/* HERO LIST */

.hero-feature-list{
  list-style-type: none !important;
  padding: 0 !important;
  margin-top:0px;
}

.hero-feature-list li{
  position:relative;
  padding-left:32px;
  margin-bottom:12px;
  font-size:18px;
  font-weight:400;
}

.hero-feature-list li:last-child{

  margin-bottom:30px;
}

/* FONT AWESOME PLUS ICON */

.hero-feature-list li::before{
  content:"\f00c";
  font-family:"Font Awesome 6 Pro";
  font-weight:300; /* light */
  position:absolute;
  left:0;
  top:0px;
  color:#F66608;
  font-size:18px;
  text-align:center;
  opacity:.92;
}
/* HERO LIST END */

/* ADDRESS LOOKUP */

.service-finder-wrapper{
display:flex;
justify-content:center;
width:100%;
}

.service-finder{
display:flex;
gap:14px;
align-items:center;
max-width:900px;
width:100%;
}

/* FIELDS */

.address-input{
  height:46px;
  border:2px solid #d8d8d8;
  border-radius:15px;
  padding-left:22px !important;
  padding-right:16px;
  font-size:15px;
  background:#ffffff;
  outline:none;
  transition:border .2s ease;
  box-sizing:border-box;
}
.address-input::placeholder{
  color:#8c8c8c;
  opacity:1;
}

/* FIELD WIDTHS */

.address-input.zip{
max-width:200px;	
}


/* INPUT FOCUS */

.address-input:focus{
border-color:#F66608;
}


/* BUTTON */

.availability-btn{
  height:46px;
  background:#F66608;
  color:#ffffff;
  padding:0 26px;
  border-radius:26px;
	border:none;
  font-size:16px;
  font-family:"Regular", Arial, sans-serif;
  font-weight:700; /* Regular */
  text-decoration:none;
  display:inline-flex;       
  align-items:center;        
  justify-content:center;   
  transition:all .25s ease;
  cursor:pointer;
 
}

.availability-btn:hover{
	 background:#e35c05;
  transform:translateY(-1px);
}


@media (max-width:768px){

.service-finder{
flex-direction:column;
}

.address-input{
width:100%;

}
	

.availability-btn{
width:100%;
}

}
/* ADDRESS LOOKUP END */
/* PLAN CARDS */

.featured-plan-badge{
  background:#2760F0;
  color:#ffffff;
  font-size:20px;
  font-weight:500;
  letter-spacing:.04em;
  line-height:1;
  text-align:center;
  padding:15px 16px 10px 16px;
  border-radius:24px;
  display:inline-block;
  min-width:270px;
  white-space:nowrap;
}

/* plan card LIST */

.card-feature-list{
  list-style-type: none !important;
  padding: 0 !important;
  margin-top:0px;
}

.card-feature-list li{
  position:relative;
  padding-left:32px;
  margin-bottom:12px;
  font-size:17px;
  font-weight:400;
}
.card-feature-list li:first-child{
	margin-top:20px;
}
.card-feature-list li:last-child{

  margin-bottom:40px;
}

/* FONT AWESOME PLUS ICON */

.card-feature-list li::before{
  content:"\f058";
  font-family:"Font Awesome 6 Pro";
  font-weight:300; /* light */
  position:absolute;
  left:0;
  top:0px;
  color:#F66608;
  font-size:15px;
  text-align:center;
}
/* plan card LIST END */

/* TV TOGGLE */

.tv-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 0;
  font-family: Arial, sans-serif;
}

.tv-toggle-label {
  font-size: 20px;
  font-weight: 500; /* medium */
  color: #000000;
  white-space: nowrap;
}

/* Toggle */
.tv-toggle {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 34px;
  flex: 0 0 auto;
}

.tv-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none; /* visual only */
}

.tv-toggle-slider {
  position: absolute;
  inset: 0;
  background-color: #1458cc;
  border-radius: 999px;
}

/* Knob */
.tv-toggle-slider:before {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  left: 4px;
  top: 4px;
  background-color: #f2f1f0;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

/* Static state (left position like your screenshot)
.tv-toggle input:checked + .tv-toggle-slider:before {
  transform: translateX(0);
}
*/

.tv-toggle input:not(:checked) + .tv-toggle-slider:before {
  transform: translateX(38px);
}


/* Mobile */
@media (max-width: 767px) {
  .tv-toggle-wrap {
    gap: 10px;
  }

  .tv-toggle-label {
    font-size: 16px;
    text-align: center;
    white-space: wrap;
    line-height: 1.2;
  }
}
/* TV TOGGLE END */

/* card tabs*/

.ob-flag-wrap {
  position: relative;
  width: 100%;
  height: 320px;
}

/* TAB */
.ob-flag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;

  padding: 14px 26px 16px;
  max-width: 78%;

  border-radius: 20px 0 20px 0;
  text-align: center;
  line-height: .7;
  box-sizing: border-box;

  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

/* COLORS */
.ob-flag--blue {
  background: #2760F0;
}

.ob-flag--orange {
  background: #F66608;
}

/* TEXT */
.ob-flag__small,
.ob-flag__large {
  display: block;
  color: #fff;
  font-family: "Regular", Arial, sans-serif;
}

.ob-flag__small {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}

.ob-flag__large {
  font-size: 23px;
  font-weight: 700;
  margin-top: 0px;
}

/* TABLET */
@media (max-width: 980px) {
  .ob-flag-wrap {
    height: 280px;
  }

  .ob-flag {
    max-width: 84%;
    padding: 12px 20px 14px;
  }

  .ob-flag__small {
    font-size: 16px;
  }

  .ob-flag__large {
    font-size: 22px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .ob-flag-wrap {
    height: 220px;
  }

  .ob-flag {
    max-width: 88%;
    padding: 10px 16px 12px;
    border-radius: 20px 0 20px 0;
  }

  .ob-flag__small {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .ob-flag__large {
    font-size: 18px;
  }
}

/* card tabs end*/


.headertel a:empty {
  display: none !important;
}

/*for desktop site*/
@media screen and (min-width: 981px) {
  .headertel {
    align-items: center !important;
    padding-left: 0px !important;
  }
	.headertel a {
  padding: 10px 20px !important;
}
.topmenu  li {
  padding: 0 22px !important;
}
.topmenu li:last-child {
  padding-right: 0 !important;
}
.topmenu li.gtrans_link::after {
  border-right: 2px solid #D9D9D9;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
}
}
 
/**Mobile site**/
 @media screen and (max-width: 980px) {
.nowword {
  display: none;
}
.mobile_nav.opened .mobile_menu_bar::before {
  content: "M" !important;
  font-family: ETmodules !important;
}
#mobile_menu1 {
  text-align: center;
}
.mobile_nav .headertel {
  display: inline-block;
}
.mobile_nav .headertel .phone-btn-nav {
  display: flex;
  padding: 10px 13px !important;
  margin-top: 10px;
}
}

/* Phone site */
@media only screen and (max-width: 767px) {
.ctabar {
  font-size: 16px;
}
.ctabar a {
  width: 50% !important;
  padding: 24px 0;
}
.form-inline.location.compsearch {
  flex-wrap: wrap;
}
.form-inline.location.compsearch #zip_code {
  max-width: 100%;
  text-align: center;
}
	.custom-2-col-mobile .et_pb_column {
    width: 50% !important;
    float: left;
  }

  .custom-2-col-mobile .et_pb_column:nth-child(2n+1) {
    clear: both;
  }
}