// SoSocial Helpers
.froala-box {
    margin-bottom: 30px;
}

// Palettes
.sosocial-orange {
    background-color: $sosocial-orange;
}
.sosocial-light-orange {
    background-color: $sosocial-light-orange;
}
.sosocial-red {
    background-color: $sosocial-red;
}
.sosocial-red-text {
    color: $sosocial-red;
}
.sosocial-earth {
    background-color: $sosocial-earth;
}
.sosocial-gold {
    background-color: $sosocial-gold;
}
.sosocial-google {
    background-color: $sosocial-red;
}
.sosocial-facebook {
    background-color: $sosocial-facebook;
}
.sosocial-twitter {
   background-color: $sosocial-twitter;
 }
.sosocial-tumblr {
  background-color: $sosocial-tumblr
}
.sosocial-snapchat {
    background-color: $sosocial-snapchat;
  color: $sosocial-earth;
}
.sosocial-green {   
    background-color: $sosocial-green;
}
.sosocial-warm-light-gray {   
    background-color: $sosocial-warm-light-gray;
    .content {
     background-color: $sosocial-warm-light-gray;
    }
}
.sosocial-texture-1 {
    background: url(../images/social-pattern.png) repeat;
    background-size: 500px 500px;
}
.mobile-only {
    display: block;
    @include MQ(M) {
        display: none;
    }
    @include MQ(L) {
        display: none;
    }
}
.no-mobile {
    display: none;
    @include MQ(M) {
        display: block;
    }
    @include MQ(L) {
        display: block;
    }
}
.no-tablet {
 display: none;
    @include MQ(L) {
        display: block;
    }
}
.desktop-only {
    display: none;
    @include MQ(L) {
        display: inline-block;
        margin-right: 0.4em;
    }
}
.hidden-desktop {
    display: inline-block;
    margin-right: 0.4em;
    @include MQ(L) {
        display: none;
    }
}

.content-wrapper {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}

.placeholder {
    width: 100%;
    min-height: 150px;
    margin-bottom: 2em;
}

.form-item-wrapper {
    width: 100%;
    overflow: hidden;
}

.spacer {
  width: 100%;
  display: block;
  height: 1px;
}

.loader-image {
  width: 100%;
  height: auto;
  img {
    margin-bottom: 1em;
  }
}

.froala-box.fr-fullscreen {
  position: fixed;
  top: 0px;
  background: $white;
  z-index: 9999;
  width: 100%;
}