


.price-table-wrapper ol, .price-table-wrapper ul{
	
	list-style:none;
	 padding-bottom:0px;
	  margin-bottom:0px;
	  
	  }





a {
  text-decoration: none;
}


.price-table-wrapper {
  font-family: 'Lato', sans-serif;
  text-align: center;
 /* margin-top: 30px;*/
  vertical-align:top !important;
   /*border:1px solid #4D4D4D;*/
  display:block;
  padding-bottom:40px;
}
.price-table-wrapper .featured-table {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .pricing-table {
  display: inline-block;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  background: white;
  margin: 7px;
  transition: all 0.3s ease-in-out;
}

.pricing-table {
	
	width:13%;

position: relative;
    top: 0%;
    display: inline-block;
    vertical-align: top; /* here */

} 


@media only screen and (max-width: 900px) {
.pricing-table {
	
	width:95%;
}


}






.price-table-wrapper .pricing-table__header {
  padding: 20px;
  font-size: 20px;
  color: white;
 /* background: #E0E0E0; */
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  margin:0px;
  line-height:30px;
}






.price-table-wrapper .pricing-table__price, .price-table-wrapper .pricing-table__price__small {
  color: white;
  padding: 20px;
  margin: auto;
  font-size: 40px;
  font-weight: 500;
 

}
.price-table-wrapper .pricing-table__button {
  display: block;
  background: #3ebcfa;
  text-decoration: none;
  padding: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;

}
.price-table-wrapper .pricing-table__button:before {
  position: absolute;
  left: -20%;
  top: -10%;
  content: '';
  width: 60%;
  height: 220%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background: white;
  opacity: .3;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:after {
  position: absolute;
  content: '>';
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 15px;
  padding-right: 40px;
  color: white;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:hover {
  background: black;
}
.price-table-wrapper .pricing-table__list {
  padding: 10px;
  color: #A0A0A0;
  font-size:13px;
  	 padding-bottom:0px;
	  margin-bottom:0px;
}
.price-table-wrapper .pricing-table__list li {
  padding: 15px;
  border-bottom: 1px solid #C8C8C8;
}
.price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}
.price-table-wrapper .pricing-table:hover {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .pricing-table:hover .pricing-table__button {
  padding-left: 0;
  padding-right: 35px;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:before {
  top: -80%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:after {
  opacity: 1;
  padding-right: 15px;
}



.grey-light {  background :#aeb4bb; }

.grey-dark{  background: #8b9198; }

.purple-light {  background :#979cf0; }

.purple-dark{  background: #7479cd; }

.blue-light {  background :#30adc2; }

.blue-dark{  background: #0d8a9f; }

.aqua-light {  background :#30e5d4; }

.aqua-dark{  background: #0dc2b1; }

.green-light {  background :#47d96b; }

.green-dark{  background: #24b648; }

.yellow-light {  background :#e9d152; }

.yellow-dark{  background: #c6ae2f; }






.price-table-wrapper {
	
	vertical-align:top !important;

	
	}
	
	.pricing-table__button {
		
		width:90%;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:15px;
		
		}



 .price-table-wrapper .pricing-table__price__small{
	
	font-size:17px;
	
	
	}

/*START if it's a smaller desktop screens, make the following changes*/

@media only screen and (max-width: 1500px) {
.price-table-wrapper .pricing-table__header {
font-size: 16px;
padding: 5px;
}
.price-table-wrapper .pricing-table__price__small{
font-size: 14px;
}

.price-table-wrapper .pricing-table__button{font-size:12px;padding:10px;}

	.price-table-wrapper .pricing-table__button:after {top:-5px;right:5px;}

}


@media only screen and (max-width: 1300px) {
	
.price-table-wrapper .pricing-table__header {
font-size: 13px;
padding: 5px;
}
.price-table-wrapper .pricing-table__price__small{
	height:78px;
font-size: 13px;
line-height:19px;
}

.price-table-wrapper .pricing-table__price{
	
	font-size: 25px;
	}
	
	.price-table-wrapper .pricing-table__button{font-size:14px;padding:10px;}
	
	.price-table-wrapper .pricing-table__button:after {top:-5px;right:5px;}

}

@media only screen and (max-width: 500px) {
	.price-table-wrapper .pricing-table__header {
font-size: 22px;
padding: 10px;
}

.price-table-wrapper .pricing-table__price__small{
	height:78px;
font-size: 20px;
line-height:19px;
vertical-align:central;
}
	
	
	}

/*END*/
















