/* Order of files */
/* this file is theme */
/* 1 LO_variables import to theme - styles - core */
/* 2 LO_styles include in theme */
/* 3 LO_theme include in core */
/* 4 LO_core attach to LO_master */


 
 


/* ==== Tb-2 Styles ==== */
@media(max-width: 767px) {
  .tb-2 .full-width .banner-content-wrapper, 
  .tb-2 .full-width .banner-text, .tb-2 .full-width .banner-ctas {
    padding: 0 !important;
  }
}



/* Mega Menu Styling */
.mega-menu img {
  width: 30px;
  float: left;
  padding: 0 2% 0 0;
}
.mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal {
  margin-bottom: -7px;
}
.mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul {
  max-width: 500px;
}
.mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  max-width: none;
  padding: 15px 30px 15px 15px;
  min-width: 340px;
  white-space: normal;
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.64em;
}
.mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li a img {
  width: 8%;
  float left;
}
.mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li a span {
  float: right;
  width: 87%;
  font-size:13px;
}

@media(max-width: 950px) {
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
    float: left;
  }
  .mega-menu img {
    padding: 5px 2% 45px 0;
  }
}

@media(max-width: 767px) {
  .mega-menu br {
    display: none;
  }
  .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #444444;
  }
  .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li a strong {
    font-weight: 700;
  }
}
 
.header-container-wrapper .widget-type-global_group {
  min-height: 0 !important;
}



/* Menu Header Item */
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a {
 color: #fff;
text-decoration: none;
background: #f39e27;
padding: 10px;
border: none;
margin:10px;
}

.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a:hover {
transition: all 0.4s ease 0s;
background:#f48e00;
}

.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  padding: 25px 20px;
  display: block;
  margin-top: 0;
}
/*   .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  display: block;
}  */
.nav-wrapper {
  padding: 0;
}
.nav-wrapper .logo {
  padding-left: 45px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a {
  background: #fafafa;
  margin: 0 !important; 
}

@media(min-width: 950px) {
  .mobile-cta {
    display: none !important;
  }
}
@media(max-width: 1020px) {
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    padding: 25px 15px;
  }
}
@media(max-width: 950px) {
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    padding: 0 20px;
    display: inline-block;
  }
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a {
    margin: 0 20px 20px;
    padding: 0 20px;
    width: auto;
    text-align: center
  }
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child {
    float:left;
    text-align: center;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a {
    background: transparent;
    margin: 0 20px;
  }
}

@media(max-width: 950px) {
  .mobile-cta-wrapper {
    width: 100% !important;
    display: block !important;
    vertical-align: bottom;
    text-align: center !important;
    margin-left: 0 !important;
  }
  .mobile-logo-group {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
  }
  .nav-wrapper .logo {
    padding-left: 0;
  }
/*   .custom-menu-primary .hs-menu-flow-horizontal {
    padding-top: 147px;
  } */
}

.hs-field-desc {
  font-size: 11px;
}

/* Maps */

    #map{
      height:80vh;
      width:100%;
    }

    .map-header {
      margin-top: 50px;
      margin-left: 20px;
      border-bottom: 1px solid #ccc;
    }

    .map-header h1 {
      padding-top: 10px;
      margin-bottom: 10px;
    }

    .desc-title {
      color: #aaa;
      font-size: 12px;
    }

    .ui-info {
      background: white;
      height: 60px;
      width: 100%;
      position: fixed;
      bottom: 0px;
      left: 0px;
      text-align: center;
      padding-top: 15px;
      font-weight: 350;
      font-size: 18px;
      border-top: 1px solid #ccc;
    }

    .telstra-map-legend {
      position: fixed;
      right: 0px;
      min-width: 400px;
      top: 60px;
      z-index: 100;
      margin: auto;
    }
    .legend-title {
      text-align: center;
      font-weight: 700;
      font-size: 14px;
    }

    .dots-container {
      display: flex;
      flex-direction: row;
      font-size: 12px;
      text-align: center;
      justify-content: center;
    }

    .dot {
      display: flex;
      flex-direction: row;
      margin-left: 10px;
      margin-right: 10px;
    }

    .dot span {
      margin-top: 5px;
    }

.device-card-container {
  background: #fff;
  position: fixed;
  bottom: 70px;
  left: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 125px;
  width: 300px;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
}

.device-img-container {
  height: 100%;
  width: 75px;
}

.device-img-container img {
  height: 100px;
  width: auto;
  margin-top: 12px;
  margin-left: 5px;
}

.device-info-container {
  margin-top: 12px;
  margin-left: 5px;
  position: relative;
}

.device-info-close {
  position: absolute;
  top: 5px;
  right: 10px;
}

.device-title {
  width: 200px;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.device-desc-text {
      color: #999;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.google-slides-container{
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

.google-slides-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}