﻿/*!
 Theme Name:   500 Stellar
 Theme URI:    http: //ignitiondeck.com/id/themes/
 Description:  A theme designed for building a crowdfunding platform with IgnitionDeck. Integrates with the free Theme 500 eCommerce framework.
 Author:       Ignitiondeck
 Author URI:   http: //ignitiondeck.com/
 Template:     fivehundred
 Version:      1.1.6
*/


.badge-custom {
	width: 15px;
	height: 15px;
}

.badge-custom-primary {
	background-color: #48c29b !important;
}

.badge-custom-secondary {
	background-color: #00141E !important;
}

.badge-custom-warning {
	background-color: #ffcd56 !important;
}

.badge-custom-danger {
	background-color: #e92b2b !important;
}

.badge-custom-info {
	background-color: #5165bf !important;
}

.payment_name {
    font-size: 14px; 
    font-weight:bold;
}

.payment_value {
    font-size: 14px;  
    font-weight:normal;
}

@media only screen and (max-width:  990px) {
	.custom-padding-5 {
		padding-left: 25px !important;
	}
}