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

.tv_hero_bullets .pckbullets {
  min-height: auto;
}
.p_policy table td {
  width: 25% !important;
  border: 1px solid;
  padding: 10px;
}
.ct-no .orderonlinebtn {
  display: none !important;
}
.gt-current-lang {
    display: none !important;
}
.pckbullets {
  list-style: disc;
}
body {
  font-family: 'Maison Neue Book',Helvetica,Arial,Lucida,sans-serif;
}
.current_page_item a {
  border-bottom: 2px solid #48D597;
}

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;
}
.btmchannellogos {
  padding: 10px 10px 10px 10px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.et_pb_slider div {
  text-shadow: none !important;
}
.featured_channels {
  display: flex;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 9px #cecece;
  width: 29%;
  margin-right: 3%;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.featured_channels img {
  padding: 8px 11px;
  max-height: 53px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.accordrightimg {
  display: none;
}
.permo {
  font-size: 16px;
  margin-left: -32px;
  line-height: 1;
  display: inline-block;
}
.centuryaccord .et_pb_toggle {
  margin-bottom: 0 !important;
  padding: 22px 0 !important;
}
.centuryaccord .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title::before {
  display: block;
  content: "\32" !important;
}
#img_0, .logged-in .accordrightimg {
	display: block;
}
/*show hide Spanish/English stuff*/
.forspanish, :lang(es) .forenglish {
	display: none;
}
.forenglish, :lang(es) .forspanish, .logged-in .forspanish, .logged-in .forenglish {
	display: block;
}

#menu-main .forspanish, :lang(es) #menu-main .forenglish {
	display: none;
}

#menu-main .forenglish, :lang(es) #menu-main  .forspanish {
	display: flex;
}

body .pckbullets {
  padding: 0 0 0 25px !important;
  min-height: 280px;
}
.pckbullets li {
  padding-bottom: 8px;
}
.pckbullets li:last-child {
  padding-bottom: 0;
}
.hidden {
  display: none;
}
.address-more {
  top: -200000em;
  position: absolute;
  right: 0;
}
.fclbtn.orderbtn {
  background-color: #48D597;
  color: #000000 !important;
  font-size: 16px;
}
.searchsectionbar {
  height: 52px;
  padding: 0 14px 0 44px !important;
  border: 1px solid #d0d5dd !important;
  border-radius: 5px 0 0 5px;
  font-family: "Maison Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #0b2343 !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(16,24,40,.06), 0 1px 3px rgba(16,24,40,.1);
}
.searchsectionbar.address2 {
  padding-left: 20px !important;
  border-radius: 0 5px 5px 0px;
  width: 160px;
}
.searchsectionbar.searchaddress {
  width: calc(100% - 160px);
}
.input_address {
  width: calc(100% - 185px);
  display: inline-block;
  position: relative;
}
.input_address::before {
  content: "\f3c5";
  display: inline-block;
  font: var(--fa-font-sharp-light);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  margin-right: 8px;
  margin-top: -10px;
  margin-bottom: -10px;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
  font-size: 20px;
  color: #0b5fff;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 15px;
}
.addressForm {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
footer {
  z-index: 99;
  position: relative;
}
header {
  position: relative;
  z-index: 999;
}


.pac-container {
  z-index: 9999999999999999;
}
.loader {
  width: 60px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #48d597;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
  margin: 10px auto;
}
@keyframes l3 {to{transform: rotate(1turn)}}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.blur #yourarea {
  font-weight: 700;
  display: block;
}
.blur #main-content, .blur .topheader, .blur footer .ctabar, .blur footer .btmfooter, .blur .navpromobar_Tk {
  filter: blur(2px);
}

/*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: 24px;
  font-weight: 700;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #EEE;
  padding: 18px 0;
  display: flex;
  justify-content: center;
  align-content: center;
}
.ctabar a {
  color: #0047BB;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  vertical-align: bottom;
  line-height: 1;
  padding: 8px 0;
}
.ctabar .telbtn.telside {
  width: 65%;
  background-color: #EEEEEE;
}
.ctaorder {
  width: 35%;
  background-color: #EEEEEE;
}
.ctabar a.orderonlinebtn {
  color: #000;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 2px solid #0047BB;
}
.ctabar .callbtn.telbtn::before {
  color: inherit;
  font-size: inherit;
  margin-right: 8px;
  margin-top: -2px;
  margin-bottom: 0;
}
.ctabar a.orderonlinebtn .fa-cart-shopping {
  margin-right: 8px;
}
.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;
}

/*btn tel*/

.plans .fclbtn.telbtn {
  width: 95%;
  padding-left: 0;
  padding-right: 0;
}
.fclbtn {
  background-color: #0047BB;
  border: none;
  padding: 13.5px 30px;
  border-radius: 5px;
  font-family: "Maison Neue", Arial, sans-serif;
 font-size: 16px;
  color: #ffffff !important;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  
}


.greenbtn .fclbtn {
  background-color: #48D597;
  color: #000000 !important;
  font-size: 16px;
}

.redbtn .fclbtn {
  background-color: #E41932;
  color: #ffffff !important;
}

.fclbtn .telbtn {
  display: inline-flex;
  justify-content: center;
  width: max-content;
}
.telbtn::before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
font: var(--fa-font-sharp-light);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  margin-right: 8px;
  margin-top: -10px;
  margin-bottom: -10px;
}

/*btn tel end*/

/*btn order*/

.plans .fclbtn.orderbtn {
  width: 95%;
  padding-left: 0;
  padding-right: 0;
}

.redbtn .orderbtn::before {
  color: #ffffff !important;
}

.orderbtn::before {
  content: "\f07a";
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
font: var(--fa-font-sharp-light);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  margin-right: 8px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.fclbtn .orderbtn {
  display: inline-flex;
  justify-content: center;
  width: max-content;
}


/*btn order end*/


/*address lookup*/
 .lookup-wrap { 
    width: 860px; 
    margin: 0 auto; 
  }
  .lookup {
    display: flex;
    
    align-items: center;
  }
  .lookup-field { 
    position: relative; 
    flex: 1; 
  }
  .lookup-field .pin {
    position: absolute; 
    left: 14px; 
    top: 50%; 
    transform: translateY(-50%);
    font-size: 20px;
    color: #0b5fff;
    pointer-events: none;
  }
  .lookup-field input {
    width: 100%;
    height: 52px;
    padding: 0 14px 0 44px;

    border: 1px solid #d0d5dd;
    border-radius: 5px;
    font-family: "Maison Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #0b2343;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16,24,40,.06), 0 1px 3px rgba(16,24,40,.1);
  }
  .lookup-field input::placeholder { color: #6b7a90; }
  .lookup-field input:focus {
    outline: none;
    border-color: #0b5fff;
    box-shadow: 0 0 0 4px rgba(11,95,255,.12);
  }
  .btn {
    height: 52px;
    min-width: 160px;
    padding: 0 24px;
    border: 0;
    border-radius: 5px;
    background: #0047BB;
    color: #fff;
    font-family: "Maison Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(16,24,40,.06), 0 1px 3px rgba(16,24,40,.1);
	margin-left: 20px;
  }
  .btn:hover { background: #0a52e0; }
  .btn:active { background: #0047BB; }

.greenbtn .btn {
  background-color: #48D597;
  color: #000000 !important;
  
}
/*address lookup end*/
/*card speeds*/
  .speed-wrapper {
    text-align: center;
    font-family: 'Maison Neue', Arial, sans-serif;
    line-height: 0.5;
  }

  .speed-up {
    display: block;
    margin: 0; 
    padding: 0;
    color: #0047BB;
    font-weight: 400;
    font-size:14px;
line-height: 1;
  }

  .speed-down {
    display: block;
    margin: 0; 
    padding: 0;
    color: #0047BB;
    font-weight: 400;
    font-size:14px;
line-height: 0;
  }

  .speed-main {
    display: block;
	margin: 0; 
    padding: 0;
    color: #0047BB;
    font-weight: 700;
    font-size:50px;
line-height: 0;
  }
/*card speeds end*/

/*sports slider logos*/
.sportssliderlogo.new img {
  width: 150px;
  max-height: 70px;
}
.sportssliderlogo.slideintlogos img{
  max-height: 80px;
  max-width: 100px;
  width: auto !important;
}


/*sports slider logos end*/

 /* Hide by default */
  .mobile-only {
    display: none;
  }

  /* Show only on mobile (screens up to 768px wide) */
  @media (max-width: 768px) {
    .mobile-only {
      display: block;
    }
   
  }


/* biz page icon rows */
 .bizcontainer {
      display: flex;
      justify-content: center;  
      max-width: 900px;          
      margin: 0 auto;           
      flex-wrap: wrap;
    }

    /* Each block (icon + text) */
    .bizrow {
      display: flex;
      align-items: flex-start;
      flex: 1 1 40%;             
      min-width: 280px;
      margin: 0 30px;            
    }

    .bizrow .bizicon {
      font-size: 30px;
      margin-right: 15px;
      min-width: 30px;
      text-align: center;
    }

    .bizrow .biztext {
      max-width: 400px;
    }

   

   

    /* Mobile-friendly adjustments */
    @media (max-width: 600px) {
      .bizcontainer {
        flex-direction: column;
        align-items: center;
      }

      .bizrow {
        flex-direction: column;
        align-items: center;
        text-align: center;   
        margin: 20px 0;       
      }

      .bizrow .bizicon {
        margin: 0 0 10px 0;
      }

      .bizrow .biztext {
        max-width: 100%;
      }
    }
    /* biz page icon rows end */


/*for desktop site*/
@media screen and (min-width: 981px) {
#menu-main li a {
  padding: 5px 0;
}
.addressForm_input {
  display: flex;
  justify-content: center;
}
#menu-main li {
  align-items: center;
}
.et_pb_menu #menu-main.et-menu > li {
  padding-left: 18px;
  padding-right: 18px;
}
}
 
/**Mobile site**/
 @media screen and (max-width: 980px) {
.nowword {
  display: none;
}
.popups  .et_pb_row {
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}
.ctabar {
  background-color: #EEE;
  padding: 0;
}
.ctabar a {
  width: 50%;
  padding: 22px 0 !important;
  font-size: 18px;
}
.ctabar a.orderonlinebtn {
  background-color: #48D597;
  border: 0;
  margin: 0;
}
.callbtn.telbtn {
  background-color: #0047BB;
  color: #ffff;
}
  .mobile_nav.opened .mobile_menu_bar::before {
    content: "\4d" !important;
    font-family: ETmodules !important;
  }
}




/* Phone site */
@media only screen and (max-width: 767px) {
body .ctabar a {
  font-size: 16px;
} 
.p_policy table {
  font-size: 12px;
  line-height: 1;
}
.fclbtn {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fclbtn.telbtn {
  margin-bottom: 20px;
}
.et_pb_slides .fclbtn.telbtn {
  margin-bottom: 0;
}
.ctabar .callbtn.telbtn::before {
  margin-right: 5px;
}
.ctabar a.orderonlinebtn .fa-cart-shopping {
  margin-right: 5px;
}
.pckbullets {
  min-height: auto;
}
.ctabar a {
  width: 50% !important;
  padding: 24px 0;
}
.input_address {
  width: 100%;
  margin-bottom: 15px;
}
.searchsectionbar.address2 {
  width: 110px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.searchsectionbar.searchaddress {
  width: calc(100% - 110px);
  padding-left: 30px !important;
  padding-right: 10px !important;
}
.input_address::before {
  left: 9px;
}
.bodybtn.searchsectionbutton.btn {
  margin-left: 0;
  width: 90%;
}
}