/*--
	Theme Name: theme54575
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 4.4.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.5
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */

#adol-pricelist div.ptp-bullet-item {
	font-size: .875em;
    padding: .9375em .5em;
    min-height: 20px;
    line-height: 20px;
}

#adol-pricelist div.ptp-plan, #adol-pricelist div.ptp-price {
    min-height: 56px;
	line-height: 56px;
}

#adol-pricelist .form-control {
	width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#adol-pricelist .radio input[type=radio] {
    opacity: 0;
    z-index: 1;
}

#adol-pricelist .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
	width: auto;
}

#adol-pricelist .radio label::before {
    content: "";
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out;
}


#adol-pricelist .radio label::after, 
#adol-pricelist .radio label::before {
    position: absolute;
    margin-left: -20px;
    display: inline-block;
}

#adol-pricelist .radio label::after {
    content: " ";
    width: 11px;
    height: 11px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
    -moz-transition: -moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);
    -o-transition: -o-transform .1s cubic-bezier(.8,-.33,.2,1.33);
    transition: transform .1s cubic-bezier(.8,-.33,.2,1.33);
}

#adol-pricelist .radio input[type=radio]:checked+label::after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

#adol-pricelist button.ptp-button {
    border-radius: 0;
    font-size: 1em;
    color: #fff;
    background-color: #3498db;
    border-bottom: #2980b9 4px solid;
    margin: 0;
	height: auto!important;
}

#adol-pricelist .ptp-button {
    border-style: solid;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 75%;
    margin: 0 0 1.25em;
    padding-top: .75em;
    padding-bottom: .8125em;
    font-size: 1em;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

#adol-pricelist .ptp-cta {
    height: auto!important;
    padding: 10px;
}

#adol-pricelist .ptp-three-col {
    width: 31%!important;
}

#adol-pricelist .ptp-four-col {
    width: 24%!important;
}