/*!*
    *
    * Styling - @KangaCoders CMS (www.kangacoders.com)
    *
    */
.box.login {
  padding-top: 24px;
}
.box.login .actions button:before {
  font-size: 28px;
}
@media screen and (min-width: 940px) {
  .profiles .cols .item {
    width: 50%;
  }
}
@media screen {
  .banner-description {
    font-family: 'OpenSansLight', sans-serif;
    font-size: 28px;
    text-transform: none;
    color: #fff;
    text-align: center !important;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767.9px) {
  .banner-description {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 479.9px) {
  .banner-description {
    padding: 0 25px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen {
  .card-identity .card-status {
    margin: 6px 0;
  }
  .card-group .card-identity {
    margin-bottom: 30px;
  }
  .card-cta {
    display: block;
    position: relative;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #d2dddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .card-cta.has-badge {
    position: relative;
  }
}
@media screen and (max-width: 991.9px) {
  .card-cta.has-badge {
    padding-left: 30px !important;
    text-align: center;
  }
}
@media screen {
  .card-cta.has-badge .badge {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    float: left;
    padding: 5px 14px 9px;
    height: 48px;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 991.9px) {
  .card-cta.has-badge .badge {
    position: static;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    float: none;
  }
}
.card-ct.has-badge {
  position: relative;
}
.card-ct.has-badge .badge {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
  float: left;
  padding: 5px 14px 9px;
  height: 48px;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 2px;
}
.banner-description {
  font-size: 28px;
  text-transform: none;
  text-align: center !important;
  line-height: 1.2;
}
.cookie_table td {
  padding: 4px 10px;
}
