.custom-membership-price-tables {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.custom-membership-price-tables * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.custom-membership-price-table {
display: inline-block;
vertical-align: middle;
width: 20%;
min-width: 160px;
max-width: 400px;
color: #ffffff;
background-color: #b2d314;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
padding: 10px 0;
text-align: center;
text-decoration: none;
position: relative;
margin: 30px;
margin-left: 0;
}
.custom-membership-price-table:last-of-type {
margin-right: 0;
}
.custom-membership-price-table.business {
background-color: #00b1f1;
}
.custom-membership-price-table.6months {
background-color: #ff8400;
}
.custom-membership-price-table.unlimited {
background-color: #ffc300;
}
.custom-membership-price-table.best .cmpt-banner {
position: absolute;
top: 0;
right: 0;
-webkit-transform: translate(45px, -23px);
-ms-transform: translate(45px, -23px);
transform: translate(45px, -23px);
}
.cmpt-title {
margin: 0;
text-transform: uppercase;
font-weight: 400;
padding: 0 30px 10px;
position: relative;
z-index: 2;
}
.cmpt-price {
border-top: 1px solid rgba(0, 0, 0, 0.1);
font-family: 'Lato', sans-serif;
padding: 5px 0;
background: rgba(0, 0, 0, 0.07);
}
.cmpt-price strong {
font-size: 3em;
line-height: 1;
margin: 0;
}
.cmpt-price p {
font-size: 15px;
margin: 0;
}
.cmpt-info {
font-size: 12px;
opacity: .8;
}
.cmpt-list {
list-style: none;
margin: 2px 0;
padding: 0;
}
.cmpt-list-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 12px 20px;
text-align: left;
font-weight: 300;
font-size: 13px;
color: #000000;
background: rgba(0, 0, 0, 0.07);
letter-spacing: -1px;
word-spacing: .1em;
}
.cmpt-list-item:nth-of-type(2n) {
background: transparent;
}
.cmpt-list-item img {
margin-right: 10px;
}
.cmpt-list-item .white {
color: #ffffff;
white-space: nowrap;
}
.cmpt-choose {
display: inline-block;
font-size: 14px;
font-weight: 700;
margin: 20px 0;
padding: 10px 20px;
border: 1px solid #ffffff;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.17);
color: #ffffff !important;
text-decoration: none;
}