

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.paddedlogo {
    padding: 15px;
}

h4{
    font-size: 16px;
    padding-left: 32px;
    padding-top: 2px;
    padding-bottom: 2px;
}

label{
    font-weight: normal;
}

.one{
    background-image: url("../img/one.png");
    background-repeat: no-repeat;
    background-size: 22px;
}

.two{
    background-image: url("../img/two.png");
    background-repeat: no-repeat;
    background-size: 22px;
}

.three{
    background-image: url("../img/three.png");
    background-repeat: no-repeat;
    background-size: 22px;
}
.innertext{
    padding-left:30px;
}
.contentholder{
    width: 72%;
    float: left;
}
.contentholder1{
    /*width: 72%;*/
    float: left;
}
.imageholder{
    margin-top: 15px;
}
.btn-success{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aad468+0,62a824+100 */
    background: #aad468; /* Old browsers */
    background: -moz-linear-gradient(top, #aad468 0%, #62a824 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aad468), color-stop(100%,#62a824)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #aad468 0%,#62a824 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #aad468 0%,#62a824 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #aad468 0%,#62a824 100%); /* IE10+ */
    background: linear-gradient(to bottom, #aad468 0%,#62a824 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad468', endColorstr='#62a824',GradientType=0 );
}
.paymentbadge{
    padding-left:30px;
}
.topp {
    padding-top:10px;
}


.wpwl-container{
	display:block !important; 
}

.ep,.ec,.ecp {
    color: #fff;
    min-height: 500px;
}

.ep{
    background-color: #127BBF;
    border: 10px solid #fff;
}
.ec{
    background-color: #7DB53C;
    border: 10px solid #fff;
}

.ecp {
    background-color: #464646;
    border: 10px solid #fff;
    position: relative;
}

.features span{
    display: block;
}

.ec .paymentoptions {
    position: relative;
    bottom: -20px;
    text-align: left;
    width: 80%;
}

.ex{
    background-color: #B3B3B3;
    color: #fff;
    border: 10px solid #fff;
    position: relative;
    padding: 20px;
}

.ecp .paymentoptions {
    position: relative;
    bottom: -20px;
    text-align: left;
    width: 80%;
}
.paymentoptions{
    position: relative;
    bottom: -100px;
    text-align: left;
    width: 80%;
}
.ob{
    background-color: #fb6721;
    color: #fff;
    margin-top: 24px;
}

.paymentpri{
    background-color: #fb6721;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.lbl {
    margin-bottom: 0px;
}

.paymentoptions input[type=radio] {
    float: left;
    margin-left: 35px;
    margin-right: 8px;

}
.paymentsec{
    padding-left: 5px;
    padding-right: 5px;
}
.formholder{
    margin-top: 70px;
}
.control-label{
    white-space: nowrap;
}

.bottomrow{
    margin-top: 70px;
}









