/**
SCSS for social-presence Paragraph
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.paragraph--type--social-presence > .field--name-field-title {
  font-size: 1rem;
  letter-spacing: -0.03rem;
  margin-top: 2rem;
  display: inline-block;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .paragraph--type--social-presence > .field--name-field-title {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .paragraph--type--social-presence > .field--name-field-title {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .paragraph--type--social-presence > .field--name-field-title {
    margin-top: 2.3125rem;
    margin-right: 0.75rem;
  }
}

.paragraph--type--social-presence a {
  margin: 0 0.5rem;
}

@media only screen and (min-width: 1440px) {
  .paragraph--type--social-presence a {
    margin: 0 0.9375rem;
  }
}

/*# sourceMappingURL=social-presence.css.map */
