/*
Inspired by the dribble shot http://dribbble.com/shots/1285240-Freebie-Flat-Pricing-Table?list=tags&tag=pricing_table
*/

/*--------- Font ------------*/

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


price_table * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*------ utiltity classes -----*/
.fl_pt{ float:left; }
.fr_pt{ float: right; }


.price_class a,a:hover {
    /*color: #FEFEFE;*/
    text-decoration:  none;
  /*  background: #fd887a;*/
}

.wrapper_pt {
   /* font-family: 'Lato', sans-serif;*/
    font-size: 12px;
    line-height: 1;
}

.pricing-table_pt .heading_pt{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}

.block_pt{
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer !important;
    margin-bottom: 15px !important;
    transition: all .2s ease-in-out;
}

.title_pt
{
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 41px;
    font-family: 'Patrick Hand', cursive;
    color: #72ced2;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .title_pt {
         font-size: 32px;
    }
}

@media only screen and (min-width: 799px) {
    .block_pt:hover {
        /*transform: scale(1.06);*/
    }
}

/*Shared properties*/
.pt-footer_pt{
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
    background: #11bcc3;
    color: #ffffff;
    font-weight:700;
}

.content_pt{
    position: relative;
    color: rgba(55, 61, 73, 0.980392) !important;
    padding: 10px 0 10px 0;
    font-size: 28px;
    font-family: 'Patrick Hand', cursive;
    color: #72ced2;
    font-weight: bold;

}

.content_pt p {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .content_pt{
    }
}

.professional_pt .content_pt,.professional_pt,.title_pt{
    background:  #f7f5f2;
}


/*arrow creation*/
.content_pt:after, .content_pt:before,.pt-footer_pt:before,.pt-footer_pt:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.pt-footer_pt:after,.pt-footer_pt:before{
    top:0;
}
.content_pt:after,.pt-footer_pt:after {
    border-color: rgba(136, 183, 213, 0);
    border-width: 5px;
    margin-left: -5px;
}
/*/arrow creation*/
.price_pt{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
    margin-left:15px;
}

.price_pt.strike {
     position: relative;
     display: inline-block;
     margin-bottom: 0px;   
     margin-left:0px; 
}

.price_pt.strike strike {
   color: red;  
}

.price_pt.strike strike span {
    font-size: 1.5rem; 
}

.price_pt span{
    font-size: 28px; 
    color: rgba(55, 61, 73, 0.980392) !important;
    font-weight:bold;
}

.price_pt sup{
    font-size: 15px;
    position: absolute;
    top: 6px;
    left: -12px;
    color: rgba(55, 61, 73, 0.980392) !important;
}

.price_pt sub{
    top: 2px;
    font-size: 15px;
    color: rgba(55, 61, 73, 0.980392) !important;
}

.price_pt .discount {
    color:red !important;
    text-decoration:line-through;
}

.sale {
    width: 85px !important;
    height: 31px !important;
    position: absolute;
    top: 3px;
    right: 60px;
    background: url(//d3a1v57rabk2hm.cloudfront.net/thedapperdogbox/bold-copy-0/images/best_value_bg.png?ts=1488598707&host=) no-repeat 0 0;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 25px !important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: left;
    display: block !important;
    margin: 0 !important;
    color: #FFF !important;
    padding: 0 0 0 21px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.22);
	}

/*@media only screen and (min-width: 768px) and (max-width: 960px) {
    .price_pt span{
    }
}*/



.hint_pt{
    font-style: italic;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .2em;
}

.hint_pt p{
   text-align: center;
}

@media only screen and (max-width: 768px) {
    .hint_pt {
        margin-left:-1.5em;
    }
}

.features_pt{
    list-style-type: none;
    text-align: center;
    color: rgba(55, 61, 73, 0.980392) !important;
    padding:10px 0px;
    margin-bottom: 0px;
    font-family: 'Patrick Hand', cursive;
}

@media only screen and (max-width: 768px) {
    .features_pt {
        padding: 10px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .features_pt {
        font-size: 18px;
        padding:10px 17%;
    }
}

@media only screen and (min-width: 1200px) {
    .features_pt {
        font-size: 20px;
    }
}

.features_pt ul{
    margin-bottom: 0px;
}

.features_pt li{
    padding:5px 0;
    width: 100%;
}


@media only screen and (max-width: 768px) {
    .features_pt li {
        padding:5px 0;
    }
}
.features_pt li span{
    padding-right: 0.4rem;
}


.pt-footer_pt{
    font-size: 1.5rem;
    text-transform: capitalize;
    padding:10px 0;
}

.pt-footer_pt p{
    margin-bottom: 0px;
    text-align: center;
}
