/*
Theme Name:     Spalab Child
Theme URI: 		http://themes-demo.com/spalab/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Spalab theme powered by DesignThemes
Template:       spalab
Version:        1.0
*/

.lstnone ul li {
    list-style: none;
}

.prcboxcont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.prcboxcont .prcbox{
    width: 50%;
    display: block;
}

.phncont{display: flex}
.phncont > span:nth-child(5){width:100px}
.phncont > span.zf-symbols{
	width:15px;
	padding-top:10px;
	text-align:center;
}
.phncont input[type="text"]{margin-bottom:0}
.phncont label{
    width: 100%;
    text-align: center;
	display:block;
}
.phncont .zf-clearBoth{display:none}

@media screen and (max-width: 767px){
	.phncont{justify-content: space-between}
	.phncont > span:nth-child{width:calc(33.3333% - 20px)}
	.phncont > span.zf-symbols{width:5px}
}