@media screen and (min-width: 992px) and (max-width: 1199px) {

.entry-content a::after {
	display:none;
}

.hero .stage__button,
.hero .stage__button:hover {
	background:#1c6c8b;
}

.hero .stage__button:after,
.hero .stage__button:before {
	display: none;
}

/* Checkout */

#edd_sl_renewal_form,
#edd_purchase_form {
	max-width:80%;
}

}