.color-california {
  color: #ff9700;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}

/* custom style last load */
.footer-landing {
  padding-top: 48px;
}
.footer-landing ul {
  list-style-type: none;
  padding: 0;
  margin-top: 24px;
}
.footer-landing ul li a {
  text-decoration: none;
  color: #475252 !important;
}
.footer-landing .flag {
  width: 23px;
}
.footer-content {
  margin-top: 48px;
}
.footer-landing select {
  background-color: transparent;
  color: #4a4a4a;
  height: 55px;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #becece;
  display: block;
  width: 100%;
}
ul.sosmed-company {
  list-style-type: none;
  padding: 0;
}
ul.sosmed-company li {
  display: inline;
  margin-right: 4px;
}
ul.sosmed-company li a {
  border-radius: 100%;
  text-align: center;
}

@media (min-width: 1200px) {
  .footer-landing {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}