/* ================================================================
   Yettel Footer
   Colors: #002340 (dark blue), #B4FF00 (lime), #ffffff (white)
   ================================================================ */

.www-footer {
  background-color: #002340;
  color: #ffffff;
  font-family: "YettelLight", Arial, sans-serif;
}

.www-footer .footer-container {
  width: 100%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* ----------------------------------------------------------------
   Grid
   ---------------------------------------------------------------- */
.www-footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.www-footer .footer-col-3,
.www-footer .footer-col-9,
.www-footer .footer-col-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .www-footer .footer-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .www-footer .footer-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

/* ----------------------------------------------------------------
   Logo
   ---------------------------------------------------------------- */
.www-footer .footer-logo span {
  color: #B4FF00;
  text-align: left;
  font-size: 40px;
  letter-spacing: -1px;
  opacity: 1;
  display: block;
}

.www-footer .footer-logo:hover {
  text-decoration: none;
}

.www-footer a {
  text-decoration: none;
}

.www-footer a:hover {
  text-decoration: none;
  color: #B4FF00;
}

/* ----------------------------------------------------------------
   Left info column
   ---------------------------------------------------------------- */
.www-footer .footer-head {
  font-size: 24px;
  font-family: "Yettel", Arial, sans-serif;
  padding-bottom: 10px;
  padding-top: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.www-footer .footer-call-us {
  font-size: 20px;
  font-family: "Yettel", Arial, sans-serif;
  padding-bottom: 40px;
}

.www-footer .footer-call-us a {
  color: #ffffff;
}

.www-footer .footer-call-us a:hover {
  color: #B4FF00;
  text-decoration: none;
}

.www-footer .footer-moj-telenor {
  font-size: 24px;
  font-family: "Yettel", Arial, sans-serif;
  padding-bottom: 25px;
}

.www-footer .footer-actions {
  padding-bottom: 10px;
  color: #ffffff;
}

.www-footer .footer-actions a {
  display: flex;
  align-items: center;
}

.www-footer .footer-actions a:hover {
  text-decoration: none;
}

.www-footer .footer-icon {
  padding-right: 13px;
  width: 32px;
  height: 32px;
}

.www-footer .footer-icon-text {
  font-size: 18px;
  color: #ffffff;
  vertical-align: middle;
}

.www-footer .footer-icon-text:hover {
  color: #B4FF00;
}

/* ----------------------------------------------------------------
   Nav columns
   ---------------------------------------------------------------- */
.www-footer .footer-content {
  font-size: 18px;
  padding-bottom: 20px;
}

.www-footer .footer-content a {
  color: #ffffff;
}

.www-footer .footer-content a:hover {
  color: #B4FF00;
  text-decoration: none;
}

/* Mobile: collapse content wrapper by default; expand arrow visible */
.www-footer .footer-head-arrow {
  display: none;
}

.www-footer .footer-content-wrapper {
  display: block;
}

.www-footer .footer-border {
  display: none;
}

@media (max-width: 1199px) {
  .www-footer .footer-head-arrow {
    display: inline-block;
  }

  .www-footer .footer-content-wrapper {
    display: none;
  }

  .www-footer .footer-content-wrapper.footer-col-open {
    display: block;
  }

  .www-footer .footer-border {
    display: block;
    border-bottom: solid gray 1px;
    padding-bottom: 2px;
  }
}

/* ----------------------------------------------------------------
   Layout: logo + content column padding
   ---------------------------------------------------------------- */
.www-footer .logo-column {
  padding-top: 45px;
}

.www-footer .content-column {
  padding-top: 130px;
}

@media (max-width: 1199px) {
  .www-footer {
    padding-top: 65px;
  }

  .www-footer .logo-column,
  .www-footer .content-column {
    padding-top: 0;
  }
}

/* ----------------------------------------------------------------
   Bottom bar: social icons + copyright
   ---------------------------------------------------------------- */
.www-footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid gray 1px;
  overflow: hidden;
}

.www-footer .footer-social-container {
  display: flex;
  align-items: center;
  float: right;
  margin-top: 10px;
}

.www-footer .footer-img {
  margin-left: 5px;
  margin-right: 5px;
}

.www-footer .footer-img[alt="twitter"] {
  height: 20px;
  width: 20px;
}

.www-footer .footer-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 100px;
  color: #ffffff;
}

.www-footer .footer-privacy-link {
  margin-left: auto;
}

.www-footer .footer-copy a {
  color: #ffffff;
  text-decoration: none;
}

.www-footer .footer-copy a:hover {
  color: #B4FF00;
}
