/*
Te damos la bienvenida a CSS personalizado

Para saber cómo funciona, ve a http://wp.me/PEmnE-Bt
*/
/*blockquote on top of entry, kind of subcaption*/
.post-content blockquote:first-child {
	border: none;
	color: #888;
	font-style: italic;
}

.ionic-promo-box {
	font-size: 1.1em;
	padding: 40px 0;
	background-color: #2eb398;
	text-align: center;
	margin-bottom: 18px;
	color: white;
}

.ionic-promo-box a:hover {
	color: white;
}

div#buyBox {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 1.1em;
}

div#buyBox a {
	background: #2EB398;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	color: #fff;
	display: inline-block;
	line-height: 36px;
	min-width: 54px;
	padding: 0 16px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 20px;
	text-decoration: none;
}

div#buyBox a:hover {
	background: #0FA487;
	cursor: pointer;
	text-decoration: none;
}

div#reviewBox {
	text-align: center;
	font-size: 1.1em;
	padding: 30px 5px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1150px) {
	div#reviewBox {
		width: 40%;
		display: inline-block;
		vertical-align: text-top;
		margin-left: 4%;
		margin-right: 4%;
	}
}

div#reviewBox .name {
	color: #2eb398;
}

.onp-sl-great-attractor .onp-sl-terms {
	border-radius: 0;
}

.onp-sl-great-attractor .onp-sl-inner-wrap {
	border-radius: 0;
}

.onp-sl-great-attractor .onp-sl-outer-wrap {
	background: #2eb398;
	border-radius: 0;
	padding-top: 20px;
}

.onp-sl-great-attractor .onp-sl-subscription .onp-sl-button {
	box-shadow: none;
	color: white;
	text-shadow: none;
	border: none;
	border-radius: none;
	background: #3E4145;
	box-shadow: none;
}

.onp-sl-great-attractor .onp-sl-button:hover {
	box-shadow: none;
	background: #2eb398 !important;
}

input#onp-sl-input-email {
	max-width: none;
}

.stripe-button-el {
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	display: table !important;
	margin: auto !important;
}

.stripe-button-el span {
	background: #3E4145 !important;
	border: none !important;
	border-radius: 0 !important;
	transition: background .2s ease-in-out !important;
	outline: none !important;
	padding: 2.2em !important;
	color: white !important;
	font-size: 1.6em !important;
	line-height: 0 !important;
}

.stripe-button-el span:hover {
	background-color: #2eb398 !important;
}