/* Add here all your CSS customizations */

/* Icon Size */
.custom-icon-size-1 {
    font-size: 2em;
}
.custom-icon-size-2 {
    font-size: 2.8em;
}
.custom-icon-size-3 {
    font-size: 3.5em;
}
/* Dividers */
.custom-hr-color-blue-light {
    background: rgba(0,48,87,0.3)!important;
	background-image: -webkit-linear-gradient(left, transparent, #77add8, transparent)!important;
	background-image: linear-gradient(to right, transparent, #77add8, transparent)!important;
	border: 0;
	height: 1px;
	margin: 22px 0;
}

.thumb-info.thumb-info-bottom-info-primary .thumb-info-title {
	background: #ffc107;
	color: #FFF;
}



