/*
Theme Name: Hello Elementor Child
Description: A child theme for Hello Elementor
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

a.archive_first_child_cat__link {
	color: #c36;
	padding: 5px 15px;
	border-radius: 20px;
	border: 1px solid #c36;
	transition: 0.3s linear all;
	margin: 0px 5px;
}
a.archive_first_child_cat__link:hover {
	background: #c36;
	color: #ffffff;
}