@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

#price {
  text-align: center;
}

#package.summary {
  max-width:480px;
  padding:10px 37px 80px 20px;
  margin:10px;
}
#package.plan {
  vertical-align: top;
  display: inline-block;
  margin: 10px 1%;
  font-family: 'Lato', Arial, sans-serif;
}

#package.plan-inner {
  background: #fff;
  margin: 10 auto;
  min-width: 500px;
  max-width: 100%;
  position:relative;
}

#package.entry-title-small {
  background: #A0A0A0;
  min-height: 90px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

#package.entry-title-small #package.price {
  position: relative;
  position: absolute;
  bottom: -15px;
  background: #808080;
  height: 75px;
  width: 75px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #fff;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
}

#package.entry-content-small ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#package.entry-content-small li {
  border-bottom: 1px solid #E5E5E5;
  font-size: 14px;
  padding: 00px 0;
  margin: 00px 0;
}

#package.entry-content-small li:last-child {
  border: none;
}


#package.entry-title {
  background: #A0A0A0;
  min-height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

#package.entry-title>h3 {
  background: #808080;
  font-size: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

#package.entry-title #package.price {
  position: relative;
  position: absolute;
  bottom: -25px;
  background: #808080;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #fff;
  line-height: 80px;
  font-size: 28px;
  font-weight: 700;
}

#package.price span {
  position: absolute;
  font-size: 11px;
  bottom: -12px;
  left: 30px;
  font-weight: 400;
}

#package.entry-content {
  color: #323232;
}

#package.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#package.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 02px 0;
}

#package.entry-content li:last-child {
  border: none;
}

#package.btn {
  padding: 3em 0;
  text-align: center;
}

#package.btn a {
  //background: #323232;
  padding: 10px 30px;
  //color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}
#package.hot {
    position: absolute;
    background: #000000;
    color: #ffFF00;
    text-transform: uppercase;
    z-index: 2;
    padding: 00px 00px;
    font-size: 15px;
    border-radius: 2px;
    top: 30px;
    height: 16px;
    left: 00px;
    right:00px;
    font-weight: 700;
}
#package.grey #package.entry-title {
  background: #a0a0a0;
}

#package.grey #package.entry-title > h3 {
  background: #808080;
}

#package.grey #package.price {
  background: #808080;
}

#package.lightblue #package.entry-title {
  background: #53CFE9;
}

#package.lightblue #package.entry-title > h3 {
  background: #20BADA;
}

#package.lightblue #package.price {
  background: #20BADA;
}

#package.teal #package.entry-title {
  background: #75DDD9;
}

#package.teal #package.entry-title > h3 {
  background: #44CBC6;
}

#package.teal #package.price {
  background: #44CBC6;
}

#package.blue #package.entry-title {
  background: #4484c1;
}

#package.blue #package.entry-title > h3 {
  background: #3772aa;
}

#package.blue #package.price {
  background: #3772aa;
}

#package.pink #package.entry-title > h3 {
  background: #ff8080;
}

#package.pink #package.entry-title {
  background: #ffdddd;
}

#package.pink #package.price {
  background: #ff8080;
}

#package.red #package.entry-title > h3 {
  background: #DD4B5E;
}

#package.red #package.entry-title {
  background: #F75C70;
}

#package.red #package.price {
  background: #DD4B5E;
}

.ribbon-wrapper {
  z-index:99;
  width: 125px;
  height: 125px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}
.ribbon-yellow {
        letter-spacing:1.8px;
        color: #333;
        text-align: center;
        text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
        -webkit-transform: rotate(45deg);
        -moz-transform:    rotate(45deg);
        -ms-transform:     rotate(45deg);
        -o-transform:      rotate(45deg);
        position: relative;
        left: 0px;
        top: 30px;
        width: 160px;
        background-color: #FFFF00;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#e1e100));
        background-image: -webkit-linear-gradient(top, #FFFF00, #e1e100);
        background-image:    -moz-linear-gradient(top, #FFFF00, #e1e100);
        background-image:     -ms-linear-gradient(top, #FFFF00, #e1e100);
        background-image:      -o-linear-gradient(top, #FFFF00, #e1e100);
        color: #6a6340;
        -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
        -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
        box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
        font-family: Sans-Serif;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left:  9px;
}

#package.grey .contrast-text {
color: #303030;
}
#package.lightblue .contrast-text {
color: #006080;
}
#package.teal .contrast-text {
color: #005050;
}
#package.blue .contrast-text {
color: #004060;
}
#package.pink .contrast-text {
color: #A05050;
}
#package.red .contrast-text {
color: #800000;
}


@media screen and (max-width:1000px){
#package.plan { min-width: 480px;}
#package.plan-inner { min-width: 480px; }
}


@media screen and (max-width:479px){
#package.plan-inner { min-width: 100%; }
#package.plan { min-width: 100%; }
}

