#wordpress_hosting_jumbotron {
	background-image: url("../images/wordpress_hosting_jumbotron_background.jpg");
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
	height: 200px;
	position: relative;
}

#wordpress_hosting_jumbotron_text {
	color: #fff;
	position: absolute;
	top: 103px;
}

#wordpress_hosting_plans {
	background-image: url("../images/wordpress_hosting_plans_background.png");
	padding: 0;
}

#wordpress_hosting_plans:after {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	content: '';
	display: block;
	height: 50px;
}

#wordpress_hosting_plans:before {
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));
	content: '';
	display: block;
	height: 50px;
}

.wordpress_hosting_plans_column {
	margin-bottom: 50px;
}

.wordpress_hosting_plans_middle {
	background-color: #fff;
	padding-bottom: 15px;
}

#wordpress_hosting_plans_middle_consumer {
	border-bottom: 1px solid #00ffff;
}

#wordpress_hosting_plans_middle_enterprise {
	border-bottom: 1px solid #ffff00;
}

#wordpress_hosting_plans_middle_prosumer {
	border-bottom: 1px solid #ff00ff;
}

.wordpress_hosting_plans_middle > a {
	position: relative;
	top: -15px;
}

.wordpress_hosting_plans_top {
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 25px 20px 1px 20px;
}

.wordpress_hosting_plans_top_images {
	position: relative;
	top: -50px;
}

.wordpress_hosting_plans_top_text {
	position: relative;
	top: -50px;
}

.wordpress_hosting_plans_top_text_guarantee {
	position: relative;
	top: 10px;
}

.wordpress_hosting_plans_top_text_monthly {
	font-size: 1rem;
}

.wordpress_hosting_plans_top_text_starting_at {
	right: 55px;
	position: relative;
	top: 10px;
}

.wordpress_hosting_plans_top_text_starting_at_price {
	color: red;
}

.wordpress_hosting_plans_top_text_you_save {
	bottom: 5px;
	color: red;
	position: relative;
}

@media (max-width: 991px) {
	#wordpress_hosting_jumbotron_text {
		font-size: 5rem;
		top: 119px;
	}
}

@media (max-width: 767px) {
	#wordpress_hosting_jumbotron_text {
		font-size: 4rem;
		top: 136px;
	}
}

@media (max-width: 575px) {
	#wordpress_hosting_jumbotron_text {
		font-size: 3rem;
		top: 152px;
	}
}