
.ppl {
	width: 100%;
	text-align: center;
	
}

.ppl-front {
    padding-left: 10%;	
    padding-right: 10%;		
}

.ppl .columns {
    width: 30%;
    padding: 8px;
	box-sizing: border-box;
	text-align: center;
    display: inline-block;
    vertical-align: top;	

}

.ppl .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;	
}

.ppl .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
}

.ppl .price .header {
    background-color: #333;
    color: white;
    font-size: 18px;
}

.ppl .price li {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
}

.ppl .price .grey {
    background-color: #F7F3E8;
}

.ppl .button {
border: none;
    background: #fab702;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.75rem;
    padding: 8px;
    outline: 0;
    box-shadow: none;
}

.ppl .price .grey:hover a {
    background: #2B2211;
}

.ppl .price .grey:hover .button {
	color: #eee;
}

.ppl .p-fields {
	text-align: left;
	margin: 10px;
}

.ppl .p-fields .num-plan {
	width: 55px;
	height: 26px;
	font-size: 18px;
}

.ppl .p-fields p.submit {
	display: inline;
}
.ppl .p-fields p.submit:hover input{
	background: #333;
}

.p-fields input[type=checkbox]  {
	width: 20px;
	height: 20px;
	padding: 2px !important;
}

.ppl .p-single {
	background: #fff;
}

.p-shortcode {
	width: 170px !important;
	text-align: center;
}

.ppl .columns b {
	font-size: 14px;
	margin-right: 5px;
}

.ppl-info {
	text-align: center;
	max-width: 320px;
    margin: 0 auto;
	margin-bottom: 20px;
}

.photo-menu-wrap .title-options {
	text-align: center;
	font-size: 55px;
	font-weight: 900;
}

.ppl-info .submit{
	text-align: center;
}
.ppl-info .button {
    border: none;
    outline: 0;
    display: inline-block;
    color: white;
    text-align: center;
    cursor: pointer;
    width: 200px;
}

.ppl input, .p-shortcode, .cal-shortcode {
border: 1px solid #C6C6C6;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);	
}

@media only screen and (max-width: 600px) {
    .ppl .columns {
        width: 100% !important;
    }
}