.enterate-featured__item {
	margin-bottom: 5rem;
	/* overflow: hidden; */
}

.enterate-featured__item-content {
	padding-top: 0.5rem;
}

.enterate-featured__image {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: -10px 10px 20px #00000029;
}

.enterate-featured__title {
	color: #10c059;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

.enterate-featured__title--theme-fonts {
	font-family: Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 700;
}

.enterate-featured__excerpt--theme-fonts {
	font-family: Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 300;
}

.enterate-featured__link {
	/* Copied from bootstrap's generated code */
	/* .btn */
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 0.375rem 0.75rem;

	/* Custom colors */
	color: #fff;
	background-color: #70b3e2;
	border-radius: 3rem;
}

.enterate-featured__link--theme-fonts {
	font-family: Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 700;
}

.enterate-featured__link:hover {
	text-decoration: none;
	color: #fff;
  background-color: #509acf;
}

/* Footer */
.enterate-featured__footer {
	text-align: center;
}

.enterate-featured__button {
	/* Copied from bootstrap's generated code */
	/* .btn */
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 0.375rem 0.75rem;

	/* prevent font boosting on mobile devices */
  min-height: 1px;
	max-height: 99999px;

	/* Button color */
	color: #fff;
	background-color: #10c059;
	border-radius: 3rem;
	display: inline-flex;
	align-items: center;
}

.enterate-featured__button--theme-fonts {
	font-family: Montserrat, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 700;
}

.enterate-featured__button:hover {
	text-decoration: none;

	/* Button color */
	color: #fff;
  background-color: #20cf69;
}

.enterate-featured__button-text {
	line-height: 1;
	margin-bottom: -2px;

	/* prevent font boosting on mobile devices */
  min-height: 1px;
	max-height: 99999px;

	margin-right: 8px;
}

.enterate-featured__button-icon {
	/* Draw circle with no constant width/height */
	display: inline-block;
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  padding: 5px;
  text-align: center;
  line-height: 1;
  box-sizing: content-box;
	white-space: nowrap;
	
	/* Colors */
	transition: background-color .2s ease-out;
	background-color: #27fb6b;
}

.enterate-featured__button:hover .enterate-featured__button-icon {
	background-color:#07ec50;
}

.enterate-featured__button-icon-content {
	display: inline-block;
  vertical-align: middle;
}
