/* Custom Styles */
.header .dropdown__item a {
    color: ;
    text-align: left;
    font-family: "Open Sans", sans-serif;
}
.header .dropdown__trigger {
    font-family: "Open Sans", sans-serif;
}
#form-button {
    margin-top: 0px;
}
/* SOCIAL */
.social-wrap ul {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.social-wrap ul li {
    float: left;
    list-style: none;
    margin: 0px 7px;
}
.social-wrap ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid #623a76;
    border-radius: 50%;
    color: #623a76 !important;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
.social-wrap ul li a:hover {
    color: #deb520 !important;
    border-color: #deb520;
}
@media only screen and (max-width: 767px) {
  .social-wrap.desktop {
      display:none;
  }
  .social-wrap.desktop {
      display:none;
  }
}
/* SOCIAL */