/*
Theme Name: EchoRewards Theme
Theme URI: #
Author: WPPOOL  
Author URI: #
Description: Theme developed for EchoRewards plugin. Staging theme
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 0.0.1
URL: https://wppool.dev/
Text Domain: erewards
*/


#HW_badge_cont {
    position: absolute;
    top: -8px;
    right: -2px;
}
.product-update {
	position: relative;
}
.product-update a img {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 3px;
}
.HW_badge.HW_softHidden {
    background: #5C5656 !important;
}
.section-padding.type-page{
	padding-top: 85px !important;
}
.hire-btn {
    font-size: 9px;
    background: #fff;
    border: 1px solid #EE5913;
    color: #EE5913;
    padding: 2px 7px;
    border-radius: 99px;
    bottom: 2px;
    position: relative;
}

.support-menu {
    background: #713DDD;
    color: #fff !important;
    width: auto;
    border-radius: 999px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px 14px;
}

.support-menu:hover {
    background: #5a2bb9;
    color: #fff !important;
}