/*
Theme Name: Rise Broadband - ISG
Description: A child theme of Divi
Author: ISG
Template: Divi
*/

.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;
}
.fa-ul.moveleft {
  margin-left: 2.5em;
}


.fa-ul {
  padding: 0 0 23px 1em;
   margin-left: 35px;
}
.et_pb_section_1  .fa-ul {
 margin-left: 2.5em;
}
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;
}

/*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;
}
.ctabar a {
  color: #FFFEEF;
  padding: 30px 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  vertical-align: bottom;
  line-height: 1;
}
.ctabar .telbtn.telside {
  font-family: 'Barlow Bold',Helvetica,Arial,Lucida,sans-serif;
  width: 65%;
  background-color: #EC0044;
}
.ctaorder {
  width: 35%;
  background-color: #352D2F;
}

.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;
}

.redbtn {
  font-family: 'Barlow Bold',Helvetica,Arial,Lucida,sans-serif;
  background-color: #EC0044;
  color: #fff;
  border-radius: 30px;
  padding: 12px 20px 16px 20px;
  font-size: 20px;
  max-width: 300px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  border: none;
  width: 85%;
  cursor: pointer;
}


/*for desktop site*/
@media screen and (min-width: 981px) {
  .topmenu .et-menu > li {
    padding-left: 18px;
    padding-right: 18px;
  }
}
 
/**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;
}
}

/* Phone site */
@media only screen and (max-width: 767px) {
.ctabar {
  font-size: 16px;
}
.ctabar a {
  width: 50% !important;
  padding: 24px 0;
}
}
