/*******************************
             Feed
*******************************/

/*-------------------
        Feed
--------------------*/

@feedMargin: 1em 0em;

/*-------------------
      Elements
--------------------*/

/* Event */
@feedEventWidth: 100%;
@feedEventPadding: @3px 0em;
@feedEventMargin: 0em;
@feedEventBackground: none;
@feedEventDivider: none;

/* Event Label */
@feedLabelWidth: 2.5em;
@feedLabelHeight: auto;
@feedLabelAlignSelf: stretch;
@feedLabelTextAlign: left;

/* Icon Label */
@feedIconLabelOpacity: 1;
@feedIconLabelWidth: 100%;
@feedIconLabelSize: 1.5em;
@feedIconLabelPadding: 0.25em;
@feedIconLabelBackground: none;
@feedIconLabelBorderRadius: none;
@feedIconLabelBorder: none;
@feedIconLabelColor: rgba(0, 0, 0, 0.6);

/* Image Label */
@feedImageLabelWidth: 100%;
@feedImageLabelHeight: auto;
@feedImageLabelBorderRadius: @circularRadius;

/* Content w/ Label */
@feedLabeledContentMargin: 0.5em 0em @relative5px @relativeLarge;
@feedLastLabeledContentPadding: 0em;

/* Content */
@feedContentAlignSelf: stretch;
@feedContentTextAlign: left;
@feedContentWordWrap: break-word;

/* Date */
@feedDateMargin: -0.5rem 0em 0em;
@feedDatePadding: 0em;
@feedDateColor: @lightTextColor;
@feedDateFontSize: @relativeMedium;
@feedDateFontWeight: @normal;
@feedDateFontStyle: @normal;

/* Summary */
@feedSummaryMargin: 0em;
@feedSummaryFontSize: @relativeMedium;
@feedSummaryFontWeight: @bold;
@feedSummaryColor: @textColor;

/* Summary Image */
@feedSummaryImageWidth: auto;
@feedSummaryImageHeight: 10em;
@feedSummaryImageMargin: -0.25em 0.25em 0em 0em;
@feedSummaryImageVerticalAlign: middle;
@feedSummaryImageBorderRadius: 0.25em;

/* Summary Date */
@feedSummaryDateDisplay: inline-block;
@feedSummaryDateFloat: none;
@feedSummaryDateMargin: 0em 0em 0em 0.5em;
@feedSummaryDatePadding: 0em;
@feedSummaryDateFontSize: @relativeTiny;
@feedSummaryDateFontWeight: @feedDateFontWeight;
@feedSummaryDateFontStyle: @feedDateFontStyle;
@feedSummaryDateColor: @feedDateColor;

/* User */
@feedUserFontWeight: @bold;
@feedUserDistance: 0em;
@feedUserImageWidth: @feedSummaryImageWidth;
@feedUserImageHeight: @feedSummaryImageHeight;
@feedUserImageMargin: @feedSummaryImageMargin;
@feedUserImageVerticalAlign: @feedSummaryImageVerticalAlign;

/* Extra Summary Data */
@feedExtraMargin: 0.5em 0em 0em;
@feedExtraBackground: none;
@feedExtraPadding: 0em;
@feedExtraColor: @textColor;

/* Extra Images */
@feedExtraImageMargin: 0em 0.25em 0em 0em;
@feedExtraImageWidth: 6em;

/* Extra Text */
@feedExtraTextPadding: 0em;
@feedExtraTextPointer: none;
@feedExtraTextFontSize: @relativeMedium;
@feedExtraTextLineHeight: @lineHeight;
@feedExtraTextMaxWidth: 500px;

/* Metadata Group */
@feedMetadataDisplay: inline-block;
@feedMetadataFontSize: @relativeTiny;
@feedMetadataMargin: 0.5em 0em 0em;
@feedMetadataBackground: none;
@feedMetadataBorder: none;
@feedMetadataBorderRadius: 0;
@feedMetadataBoxShadow: none;
@feedMetadataPadding: 0em;
@feedMetadataColor: rgba(0, 0, 0, 0.6);

@feedMetadataElementSpacing: 0.75em;

/* Like */
@feedLikeColor: '';
@feedLikeHoverColor: #FF2733;
@feedLikeActiveColor: #EF404A;
@feedLikeTransition: 0.2s color ease;

/* Metadata Divider */
@feedMetadataDivider: '';
@feedMetadataDividerColor: rgba(0, 0, 0, 0.2);
@feedMetadataDividerOffset: -1em;

@feedMetadataActionCursor: pointer;
@feedMetadataActionOpacity: 1;
@feedMetadataActionColor: rgba(0, 0, 0, 0.5);
@feedMetadataActionTransition: color @defaultDuration @defaultEasing;

@feedMetadataActionHoverColor: @selectedTextColor;

/*-------------------
      Variations
--------------------*/
