
/* globals */
.pricing-box.web-hosting .pricing-title,
.pricing-box.wordpress-hosting .pricing-title,
.pricing-box.vps-hosting .pricing-title,
.pricing-box.dedicated-hosting .pricing-title{
	color:#fff;
	border-radius: 7px;
}







.pricing-box.web-hosting{
	background-color: #f38aca;
	-webkit-box-shadow: 0 0 0 1px #af387f;
    box-shadow: 0 0 0 1px #af387f;
}
.pricing-box.web-hosting .pricing-title{
	background-color: #af387f;
}

.pricing-box.web-hosting .pricing-details ul{

}
.pricing-box.web-hosting:hover{
	background-color: white;
	border-color:#af387f;
	-webkit-box-shadow: 0 0 0 3px #af387f;
    box-shadow: 0 0 0 3px #af387f;
	
}
.pricing-box.web-hosting .pricing-button a{
	background-color: #af387f;
}
.pricing-box.web-hosting .pricing-button a:hover{
	background-color: #ff6cc6;
	color:#000;
	box-shadow:  0 0 0 3px #af387f;
}


/* ----------------- */

.pricing-box.wordpress-hosting{
	background-color: #41aa70;
	-webkit-box-shadow: 0 0 0 1px #034f24;
    box-shadow: 0 0 0 1px #034f24;
}
.pricing-box.wordpress-hosting:hover{
	background-color: white;
	border-color:#034f24;
	-webkit-box-shadow: 0 0 0 3px #034f24;
    box-shadow: 0 0 0 3px #034f24;
	
}
.pricing-box.wordpress-hosting .pricing-title{
	background-color: #034f24;
}

.pricing-box.wordpress-hosting .pricing-details ul{

}

.pricing-box.wordpress-hosting .pricing-button a{
	background-color: #034f24;
}
.pricing-box.wordpress-hosting .pricing-button a:hover{
	background-color: #25c268;
	color:#000;
	box-shadow:  0 0 0 3px #034f24;
}


/* ----------------- */
.pricing-box.vps-hosting{
	background-color: #8dcce5;
	-webkit-box-shadow: 0 0 0 1px #26718b;
    box-shadow: 0 0 0 1px #26718b;
}
.pricing-box.vps-hosting:hover{
	background-color: white;
	border-color:#26718b;
	-webkit-box-shadow: 0 0 0 3px #26718b;
    box-shadow: 0 0 0 3px #26718b;
	
}
.pricing-box.vps-hosting .pricing-title{
	background-color: #26718b;
}

.pricing-box.vps-hosting .pricing-details ul{

}

.pricing-box.vps-hosting .pricing-button a{
	background-color: #26718b;
}
.pricing-box.vps-hosting .pricing-button a:hover{
	background-color: #33c0f0;
	color:#000;
	box-shadow:  0 0 0 3px #26718b;
}



/* ----------------- */

.pricing-box.dedicated-hosting{
	background-color: #e6cc3d;
-webkit-box-shadow: 0 0 0 1px #ab7500;
    box-shadow: 0 0 0 1px #ab7500;
}
.pricing-box.dedicated-hosting:hover{
	background-color: white;
	border-color:#ab7500;
	-webkit-box-shadow: 0 0 0 3px #ab7500;
    box-shadow: 0 0 0 3px #ab7500;
	
}
.pricing-box.dedicated-hosting .pricing-title{
	background-color: #ab7500;
}

.pricing-box.dedicated-hosting .pricing-details ul{

}

.pricing-box.dedicated-hosting .pricing-button a{
	background-color: #ab7500;
}
.pricing-box.dedicated-hosting .pricing-button a:hover{
	background-color: #ffba00;
	color:#000;
	box-shadow:  0 0 0 3px #ab7500;
}

.btn--primary.btn--ripple:hover{
	background-color: #fff;
	color:#000;
	text-decoration: none;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4)
}