.rewards-wrapper {
    margin-left: 2%;
    margin-right: 2%;
}

.rewards-wrapper .rewards .reward .img {
    width: 100%;
    margin: auto;
}

.rewards-wrapper .rewards a {
    text-decoration: none;
    color: initial;
}

.rewards-wrapper .rewards .reward.featured {
    float: none;
    clear: both;
}

.rewards-wrapper .rewards .reward.featured .img {
    float: none;
    width: 99%;
}

.rewards-wrapper .rewards .reward.featured .img img {
    width: 100%;
}

.rewards-wrapper .rewards .reward.featured .content {
    float: none;
    margin: auto;
    width: 95%;
    text-align: center;
    margin-top: 15px;
    color: black;
}

@media (min-width: 992px) {
    .col.col-home {
        max-width: calc( 100% - 336px );
    }
}

.dark-theme .rewards-wrapper .rewards .reward.featured .content {
    color: rgb(202, 198, 213);
}

.rewards-wrapper .rewards .reward.featured .content .details {
    font-size: 16px;
}

.rewards-wrapper .rewards .reward.featured .content .info {
    margin-top: 7px;
}

.rewards-wrapper .sub-section {
    margin-top: 25px;
}

.rewards-wrapper .rewards .reward.small {
    float: left;
    display: block;
}

.rewards-wrapper .rewards .reward.small .img {
    width: 100%;
}

.rewards-wrapper .rewards .reward.small .img img {
    border: none;
    width: 100%;
}

.rewards-wrapper .rewards .reward:not(:first-child) {
    margin-top: 0;
}

.rewards-wrapper .rewards .reward.small:not(:first-child) {
    float: left;
}

.rewards-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lSSlideOuter {
    margin: auto;
}
#rewardCarousel {
    overflow: hidden;
    display: block;
}
#rewardCarousel > .reward {
    display: none;
}
.owl-carousel .owl-stage {
    width: 1px;
}

.type-badge {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
	border-radius: 10px;
	padding: 2px 14px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.type-badge.reward-type-daily {
	background-color: #0068B5;
}

.type-badge.reward-type-weekly {
	background-color: #FE2204;
}

.type-badge.reward-type-monthly {
	background-color: #029C49;
}

.type-badge.reward-type-alltime {
	background-color: #FDCE04;
}

.type-badge.reward-type-vip {
    background: linear-gradient(90deg, rgba(239,190,58,1) 0%, rgba(252,218,77,1) 50%, rgba(239,190,58,1) 100%);
    color: #fff;
    font-weight: bold;
    margin-right:0.25rem;
}

h6.exclusive-title:before{
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.5rem;
    content: "\f005";
    font-weight: 900;
}

div.exclusive-badge{
    margin-bottom: 0.5rem;
}

p.drawer-text{
    font-style: italic;
    opacity: 0.75;
}

.dark-theme .rewards-link {
	color: rgb(202, 198, 213);
}

.rewards-grid-wrapper .reward .img {
    border: 2px solid transparent;
}

.rewards-grid-wrapper .reward {
    margin-bottom: 10px;
}

.rewards-grid-wrapper .reward .content {
    margin-top: 10px;
    text-align: center;
    font-size: .85rem;
}

.rewards-grid-wrapper .reward .content .details,
.no-rewards-wrapper
{
    font-weight: 300;
}