/* ===== Contact Page (Enfold-safe CSS) ===== */

.ds-contact{
  max-width: 1100px;
  margin: 0 auto;
  padding: 34px 20px 60px;
}

/* two columns using floats */
.ds-contact__left{
  float: left;
  width: 62%;
  margin-right: 4%;
}

.ds-contact__right{
  float: left;
  width: 34%;
}

.ds-contact__title{
  margin: 0 0 18px;
  font-size: 34px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.ds-contact__subtitle{
  margin: 8px 0 14px;
  font-size: 20px;
  letter-spacing: .3px;
  text-transform: uppercase;
}

/* card */
.ds-contact__card{
  padding: 18px 18px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 12px 34px rgba(0,0,0,.35);
  background: rgba(255,255,255,.03);
}

.ds-contact__name{
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 2px;
}

.ds-contact__company{
  opacity: .85;
  margin-bottom: 14px;
}

.ds-contact__item{
  margin-bottom: 12px;
}

.ds-contact__label{
  display: block;
  font-size: 12px;
  letter-spacing: .4px;
  text-transform: uppercase;
  opacity: .7;
  margin-bottom: 4px;
}

.ds-contact__link{
  color: #ffffff !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.ds-contact__link:hover{
  border-bottom-color: rgba(255,255,255,.45);
}

.ds-contact__text{
  opacity: .95;
}

/* buttons */
.ds-contact__cta{
  margin-top: 14px;
}

.ds-btn{
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  background: #e00000 !important;
  color: #ffffff !important;
  margin-right: 10px;
  box-sizing: border-box;
}

.ds-btn:hover{
  opacity: .92;
  color: #ffffff !important;
}

.ds-btn--ghost{
  background: transparent !important;
  border: 2px solid rgba(255,255,255,.18);
  color: #ffffff !important;
}

.ds-btn--ghost:hover{
  border-color: rgba(255,255,255,.35);
}

/* note */
.ds-contact__note{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.10);
  opacity: .9;
}

/* socials */
.ds-socials{
  margin-top: 10px;
}

.ds-social{
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  margin: 0 10px 10px 0;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-decoration: none;
}

.ds-social:hover{
  border-color: rgba(255,255,255,.35);
}

.ds-social svg{
  width: 22px;
  height: 22px;
  margin-top: 12px;
  fill: #ffffff;
}

.ds-imdb{
  display: inline-block;
  margin-top: 13px;
  font-weight: 900;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: .2px;
}

/* small blocks on right */
.ds-contact__small{
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}

.ds-contact__smalltitle{
  font-weight: 800;
  margin-bottom: 6px;
}

.ds-contact__hint{
  opacity: .95;
}

/* clearfix */
.ds-clear{ clear: both; }

/* mobile */
@media (max-width: 820px){
  .ds-contact__left,
  .ds-contact__right{
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .ds-contact__right{
    margin-top: 18px;
  }

  .ds-contact__title{
    font-size: 30px;
  }
}
