.sticky__label {
	color: $invert_link_color;
	background: $regular_accent_color_1;
	background: -webkit-linear-gradient(to right, $regular_accent_color_1 0%, @darken( $regular_accent_color_1, 10% ) 100%);
	background: linear-gradient(to right, $regular_accent_color_1 0%, @darken( $regular_accent_color_1, 10% ) 100%);
}
.post .material-icons{
	color: $regular_link_color;
}

.site-footer .widget-custom-postson .post a:hover{color: $regular_accent_color_5;}
.site-footer .widget-custom-postson .post .btn:hover{color: $invert_text_color;}
.posts-list .entry-title a:hover{
	color: $regular_link_hover_color;
}
.post-featured-content.format-quote.invert cite {
	color: inherit;
}
.post__tags {
	color: $regular_link_color;
}
.post-author__title a:hover {
	color:$invert_link_hover_color;
}
.post__author .post-author:hover{
	color: $regular_accent_color_4;
}
.post-format-link {
	background: @alpha( $invert_link_color, 90 );
	color: $regular_link_color;
}
.post-format-link:hover{
	background: $regular_link_color;
	color: $invert_link_color;
}
.post-format-quote {
	color: $invert_text_color;
}

.tm-woocomerce-list__product-title a{
	color: $regular_accent_color_2;
}

blockquote,
.post-format-quote{
	font-style: $h4_font_style;
	font-size: @font_size($h4_font_size, multiple, ceil, 1)px;
	font-family: $h4_font_family;
	letter-spacing: $h4_letter_spacing{px};
	color: $regular_h3_color;
}
blockquote p+p, .post-format-quote p+p{
	color: $regular_link_hover_color;
	font-size: $body_font_size{px};
	line-height: $body_line_height;
}
blockquote:before,
.post-format-quote:before{
	font-family: $body_font_family;
	color: $regular_link_hover_color;
}
blockquote.post-format-quote:before{}
blockquote cite, .post-format-quote cite{
	font-family: $body_font_family;
}

#cancel-comment-reply-link:hover {
	color: $regular_accent_color_2;
}