/*****************************************************************
                 		  Featured Card
******************************************************************/

body .featured_ecards .featured_ecard--footer .preview {
	margin: 0 0 0 1.8em;
}

body .featured_ecards .featured_ecard--footer .plain-green-btn {
	margin: 0 1.8em 0 0;
}

body .featured_ecards .featured_ecard--header_title {
	text-align: center;
}

@media all and (max-width: 1550px) and (min-width: 1100px) {
	body .featured_ecards .featured_ecard--footer {
		text-align: center;
		padding-bottom: 1.5em;
	}

	body .featured_ecards .featured_ecard--footer .preview, .featured_ecards .featured_ecard--footer .plain-green-btn {
		width: 100%;
		display: block;
		margin: 0 auto !important;
		float: none;
	}
}

@media all and (max-width: 1100px) {
	body .featured_ecards .featured_ecard:nth-of-type(3) {
		display: none;
	}
}

@media all and (max-width: 820px) and (min-width: 640px) {
	body .featured_ecards .featured_ecard--footer {
		text-align: center;
		padding-bottom: 1.5em;
	}

	body .featured_ecards .featured_ecard--footer .preview, .featured_ecards .featured_ecard--footer .plain-green-btn {
		width: 100%;
		display: block;
		margin: 0 auto !important;
		float: none;
	}
}

@media all and (max-width: 410px) {
	body .featured_ecards .featured_ecard--footer {
		text-align: center;
		padding-bottom: 1.5em;
	}

	body .featured_ecards .featured_ecard--footer .preview, .featured_ecards .featured_ecard--footer .plain-green-btn {
		width: 100%;
		display: block;
		margin: 0 auto !important;
		float: none;
	}
}