/* Fonts */
.Tidal-wrapper,
.Tidal-headline, .Tidal-headline--small, .Tidal-headline--large, .Tidal-postTile-title,
.Tidal-wrapper .Tidal-formInput, .Tidal-formTextArea, .Tidal-button,
.Tidal-wrapper .redactor-editor {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif; }

/* Font sizes */
.Tidal-wrapper, .Tidal-wrapper .Tidal-formInput, .Tidal-formTextArea,
.Tidal-wrapper .redactor-editor, .Tidal-wrapper .redactor-editor p {
  font-size: 16px; }

/* Colors */
.Tidal-wrapper {
  color: #333; }

.Tidal-wrapper a {
  color: #f57c01; }

/* Buttons */
.Tidal-button {
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  border-radius: 4px; }

.Tidal-button--primary {
  color: #f57c01;
  background-color: #fff;
  border: 1px solid #ccc; }

.Tidal-button--secondary {
  color: #646464;
  background-color: #dedede;
  border: 1px solid #ccc; }

.Tidal-button--small {
  padding: 5px 8px; }

/* Spacing */
.Tidal-wrapper .Tidal-formInput {
  /* We need this extra layer of specificity to override any default input[type=text] specificity */
  height: 30px; }

.Tidal-wrapper .redactor-editor {
  padding: 15px 12px; }

/* Headlines */
.Tidal-headline--small, .Tidal-headline {
  display: inline-block;
  font-size: 26px;
  color: #444; }

.Tidal-headline--small {
  font-weight: 400; }

.Tidal-headline {
  font-weight: 500; }

.Tidal-wrapper label {
  font-size: 12px;
  font-weight: 700;
  color: #333; }

/* Edit Profile */
.Tidal-wrapper .su-wrap {
  height: 115px; }

.Tidal-formInputIcon {
  line-height: 30px;
  width: 30px; }

.Tidal-wrapper .Tidal-formInput.has-icon {
  padding-left: 35px; }

/* Recipe Posts */
.Tidal-recipeTagSelect {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #f57c01; }

.Tidal-recipeThumbnail .su-wrap {
  height: 199px; }

.Tidal-recipeLabel--optional {
  font-size: inherit;
  font-weight: 400; }

.Tidal-headline--recipe {
  font-size: 12px;
  font-weight: 700;
  color: #333; }

/*# sourceMappingURL=style-jssuite.css.map */
