/* Add here all your css styles (customizations) */


/* Green Colors */
.g-bg-green {
  background-color: #88a133 !important;
}



.u-btn-inset-green::before {

  border-color: #88a133 !important;

}

.g-brd-green {
	border-color:#88a133 !important;
}

.u-btn-inset-blue::before {

  border-color: #375f9d !important;

}

.g-brd-blue {
	border-color:#375f9d !important;
}


/*------------------------------------
  Text-shadow
------------------------------------*/
.u-txt-shadow {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}