/*
Theme Name: Sasspark
Theme URI: http://gossipthemes.com/minerva
Author: Gossip Themes
Author URI: http://gossipthemes.com
Description: Startup WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sasspark
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/
.header-signup-btn a{
	border: 2px solid #4C2CFF;
	 color: white !important;
	background:#4C2CFF !important;
	
}
.header-signup-btn a:hover{
	border: 2px solid #4C2CFF;
	 color: white !important;
	background:#4C2CFF ;
}

.inverted-button a{
/* 	border: 2px solid #4C2CFF; */
	 color: #4C2CFF !important;
	padding:10px 20px;
	font-weight:700;
/* 	background:white !important; */
	
}
.inverted-button a:hover{
	cursor:pointer;
}
.header-signup-btn{
	margin-left:10px !important;
}
.post-categories {
    display: flex;
    gap: 10px;
    padding-bottom: 50px;
}
.post-categories a {
    color: #4C2CFF !important;
}
a.blog-read-more-btn {
 color: #4C2CFF !important;
}