.header-info {
	&:before {
		border: 1px solid $thim_body_primary_color;
		color: $thim_body_primary_color;
	}
	.info-2 {
		a:hover {
			color: $thim_body_primary_color;
		}
	}
}

// Thim Recent Posts
.widget_thim_recent_posts {
	ul {
		li {
			.title {
				a {
					&:hover {
						color: $thim_body_primary_color;
					}
				}
			}
		}
	}
}

// Thim Featured Posts
.widget_thim_featured_posts {
	ul {
		li {
			.title {
				a {
					&:hover {
						color: $thim_body_primary_color;
					}
				}
			}
		}
	}
}

// Thim List Link
.list-link {
	li {
		a {
			font-family: $thim_font_title_font_family;
			&:before {
				color: $thim_body_primary_color;
			}
			&:hover {
				color: $thim_body_primary_color;
			}
		}
	}
	&.style-2 {
		li {
			a {
				font-family: $thim_font_body_font_family;
			}
		}
	}
}

//Thim Heading
.thim-heading {
	&:after {
		background: $thim_body_primary_color;
	}
}

//Thim Slider
.thim-slider {
	.slides {
		.item-link {
			.slider-content {
				.slider-button {
					font-family: $thim_font_title_font_family;
					background: $thim_body_primary_color;
				}
			}
		}
	}
	.flex-direction-nav a {
		background: $thim_body_primary_color;
	}
}

//Thim Icon Box
.thim-icon-box {
	.icon {
		span {
			color: $thim_body_primary_color;
		}
	}
}

// Thim Feature
.thim-feature {
	.title {
		&:before {
			background: $thim_body_primary_color;
		}
	}
}

//Thim List Post
.thim-list-posts {
	position: relative;
	.link_read_more {
		a {
			font-family: $thim_font_title_font_family;
			color: $thim_body_primary_color;
		}
	}
	.item-post {
		.article-title-wrapper {
			h5 {
				a {
					&:hover {
						color: $thim_body_primary_color;
					}
				}
			}
			.article-meta {
				>span {
					a {
						&:hover {
							color: $thim_body_primary_color;
						}
					}
				}
			}
		}
	}
}

//Thim Social Link
.widget_social_link_widget {
	ul {
		li {
			a {
				&:hover {
					border-color: $thim_body_primary_color;
					color: $thim_body_primary_color;
				}
			}
		}
	}
}